From owner-cvs-all Sun Sep 1 0: 8:26 2002 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 7341D37B400; Sun, 1 Sep 2002 00:08:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F97143E72; Sun, 1 Sep 2002 00:08:23 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8178MJU020828; Sun, 1 Sep 2002 00:08:22 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8178MZZ020827; Sun, 1 Sep 2002 00:08:22 -0700 (PDT) Message-Id: <200209010708.g8178MZZ020827@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 1 Sep 2002 00:08:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdlib.h src/lib/libc/locale mbstowcs.c mbtowc.c multibyte.3 wcstombs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/01 00:08:22 PDT Modified files: include stdlib.h lib/libc/locale mbstowcs.c mbtowc.c multibyte.3 wcstombs.c Log: Add restrict qualifiers to the arguments of mbstowcs, mbtowc() and wcstombs(). Revision Changes Path 1.40 +3 -3 src/include/stdlib.h 1.3 +2 -2 src/lib/libc/locale/mbstowcs.c 1.2 +2 -2 src/lib/libc/locale/mbtowc.c 1.14 +3 -3 src/lib/libc/locale/multibyte.3 1.3 +2 -2 src/lib/libc/locale/wcstombs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 0:12:32 2002 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 8B3E937B400; Sun, 1 Sep 2002 00:12:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2626443E42; Sun, 1 Sep 2002 00:12:23 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from freefall.freebsd.org (horikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g817CNJU021810; Sun, 1 Sep 2002 00:12:23 -0700 (PDT) (envelope-from horikawa@freefall.freebsd.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g817CMbJ021809; Sun, 1 Sep 2002 00:12:22 -0700 (PDT) Message-Id: <200209010712.g817CMbJ021809@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 1 Sep 2002 00:12:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man9 DECLARE_MODULE.9 DELAY.9 DEVICE_IDENTIFY.9 DEV_MODULE.9 MODULE_DEPEND.9 MODULE_VERSION.9 Makefile SYSCALL_MODULE.9 VOP_LOOKUP.9 VOP_READDIR.9 VOP_RENAME.9 devstat.9 extattr.9 mi_switch.9 module.9 posix4.9 psignal.9 sbuf.9 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/09/01 00:12:20 PDT Modified files: ja_JP.eucJP/man/man9 Makefile Added files: ja_JP.eucJP/man/man9 DECLARE_MODULE.9 DELAY.9 DEVICE_IDENTIFY.9 DEV_MODULE.9 MODULE_DEPEND.9 MODULE_VERSION.9 SYSCALL_MODULE.9 VOP_LOOKUP.9 VOP_READDIR.9 VOP_RENAME.9 devstat.9 extattr.9 mi_switch.9 module.9 posix4.9 psignal.9 sbuf.9 suser.9 sysctl_add_oid.9 sysctl_ctx_init.9 time.9 vfs_unmountall.9 vnode.9 zone.9 Log: New man9 entries translated by Ikeuchi-san. Submitted by: Akira Ikeuchi Revision Changes Path 1.1 +117 -0 doc/ja_JP.eucJP/man/man9/DECLARE_MODULE.9 (new) 1.1 +47 -0 doc/ja_JP.eucJP/man/man9/DELAY.9 (new) 1.1 +95 -0 doc/ja_JP.eucJP/man/man9/DEVICE_IDENTIFY.9 (new) 1.1 +105 -0 doc/ja_JP.eucJP/man/man9/DEV_MODULE.9 (new) 1.1 +63 -0 doc/ja_JP.eucJP/man/man9/MODULE_DEPEND.9 (new) 1.1 +61 -0 doc/ja_JP.eucJP/man/man9/MODULE_VERSION.9 (new) 1.9 +75 -25 doc/ja_JP.eucJP/man/man9/Makefile 1.1 +83 -0 doc/ja_JP.eucJP/man/man9/SYSCALL_MODULE.9 (new) 1.1 +455 -0 doc/ja_JP.eucJP/man/man9/VOP_LOOKUP.9 (new) 1.1 +169 -0 doc/ja_JP.eucJP/man/man9/VOP_READDIR.9 (new) 1.1 +318 -0 doc/ja_JP.eucJP/man/man9/VOP_RENAME.9 (new) 1.1 +431 -0 doc/ja_JP.eucJP/man/man9/devstat.9 (new) 1.1 +74 -0 doc/ja_JP.eucJP/man/man9/extattr.9 (new) 1.1 +146 -0 doc/ja_JP.eucJP/man/man9/mi_switch.9 (new) 1.1 +95 -0 doc/ja_JP.eucJP/man/man9/module.9 (new) 1.1 +140 -0 doc/ja_JP.eucJP/man/man9/posix4.9 (new) 1.1 +142 -0 doc/ja_JP.eucJP/man/man9/psignal.9 (new) 1.1 +324 -0 doc/ja_JP.eucJP/man/man9/sbuf.9 (new) 1.1 +102 -0 doc/ja_JP.eucJP/man/man9/suser.9 (new) 1.1 +485 -0 doc/ja_JP.eucJP/man/man9/sysctl_add_oid.9 (new) 1.1 +231 -0 doc/ja_JP.eucJP/man/man9/sysctl_ctx_init.9 (new) 1.1 +133 -0 doc/ja_JP.eucJP/man/man9/time.9 (new) 1.1 +44 -0 doc/ja_JP.eucJP/man/man9/vfs_unmountall.9 (new) 1.1 +272 -0 doc/ja_JP.eucJP/man/man9/vnode.9 (new) 1.1 +211 -0 doc/ja_JP.eucJP/man/man9/zone.9 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 0:13:15 2002 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 2079D37B400; Sun, 1 Sep 2002 00:13:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C928D43E42; Sun, 1 Sep 2002 00:13:10 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g817DAJU021882; Sun, 1 Sep 2002 00:13:10 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g817DAdi021881; Sun, 1 Sep 2002 00:13:10 -0700 (PDT) Message-Id: <200209010713.g817DAdi021881@freefall.freebsd.org> From: Scott Long Date: Sun, 1 Sep 2002 00:13:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/09/01 00:13:10 PDT Modified files: sys/conf options Log: Remove options that don't actually exist (in this form). Revision Changes Path 1.346 +0 -5 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 0:14:32 2002 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 80E5337B400; Sun, 1 Sep 2002 00:14:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AD3E43E6E; Sun, 1 Sep 2002 00:14:27 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g817ERJU022180; Sun, 1 Sep 2002 00:14:27 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g817EQYa022179; Sun, 1 Sep 2002 00:14:26 -0700 (PDT) Message-Id: <200209010714.g817EQYa022179@freefall.freebsd.org> From: Scott Long Date: Sun, 1 Sep 2002 00:14:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic79xx.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/09/01 00:14:26 PDT Modified files: sys/dev/aic7xxx aic79xx.h Log: Use the correct bit value for a debug options Revision Changes Path 1.4 +1 -1 src/sys/dev/aic7xxx/aic79xx.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 0:17:40 2002 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 271E237B400; Sun, 1 Sep 2002 00:17:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEE7443E6E; Sun, 1 Sep 2002 00:17:37 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g817HbJU022984; Sun, 1 Sep 2002 00:17:37 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g817Hbto022983; Sun, 1 Sep 2002 00:17:37 -0700 (PDT) Message-Id: <200209010717.g817Hbto022983@freefall.freebsd.org> From: Scott Long Date: Sun, 1 Sep 2002 00:17:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic79xx.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/09/01 00:17:37 PDT Modified files: (Branch: RELENG_4) sys/dev/aic7xxx aic79xx.h Log: MFC: correct debug bit position Revision Changes Path 1.3.2.2 +1 -1 src/sys/dev/aic7xxx/aic79xx.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 0:18:26 2002 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 3CE5337B400; Sun, 1 Sep 2002 00:18:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6CE543E65; Sun, 1 Sep 2002 00:18:21 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g817ILJU023127; Sun, 1 Sep 2002 00:18:21 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g817IL83023126; Sun, 1 Sep 2002 00:18:21 -0700 (PDT) Message-Id: <200209010718.g817IL83023126@freefall.freebsd.org> From: Scott Long Date: Sun, 1 Sep 2002 00:18:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/09/01 00:18:21 PDT Modified files: (Branch: RELENG_4) sys/conf options Log: MFC: Remove non-existant options Revision Changes Path 1.191.2.44 +0 -5 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 0:22: 1 2002 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 3CA5237B400; Sun, 1 Sep 2002 00:21:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E691443E6A; Sun, 1 Sep 2002 00:21:58 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g817LwJU024132; Sun, 1 Sep 2002 00:21:58 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g817Lw9j024131; Sun, 1 Sep 2002 00:21:58 -0700 (PDT) Message-Id: <200209010721.g817Lw9j024131@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 1 Sep 2002 00:21:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale multibyte.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/01 00:21:58 PDT Modified files: lib/libc/locale multibyte.3 Log: Typo: refer to MB_LEN_MAX instead of MB_CHAR_MAX (which does not exist). Revision Changes Path 1.15 +1 -1 src/lib/libc/locale/multibyte.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 0:34:52 2002 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 A59B037B400; Sun, 1 Sep 2002 00:34:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 594D943E6E; Sun, 1 Sep 2002 00:34:48 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g817YmJU025636; Sun, 1 Sep 2002 00:34:48 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g817Ym4W025635; Sun, 1 Sep 2002 00:34:48 -0700 (PDT) Message-Id: <200209010734.g817Ym4W025635@freefall.freebsd.org> From: Scott Long Date: Sun, 1 Sep 2002 00:34:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile ahd.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/09/01 00:34:47 PDT Modified files: share/man/man4 Makefile Added files: share/man/man4 ahd.4 Log: Add a manual page for the ahd driver. Revision Changes Path 1.162 +1 -0 src/share/man/man4/Makefile 1.1 +142 -0 src/share/man/man4/ahd.4 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 0:45:20 2002 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 CA60437B400; Sun, 1 Sep 2002 00:45:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91B5443E72; Sun, 1 Sep 2002 00:45:07 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from freefall.freebsd.org (horikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g817ivJU026749; Sun, 1 Sep 2002 00:44:57 -0700 (PDT) (envelope-from horikawa@freefall.freebsd.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g817iv1A026748; Sun, 1 Sep 2002 00:44:57 -0700 (PDT) Message-Id: <200209010744.g817iv1A026748@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 1 Sep 2002 00:44:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 find.1 ftp.1 systat.1 wc.1 doc/ja_JP.eucJP/man/man5 loader.conf.5 rc.conf.5 doc/ja_JP.eucJP/man/man7 tuning.7 doc/ja_JP.eucJP/man/man8 ftpd.8 ifconfig.8 ppp.8 rc.8 usbdevs.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/09/01 00:44:57 PDT Modified files: ja_JP.eucJP/man/man1 find.1 ftp.1 systat.1 wc.1 ja_JP.eucJP/man/man5 loader.conf.5 rc.conf.5 ja_JP.eucJP/man/man7 tuning.7 ja_JP.eucJP/man/man8 ftpd.8 ifconfig.8 ppp.8 rc.8 usbdevs.8 Log: Catch up with 4.6-STABLE-20020831-JPSNAP. Changes for sh.1 and new entries will be delivered later. Revision Changes Path 1.32 +3 -1 doc/ja_JP.eucJP/man/man1/find.1 1.20 +29 -13 doc/ja_JP.eucJP/man/man1/ftp.1 1.22 +37 -22 doc/ja_JP.eucJP/man/man1/systat.1 1.10 +35 -8 doc/ja_JP.eucJP/man/man1/wc.1 1.13 +9 -6 doc/ja_JP.eucJP/man/man5/loader.conf.5 1.53 +40 -18 doc/ja_JP.eucJP/man/man5/rc.conf.5 1.12 +91 -8 doc/ja_JP.eucJP/man/man7/tuning.7 1.28 +13 -2 doc/ja_JP.eucJP/man/man8/ftpd.8 1.33 +5 -1 doc/ja_JP.eucJP/man/man8/ifconfig.8 1.65 +2 -2 doc/ja_JP.eucJP/man/man8/ppp.8 1.16 +1 -1 doc/ja_JP.eucJP/man/man8/rc.8 1.8 +10 -8 doc/ja_JP.eucJP/man/man8/usbdevs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 1: 1:24 2002 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 02A1337B400; Sun, 1 Sep 2002 01:01:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 968B043E72; Sun, 1 Sep 2002 01:01:20 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: from freefall.freebsd.org (brian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8181KJU028123; Sun, 1 Sep 2002 01:01:20 -0700 (PDT) (envelope-from brian@freefall.freebsd.org) Received: (from brian@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8181K68028120; Sun, 1 Sep 2002 01:01:20 -0700 (PDT) Message-Id: <200209010801.g8181K68028120@freefall.freebsd.org> From: Brian Somers Date: Sun, 1 Sep 2002 01:01:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/ppp ppp.conf.isdn ppp.conf.sample ppp.conf.span-isp.working ppp.linkdown.span-isp ppp.linkdown.span-isp.working X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/09/01 01:01:19 PDT Modified files: (Branch: RELENG_4) share/examples/ppp ppp.conf.isdn ppp.conf.sample ppp.conf.span-isp.working ppp.linkdown.span-isp ppp.linkdown.span-isp.working Log: MFC: The latest examples from current Revision Changes Path 1.5.2.6 +3 -3 src/share/examples/ppp/ppp.conf.isdn 1.16.2.9 +45 -5 src/share/examples/ppp/ppp.conf.sample 1.2.2.3 +1 -1 src/share/examples/ppp/ppp.conf.span-isp.working 1.2.2.1 +3 -3 src/share/examples/ppp/ppp.linkdown.span-isp 1.2.2.1 +3 -3 src/share/examples/ppp/ppp.linkdown.span-isp.working To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 1:11:54 2002 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 87DF937B400; Sun, 1 Sep 2002 01:11:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA4443E42; Sun, 1 Sep 2002 01:11:51 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g818BpJU033570; Sun, 1 Sep 2002 01:11:51 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g818Bpwi033569; Sun, 1 Sep 2002 01:11:51 -0700 (PDT) Message-Id: <200209010811.g818Bpwi033569@freefall.freebsd.org> From: Clive Lin Date: Sun, 1 Sep 2002 01:11:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/gnumeric/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2002/09/01 01:11:51 PDT Modified files: chinese/gnumeric/files patch-ab patch-ac Removed files: chinese/gnumeric/files patch-aa Log: Unbreak this port. Submitted by: June-Yen Huang Revision Changes Path 1.4 +0 -11 ports/chinese/gnumeric/files/patch-aa (dead) 1.4 +3 -3 ports/chinese/gnumeric/files/patch-ab 1.2 +3 -3 ports/chinese/gnumeric/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 Sun Sep 1 3:30:11 2002 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 AB8CC37B400; Sun, 1 Sep 2002 03:30:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5677A43E75; Sun, 1 Sep 2002 03:30:07 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81AU7JU075177; Sun, 1 Sep 2002 03:30:07 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81AU73X075174; Sun, 1 Sep 2002 03:30:07 -0700 (PDT) Message-Id: <200209011030.g81AU73X075174@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 1 Sep 2002 03:30:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/bibliography chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/01 03:30:06 PDT Modified files: en_US.ISO8859-1/books/handbook/bibliography chapter.sgml Log: Remove a broken link to BSDi for grog's book, I'll change the publisher once the next edition will be out. Revision Changes Path 1.43 +2 -2 doc/en_US.ISO8859-1/books/handbook/bibliography/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 4: 6:51 2002 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 B3BCC37B400; Sun, 1 Sep 2002 04:06:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F072343E4A; Sun, 1 Sep 2002 04:06:43 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81B6hJU087485; Sun, 1 Sep 2002 04:06:43 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81B6hlQ087484; Sun, 1 Sep 2002 04:06:43 -0700 (PDT) Message-Id: <200209011106.g81B6hlQ087484@freefall.freebsd.org> From: Dirk Meyer Date: Sun, 1 Sep 2002 04:06:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/c-nocem Makefile ports/news/cnews Makefile ports/news/nntp Makefile ports/news/suck-cnews Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/09/01 04:06:43 PDT Modified files: news/c-nocem Makefile news/cnews Makefile news/nntp Makefile news/suck-cnews Makefile Log: change binary installation path for cnews Revision Changes Path 1.12 +2 -2 ports/news/c-nocem/Makefile 1.48 +1 -1 ports/news/cnews/Makefile 1.27 +1 -1 ports/news/nntp/Makefile 1.2 +2 -2 ports/news/suck-cnews/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 4:10:49 2002 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 7F46F37B400; Sun, 1 Sep 2002 04:10:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 279A043E3B; Sun, 1 Sep 2002 04:10:45 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: from freefall.freebsd.org (sada@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81BAjJU087938; Sun, 1 Sep 2002 04:10:45 -0700 (PDT) (envelope-from sada@freefall.freebsd.org) Received: (from sada@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81BAiS6087937; Sun, 1 Sep 2002 04:10:44 -0700 (PDT) Message-Id: <200209011110.g81BAiS6087937@freefall.freebsd.org> From: SADA Kenji Date: Sun, 1 Sep 2002 04:10:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-Simple Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/09/01 04:10:44 PDT Modified files: textproc/p5-XML-Simple Makefile distinfo Log: Upgrade to version 1.08 . Approved by: maintainer Revision Changes Path 1.6 +1 -1 ports/textproc/p5-XML-Simple/Makefile 1.3 +1 -1 ports/textproc/p5-XML-Simple/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 4:15:45 2002 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 49F4137B400; Sun, 1 Sep 2002 04:15:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA67143E75; Sun, 1 Sep 2002 04:15:41 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81BFfJU088541; Sun, 1 Sep 2002 04:15:41 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81BFf2G088540; Sun, 1 Sep 2002 04:15:41 -0700 (PDT) Message-Id: <200209011115.g81BFf2G088540@freefall.freebsd.org> From: Dirk Meyer Date: Sun, 1 Sep 2002 04:15:41 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/09/01 04:15:41 PDT Modified files: news/cnews Makefile Log: Bump PORTREVISION Revision Changes Path 1.49 +1 -1 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 Sun Sep 1 5:14: 6 2002 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 63CEE37B400; Sun, 1 Sep 2002 05:13:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A0E43E84; Sun, 1 Sep 2002 05:13:58 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from freefall.freebsd.org (joerg@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81CDwJU097775; Sun, 1 Sep 2002 05:13:58 -0700 (PDT) (envelope-from joerg@freefall.freebsd.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81CDvfn097774; Sun, 1 Sep 2002 05:13:57 -0700 (PDT) Message-Id: <200209011213.g81CDvfn097774@freefall.freebsd.org> From: Joerg Wunsch Date: Sun, 1 Sep 2002 05:13:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/avr-gcc Makefile distinfo pkg-plist ports/devel/avr-gcc/files patch-16bitassign patch-no-c++-excepts X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2002/09/01 05:13:57 PDT Modified files: devel/avr-gcc Makefile distinfo pkg-plist Added files: devel/avr-gcc/files patch-16bitassign patch-no-c++-excepts Log: Update to version 2002.09.01. Included are a couple of private patches that were floating through the avr-gcc and avr-libc mailinglists, just for the time being until they might have been integrated into gcc's CVS. Portname changed from dashes in the snap date to dots so portupgrade doesn't get confused about it. Thanks to Brian Dean for the hint. Revision Changes Path 1.15 +3 -4 ports/devel/avr-gcc/Makefile 1.8 +1 -1 ports/devel/avr-gcc/distinfo 1.1 +13 -0 ports/devel/avr-gcc/files/patch-16bitassign (new) 1.1 +20 -0 ports/devel/avr-gcc/files/patch-no-c++-excepts (new) 1.11 +64 -0 ports/devel/avr-gcc/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 Sep 1 5:18:31 2002 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 BBD2A37B400; Sun, 1 Sep 2002 05:18:23 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C1E343E8A; Sun, 1 Sep 2002 05:16:52 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.5/8.12.2) with ESMTP id g81CGYJR004213; Sun, 1 Sep 2002 14:16:35 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.5/8.12.5/Submit) id g81CGX3r004212; Sun, 1 Sep 2002 14:16:33 +0200 (CEST) Date: Sun, 1 Sep 2002 14:16:33 +0200 From: Wilko Bulte To: "David O'Brien" , Tom Rhodes , Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl Message-ID: <20020901141633.B4165@freebie.xs4all.nl> References: <200208262245.g7QMjKUX038933@freefall.freebsd.org> <20020826193759.6285857c.trhodes@FreeBSD.org> <20020826235008.GA38694@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020826235008.GA38694@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Mon, Aug 26, 2002 at 04:50:08PM -0700 X-OS: FreeBSD 4.6-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Aug 26, 2002 at 04:50:08PM -0700, David O'Brien wrote: > > trhodes 2002/08/26 15:45:20 PDT > > > > Modified files: > > en index.xsl > > Log: > > Informational fix: s/DEC Alpha/Compaq Alpha/ on the front page. > > DEC sold to Compaq a good while ago. > > I'd like to see this backed out -- a lot of the hardware we run on says Yes please. > "DEC" on it -- when you talk to Alpha people they still say "DEC Alpha". > This looks like a source change to just be making a change. ---end of quoted text--- -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, the Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 5:39:46 2002 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 D78FC37B400; Sun, 1 Sep 2002 05:39:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7197443E3B; Sun, 1 Sep 2002 05:39:39 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: from freefall.freebsd.org (okazaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81CddJU001696; Sun, 1 Sep 2002 05:39:39 -0700 (PDT) (envelope-from okazaki@freefall.freebsd.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81CddBl001695; Sun, 1 Sep 2002 05:39:39 -0700 (PDT) Message-Id: <200209011239.g81CddBl001695@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Sun, 1 Sep 2002 05:39:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/pcb pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG okazaki 2002/09/01 05:39:38 PDT Modified files: cad/pcb pkg-descr Log: Add URL. Revision Changes Path 1.4 +2 -0 ports/cad/pcb/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 Sep 1 5:49:34 2002 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 0D5D637B400; Sun, 1 Sep 2002 05:49:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B26DC43E4A; Sun, 1 Sep 2002 05:49:28 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81CnSJU003421; Sun, 1 Sep 2002 05:49:28 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81CnSoW003420; Sun, 1 Sep 2002 05:49:28 -0700 (PDT) Message-Id: <200209011249.g81CnSoW003420@freefall.freebsd.org> From: Ian Dowse Date: Sun, 1 Sep 2002 05:49:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xlint/xlint xlint.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/09/01 05:49:28 PDT Modified files: usr.bin/xlint/xlint xlint.c Log: If the CC environment variable contains multiple words then split it up into separate exec arguments. Reviewed by: markm Revision Changes Path 1.22 +7 -3 src/usr.bin/xlint/xlint/xlint.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 6:28:39 2002 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 8951137B400; Sun, 1 Sep 2002 06:28:34 -0700 (PDT) Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5860243E8A; Sun, 1 Sep 2002 06:28:28 -0700 (PDT) (envelope-from phantom@ark.cris.net) Received: from ark.cris.net (root@ark.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id QAA35785; Sun, 1 Sep 2002 16:28:23 +0300 (EEST) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id g81DSNV37511; Sun, 1 Sep 2002 16:28:23 +0300 (EEST) Date: Sun, 1 Sep 2002 16:28:23 +0300 From: Alexey Zelkin To: Juli Mallett Cc: "Tim J. Robbins" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/locale Makefile.inc ansi.c mblen.c mbstowcs.c mbtowc.c wcstombs.c wctomb.c Message-ID: <20020901162823.A34486@ark.cris.net> References: <200208311126.g7VBQupt090966@freefall.freebsd.org> <20020831092252.A67612@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20020831092252.A67612@FreeBSD.org>; from jmallett@FreeBSD.org on Sat, Aug 31, 2002 at 09:22:52AM -0700 X-Operating-System: FreeBSD 3.5-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, On Sat, Aug 31, 2002 at 09:22:52AM -0700, Juli Mallett wrote: > > tjr 2002/08/31 04:26:55 PDT > > > > Modified files: > > lib/libc/locale Makefile.inc > > Added files: > > lib/libc/locale mblen.c mbstowcs.c mbtowc.c wcstombs.c > > wctomb.c > > Removed files: > > lib/libc/locale ansi.c > > Log: > > Split ansi.c into a separate source file for each function. > > Should there have been a repo copy of ansi.c,v to each of the other files? I doubt so. Having of repo-copied these files will be just adding more bloat to repository. ansi.c has only two meaningful deltas -- both signed/unsigned fixes. Also commit log for all added files explicitly states that they have been derived from ansi.c, so nobody is prevented from lloking on ansi.c's history. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 6:46:55 2002 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 7E90D37B400; Sun, 1 Sep 2002 06:46:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BBB643E4A; Sun, 1 Sep 2002 06:46:51 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81DkpJU016864; Sun, 1 Sep 2002 06:46:51 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81Dkphh016863; Sun, 1 Sep 2002 06:46:51 -0700 (PDT) Message-Id: <200209011346.g81Dkphh016863@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 1 Sep 2002 06:46:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/ruby-gtk pkg-plist ports/x11/ruby-gnome Makefile.common distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/01 06:46:50 PDT Modified files: x11-toolkits/ruby-gtk pkg-plist x11/ruby-gnome Makefile.common distinfo pkg-plist Log: Update the Ruby/GNOME suite to 0.30. Revision Changes Path 1.12 +2 -0 ports/x11-toolkits/ruby-gtk/pkg-plist 1.7 +7 -2 ports/x11/ruby-gnome/Makefile.common 1.7 +1 -1 ports/x11/ruby-gnome/distinfo 1.4 +8 -0 ports/x11/ruby-gnome/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 Sep 1 6:47:37 2002 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 3F9D037B400; Sun, 1 Sep 2002 06:47:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A0B43E4A; Sun, 1 Sep 2002 06:47:34 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81DlYJU017062; Sun, 1 Sep 2002 06:47:34 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81DlYms017061; Sun, 1 Sep 2002 06:47:34 -0700 (PDT) Message-Id: <200209011347.g81DlYms017061@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 1 Sep 2002 06:47:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/uulib pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/01 06:47:34 PDT Modified files: converters/uulib pkg-descr Log: Update webpage URL. List yEnc as a supported encoding method (which it will be as soon I finish updating this port). Revision Changes Path 1.4 +3 -5 ports/converters/uulib/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 Sep 1 6:50:40 2002 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 D89DC37B400; Sun, 1 Sep 2002 06:50:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8664D43E6A; Sun, 1 Sep 2002 06:50:37 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81DobJU017807; Sun, 1 Sep 2002 06:50:37 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81Dobfm017806; Sun, 1 Sep 2002 06:50:37 -0700 (PDT) Message-Id: <200209011350.g81Dobfm017806@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 1 Sep 2002 06:50:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/ruby-libart Makefile pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/01 06:50:37 PDT Modified files: graphics Makefile Added files: graphics/ruby-libart Makefile pkg-comment pkg-descr pkg-plist Log: Add ruby-libart, a Ruby binding for libart. Revision Changes Path 1.494 +1 -0 ports/graphics/Makefile 1.1 +41 -0 ports/graphics/ruby-libart/Makefile (new) 1.1 +1 -0 ports/graphics/ruby-libart/pkg-comment (new) 1.1 +4 -0 ports/graphics/ruby-libart/pkg-descr (new) 1.1 +6 -0 ports/graphics/ruby-libart/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 6:51:10 2002 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 734B837B400; Sun, 1 Sep 2002 06:51:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 278CB43E3B; Sun, 1 Sep 2002 06:51:05 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81Dp5JU017927; Sun, 1 Sep 2002 06:51:05 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81Dp5Xf017926; Sun, 1 Sep 2002 06:51:05 -0700 (PDT) Message-Id: <200209011351.g81Dp5Xf017926@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 1 Sep 2002 06:51:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/01 06:51:04 PDT Modified files: . modules Log: ruby-libart --> ports/graphics/ruby-libart Revision Changes Path 1.5795 +1 -0 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 Sep 1 6:55:52 2002 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 5ED6937B400; Sun, 1 Sep 2002 06:55:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C0C843E42; Sun, 1 Sep 2002 06:55:48 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81DtlJU019204; Sun, 1 Sep 2002 06:55:48 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81Dtlpm019203; Sun, 1 Sep 2002 06:55:47 -0700 (PDT) Message-Id: <200209011355.g81Dtlpm019203@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 1 Sep 2002 06:55:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/ruby-gtk pkg-descr ports/devel/ruby-libglade pkg-descr ports/graphics/ruby-gdk_imlib pkg-descr ports/graphics/ruby-gdk_pixbuf pkg-descr ports/x11/ruby-panel-applet pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/01 06:55:47 PDT Modified files: x11-toolkits/ruby-gtk pkg-descr devel/ruby-libglade pkg-descr graphics/ruby-gdk_imlib pkg-descr graphics/ruby-gdk_pixbuf pkg-descr x11/ruby-panel-applet pkg-descr Log: Update WWW. Revision Changes Path 1.2 +1 -2 ports/devel/ruby-libglade/pkg-descr 1.3 +1 -2 ports/graphics/ruby-gdk_imlib/pkg-descr 1.2 +1 -2 ports/graphics/ruby-gdk_pixbuf/pkg-descr 1.5 +1 -5 ports/x11-toolkits/ruby-gtk/pkg-descr 1.2 +1 -2 ports/x11/ruby-panel-applet/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 Sep 1 7:17:14 2002 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 611AF37B400; Sun, 1 Sep 2002 07:17:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A2B843E65; Sun, 1 Sep 2002 07:17:10 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (vanilla@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81EH9JU030439; Sun, 1 Sep 2002 07:17:09 -0700 (PDT) (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81EH9un030431; Sun, 1 Sep 2002 07:17:09 -0700 (PDT) Message-Id: <200209011417.g81EH9un030431@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 1 Sep 2002 07:17:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/dovecot Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist ports/mail/dovecot/files dovecot-imapd.sh patch-aa patch-dovecot-example.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2002/09/01 07:17:08 PDT Modified files: mail Makefile Added files: mail/dovecot Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist mail/dovecot/files dovecot-imapd.sh patch-aa patch-dovecot-example.conf Log: Add dovecot, it is a secure and compact IMAP server which is in the early stages of developement. It supports Maildirs and mbox formats and much of the IMAP v4 protocol including SSL/TLS. IPv6 support is also included. PR: ports/42290 Submitted by: Dominic Marks Some part by: me Revision Changes Path 1.318 +1 -0 ports/mail/Makefile 1.1 +53 -0 ports/mail/dovecot/Makefile (new) 1.1 +1 -0 ports/mail/dovecot/distinfo (new) 1.1 +21 -0 ports/mail/dovecot/files/dovecot-imapd.sh (new) 1.1 +10 -0 ports/mail/dovecot/files/patch-aa (new) 1.1 +47 -0 ports/mail/dovecot/files/patch-dovecot-example.conf (new) 1.1 +1 -0 ports/mail/dovecot/pkg-comment (new) 1.1 +5 -0 ports/mail/dovecot/pkg-descr (new) 1.1 +70 -0 ports/mail/dovecot/pkg-install (new) 1.1 +13 -0 ports/mail/dovecot/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 7:17:28 2002 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 B93C837B480; Sun, 1 Sep 2002 07:17:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17DBE43E77; Sun, 1 Sep 2002 07:17:18 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (vanilla@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81EHHJU030490; Sun, 1 Sep 2002 07:17:17 -0700 (PDT) (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81EHHuU030489; Sun, 1 Sep 2002 07:17:17 -0700 (PDT) Message-Id: <200209011417.g81EHHuU030489@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 1 Sep 2002 07:17:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2002/09/01 07:17:17 PDT Modified files: . modules Log: dovecot --> ports/mail/dovecot Revision Changes Path 1.5796 +1 -0 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 Sep 1 7:45:26 2002 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 495C637B400; Sun, 1 Sep 2002 07:45:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E14CD43E6E; Sun, 1 Sep 2002 07:45:20 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81EjKJU042132; Sun, 1 Sep 2002 07:45:20 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81EjKEW042123; Sun, 1 Sep 2002 07:45:20 -0700 (PDT) Message-Id: <200209011445.g81EjKEW042123@freefall.freebsd.org> From: Jacques Vidrine Date: Sun, 1 Sep 2002 07:45:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberos5/usr.bin/krb5-config Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/09/01 07:45:17 PDT Modified files: kerberos5/usr.bin/krb5-config Makefile Log: = The prefix should be `/usr', not `/'. = Correct the Heimdal version number hiding in here. Revision Changes Path 1.6 +3 -3 src/kerberos5/usr.bin/krb5-config/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 7:55:57 2002 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 30E5637B400; Sun, 1 Sep 2002 07:55:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D51E443E4A; Sun, 1 Sep 2002 07:55:52 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (vanilla@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81EtqJU044743; Sun, 1 Sep 2002 07:55:52 -0700 (PDT) (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81EtqGx044742; Sun, 1 Sep 2002 07:55:52 -0700 (PDT) Message-Id: <200209011455.g81EtqGx044742@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 1 Sep 2002 07:55:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailgraph Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2002/09/01 07:55:51 PDT Modified files: mail/mailgraph Makefile distinfo Log: Upgrade to 0.21. PR: ports/42279 Submitted by: maintainer Revision Changes Path 1.5 +1 -1 ports/mail/mailgraph/Makefile 1.3 +1 -1 ports/mail/mailgraph/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 8: 2:48 2002 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 B547437B400; Sun, 1 Sep 2002 08:02:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F6D343E65; Sun, 1 Sep 2002 08:02:43 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81F2hJU046177; Sun, 1 Sep 2002 08:02:43 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81F2g6h046172; Sun, 1 Sep 2002 08:02:42 -0700 (PDT) Message-Id: <200209011502.g81F2g6h046172@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 08:02:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sylpheed-claws Makefile distinfo pkg-plist ports/mail/sylpheed-claws/files patch-configure patch-src-defs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 08:02:41 PDT Modified files: mail/sylpheed-claws Makefile distinfo pkg-plist mail/sylpheed-claws/files patch-configure patch-src-defs.h Log: Update to 0.8.2 PR: 42291 Submitted by: maintainer Revision Changes Path 1.17 +4 -2 ports/mail/sylpheed-claws/Makefile 1.11 +1 -1 ports/mail/sylpheed-claws/distinfo 1.10 +5 -5 ports/mail/sylpheed-claws/files/patch-configure 1.4 +4 -4 ports/mail/sylpheed-claws/files/patch-src-defs.h 1.9 +11 -0 ports/mail/sylpheed-claws/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 Sep 1 8: 6:54 2002 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 7AD7237B400; Sun, 1 Sep 2002 08:06:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 290C343E65; Sun, 1 Sep 2002 08:06:49 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81F6mJU051119; Sun, 1 Sep 2002 08:06:48 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81F6mK8051118; Sun, 1 Sep 2002 08:06:48 -0700 (PDT) Message-Id: <200209011506.g81F6mK8051118@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 1 Sep 2002 08:06:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/multimedia chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/01 08:06:48 PDT Modified files: fr_FR.ISO8859-1/books/handbook/multimedia chapter.sgml Log: Add tags and fix some translations. Revision Changes Path 1.3 +46 -46 doc/fr_FR.ISO8859-1/books/handbook/multimedia/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 8: 9: 8 2002 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 5810037B400; Sun, 1 Sep 2002 08:09:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0724F43E3B; Sun, 1 Sep 2002 08:09:05 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81F94JU051255; Sun, 1 Sep 2002 08:09:04 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81F94Qd051254; Sun, 1 Sep 2002 08:09:04 -0700 (PDT) Message-Id: <200209011509.g81F94Qd051254@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 1 Sep 2002 08:09:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/jpilot Makefile ports/palm/pilrc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/01 08:09:04 PDT Modified files: palm/jpilot Makefile palm/pilrc Makefile Log: Deploy USE_GNOMENG infrastructure PR: 42287 Submitted by: Edwin Groothuis Revision Changes Path 1.24 +2 -1 ports/palm/jpilot/Makefile 1.13 +2 -1 ports/palm/pilrc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 8:10:13 2002 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 E4AC537B400; Sun, 1 Sep 2002 08:10:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93B8043E65; Sun, 1 Sep 2002 08:10:09 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81FA9JU051485; Sun, 1 Sep 2002 08:10:09 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81FA9rt051484; Sun, 1 Sep 2002 08:10:09 -0700 (PDT) Message-Id: <200209011510.g81FA9rt051484@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 08:10:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/elinks Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 08:10:09 PDT Modified files: www/elinks Makefile distinfo pkg-descr Log: Fix MASTER_SITES Add Author's pgp key Update URL in pkg-descr PR: 42269 Submitted by: maintainer Revision Changes Path 1.21 +2 -1 ports/www/elinks/Makefile 1.13 +1 -0 ports/www/elinks/distinfo 1.5 +1 -1 ports/www/elinks/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 Sep 1 8:11:15 2002 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 F31E837B400; Sun, 1 Sep 2002 08:11:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 533C043E65; Sun, 1 Sep 2002 08:11:08 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81FB8JU051623; Sun, 1 Sep 2002 08:11:08 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81FB75u051622; Sun, 1 Sep 2002 08:11:07 -0700 (PDT) Message-Id: <200209011511.g81FB75u051622@freefall.freebsd.org> From: Bruce Evans Date: Sun, 1 Sep 2002 08:11:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/09/01 08:11:07 PDT Modified files: sys/conf NOTES Log: Unbreak LINT a little by not attempting to configure the nonexist option AHC_DEBUG_SEQUENCER. Revision Changes Path 1.1068 +0 -3 src/sys/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 8:13:25 2002 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 3A0A537B400; Sun, 1 Sep 2002 08:13:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8EDE43E4A; Sun, 1 Sep 2002 08:13:16 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81FDGJU052376; Sun, 1 Sep 2002 08:13:16 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81FDGwG052375; Sun, 1 Sep 2002 08:13:16 -0700 (PDT) Message-Id: <200209011513.g81FDGwG052375@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 1 Sep 2002 08:13:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/biblereader Makefile ports/misc/bidwatcher Makefile ports/misc/cheatah Makefile ports/misc/demoniac Makefile ports/misc/gkrellm-reminder Makefile ports/misc/gkrellmaflag Makefile ports/misc/gkrellmbgchg Makefile ports/misc/gkrellmlaunch ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/01 08:13:16 PDT Modified files: misc/biblereader Makefile misc/bidwatcher Makefile misc/cheatah Makefile misc/demoniac Makefile misc/gkrellm-reminder Makefile misc/gkrellmaflag Makefile misc/gkrellmbgchg Makefile misc/gkrellmlaunch Makefile misc/gkrellscore Makefile misc/gkrellshoot Makefile misc/gkrellweather Makefile misc/gman Makefile misc/gplbp Makefile misc/grdb Makefile misc/gretl Makefile misc/grun Makefile misc/gtkfind Makefile misc/gtktalog Makefile misc/snowflake Makefile misc/wmpal Makefile misc/xosd Makefile Log: Deploy USE_GNOMENG infrastructure PR: 42286 Submitted by: Edwin Groothuis Revision Changes Path 1.9 +3 -2 ports/misc/biblereader/Makefile 1.19 +4 -2 ports/misc/bidwatcher/Makefile 1.4 +2 -1 ports/misc/cheatah/Makefile 1.4 +2 -1 ports/misc/demoniac/Makefile 1.3 +2 -2 ports/misc/gkrellm-reminder/Makefile 1.3 +2 -2 ports/misc/gkrellmaflag/Makefile 1.2 +2 -1 ports/misc/gkrellmbgchg/Makefile 1.4 +2 -2 ports/misc/gkrellmlaunch/Makefile 1.3 +2 -2 ports/misc/gkrellscore/Makefile 1.2 +2 -1 ports/misc/gkrellshoot/Makefile 1.6 +2 -2 ports/misc/gkrellweather/Makefile 1.5 +2 -1 ports/misc/gman/Makefile 1.6 +2 -1 ports/misc/gplbp/Makefile 1.9 +4 -3 ports/misc/grdb/Makefile 1.6 +4 -3 ports/misc/gretl/Makefile 1.6 +2 -1 ports/misc/grun/Makefile 1.15 +2 -1 ports/misc/gtkfind/Makefile 1.2 +2 -1 ports/misc/gtktalog/Makefile 1.5 +3 -2 ports/misc/snowflake/Makefile 1.2 +2 -1 ports/misc/wmpal/Makefile 1.10 +2 -1 ports/misc/xosd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 8:14:49 2002 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 5DDFC37B400; Sun, 1 Sep 2002 08:14:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EE7343E3B; Sun, 1 Sep 2002 08:14:45 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81FEiJU052852; Sun, 1 Sep 2002 08:14:44 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81FEi22052825; Sun, 1 Sep 2002 08:14:44 -0700 (PDT) Message-Id: <200209011514.g81FEi22052825@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 08:14:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/vifm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 08:14:43 PDT Modified files: misc/vifm Makefile Log: Remove stripping from Makefile as the source already strips PR: 42282 Submitted by: maintainer Revision Changes Path 1.2 +0 -3 ports/misc/vifm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 8:15: 1 2002 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 A973F37B401; Sun, 1 Sep 2002 08:14:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53EBE43E65; Sun, 1 Sep 2002 08:14:45 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (vanilla@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81FEjJU052874; Sun, 1 Sep 2002 08:14:45 -0700 (PDT) (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81FEjwv052873; Sun, 1 Sep 2002 08:14:45 -0700 (PDT) Message-Id: <200209011514.g81FEjwv052873@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 1 Sep 2002 08:14:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/libetpan Makefile pkg-comment pkg-plist ports/mail/libetpan/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2002/09/01 08:14:45 PDT Modified files: mail/libetpan Makefile pkg-comment pkg-plist Added files: mail/libetpan/files patch-configure Log: Fix pkg-comment format. Do not install .la file PR: ports/42245 Submitted by: Ports Fury. Revision Changes Path 1.2 +3 -3 ports/mail/libetpan/Makefile 1.1 +10 -0 ports/mail/libetpan/files/patch-configure (new) 1.2 +1 -1 ports/mail/libetpan/pkg-comment 1.2 +1 -2 ports/mail/libetpan/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 Sep 1 8:18:43 2002 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 31DF737B400; Sun, 1 Sep 2002 08:18:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9485843E6A; Sun, 1 Sep 2002 08:18:25 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81FIPJU053569; Sun, 1 Sep 2002 08:18:25 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81FIPVK053568; Sun, 1 Sep 2002 08:18:25 -0700 (PDT) Message-Id: <200209011518.g81FIPVK053568@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 1 Sep 2002 08:18:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/crank Makefile ports/security/gpa Makefile ports/security/gpasman Makefile ports/security/gtk-knocker Makefile ports/security/gtkportscan Makefile ports/security/libfwbuilder Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/01 08:18:25 PDT Modified files: security/crank Makefile security/gpa Makefile security/gpasman Makefile security/gtk-knocker Makefile security/gtkportscan Makefile security/libfwbuilder Makefile security/nessus Makefile security/nessus-devel Makefile security/nmapfe Makefile security/ssh-gui Makefile security/stegdetect Makefile Log: Deploy USE_GNOMENG infrastructure PR: 42288 Submitted by: Edwin Groothuis Revision Changes Path 1.5 +3 -2 ports/security/crank/Makefile 1.9 +2 -1 ports/security/gpa/Makefile 1.7 +3 -2 ports/security/gpasman/Makefile 1.5 +2 -1 ports/security/gtk-knocker/Makefile 1.16 +3 -2 ports/security/gtkportscan/Makefile 1.2 +2 -1 ports/security/libfwbuilder/Makefile 1.43 +5 -3 ports/security/nessus-devel/Makefile 1.33 +5 -3 ports/security/nessus/Makefile 1.32 +2 -1 ports/security/nmapfe/Makefile 1.3 +2 -1 ports/security/ssh-gui/Makefile 1.5 +2 -1 ports/security/stegdetect/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 8:19:26 2002 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 E1A8E37B416; Sun, 1 Sep 2002 08:19:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 695C143E42; Sun, 1 Sep 2002 08:19:20 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81FJJJU053791; Sun, 1 Sep 2002 08:19:20 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81FJJp7053789; Sun, 1 Sep 2002 08:19:19 -0700 (PDT) Message-Id: <200209011519.g81FJJp7053789@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 08:19:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/kbear Makefile distinfo pkg-plist ports/ftp/kbear/files patch-kbeardirlister.cpp patch-kbearsitemanager.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 08:19:19 PDT Modified files: ftp/kbear Makefile distinfo pkg-plist Removed files: ftp/kbear/files patch-kbeardirlister.cpp patch-kbearsitemanager.cpp Log: Update to 2.0.b.2 PR: 41626 Submitted by: maintainer Revision Changes Path 1.4 +2 -3 ports/ftp/kbear/Makefile 1.3 +1 -1 ports/ftp/kbear/distinfo 1.2 +0 -90 ports/ftp/kbear/files/patch-kbeardirlister.cpp (dead) 1.2 +0 -10 ports/ftp/kbear/files/patch-kbearsitemanager.cpp (dead) 1.3 +21 -0 ports/ftp/kbear/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 Sep 1 8:26:40 2002 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 C9EAE37B400; Sun, 1 Sep 2002 08:26:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E77F43E75; Sun, 1 Sep 2002 08:26:32 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81FQWJU055378; Sun, 1 Sep 2002 08:26:32 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81FQWLA055377; Sun, 1 Sep 2002 08:26:32 -0700 (PDT) Message-Id: <200209011526.g81FQWLA055377@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 1 Sep 2002 08:26:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/bubblemon-dockapp Makefile ports/sysutils/gcombust Makefile ports/sysutils/gkrellflynn Makefile ports/sysutils/gkrellm Makefile ports/sysutils/gkrellmouse Makefile ports/sysutils/gkrellmwho Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/01 08:26:31 PDT Modified files: sysutils/bubblemon-dockapp Makefile sysutils/gcombust Makefile sysutils/gkrellflynn Makefile sysutils/gkrellm Makefile sysutils/gkrellmouse Makefile sysutils/gkrellmwho Makefile sysutils/gtoaster Makefile sysutils/guitar Makefile sysutils/gupsc Makefile sysutils/thefish Makefile sysutils/wmcube-gdk Makefile sysutils/xcdroast Makefile sysutils/xlogmaster Makefile sysutils/xw Makefile sysutils/xwatch Makefile Log: Deploy USE_GNOMENG infrastructure PR: 42285 Submitted by: Edwin Groothuis Revision Changes Path 1.4 +3 -2 ports/sysutils/bubblemon-dockapp/Makefile 1.31 +2 -1 ports/sysutils/gcombust/Makefile 1.4 +2 -2 ports/sysutils/gkrellflynn/Makefile 1.49 +2 -1 ports/sysutils/gkrellm/Makefile 1.3 +2 -2 ports/sysutils/gkrellmouse/Makefile 1.2 +2 -2 ports/sysutils/gkrellmwho/Makefile 1.5 +3 -2 ports/sysutils/gtoaster/Makefile 1.7 +5 -4 ports/sysutils/guitar/Makefile 1.4 +2 -1 ports/sysutils/gupsc/Makefile 1.13 +3 -1 ports/sysutils/thefish/Makefile 1.7 +2 -1 ports/sysutils/wmcube-gdk/Makefile 1.11 +2 -4 ports/sysutils/xcdroast/Makefile 1.17 +3 -2 ports/sysutils/xlogmaster/Makefile 1.8 +2 -2 ports/sysutils/xw/Makefile 1.13 +3 -2 ports/sysutils/xwatch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 8:31:42 2002 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 D691D37B400; Sun, 1 Sep 2002 08:31:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CD0243E72; Sun, 1 Sep 2002 08:31:34 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81FVYJU056298; Sun, 1 Sep 2002 08:31:34 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81FVYhu056297; Sun, 1 Sep 2002 08:31:34 -0700 (PDT) Message-Id: <200209011531.g81FVYhu056297@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 1 Sep 2002 08:31:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/amyc Makefile ports/www/aria Makefile ports/www/asp2php Makefile ports/www/bluefish Makefile ports/www/cheetah Makefile ports/www/comclear Makefile ports/www/dillo Makefile ports/www/erwn Makefile ports/www/nscache ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/01 08:31:33 PDT Modified files: www/amyc Makefile www/aria Makefile www/asp2php Makefile www/bluefish Makefile www/cheetah Makefile www/comclear Makefile www/dillo Makefile www/erwn Makefile www/nscache Makefile www/skipstone Makefile www/ump Makefile www/viewml Makefile www/w3m Makefile Log: Deploy USE_GNOMENG infrastructure PR: 42289 Submitted by: Edwin Groothuis Revision Changes Path 1.7 +5 -3 ports/www/amyc/Makefile 1.9 +2 -1 ports/www/aria/Makefile 1.15 +5 -3 ports/www/asp2php/Makefile 1.21 +2 -1 ports/www/bluefish/Makefile 1.3 +3 -2 ports/www/cheetah/Makefile 1.7 +6 -4 ports/www/comclear/Makefile 1.14 +2 -1 ports/www/dillo/Makefile 1.8 +3 -2 ports/www/erwn/Makefile 1.7 +6 -5 ports/www/nscache/Makefile 1.16 +2 -1 ports/www/skipstone/Makefile 1.3 +5 -3 ports/www/ump/Makefile 1.4 +3 -2 ports/www/viewml/Makefile 1.49 +2 -1 ports/www/w3m/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 8:34: 1 2002 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 765DB37B400; Sun, 1 Sep 2002 08:33:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31E2643E6E; Sun, 1 Sep 2002 08:33:55 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81FXtJU057088; Sun, 1 Sep 2002 08:33:55 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81FXtfo057087; Sun, 1 Sep 2002 08:33:55 -0700 (PDT) Message-Id: <200209011533.g81FXtfo057087@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 1 Sep 2002 08:33:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/asclock-gtk Makefile ports/x11-clocks/washerdryer Makefile ports/x11-clocks/wmfishtime Makefile ports/x11-clocks/wmtimer Makefile ports/x11-clocks/xmms-alarm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/01 08:33:54 PDT Modified files: x11-clocks/asclock-gtk Makefile x11-clocks/washerdryer Makefile x11-clocks/wmfishtime Makefile x11-clocks/wmtimer Makefile x11-clocks/xmms-alarm Makefile Log: Deploy USE_GNOMENG infrastructure PR: 42284 Submitted by: Edwin Groothuis Revision Changes Path 1.11 +3 -2 ports/x11-clocks/asclock-gtk/Makefile 1.5 +2 -1 ports/x11-clocks/washerdryer/Makefile 1.8 +2 -1 ports/x11-clocks/wmfishtime/Makefile 1.6 +2 -1 ports/x11-clocks/wmtimer/Makefile 1.3 +2 -1 ports/x11-clocks/xmms-alarm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 8:36:19 2002 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 E6AE237B400; Sun, 1 Sep 2002 08:36:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 973FD43E4A; Sun, 1 Sep 2002 08:36:14 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81FaEJU057405; Sun, 1 Sep 2002 08:36:14 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81FaEHL057404; Sun, 1 Sep 2002 08:36:14 -0700 (PDT) Message-Id: <200209011536.g81FaEHL057404@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 08:36:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/projectionlib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 08:36:14 PDT Modified files: misc/projectionlib Makefile Log: Update MASTER_SITES PR: 41592 Submitted by: maintainer Revision Changes Path 1.2 +2 -1 ports/misc/projectionlib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 8:37:46 2002 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 1271B37B400; Sun, 1 Sep 2002 08:37:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBD7043E42; Sun, 1 Sep 2002 08:37:37 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81FbbJU057815; Sun, 1 Sep 2002 08:37:37 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81FbbgS057814; Sun, 1 Sep 2002 08:37:37 -0700 (PDT) Message-Id: <200209011537.g81FbbgS057814@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 1 Sep 2002 08:37:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/decurs Makefile ports/x11/erun Makefile ports/x11/gdkxft Makefile ports/x11/gmessage Makefile ports/x11/gtk-theme-switch Makefile ports/x11/gxset Makefile ports/x11/gyroscope Makefile ports/x11/mgapdesk Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/01 08:37:37 PDT Modified files: x11/decurs Makefile x11/erun Makefile x11/gdkxft Makefile x11/gmessage Makefile x11/gtk-theme-switch Makefile x11/gxset Makefile x11/gyroscope Makefile x11/mgapdesk Makefile x11/mlterm Makefile x11/portoseguro Makefile x11/wmcliphist Makefile x11/wmmenu Makefile x11/xbindkeys_config Makefile x11/xdialog Makefile x11/xscreensaver Makefile Log: Deploy USE_GNOMENG infrastructure PR: 42283 Submitted by: Edwin Groothuis Revision Changes Path 1.5 +2 -1 ports/x11/decurs/Makefile 1.6 +4 -3 ports/x11/erun/Makefile 1.13 +5 -4 ports/x11/gdkxft/Makefile 1.7 +3 -2 ports/x11/gmessage/Makefile 1.7 +2 -1 ports/x11/gtk-theme-switch/Makefile 1.4 +2 -1 ports/x11/gxset/Makefile 1.9 +3 -2 ports/x11/gyroscope/Makefile 1.4 +2 -1 ports/x11/mgapdesk/Makefile 1.8 +2 -2 ports/x11/mlterm/Makefile 1.5 +3 -2 ports/x11/portoseguro/Makefile 1.5 +2 -1 ports/x11/wmcliphist/Makefile 1.7 +2 -1 ports/x11/wmmenu/Makefile 1.8 +2 -1 ports/x11/xbindkeys_config/Makefile 1.17 +2 -1 ports/x11/xdialog/Makefile 1.61 +2 -1 ports/x11/xscreensaver/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 8:40:41 2002 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 BCDA137B400; Sun, 1 Sep 2002 08:40:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DCAD43E42; Sun, 1 Sep 2002 08:40:38 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81FecJU058207; Sun, 1 Sep 2002 08:40:38 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81Fec8R058206; Sun, 1 Sep 2002 08:40:38 -0700 (PDT) Message-Id: <200209011540.g81Fec8R058206@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 08:40:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mutella Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 08:40:38 PDT Modified files: net/mutella Makefile distinfo pkg-plist Log: Update to 0.4.1 PR: 41541 Submitted by: tilman@arved.de Approved by: maintainer Revision Changes Path 1.3 +9 -1 ports/net/mutella/Makefile 1.3 +1 -1 ports/net/mutella/distinfo 1.2 +65 -0 ports/net/mutella/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 Sep 1 8:56: 5 2002 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 A200137B400; Sun, 1 Sep 2002 08:55:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B9B043E72; Sun, 1 Sep 2002 08:55:48 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81FtcJU060653; Sun, 1 Sep 2002 08:55:38 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81Ftcrm060652; Sun, 1 Sep 2002 08:55:38 -0700 (PDT) Message-Id: <200209011555.g81Ftcrm060652@freefall.freebsd.org> From: Robert Watson Date: Sun, 1 Sep 2002 08:55:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src MAINTAINERS X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/09/01 08:55:38 PDT Modified files: . MAINTAINERS Log: Point at myself for reviews on commits to the MAC Framework and MAC modules. Revision Changes Path 1.47 +2 -0 src/MAINTAINERS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 8:56:47 2002 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 4A42B37B407; Sun, 1 Sep 2002 08:56:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4EE543E77; Sun, 1 Sep 2002 08:56:05 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81FsjJU060559; Sun, 1 Sep 2002 08:54:45 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81Fsilm060558; Sun, 1 Sep 2002 08:54:44 -0700 (PDT) Message-Id: <200209011554.g81Fsilm060558@freefall.freebsd.org> From: Clive Lin Date: Sun, 1 Sep 2002 08:54:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/mutt Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2002/09/01 08:54:44 PDT Modified files: chinese/mutt Makefile distinfo Log: Update for a new patchset, which has only different comments. No functionality changes. Revision Changes Path 1.23 +1 -1 ports/chinese/mutt/Makefile 1.24 +1 -1 ports/chinese/mutt/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 9: 6:46 2002 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 2B25A37B400; Sun, 1 Sep 2002 09:06:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF4CA43E3B; Sun, 1 Sep 2002 09:06:41 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81G6fJU065951; Sun, 1 Sep 2002 09:06:41 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81G6fa9065950; Sun, 1 Sep 2002 09:06:41 -0700 (PDT) Message-Id: <200209011606.g81G6fa9065950@freefall.freebsd.org> From: Robert Watson Date: Sun, 1 Sep 2002 09:06:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_inode.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/09/01 09:06:40 PDT Modified files: sys/ufs/ufs ufs_inode.c Log: Since we have vp and td cached in local variables, use those instead of derefencing the VOP arguments again when calling the UFS code. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.46 +1 -1 src/sys/ufs/ufs/ufs_inode.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 9: 8:18 2002 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 068F837B401; Sun, 1 Sep 2002 09:08:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E4143E6A; Sun, 1 Sep 2002 09:07:59 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81G7xJU067493; Sun, 1 Sep 2002 09:07:59 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81G7xsH067492; Sun, 1 Sep 2002 09:07:59 -0700 (PDT) Message-Id: <200209011607.g81G7xsH067492@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 09:07:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/snack Makefile ports/audio/xmpeg3 Makefile ports/comms/acfax Makefile ports/databases/db4 Makefile ports/databases/dbtool Makefile ports/databases/dbview Makefile ports/databases/freetds Makefile ports/databases/msql Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 09:07:59 PDT Modified files: audio/snack Makefile audio/xmpeg3 Makefile comms/acfax Makefile databases/db4 Makefile databases/dbtool Makefile databases/dbview Makefile databases/freetds Makefile databases/msql Makefile databases/typhoon Makefile databases/xmbase-grok Makefile devel/orbitcpp Makefile devel/pedisassem Makefile emulators/vice Makefile emulators/vx68k Makefile ftp/afd Makefile games/gltron Makefile games/kpuzzle Makefile games/powerpak Makefile games/xlines Makefile graphics/flip Makefile graphics/gd Makefile graphics/gdchart Makefile graphics/kisomandel Makefile graphics/kuickshow Makefile graphics/mpeg_encode Makefile graphics/mpgtx Makefile graphics/opendis Makefile graphics/opendx Makefile graphics/showimg Makefile irc/bobot++ Makefile japanese/xklock Makefile lang/icon Makefile mail/cyrus Makefile math/femlab Makefile misc/kdeaddons Makefile misc/kwatch Makefile misc/pybliographer Makefile net/rp-pppoe Makefile net/walker Makefile print/gfontview Makefile print/xtem Makefile security/libmcrypt Makefile sysutils/diskcheckd Makefile sysutils/ltrace Makefile textproc/cwtext Makefile textproc/gxmlviewer Makefile textproc/html2fo Makefile textproc/htmltolatex Makefile textproc/libxml++ Makefile textproc/minidom Makefile textproc/pybook Makefile textproc/rtf2htm Makefile textproc/tex2im Makefile textproc/xmlpp Makefile textproc/xmlppm Makefile www/Mosaic Makefile www/apache13-ssl Makefile www/ashe Makefile www/comline Makefile www/fhttpd Makefile www/harvest Makefile www/junkbuster Makefile www/netraider Makefile www/peacock Makefile www/retawq Makefile www/sqmgrlog Makefile x11/imwheel Makefile x11/tycoon Makefile x11/wdm Makefile x11/xbanner Makefile x11/xstroke Makefile x11-fonts/xfontselector Makefile x11-toolkits/plib Makefile x11-toolkits/viewklass Makefile x11-wm/aewm++ Makefile x11-wm/xfce Makefile Log: ${PERL} -> ${REINPLACE_CMD} PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net Revision Changes Path 1.5 +2 -1 ports/audio/snack/Makefile 1.15 +4 -2 ports/audio/xmpeg3/Makefile 1.3 +5 -4 ports/comms/acfax/Makefile 1.42 +3 -2 ports/databases/db4/Makefile 1.7 +3 -2 ports/databases/dbtool/Makefile 1.7 +2 -1 ports/databases/dbview/Makefile 1.22 +4 -3 ports/databases/freetds/Makefile 1.48 +1 -0 ports/databases/msql/Makefile 1.17 +2 -1 ports/databases/typhoon/Makefile 1.15 +3 -2 ports/databases/xmbase-grok/Makefile 1.7 +3 -2 ports/devel/orbitcpp/Makefile 1.3 +2 -1 ports/devel/pedisassem/Makefile 1.18 +2 -1 ports/emulators/vice/Makefile 1.4 +2 -1 ports/emulators/vx68k/Makefile 1.3 +7 -6 ports/ftp/afd/Makefile 1.19 +2 -1 ports/games/gltron/Makefile 1.9 +4 -3 ports/games/kpuzzle/Makefile 1.26 +3 -2 ports/games/powerpak/Makefile 1.19 +3 -2 ports/games/xlines/Makefile 1.3 +3 -2 ports/graphics/flip/Makefile 1.53 +2 -1 ports/graphics/gd/Makefile 1.6 +3 -2 ports/graphics/gdchart/Makefile 1.4 +5 -4 ports/graphics/kisomandel/Makefile 1.4 +3 -2 ports/graphics/kuickshow/Makefile 1.15 +3 -1 ports/graphics/mpeg_encode/Makefile 1.6 +4 -3 ports/graphics/mpgtx/Makefile 1.4 +3 -2 ports/graphics/opendis/Makefile 1.24 +4 -3 ports/graphics/opendx/Makefile 1.2 +2 -1 ports/graphics/showimg/Makefile 1.2 +2 -1 ports/irc/bobot++/Makefile 1.15 +3 -2 ports/japanese/xklock/Makefile 1.21 +4 -3 ports/lang/icon/Makefile 1.42 +2 -1 ports/mail/cyrus/Makefile 1.14 +2 -1 ports/math/femlab/Makefile 1.17 +2 -1 ports/misc/kdeaddons/Makefile 1.23 +2 -1 ports/misc/kwatch/Makefile 1.11 +3 -4 ports/misc/pybliographer/Makefile 1.3 +7 -6 ports/net/rp-pppoe/Makefile 1.2 +2 -1 ports/net/walker/Makefile 1.6 +5 -4 ports/print/gfontview/Makefile 1.16 +3 -1 ports/print/xtem/Makefile 1.34 +3 -2 ports/security/libmcrypt/Makefile 1.6 +4 -3 ports/sysutils/diskcheckd/Makefile 1.4 +2 -1 ports/sysutils/ltrace/Makefile 1.2 +2 -1 ports/textproc/cwtext/Makefile 1.4 +2 -1 ports/textproc/gxmlviewer/Makefile 1.3 +3 -1 ports/textproc/html2fo/Makefile 1.3 +2 -1 ports/textproc/htmltolatex/Makefile 1.5 +2 -1 ports/textproc/libxml++/Makefile 1.7 +2 -1 ports/textproc/minidom/Makefile 1.3 +2 -1 ports/textproc/pybook/Makefile 1.4 +4 -2 ports/textproc/rtf2htm/Makefile 1.5 +3 -1 ports/textproc/tex2im/Makefile 1.4 +3 -2 ports/textproc/xmlpp/Makefile 1.4 +2 -1 ports/textproc/xmlppm/Makefile 1.33 +2 -1 ports/www/Mosaic/Makefile 1.78 +1 -0 ports/www/apache13-ssl/Makefile 1.15 +3 -2 ports/www/ashe/Makefile 1.18 +3 -1 ports/www/comline/Makefile 1.9 +5 -3 ports/www/fhttpd/Makefile 1.16 +3 -1 ports/www/harvest/Makefile 1.14 +3 -1 ports/www/junkbuster/Makefile 1.6 +5 -4 ports/www/netraider/Makefile 1.12 +5 -4 ports/www/peacock/Makefile 1.6 +2 -1 ports/www/retawq/Makefile 1.2 +3 -2 ports/www/sqmgrlog/Makefile 1.3 +3 -2 ports/x11-fonts/xfontselector/Makefile 1.14 +2 -1 ports/x11-toolkits/plib/Makefile 1.2 +2 -1 ports/x11-toolkits/viewklass/Makefile 1.3 +2 -1 ports/x11-wm/aewm++/Makefile 1.58 +4 -3 ports/x11-wm/xfce/Makefile 1.6 +3 -2 ports/x11/imwheel/Makefile 1.13 +2 -1 ports/x11/tycoon/Makefile 1.51 +2 -1 ports/x11/wdm/Makefile 1.13 +3 -2 ports/x11/xbanner/Makefile 1.3 +4 -3 ports/x11/xstroke/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 9:38:38 2002 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 B174537B400; Sun, 1 Sep 2002 09:38:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C3343E4A; Sun, 1 Sep 2002 09:38:34 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81GcYJU072344; Sun, 1 Sep 2002 09:38:34 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81GcXBq072343; Sun, 1 Sep 2002 09:38:33 -0700 (PDT) Message-Id: <200209011638.g81GcXBq072343@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 09:38:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cyrus-sasl Makefile pkg-plist ports/security/cyrus-sasl/files Sendmail.README cyrus.pam X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 09:38:33 PDT Modified files: security/cyrus-sasl Makefile pkg-plist security/cyrus-sasl/files Sendmail.README Added files: security/cyrus-sasl/files cyrus.pam Log: add an example PAM file for saslauthd and pwcheck_pam daemons update the Sendmail.README file to include instructions for using the security/cyrus-sasl2 port. PR: 42153 Submitted by: maintainer Revision Changes Path 1.47 +20 -1 ports/security/cyrus-sasl/Makefile 1.7 +16 -4 ports/security/cyrus-sasl/files/Sendmail.README 1.1 +18 -0 ports/security/cyrus-sasl/files/cyrus.pam (new) 1.17 +4 -2 ports/security/cyrus-sasl/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 Sep 1 9:46:44 2002 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 D26BD37B400; Sun, 1 Sep 2002 09:46:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8097C43E72; Sun, 1 Sep 2002 09:46:40 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81GkeJU073428; Sun, 1 Sep 2002 09:46:40 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81GkeNx073427; Sun, 1 Sep 2002 09:46:40 -0700 (PDT) Message-Id: <200209011646.g81GkeNx073427@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 09:46:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kdrill Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 09:46:40 PDT Modified files: japanese/kdrill Makefile distinfo pkg-plist Log: Update to 5.12.2 PR: 42092 Submitted by: maintainer Revision Changes Path 1.3 +5 -1 ports/japanese/kdrill/Makefile 1.3 +1 -1 ports/japanese/kdrill/distinfo 1.2 +1 -0 ports/japanese/kdrill/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 Sep 1 10: 2:42 2002 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 EFEFE37B400; Sun, 1 Sep 2002 10:02:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A85F943E3B; Sun, 1 Sep 2002 10:02:37 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81H2bJU075231; Sun, 1 Sep 2002 10:02:37 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81H2b4t075230; Sun, 1 Sep 2002 10:02:37 -0700 (PDT) Message-Id: <200209011702.g81H2b4t075230@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 10:02:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/white_dune Makefile distinfo pkg-plist ports/graphics/white_dune/files patch-src::Makefile.in patch-src::swt::motif::Makefile.in patch-src::swt::rc::Makefile.in patch-src::swt::tests::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 10:02:37 PDT Modified files: graphics/white_dune Makefile distinfo pkg-plist Added files: graphics/white_dune/files patch-src::Makefile.in patch-src::swt::motif::Makefile.in patch-src::swt::rc::Makefile.in patch-src::swt::tests::Makefile.in Log: Update to 0.19pl4 PR: 42039 Submitted by: tkato@prontomail.com Revision Changes Path 1.3 +13 -11 ports/graphics/white_dune/Makefile 1.2 +1 -1 ports/graphics/white_dune/distinfo 1.1 +13 -0 ports/graphics/white_dune/files/patch-src::Makefile.in (new) 1.1 +11 -0 ports/graphics/white_dune/files/patch-src::swt::motif::Makefile.in (new) 1.1 +13 -0 ports/graphics/white_dune/files/patch-src::swt::rc::Makefile.in (new) 1.1 +13 -0 ports/graphics/white_dune/files/patch-src::swt::tests::Makefile.in (new) 1.2 +62 -16 ports/graphics/white_dune/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 Sep 1 10: 6:16 2002 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 990A637B400; Sun, 1 Sep 2002 10:06:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B13D43E3B; Sun, 1 Sep 2002 10:06:11 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81H6BJU079867; Sun, 1 Sep 2002 10:06:11 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81H6Brt079866; Sun, 1 Sep 2002 10:06:11 -0700 (PDT) Message-Id: <200209011706.g81H6Brt079866@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 10:06:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openldap2/files slapd.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 10:06:11 PDT Modified files: net/openldap2/files slapd.sh Log: Fix IPv4 PR: 42152 Submitted by: hetzels@westbend.net Revision Changes Path 1.2 +19 -3 ports/net/openldap2/files/slapd.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 10:11:50 2002 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 BC30C37B401; Sun, 1 Sep 2002 10:11:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C27343E3B; Sun, 1 Sep 2002 10:11:46 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81HBkJU080678; Sun, 1 Sep 2002 10:11:46 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81HBkXY080677; Sun, 1 Sep 2002 10:11:46 -0700 (PDT) Message-Id: <200209011711.g81HBkXY080677@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 10:11:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/wots Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 10:11:46 PDT Modified files: sysutils/wots Makefile pkg-descr Log: Update maintainer's email PR: 42119 Submitted by: maintainer Revision Changes Path 1.2 +2 -2 ports/sysutils/wots/Makefile 1.2 +2 -1 ports/sysutils/wots/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 Sep 1 10:19:57 2002 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 02DAA37B400; Sun, 1 Sep 2002 10:19:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC89143E6A; Sun, 1 Sep 2002 10:19:52 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81HJqJU081675; Sun, 1 Sep 2002 10:19:52 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81HJq3h081674; Sun, 1 Sep 2002 10:19:52 -0700 (PDT) Message-Id: <200209011719.g81HJq3h081674@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 10:19:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/aspell Makefile distinfo pkg-descr pkg-plist ports/textproc/aspell/files patch-aj patch-ak patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 10:19:52 PDT Modified files: textproc/aspell Makefile distinfo pkg-descr pkg-plist Removed files: textproc/aspell/files patch-aj patch-ak patch-configure Log: Update to 0.50.1 Give maintainership to originator PR: 42051 Submitted by: thierry@pompo.net Revision Changes Path 1.34 +12 -6 ports/textproc/aspell/Makefile 1.18 +1 -1 ports/textproc/aspell/distinfo 1.2 +0 -11 ports/textproc/aspell/files/patch-aj (dead) 1.2 +0 -15 ports/textproc/aspell/files/patch-ak (dead) 1.2 +0 -10 ports/textproc/aspell/files/patch-configure (dead) 1.4 +0 -3 ports/textproc/aspell/pkg-descr 1.17 +44 -145 ports/textproc/aspell/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 Sep 1 10:28:47 2002 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 B5E0137B400; Sun, 1 Sep 2002 10:28:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 660E043E7B; Sun, 1 Sep 2002 10:28:43 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81HShJU082858; Sun, 1 Sep 2002 10:28:43 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81HShMl082857; Sun, 1 Sep 2002 10:28:43 -0700 (PDT) Message-Id: <200209011728.g81HShMl082857@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 10:28:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/unixODBC Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 10:28:43 PDT Modified files: databases/unixODBC Makefile distinfo pkg-plist Log: Update to 2.2.3 PR: 42033 Submitted by: tkato@prontomail.com Revision Changes Path 1.27 +5 -2 ports/databases/unixODBC/Makefile 1.16 +1 -1 ports/databases/unixODBC/distinfo 1.14 +5 -2 ports/databases/unixODBC/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 Sep 1 10:35:56 2002 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 8612737B400; Sun, 1 Sep 2002 10:35:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1985643E6A; Sun, 1 Sep 2002 10:35:50 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81HZnJU083975; Sun, 1 Sep 2002 10:35:49 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81HZndX083974; Sun, 1 Sep 2002 10:35:49 -0700 (PDT) Message-Id: <200209011735.g81HZndX083974@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 10:35:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/steghide Makefile ports/security/steghide/files patch-src-arg.cc patch-src-arguments.cc patch-src-aufile.cc patch-src-binaryio.cc patch-src-binaryio.h patch-src-bmpfile.cc patch-src-cvrstgfile.cc patch-src-error.cc patch-src-jpegbase.cc ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 10:35:49 PDT Modified files: security/steghide Makefile Added files: security/steghide/files patch-src-arg.cc patch-src-arguments.cc patch-src-aufile.cc patch-src-binaryio.cc patch-src-binaryio.h patch-src-bmpfile.cc patch-src-cvrstgfile.cc patch-src-error.cc patch-src-jpegbase.cc patch-src-jpegentropycoded.cc patch-src-jpegfile.cc patch-src-jpegframe.cc patch-src-jpegframehder.cc patch-src-jpeghufftable.cc patch-src-jpegjfifapp0.cc patch-src-jpegrestart.cc patch-src-jpegscan.cc patch-src-jpegscanhdr.cc patch-src-jpegunusedseg.cc patch-src-main.cc patch-src-msg.cc Log: Make compile on -current PR: 42011 Submitted by: maintainer Revision Changes Path 1.8 +12 -0 ports/security/steghide/Makefile 1.1 +10 -0 ports/security/steghide/files/patch-src-arg.cc (new) 1.1 +254 -0 ports/security/steghide/files/patch-src-arguments.cc (new) 1.1 +34 -0 ports/security/steghide/files/patch-src-aufile.cc (new) 1.1 +56 -0 ports/security/steghide/files/patch-src-binaryio.cc (new) 1.1 +58 -0 ports/security/steghide/files/patch-src-binaryio.h (new) 1.1 +47 -0 ports/security/steghide/files/patch-src-bmpfile.cc (new) 1.1 +30 -0 ports/security/steghide/files/patch-src-cvrstgfile.cc (new) 1.1 +52 -0 ports/security/steghide/files/patch-src-error.cc (new) 1.1 +59 -0 ports/security/steghide/files/patch-src-jpegbase.cc (new) 1.1 +66 -0 ports/security/steghide/files/patch-src-jpegentropycoded.cc (new) 1.1 +10 -0 ports/security/steghide/files/patch-src-jpegfile.cc (new) 1.1 +90 -0 ports/security/steghide/files/patch-src-jpegframe.cc (new) 1.1 +11 -0 ports/security/steghide/files/patch-src-jpegframehder.cc (new) 1.1 +45 -0 ports/security/steghide/files/patch-src-jpeghufftable.cc (new) 1.1 +10 -0 ports/security/steghide/files/patch-src-jpegjfifapp0.cc (new) 1.1 +12 -0 ports/security/steghide/files/patch-src-jpegrestart.cc (new) 1.1 +26 -0 ports/security/steghide/files/patch-src-jpegscan.cc (new) 1.1 +12 -0 ports/security/steghide/files/patch-src-jpegscanhdr.cc (new) 1.1 +19 -0 ports/security/steghide/files/patch-src-jpegunusedseg.cc (new) 1.1 +31 -0 ports/security/steghide/files/patch-src-main.cc (new) 1.1 +149 -0 ports/security/steghide/files/patch-src-msg.cc (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 10:43:31 2002 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 7C9F037B400; Sun, 1 Sep 2002 10:43:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21DCA43E3B; Sun, 1 Sep 2002 10:43:28 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81HhSJU085077; Sun, 1 Sep 2002 10:43:28 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81HhRqY085076; Sun, 1 Sep 2002 10:43:27 -0700 (PDT) Message-Id: <200209011743.g81HhRqY085076@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 10:43:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/rid Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 10:43:27 PDT Modified files: security/rid Makefile Log: Add a mirror Make DISTFILES take version number from PORTVERSION PR: 41951 Submitted by: maintainer Revision Changes Path 1.9 +2 -2 ports/security/rid/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 10:45: 9 2002 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 5CD8237B400; Sun, 1 Sep 2002 10:45:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A5BA43E3B; Sun, 1 Sep 2002 10:45:05 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from freefall.freebsd.org (anholt@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81Hj4JU085284; Sun, 1 Sep 2002 10:45:04 -0700 (PDT) (envelope-from anholt@freefall.freebsd.org) Received: (from anholt@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81Hj4E4085283; Sun, 1 Sep 2002 10:45:04 -0700 (PDT) Message-Id: <200209011745.g81Hj4E4085283@freefall.freebsd.org> From: Eric Anholt Date: Sun, 1 Sep 2002 10:45:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/drm drm_drv.h drm_linux.h drm_os_freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anholt 2002/09/01 10:45:04 PDT Modified files: sys/dev/drm drm_drv.h drm_os_freebsd.h Removed files: sys/dev/drm drm_linux.h Log: Remove drm_linux.h, move the two useful defines into drm_drv.h. Use fd locking on -current. Actually copy in data from userspace to kernel in the linux-compat ioctl path. Make sure ioctl sizes are as expected in the handler functions. Reviewed by: rwatson Revision Changes Path 1.6 +61 -12 src/sys/dev/drm/drm_drv.h 1.2 +0 -147 src/sys/dev/drm/drm_linux.h (dead) 1.7 +12 -8 src/sys/dev/drm/drm_os_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 10:51:26 2002 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 7A28937B400; Sun, 1 Sep 2002 10:51:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F52043E6E; Sun, 1 Sep 2002 10:51:19 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81HpJJU086265; Sun, 1 Sep 2002 10:51:19 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81HpJ8e086264; Sun, 1 Sep 2002 10:51:19 -0700 (PDT) Message-Id: <200209011751.g81HpJ8e086264@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 1 Sep 2002 10:51:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/binutils binutils.texi config.texi cxxfilt.man src/contrib/binutils/include/elf arm-oabi.h src/contrib/binutils/ld configdoc.texi src/contrib/binutils/ld/emulparams armelf_linux26.sh src/contrib/binutils/ld/scripttempl elfppc.sc ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/01 10:51:19 PDT Removed files: contrib/binutils/binutils binutils.texi config.texi cxxfilt.man contrib/binutils/include/elf arm-oabi.h contrib/binutils/ld configdoc.texi contrib/binutils/ld/emulparams armelf_linux26.sh contrib/binutils/ld/scripttempl elfppc.sc contrib/binutils/libiberty acconfig.h alloca-conf.h Log: Remove these Bintuils 2.11 files that aren't part of 2.12. Revision Changes Path 1.2 +0 -2319 src/contrib/binutils/binutils/binutils.texi (dead) 1.2 +0 -1 src/contrib/binutils/binutils/config.texi (dead) 1.2 +0 -114 src/contrib/binutils/binutils/cxxfilt.man (dead) 1.2 +0 -88 src/contrib/binutils/include/elf/arm-oabi.h (dead) 1.2 +0 -13 src/contrib/binutils/ld/configdoc.texi (dead) 1.2 +0 -20 src/contrib/binutils/ld/emulparams/armelf_linux26.sh (dead) 1.2 +0 -288 src/contrib/binutils/ld/scripttempl/elfppc.sc (dead) 1.2 +0 -11 src/contrib/binutils/libiberty/acconfig.h (dead) 1.2 +0 -24 src/contrib/binutils/libiberty/alloca-conf.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 10:56:25 2002 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 D788937B400; Sun, 1 Sep 2002 10:56:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87AC343E4A; Sun, 1 Sep 2002 10:56:21 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81HuLJU086559; Sun, 1 Sep 2002 10:56:21 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81HuL0A086558; Sun, 1 Sep 2002 10:56:21 -0700 (PDT) Message-Id: <200209011756.g81HuL0A086558@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 10:56:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/fhttpd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 10:56:21 PDT Modified files: www/fhttpd Makefile Log: Update MASTER_SITES PR: 41946 Submitted by: j.el-rayes@muthaland.at Revision Changes Path 1.10 +1 -1 ports/www/fhttpd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 10:57:24 2002 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 3E01E37B400; Sun, 1 Sep 2002 10:57:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E499243E6E; Sun, 1 Sep 2002 10:57:20 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81HvKJU086701; Sun, 1 Sep 2002 10:57:20 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81HvKht086700; Sun, 1 Sep 2002 10:57:20 -0700 (PDT) Message-Id: <200209011757.g81HvKht086700@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 1 Sep 2002 10:57:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stddef.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/09/01 10:57:20 PDT Modified files: include stddef.h Log: Be more explicit about a namespace by using the relatively new visibility primitives. Revision Changes Path 1.9 +1 -1 src/include/stddef.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 10:58:47 2002 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 8C21937B400; Sun, 1 Sep 2002 10:58:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E37B43E72; Sun, 1 Sep 2002 10:58:43 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81HwhJU086789; Sun, 1 Sep 2002 10:58:43 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81HwhrB086788; Sun, 1 Sep 2002 10:58:43 -0700 (PDT) Message-Id: <200209011758.g81HwhrB086788@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 10:58:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/comline Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 10:58:43 PDT Modified files: www/comline Makefile Log: Update MASTER_SITES PR: 41944 Submitted by: j.el-rayes@muthaland.at Revision Changes Path 1.19 +5 -4 ports/www/comline/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 11: 3:49 2002 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 4966437B400; Sun, 1 Sep 2002 11:03:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA96B43E4A; Sun, 1 Sep 2002 11:03:45 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81I3jJU087609; Sun, 1 Sep 2002 11:03:45 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81I3jf3087608; Sun, 1 Sep 2002 11:03:45 -0700 (PDT) Message-Id: <200209011803.g81I3jf3087608@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 11:03:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cmt Makefile distinfo ports/audio/cmt/files patch-cmt.cpp patch-makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 11:03:45 PDT Modified files: audio/cmt Makefile distinfo audio/cmt/files patch-makefile Removed files: audio/cmt/files patch-cmt.cpp Log: Update to 1.14 PR: 41890 Submitted by: maintainer Revision Changes Path 1.4 +8 -9 ports/audio/cmt/Makefile 1.2 +1 -1 ports/audio/cmt/distinfo 1.3 +0 -15 ports/audio/cmt/files/patch-cmt.cpp (dead) 1.4 +4 -6 ports/audio/cmt/files/patch-makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 11: 4: 1 2002 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 1E43137B4F7; Sun, 1 Sep 2002 11:03:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F68243E4A; Sun, 1 Sep 2002 11:03:55 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81I3tJU087666; Sun, 1 Sep 2002 11:03:55 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81I3taD087665; Sun, 1 Sep 2002 11:03:55 -0700 (PDT) Message-Id: <200209011803.g81I3taD087665@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 1 Sep 2002 11:03:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/doc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/01 11:03:55 PDT Modified files: gnu/usr.bin/binutils/doc Makefile Log: Update for 2.12.1 20-July-2002 import. Revision Changes Path 1.15 +6 -3 src/gnu/usr.bin/binutils/doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 11: 8:33 2002 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 38E6937B400; Sun, 1 Sep 2002 11:08:28 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id B77CE43E3B; Sun, 1 Sep 2002 11:08:27 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g81I8RcV033873; Sun, 1 Sep 2002 11:08:27 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g81I8RgI033872; Sun, 1 Sep 2002 11:08:27 -0700 (PDT) Date: Sun, 1 Sep 2002 11:08:27 -0700 From: "David O'Brien" To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile src/usr.bin/make Makefile Message-ID: <20020901180827.GA33541@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208310718.g7V7Ifpt045306@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208310718.g7V7Ifpt045306@freefall.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Aug 31, 2002 at 12:18:40AM -0700, Peter Wemm wrote: > Modified files: > . Makefile > usr.bin/make Makefile > Log: > Deal with bootstrapping from an old -current (almost exactly a year old) > which fails the make tests (doesn't understand ${notdef:U}) and therefore > fails on __FBSDID in usr.bin/make/*. -DBOOTSTRAPPING is no help here since > this is before we are using the new share/mk/* files, and it would conflict > with the builtin -DBOOTSTRAPPING support later.. so use a different flag. > > Revision Changes Path > 1.264 +2 -1 src/Makefile > http://cvsweb.freebsd.org/src/Makefile.diff?r1=1.263&r2=1.264 > 1.26 +3 -0 src/usr.bin/make/Makefile > http://cvsweb.freebsd.org/src/usr.bin/make/Makefile.diff?r1=1.25&r2=1.26 I thought we were going to impliment these warts with some form of __FreeBSD_version test -- so they don't impact source bases that don't need them, and more importantly so it is documented the time range they cover so we know when to remove them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 11:10: 2 2002 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 1E7B537B400; Sun, 1 Sep 2002 11:09:54 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8260443E72; Sun, 1 Sep 2002 11:09:53 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g81I9rcV033892; Sun, 1 Sep 2002 11:09:53 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g81I9rvo033891; Sun, 1 Sep 2002 11:09:53 -0700 (PDT) Date: Sun, 1 Sep 2002 11:09:53 -0700 From: "David O'Brien" To: Jacques Vidrine Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/heimdal - Imported sources Message-ID: <20020901180953.GB33541@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Jacques Vidrine , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208302123.g7ULNRoY035846@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208302123.g7ULNRoY035846@freefall.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I thought we decided the RFC's aren't needed in the base system and thus should be trimmed before import. On Fri, Aug 30, 2002 at 02:23:27PM -0700, Jacques Vidrine wrote: > U src/crypto/heimdal/doc/standardisation/draft-brezak-win2k-krb-rc4-hmac-01.txt > U src/crypto/heimdal/doc/standardisation/draft-brezak-win2k-krb-rc4-hmac-02.txt > U src/crypto/heimdal/doc/standardisation/draft-brezak-win2k-krb-rc4-hmac-03.txt > U src/crypto/heimdal/doc/standardisation/draft-foo > U src/crypto/heimdal/doc/standardisation/draft-foo.ms > U src/crypto/heimdal/doc/standardisation/draft-foo2 > U src/crypto/heimdal/doc/standardisation/draft-foo2.ms > U src/crypto/heimdal/doc/standardisation/draft-foo3 > U src/crypto/heimdal/doc/standardisation/draft-foo3.ms > U src/crypto/heimdal/doc/standardisation/draft-hornstein-dhc-kerbauth-02.txt > U src/crypto/heimdal/doc/standardisation/draft-horowitz-key-derivation-01.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-gssv2-08.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-gssv2-cbind-04.txt > U src/crypto/heimdal/doc/standardisation/rfc1508.txt > U src/crypto/heimdal/doc/standardisation/rfc1509.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-iakerb-04.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerb-chg-password-02.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerb-des3-hmac-sha1-00.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerb-key-derivation-00.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-err-msg-00.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-extra-tgt-02.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-extra-tgt-03.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-pk-cross-01.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-pk-cross-06.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-pk-init-11.txt > U src/crypto/heimdal/doc/standardisation/rc4-hmac.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-pk-init-12.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-pk-tapp-03.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-revisions-00.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-revisions-01.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-revisions-03.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-revisions-05.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-revisions-06.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-set-passwd-02.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-set-passwd-03.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-krb-dns-locate-00.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-krb-dns-locate-02.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-krb5gss-mech2-03.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-ftpext-mlst-08.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-krb-wg-kerberos-referrals-00.txt > U src/crypto/heimdal/doc/standardisation/draft-ietf-krb-wg-krb-dns-locate-02.txt > U src/crypto/heimdal/doc/standardisation/draft-raeburn-cat-gssapi-krb5-3des-00.txt > U src/crypto/heimdal/doc/standardisation/draft-raeburn-krb-gssapi-krb5-3des-01.txt > U src/crypto/heimdal/doc/standardisation/draft-smedvinsky-dhc-kerbauth-01.txt > U src/crypto/heimdal/doc/standardisation/draft-swift-win2k-krb-referrals-01.txt > U src/crypto/heimdal/doc/standardisation/draft-swift-win2k-krb-user2user-01.txt > U src/crypto/heimdal/doc/standardisation/rfc1510.txt > U src/crypto/heimdal/doc/standardisation/draft-thomas-snmpv3-kerbusm-00.txt > U src/crypto/heimdal/doc/standardisation/draft-trostle-win2k-cat-kerberos-set-passwd-00.txt > U src/crypto/heimdal/doc/standardisation/draft-tso-telnet-krb5-04.txt > U src/crypto/heimdal/doc/standardisation/rfc1750.txt > U src/crypto/heimdal/doc/standardisation/rfc1831.txt > U src/crypto/heimdal/doc/standardisation/rfc1964.txt > U src/crypto/heimdal/doc/standardisation/rfc2078.txt > U src/crypto/heimdal/doc/standardisation/rfc2203.txt > U src/crypto/heimdal/doc/standardisation/rfc2228.txt > U src/crypto/heimdal/doc/standardisation/rfc2743.txt > U src/crypto/heimdal/doc/standardisation/rfc2744.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 11:36: 2 2002 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 B4F0937B400; Sun, 1 Sep 2002 11:35:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6158A43E65; Sun, 1 Sep 2002 11:35:59 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81IZxJU095076; Sun, 1 Sep 2002 11:35:59 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81IZw4W095075; Sun, 1 Sep 2002 11:35:59 -0700 (PDT) Message-Id: <200209011835.g81IZw4W095075@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 11:35:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ivtools Makefile distinfo pkg-plist ports/graphics/ivtools/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 11:35:58 PDT Modified files: graphics/ivtools Makefile distinfo pkg-plist Removed files: graphics/ivtools/files patch-Makefile Log: Update to 1.0.6 PR: 41888 Submitted by: mt@primats.org.ua Approved by: maintainer Revision Changes Path 1.5 +1 -1 ports/graphics/ivtools/Makefile 1.2 +1 -1 ports/graphics/ivtools/distinfo 1.2 +0 -23 ports/graphics/ivtools/files/patch-Makefile (dead) 1.2 +18 -21 ports/graphics/ivtools/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 Sep 1 11:41: 6 2002 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 E885037B400; Sun, 1 Sep 2002 11:41:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AF3D43E42; Sun, 1 Sep 2002 11:41:02 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81If2JU095479; Sun, 1 Sep 2002 11:41:02 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81If2HJ095478; Sun, 1 Sep 2002 11:41:02 -0700 (PDT) Message-Id: <200209011841.g81If2HJ095478@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 11:41:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dhid pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 11:41:02 PDT Modified files: net/dhid pkg-descr Log: Remove version from pkg-descr PR: 41749 Submitted by: mark@summersault.com Revision Changes Path 1.5 +1 -1 ports/net/dhid/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 Sep 1 11:45:16 2002 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 AEFDD37B400; Sun, 1 Sep 2002 11:45:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E09D43E3B; Sun, 1 Sep 2002 11:45:10 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81IjAJU096233; Sun, 1 Sep 2002 11:45:10 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81IjAIs096232; Sun, 1 Sep 2002 11:45:10 -0700 (PDT) Message-Id: <200209011845.g81IjAIs096232@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 11:45:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/staticcharge Makefile distinfo pkg-descr pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 11:45:10 PDT Modified files: net/staticcharge Makefile distinfo pkg-descr pkg-message Log: Update to 0.5 PR: 41655 Submitted by: admins@staticcling.org Revision Changes Path 1.2 +1 -1 ports/net/staticcharge/Makefile 1.2 +1 -1 ports/net/staticcharge/distinfo 1.2 +3 -2 ports/net/staticcharge/pkg-descr 1.2 +2 -0 ports/net/staticcharge/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 Sep 1 11:51:50 2002 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 462D637B400; Sun, 1 Sep 2002 11:51:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECDEF43E3B; Sun, 1 Sep 2002 11:51:44 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81IpiJU096910; Sun, 1 Sep 2002 11:51:44 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81IpiAs096909; Sun, 1 Sep 2002 11:51:44 -0700 (PDT) Message-Id: <200209011851.g81IpiAs096909@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 11:51:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/aspell pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 11:51:44 PDT Added files: textproc/aspell pkg-message Log: Add missing pkg-message Notice by: many Revision Changes Path 1.1 +31 -0 ports/textproc/aspell/pkg-message (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 11:56:45 2002 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 206BD37B400; Sun, 1 Sep 2002 11:56:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A39FA43E4A; Sun, 1 Sep 2002 11:56:40 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81IueJU097499; Sun, 1 Sep 2002 11:56:40 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81IueMl097498; Sun, 1 Sep 2002 11:56:40 -0700 (PDT) Message-Id: <200209011856.g81IueMl097498@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 11:56:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ttf2pt1 Makefile distinfo ports/print/ttf2pt1/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 11:56:40 PDT Modified files: print/ttf2pt1 Makefile distinfo print/ttf2pt1/files patch-Makefile Log: Update to 3.4.1 PR: 41066 Submitted by: kanou@mil.allnet.ne.jp Revision Changes Path 1.4 +1 -1 ports/print/ttf2pt1/Makefile 1.3 +1 -1 ports/print/ttf2pt1/distinfo 1.4 +6 -6 ports/print/ttf2pt1/files/patch-Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 11:58:19 2002 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 226D337B401; Sun, 1 Sep 2002 11:58:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E6B043E65; Sun, 1 Sep 2002 11:58:12 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from freefall.freebsd.org (anholt@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81IwCJU097892; Sun, 1 Sep 2002 11:58:12 -0700 (PDT) (envelope-from anholt@freefall.freebsd.org) Received: (from anholt@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81IwClA097891; Sun, 1 Sep 2002 11:58:12 -0700 (PDT) Message-Id: <200209011858.g81IwClA097891@freefall.freebsd.org> From: Eric Anholt Date: Sun, 1 Sep 2002 11:58:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/dri-devel Makefile distinfo ports/graphics/dri-devel/files patch-FreeBSD.cf patch-drv-Imakefile patch-host.def patch-linuxcompat X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anholt 2002/09/01 11:58:12 PDT Modified files: graphics/dri-devel Makefile distinfo graphics/dri-devel/files patch-host.def Added files: graphics/dri-devel/files patch-FreeBSD.cf Removed files: graphics/dri-devel/files patch-drv-Imakefile patch-linuxcompat Log: Update dri-devel to recent trunk, respect CFLAGS Revision Changes Path 1.2 +20 -9 ports/graphics/dri-devel/Makefile 1.2 +2 -1 ports/graphics/dri-devel/distinfo 1.1 +25 -0 ports/graphics/dri-devel/files/patch-FreeBSD.cf (new) 1.2 +0 -11 ports/graphics/dri-devel/files/patch-drv-Imakefile (dead) 1.2 +16 -37 ports/graphics/dri-devel/files/patch-host.def 1.2 +0 -141 ports/graphics/dri-devel/files/patch-linuxcompat (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 12: 1:27 2002 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 9832037B400; Sun, 1 Sep 2002 12:01:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4955A43E4A; Sun, 1 Sep 2002 12:01:22 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81J1MJU098266; Sun, 1 Sep 2002 12:01:22 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81J1MGS098265; Sun, 1 Sep 2002 12:01:22 -0700 (PDT) Message-Id: <200209011901.g81J1MGS098265@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 12:01:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/bonnie++ Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 12:01:22 PDT Modified files: benchmarks/bonnie++ Makefile Log: Fix bonnie++ on -current PR: 40793 Submitted by: corecode@corecode.ath.cx Revision Changes Path 1.6 +2 -0 ports/benchmarks/bonnie++/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 12: 7:12 2002 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 0874237B400; Sun, 1 Sep 2002 12:07:06 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-146.dsl.lsan03.pacbell.net [64.165.226.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 556C743E6A; Sun, 1 Sep 2002 12:07:05 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E739D66B41; Sun, 1 Sep 2002 12:07:04 -0700 (PDT) Date: Sun, 1 Sep 2002 12:07:04 -0700 From: Kris Kennaway To: Maxim Sobolev Cc: Kris Kennaway , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib plist.c Message-ID: <20020901190704.GA21494@xor.obsecurity.org> References: <200208312021.g7VKLlhh009121@freefall.freebsd.org> <20020901061408.GA12651@vega.vega.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="a8Wt8u1KmwUX3Y2C" Content-Disposition: inline In-Reply-To: <20020901061408.GA12651@vega.vega.com> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 01, 2002 at 09:14:08AM +0300, Maxim Sobolev wrote: > On Sat, Aug 31, 2002 at 01:21:47PM -0700, Kris Kennaway wrote: > > kris 2002/08/31 13:21:47 PDT > >=20 > > Modified files: > > usr.sbin/pkg_install/lib plist.c=20 > > Log: > > Don't treat unknown commands as fatal errors: they are probably just > > the signature of out-of-date pkg_tools and newer packages. >=20 > I don't really think that we need something like that. Older > versions of pkg_tools should be protected from the new packages > with unknown commands by the `packing list format version' > (see pkg_install/lib/version.c).=20 The problem I'm trying to guard against is people with old pkg_tools downloading new packages from the FTP site and being unable to use them because of a new command introduced in the package. Chances are the pkg_tools can safely ignore this command and proceed with what it knows about. In other words, extensions to the command set should not be fatal; revisions to the command set which break backwards compatibility should be fatal (and this is achieved by bumping the version) Kris --a8Wt8u1KmwUX3Y2C Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9cmVXWry0BWjoQKURAiEMAKCvO3fDjbMvigB8nmTQaShqlreTzgCePnUk sVm/sE2eUh1ZhBlbWzrWgUs= =pJFd -----END PGP SIGNATURE----- --a8Wt8u1KmwUX3Y2C-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 12:32:58 2002 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 317F437B400; Sun, 1 Sep 2002 12:32:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4F7943E4A; Sun, 1 Sep 2002 12:32:54 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81JWsJU006614; Sun, 1 Sep 2002 12:32:54 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81JWs4l006613; Sun, 1 Sep 2002 12:32:54 -0700 (PDT) Message-Id: <200209011932.g81JWs4l006613@freefall.freebsd.org> From: Giorgos Keramidas Date: Sun, 1 Sep 2002 12:32:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/el_GR.ISO8859-7/articles/problem-reports Makefile article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/01 12:32:54 PDT Added files: el_GR.ISO8859-7/articles/problem-reports Makefile article.sgml Log: Add new article translation: ``Writing FreeBSD Problem Reports'' in Greek. Revision Changes Path 1.1 +18 -0 doc/el_GR.ISO8859-7/articles/problem-reports/Makefile (new) 1.1 +557 -0 doc/el_GR.ISO8859-7/articles/problem-reports/article.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 12:47:28 2002 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 C62E337B401; Sun, 1 Sep 2002 12:47:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02E0843E77; Sun, 1 Sep 2002 12:46:56 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from freefall.freebsd.org (joerg@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81JknJU008488; Sun, 1 Sep 2002 12:46:49 -0700 (PDT) (envelope-from joerg@freefall.freebsd.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81JknCl008487; Sun, 1 Sep 2002 12:46:49 -0700 (PDT) Message-Id: <200209011946.g81JknCl008487@freefall.freebsd.org> From: Joerg Wunsch Date: Sun, 1 Sep 2002 12:46:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/avr-gcc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2002/09/01 12:46:49 PDT Modified files: devel/avr-gcc Makefile distinfo Log: Fix the documentation build process. We need to depend it on perl. Since the system's perl in -stable is too old (pod2man), we supply pregenerated man pages in a separate distfile to help them out. Revision Changes Path 1.16 +17 -2 ports/devel/avr-gcc/Makefile 1.9 +1 -0 ports/devel/avr-gcc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 12:51:55 2002 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 9343D37B400; Sun, 1 Sep 2002 12:51:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7DC743E3B; Sun, 1 Sep 2002 12:51:49 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81JpnJU009139; Sun, 1 Sep 2002 12:51:49 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81JpntR009138; Sun, 1 Sep 2002 12:51:49 -0700 (PDT) Message-Id: <200209011951.g81JpntR009138@freefall.freebsd.org> From: Giorgos Keramidas Date: Sun, 1 Sep 2002 12:51:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/problem-reports article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/01 12:51:49 PDT Modified files: en_US.ISO8859-1/articles/problem-reports article.sgml Log: Add link to mailing list descriptions, and a second link to the searchable FreeBSD archives on the web. Revision Changes Path 1.18 +2 -2 doc/en_US.ISO8859-1/articles/problem-reports/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 12:52: 8 2002 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 D64C237B418; Sun, 1 Sep 2002 12:52:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6628443E77; Sun, 1 Sep 2002 12:51:59 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81JpxJU009244; Sun, 1 Sep 2002 12:51:59 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81JpxpO009243; Sun, 1 Sep 2002 12:51:59 -0700 (PDT) Message-Id: <200209011951.g81JpxpO009243@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 1 Sep 2002 12:51:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/01 12:51:59 PDT Modified files: en/donations wantlist.sgml Log: Add some items I want (DDS3/4 tape drive, 4-way KVM switch) Revision Changes Path 1.3 +8 -1 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 12:54:35 2002 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 7245B37B400; Sun, 1 Sep 2002 12:54:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5F0B43E3B; Sun, 1 Sep 2002 12:54:24 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81JsOJU009762; Sun, 1 Sep 2002 12:54:24 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81JsO1B009761; Sun, 1 Sep 2002 12:54:24 -0700 (PDT) Message-Id: <200209011954.g81JsO1B009761@freefall.freebsd.org> From: Giorgos Keramidas Date: Sun, 1 Sep 2002 12:54:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/problem-reports article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/01 12:54:24 PDT Modified files: en_US.ISO8859-1/articles/problem-reports article.sgml Log: Whitespace-only change: wrap long lines. Revision Changes Path 1.19 +7 -2 doc/en_US.ISO8859-1/articles/problem-reports/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 12:57:10 2002 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 2CA5037B401; Sun, 1 Sep 2002 12:57:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AFC743E7B; Sun, 1 Sep 2002 12:57:06 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81Jv6JU010146; Sun, 1 Sep 2002 12:57:06 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81Jv6bL010145; Sun, 1 Sep 2002 12:57:06 -0700 (PDT) Message-Id: <200209011957.g81Jv6bL010145@freefall.freebsd.org> From: Giorgos Keramidas Date: Sun, 1 Sep 2002 12:57:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/problem-reports article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/01 12:57:06 PDT Modified files: en_US.ISO8859-1/articles/problem-reports article.sgml Log: Expand contractions. Revision Changes Path 1.20 +5 -5 doc/en_US.ISO8859-1/articles/problem-reports/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 13:12:17 2002 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 F097637B400; Sun, 1 Sep 2002 13:12:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A25AF43E6E; Sun, 1 Sep 2002 13:12:13 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81KCDJU016762; Sun, 1 Sep 2002 13:12:13 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81KCDoH016761; Sun, 1 Sep 2002 13:12:13 -0700 (PDT) Message-Id: <200209012012.g81KCDoH016761@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 1 Sep 2002 13:12:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cyrus-imapd2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/09/01 13:12:13 PDT Modified files: mail/cyrus-imapd2 Makefile distinfo Log: Update to cyrus-imapd-2.1.9. Revision Changes Path 1.66 +2 -2 ports/mail/cyrus-imapd2/Makefile 1.19 +2 -2 ports/mail/cyrus-imapd2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 13:28:54 2002 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 40B3837B401; Sun, 1 Sep 2002 13:28:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D893543E86; Sun, 1 Sep 2002 13:28:50 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81KSoJU018972; Sun, 1 Sep 2002 13:28:50 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81KSoOi018971; Sun, 1 Sep 2002 13:28:50 -0700 (PDT) Message-Id: <200209012028.g81KSoOi018971@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 1 Sep 2002 13:28:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/01 13:28:50 PDT Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: s/filesystem/file system/ it's in part a revert of a previous commit to respect our official wordlist. Revision Changes Path 1.108 +98 -98 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 13:37:34 2002 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 8500437B400; Sun, 1 Sep 2002 13:37:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A4843E4A; Sun, 1 Sep 2002 13:37:30 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81KbUJU020357; Sun, 1 Sep 2002 13:37:30 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81KbT4U020356; Sun, 1 Sep 2002 13:37:29 -0700 (PDT) Message-Id: <200209012037.g81KbT4U020356@freefall.freebsd.org> From: Ian Dowse Date: Sun, 1 Sep 2002 13:37:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys syscallsubr.h vnode.h src/sys/kern init_main.c kern_sig.c sys_generic.c vfs_syscalls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/09/01 13:37:29 PDT Modified files: sys/sys vnode.h sys/kern init_main.c kern_sig.c sys_generic.c vfs_syscalls.c Added files: sys/sys syscallsubr.h Log: Split out a number of mostly VFS and signal related syscalls into a kernel-internal kern_*() version and a wrapper that is called via the syscall vector table. For paths and structure pointers, the internal version either takes a uio_seg parameter or requires the caller to copyin() the data to kernel memory as appropiate. This will permit emulation layers to use these syscalls without having to copy out translated arguments to the stack gap. Discussed on: -arch Review/suggestions: bde, jhb, peter, marcel Revision Changes Path 1.203 +2 -1 src/sys/kern/init_main.c 1.184 +47 -29 src/sys/kern/kern_sig.c 1.112 +38 -21 src/sys/kern/sys_generic.c 1.285 +214 -82 src/sys/kern/vfs_syscalls.c 1.1 +76 -0 src/sys/sys/syscallsubr.h (new) 1.206 +0 -1 src/sys/sys/vnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 13:40:31 2002 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 1A66737B401; Sun, 1 Sep 2002 13:38:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DD5343E65; Sun, 1 Sep 2002 13:38:57 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81KcvJU020507; Sun, 1 Sep 2002 13:38:57 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81Kcvuv020506; Sun, 1 Sep 2002 13:38:57 -0700 (PDT) Message-Id: <200209012038.g81Kcvuv020506@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 13:38:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc - Imported sources X-FreeBSD-CVS-Branch: FSF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 13:38:57 PDT src/contrib/gcc - Imported sources Update of /home/ncvs/src/contrib/gcc In directory freefall.freebsd.org:/d/home/kan/gcc_import/gcc/gcc Log Message: Gcc 3.2.1-prerelease from the FSF anoncvs repo gcc-3_2-branch on 1-Sep-2002 00:00:01 EDT. Status: Vendor Tag: FSF Release Tags: gcc_3_2_anoncvs_20020901 U src/contrib/gcc/COPYING U src/contrib/gcc/COPYING.LIB U src/contrib/gcc/ChangeLog U src/contrib/gcc/ChangeLog.0 U src/contrib/gcc/ChangeLog.1 U src/contrib/gcc/ChangeLog.2 U src/contrib/gcc/ChangeLog.3 U src/contrib/gcc/ChangeLog.4 U src/contrib/gcc/ChangeLog.5 U src/contrib/gcc/ChangeLog.6 U src/contrib/gcc/ChangeLog.lib U src/contrib/gcc/FSFChangeLog U src/contrib/gcc/FSFChangeLog.10 U src/contrib/gcc/FSFChangeLog.11 U src/contrib/gcc/LANGUAGES C src/contrib/gcc/Makefile.in U src/contrib/gcc/ONEWS U src/contrib/gcc/README-fixinc U src/contrib/gcc/SERVICE U src/contrib/gcc/README.Portability U src/contrib/gcc/acconfig.h U src/contrib/gcc/aclocal.m4 U src/contrib/gcc/alias.c C src/contrib/gcc/c-lex.c U src/contrib/gcc/attribs.c U src/contrib/gcc/basic-block.h U src/contrib/gcc/bb-reorder.c U src/contrib/gcc/bitmap.c U src/contrib/gcc/bitmap.h U src/contrib/gcc/builtin-attrs.def U src/contrib/gcc/builtin-types.def U src/contrib/gcc/builtins.c U src/contrib/gcc/builtins.def U src/contrib/gcc/c-aux-info.c C src/contrib/gcc/c-common.c U src/contrib/gcc/c-common.def U src/contrib/gcc/c-common.h U src/contrib/gcc/c-convert.c C src/contrib/gcc/c-decl.c U src/contrib/gcc/c-errors.c U src/contrib/gcc/c-format.c U src/contrib/gcc/c-lang.c U src/contrib/gcc/c-lex.h U src/contrib/gcc/c-objc-common.c U src/contrib/gcc/c-parse.in U src/contrib/gcc/c-pragma.c U src/contrib/gcc/c-pragma.h U src/contrib/gcc/calls.c U src/contrib/gcc/c-semantics.c U src/contrib/gcc/c-tree.h U src/contrib/gcc/c-typeck.c U src/contrib/gcc/caller-save.c U src/contrib/gcc/cfg.c U src/contrib/gcc/cfganal.c U src/contrib/gcc/cfgbuild.c U src/contrib/gcc/cfgcleanup.c U src/contrib/gcc/cfglayout.c U src/contrib/gcc/cfglayout.h U src/contrib/gcc/cfgloop.c U src/contrib/gcc/cfgrtl.c U src/contrib/gcc/collect2.c U src/contrib/gcc/collect2.h U src/contrib/gcc/combine.c U src/contrib/gcc/conditions.h U src/contrib/gcc/config.gcc U src/contrib/gcc/config.guess U src/contrib/gcc/config.in U src/contrib/gcc/cse.c C src/contrib/gcc/configure U src/contrib/gcc/configure.frag U src/contrib/gcc/configure.in U src/contrib/gcc/conflict.c U src/contrib/gcc/convert.c U src/contrib/gcc/convert.h U src/contrib/gcc/cppdefault.c U src/contrib/gcc/cppdefault.h U src/contrib/gcc/cpperror.c U src/contrib/gcc/cppexp.c U src/contrib/gcc/cppfiles.c U src/contrib/gcc/cpphash.c U src/contrib/gcc/cpphash.h C src/contrib/gcc/cppinit.c U src/contrib/gcc/cpplex.c U src/contrib/gcc/cpplib.c U src/contrib/gcc/cpplib.h U src/contrib/gcc/cppmacro.c U src/contrib/gcc/cppmain.c U src/contrib/gcc/cppspec.c U src/contrib/gcc/crtstuff.c U src/contrib/gcc/cselib.c U src/contrib/gcc/cselib.h U src/contrib/gcc/cstamp-h.in U src/contrib/gcc/debug.c U src/contrib/gcc/dbxout.c U src/contrib/gcc/dbxout.h U src/contrib/gcc/dbxstclass.h U src/contrib/gcc/debug.h U src/contrib/gcc/defaults.h U src/contrib/gcc/dependence.c U src/contrib/gcc/df.c U src/contrib/gcc/df.h U src/contrib/gcc/diagnostic.c U src/contrib/gcc/diagnostic.def U src/contrib/gcc/diagnostic.h U src/contrib/gcc/doloop.c U src/contrib/gcc/dominance.c U src/contrib/gcc/doschk.c U src/contrib/gcc/dwarf.h U src/contrib/gcc/dwarf2.h U src/contrib/gcc/dwarf2asm.c U src/contrib/gcc/dwarf2asm.h U src/contrib/gcc/dwarf2out.c U src/contrib/gcc/dwarf2out.h C src/contrib/gcc/dwarfout.c C src/contrib/gcc/emit-rtl.c U src/contrib/gcc/enquire.c U src/contrib/gcc/errors.c U src/contrib/gcc/errors.h U src/contrib/gcc/except.c U src/contrib/gcc/except.h U src/contrib/gcc/explow.c U src/contrib/gcc/expmed.c U src/contrib/gcc/expr.c U src/contrib/gcc/expr.h C src/contrib/gcc/final.c U src/contrib/gcc/fix-header.c U src/contrib/gcc/fixproto U src/contrib/gcc/flags.h U src/contrib/gcc/floatlib.c U src/contrib/gcc/flow.c U src/contrib/gcc/fold-const.c U src/contrib/gcc/fp-test.c C src/contrib/gcc/function.c U src/contrib/gcc/function.h U src/contrib/gcc/future.options U src/contrib/gcc/gbl-ctors.h C src/contrib/gcc/gcc.c U src/contrib/gcc/gcc.h U src/contrib/gcc/gccbug.in U src/contrib/gcc/gccspec.c U src/contrib/gcc/gcov-io.h U src/contrib/gcc/gcov.c U src/contrib/gcc/gcse.c U src/contrib/gcc/gdbinit.in U src/contrib/gcc/gen-protos.c U src/contrib/gcc/genattr.c U src/contrib/gcc/genattrtab.c U src/contrib/gcc/gencheck.c U src/contrib/gcc/gencodes.c U src/contrib/gcc/genconfig.c U src/contrib/gcc/genconstants.c U src/contrib/gcc/genemit.c U src/contrib/gcc/genextract.c U src/contrib/gcc/genflags.c U src/contrib/gcc/gengenrtl.c U src/contrib/gcc/genmultilib U src/contrib/gcc/genopinit.c U src/contrib/gcc/genoutput.c U src/contrib/gcc/genpeep.c U src/contrib/gcc/genpreds.c U src/contrib/gcc/genrecog.c U src/contrib/gcc/gensupport.c U src/contrib/gcc/gensupport.h U src/contrib/gcc/ggc-callbacks.c U src/contrib/gcc/ggc-common.c U src/contrib/gcc/ggc-none.c U src/contrib/gcc/ggc-page.c U src/contrib/gcc/ggc.h U src/contrib/gcc/ggc-simple.c U src/contrib/gcc/glimits.h U src/contrib/gcc/global.c U src/contrib/gcc/gmon.c U src/contrib/gcc/graph.c U src/contrib/gcc/graph.h U src/contrib/gcc/gstab.h U src/contrib/gcc/gsyms.h U src/contrib/gcc/gsyslimits.h U src/contrib/gcc/gthr-aix.h U src/contrib/gcc/gthr-dce.h U src/contrib/gcc/gthr-posix.h U src/contrib/gcc/gthr-rtems.h U src/contrib/gcc/gthr-single.h U src/contrib/gcc/gthr-solaris.h U src/contrib/gcc/gthr-vxworks.h U src/contrib/gcc/gthr-win32.h U src/contrib/gcc/gthr.h U src/contrib/gcc/haifa-sched.c U src/contrib/gcc/halfpic.c U src/contrib/gcc/halfpic.h U src/contrib/gcc/hard-reg-set.h U src/contrib/gcc/hash.c U src/contrib/gcc/hash.h U src/contrib/gcc/hashtable.c U src/contrib/gcc/hashtable.h U src/contrib/gcc/hooks.c U src/contrib/gcc/hooks.h U src/contrib/gcc/hwint.h U src/contrib/gcc/ifcvt.c U src/contrib/gcc/input.h U src/contrib/gcc/insn-addr.h U src/contrib/gcc/integrate.c U src/contrib/gcc/integrate.h U src/contrib/gcc/intl.c U src/contrib/gcc/intl.h U src/contrib/gcc/jump.c U src/contrib/gcc/langhooks-def.h U src/contrib/gcc/langhooks.c U src/contrib/gcc/langhooks.h U src/contrib/gcc/lcm.c U src/contrib/gcc/libfuncs.h U src/contrib/gcc/libgcc-std.ver C src/contrib/gcc/libgcc2.c U src/contrib/gcc/libgcc2.h U src/contrib/gcc/limitx.h U src/contrib/gcc/limity.h U src/contrib/gcc/line-map.c U src/contrib/gcc/line-map.h U src/contrib/gcc/lists.c U src/contrib/gcc/local-alloc.c U src/contrib/gcc/longlong.h U src/contrib/gcc/loop.c U src/contrib/gcc/loop.h U src/contrib/gcc/machmode.def U src/contrib/gcc/machmode.h U src/contrib/gcc/main.c U src/contrib/gcc/mbchar.c U src/contrib/gcc/mbchar.h U src/contrib/gcc/mips-tdump.c U src/contrib/gcc/mips-tfile.c U src/contrib/gcc/mkconfig.sh U src/contrib/gcc/mkdeps.c U src/contrib/gcc/mkdeps.h U src/contrib/gcc/mklibgcc.in U src/contrib/gcc/mkmap-flat.awk U src/contrib/gcc/mkmap-symver.awk U src/contrib/gcc/move-if-change U src/contrib/gcc/optabs.c U src/contrib/gcc/optabs.h U src/contrib/gcc/output.h U src/contrib/gcc/params.c U src/contrib/gcc/params.def U src/contrib/gcc/params.h U src/contrib/gcc/predict.c U src/contrib/gcc/predict.def U src/contrib/gcc/predict.h U src/contrib/gcc/prefix.c U src/contrib/gcc/prefix.h U src/contrib/gcc/print-rtl.c U src/contrib/gcc/print-tree.c U src/contrib/gcc/profile.c U src/contrib/gcc/protoize.c U src/contrib/gcc/read-rtl.c U src/contrib/gcc/real.c U src/contrib/gcc/real.h C src/contrib/gcc/recog.c U src/contrib/gcc/recog.h U src/contrib/gcc/reg-stack.c U src/contrib/gcc/regclass.c U src/contrib/gcc/regmove.c U src/contrib/gcc/regrename.c U src/contrib/gcc/regs.h C src/contrib/gcc/reload.c U src/contrib/gcc/reload.h U src/contrib/gcc/reload1.c U src/contrib/gcc/reorg.c U src/contrib/gcc/resource.c U src/contrib/gcc/resource.h U src/contrib/gcc/rtl-error.c U src/contrib/gcc/rtl.c U src/contrib/gcc/rtl.def U src/contrib/gcc/rtl.h U src/contrib/gcc/rtlanal.c U src/contrib/gcc/sbitmap.c U src/contrib/gcc/sbitmap.h U src/contrib/gcc/scan-decls.c U src/contrib/gcc/scan-types.sh U src/contrib/gcc/scan.c U src/contrib/gcc/scan.h U src/contrib/gcc/sched-deps.c U src/contrib/gcc/sched-ebb.c U src/contrib/gcc/sched-int.h U src/contrib/gcc/sched-rgn.c U src/contrib/gcc/sched-vis.c U src/contrib/gcc/sdbout.c U src/contrib/gcc/sdbout.h U src/contrib/gcc/sibcall.c U src/contrib/gcc/simplify-rtx.c U src/contrib/gcc/sort-protos U src/contrib/gcc/ssa-ccp.c U src/contrib/gcc/ssa-dce.c U src/contrib/gcc/ssa.c U src/contrib/gcc/ssa.h U src/contrib/gcc/stab.def U src/contrib/gcc/stack.h U src/contrib/gcc/stmt.c U src/contrib/gcc/stor-layout.c U src/contrib/gcc/stringpool.c U src/contrib/gcc/sys-protos.h U src/contrib/gcc/sys-types.h U src/contrib/gcc/system.h U src/contrib/gcc/target-def.h U src/contrib/gcc/target.h U src/contrib/gcc/timevar.c U src/contrib/gcc/timevar.def U src/contrib/gcc/timevar.h U src/contrib/gcc/tlink.c C src/contrib/gcc/toplev.c U src/contrib/gcc/toplev.h U src/contrib/gcc/tradcif.y U src/contrib/gcc/tradcpp.c U src/contrib/gcc/tradcpp.h U src/contrib/gcc/tree-dump.c U src/contrib/gcc/tree-dump.h U src/contrib/gcc/tree-inline.c U src/contrib/gcc/tree-inline.h U src/contrib/gcc/tree.c U src/contrib/gcc/tree.def U src/contrib/gcc/tree.h U src/contrib/gcc/tsystem.h U src/contrib/gcc/typeclass.h U src/contrib/gcc/unroll.c U src/contrib/gcc/unwind-dw2-fde-glibc.c U src/contrib/gcc/unwind-dw2-fde.c U src/contrib/gcc/unwind-dw2-fde.h U src/contrib/gcc/unwind-dw2.c U src/contrib/gcc/unwind-pe.h U src/contrib/gcc/unwind-sjlj.c U src/contrib/gcc/unwind.h U src/contrib/gcc/unwind.inc U src/contrib/gcc/varasm.c U src/contrib/gcc/varray.c U src/contrib/gcc/varray.h C src/contrib/gcc/version.c U src/contrib/gcc/version.h U src/contrib/gcc/vmsdbg.h U src/contrib/gcc/vmsdbgout.c U src/contrib/gcc/xcoffout.c U src/contrib/gcc/xcoffout.h U src/contrib/gcc/choose-temp.c U src/contrib/gcc/make-temp-file.c U src/contrib/gcc/concat.c U src/contrib/gcc/cp-demangle.c U src/contrib/gcc/cplus-dem.c U src/contrib/gcc/dyn-string.c U src/contrib/gcc/fibheap.c U src/contrib/gcc/getopt.c U src/contrib/gcc/getopt1.c U src/contrib/gcc/getpwd.c U src/contrib/gcc/hashtab.c U src/contrib/gcc/hex.c U src/contrib/gcc/lbasename.c U src/contrib/gcc/md5.c U src/contrib/gcc/obstack.c U src/contrib/gcc/partition.c U src/contrib/gcc/pexecute.c U src/contrib/gcc/splay-tree.c U src/contrib/gcc/ansidecl.h U src/contrib/gcc/demangle.h U src/contrib/gcc/dyn-string.h U src/contrib/gcc/fibheap.h U src/contrib/gcc/getopt.h U src/contrib/gcc/hashtab.h U src/contrib/gcc/libiberty.h U src/contrib/gcc/md5.h U src/contrib/gcc/obstack.h U src/contrib/gcc/partition.h U src/contrib/gcc/splay-tree.h U src/contrib/gcc/symcat.h U src/contrib/gcc/cp/ChangeLog U src/contrib/gcc/cp/ChangeLog.1 U src/contrib/gcc/cp/ChangeLog.2 U src/contrib/gcc/cp/ChangeLog.egcs U src/contrib/gcc/cp/Make-lang.in U src/contrib/gcc/cp/NEWS U src/contrib/gcc/cp/call.c U src/contrib/gcc/cp/cfns.gperf U src/contrib/gcc/cp/class.c U src/contrib/gcc/cp/config-lang.in U src/contrib/gcc/cp/cp-lang.c U src/contrib/gcc/cp/cp-tree.def U src/contrib/gcc/cp/cp-tree.h U src/contrib/gcc/cp/cvt.c C src/contrib/gcc/cp/decl.c U src/contrib/gcc/cp/decl.h U src/contrib/gcc/cp/decl2.c U src/contrib/gcc/cp/dump.c U src/contrib/gcc/cp/error.c U src/contrib/gcc/cp/except.c U src/contrib/gcc/cp/expr.c U src/contrib/gcc/cp/friend.c U src/contrib/gcc/cp/g++.1 U src/contrib/gcc/cp/g++spec.c U src/contrib/gcc/cp/init.c U src/contrib/gcc/cp/lang-options.h U src/contrib/gcc/cp/lang-specs.h U src/contrib/gcc/cp/lex.c U src/contrib/gcc/cp/lex.h U src/contrib/gcc/cp/mangle.c U src/contrib/gcc/cp/method.c U src/contrib/gcc/cp/mpw-config.in U src/contrib/gcc/cp/mpw-make.sed U src/contrib/gcc/cp/operators.def U src/contrib/gcc/cp/optimize.c U src/contrib/gcc/cp/parse.y U src/contrib/gcc/cp/pt.c U src/contrib/gcc/cp/ptree.c U src/contrib/gcc/cp/repo.c U src/contrib/gcc/cp/rtti.c U src/contrib/gcc/cp/search.c U src/contrib/gcc/cp/semantics.c U src/contrib/gcc/cp/spew.c U src/contrib/gcc/cp/tree.c U src/contrib/gcc/cp/typeck.c U src/contrib/gcc/cp/typeck2.c U src/contrib/gcc/doc/bugreport.texi U src/contrib/gcc/doc/c-tree.texi U src/contrib/gcc/doc/collect2.texi U src/contrib/gcc/doc/configfiles.texi U src/contrib/gcc/doc/configterms.texi U src/contrib/gcc/doc/contrib.texi U src/contrib/gcc/doc/contribute.texi U src/contrib/gcc/doc/cpp.texi U src/contrib/gcc/doc/cppenv.texi U src/contrib/gcc/doc/cppinternals.texi U src/contrib/gcc/doc/cppopts.texi U src/contrib/gcc/doc/extend.texi U src/contrib/gcc/doc/fragments.texi U src/contrib/gcc/doc/frontends.texi U src/contrib/gcc/doc/gcc.texi U src/contrib/gcc/doc/gccint.texi U src/contrib/gcc/doc/gcov.texi U src/contrib/gcc/doc/gnu.texi U src/contrib/gcc/doc/invoke.texi U src/contrib/gcc/doc/headerdirs.texi U src/contrib/gcc/doc/md.texi U src/contrib/gcc/doc/hostconfig.texi U src/contrib/gcc/doc/interface.texi U src/contrib/gcc/doc/languages.texi U src/contrib/gcc/doc/makefile.texi U src/contrib/gcc/doc/objc.texi U src/contrib/gcc/doc/passes.texi U src/contrib/gcc/doc/portability.texi U src/contrib/gcc/doc/rtl.texi U src/contrib/gcc/doc/service.texi U src/contrib/gcc/doc/sourcebuild.texi U src/contrib/gcc/doc/standards.texi U src/contrib/gcc/doc/tm.texi U src/contrib/gcc/doc/trouble.texi U src/contrib/gcc/doc/vms.texi U src/contrib/gcc/doc/include/fdl.texi U src/contrib/gcc/doc/include/funding.texi U src/contrib/gcc/doc/include/gcc-common.texi U src/contrib/gcc/doc/include/gpl.texi U src/contrib/gcc/doc/include/texinfo.tex U src/contrib/gcc/f/ChangeLog U src/contrib/gcc/f/ChangeLog.0 U src/contrib/gcc/f/Make-lang.in U src/contrib/gcc/f/README U src/contrib/gcc/f/RELEASE-PREP U src/contrib/gcc/f/ansify.c U src/contrib/gcc/f/bad.c U src/contrib/gcc/f/bad.def U src/contrib/gcc/f/bad.h U src/contrib/gcc/f/bit.c U src/contrib/gcc/f/bit.h U src/contrib/gcc/f/bld-op.def U src/contrib/gcc/f/bld.c U src/contrib/gcc/f/bld.h U src/contrib/gcc/f/bugs.texi U src/contrib/gcc/f/bugs0.texi U src/contrib/gcc/f/com-rt.def U src/contrib/gcc/f/com.c U src/contrib/gcc/f/com.h U src/contrib/gcc/f/config-lang.in U src/contrib/gcc/f/data.c U src/contrib/gcc/f/data.h U src/contrib/gcc/f/equiv.c U src/contrib/gcc/f/equiv.h U src/contrib/gcc/f/expr.c U src/contrib/gcc/f/expr.h U src/contrib/gcc/f/ffe.texi U src/contrib/gcc/f/fini.c U src/contrib/gcc/f/g77.texi U src/contrib/gcc/f/g77spec.c U src/contrib/gcc/f/global.c U src/contrib/gcc/f/global.h U src/contrib/gcc/f/implic.c U src/contrib/gcc/f/implic.h U src/contrib/gcc/f/info-b.def U src/contrib/gcc/f/info-k.def U src/contrib/gcc/f/info-w.def U src/contrib/gcc/f/info.c U src/contrib/gcc/f/info.h U src/contrib/gcc/f/intdoc.c U src/contrib/gcc/f/intdoc.in U src/contrib/gcc/f/intdoc.texi U src/contrib/gcc/f/intrin.c U src/contrib/gcc/f/intrin.def U src/contrib/gcc/f/intrin.h U src/contrib/gcc/f/invoke.texi U src/contrib/gcc/f/lab.c U src/contrib/gcc/f/lab.h U src/contrib/gcc/f/lang-options.h U src/contrib/gcc/f/lex.c U src/contrib/gcc/f/lang-specs.h U src/contrib/gcc/f/lex.h U src/contrib/gcc/f/malloc.c U src/contrib/gcc/f/malloc.h U src/contrib/gcc/f/name.c U src/contrib/gcc/f/name.h U src/contrib/gcc/f/news.texi U src/contrib/gcc/f/news0.texi U src/contrib/gcc/f/parse.c U src/contrib/gcc/f/proj.h U src/contrib/gcc/f/root.texi U src/contrib/gcc/f/src.c U src/contrib/gcc/f/src.h U src/contrib/gcc/f/st.c U src/contrib/gcc/f/st.h U src/contrib/gcc/f/sta.c U src/contrib/gcc/f/sta.h U src/contrib/gcc/f/stb.c U src/contrib/gcc/f/stb.h U src/contrib/gcc/f/stc.c U src/contrib/gcc/f/stc.h U src/contrib/gcc/f/std.c U src/contrib/gcc/f/std.h U src/contrib/gcc/f/ste.c U src/contrib/gcc/f/ste.h U src/contrib/gcc/f/storag.c U src/contrib/gcc/f/storag.h U src/contrib/gcc/f/stp.c U src/contrib/gcc/f/stp.h U src/contrib/gcc/f/str-1t.fin U src/contrib/gcc/f/str-2t.fin U src/contrib/gcc/f/str-fo.fin U src/contrib/gcc/f/str-io.fin U src/contrib/gcc/f/str-nq.fin U src/contrib/gcc/f/str-op.fin U src/contrib/gcc/f/str-ot.fin U src/contrib/gcc/f/str.c U src/contrib/gcc/f/str.h U src/contrib/gcc/f/sts.c U src/contrib/gcc/f/sts.h U src/contrib/gcc/f/stt.c U src/contrib/gcc/f/stt.h U src/contrib/gcc/f/stu.c U src/contrib/gcc/f/stu.h U src/contrib/gcc/f/stv.c U src/contrib/gcc/f/stv.h U src/contrib/gcc/f/stw.c U src/contrib/gcc/f/stw.h U src/contrib/gcc/f/symbol.c U src/contrib/gcc/f/symbol.def U src/contrib/gcc/f/symbol.h U src/contrib/gcc/f/target.c U src/contrib/gcc/f/target.h U src/contrib/gcc/f/top.c U src/contrib/gcc/f/top.h U src/contrib/gcc/f/type.c U src/contrib/gcc/f/type.h U src/contrib/gcc/f/where.c U src/contrib/gcc/f/version.c U src/contrib/gcc/f/version.h U src/contrib/gcc/f/where.h U src/contrib/gcc/config/aoutos.h U src/contrib/gcc/config/README U src/contrib/gcc/config/darwin-c.c U src/contrib/gcc/config/darwin-protos.h U src/contrib/gcc/config/darwin.c U src/contrib/gcc/config/darwin.h U src/contrib/gcc/config/dbx.h U src/contrib/gcc/config/dbxcoff.h U src/contrib/gcc/config/dbxelf.h U src/contrib/gcc/config/divmod.c U src/contrib/gcc/config/elfos.h U src/contrib/gcc/config/float-c4x.h U src/contrib/gcc/config/float-i128.h U src/contrib/gcc/config/float-i32.h U src/contrib/gcc/config/float-i386.h U src/contrib/gcc/config/float-i64.h U src/contrib/gcc/config/float-m68k.h U src/contrib/gcc/config/float-sh.h U src/contrib/gcc/config/float-sparc.h U src/contrib/gcc/config/float-vax.h U src/contrib/gcc/config/fp-bit.c U src/contrib/gcc/config/fp-bit.h U src/contrib/gcc/config/freebsd-nthr.h U src/contrib/gcc/config/gnu.h U src/contrib/gcc/config/freebsd-spec.h U src/contrib/gcc/config/freebsd.h U src/contrib/gcc/config/freebsd3.h U src/contrib/gcc/config/freebsd4.h U src/contrib/gcc/config/freebsd5.h U src/contrib/gcc/config/freebsd6.h U src/contrib/gcc/config/gofast.h U src/contrib/gcc/config/interix.h U src/contrib/gcc/config/interix3.h U src/contrib/gcc/config/libgcc-glibc.ver U src/contrib/gcc/config/libgloss.h U src/contrib/gcc/config/linux-aout.h U src/contrib/gcc/config/linux.h U src/contrib/gcc/config/lynx-ng.h U src/contrib/gcc/config/lynx.h U src/contrib/gcc/config/netbsd-aout.h U src/contrib/gcc/config/netbsd-elf.h U src/contrib/gcc/config/netbsd.h U src/contrib/gcc/config/nextstep-protos.h U src/contrib/gcc/config/nextstep.c U src/contrib/gcc/config/nextstep.h U src/contrib/gcc/config/nextstep21.h U src/contrib/gcc/config/openbsd.h U src/contrib/gcc/config/psos.h U src/contrib/gcc/config/ptx4.h U src/contrib/gcc/config/rtems.h U src/contrib/gcc/config/svr3.h U src/contrib/gcc/config/svr4.h U src/contrib/gcc/config/t-freebsd U src/contrib/gcc/config/t-freebsd-thread U src/contrib/gcc/config/t-gnu U src/contrib/gcc/config/t-install-cpp U src/contrib/gcc/config/t-interix U src/contrib/gcc/config/t-libc-ok U src/contrib/gcc/config/t-libgcc-pic U src/contrib/gcc/config/t-linux U src/contrib/gcc/config/t-linux-aout U src/contrib/gcc/config/t-linux-gnulibc1 U src/contrib/gcc/config/t-netbsd U src/contrib/gcc/config/t-openbsd U src/contrib/gcc/config/t-openbsd-thread U src/contrib/gcc/config/t-rtems U src/contrib/gcc/config/t-slibgcc-elf-ver U src/contrib/gcc/config/t-slibgcc-nolc-override U src/contrib/gcc/config/t-slibgcc-sld U src/contrib/gcc/config/t-svr4 U src/contrib/gcc/config/tm-dwarf2.h U src/contrib/gcc/config/udivmod.c U src/contrib/gcc/config/udivmodsi4.c U src/contrib/gcc/config/usegas.h U src/contrib/gcc/config/x-interix U src/contrib/gcc/config/alpha/alpha-interix.h U src/contrib/gcc/config/alpha/alpha-protos.h C src/contrib/gcc/config/alpha/alpha.c U src/contrib/gcc/config/alpha/alpha.h U src/contrib/gcc/config/alpha/alpha.md U src/contrib/gcc/config/alpha/alpha32.h U src/contrib/gcc/config/alpha/crtfastmath.c C src/contrib/gcc/config/alpha/elf.h U src/contrib/gcc/config/alpha/freebsd.h U src/contrib/gcc/config/alpha/lib1funcs.asm U src/contrib/gcc/config/alpha/linux-ecoff.h U src/contrib/gcc/config/alpha/linux-elf.h U src/contrib/gcc/config/alpha/linux.h U src/contrib/gcc/config/alpha/netbsd.h U src/contrib/gcc/config/alpha/openbsd.h U src/contrib/gcc/config/alpha/osf.h U src/contrib/gcc/config/alpha/osf12.h U src/contrib/gcc/config/alpha/osf2or3.h U src/contrib/gcc/config/alpha/osf5.h U src/contrib/gcc/config/alpha/qrnnd.asm U src/contrib/gcc/config/alpha/t-alpha U src/contrib/gcc/config/alpha/t-crtfm U src/contrib/gcc/config/alpha/t-ieee U src/contrib/gcc/config/alpha/t-interix U src/contrib/gcc/config/alpha/t-osf4 U src/contrib/gcc/config/alpha/t-unicosmk U src/contrib/gcc/config/alpha/t-vms U src/contrib/gcc/config/alpha/t-vms64 U src/contrib/gcc/config/alpha/unicosmk.h U src/contrib/gcc/config/alpha/va_list.h U src/contrib/gcc/config/alpha/vms-cc.c U src/contrib/gcc/config/alpha/vms-crt0-64.c U src/contrib/gcc/config/alpha/vms-crt0.c U src/contrib/gcc/config/alpha/vms-dwarf2.asm U src/contrib/gcc/config/alpha/vms-dwarf2eh.asm U src/contrib/gcc/config/alpha/vms-ld.c U src/contrib/gcc/config/alpha/vms-psxcrt0-64.c U src/contrib/gcc/config/alpha/vms-psxcrt0.c U src/contrib/gcc/config/alpha/vms.h U src/contrib/gcc/config/alpha/vms64.h U src/contrib/gcc/config/alpha/vms_tramp.asm U src/contrib/gcc/config/alpha/vxworks.h U src/contrib/gcc/config/alpha/x-vms U src/contrib/gcc/config/alpha/xm-alpha-interix.h U src/contrib/gcc/config/alpha/xm-vms.h U src/contrib/gcc/config/alpha/xm-vms64.h U src/contrib/gcc/config/arm/README-interworking U src/contrib/gcc/config/arm/aof.h U src/contrib/gcc/config/arm/aout.h U src/contrib/gcc/config/arm/arm-protos.h U src/contrib/gcc/config/arm/arm-wince-pe.h U src/contrib/gcc/config/arm/arm.c U src/contrib/gcc/config/arm/arm.h U src/contrib/gcc/config/arm/arm.md U src/contrib/gcc/config/arm/coff.h U src/contrib/gcc/config/arm/conix-elf.h U src/contrib/gcc/config/arm/crti.asm U src/contrib/gcc/config/arm/crtn.asm U src/contrib/gcc/config/arm/ecos-elf.h U src/contrib/gcc/config/arm/elf.h U src/contrib/gcc/config/arm/freebsd.h U src/contrib/gcc/config/arm/lib1funcs.asm U src/contrib/gcc/config/arm/linux-elf.h U src/contrib/gcc/config/arm/linux-gas.h U src/contrib/gcc/config/arm/netbsd.h U src/contrib/gcc/config/arm/pe.c U src/contrib/gcc/config/arm/pe.h U src/contrib/gcc/config/arm/riscix.h U src/contrib/gcc/config/arm/riscix1-1.h U src/contrib/gcc/config/arm/rix-gas.h U src/contrib/gcc/config/arm/rtems-elf.h U src/contrib/gcc/config/arm/semi.h U src/contrib/gcc/config/arm/semiaof.h U src/contrib/gcc/config/arm/strongarm-coff.h U src/contrib/gcc/config/arm/strongarm-elf.h U src/contrib/gcc/config/arm/strongarm-pe.h U src/contrib/gcc/config/arm/t-arm-aout U src/contrib/gcc/config/arm/t-arm-coff U src/contrib/gcc/config/arm/t-arm-elf U src/contrib/gcc/config/arm/t-linux U src/contrib/gcc/config/arm/t-netbsd U src/contrib/gcc/config/arm/t-pe U src/contrib/gcc/config/arm/t-riscix U src/contrib/gcc/config/arm/t-semi U src/contrib/gcc/config/arm/t-strongarm-coff U src/contrib/gcc/config/arm/t-strongarm-elf U src/contrib/gcc/config/arm/t-strongarm-pe U src/contrib/gcc/config/arm/t-xscale-coff U src/contrib/gcc/config/arm/t-xscale-elf U src/contrib/gcc/config/arm/uclinux-elf.h U src/contrib/gcc/config/arm/unknown-elf-oabi.h U src/contrib/gcc/config/arm/unknown-elf.h U src/contrib/gcc/config/arm/vxarm.h U src/contrib/gcc/config/arm/xscale-coff.h U src/contrib/gcc/config/arm/xscale-elf.h U src/contrib/gcc/config/i386/386bsd.h U src/contrib/gcc/config/i386/aix386.h U src/contrib/gcc/config/i386/aix386ng.h U src/contrib/gcc/config/i386/att.h U src/contrib/gcc/config/i386/beos-elf.h U src/contrib/gcc/config/i386/biarch64.h U src/contrib/gcc/config/i386/bsd.h U src/contrib/gcc/config/i386/bsd386.h U src/contrib/gcc/config/i386/crtdll.h U src/contrib/gcc/config/i386/cygwin.asm U src/contrib/gcc/config/i386/cygwin.h U src/contrib/gcc/config/i386/dgux.h U src/contrib/gcc/config/i386/djgpp-rtems.h U src/contrib/gcc/config/i386/djgpp.h U src/contrib/gcc/config/i386/freebsd-aout.h U src/contrib/gcc/config/i386/freebsd.h U src/contrib/gcc/config/i386/freebsd64.h U src/contrib/gcc/config/i386/gas.h U src/contrib/gcc/config/i386/gmon-sol2.c U src/contrib/gcc/config/i386/gnu.h U src/contrib/gcc/config/i386/gstabs.h U src/contrib/gcc/config/i386/i386-aout.h U src/contrib/gcc/config/i386/i386-coff.h U src/contrib/gcc/config/i386/i386-interix.h C src/contrib/gcc/config/i386/i386.c U src/contrib/gcc/config/i386/i386-interix3.h U src/contrib/gcc/config/i386/i386-protos.h C src/contrib/gcc/config/i386/i386.h C src/contrib/gcc/config/i386/i386.md U src/contrib/gcc/config/i386/i386elf.h U src/contrib/gcc/config/i386/interix.c U src/contrib/gcc/config/i386/isc.h U src/contrib/gcc/config/i386/isccoff.h U src/contrib/gcc/config/i386/iscdbx.h U src/contrib/gcc/config/i386/libgcc-x86_64-glibc.ver U src/contrib/gcc/config/i386/linux-aout.h U src/contrib/gcc/config/i386/linux-oldld.h U src/contrib/gcc/config/i386/linux.h U src/contrib/gcc/config/i386/linux64.h U src/contrib/gcc/config/i386/lynx-ng.h U src/contrib/gcc/config/i386/lynx.h U src/contrib/gcc/config/i386/mach.h U src/contrib/gcc/config/i386/mingw32.h U src/contrib/gcc/config/i386/mmintrin.h U src/contrib/gcc/config/i386/moss.h U src/contrib/gcc/config/i386/netbsd-elf.h U src/contrib/gcc/config/i386/netbsd.h U src/contrib/gcc/config/i386/netbsd64.h U src/contrib/gcc/config/i386/next.h U src/contrib/gcc/config/i386/openbsd.h U src/contrib/gcc/config/i386/osf1-ci.asm U src/contrib/gcc/config/i386/osf1-cn.asm U src/contrib/gcc/config/i386/osf1elf.h U src/contrib/gcc/config/i386/osf1elfgdb.h U src/contrib/gcc/config/i386/osfelf.h U src/contrib/gcc/config/i386/osfrose.h U src/contrib/gcc/config/i386/ptx4-i.h U src/contrib/gcc/config/i386/rtems.h U src/contrib/gcc/config/i386/rtemself.h U src/contrib/gcc/config/i386/sco5.h U src/contrib/gcc/config/i386/seq-gas.h U src/contrib/gcc/config/i386/seq-sysv3.h U src/contrib/gcc/config/i386/seq2-sysv3.h U src/contrib/gcc/config/i386/sequent.h U src/contrib/gcc/config/i386/sol2-c1.asm U src/contrib/gcc/config/i386/sol2-ci.asm U src/contrib/gcc/config/i386/sol2-cn.asm U src/contrib/gcc/config/i386/sol2-gc1.asm U src/contrib/gcc/config/i386/sol2.h U src/contrib/gcc/config/i386/sol2gas.h U src/contrib/gcc/config/i386/sun.h U src/contrib/gcc/config/i386/sun386.h U src/contrib/gcc/config/i386/svr3.ifile U src/contrib/gcc/config/i386/svr3dbx.h U src/contrib/gcc/config/i386/svr3gas.h U src/contrib/gcc/config/i386/sysv3.h U src/contrib/gcc/config/i386/svr3z.ifile U src/contrib/gcc/config/i386/sysv4.h U src/contrib/gcc/config/i386/sysv5.h U src/contrib/gcc/config/i386/t-beos U src/contrib/gcc/config/i386/t-crtpic U src/contrib/gcc/config/i386/t-crtstuff U src/contrib/gcc/config/i386/t-cygwin U src/contrib/gcc/config/i386/t-dgux U src/contrib/gcc/config/i386/t-djgpp U src/contrib/gcc/config/i386/t-i386elf U src/contrib/gcc/config/i386/t-interix U src/contrib/gcc/config/i386/t-linux64 U src/contrib/gcc/config/i386/t-mingw32 U src/contrib/gcc/config/i386/t-next U src/contrib/gcc/config/i386/t-openbsd U src/contrib/gcc/config/i386/t-osf U src/contrib/gcc/config/i386/t-osf1elf U src/contrib/gcc/config/i386/t-rtems-i386 U src/contrib/gcc/config/i386/t-sco5 U src/contrib/gcc/config/i386/t-sco5gas U src/contrib/gcc/config/i386/t-sol2 U src/contrib/gcc/config/i386/t-svr3dbx U src/contrib/gcc/config/i386/t-udk U src/contrib/gcc/config/i386/t-uwin U src/contrib/gcc/config/i386/udk.h U src/contrib/gcc/config/i386/unix.h U src/contrib/gcc/config/i386/uwin.asm U src/contrib/gcc/config/i386/uwin.h U src/contrib/gcc/config/i386/v3gas.h U src/contrib/gcc/config/i386/vsta.h U src/contrib/gcc/config/i386/vxi386.h U src/contrib/gcc/config/i386/win32.h U src/contrib/gcc/config/i386/winnt.c U src/contrib/gcc/config/i386/x86-64.h U src/contrib/gcc/config/i386/xm-cygwin.h U src/contrib/gcc/config/i386/xm-djgpp.h U src/contrib/gcc/config/i386/xm-i386-interix.h U src/contrib/gcc/config/i386/xm-mingw32.h U src/contrib/gcc/config/i386/xm-vsta.h U src/contrib/gcc/config/i386/xmmintrin.h U src/contrib/gcc/config/ia64/crtend.asm U src/contrib/gcc/config/ia64/aix.h U src/contrib/gcc/config/ia64/crtbegin.asm U src/contrib/gcc/config/ia64/crtfastmath.c U src/contrib/gcc/config/ia64/crti.asm U src/contrib/gcc/config/ia64/crtn.asm U src/contrib/gcc/config/ia64/elf.h U src/contrib/gcc/config/ia64/fde-glibc.c U src/contrib/gcc/config/ia64/freebsd.h U src/contrib/gcc/config/ia64/hpux.h U src/contrib/gcc/config/ia64/hpux_longdouble.h U src/contrib/gcc/config/ia64/ia64-protos.h U src/contrib/gcc/config/ia64/ia64.c U src/contrib/gcc/config/ia64/ia64.h U src/contrib/gcc/config/ia64/ia64.md U src/contrib/gcc/config/ia64/ia64intrin.h U src/contrib/gcc/config/ia64/lib1funcs.asm U src/contrib/gcc/config/ia64/libgcc-ia64.ver U src/contrib/gcc/config/ia64/linux.h U src/contrib/gcc/config/ia64/quadlib.c U src/contrib/gcc/config/ia64/sysv4.h U src/contrib/gcc/config/ia64/t-aix U src/contrib/gcc/config/ia64/t-glibc U src/contrib/gcc/config/ia64/t-hpux U src/contrib/gcc/config/ia64/t-ia64 U src/contrib/gcc/config/ia64/unwind-aix.c U src/contrib/gcc/config/ia64/unwind-ia64.c U src/contrib/gcc/config/ia64/unwind-ia64.h U src/contrib/gcc/config/rs6000/aix31.h U src/contrib/gcc/config/rs6000/aix.h U src/contrib/gcc/config/rs6000/aix3newas.h U src/contrib/gcc/config/rs6000/aix41.h U src/contrib/gcc/config/rs6000/aix43.h U src/contrib/gcc/config/rs6000/aix51.h U src/contrib/gcc/config/rs6000/altivec-defs.h U src/contrib/gcc/config/rs6000/altivec.h U src/contrib/gcc/config/rs6000/beos.h U src/contrib/gcc/config/rs6000/crtsavres.asm U src/contrib/gcc/config/rs6000/darwin-tramp.asm U src/contrib/gcc/config/rs6000/darwin.h U src/contrib/gcc/config/rs6000/eabi-ci.asm U src/contrib/gcc/config/rs6000/eabi-cn.asm U src/contrib/gcc/config/rs6000/eabi.asm U src/contrib/gcc/config/rs6000/eabi.h U src/contrib/gcc/config/rs6000/eabiaix.h U src/contrib/gcc/config/rs6000/eabialtivec.h U src/contrib/gcc/config/rs6000/eabisim.h U src/contrib/gcc/config/rs6000/freebsd.h U src/contrib/gcc/config/rs6000/gnu.h U src/contrib/gcc/config/rs6000/linux.h U src/contrib/gcc/config/rs6000/linux64.h U src/contrib/gcc/config/rs6000/linuxaltivec.h U src/contrib/gcc/config/rs6000/lynx.h U src/contrib/gcc/config/rs6000/mach.h U src/contrib/gcc/config/rs6000/milli.exp U src/contrib/gcc/config/rs6000/netbsd.h U src/contrib/gcc/config/rs6000/ppc-asm.h U src/contrib/gcc/config/rs6000/rs6000-protos.h U src/contrib/gcc/config/rs6000/rs6000.c U src/contrib/gcc/config/rs6000/rs6000.h U src/contrib/gcc/config/rs6000/rs6000.md U src/contrib/gcc/config/rs6000/rtems.h U src/contrib/gcc/config/rs6000/softfloat.h U src/contrib/gcc/config/rs6000/sol-ci.asm U src/contrib/gcc/config/rs6000/sol-cn.asm C src/contrib/gcc/config/rs6000/sysv4.h U src/contrib/gcc/config/rs6000/sysv4le.h U src/contrib/gcc/config/rs6000/t-aix43 U src/contrib/gcc/config/rs6000/t-beos U src/contrib/gcc/config/rs6000/t-darwin U src/contrib/gcc/config/rs6000/t-linux64 U src/contrib/gcc/config/rs6000/t-newas U src/contrib/gcc/config/rs6000/t-ppccomm U src/contrib/gcc/config/rs6000/t-ppcgas U src/contrib/gcc/config/rs6000/t-ppcos U src/contrib/gcc/config/rs6000/t-rs6000 U src/contrib/gcc/config/rs6000/tramp.asm U src/contrib/gcc/config/rs6000/vxppc.h U src/contrib/gcc/config/rs6000/xcoff.h U src/contrib/gcc/config/sparc/biarch64.h U src/contrib/gcc/config/sparc/aout.h U src/contrib/gcc/config/sparc/freebsd.h U src/contrib/gcc/config/sparc/bsd.h U src/contrib/gcc/config/sparc/elf.h U src/contrib/gcc/config/sparc/crtfastmath.c U src/contrib/gcc/config/sparc/gmon-sol2.c U src/contrib/gcc/config/sparc/hal.h U src/contrib/gcc/config/sparc/lb1spc.asm U src/contrib/gcc/config/sparc/lb1spl.asm U src/contrib/gcc/config/sparc/libgcc-sparc-glibc.ver U src/contrib/gcc/config/sparc/linux-aout.h U src/contrib/gcc/config/sparc/linux.h U src/contrib/gcc/config/sparc/linux64.h U src/contrib/gcc/config/sparc/lite.h U src/contrib/gcc/config/sparc/litecoff.h U src/contrib/gcc/config/sparc/liteelf.h U src/contrib/gcc/config/sparc/lynx-ng.h U src/contrib/gcc/config/sparc/lynx.h U src/contrib/gcc/config/sparc/netbsd-elf.h U src/contrib/gcc/config/sparc/netbsd.h U src/contrib/gcc/config/sparc/openbsd.h N src/contrib/gcc/config/sparc/openbsd1-64.h N src/contrib/gcc/config/sparc/openbsd64.h U src/contrib/gcc/config/sparc/pbd.h U src/contrib/gcc/config/sparc/rtems.h U src/contrib/gcc/config/sparc/rtemself.h U src/contrib/gcc/config/sparc/sol2-64.h U src/contrib/gcc/config/sparc/sol2-bi.h U src/contrib/gcc/config/sparc/sol2-c1.asm U src/contrib/gcc/config/sparc/sol2-ci.asm U src/contrib/gcc/config/sparc/sol2-cn.asm U src/contrib/gcc/config/sparc/sol2-g1.asm U src/contrib/gcc/config/sparc/sol2-gas-bi.h U src/contrib/gcc/config/sparc/sol2-gld-bi.h U src/contrib/gcc/config/sparc/sol2-gld.h U src/contrib/gcc/config/sparc/sol2.h U src/contrib/gcc/config/sparc/sol27-sld.h U src/contrib/gcc/config/sparc/sp64-aout.h U src/contrib/gcc/config/sparc/sp64-elf.h U src/contrib/gcc/config/sparc/sp86x-aout.h U src/contrib/gcc/config/sparc/sp86x-elf.h U src/contrib/gcc/config/sparc/sparc-protos.h U src/contrib/gcc/config/sparc/sparc.c U src/contrib/gcc/config/sparc/sparc.h U src/contrib/gcc/config/sparc/sparc.md U src/contrib/gcc/config/sparc/splet.h U src/contrib/gcc/config/sparc/sysv4.h U src/contrib/gcc/config/sparc/sun4gas.h U src/contrib/gcc/config/sparc/sun4o3.h U src/contrib/gcc/config/sparc/sunos4.h U src/contrib/gcc/config/sparc/t-chorus-elf U src/contrib/gcc/config/sparc/t-crtfm U src/contrib/gcc/config/sparc/t-elf U src/contrib/gcc/config/sparc/t-halos U src/contrib/gcc/config/sparc/t-linux64 U src/contrib/gcc/config/sparc/t-netbsd64 U src/contrib/gcc/config/sparc/t-openbsd U src/contrib/gcc/config/sparc/t-sol2 U src/contrib/gcc/config/sparc/t-sol2-64 U src/contrib/gcc/config/sparc/t-sp86x U src/contrib/gcc/config/sparc/t-sparcbare U src/contrib/gcc/config/sparc/t-sparclite U src/contrib/gcc/config/sparc/t-splet U src/contrib/gcc/config/sparc/t-sunos41 U src/contrib/gcc/config/sparc/t-vxsparc U src/contrib/gcc/config/sparc/t-vxsparc64 U src/contrib/gcc/config/sparc/vxsim.h U src/contrib/gcc/config/sparc/vxsparc.h U src/contrib/gcc/config/sparc/vxsparc64.h U src/contrib/gcc/ginclude/iso646.h U src/contrib/gcc/ginclude/stdarg.h U src/contrib/gcc/ginclude/stdbool.h U src/contrib/gcc/ginclude/stddef.h U src/contrib/gcc/ginclude/varargs.h U src/contrib/gcc/objc/Make-lang.in U src/contrib/gcc/objc/README U src/contrib/gcc/objc/config-lang.in U src/contrib/gcc/objc/lang-options.h U src/contrib/gcc/objc/lang-specs.h U src/contrib/gcc/objc/objc-act.c U src/contrib/gcc/objc/objc-act.h U src/contrib/gcc/objc/objc-lang.c U src/contrib/gcc/objc/objc-tree.def 23 conflicts created by this import. Use the following command to help the merge: cvs checkout -jFSF:yesterday -jFSF src/contrib/gcc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 13:41:32 2002 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 BB25537B400; Sun, 1 Sep 2002 13:39:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE0C443E6A; Sun, 1 Sep 2002 13:39:13 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81KdDJU020539; Sun, 1 Sep 2002 13:39:13 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81KdDka020538; Sun, 1 Sep 2002 13:39:13 -0700 (PDT) Message-Id: <200209012039.g81KdDka020538@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 13:39:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libstdc++ - Imported sources X-FreeBSD-CVS-Branch: FSF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 13:39:13 PDT src/contrib/libstdc++ - Imported sources Update of /home/ncvs/src/contrib/libstdc++ In directory freefall.freebsd.org:/d/home/kan/gcc_import/gcc/libstdc++-v3 Log Message: Gcc 3.2.1-prerelease libf2c bits from the FSF anoncvs repo gcc-3_2-branch on 1-Sep-2002 00:00:01 EDT. Status: Vendor Tag: FSF Release Tags: gcc_3_2_anoncvs_20020901 U src/contrib/libstdc++/ChangeLog U src/contrib/libstdc++/ChangeLog-2000 U src/contrib/libstdc++/ChangeLog-2001 U src/contrib/libstdc++/Makefile.am U src/contrib/libstdc++/Makefile.in U src/contrib/libstdc++/README U src/contrib/libstdc++/acconfig.h U src/contrib/libstdc++/acinclude.m4 U src/contrib/libstdc++/aclocal.m4 U src/contrib/libstdc++/config.h.in U src/contrib/libstdc++/configure U src/contrib/libstdc++/configure.host U src/contrib/libstdc++/configure.in U src/contrib/libstdc++/configure.target U src/contrib/libstdc++/mkcheck.in U src/contrib/libstdc++/mkcshadow U src/contrib/libstdc++/mkinclosure U src/contrib/libstdc++/config/linker-map.dummy U src/contrib/libstdc++/config/linker-map.gnu N src/contrib/libstdc++/config/abi/i686-pc-linux-gnu/baseline_symbols.txt U src/contrib/libstdc++/config/cpu/alpha/bits/atomicity.h U src/contrib/libstdc++/config/cpu/alpha/bits/cpu_limits.h U src/contrib/libstdc++/config/cpu/arm/bits/atomicity.h U src/contrib/libstdc++/config/cpu/cris/bits/atomicity.h U src/contrib/libstdc++/config/cpu/cris/bits/cpu_limits.h U src/contrib/libstdc++/config/cpu/generic/bits/atomicity.h U src/contrib/libstdc++/config/cpu/generic/bits/cpu_limits.h U src/contrib/libstdc++/config/cpu/generic/bits/limits.h U src/contrib/libstdc++/config/cpu/i386/bits/atomicity.h U src/contrib/libstdc++/config/cpu/i386/bits/cpu_limits.h U src/contrib/libstdc++/config/cpu/i486/bits/atomicity.h U src/contrib/libstdc++/config/cpu/ia64/bits/atomicity.h U src/contrib/libstdc++/config/cpu/ia64/bits/cpu_limits.h U src/contrib/libstdc++/config/cpu/m68k/bits/atomicity.h U src/contrib/libstdc++/config/cpu/m68k/bits/cpu_limits.h U src/contrib/libstdc++/config/cpu/mips/bits/atomicity.h U src/contrib/libstdc++/config/cpu/mmix/bits/cpu_limits.h U src/contrib/libstdc++/config/cpu/powerpc/bits/atomicity.h U src/contrib/libstdc++/config/cpu/powerpc/bits/cpu_limits.h U src/contrib/libstdc++/config/cpu/s390/bits/atomicity.h U src/contrib/libstdc++/config/cpu/s390/bits/cpu_limits.h U src/contrib/libstdc++/config/cpu/sparc/sparc32/bits/atomicity.h U src/contrib/libstdc++/config/cpu/sparc/sparc64/bits/atomicity.h U src/contrib/libstdc++/config/cpu/x86-64/bits/atomicity.h U src/contrib/libstdc++/config/cpu/x86-64/bits/cpu_limits.h U src/contrib/libstdc++/config/io/basic_file_libio.cc U src/contrib/libstdc++/config/io/basic_file_libio.h U src/contrib/libstdc++/config/io/basic_file_stdio.cc U src/contrib/libstdc++/config/io/basic_file_stdio.h U src/contrib/libstdc++/config/io/c_io_libio.h U src/contrib/libstdc++/config/io/c_io_libio_codecvt.c U src/contrib/libstdc++/config/io/c_io_stdio.h U src/contrib/libstdc++/config/locale/generic/c_locale.cc U src/contrib/libstdc++/config/locale/generic/c_locale.h U src/contrib/libstdc++/config/locale/generic/codecvt_specializations.h U src/contrib/libstdc++/config/locale/generic/collate_members.cc U src/contrib/libstdc++/config/locale/generic/ctype_members.cc U src/contrib/libstdc++/config/locale/generic/messages_members.cc U src/contrib/libstdc++/config/locale/generic/messages_members.h U src/contrib/libstdc++/config/locale/generic/monetary_members.cc U src/contrib/libstdc++/config/locale/generic/numeric_members.cc U src/contrib/libstdc++/config/locale/generic/time_members.cc U src/contrib/libstdc++/config/locale/gnu/c_locale.cc U src/contrib/libstdc++/config/locale/gnu/c_locale.h U src/contrib/libstdc++/config/locale/gnu/collate_members.cc U src/contrib/libstdc++/config/locale/gnu/ctype_members.cc U src/contrib/libstdc++/config/locale/gnu/messages_members.cc U src/contrib/libstdc++/config/locale/gnu/messages_members.h U src/contrib/libstdc++/config/locale/gnu/monetary_members.cc U src/contrib/libstdc++/config/locale/gnu/numeric_members.cc U src/contrib/libstdc++/config/locale/gnu/time_members.cc U src/contrib/libstdc++/config/locale/ieee_1003.1-2001/c_locale.cc U src/contrib/libstdc++/config/locale/ieee_1003.1-2001/c_locale.h U src/contrib/libstdc++/config/locale/ieee_1003.1-2001/codecvt_specializations.h U src/contrib/libstdc++/config/locale/ieee_1003.1-2001/messages_members.cc U src/contrib/libstdc++/config/locale/ieee_1003.1-2001/messages_members.h U src/contrib/libstdc++/config/os/aix/bits/atomicity.h U src/contrib/libstdc++/config/os/aix/bits/ctype_base.h U src/contrib/libstdc++/config/os/aix/bits/ctype_inline.h U src/contrib/libstdc++/config/os/aix/bits/ctype_noninline.h U src/contrib/libstdc++/config/os/aix/bits/os_defines.h U src/contrib/libstdc++/config/os/bsd/freebsd/bits/ctype_base.h U src/contrib/libstdc++/config/os/bsd/freebsd/bits/ctype_inline.h U src/contrib/libstdc++/config/os/bsd/freebsd/bits/ctype_noninline.h U src/contrib/libstdc++/config/os/bsd/freebsd/bits/os_defines.h U src/contrib/libstdc++/config/os/bsd/netbsd/bits/ctype_base.h U src/contrib/libstdc++/config/os/bsd/netbsd/bits/ctype_inline.h U src/contrib/libstdc++/config/os/bsd/netbsd/bits/ctype_noninline.h U src/contrib/libstdc++/config/os/bsd/netbsd/bits/os_defines.h U src/contrib/libstdc++/config/os/djgpp/bits/ctype_base.h U src/contrib/libstdc++/config/os/djgpp/bits/ctype_inline.h U src/contrib/libstdc++/config/os/djgpp/bits/ctype_noninline.h U src/contrib/libstdc++/config/os/djgpp/bits/os_defines.h U src/contrib/libstdc++/config/os/generic/bits/ctype_base.h U src/contrib/libstdc++/config/os/generic/bits/ctype_inline.h U src/contrib/libstdc++/config/os/generic/bits/ctype_noninline.h U src/contrib/libstdc++/config/os/generic/bits/os_defines.h U src/contrib/libstdc++/config/os/gnu-linux/bits/ctype_base.h U src/contrib/libstdc++/config/os/gnu-linux/bits/ctype_inline.h U src/contrib/libstdc++/config/os/gnu-linux/bits/ctype_noninline.h U src/contrib/libstdc++/config/os/gnu-linux/bits/os_defines.h U src/contrib/libstdc++/config/os/hpux/bits/cpu_limits.h U src/contrib/libstdc++/config/os/hpux/bits/ctype_base.h U src/contrib/libstdc++/config/os/hpux/bits/ctype_inline.h U src/contrib/libstdc++/config/os/hpux/bits/ctype_noninline.h U src/contrib/libstdc++/config/os/hpux/bits/os_defines.h U src/contrib/libstdc++/config/os/irix/irix5.2/bits/atomicity.h U src/contrib/libstdc++/config/os/irix/irix5.2/bits/ctype_base.h U src/contrib/libstdc++/config/os/irix/irix5.2/bits/ctype_inline.h U src/contrib/libstdc++/config/os/irix/irix5.2/bits/ctype_noninline.h U src/contrib/libstdc++/config/os/irix/irix5.2/bits/os_defines.h U src/contrib/libstdc++/config/os/irix/irix6.5/bits/atomicity.h U src/contrib/libstdc++/config/os/irix/irix6.5/bits/ctype_base.h U src/contrib/libstdc++/config/os/irix/irix6.5/bits/ctype_inline.h U src/contrib/libstdc++/config/os/irix/irix6.5/bits/ctype_noninline.h U src/contrib/libstdc++/config/os/irix/irix6.5/bits/os_defines.h U src/contrib/libstdc++/config/os/mingw32/bits/ctype_base.h U src/contrib/libstdc++/config/os/mingw32/bits/ctype_inline.h U src/contrib/libstdc++/config/os/mingw32/bits/ctype_noninline.h U src/contrib/libstdc++/config/os/mingw32/bits/os_defines.h U src/contrib/libstdc++/config/os/newlib/bits/ctype_base.h U src/contrib/libstdc++/config/os/newlib/bits/ctype_inline.h U src/contrib/libstdc++/config/os/newlib/bits/ctype_noninline.h U src/contrib/libstdc++/config/os/newlib/bits/os_defines.h U src/contrib/libstdc++/config/os/osf/osf5.0/bits/cpu_limits.h N src/contrib/libstdc++/config/os/qnx/qnx6.1/bits/ctype_base.h N src/contrib/libstdc++/config/os/qnx/qnx6.1/bits/ctype_inline.h N src/contrib/libstdc++/config/os/qnx/qnx6.1/bits/ctype_noninline.h N src/contrib/libstdc++/config/os/qnx/qnx6.1/bits/os_defines.h U src/contrib/libstdc++/config/os/solaris/solaris2.5/bits/ctype_base.h U src/contrib/libstdc++/config/os/solaris/solaris2.5/bits/ctype_inline.h U src/contrib/libstdc++/config/os/solaris/solaris2.5/bits/ctype_noninline.h U src/contrib/libstdc++/config/os/solaris/solaris2.5/bits/os_defines.h U src/contrib/libstdc++/config/os/solaris/solaris2.6/bits/ctype_base.h U src/contrib/libstdc++/config/os/solaris/solaris2.6/bits/ctype_inline.h U src/contrib/libstdc++/config/os/solaris/solaris2.6/bits/ctype_noninline.h U src/contrib/libstdc++/config/os/solaris/solaris2.6/bits/os_defines.h U src/contrib/libstdc++/config/os/solaris/solaris2.7/bits/ctype_base.h U src/contrib/libstdc++/config/os/solaris/solaris2.7/bits/ctype_inline.h U src/contrib/libstdc++/config/os/solaris/solaris2.7/bits/ctype_noninline.h U src/contrib/libstdc++/config/os/solaris/solaris2.7/bits/os_defines.h U src/contrib/libstdc++/include/Makefile.am U src/contrib/libstdc++/include/Makefile.in U src/contrib/libstdc++/include/backward/algobase.h U src/contrib/libstdc++/include/backward/algo.h U src/contrib/libstdc++/include/backward/alloc.h U src/contrib/libstdc++/include/backward/backward_warning.h U src/contrib/libstdc++/include/backward/bvector.h U src/contrib/libstdc++/include/backward/complex.h U src/contrib/libstdc++/include/backward/defalloc.h U src/contrib/libstdc++/include/backward/deque.h U src/contrib/libstdc++/include/backward/fstream.h U src/contrib/libstdc++/include/backward/function.h U src/contrib/libstdc++/include/backward/hash_map.h U src/contrib/libstdc++/include/backward/hash_set.h U src/contrib/libstdc++/include/backward/hashtable.h U src/contrib/libstdc++/include/backward/heap.h U src/contrib/libstdc++/include/backward/iomanip.h U src/contrib/libstdc++/include/backward/iostream.h U src/contrib/libstdc++/include/backward/istream.h U src/contrib/libstdc++/include/backward/iterator.h U src/contrib/libstdc++/include/backward/list.h U src/contrib/libstdc++/include/backward/map.h U src/contrib/libstdc++/include/backward/multimap.h U src/contrib/libstdc++/include/backward/multiset.h U src/contrib/libstdc++/include/backward/new.h U src/contrib/libstdc++/include/backward/ostream.h U src/contrib/libstdc++/include/backward/pair.h U src/contrib/libstdc++/include/backward/queue.h U src/contrib/libstdc++/include/backward/rope.h U src/contrib/libstdc++/include/backward/set.h U src/contrib/libstdc++/include/backward/slist.h U src/contrib/libstdc++/include/backward/stack.h U src/contrib/libstdc++/include/backward/stream.h U src/contrib/libstdc++/include/backward/streambuf.h U src/contrib/libstdc++/include/backward/strstream U src/contrib/libstdc++/include/backward/strstream.h U src/contrib/libstdc++/include/backward/tempbuf.h U src/contrib/libstdc++/include/backward/tree.h U src/contrib/libstdc++/include/backward/vector.h U src/contrib/libstdc++/include/bits/basic_ios.h U src/contrib/libstdc++/include/bits/basic_ios.tcc U src/contrib/libstdc++/include/bits/basic_string.h U src/contrib/libstdc++/include/bits/basic_string.tcc U src/contrib/libstdc++/include/bits/boost_concept_check.h U src/contrib/libstdc++/include/bits/c++config U src/contrib/libstdc++/include/bits/char_traits.h U src/contrib/libstdc++/include/bits/codecvt.h U src/contrib/libstdc++/include/bits/concept_check.h U src/contrib/libstdc++/include/bits/cpp_type_traits.h U src/contrib/libstdc++/include/bits/fpos.h U src/contrib/libstdc++/include/bits/fstream.tcc U src/contrib/libstdc++/include/bits/functexcept.h U src/contrib/libstdc++/include/bits/generic_shadow.h U src/contrib/libstdc++/include/bits/gslice.h U src/contrib/libstdc++/include/bits/gslice_array.h U src/contrib/libstdc++/include/bits/indirect_array.h U src/contrib/libstdc++/include/bits/ios_base.h U src/contrib/libstdc++/include/bits/istream.tcc U src/contrib/libstdc++/include/bits/locale_facets.h U src/contrib/libstdc++/include/bits/localefwd.h U src/contrib/libstdc++/include/bits/locale_facets.tcc U src/contrib/libstdc++/include/bits/mask_array.h U src/contrib/libstdc++/include/bits/ostream.tcc U src/contrib/libstdc++/include/bits/pthread_allocimpl.h U src/contrib/libstdc++/include/bits/slice.h U src/contrib/libstdc++/include/bits/slice_array.h U src/contrib/libstdc++/include/bits/sstream.tcc U src/contrib/libstdc++/include/bits/stl_algo.h U src/contrib/libstdc++/include/bits/stl_algobase.h U src/contrib/libstdc++/include/bits/stl_alloc.h U src/contrib/libstdc++/include/bits/stl_bvector.h U src/contrib/libstdc++/include/bits/stl_construct.h U src/contrib/libstdc++/include/bits/stl_deque.h U src/contrib/libstdc++/include/bits/stl_function.h U src/contrib/libstdc++/include/bits/stl_heap.h U src/contrib/libstdc++/include/bits/stl_iterator.h U src/contrib/libstdc++/include/bits/stl_iterator_base_funcs.h U src/contrib/libstdc++/include/bits/stl_iterator_base_types.h U src/contrib/libstdc++/include/bits/stl_list.h U src/contrib/libstdc++/include/bits/stl_map.h U src/contrib/libstdc++/include/bits/stl_multimap.h U src/contrib/libstdc++/include/bits/stl_multiset.h U src/contrib/libstdc++/include/bits/stl_numeric.h U src/contrib/libstdc++/include/bits/stl_pair.h U src/contrib/libstdc++/include/bits/stl_pthread_alloc.h U src/contrib/libstdc++/include/bits/stl_queue.h U src/contrib/libstdc++/include/bits/stl_raw_storage_iter.h U src/contrib/libstdc++/include/bits/stl_relops.h U src/contrib/libstdc++/include/bits/stl_set.h U src/contrib/libstdc++/include/bits/stl_stack.h U src/contrib/libstdc++/include/bits/stl_tempbuf.h U src/contrib/libstdc++/include/bits/stl_threads.h U src/contrib/libstdc++/include/bits/stl_tree.h U src/contrib/libstdc++/include/bits/stl_uninitialized.h U src/contrib/libstdc++/include/bits/stl_vector.h U src/contrib/libstdc++/include/bits/stream_iterator.h U src/contrib/libstdc++/include/bits/streambuf.tcc U src/contrib/libstdc++/include/bits/streambuf_iterator.h U src/contrib/libstdc++/include/bits/stringfwd.h U src/contrib/libstdc++/include/bits/type_traits.h U src/contrib/libstdc++/include/bits/valarray_array.h U src/contrib/libstdc++/include/bits/valarray_meta.h U src/contrib/libstdc++/include/bits/valarray_array.tcc U src/contrib/libstdc++/include/c/std_cassert.h U src/contrib/libstdc++/include/c/std_cctype.h U src/contrib/libstdc++/include/c/std_cerrno.h U src/contrib/libstdc++/include/c/std_cfloat.h U src/contrib/libstdc++/include/c/std_ciso646.h U src/contrib/libstdc++/include/c/std_climits.h U src/contrib/libstdc++/include/c/std_clocale.h U src/contrib/libstdc++/include/c/std_cmath.h U src/contrib/libstdc++/include/c/std_csetjmp.h U src/contrib/libstdc++/include/c/std_csignal.h U src/contrib/libstdc++/include/c/std_cstdarg.h U src/contrib/libstdc++/include/c/std_cstddef.h U src/contrib/libstdc++/include/c/std_cstdio.h U src/contrib/libstdc++/include/c/std_cstdlib.h U src/contrib/libstdc++/include/c/std_cstring.h U src/contrib/libstdc++/include/c/std_ctime.h U src/contrib/libstdc++/include/c/std_cwchar.h U src/contrib/libstdc++/include/c/std_cwctype.h N src/contrib/libstdc++/include/c_compatibility/assert.h N src/contrib/libstdc++/include/c_compatibility/ctype.h N src/contrib/libstdc++/include/c_compatibility/errno.h N src/contrib/libstdc++/include/c_compatibility/float.h N src/contrib/libstdc++/include/c_compatibility/iso646.h N src/contrib/libstdc++/include/c_compatibility/limits.h N src/contrib/libstdc++/include/c_compatibility/locale.h N src/contrib/libstdc++/include/c_compatibility/math.h N src/contrib/libstdc++/include/c_compatibility/setjmp.h N src/contrib/libstdc++/include/c_compatibility/signal.h N src/contrib/libstdc++/include/c_compatibility/stdarg.h N src/contrib/libstdc++/include/c_compatibility/stddef.h N src/contrib/libstdc++/include/c_compatibility/stdio.h N src/contrib/libstdc++/include/c_compatibility/stdlib.h N src/contrib/libstdc++/include/c_compatibility/string.h N src/contrib/libstdc++/include/c_compatibility/time.h N src/contrib/libstdc++/include/c_compatibility/wchar.h N src/contrib/libstdc++/include/c_compatibility/wctype.h U src/contrib/libstdc++/include/c_shadow/assert.h U src/contrib/libstdc++/include/c_shadow/ctype.h U src/contrib/libstdc++/include/c_shadow/errno.h U src/contrib/libstdc++/include/c_shadow/fcntl.h U src/contrib/libstdc++/include/c_shadow/features.h U src/contrib/libstdc++/include/c_shadow/float.h U src/contrib/libstdc++/include/c_shadow/iconv.h U src/contrib/libstdc++/include/c_shadow/iolibio.h U src/contrib/libstdc++/include/c_shadow/langinfo.h U src/contrib/libstdc++/include/c_shadow/libio.h U src/contrib/libstdc++/include/c_shadow/libioP.h U src/contrib/libstdc++/include/c_shadow/limits.h U src/contrib/libstdc++/include/c_shadow/locale.h U src/contrib/libstdc++/include/c_shadow/math.h U src/contrib/libstdc++/include/c_shadow/pthread.h U src/contrib/libstdc++/include/c_shadow/setjmp.h U src/contrib/libstdc++/include/c_shadow/signal.h U src/contrib/libstdc++/include/c_shadow/stdarg.h U src/contrib/libstdc++/include/c_shadow/stddef.h U src/contrib/libstdc++/include/c_shadow/stdio.h U src/contrib/libstdc++/include/c_shadow/stdlib.h U src/contrib/libstdc++/include/c_shadow/string.h U src/contrib/libstdc++/include/c_shadow/time.h U src/contrib/libstdc++/include/c_shadow/unistd.h U src/contrib/libstdc++/include/c_shadow/wchar.h U src/contrib/libstdc++/include/c_shadow/wctype.h U src/contrib/libstdc++/include/c_shadow/bits/std_cassert.h U src/contrib/libstdc++/include/c_shadow/bits/std_cctype.h U src/contrib/libstdc++/include/c_shadow/bits/std_cerrno.h U src/contrib/libstdc++/include/c_shadow/bits/std_cfloat.h U src/contrib/libstdc++/include/c_shadow/bits/std_climits.h U src/contrib/libstdc++/include/c_shadow/bits/std_clocale.h U src/contrib/libstdc++/include/c_shadow/bits/std_cmath.h U src/contrib/libstdc++/include/c_shadow/bits/std_csetjmp.h U src/contrib/libstdc++/include/c_shadow/bits/std_csignal.h U src/contrib/libstdc++/include/c_shadow/bits/std_cstdarg.h U src/contrib/libstdc++/include/c_shadow/bits/std_cstddef.h U src/contrib/libstdc++/include/c_shadow/bits/std_cstdio.h U src/contrib/libstdc++/include/c_shadow/bits/std_cstdlib.h U src/contrib/libstdc++/include/c_shadow/bits/std_cstring.h U src/contrib/libstdc++/include/c_shadow/bits/std_ctime.h U src/contrib/libstdc++/include/c_shadow/bits/std_cwchar.h U src/contrib/libstdc++/include/c_shadow/bits/std_cwctype.h U src/contrib/libstdc++/include/c_shadow/bits/wrap_fcntl.h U src/contrib/libstdc++/include/c_shadow/bits/wrap_features.h U src/contrib/libstdc++/include/c_shadow/bits/wrap_iconv.h U src/contrib/libstdc++/include/c_shadow/bits/wrap_iolibio.h U src/contrib/libstdc++/include/c_shadow/bits/wrap_langinfo.h U src/contrib/libstdc++/include/c_shadow/bits/wrap_libio.h U src/contrib/libstdc++/include/c_shadow/bits/wrap_libioP.h U src/contrib/libstdc++/include/c_shadow/bits/wrap_pthread.h U src/contrib/libstdc++/include/c_shadow/bits/wrap_unistd.h U src/contrib/libstdc++/include/c_shadow/sys/cdefs.h U src/contrib/libstdc++/include/c_std/cmath.tcc U src/contrib/libstdc++/include/c_std/std_cassert.h U src/contrib/libstdc++/include/c_std/std_cctype.h U src/contrib/libstdc++/include/c_std/std_cerrno.h U src/contrib/libstdc++/include/c_std/std_cfloat.h U src/contrib/libstdc++/include/c_std/std_ciso646.h U src/contrib/libstdc++/include/c_std/std_climits.h U src/contrib/libstdc++/include/c_std/std_clocale.h U src/contrib/libstdc++/include/c_std/std_cmath.h U src/contrib/libstdc++/include/c_std/std_csetjmp.h U src/contrib/libstdc++/include/c_std/std_csignal.h U src/contrib/libstdc++/include/c_std/std_cstdarg.h U src/contrib/libstdc++/include/c_std/std_cstddef.h U src/contrib/libstdc++/include/c_std/std_cstdio.h U src/contrib/libstdc++/include/c_std/std_cstdlib.h U src/contrib/libstdc++/include/c_std/std_cstring.h U src/contrib/libstdc++/include/c_std/std_ctime.h U src/contrib/libstdc++/include/c_std/std_cwchar.h U src/contrib/libstdc++/include/c_std/std_cwctype.h U src/contrib/libstdc++/include/ext/algorithm U src/contrib/libstdc++/include/ext/enc_filebuf.h U src/contrib/libstdc++/include/ext/functional U src/contrib/libstdc++/include/ext/hash_map U src/contrib/libstdc++/include/ext/hash_set U src/contrib/libstdc++/include/ext/iterator U src/contrib/libstdc++/include/ext/memory U src/contrib/libstdc++/include/ext/numeric U src/contrib/libstdc++/include/ext/rb_tree U src/contrib/libstdc++/include/ext/rope U src/contrib/libstdc++/include/ext/ropeimpl.h U src/contrib/libstdc++/include/ext/slist U src/contrib/libstdc++/include/ext/stdio_filebuf.h U src/contrib/libstdc++/include/ext/stl_hash_fun.h U src/contrib/libstdc++/include/ext/stl_hashtable.h U src/contrib/libstdc++/include/ext/stl_rope.h U src/contrib/libstdc++/include/std/std_algorithm.h U src/contrib/libstdc++/include/std/std_bitset.h U src/contrib/libstdc++/include/std/std_complex.h U src/contrib/libstdc++/include/std/std_deque.h U src/contrib/libstdc++/include/std/std_fstream.h U src/contrib/libstdc++/include/std/std_functional.h U src/contrib/libstdc++/include/std/std_iomanip.h U src/contrib/libstdc++/include/std/std_ios.h U src/contrib/libstdc++/include/std/std_iosfwd.h U src/contrib/libstdc++/include/std/std_iostream.h U src/contrib/libstdc++/include/std/std_istream.h U src/contrib/libstdc++/include/std/std_iterator.h U src/contrib/libstdc++/include/std/std_limits.h U src/contrib/libstdc++/include/std/std_list.h U src/contrib/libstdc++/include/std/std_locale.h U src/contrib/libstdc++/include/std/std_map.h U src/contrib/libstdc++/include/std/std_memory.h U src/contrib/libstdc++/include/std/std_numeric.h U src/contrib/libstdc++/include/std/std_ostream.h U src/contrib/libstdc++/include/std/std_queue.h U src/contrib/libstdc++/include/std/std_set.h U src/contrib/libstdc++/include/std/std_sstream.h U src/contrib/libstdc++/include/std/std_stack.h U src/contrib/libstdc++/include/std/std_stdexcept.h U src/contrib/libstdc++/include/std/std_streambuf.h U src/contrib/libstdc++/include/std/std_string.h U src/contrib/libstdc++/include/std/std_utility.h U src/contrib/libstdc++/include/std/std_valarray.h U src/contrib/libstdc++/include/std/std_vector.h U src/contrib/libstdc++/libmath/Makefile.am U src/contrib/libstdc++/libmath/Makefile.in U src/contrib/libstdc++/libmath/copysignf.c U src/contrib/libstdc++/libmath/mathconf.h U src/contrib/libstdc++/libmath/nan.c U src/contrib/libstdc++/libmath/signbit.c U src/contrib/libstdc++/libmath/signbitf.c U src/contrib/libstdc++/libmath/signbitl.c U src/contrib/libstdc++/libmath/stubs.c U src/contrib/libstdc++/libsupc++/Makefile.am U src/contrib/libstdc++/libsupc++/Makefile.in U src/contrib/libstdc++/libsupc++/cxxabi.h U src/contrib/libstdc++/libsupc++/del_op.cc U src/contrib/libstdc++/libsupc++/del_opnt.cc U src/contrib/libstdc++/libsupc++/del_opv.cc U src/contrib/libstdc++/libsupc++/del_opvnt.cc U src/contrib/libstdc++/libsupc++/eh_alloc.cc U src/contrib/libstdc++/libsupc++/eh_aux_runtime.cc U src/contrib/libstdc++/libsupc++/eh_catch.cc U src/contrib/libstdc++/libsupc++/eh_exception.cc U src/contrib/libstdc++/libsupc++/eh_globals.cc U src/contrib/libstdc++/libsupc++/eh_personality.cc U src/contrib/libstdc++/libsupc++/eh_terminate.cc U src/contrib/libstdc++/libsupc++/eh_throw.cc U src/contrib/libstdc++/libsupc++/eh_type.cc U src/contrib/libstdc++/libsupc++/exception U src/contrib/libstdc++/libsupc++/exception_defines.h U src/contrib/libstdc++/libsupc++/new U src/contrib/libstdc++/libsupc++/new_handler.cc U src/contrib/libstdc++/libsupc++/pure.cc U src/contrib/libstdc++/libsupc++/new_op.cc U src/contrib/libstdc++/libsupc++/tinfo.h U src/contrib/libstdc++/libsupc++/new_opnt.cc U src/contrib/libstdc++/libsupc++/new_opv.cc U src/contrib/libstdc++/libsupc++/new_opvnt.cc U src/contrib/libstdc++/libsupc++/tinfo.cc U src/contrib/libstdc++/libsupc++/tinfo2.cc U src/contrib/libstdc++/libsupc++/typeinfo U src/contrib/libstdc++/libsupc++/unwind-cxx.h U src/contrib/libstdc++/libsupc++/vec.cc U src/contrib/libstdc++/src/Makefile.am U src/contrib/libstdc++/src/Makefile.in U src/contrib/libstdc++/src/bitset.cc U src/contrib/libstdc++/src/codecvt.cc U src/contrib/libstdc++/src/complex_io.cc U src/contrib/libstdc++/src/concept-inst.cc U src/contrib/libstdc++/src/ext-inst.cc N src/contrib/libstdc++/src/fstream-inst.cc N src/contrib/libstdc++/src/fstream.cc U src/contrib/libstdc++/src/functexcept.cc U src/contrib/libstdc++/src/globals.cc N src/contrib/libstdc++/src/io-inst.cc U src/contrib/libstdc++/src/ios.cc N src/contrib/libstdc++/src/istream-inst.cc U src/contrib/libstdc++/src/limits.cc U src/contrib/libstdc++/src/locale-inst.cc U src/contrib/libstdc++/src/locale.cc U src/contrib/libstdc++/src/localename.cc U src/contrib/libstdc++/src/misc-inst.cc N src/contrib/libstdc++/src/ostream-inst.cc U src/contrib/libstdc++/src/stl-inst.cc N src/contrib/libstdc++/src/sstream-inst.cc U src/contrib/libstdc++/src/stdexcept.cc N src/contrib/libstdc++/src/streambuf-inst.cc U src/contrib/libstdc++/src/string-inst.cc U src/contrib/libstdc++/src/strstream.cc U src/contrib/libstdc++/src/valarray-inst.cc U src/contrib/libstdc++/src/vterminate.cc U src/contrib/libstdc++/src/wstring-inst.cc No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 13:41:49 2002 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 7BA6A37B405; Sun, 1 Sep 2002 13:39:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C30A43E42; Sun, 1 Sep 2002 13:39:17 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81KdGJU020569; Sun, 1 Sep 2002 13:39:16 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81KdG8x020568; Sun, 1 Sep 2002 13:39:16 -0700 (PDT) Message-Id: <200209012039.g81KdG8x020568@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 13:39:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libobjc - Imported sources X-FreeBSD-CVS-Branch: FSF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 13:39:16 PDT src/contrib/libobjc - Imported sources Update of /home/ncvs/src/contrib/libobjc In directory freefall.freebsd.org:/d/home/kan/gcc_import/gcc/libobjc Log Message: Gcc 3.2.1-prerelease Objective C support bits from the FSF anoncvs repo gcc-3_2-branch on 1-Sep-2002 00:00:01 EDT. Status: Vendor Tag: FSF Release Tags: gcc_3_2_anoncvs_20020901 U src/contrib/libobjc/ChangeLog U src/contrib/libobjc/Makefile.in U src/contrib/libobjc/NXConstStr.m U src/contrib/libobjc/Object.m U src/contrib/libobjc/Protocol.m U src/contrib/libobjc/README U src/contrib/libobjc/README.threads U src/contrib/libobjc/THREADS U src/contrib/libobjc/THREADS.MACH U src/contrib/libobjc/aclocal.m4 U src/contrib/libobjc/archive.c U src/contrib/libobjc/class.c U src/contrib/libobjc/config.h.in U src/contrib/libobjc/configure U src/contrib/libobjc/configure.in U src/contrib/libobjc/encoding.c U src/contrib/libobjc/gc.c U src/contrib/libobjc/hash.c U src/contrib/libobjc/init.c U src/contrib/libobjc/libobjc.def U src/contrib/libobjc/libobjc_entry.c U src/contrib/libobjc/linking.m U src/contrib/libobjc/misc.c U src/contrib/libobjc/objects.c U src/contrib/libobjc/makefile.dos U src/contrib/libobjc/nil_method.c U src/contrib/libobjc/sarray.c U src/contrib/libobjc/selector.c U src/contrib/libobjc/sendmsg.c U src/contrib/libobjc/thr-dce.c U src/contrib/libobjc/thr-decosf1.c U src/contrib/libobjc/thr-irix.c U src/contrib/libobjc/thr-mach.c U src/contrib/libobjc/thr-objc.c U src/contrib/libobjc/thr-os2.c U src/contrib/libobjc/thr-posix.c U src/contrib/libobjc/thr-pthreads.c U src/contrib/libobjc/thr-rtems.c U src/contrib/libobjc/thr-single.c U src/contrib/libobjc/thr-solaris.c U src/contrib/libobjc/thr-vxworks.c U src/contrib/libobjc/thr-win32.c U src/contrib/libobjc/thr.c U src/contrib/libobjc/objc/NXConstStr.h U src/contrib/libobjc/objc/Object.h U src/contrib/libobjc/objc/Protocol.h U src/contrib/libobjc/objc/encoding.h U src/contrib/libobjc/objc/hash.h U src/contrib/libobjc/objc/objc-api.h U src/contrib/libobjc/objc/objc-list.h U src/contrib/libobjc/objc/objc.h U src/contrib/libobjc/objc/runtime.h U src/contrib/libobjc/objc/sarray.h U src/contrib/libobjc/objc/thr.h U src/contrib/libobjc/objc/typedstream.h No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 13:42:32 2002 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 6AB8937B406; Sun, 1 Sep 2002 13:39:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0274743E3B; Sun, 1 Sep 2002 13:39:26 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81KdPJU020602; Sun, 1 Sep 2002 13:39:25 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81KdPls020601; Sun, 1 Sep 2002 13:39:25 -0700 (PDT) Message-Id: <200209012039.g81KdPls020601@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 13:39:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libf2c - Imported sources X-FreeBSD-CVS-Branch: FSF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 13:39:25 PDT src/contrib/libf2c - Imported sources Update of /home/ncvs/src/contrib/libf2c In directory freefall.freebsd.org:/d/home/kan/gcc_import/gcc/libf2c Log Message: Gcc 3.2.1-prerelease C++ support bits from the FSF anoncvs repo gcc-3_2-branch on 1-Sep-2002 00:00:01 EDT. Status: Vendor Tag: FSF Release Tags: gcc_3_2_anoncvs_20020901 U src/contrib/libf2c/ChangeLog U src/contrib/libf2c/Makefile.in U src/contrib/libf2c/README U src/contrib/libf2c/TODO U src/contrib/libf2c/aclocal.m4 U src/contrib/libf2c/changes.netlib U src/contrib/libf2c/configure U src/contrib/libf2c/configure.in U src/contrib/libf2c/disclaimer.netlib U src/contrib/libf2c/f2c.h U src/contrib/libf2c/f2cext.c U src/contrib/libf2c/g2c.hin U src/contrib/libf2c/permission.netlib U src/contrib/libf2c/readme.netlib U src/contrib/libf2c/libF77/F77_aloc.c U src/contrib/libf2c/libF77/Makefile.in U src/contrib/libf2c/libF77/Notice U src/contrib/libf2c/libF77/README.netlib U src/contrib/libf2c/libF77/Version.c U src/contrib/libf2c/libF77/abort_.c U src/contrib/libf2c/libF77/c_abs.c U src/contrib/libf2c/libF77/c_cos.c U src/contrib/libf2c/libF77/c_div.c U src/contrib/libf2c/libF77/c_exp.c U src/contrib/libf2c/libF77/c_log.c U src/contrib/libf2c/libF77/c_sin.c U src/contrib/libf2c/libF77/c_sqrt.c U src/contrib/libf2c/libF77/cabs.c U src/contrib/libf2c/libF77/configure U src/contrib/libf2c/libF77/configure.in U src/contrib/libf2c/libF77/d_abs.c U src/contrib/libf2c/libF77/d_acos.c U src/contrib/libf2c/libF77/d_asin.c U src/contrib/libf2c/libF77/d_atan.c U src/contrib/libf2c/libF77/d_atn2.c U src/contrib/libf2c/libF77/d_cnjg.c U src/contrib/libf2c/libF77/d_cos.c U src/contrib/libf2c/libF77/d_cosh.c U src/contrib/libf2c/libF77/d_dim.c U src/contrib/libf2c/libF77/d_exp.c U src/contrib/libf2c/libF77/d_imag.c U src/contrib/libf2c/libF77/d_int.c U src/contrib/libf2c/libF77/d_lg10.c U src/contrib/libf2c/libF77/d_log.c U src/contrib/libf2c/libF77/d_mod.c U src/contrib/libf2c/libF77/d_nint.c U src/contrib/libf2c/libF77/d_prod.c U src/contrib/libf2c/libF77/d_sign.c U src/contrib/libf2c/libF77/d_sin.c U src/contrib/libf2c/libF77/d_sinh.c U src/contrib/libf2c/libF77/d_sqrt.c U src/contrib/libf2c/libF77/d_tan.c U src/contrib/libf2c/libF77/d_tanh.c U src/contrib/libf2c/libF77/derf_.c U src/contrib/libf2c/libF77/derfc_.c U src/contrib/libf2c/libF77/dtime_.c U src/contrib/libf2c/libF77/ef1asc_.c U src/contrib/libf2c/libF77/ef1cmc_.c U src/contrib/libf2c/libF77/erf_.c U src/contrib/libf2c/libF77/erfc_.c U src/contrib/libf2c/libF77/etime_.c U src/contrib/libf2c/libF77/exit_.c U src/contrib/libf2c/libF77/f2ch.add U src/contrib/libf2c/libF77/getarg_.c U src/contrib/libf2c/libF77/getenv_.c U src/contrib/libf2c/libF77/h_abs.c U src/contrib/libf2c/libF77/h_dim.c U src/contrib/libf2c/libF77/h_len.c U src/contrib/libf2c/libF77/h_dnnt.c U src/contrib/libf2c/libF77/h_indx.c U src/contrib/libf2c/libF77/h_mod.c U src/contrib/libf2c/libF77/h_nint.c U src/contrib/libf2c/libF77/h_sign.c U src/contrib/libf2c/libF77/hl_ge.c U src/contrib/libf2c/libF77/hl_gt.c U src/contrib/libf2c/libF77/hl_le.c U src/contrib/libf2c/libF77/hl_lt.c U src/contrib/libf2c/libF77/i_abs.c U src/contrib/libf2c/libF77/i_dim.c U src/contrib/libf2c/libF77/i_dnnt.c U src/contrib/libf2c/libF77/i_indx.c U src/contrib/libf2c/libF77/i_len.c U src/contrib/libf2c/libF77/i_mod.c U src/contrib/libf2c/libF77/i_nint.c U src/contrib/libf2c/libF77/i_sign.c U src/contrib/libf2c/libF77/iargc_.c U src/contrib/libf2c/libF77/l_ge.c U src/contrib/libf2c/libF77/l_gt.c U src/contrib/libf2c/libF77/l_le.c U src/contrib/libf2c/libF77/l_lt.c U src/contrib/libf2c/libF77/lbitbits.c U src/contrib/libf2c/libF77/lbitshft.c U src/contrib/libf2c/libF77/main.c U src/contrib/libf2c/libF77/makefile.netlib U src/contrib/libf2c/libF77/pow_ci.c U src/contrib/libf2c/libF77/pow_dd.c U src/contrib/libf2c/libF77/pow_di.c U src/contrib/libf2c/libF77/pow_hh.c U src/contrib/libf2c/libF77/pow_ii.c U src/contrib/libf2c/libF77/pow_qq.c U src/contrib/libf2c/libF77/pow_ri.c U src/contrib/libf2c/libF77/pow_zi.c U src/contrib/libf2c/libF77/pow_zz.c U src/contrib/libf2c/libF77/qbitbits.c U src/contrib/libf2c/libF77/qbitshft.c U src/contrib/libf2c/libF77/r_abs.c U src/contrib/libf2c/libF77/r_acos.c U src/contrib/libf2c/libF77/r_asin.c U src/contrib/libf2c/libF77/r_atan.c U src/contrib/libf2c/libF77/r_atn2.c U src/contrib/libf2c/libF77/r_cnjg.c U src/contrib/libf2c/libF77/r_cos.c U src/contrib/libf2c/libF77/r_cosh.c U src/contrib/libf2c/libF77/r_dim.c U src/contrib/libf2c/libF77/r_exp.c U src/contrib/libf2c/libF77/r_imag.c U src/contrib/libf2c/libF77/r_int.c U src/contrib/libf2c/libF77/r_lg10.c U src/contrib/libf2c/libF77/r_log.c U src/contrib/libf2c/libF77/r_mod.c U src/contrib/libf2c/libF77/r_nint.c U src/contrib/libf2c/libF77/r_sign.c U src/contrib/libf2c/libF77/r_sin.c U src/contrib/libf2c/libF77/r_sinh.c U src/contrib/libf2c/libF77/r_sqrt.c U src/contrib/libf2c/libF77/r_tan.c U src/contrib/libf2c/libF77/r_tanh.c U src/contrib/libf2c/libF77/s_cat.c U src/contrib/libf2c/libF77/s_cmp.c U src/contrib/libf2c/libF77/s_copy.c U src/contrib/libf2c/libF77/s_paus.c U src/contrib/libf2c/libF77/s_rnge.c U src/contrib/libf2c/libF77/s_stop.c U src/contrib/libf2c/libF77/setarg.c U src/contrib/libf2c/libF77/setsig.c U src/contrib/libf2c/libF77/sig_die.c U src/contrib/libf2c/libF77/signal1.h U src/contrib/libf2c/libF77/signal1.h0 U src/contrib/libf2c/libF77/signal_.c U src/contrib/libf2c/libF77/system_.c U src/contrib/libf2c/libF77/z_abs.c U src/contrib/libf2c/libF77/z_cos.c U src/contrib/libf2c/libF77/z_div.c U src/contrib/libf2c/libF77/z_exp.c U src/contrib/libf2c/libF77/z_log.c U src/contrib/libf2c/libF77/z_sin.c U src/contrib/libf2c/libF77/z_sqrt.c U src/contrib/libf2c/libI77/lread.c U src/contrib/libf2c/libI77/Makefile.in U src/contrib/libf2c/libI77/Notice U src/contrib/libf2c/libI77/README.netlib U src/contrib/libf2c/libI77/Version.c U src/contrib/libf2c/libI77/backspace.c U src/contrib/libf2c/libI77/close.c U src/contrib/libf2c/libI77/config.h.in U src/contrib/libf2c/libI77/configure U src/contrib/libf2c/libI77/configure.in U src/contrib/libf2c/libI77/dfe.c U src/contrib/libf2c/libI77/dolio.c U src/contrib/libf2c/libI77/due.c U src/contrib/libf2c/libI77/endfile.c U src/contrib/libf2c/libI77/err.c U src/contrib/libf2c/libI77/f2ch.add U src/contrib/libf2c/libI77/fio.h U src/contrib/libf2c/libI77/fmt.c U src/contrib/libf2c/libI77/fmt.h U src/contrib/libf2c/libI77/fmtlib.c U src/contrib/libf2c/libI77/fp.h U src/contrib/libf2c/libI77/ftell_.c U src/contrib/libf2c/libI77/iio.c U src/contrib/libf2c/libI77/ilnw.c U src/contrib/libf2c/libI77/inquire.c U src/contrib/libf2c/libI77/lio.h U src/contrib/libf2c/libI77/open.c U src/contrib/libf2c/libI77/lwrite.c U src/contrib/libf2c/libI77/makefile.netlib U src/contrib/libf2c/libI77/rdfmt.c U src/contrib/libf2c/libI77/rewind.c U src/contrib/libf2c/libI77/rsfe.c U src/contrib/libf2c/libI77/rsli.c U src/contrib/libf2c/libI77/rsne.c U src/contrib/libf2c/libI77/sfe.c U src/contrib/libf2c/libI77/stamp-h.in U src/contrib/libf2c/libI77/sue.c U src/contrib/libf2c/libI77/typesize.c U src/contrib/libf2c/libI77/uio.c U src/contrib/libf2c/libI77/util.c U src/contrib/libf2c/libI77/wref.c U src/contrib/libf2c/libI77/wrtfmt.c U src/contrib/libf2c/libI77/wsfe.c U src/contrib/libf2c/libI77/wsle.c U src/contrib/libf2c/libI77/wsne.c U src/contrib/libf2c/libI77/xwsne.c U src/contrib/libf2c/libU77/COPYING.LIB U src/contrib/libf2c/libU77/Makefile.in U src/contrib/libf2c/libU77/PROJECTS U src/contrib/libf2c/libU77/README U src/contrib/libf2c/libU77/Version.c U src/contrib/libf2c/libU77/access_.c U src/contrib/libf2c/libU77/acconfig.h U src/contrib/libf2c/libU77/aclocal.m4 U src/contrib/libf2c/libU77/alarm_.c U src/contrib/libf2c/libU77/bes.c U src/contrib/libf2c/libU77/chdir_.c U src/contrib/libf2c/libU77/chmod_.c U src/contrib/libf2c/libU77/config.hin U src/contrib/libf2c/libU77/configure U src/contrib/libf2c/libU77/configure.in U src/contrib/libf2c/libU77/ctime_.c U src/contrib/libf2c/libU77/date_.c U src/contrib/libf2c/libU77/datetime_.c U src/contrib/libf2c/libU77/dbes.c U src/contrib/libf2c/libU77/dtime_.c U src/contrib/libf2c/libU77/etime_.c U src/contrib/libf2c/libU77/fdate_.c U src/contrib/libf2c/libU77/fgetc_.c U src/contrib/libf2c/libU77/flush1_.c U src/contrib/libf2c/libU77/fnum_.c U src/contrib/libf2c/libU77/fputc_.c U src/contrib/libf2c/libU77/fstat_.c U src/contrib/libf2c/libU77/gerror_.c U src/contrib/libf2c/libU77/getcwd_.c U src/contrib/libf2c/libU77/getgid_.c U src/contrib/libf2c/libU77/getlog_.c U src/contrib/libf2c/libU77/getpid_.c U src/contrib/libf2c/libU77/getuid_.c U src/contrib/libf2c/libU77/gmtime_.c U src/contrib/libf2c/libU77/hostnm_.c U src/contrib/libf2c/libU77/idate_.c U src/contrib/libf2c/libU77/ierrno_.c U src/contrib/libf2c/libU77/irand_.c U src/contrib/libf2c/libU77/isatty_.c U src/contrib/libf2c/libU77/itime_.c U src/contrib/libf2c/libU77/kill_.c U src/contrib/libf2c/libU77/link_.c U src/contrib/libf2c/libU77/lnblnk_.c U src/contrib/libf2c/libU77/lstat_.c U src/contrib/libf2c/libU77/ltime_.c U src/contrib/libf2c/libU77/mclock_.c U src/contrib/libf2c/libU77/perror_.c U src/contrib/libf2c/libU77/rand_.c U src/contrib/libf2c/libU77/rename_.c U src/contrib/libf2c/libU77/secnds_.c U src/contrib/libf2c/libU77/second_.c U src/contrib/libf2c/libU77/sleep_.c U src/contrib/libf2c/libU77/srand_.c U src/contrib/libf2c/libU77/stamp-h.in U src/contrib/libf2c/libU77/stat_.c U src/contrib/libf2c/libU77/symlnk_.c U src/contrib/libf2c/libU77/sys_clock_.c U src/contrib/libf2c/libU77/time_.c U src/contrib/libf2c/libU77/ttynam_.c U src/contrib/libf2c/libU77/u77-test.f U src/contrib/libf2c/libU77/umask_.c U src/contrib/libf2c/libU77/unlink_.c U src/contrib/libf2c/libU77/vxtidate_.c U src/contrib/libf2c/libU77/vxttime_.c No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 13:43:24 2002 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 9550737B400; Sun, 1 Sep 2002 13:43:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40A6F43E42; Sun, 1 Sep 2002 13:43:16 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: from freefall.freebsd.org (demon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81KhGJU021420; Sun, 1 Sep 2002 13:43:16 -0700 (PDT) (envelope-from demon@freefall.freebsd.org) Received: (from demon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81KhGv2021417; Sun, 1 Sep 2002 13:43:16 -0700 (PDT) Message-Id: <200209012043.g81KhGv2021417@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sun, 1 Sep 2002 13:43:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/memcheck Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG demon 2002/09/01 13:43:15 PDT Modified files: devel Makefile Added files: devel/memcheck Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: memcheck -- Memory Allocation Checker. Revision Changes Path 1.910 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/memcheck/Makefile (new) 1.1 +1 -0 ports/devel/memcheck/distinfo (new) 1.1 +1 -0 ports/devel/memcheck/pkg-comment (new) 1.1 +16 -0 ports/devel/memcheck/pkg-descr (new) 1.1 +5 -0 ports/devel/memcheck/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 13:43:33 2002 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 8230637B401; Sun, 1 Sep 2002 13:43:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3461343E42; Sun, 1 Sep 2002 13:43:30 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: from freefall.freebsd.org (demon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81KhUJU021507; Sun, 1 Sep 2002 13:43:30 -0700 (PDT) (envelope-from demon@freefall.freebsd.org) Received: (from demon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81KhUL0021506; Sun, 1 Sep 2002 13:43:30 -0700 (PDT) Message-Id: <200209012043.g81KhUL0021506@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sun, 1 Sep 2002 13:43:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG demon 2002/09/01 13:43:30 PDT Modified files: . modules Log: memcheck --> ports/devel/memcheck Revision Changes Path 1.5797 +1 -0 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 Sep 1 13:50: 7 2002 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 E96EA37B401; Sun, 1 Sep 2002 13:49:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C69843E4A; Sun, 1 Sep 2002 13:49:59 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81KnxJU022490; Sun, 1 Sep 2002 13:49:59 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81Knx08022489; Sun, 1 Sep 2002 13:49:59 -0700 (PDT) Message-Id: <200209012049.g81Knx08022489@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 13:49:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 13:49:59 PDT Modified files: contrib/gcc Makefile.in Log: Use the stock 3.2.1-prerelease file. Approved by: obrien Revision Changes Path 1.9 +3 -2 src/contrib/gcc/Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 13:50:30 2002 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 C3A1837B435; Sun, 1 Sep 2002 13:50:16 -0700 (PDT) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3403D43E65; Sun, 1 Sep 2002 13:50:16 -0700 (PDT) (envelope-from nectar@nectar.cc) Received: from madman.nectar.cc (madman.nectar.cc [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id 88D9C5; Sun, 1 Sep 2002 15:50:15 -0500 (CDT) Received: by madman.nectar.cc (Postfix, from userid 1001) id 4FDEB13841B; Sun, 1 Sep 2002 15:50:14 -0500 (CDT) Date: Sun, 1 Sep 2002 15:50:14 -0500 From: "Jacques A. Vidrine" To: David O'Brien , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/heimdal - Imported sources Message-ID: <20020901205014.GA35685@madman.nectar.cc> Mail-Followup-To: "Jacques A. Vidrine" , David O'Brien , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208302123.g7ULNRoY035846@freefall.freebsd.org> <20020901180953.GB33541@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020901180953.GB33541@dragon.nuxi.com> User-Agent: Mutt/1.4i X-Url: http://www.celabo.org/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 01, 2002 at 11:09:53AM -0700, David O'Brien wrote: > I thought we decided the RFC's aren't needed in the base system and thus > should be trimmed before import. I don't recall such a conversation, but that makes sense. I will remember it next time. Honestly the distribution needed for our purposes could be whittled down quite a lot. It is hard (for me) to decide what to import between `everything' and `only what we need'. e.g. we don't use any of the autoconf/automake/libtool stuff, so anything pertaining to that (Makefile.(in|am), config.guess, and so on) could be trimmed as well. I don't suppose I've missed a set of guidelines, somewhere? Cheers, -- Jacques A. Vidrine http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 13:52:51 2002 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 B255B37B401; Sun, 1 Sep 2002 13:52:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 642BA43E3B; Sun, 1 Sep 2002 13:52:46 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81KqkJU023251; Sun, 1 Sep 2002 13:52:46 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81KqknS023250; Sun, 1 Sep 2002 13:52:46 -0700 (PDT) Message-Id: <200209012052.g81KqknS023250@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 13:52:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc c-common.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 13:52:46 PDT Modified files: contrib/gcc c-common.c Log: Use the stock 3.2.1-prerelease file. Approved by: obrien Revision Changes Path 1.14 +29 -14 src/contrib/gcc/c-common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 13:53:35 2002 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 A0E9837B400; Sun, 1 Sep 2002 13:53:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51A0443E6E; Sun, 1 Sep 2002 13:53:29 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81KrTJU023372; Sun, 1 Sep 2002 13:53:29 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81KrTuG023371; Sun, 1 Sep 2002 13:53:29 -0700 (PDT) Message-Id: <200209012053.g81KrTuG023371@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 13:53:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc c-decl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 13:53:29 PDT Modified files: contrib/gcc c-decl.c Log: Merge FreeBSD modifications into gcc 3.2.1-prerelease: 1.2 kernel printf enchancements framework 1.3 suppress warnings on K&R main Approved by: obrien Revision Changes Path 1.4 +18 -8 src/contrib/gcc/c-decl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 13:56:13 2002 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 0E6D937B400; Sun, 1 Sep 2002 13:56:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B37B443E42; Sun, 1 Sep 2002 13:56:10 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81KuAJU023728; Sun, 1 Sep 2002 13:56:10 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81KuAUA023727; Sun, 1 Sep 2002 13:56:10 -0700 (PDT) Message-Id: <200209012056.g81KuAUA023727@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 13:56:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc c-lex.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 13:56:10 PDT Modified files: contrib/gcc c-lex.c Log: Merge FreeBSD modifications into gcc 3.2.1-prerelease: 1.2 don't let gcc(1) hide warnings in system headers. Approved by: obrien Revision Changes Path 1.3 +10 -9 src/contrib/gcc/c-lex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 13:57: 2 2002 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 4532337B407; Sun, 1 Sep 2002 13:56:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC24043E4A; Sun, 1 Sep 2002 13:56:54 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81KuqJU023814; Sun, 1 Sep 2002 13:56:52 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81KupE8023813; Sun, 1 Sep 2002 13:56:51 -0700 (PDT) Message-Id: <200209012056.g81KupE8023813@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 13:56:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 13:56:51 PDT Modified files: contrib/gcc configure Log: Use the stock 3.2.1-prerelease file. Approved by: obrien Revision Changes Path 1.14 +363 -316 src/contrib/gcc/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 13:57:40 2002 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 42F6C37B407; Sun, 1 Sep 2002 13:57:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA83F43E42; Sun, 1 Sep 2002 13:57:33 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81KvXJU023904; Sun, 1 Sep 2002 13:57:33 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81KvX9N023903; Sun, 1 Sep 2002 13:57:33 -0700 (PDT) Message-Id: <200209012057.g81KvX9N023903@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 13:57:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc cppinit.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 13:57:33 PDT Modified files: contrib/gcc cppinit.c Log: Merge FreeBSD modifications into gcc 3.2.1-prerelease: 1.2 kernel printf enchancements framework Approved by: obrien Revision Changes Path 1.3 +64 -51 src/contrib/gcc/cppinit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14: 0:13 2002 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 BAD7D37B400; Sun, 1 Sep 2002 14:00:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D39443E42; Sun, 1 Sep 2002 14:00:05 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81L05JU024171; Sun, 1 Sep 2002 14:00:05 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81L059p024170; Sun, 1 Sep 2002 14:00:05 -0700 (PDT) Message-Id: <200209012100.g81L059p024170@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:00:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc dwarfout.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:00:05 PDT Modified files: contrib/gcc dwarfout.c Log: Use the stock 3.2.1-prerelease file. Approved by: obrien Revision Changes Path 1.6 +4 -2 src/contrib/gcc/dwarfout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14: 1:19 2002 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 6A03337B400; Sun, 1 Sep 2002 14:01:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D22943E65; Sun, 1 Sep 2002 14:01:13 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81L1CJU024375; Sun, 1 Sep 2002 14:01:12 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81L1Cge024374; Sun, 1 Sep 2002 14:01:12 -0700 (PDT) Message-Id: <200209012101.g81L1Cge024374@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:01:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc emit-rtl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:01:12 PDT Modified files: contrib/gcc emit-rtl.c Log: Merge FreeBSD modifications into gcc 3.2.1-prerelease: 1.2 do not create paradoxical FLOAT_MODE subregs I am not sure if this is still required. Approved by: obrien Revision Changes Path 1.3 +10 -1 src/contrib/gcc/emit-rtl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14: 2: 9 2002 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 CC52837B400; Sun, 1 Sep 2002 14:02:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E48143E6E; Sun, 1 Sep 2002 14:02:05 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81L25JU024790; Sun, 1 Sep 2002 14:02:05 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81L25JU024789; Sun, 1 Sep 2002 14:02:05 -0700 (PDT) Message-Id: <200209012102.g81L25JU024789@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:02:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc final.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:02:04 PDT Modified files: contrib/gcc final.c Log: Use the stock 3.2.1-prerelease file. Approved by: obrien Revision Changes Path 1.11 +3 -0 src/contrib/gcc/final.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14: 2:45 2002 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 F191D37B400; Sun, 1 Sep 2002 14:02:35 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 198FE43E72; Sun, 1 Sep 2002 14:02:35 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.pr.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with ESMTP id g81L2FOo071409; Sun, 1 Sep 2002 17:02:16 -0400 (EDT) (envelope-from rwatson@FreeBSD.org) Date: Sun, 1 Sep 2002 17:02:15 -0400 (EDT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Ian Dowse Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/sys syscallsubr.h vnode.h src/sys/kern init_main.c kern_sig.c sys_generic.c vfs_syscalls.c In-Reply-To: <200209012037.g81KbT4U020356@freefall.freebsd.org> Message-ID: <20020901170131.T46180-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Wonderful. This closes some nasty races in the linux emulation code, among other things. It also makes the layered picture of the kernel look much nicer in my talk illustrations. (either that or it makes the illustrations more honest, one or the other) Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Sun, 1 Sep 2002, Ian Dowse wrote: > iedowse 2002/09/01 13:37:29 PDT > > Modified files: > sys/sys vnode.h > sys/kern init_main.c kern_sig.c sys_generic.c > vfs_syscalls.c > Added files: > sys/sys syscallsubr.h > Log: > Split out a number of mostly VFS and signal related syscalls into > a kernel-internal kern_*() version and a wrapper that is called via > the syscall vector table. For paths and structure pointers, the > internal version either takes a uio_seg parameter or requires the > caller to copyin() the data to kernel memory as appropiate. This > will permit emulation layers to use these syscalls without having > to copy out translated arguments to the stack gap. > > Discussed on: -arch > Review/suggestions: bde, jhb, peter, marcel > > Revision Changes Path > 1.203 +2 -1 src/sys/kern/init_main.c > 1.184 +47 -29 src/sys/kern/kern_sig.c > 1.112 +38 -21 src/sys/kern/sys_generic.c > 1.285 +214 -82 src/sys/kern/vfs_syscalls.c > 1.1 +76 -0 src/sys/sys/syscallsubr.h (new) > 1.206 +0 -1 src/sys/sys/vnode.h > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14: 2:58 2002 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 604F737B47E; Sun, 1 Sep 2002 14:02:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE8B243E7B; Sun, 1 Sep 2002 14:02:41 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81L2fJU024891; Sun, 1 Sep 2002 14:02:41 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81L2fYu024890; Sun, 1 Sep 2002 14:02:41 -0700 (PDT) Message-Id: <200209012102.g81L2fYu024890@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:02:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc function.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:02:41 PDT Modified files: contrib/gcc function.c Log: Merge FreeBSD modifications into gcc 3.2.1-prerelease: 1.2 a.out support Approved by: obrien Revision Changes Path 1.12 +11 -13 src/contrib/gcc/function.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14: 3:40 2002 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 2EA3E37B400; Sun, 1 Sep 2002 14:03:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3B9743E72; Sun, 1 Sep 2002 14:03:33 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81L3XJU025035; Sun, 1 Sep 2002 14:03:33 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81L3Xds025034; Sun, 1 Sep 2002 14:03:33 -0700 (PDT) Message-Id: <200209012103.g81L3Xds025034@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:03:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc gcc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:03:33 PDT Modified files: contrib/gcc gcc.c Log: Merge FreeBSD modifications into gcc 3.2.1-prerelease: 1.\{2,15\} FREEBSD_NATIVE 1.\{5,13\} ELF, and objformat support 1.\{16,23,25\} Better cross building control 1.21 'GCC_OPTIONS' 1.27 cross-arch MD_EXEC_PREFIX fixes cc -print-search-dir fixes 1.28 Read specs from /usr/libdata/gcc/specs, if available Approved by: obrien Revision Changes Path 1.29 +1 -1 src/contrib/gcc/gcc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14: 5:18 2002 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 D181337B401; Sun, 1 Sep 2002 14:05:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CFB843E75; Sun, 1 Sep 2002 14:05:11 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81L5BJU026435; Sun, 1 Sep 2002 14:05:11 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81L5BCm026428; Sun, 1 Sep 2002 14:05:11 -0700 (PDT) Message-Id: <200209012105.g81L5BCm026428@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:05:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc libgcc2.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:05:11 PDT Modified files: contrib/gcc libgcc2.c Log: Use the stock 3.2.1-prerelease file. Approved by: obrien Revision Changes Path 1.6 +0 -4 src/contrib/gcc/libgcc2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14: 6:14 2002 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 7A30837B401; Sun, 1 Sep 2002 14:06:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE81B43E6A; Sun, 1 Sep 2002 14:06:08 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81L68JU029508; Sun, 1 Sep 2002 14:06:08 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81L68WQ029507; Sun, 1 Sep 2002 14:06:08 -0700 (PDT) Message-Id: <200209012106.g81L68WQ029507@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:06:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc reload.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:06:08 PDT Modified files: contrib/gcc reload.c Log: Use the stock 3.2.1-prerelease file. Approved by: obrien Revision Changes Path 1.9 +25 -7 src/contrib/gcc/reload.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14: 6:50 2002 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 532AC37B400; Sun, 1 Sep 2002 14:06:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04F2243E42; Sun, 1 Sep 2002 14:06:43 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81L6gJU029585; Sun, 1 Sep 2002 14:06:42 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81L6ght029584; Sun, 1 Sep 2002 14:06:42 -0700 (PDT) Message-Id: <200209012106.g81L6ght029584@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:06:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc toplev.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:06:42 PDT Modified files: contrib/gcc toplev.c Log: Merge FreeBSD modifications into gcc 3.2.1-prerelease: 1.2 -fformat-extensions 1.7 optimization downgrade 1.14 -O0 -O1 should optimize alignment for time, not size Approved by: obrien Revision Changes Path 1.16 +14 -7 src/contrib/gcc/toplev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14: 7:13 2002 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 25EE537B400; Sun, 1 Sep 2002 14:07:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB5FD43E4A; Sun, 1 Sep 2002 14:07:09 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81L79JU029681; Sun, 1 Sep 2002 14:07:09 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81L79Z4029680; Sun, 1 Sep 2002 14:07:09 -0700 (PDT) Message-Id: <200209012107.g81L79Z4029680@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:07:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc version.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:07:09 PDT Modified files: contrib/gcc version.c Log: Merge FreeBSD modifications into gcc 3.2.1-prerelease: 1.2 Localize the version number Approved by: obrien Revision Changes Path 1.3 +1 -1 src/contrib/gcc/version.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14: 7:26 2002 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 19DC137B42C; Sun, 1 Sep 2002 14:07:17 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 872F843E3B; Sun, 1 Sep 2002 14:07:16 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g81L7GcV035573; Sun, 1 Sep 2002 14:07:16 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g81L7GM2035572; Sun, 1 Sep 2002 14:07:16 -0700 (PDT) Date: Sun, 1 Sep 2002 14:07:16 -0700 From: "David O'Brien" To: "Jacques A. Vidrine" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/heimdal - Imported sources Message-ID: <20020901210716.GA33548@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , "Jacques A. Vidrine" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208302123.g7ULNRoY035846@freefall.freebsd.org> <20020901180953.GB33541@dragon.nuxi.com> <20020901205014.GA35685@madman.nectar.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020901205014.GA35685@madman.nectar.cc> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 01, 2002 at 03:50:14PM -0500, Jacques A. Vidrine wrote: > On Sun, Sep 01, 2002 at 11:09:53AM -0700, David O'Brien wrote: > > I thought we decided the RFC's aren't needed in the base system and thus > > should be trimmed before import. > > I don't recall such a conversation, but that makes sense. I will > remember it next time. We should "cvs rm" them now then. cvs@ can then rm them totally in a few months just before 5.0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14: 8:37 2002 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 888E437B400; Sun, 1 Sep 2002 14:08:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AEA543E65; Sun, 1 Sep 2002 14:08:30 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81L8UJU029807; Sun, 1 Sep 2002 14:08:30 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81L8UY7029806; Sun, 1 Sep 2002 14:08:30 -0700 (PDT) Message-Id: <200209012108.g81L8UY7029806@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:08:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/alpha alpha.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:08:30 PDT Modified files: contrib/gcc/config/alpha alpha.c Log: Use the stock 3.2.1-prerelease file. Approved by: obrien Revision Changes Path 1.5 +5 -1 src/contrib/gcc/config/alpha/alpha.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14: 9:32 2002 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 35D8737B400; Sun, 1 Sep 2002 14:09:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAF5F43E42; Sun, 1 Sep 2002 14:09:26 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81L9QJU029942; Sun, 1 Sep 2002 14:09:26 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81L9Qan029941; Sun, 1 Sep 2002 14:09:26 -0700 (PDT) Message-Id: <200209012109.g81L9Qan029941@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:09:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/alpha elf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:09:26 PDT Modified files: contrib/gcc/config/alpha elf.h Log: Merge FreeBSD modifications into gcc 3.2.1-prerelease: 1.8 Change symbol values to match freebsd.h Approved by: obrien Revision Changes Path 1.9 +1 -1 src/contrib/gcc/config/alpha/elf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14:11:39 2002 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 E57F237B400; Sun, 1 Sep 2002 14:11:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 965FC43E3B; Sun, 1 Sep 2002 14:11:35 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81LBZJU030387; Sun, 1 Sep 2002 14:11:35 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81LBZ5Q030386; Sun, 1 Sep 2002 14:11:35 -0700 (PDT) Message-Id: <200209012111.g81LBZ5Q030386@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:11:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/i386 i386.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:11:35 PDT Modified files: contrib/gcc/config/i386 i386.c Log: Merge FreeBSD modifications into gcc 3.2.1-prerelease: 1.11 -mno-align-long-strings Approved by: obrien Revision Changes Path 1.12 +207 -28 src/contrib/gcc/config/i386/i386.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14:12:36 2002 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 910BE37B400; Sun, 1 Sep 2002 14:12:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42EB943E3B; Sun, 1 Sep 2002 14:12:31 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81LCVJU030684; Sun, 1 Sep 2002 14:12:31 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81LCVo8030683; Sun, 1 Sep 2002 14:12:31 -0700 (PDT) Message-Id: <200209012112.g81LCVo8030683@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:12:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/i386 i386.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:12:31 PDT Modified files: contrib/gcc/config/i386 i386.h Log: Merge FreeBSD modifications into gcc 3.2.1-prerelease: 1.10 -mno-align-long-strings 1.11 Allow the specification of LONG_TYPE_SIZE on the command line. Approved by: obrien Revision Changes Path 1.12 +10 -6 src/contrib/gcc/config/i386/i386.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14:13:35 2002 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 217CC37B400; Sun, 1 Sep 2002 14:13:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C724143E42; Sun, 1 Sep 2002 14:13:32 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81LDWJU030815; Sun, 1 Sep 2002 14:13:32 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81LDWSF030814; Sun, 1 Sep 2002 14:13:32 -0700 (PDT) Message-Id: <200209012113.g81LDWSF030814@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:13:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/i386 i386.md X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:13:32 PDT Modified files: contrib/gcc/config/i386 i386.md Log: Use the stock 3.2.1-prerelease file. Approved by: obrien Revision Changes Path 1.12 +102 -63 src/contrib/gcc/config/i386/i386.md To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14:15:32 2002 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 8086837B400; Sun, 1 Sep 2002 14:15:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3217A43E6A; Sun, 1 Sep 2002 14:15:29 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81LFTJU031118; Sun, 1 Sep 2002 14:15:29 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81LFSPI031116; Sun, 1 Sep 2002 14:15:28 -0700 (PDT) Message-Id: <200209012115.g81LFSPI031116@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:15:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/rs6000 sysv4.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:15:28 PDT Modified files: contrib/gcc/config/rs6000 sysv4.h Log: Merge FreeBSD modifications into gcc 3.2.1-prerelease: 1.2 Define __ELF__ Approved by: obrien Revision Changes Path 1.3 +0 -1 src/contrib/gcc/config/rs6000/sysv4.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14:15:42 2002 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 077CF37B440; Sun, 1 Sep 2002 14:15:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA4B443E42; Sun, 1 Sep 2002 14:15:37 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81LFbJU031142; Sun, 1 Sep 2002 14:15:37 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81LFbAt031141; Sun, 1 Sep 2002 14:15:37 -0700 (PDT) Message-Id: <200209012115.g81LFbAt031141@freefall.freebsd.org> From: Ian Dowse Date: Sun, 1 Sep 2002 14:15:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_util.c linux_util.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/09/01 14:15:37 PDT Modified files: sys/compat/linux linux_util.c linux_util.h Log: Add a new function linux_emul_convpath(), which is a version of linux_emul_find() that does not use stack gap storage but instead always returns the resulting path in a malloc'd kernel buffer. Implement linux_emul_find() in terms of this function. Also add LCONVPATH* macros that wrap linux_emul_convpath in the same way that the CHECKALT* macros wrap linux_emul_find(). Revision Changes Path 1.19 +48 -32 src/sys/compat/linux/linux_util.c 1.19 +16 -0 src/sys/compat/linux/linux_util.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14:16:21 2002 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 A298E37B405; Sun, 1 Sep 2002 14:16:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56BF443E75; Sun, 1 Sep 2002 14:16:15 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81LGFJU031234; Sun, 1 Sep 2002 14:16:15 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81LGFlv031233; Sun, 1 Sep 2002 14:16:15 -0700 (PDT) Message-Id: <200209012116.g81LGFlv031233@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:16:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/cp decl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:16:15 PDT Modified files: contrib/gcc/cp decl.c Log: Merge FreeBSD modifications into gcc 3.2.1-prerelease: 1.8 printf format error fixes Approved by: obrien Revision Changes Path 1.10 +24 -4 src/contrib/gcc/cp/decl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14:16:38 2002 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 777B737B405; Sun, 1 Sep 2002 14:16:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3892143E6A; Sun, 1 Sep 2002 14:16:31 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from freefall.freebsd.org (joerg@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81LGVJU031286; Sun, 1 Sep 2002 14:16:31 -0700 (PDT) (envelope-from joerg@freefall.freebsd.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81LGUUp031285; Sun, 1 Sep 2002 14:16:30 -0700 (PDT) Message-Id: <200209012116.g81LGUUp031285@freefall.freebsd.org> From: Joerg Wunsch Date: Sun, 1 Sep 2002 14:16:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/avr-libc Makefile distinfo pkg-descr pkg-plist ports/devel/avr-libc/files patch-doc::api::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2002/09/01 14:16:30 PDT Modified files: devel/avr-libc Makefile distinfo pkg-descr pkg-plist Added files: devel/avr-libc/files patch-doc::api::Makefile.in Log: Update to version 2002.09.01. This is the first version that is taken from a CVS snapshot of the current development version. The documentation project has made substantial progress in the time being, so there's quite a bit of up-to-date documentation shipping now. Revision Changes Path 1.11 +10 -7 ports/devel/avr-libc/Makefile 1.9 +1 -2 ports/devel/avr-libc/distinfo 1.1 +11 -0 ports/devel/avr-libc/files/patch-doc::api::Makefile.in (new) 1.3 +10 -1 ports/devel/avr-libc/pkg-descr 1.8 +42 -1 ports/devel/avr-libc/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 Sep 1 14:18:23 2002 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 2613F37B400; Sun, 1 Sep 2002 14:18:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCE2243E3B; Sun, 1 Sep 2002 14:18:18 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81LIIJU031538; Sun, 1 Sep 2002 14:18:18 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81LIIAM031537; Sun, 1 Sep 2002 14:18:18 -0700 (PDT) Message-Id: <200209012118.g81LIIAM031537@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:18:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc builtins.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:18:18 PDT Modified files: contrib/gcc builtins.c Log: Revert rev. 1.2. GCC 3.2 seems to have builtin_memset fixed. Approved by: obrien Revision Changes Path 1.3 +0 -5 src/contrib/gcc/builtins.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14:22: 1 2002 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 95DD337B400; Sun, 1 Sep 2002 14:21:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4920943E6E; Sun, 1 Sep 2002 14:21:57 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81LLvJU032413; Sun, 1 Sep 2002 14:21:57 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81LLvjg032412; Sun, 1 Sep 2002 14:21:57 -0700 (PDT) Message-Id: <200209012121.g81LLvjg032412@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:21:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libstdc++ Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:21:57 PDT Modified files: gnu/lib/libstdc++ Makefile Log: Connect new files added with GCC 3.2.1 import to the build. Approved by: obrien Revision Changes Path 1.37 +3 -2 src/gnu/lib/libstdc++/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14:29:15 2002 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 C2A8A37B401; Sun, 1 Sep 2002 14:29:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7091F43E65; Sun, 1 Sep 2002 14:29:11 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81LTBJU033175; Sun, 1 Sep 2002 14:29:11 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81LTBNm033174; Sun, 1 Sep 2002 14:29:11 -0700 (PDT) Message-Id: <200209012129.g81LTBNm033174@freefall.freebsd.org> From: Alexander Kabaev Date: Sun, 1 Sep 2002 14:29:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 boot2.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/09/01 14:29:11 PDT Modified files: sys/boot/i386/boot2 boot2.c Log: Restore Rev. 1.40 (remove "Keyboard yes/no" printf). GCC 3.2 overflows boot2 by 12 bytes, this patch brings it back within the boundaries, with 12 bytes available for future bloat. Approved by: obrien Revision Changes Path 1.44 +1 -1 src/sys/boot/i386/boot2/boot2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14:40:41 2002 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 283EB37B401; Sun, 1 Sep 2002 14:40:34 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA29843E42; Sun, 1 Sep 2002 14:40:33 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id C5A622A893; Sun, 1 Sep 2002 14:40:33 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Robert Watson Cc: Ian Dowse , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys syscallsubr.h vnode.h src/sys/kern init_main.c kern_sig.c sys_generic.c vfs_syscalls.c In-Reply-To: <20020901170131.T46180-100000@fledge.watson.org> Date: Sun, 01 Sep 2002 14:40:33 -0700 From: Peter Wemm Message-Id: <20020901214033.C5A622A893@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Robert Watson wrote: > Wonderful. This closes some nasty races in the linux emulation code, > among other things. It also makes the layered picture of the kernel look > much nicer in my talk illustrations. (either that or it makes the > illustrations more honest, one or the other) Well, it will when he actually connects it up to the linux emulator. :-) This is just infrastructure so far. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "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 Sep 1 14:41:33 2002 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 456B637B400; Sun, 1 Sep 2002 14:41:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFC5843E4A; Sun, 1 Sep 2002 14:41:24 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81LfOJU035308; Sun, 1 Sep 2002 14:41:24 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81LfOnr035307; Sun, 1 Sep 2002 14:41:24 -0700 (PDT) Message-Id: <200209012141.g81LfOnr035307@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 1 Sep 2002 14:41:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha elf_machdep.c src/sys/alpha/linux linux_sysvec.c src/sys/alpha/osf1 osf1_sysvec.c src/sys/compat/pecoff imgact_pecoff.c src/sys/compat/svr4 svr4_sysvec.c src/sys/i386/i386 elf_machdep.c src/sys/i386/ibcs2 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/09/01 14:41:24 PDT Modified files: sys/alpha/alpha elf_machdep.c sys/alpha/linux linux_sysvec.c sys/alpha/osf1 osf1_sysvec.c sys/compat/pecoff imgact_pecoff.c sys/compat/svr4 svr4_sysvec.c sys/i386/i386 elf_machdep.c sys/i386/ibcs2 ibcs2_sysvec.c sys/i386/linux linux_sysvec.c sys/ia64/ia32 ia32_sysvec.c sys/ia64/ia64 elf_machdep.c sys/kern imgact_aout.c init_main.c kern_exec.c sys/powerpc/powerpc elf_machdep.c sys/sparc64/sparc64 elf_machdep.c sys/sys imgact.h sysent.h Log: Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to sysentvec. Initialized all fields of all sysentvecs, which will allow them to be used instead of constants in more places. Provided stack fixup routines for emulations that previously used the default. Revision Changes Path 1.11 +19 -5 src/sys/alpha/alpha/elf_machdep.c 1.84 +13 -5 src/sys/alpha/linux/linux_sysvec.c 1.8 +13 -5 src/sys/alpha/osf1/osf1_sysvec.c 1.21 +12 -4 src/sys/compat/pecoff/imgact_pecoff.c 1.27 +10 -2 src/sys/compat/svr4/svr4_sysvec.c 1.11 +21 -6 src/sys/i386/i386/elf_machdep.c 1.25 +27 -4 src/sys/i386/ibcs2/ibcs2_sysvec.c 1.102 +18 -2 src/sys/i386/linux/linux_sysvec.c 1.2 +7 -4 src/sys/ia64/ia32/ia32_sysvec.c 1.6 +20 -6 src/sys/ia64/ia64/elf_machdep.c 1.83 +24 -6 src/sys/kern/imgact_aout.c 1.204 +28 -2 src/sys/kern/init_main.c 1.188 +0 -2 src/sys/kern/kern_exec.c 1.12 +20 -6 src/sys/powerpc/powerpc/elf_machdep.c 1.9 +20 -7 src/sys/sparc64/sparc64/elf_machdep.c 1.30 +1 -0 src/sys/sys/imgact.h 1.39 +7 -3 src/sys/sys/sysent.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14:44:44 2002 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 776F437B400; Sun, 1 Sep 2002 14:44:41 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B80443E42; Sun, 1 Sep 2002 14:44:41 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id F233CAE211; Sun, 1 Sep 2002 14:44:40 -0700 (PDT) Date: Sun, 1 Sep 2002 14:44:40 -0700 From: Alfred Perlstein To: Ian Dowse Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys syscallsubr.h vnode.h src/sys/kern init_main.c kern_sig.c sys_generic.c vfs_syscalls.c Message-ID: <20020901214440.GB73747@elvis.mu.org> References: <200209012037.g81KbT4U020356@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209012037.g81KbT4U020356@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Ian Dowse [020901 13:37] wrote: > iedowse 2002/09/01 13:37:29 PDT > > Modified files: > sys/sys vnode.h > sys/kern init_main.c kern_sig.c sys_generic.c > vfs_syscalls.c > Added files: > sys/sys syscallsubr.h > Log: > Split out a number of mostly VFS and signal related syscalls into > a kernel-internal kern_*() version and a wrapper that is called via This is really excellent, thanks for taking the time to do this. -- -Alfred Perlstein [alfred@freebsd.org] [#bsdcode/efnet/irc.prison.net] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14:53:56 2002 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 A177637B400; Sun, 1 Sep 2002 14:53:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FB1143E42; Sun, 1 Sep 2002 14:53:47 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from freefall.freebsd.org (robert@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81LrlJU036545; Sun, 1 Sep 2002 14:53:47 -0700 (PDT) (envelope-from robert@freefall.freebsd.org) Received: (from robert@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81LrlvP036542; Sun, 1 Sep 2002 14:53:47 -0700 (PDT) Message-Id: <200209012153.g81LrlvP036542@freefall.freebsd.org> From: Robert Drehmel Date: Sun, 1 Sep 2002 14:53:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string bcopy.3 bcopy.c bzero.3 memset.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2002/09/01 14:53:46 PDT Modified files: lib/libc/string bcopy.3 bcopy.c bzero.3 memset.c Log: - Let their manual pages show the reader that the bzero(3) and bcopy(3) functions are prototyped in and not in anymore. - Add a sentence about that to the respective HISTORY sections. In the C source files: - Include or depending on what function is to be compiled. - Use ANSI-C function definitions. Revision Changes Path 1.8 +9 -2 src/lib/libc/string/bcopy.3 1.5 +11 -12 src/lib/libc/string/bcopy.c 1.8 +9 -2 src/lib/libc/string/bzero.3 1.8 +6 -8 src/lib/libc/string/memset.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 14:58:32 2002 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 E405D37B41D; Sun, 1 Sep 2002 14:58:18 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 919FE43E42; Sun, 1 Sep 2002 14:58:16 -0700 (PDT) (envelope-from iedowse@maths.tcd.ie) Received: from gosset.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 1 Sep 2002 22:58:15 +0100 (BST) To: Peter Wemm Cc: Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys syscallsubr.h vnode.h src/sys/kern init_main.c kern_sig.c sys_generic.c vfs_syscalls.c In-Reply-To: Your message of "Sun, 01 Sep 2002 14:40:33 PDT." <20020901214033.C5A622A893@canning.wemm.org> Date: Sun, 01 Sep 2002 22:58:15 +0100 From: Ian Dowse Message-ID: <200209012258.aa49967@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20020901214033.C5A622A893@canning.wemm.org>, Peter Wemm writes: >Robert Watson wrote: >> Wonderful. This closes some nasty races in the linux emulation code, >> among other things. It also makes the layered picture of the kernel look >> much nicer in my talk illustrations. (either that or it makes the >> illustrations more honest, one or the other) > >Well, it will when he actually connects it up to the linux emulator. :-) >This is just infrastructure so far. Yes, the first batch of linux emulator changes will be coming shortly. Some parts (fcntl, ptrace, getcwd) may need some adjustments so I'm just testing a slightly cut down version of the patch for now. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 15: 6: 2 2002 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 6A92137B401; Sun, 1 Sep 2002 15:05:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05EC143E75; Sun, 1 Sep 2002 15:05:57 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81M5uJU041904; Sun, 1 Sep 2002 15:05:56 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81M5umZ041903; Sun, 1 Sep 2002 15:05:56 -0700 (PDT) Message-Id: <200209012205.g81M5umZ041903@freefall.freebsd.org> From: Martin Blapp Date: Sun, 1 Sep 2002 15:05:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2002/09/01 15:05:56 PDT Modified files: editors/openoffice Makefile Log: Works again with system compiler. Revision Changes Path 1.120 +4 -10 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 15: 7:29 2002 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 B488E37B400; Sun, 1 Sep 2002 15:07:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6740743E6E; Sun, 1 Sep 2002 15:07:24 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81M7OJU042024; Sun, 1 Sep 2002 15:07:24 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81M7O26042023; Sun, 1 Sep 2002 15:07:24 -0700 (PDT) Message-Id: <200209012207.g81M7O26042023@freefall.freebsd.org> From: Scott Long Date: Sun, 1 Sep 2002 15:07:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ahd.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/09/01 15:07:24 PDT Modified files: share/man/man4 ahd.4 Log: Fix a few typos and nits. Submitted by: bmah Revision Changes Path 1.2 +9 -4 src/share/man/man4/ahd.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 15:14:48 2002 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 B350637B400; Sun, 1 Sep 2002 15:14:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6582C43E42; Sun, 1 Sep 2002 15:14:45 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81MEjJU043027; Sun, 1 Sep 2002 15:14:45 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81MEjwI043026; Sun, 1 Sep 2002 15:14:45 -0700 (PDT) Message-Id: <200209012214.g81MEjwI043026@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 1 Sep 2002 15:14:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/01 15:14:45 PDT Modified files: share/sgml man-refs.ent Log: Add entity for ahd(4). Revision Changes Path 1.155 +1 -0 doc/share/sgml/man-refs.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 15:17: 4 2002 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 6805A37B400; Sun, 1 Sep 2002 15:17:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 292FB43E3B; Sun, 1 Sep 2002 15:17:00 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81MH0JU043446; Sun, 1 Sep 2002 15:17:00 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81MH0o6043445; Sun, 1 Sep 2002 15:17:00 -0700 (PDT) Message-Id: <200209012217.g81MH0o6043445@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 15:16:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/aspell-dict Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 15:16:59 PDT Modified files: textproc Makefile Added files: textproc/aspell-dict Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add aspell-dict 0.50, english dictionary for aspell. PR: 42048 Submitted by: Thierry Thomas Revision Changes Path 1.403 +1 -0 ports/textproc/Makefile 1.1 +32 -0 ports/textproc/aspell-dict/Makefile (new) 1.1 +1 -0 ports/textproc/aspell-dict/distinfo (new) 1.1 +1 -0 ports/textproc/aspell-dict/pkg-comment (new) 1.1 +3 -0 ports/textproc/aspell-dict/pkg-descr (new) 1.1 +20 -0 ports/textproc/aspell-dict/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 15:17:20 2002 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 8CE1737B401; Sun, 1 Sep 2002 15:17:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EF0F43E4A; Sun, 1 Sep 2002 15:17:03 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81MH3JU043483; Sun, 1 Sep 2002 15:17:03 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81MH3kq043482; Sun, 1 Sep 2002 15:17:03 -0700 (PDT) Message-Id: <200209012217.g81MH3kq043482@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 15:17:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 15:17:02 PDT Modified files: . modules Log: aspell-dict --> ports/textproc/aspell-dict Revision Changes Path 1.5798 +1 -0 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 Sep 1 15:28: 5 2002 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 2518B37B400; Sun, 1 Sep 2002 15:27:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C93FC43E42; Sun, 1 Sep 2002 15:27:58 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81MRwJU044876; Sun, 1 Sep 2002 15:27:58 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81MRwS1044873; Sun, 1 Sep 2002 15:27:58 -0700 (PDT) Message-Id: <200209012227.g81MRwS1044873@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 1 Sep 2002 15:27:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/01 15:27:58 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: bzip2 packages (+MFC). Modified release notes: ahd(4) (update, add manpage entity, MFC), IPFilter 3.4.29 (+MFC), gcc pre-3.2.1 20020901, Heimdal pre-0.5 20020829 (+MFC). Revision Changes Path 1.418 +19 -12 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 15:29:32 2002 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 7C4A437B411; Sun, 1 Sep 2002 15:29:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AC8E43E72; Sun, 1 Sep 2002 15:29:23 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81MTNJU045006; Sun, 1 Sep 2002 15:29:23 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81MTN3g045005; Sun, 1 Sep 2002 15:29:23 -0700 (PDT) Message-Id: <200209012229.g81MTN3g045005@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 1 Sep 2002 15:29:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/01 15:29:22 PDT Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Update ahd(4)-supported hardware. Revision Changes Path 1.102 +3 -3 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 15:30:33 2002 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 9962137B401; Sun, 1 Sep 2002 15:30:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93B3D43E84; Sun, 1 Sep 2002 15:30:28 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81MUSJU045192; Sun, 1 Sep 2002 15:30:28 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81MUS8k045191; Sun, 1 Sep 2002 15:30:28 -0700 (PDT) Message-Id: <200209012230.g81MUS8k045191@freefall.freebsd.org> From: Ian Dowse Date: Sun, 1 Sep 2002 15:30:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_file.c linux_misc.c linux_signal.c linux_stats.c linux_sysctl.c linux_uid16.c src/sys/i386/linux linux_machdep.c linux_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/09/01 15:30:28 PDT Modified files: sys/compat/linux linux_file.c linux_misc.c linux_signal.c linux_stats.c linux_sysctl.c linux_uid16.c sys/i386/linux linux_machdep.c linux_sysvec.c Log: Use the new kern_* functions to avoid the need to store arguments in the stack gap. This converts most VFS and signal related system calls, as well as select(). Discussed on: -arch Approved by: marcel Revision Changes Path 1.70 +144 -165 src/sys/compat/linux/linux_file.c 1.126 +57 -90 src/sys/compat/linux/linux_misc.c 1.35 +9 -17 src/sys/compat/linux/linux_signal.c 1.45 +27 -28 src/sys/compat/linux/linux_stats.c 1.3 +10 -7 src/sys/compat/linux/linux_sysctl.c 1.8 +18 -22 src/sys/compat/linux/linux_uid16.c 1.28 +22 -44 src/sys/i386/linux/linux_machdep.c 1.103 +7 -11 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 Sun Sep 1 15:35: 5 2002 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 D326C37B400; Sun, 1 Sep 2002 15:34:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 866E143E6A; Sun, 1 Sep 2002 15:34:59 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from freefall.freebsd.org (marcel@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81MYxJU045903; Sun, 1 Sep 2002 15:34:59 -0700 (PDT) (envelope-from marcel@freefall.freebsd.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81MYxlp045902; Sun, 1 Sep 2002 15:34:59 -0700 (PDT) Message-Id: <200209012234.g81MYxlp045902@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 1 Sep 2002 15:34:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/conf SKI X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/09/01 15:34:59 PDT Modified files: sys/ia64/conf SKI Log: Sync up: remove device counts. Revision Changes Path 1.5 +2 -2 src/sys/ia64/conf/SKI To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 15:35:38 2002 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 EB6DF37B400; Sun, 1 Sep 2002 15:35:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BD3043E42; Sun, 1 Sep 2002 15:35:34 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81MZYJU045984; Sun, 1 Sep 2002 15:35:34 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81MZYCT045983; Sun, 1 Sep 2002 15:35:34 -0700 (PDT) Message-Id: <200209012235.g81MZYCT045983@freefall.freebsd.org> From: Scott Long Date: Sun, 1 Sep 2002 15:35:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile ahd.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/09/01 15:35:34 PDT Modified files: (Branch: RELENG_4) share/man/man4 Makefile Added files: (Branch: RELENG_4) share/man/man4 ahd.4 Log: MFC the ahd manual page. Revision Changes Path 1.83.2.47 +1 -0 src/share/man/man4/Makefile 1.2.2.1 +147 -0 src/share/man/man4/ahd.4 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 15:40:51 2002 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 4903E37B401; Sun, 1 Sep 2002 15:40:41 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6563943E4A; Sun, 1 Sep 2002 15:40:40 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 722EB3F28; Sun, 1 Sep 2002 18:40:39 -0400 (EDT) From: "Dan Langille" To: Edwin Groothuis Date: Sun, 01 Sep 2002 18:39:06 -0400 MIME-Version: 1.0 Subject: Re: cvs commit: ports/misc/biblereader Makefile ports/misc/bidwatcher Makefile ports/misc/cheatah Makefile ports/misc/demoniac Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Mario Sergio Fujikawa Ferreira Message-ID: <3D725ECA.17617.9F3C0374@localhost> In-reply-to: <200209011513.g81FDGwG052375@freefall.freebsd.org> X-mailer: Pegasus Mail for Windows (v4.02) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 1 Sep 2002 at 8:13, Mario Sergio Fujikawa Ferreir wrote: > lioux 2002/09/01 08:13:16 PDT > > Modified files: > misc/biblereader Makefile > misc/bidwatcher Makefile > misc/cheatah Makefile > misc/demoniac Makefile > misc/gkrellm-reminder Makefile > misc/gkrellmaflag Makefile > misc/gkrellmbgchg Makefile > misc/gkrellmlaunch Makefile > misc/gkrellscore Makefile > misc/gkrellshoot Makefile > misc/gkrellweather Makefile > misc/gman Makefile > misc/gplbp Makefile > misc/grdb Makefile > misc/gretl Makefile > misc/grun Makefile > misc/gtkfind Makefile > misc/gtktalog Makefile > misc/snowflake Makefile > misc/wmpal Makefile > misc/xosd Makefile > Log: > Deploy USE_GNOMENG infrastructure > > PR: 42286 > Submitted by: Edwin Groothuis There a problem with misc/cheatah when using the -f parameter: [dan@undef:/usr/home/dan/ports/misc/cheatah] $ make -V DESCR -V COMMENT -f /usr/home/dan/ports/misc/cheatah/Makefile PORTSDIR=/usr/ home/dan/ports make: cannot open /usr/home/dan/ports/misc/cheatah/../sword//usr/home/dan/ports/misc/che atah/Makefile. "/usr/home/dan/ports/misc/cheatah/Makefile", line 26: warning: "make - V PORTVERSION -f /usr/home/dan/ports/misc/cheatah/../sword//u sr/home/dan/ports/misc/cheatah/Makefile" returned non-zero status make: cannot open /usr/home/dan/ports/misc/cheatah/../sword//usr/home/dan/ports/misc/che atah/Makefile. "/usr/home/dan/ports/misc/cheatah/Makefile", line 27: warning: "make - V PORTREVISION -f /usr/home/dan/ports/misc/cheatah/../sword// usr/home/dan/ports/misc/cheatah/Makefile" returned non-zero status make: cannot open /usr/home/dan/ports/misc/cheatah/../sword//usr/home/dan/ports/misc/che atah/Makefile. "/usr/home/dan/ports/misc/cheatah/Makefile", line 28: warning: "make - V PORTEPOCH -f /usr/home/dan/ports/misc/cheatah/../sword//usr /home/dan/ports/misc/cheatah/Makefile" returned non-zero status /usr/home/dan/ports/misc/cheatah/pkg-descr /usr/home/dan/ports/misc/cheatah/pkg-comment [dan@undef:/usr/home/dan/ports/misc/cheatah] $ The problem is related to these lines in the Makefile: PORTVERSION= ${MAKE} -V PORTVERSION -f ${MAINDIR}/${MAKEFILE} PORTREVISION= ${MAKE} -V PORTREVISION -f ${MAINDIR}/${MAKEFILE} PORTEPOCH= ${MAKE} -V PORTEPOCH -f ${MAINDIR}/${MAKEFILE} A similar problem arose with www/mozilla-headers and mozilla-embedded back on 29 Aug. The fix for those ports is at: http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/mozilla- embedded/Makefile.diff?r1=1.15&r2=1.16&f=h I did not check any of the other ports in this commit. -- Dan Langille I'm looking for a computer job: http://www.freebsddiary.org/dan_langille.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 15:47:25 2002 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 613CA37B400; Sun, 1 Sep 2002 15:47:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 107E743E4A; Sun, 1 Sep 2002 15:47:23 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81MlMJU047689; Sun, 1 Sep 2002 15:47:22 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81MlM2t047688; Sun, 1 Sep 2002 15:47:22 -0700 (PDT) Message-Id: <200209012247.g81MlM2t047688@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 1 Sep 2002 15:47:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/01 15:47:22 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: ahd(4), IPFilter 3.4.29, Heimdal pre-0.5, bzip2 packages. Revision Changes Path 1.22.2.286 +15 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 15:50:16 2002 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 DC56037B405; Sun, 1 Sep 2002 15:50:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DD2C43E65; Sun, 1 Sep 2002 15:50:09 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81Mo9JU047938; Sun, 1 Sep 2002 15:50:09 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81Mo94c047937; Sun, 1 Sep 2002 15:50:09 -0700 (PDT) Message-Id: <200209012250.g81Mo94c047937@freefall.freebsd.org> From: Scott Long Date: Sun, 1 Sep 2002 15:50:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/09/01 15:50:09 PDT Modified files: sys/conf NOTES Log: Minor fixups Revision Changes Path 1.1069 +4 -1 src/sys/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 15:52: 5 2002 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 9A70037B400; Sun, 1 Sep 2002 15:51:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C3AA43E3B; Sun, 1 Sep 2002 15:51:59 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81MpxJU048313; Sun, 1 Sep 2002 15:51:59 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81MpxV7048309; Sun, 1 Sep 2002 15:51:59 -0700 (PDT) Message-Id: <200209012251.g81MpxV7048309@freefall.freebsd.org> From: Scott Long Date: Sun, 1 Sep 2002 15:51:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/09/01 15:51:59 PDT Modified files: (Branch: RELENG_4) sys/i386/conf LINT Log: Update LINT for the ahd driver Revision Changes Path 1.749.2.122 +8 -0 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 15:53:45 2002 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 75C3537B425; Sun, 1 Sep 2002 15:53:34 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DF7443E3B; Sun, 1 Sep 2002 15:53:15 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 393922B91A; Mon, 2 Sep 2002 00:53:12 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 755AE6A7124; Mon, 2 Sep 2002 08:53:06 +1000 (EST) Date: Mon, 2 Sep 2002 08:53:06 +1000 From: Edwin Groothuis To: Dan Langille Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Mario Sergio Fujikawa Ferreira Subject: Re: cvs commit: ports/misc/biblereader Makefile ports/misc/bidwatcher Makefile ports/misc/cheatah Makefile ports/misc/demoniac Message-ID: <20020901225306.GO42916@k7.mavetju> References: <200209011513.g81FDGwG052375@freefall.freebsd.org> <3D725ECA.17617.9F3C0374@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D725ECA.17617.9F3C0374@localhost> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 01, 2002 at 06:39:06PM -0400, Dan Langille wrote: > On 1 Sep 2002 at 8:13, Mario Sergio Fujikawa Ferreir wrote: > > There a problem with misc/cheatah when using the -f parameter: That problem already existed before this patch was applied (and honestly, therefor SEP): [/usr/ports/misc/cheatah] root@k7>grep FreeBSD Makefile # $FreeBSD: ports/misc/cheatah/Makefile,v 1.3 2002/06/28 03:38:28 pat Exp $ [/usr/ports/misc/cheatah] root@k7>make -V DESCR -V COMMENT -f /usr/ports/misc/cheatah/Makefile PORTSDIR=/usr/ports make: cannot open /usr/ports/misc/cheatah/../sword//usr/ports/misc/cheatah/Makefile. [...] Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 15:59: 9 2002 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 56FAA37B400; Sun, 1 Sep 2002 15:59:02 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6D9043E6A; Sun, 1 Sep 2002 15:59:01 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 847843F28; Sun, 1 Sep 2002 18:58:58 -0400 (EDT) From: "Dan Langille" To: Edwin Groothuis Date: Sun, 01 Sep 2002 18:57:25 -0400 MIME-Version: 1.0 Subject: Re: cvs commit: ports/misc/biblereader Makefile ports/misc/bidwatcher Makefile ports/misc/cheatah Makefile ports/misc/demoniac Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Mario Sergio Fujikawa Ferreira Message-ID: <3D726315.10178.9F4CC754@localhost> In-reply-to: <20020901225306.GO42916@k7.mavetju> References: <3D725ECA.17617.9F3C0374@localhost> X-mailer: Pegasus Mail for Windows (v4.02) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2 Sep 2002 at 8:53, Edwin Groothuis wrote: > On Sun, Sep 01, 2002 at 06:39:06PM -0400, Dan Langille wrote: > > On 1 Sep 2002 at 8:13, Mario Sergio Fujikawa Ferreir wrote: > > > > There a problem with misc/cheatah when using the -f parameter: > > That problem already existed before this patch was applied (and > honestly, therefor SEP): > > [/usr/ports/misc/cheatah] root@k7>grep FreeBSD Makefile > # $FreeBSD: ports/misc/cheatah/Makefile,v 1.3 2002/06/28 03:38:28 pat > # Exp $ > [/usr/ports/misc/cheatah] root@k7>make -V DESCR -V COMMENT -f > /usr/ports/misc/cheatah/Makefile PORTSDIR=/usr/ports make: cannot open > /usr/ports/misc/cheatah/../sword//usr/ports/misc/cheatah/Makefile. > [...] OK, I see the problem existed before the patch. Are you going to fix it? -- Dan Langille I'm looking for a computer job: http://www.freebsddiary.org/dan_langille.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 15:59:25 2002 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 4108F37B400; Sun, 1 Sep 2002 15:59:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E571A43E42; Sun, 1 Sep 2002 15:59:19 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81MxJJU049045; Sun, 1 Sep 2002 15:59:19 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81MxJJW049042; Sun, 1 Sep 2002 15:59:19 -0700 (PDT) Message-Id: <200209012259.g81MxJJW049042@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 1 Sep 2002 15:59:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/01 15:59:19 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: MFC: ahd(4) hardware. Revision Changes Path 1.13.2.67 +12 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 16: 2:14 2002 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 A19DE37B400; Sun, 1 Sep 2002 16:02:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5309343E6A; Sun, 1 Sep 2002 16:02:11 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81N2BJU049409; Sun, 1 Sep 2002 16:02:11 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81N2BLw049408; Sun, 1 Sep 2002 16:02:11 -0700 (PDT) Message-Id: <200209012302.g81N2BLw049408@freefall.freebsd.org> From: Ian Dowse Date: Sun, 1 Sep 2002 16:02:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/nwfs nwfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/09/01 16:02:11 PDT Modified files: sys/fs/nwfs nwfs_subr.c Log: Add a missing #include . Revision Changes Path 1.10 +1 -0 src/sys/fs/nwfs/nwfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 16: 7:17 2002 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 B5A2837B400; Sun, 1 Sep 2002 16:07:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DBDD43E72; Sun, 1 Sep 2002 16:07:10 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81N7AJU054180; Sun, 1 Sep 2002 16:07:10 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81N7A3L054179; Sun, 1 Sep 2002 16:07:10 -0700 (PDT) Message-Id: <200209012307.g81N7A3L054179@freefall.freebsd.org> From: Matt Jacob Date: Sun, 1 Sep 2002 16:07:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_freebsd.c mpt_freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/01 16:07:09 PDT Modified files: sys/dev/mpt mpt.c mpt.h mpt_freebsd.c mpt_freebsd.h Log: Fix things so that: a) we don't believe what the board tells us all the time (if the BIOS hasn't run, port page 2 and port page 0 tend to be garbage) b) add the missing code to set parameters for the SPI cards. MFC after: 0 days Revision Changes Path 1.4 +34 -11 src/sys/dev/mpt/mpt.c 1.3 +3 -1 src/sys/dev/mpt/mpt.h 1.4 +238 -21 src/sys/dev/mpt/mpt_freebsd.c 1.4 +4 -2 src/sys/dev/mpt/mpt_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 16: 8:16 2002 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 9A6DE37B400; Sun, 1 Sep 2002 16:08:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 507CA43E42; Sun, 1 Sep 2002 16:08:07 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81N87JU054395; Sun, 1 Sep 2002 16:08:07 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81N87qT054394; Sun, 1 Sep 2002 16:08:07 -0700 (PDT) Message-Id: <200209012308.g81N87qT054394@freefall.freebsd.org> From: Matt Jacob Date: Sun, 1 Sep 2002 16:08:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_freebsd.c mpt_freebsd.h mpt_pci.c src/sys/dev/mpt/mpilib fc_log.h mpi.h mpi_cnfg.h mpi_fc.h mpi_init.h mpi_ioc.h mpi_lan.h mpi_raid.h mpi_targ.h mpi_type.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/01 16:08:07 PDT Modified files: (Branch: RELENG_4) sys/dev/mpt mpt.c mpt.h mpt_freebsd.c mpt_freebsd.h mpt_pci.c sys/dev/mpt/mpilib fc_log.h mpi.h mpi_cnfg.h mpi_fc.h mpi_init.h mpi_ioc.h mpi_lan.h mpi_raid.h mpi_targ.h mpi_type.h Log: MFC: a) we don't believe what the board tells us all the time (if the BIOS hasn't run, port page 2 and port page 0 tend to be garbage) b) add the missing code to set parameters for the SPI cards. c) Fix copyrights in mpilib in concordance with LSI and other freebsd developers. Revision Changes Path 1.1.2.2 +22 -2 src/sys/dev/mpt/mpilib/fc_log.h 1.1.2.2 +22 -1 src/sys/dev/mpt/mpilib/mpi.h 1.1.2.2 +22 -1 src/sys/dev/mpt/mpilib/mpi_cnfg.h 1.1.2.2 +22 -1 src/sys/dev/mpt/mpilib/mpi_fc.h 1.1.2.2 +22 -1 src/sys/dev/mpt/mpilib/mpi_init.h 1.1.2.2 +22 -1 src/sys/dev/mpt/mpilib/mpi_ioc.h 1.1.2.2 +22 -1 src/sys/dev/mpt/mpilib/mpi_lan.h 1.1.2.2 +22 -1 src/sys/dev/mpt/mpilib/mpi_raid.h 1.1.2.2 +22 -1 src/sys/dev/mpt/mpilib/mpi_targ.h 1.1.2.2 +22 -1 src/sys/dev/mpt/mpilib/mpi_type.h 1.3.2.2 +34 -11 src/sys/dev/mpt/mpt.c 1.2.2.2 +3 -1 src/sys/dev/mpt/mpt.h 1.3.2.2 +238 -21 src/sys/dev/mpt/mpt_freebsd.c 1.3.2.2 +4 -2 src/sys/dev/mpt/mpt_freebsd.h 1.3.2.2 +8 -0 src/sys/dev/mpt/mpt_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 16:30: 8 2002 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 CCBE837B400; Sun, 1 Sep 2002 16:30:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CE9543E6E; Sun, 1 Sep 2002 16:30:01 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81NU1JU056527; Sun, 1 Sep 2002 16:30:01 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81NU1vN056526; Sun, 1 Sep 2002 16:30:01 -0700 (PDT) Message-Id: <200209012330.g81NU1vN056526@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 1 Sep 2002 16:30:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb/gdb utils.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/01 16:30:01 PDT Modified files: (Branch: RELENG_4) contrib/gdb/gdb utils.c Log: MFC: rev 1.2: use xmalloc and friends from libiberty Revision Changes Path 1.1.1.2.2.1 +4 -2 src/contrib/gdb/gdb/utils.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 16:30:29 2002 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 7C37F37B400; Sun, 1 Sep 2002 16:30:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E4A443E42; Sun, 1 Sep 2002 16:30:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81NUMJU056695; Sun, 1 Sep 2002 16:30:22 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81NUMir056694; Sun, 1 Sep 2002 16:30:22 -0700 (PDT) Message-Id: <200209012330.g81NUMir056694@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 1 Sep 2002 16:30:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/dungeon/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/01 16:30:22 PDT Modified files: games/dungeon/files patch-aa Log: Respect CFLAGS Revision Changes Path 1.2 +93 -101 ports/games/dungeon/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 Sun Sep 1 16:32:14 2002 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 A5FE937B401; Sun, 1 Sep 2002 16:32:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0B3F43E6E; Sun, 1 Sep 2002 16:32:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81NW9JU057263; Sun, 1 Sep 2002 16:32:09 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81NW92G057262; Sun, 1 Sep 2002 16:32:09 -0700 (PDT) Message-Id: <200209012332.g81NW92G057262@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 1 Sep 2002 16:32:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/libbfd Makefile.m68k Makefile.mips Makefile.powerpc Makefile.rs6000 Makefile.sparc src/gnu/usr.bin/binutils/libbfd/m68k bfd.h config.h src/gnu/usr.bin/binutils/libbfd/mips bfd.h config.h ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/01 16:32:09 PDT Removed files: (Branch: RELENG_4) gnu/usr.bin/binutils/libbfd Makefile.m68k Makefile.mips Makefile.powerpc Makefile.rs6000 Makefile.sparc gnu/usr.bin/binutils/libbfd/m68k bfd.h config.h gnu/usr.bin/binutils/libbfd/mips bfd.h config.h gnu/usr.bin/binutils/libbfd/powerpc bfd.h config.h gnu/usr.bin/binutils/libbfd/rs6000 bfd.h config.h gnu/usr.bin/binutils/libbfd/sparc bfd.h config.h Log: MFC: remove these ancient 2.9.1 bits for platforms FreeBSD does not run on Revision Changes Path 1.2.2.2 +0 -50 src/gnu/usr.bin/binutils/libbfd/Makefile.m68k (dead) 1.2.2.2 +0 -20 src/gnu/usr.bin/binutils/libbfd/Makefile.mips (dead) 1.2.2.2 +0 -35 src/gnu/usr.bin/binutils/libbfd/Makefile.powerpc (dead) 1.2.2.2 +0 -13 src/gnu/usr.bin/binutils/libbfd/Makefile.rs6000 (dead) 1.2.2.2 +0 -28 src/gnu/usr.bin/binutils/libbfd/Makefile.sparc (dead) 1.1.2.2 +0 -2797 src/gnu/usr.bin/binutils/libbfd/m68k/bfd.h (dead) 1.1.2.2 +0 -93 src/gnu/usr.bin/binutils/libbfd/m68k/config.h (dead) 1.1.2.1 +0 -2796 src/gnu/usr.bin/binutils/libbfd/mips/bfd.h (dead) 1.1.2.1 +0 -92 src/gnu/usr.bin/binutils/libbfd/mips/config.h (dead) 1.1.2.2 +0 -2797 src/gnu/usr.bin/binutils/libbfd/powerpc/bfd.h (dead) 1.1.2.2 +0 -93 src/gnu/usr.bin/binutils/libbfd/powerpc/config.h (dead) 1.1.2.2 +0 -2797 src/gnu/usr.bin/binutils/libbfd/rs6000/bfd.h (dead) 1.1.2.2 +0 -93 src/gnu/usr.bin/binutils/libbfd/rs6000/config.h (dead) 1.1.2.3 +0 -3358 src/gnu/usr.bin/binutils/libbfd/sparc/bfd.h (dead) 1.1.2.2 +0 -93 src/gnu/usr.bin/binutils/libbfd/sparc/config.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 16:38: 0 2002 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 80EC037B400; Sun, 1 Sep 2002 16:37:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B28443E6E; Sun, 1 Sep 2002 16:37:49 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81NbmJU057818; Sun, 1 Sep 2002 16:37:48 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81Nbm8j057817; Sun, 1 Sep 2002 16:37:48 -0700 (PDT) Message-Id: <200209012337.g81Nbm8j057817@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 1 Sep 2002 16:37:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/as/i386-winnt Makefile config.h obj-format.h targ-cpu.h targ-env.h src/gnu/usr.bin/binutils/as/m68k-freebsd Makefile config.h itbl-cpu.h obj-format.h targ-cpu.h targ-env.h ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/01 16:37:48 PDT Removed files: (Branch: RELENG_4) gnu/usr.bin/binutils/as/i386-winnt Makefile config.h obj-format.h targ-cpu.h targ-env.h gnu/usr.bin/binutils/as/m68k-freebsd Makefile config.h itbl-cpu.h obj-format.h targ-cpu.h targ-env.h gnu/usr.bin/binutils/as/m68k-netbsdaout Makefile config.h itbl-cpu.h obj-format.h targ-cpu.h targ-env.h gnu/usr.bin/binutils/as/mips-freebsd Makefile config.h itbl-cpu.h obj-format.h targ-cpu.h targ-env.h gnu/usr.bin/binutils/as/powerpc-freebsd Makefile config.h itbl-cpu.h obj-format.h targ-cpu.h targ-env.h gnu/usr.bin/binutils/as/sparc-freebsd Makefile config.h obj-format.h targ-cpu.h targ-env.h gnu/usr.bin/binutils/ld Makefile.m68k Makefile.mips Makefile.powerpc Makefile.sparc gnu/usr.bin/binutils/ld/m68k ldemul-list.h gnu/usr.bin/binutils/ld/mips ldemul-list.h gnu/usr.bin/binutils/ld/powerpc ldemul-list.h gnu/usr.bin/binutils/ld/sparc ldemul-list.h gnu/usr.bin/binutils/libopcodes Makefile.m68k Makefile.mips Makefile.powerpc Makefile.sparc Log: MFC: remove these bits for platforms FreeBSD 4.x does not run on (some are ancient, back to the time of 2.9.1) Revision Changes Path 1.1.2.2 +0 -12 src/gnu/usr.bin/binutils/as/i386-winnt/Makefile (dead) 1.1.2.2 +0 -147 src/gnu/usr.bin/binutils/as/i386-winnt/config.h (dead) 1.1.2.2 +0 -2 src/gnu/usr.bin/binutils/as/i386-winnt/obj-format.h (dead) 1.1.2.2 +0 -2 src/gnu/usr.bin/binutils/as/i386-winnt/targ-cpu.h (dead) 1.1.2.2 +0 -2 src/gnu/usr.bin/binutils/as/i386-winnt/targ-env.h (dead) 1.2.2.2 +0 -12 src/gnu/usr.bin/binutils/as/m68k-freebsd/Makefile (dead) 1.1.2.3 +0 -147 src/gnu/usr.bin/binutils/as/m68k-freebsd/config.h (dead) 1.1.2.2 +0 -5 src/gnu/usr.bin/binutils/as/m68k-freebsd/itbl-cpu.h (dead) 1.1.2.2 +0 -2 src/gnu/usr.bin/binutils/as/m68k-freebsd/obj-format.h (dead) 1.1.2.2 +0 -2 src/gnu/usr.bin/binutils/as/m68k-freebsd/targ-cpu.h (dead) 1.1.2.2 +0 -2 src/gnu/usr.bin/binutils/as/m68k-freebsd/targ-env.h (dead) 1.1.2.2 +0 -12 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/Makefile (dead) 1.1.2.2 +0 -147 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/config.h (dead) 1.1.2.2 +0 -2 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/itbl-cpu.h (dead) 1.1.2.2 +0 -2 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/obj-format.h (dead) 1.1.2.2 +0 -2 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/targ-cpu.h (dead) 1.1.2.2 +0 -2 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/targ-env.h (dead) 1.5.2.2 +0 -21 src/gnu/usr.bin/binutils/as/mips-freebsd/Makefile (dead) 1.1.2.1 +0 -133 src/gnu/usr.bin/binutils/as/mips-freebsd/config.h (dead) 1.1.2.1 +0 -47 src/gnu/usr.bin/binutils/as/mips-freebsd/itbl-cpu.h (dead) 1.1.2.1 +0 -1 src/gnu/usr.bin/binutils/as/mips-freebsd/obj-format.h (dead) 1.1.2.1 +0 -1 src/gnu/usr.bin/binutils/as/mips-freebsd/targ-cpu.h (dead) 1.1.2.1 +0 -1 src/gnu/usr.bin/binutils/as/mips-freebsd/targ-env.h (dead) 1.2.2.2 +0 -16 src/gnu/usr.bin/binutils/as/powerpc-freebsd/Makefile (dead) 1.1.2.3 +0 -276 src/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h (dead) 1.1.2.2 +0 -5 src/gnu/usr.bin/binutils/as/powerpc-freebsd/itbl-cpu.h (dead) 1.1.2.2 +0 -2 src/gnu/usr.bin/binutils/as/powerpc-freebsd/obj-format.h (dead) 1.1.2.2 +0 -2 src/gnu/usr.bin/binutils/as/powerpc-freebsd/targ-cpu.h (dead) 1.1.2.2 +0 -2 src/gnu/usr.bin/binutils/as/powerpc-freebsd/targ-env.h (dead) 1.3.2.2 +0 -17 src/gnu/usr.bin/binutils/as/sparc-freebsd/Makefile (dead) 1.1.2.3 +0 -134 src/gnu/usr.bin/binutils/as/sparc-freebsd/config.h (dead) 1.1.2.2 +0 -2 src/gnu/usr.bin/binutils/as/sparc-freebsd/obj-format.h (dead) 1.1.2.2 +0 -2 src/gnu/usr.bin/binutils/as/sparc-freebsd/targ-cpu.h (dead) 1.1.2.2 +0 -2 src/gnu/usr.bin/binutils/as/sparc-freebsd/targ-env.h (dead) 1.3.2.4 +0 -54 src/gnu/usr.bin/binutils/ld/Makefile.m68k (dead) 1.5.2.4 +0 -38 src/gnu/usr.bin/binutils/ld/Makefile.mips (dead) 1.3.2.4 +0 -98 src/gnu/usr.bin/binutils/ld/Makefile.powerpc (dead) 1.3.2.4 +0 -24 src/gnu/usr.bin/binutils/ld/Makefile.sparc (dead) 1.1.2.2 +0 -7 src/gnu/usr.bin/binutils/ld/m68k/ldemul-list.h (dead) 1.1.2.1 +0 -7 src/gnu/usr.bin/binutils/ld/mips/ldemul-list.h (dead) 1.1.2.2 +0 -7 src/gnu/usr.bin/binutils/ld/powerpc/ldemul-list.h (dead) 1.1.2.2 +0 -7 src/gnu/usr.bin/binutils/ld/sparc/ldemul-list.h (dead) 1.1.2.2 +0 -6 src/gnu/usr.bin/binutils/libopcodes/Makefile.m68k (dead) 1.2.2.2 +0 -6 src/gnu/usr.bin/binutils/libopcodes/Makefile.mips (dead) 1.1.2.2 +0 -6 src/gnu/usr.bin/binutils/libopcodes/Makefile.powerpc (dead) 1.1.2.2 +0 -6 src/gnu/usr.bin/binutils/libopcodes/Makefile.sparc (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 16:39:30 2002 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 E501C37B400; Sun, 1 Sep 2002 16:39:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4726143E6A; Sun, 1 Sep 2002 16:39:19 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81NdJJU058392; Sun, 1 Sep 2002 16:39:19 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81NdJvx058391; Sun, 1 Sep 2002 16:39:19 -0700 (PDT) Message-Id: <200209012339.g81NdJvx058391@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 1 Sep 2002 16:39:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils Makefile Makefile.inc Makefile.inc0 update.sh src/gnu/usr.bin/binutils/addr2line Makefile src/gnu/usr.bin/binutils/ar Makefile src/gnu/usr.bin/binutils/as Makefile Makefile.inc Makefile.inc0 ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/01 16:39:18 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils Makefile Makefile.inc Makefile.inc0 update.sh gnu/usr.bin/binutils/addr2line Makefile gnu/usr.bin/binutils/ar Makefile gnu/usr.bin/binutils/as Makefile Makefile.inc Makefile.inc0 gnu/usr.bin/binutils/as/alpha-freebsd Makefile config.h gnu/usr.bin/binutils/as/i386-freebsd Makefile config.h gnu/usr.bin/binutils/doc Makefile gnu/usr.bin/binutils/gasp Makefile gasp.1 gnu/usr.bin/binutils/ld Makefile Makefile.alpha Makefile.i386 config.h genscripts.sh gnu/usr.bin/binutils/libbfd Makefile Makefile.alpha Makefile.i386 gnu/usr.bin/binutils/libbfd/alpha bfd.h gnu/usr.bin/binutils/libbfd/i386 bfd.h gnu/usr.bin/binutils/libbinutils Makefile config.h gnu/usr.bin/binutils/libiberty Makefile config.h gnu/usr.bin/binutils/libopcodes Makefile Makefile.alpha Makefile.i386 config.h gnu/usr.bin/binutils/nm Makefile gnu/usr.bin/binutils/objcopy Makefile gnu/usr.bin/binutils/objdump Makefile gnu/usr.bin/binutils/ranlib Makefile gnu/usr.bin/binutils/readelf Makefile gnu/usr.bin/binutils/size Makefile gnu/usr.bin/binutils/strings Makefile gnu/usr.bin/binutils/strip Makefile Added files: (Branch: RELENG_4) gnu/usr.bin/binutils/libbfd config.h.fbsd Log: Upgrade to binutils 2.12.1. Revision Changes Path 1.11.2.5 +3 -2 src/gnu/usr.bin/binutils/Makefile 1.4.2.2 +0 -0 src/gnu/usr.bin/binutils/Makefile.inc 1.9.2.4 +18 -21 src/gnu/usr.bin/binutils/Makefile.inc0 1.3.2.2 +10 -9 src/gnu/usr.bin/binutils/addr2line/Makefile 1.4.2.3 +11 -11 src/gnu/usr.bin/binutils/ar/Makefile 1.10.2.2 +4 -6 src/gnu/usr.bin/binutils/as/Makefile 1.3.2.2 +0 -0 src/gnu/usr.bin/binutils/as/Makefile.inc 1.6.2.4 +30 -24 src/gnu/usr.bin/binutils/as/Makefile.inc0 1.7.2.2 +4 -7 src/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile 1.1.6.4 +12 -9 src/gnu/usr.bin/binutils/as/alpha-freebsd/config.h 1.7.2.3 +4 -7 src/gnu/usr.bin/binutils/as/i386-freebsd/Makefile 1.1.6.4 +11 -8 src/gnu/usr.bin/binutils/as/i386-freebsd/config.h 1.4.2.5 +8 -5 src/gnu/usr.bin/binutils/doc/Makefile 1.6.2.2 +8 -9 src/gnu/usr.bin/binutils/gasp/Makefile 1.1.2.4 +0 -0 src/gnu/usr.bin/binutils/gasp/gasp.1 1.8.2.8 +23 -21 src/gnu/usr.bin/binutils/ld/Makefile 1.7.2.5 +20 -19 src/gnu/usr.bin/binutils/ld/Makefile.alpha 1.8.2.5 +24 -23 src/gnu/usr.bin/binutils/ld/Makefile.i386 1.2.6.2 +1 -4 src/gnu/usr.bin/binutils/ld/config.h 1.1.2.3 +59 -12 src/gnu/usr.bin/binutils/ld/genscripts.sh 1.9.2.3 +30 -22 src/gnu/usr.bin/binutils/libbfd/Makefile 1.5.2.2 +6 -8 src/gnu/usr.bin/binutils/libbfd/Makefile.alpha 1.8.2.2 +8 -9 src/gnu/usr.bin/binutils/libbfd/Makefile.i386 1.3.2.4 +1186 -790 src/gnu/usr.bin/binutils/libbfd/alpha/bfd.h 1.2.2.1 +267 -0 src/gnu/usr.bin/binutils/libbfd/config.h.fbsd (new) 1.2.6.4 +1186 -786 src/gnu/usr.bin/binutils/libbfd/i386/bfd.h 1.8.2.5 +9 -10 src/gnu/usr.bin/binutils/libbinutils/Makefile 1.3.6.4 +17 -2 src/gnu/usr.bin/binutils/libbinutils/config.h 1.3.2.6 +3 -2 src/gnu/usr.bin/binutils/libiberty/Makefile 1.1.1.1.6.3 +25 -23 src/gnu/usr.bin/binutils/libiberty/config.h 1.6.2.3 +6 -8 src/gnu/usr.bin/binutils/libopcodes/Makefile 1.3.2.2 +2 -4 src/gnu/usr.bin/binutils/libopcodes/Makefile.alpha 1.2.2.2 +2 -4 src/gnu/usr.bin/binutils/libopcodes/Makefile.i386 1.1.1.1.6.3 +1 -1 src/gnu/usr.bin/binutils/libopcodes/config.h 1.4.2.2 +10 -9 src/gnu/usr.bin/binutils/nm/Makefile 1.4.2.2 +10 -9 src/gnu/usr.bin/binutils/objcopy/Makefile 1.4.2.2 +12 -11 src/gnu/usr.bin/binutils/objdump/Makefile 1.4.2.3 +11 -11 src/gnu/usr.bin/binutils/ranlib/Makefile 1.1.2.3 +9 -8 src/gnu/usr.bin/binutils/readelf/Makefile 1.4.2.2 +10 -9 src/gnu/usr.bin/binutils/size/Makefile 1.4.2.2 +10 -9 src/gnu/usr.bin/binutils/strings/Makefile 1.6.2.3 +10 -9 src/gnu/usr.bin/binutils/strip/Makefile 1.3.6.2 +0 -0 src/gnu/usr.bin/binutils/update.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 16:45:43 2002 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 9F9A437B400; Sun, 1 Sep 2002 16:44:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0F4D43E6A; Sun, 1 Sep 2002 16:44:26 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81NiQJU060604; Sun, 1 Sep 2002 16:44:26 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81NiQG8060603; Sun, 1 Sep 2002 16:44:26 -0700 (PDT) Message-Id: <200209012344.g81NiQG8060603@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 1 Sep 2002 16:44:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils ChangeLog FREEBSD-Xlist FREEBSD-deletelist FREEBSD-upgrade MAINTAINERS Makefile.in config.guess config.if config.sub configure configure.in libtool.m4 ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh ltconfig ltmain.sh ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/01 16:44:26 PDT Modified files: (Branch: RELENG_4) contrib/binutils ChangeLog FREEBSD-Xlist FREEBSD-deletelist FREEBSD-upgrade MAINTAINERS Makefile.in config.guess config.if config.sub configure configure.in ltconfig ltmain.sh symlink-tree contrib/binutils/bfd ChangeLog ChangeLog-9193 ChangeLog-9495 ChangeLog-9697 ChangeLog-9899 Makefile.am Makefile.in README aclocal.m4 aout-arm.c aout-encap.c aout-sparcle.c aout-target.h aout-tic30.c aout0.c aoutf1.h aoutx.h archive.c archures.c armnetbsd.c bfd-in.h bfd-in2.h bfd.c binary.c cache.c coff-alpha.c coff-arm.c coff-i386.c coff-mips.c coff-ppc.c coff-sparc.c coff-tic30.c coff-z8k.c coffcode.h coffgen.c cofflink.c coffswap.h config.bfd config.in configure configure.host configure.in corefile.c cpu-arc.c cpu-i386.c cpu-mips.c cpu-powerpc.c cpu-sparc.c cpu-v850.c cpu-z8k.c demo64.c dep-in.sed dwarf1.c dwarf2.c ecoff.c ecofflink.c ecoffswap.h elf-bfd.h elf.c elf32-arc.c elf32-arm.h elf32-gen.c elf32-i386.c elf32-mips.c elf32-ppc.c elf32-sparc.c elf32-v850.c elf64-alpha.c elf64-gen.c elf64-mips.c elf64-sparc.c elfarm-nabi.c elfarm-oabi.c elfcode.h elfcore.h elflink.c elflink.h elfxx-target.h format.c freebsd.h gen-aout.c hash.c host-aout.c i386aout.c i386bsd.c i386freebsd.c i386linux.c i386netbsd.c ieee.c ihex.c libaout.h libbfd-in.h libbfd.c libbfd.h libcoff-in.h libcoff.h libecoff.h libieee.h linker.c mipsbsd.c netbsd-core.c opncls.c osf-core.c pe-mips.c peXXigen.c ppcboot.c ptrace-core.c reloc.c reloc16.c sco5-core.c section.c sparclinux.c sparcnetbsd.c srec.c stabs.c syms.c sysdep.h targets.c targmatch.sed tekhex.c trad-core.c contrib/binutils/bfd/doc ChangeLog Makefile.am Makefile.in archures.texi bfd.texinfo bfdint.texi bfdsumm.texi bfdt.texi chew.c coffcode.texi core.texi format.texi libbfd.texi opncls.texi proto.str reloc.texi section.texi syms.texi targets.texi contrib/binutils/bfd/po Make-in SRC-POTFILES.in bfd.pot contrib/binutils/binutils ChangeLog ChangeLog-9197 MAINTAINERS Makefile.am Makefile.in NEWS README aclocal.m4 addr2line.c ar.c arlex.l arparse.y arsup.c arsup.h bucomm.c bucomm.h coffdump.c coffgrok.c coffgrok.h config.in configure configure.in defparse.c defparse.h defparse.y dep-in.sed dlltool.c dllwrap.c nm.c objcopy.c objdump.c rclex.c rclex.l rcparse.c rcparse.h rcparse.y readelf.c resbin.c resrc.c resres.c size.c srconv.c stabs.c strings.c sysdump.c sysinfo.y unwind-ia64.c version.c wrstabs.c contrib/binutils/binutils/po binutils.pot contrib/binutils/config ChangeLog contrib/binutils/gas CONTRIBUTORS ChangeLog ChangeLog-9295 ChangeLog-9697 ChangeLog-9899 Makefile.am Makefile.in NEWS README aclocal.m4 app.c as.c as.h atof-generic.c bit_fix.h cgen.c cgen.h cond.c config.in configure configure.in dep-in.sed depend.c dwarf2dbg.c ecoff.c ehopt.c emul-target.h emul.h expr.c frags.c frags.h gasp.c hash.c input-file.c input-scrub.c itbl-lex.l itbl-ops.c listing.c macro.c output-file.c read.c read.h stabs.c struc-symbol.h subsegs.c symbols.c symbols.h tc.h write.c write.h contrib/binutils/gas/config atof-vax.c e-i386aout.c e-i386coff.c e-i386elf.c obj-aout.c obj-coff.c obj-coff.h obj-ecoff.c obj-elf.c obj-elf.h obj-ieee.c tc-alpha.c tc-alpha.h tc-arc.c tc-arc.h tc-arm.c tc-arm.h tc-i386.c tc-i386.h tc-ppc.c tc-ppc.h tc-sparc.c tc-sparc.h tc-tic30.c tc-v850.c tc-v850.h tc-z8k.c te-freebsd.h contrib/binutils/gas/doc Makefile.am Makefile.in all.texi as.1 as.texinfo c-arm.texi c-sh.texi internals.texi contrib/binutils/gas/po POTFILES.in gas.pot contrib/binutils/include ChangeLog ansidecl.h bfdlink.h demangle.h dis-asm.h dyn-string.h filenames.h floatformat.h hashtab.h libiberty.h objalloc.h partition.h safe-ctype.h sort.h splay-tree.h contrib/binutils/include/aout ChangeLog aout64.h sun4.h contrib/binutils/include/coff ChangeLog alpha.h arm.h i386.h internal.h powerpc.h sh.h sparc.h ti.h contrib/binutils/include/elf ChangeLog alpha.h arm.h common.h cris.h dwarf2.h external.h ia64.h internal.h m68k.h mips.h ppc.h sh.h x86-64.h contrib/binutils/include/opcode ChangeLog alpha.h arc.h cgen.h i386.h mips.h ppc.h v850.h contrib/binutils/ld ChangeLog ChangeLog-9197 ChangeLog-9899 Makefile.am Makefile.in NEWS README aclocal.m4 config.in configure configure.host configure.in configure.tgt deffilep.y dep-in.sed gen-doc.texi genscripts.sh ld.1 ld.h ld.texinfo ldcref.c ldctor.c ldemul.c ldemul.h ldexp.c ldfile.c ldgram.y ldint.texinfo ldlang.c ldlang.h ldlex.l ldmain.c ldmisc.c ldmisc.h ldver.c ldver.h lexsup.c mri.c pe-dll.c pe-dll.h contrib/binutils/ld/emulparams armelf.sh armelf_oabi.sh elf32_sparc.sh elf32b4300.sh elf32bmip.sh elf32bmipn32.sh elf32bsmip.sh elf32ebmip.sh elf32elmip.sh elf32l4300.sh elf32lmip.sh elf32lppc.sh elf32lppcsim.sh elf32lsmip.sh elf32ppc.sh elf32ppclinux.sh elf32ppcsim.sh elf64_sparc.sh elf64alpha.sh elf64bmip.sh elf_i386.sh elf_i386_chaos.sh i386moss.sh i386nw.sh sh.sh shelf.sh shelf_linux.sh shl.sh shlelf.sh contrib/binutils/ld/emultempl armcoff.em armelf.em armelf_oabi.em elf32.em generic.em linux.em pe.em vanilla.em contrib/binutils/ld/po ld.pot contrib/binutils/ld/scripttempl armaout.sc armcoff.sc elf.sc nw.sc pe.sc v850.sc contrib/binutils/libiberty ChangeLog Makefile.in aclocal.m4 alloca.c argv.c asprintf.c atexit.c basename.c bcmp.c bcopy.c bsearch.c bzero.c calloc.c choose-temp.c clock.c concat.c config.in config.table configure configure.in copysign.c cp-demangle.c cplus-dem.c fdmatch.c floatformat.c getcwd.c getopt.c getpagesize.c getpwd.c getruntime.c hashtab.c hex.c index.c insque.c lbasename.c md5.c memchr.c memcmp.c memcpy.c memmove.c memset.c mkstemps.c obstack.c partition.c pexecute.c putenv.c random.c rename.c rindex.c setenv.c sigsetmask.c spaces.c splay-tree.c strcasecmp.c strchr.c strdup.c strerror.c strncasecmp.c strncmp.c strrchr.c strsignal.c strstr.c strtod.c strtol.c tmpnam.c vasprintf.c vfork.c vprintf.c vsprintf.c waitpid.c xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c contrib/binutils/opcodes ChangeLog ChangeLog-9297 ChangeLog-9899 Makefile.am Makefile.in aclocal.m4 alpha-dis.c alpha-opc.c arc-dis.c arc-opc.c arm-dis.c arm-opc.h cgen-asm.c cgen-dis.c cgen-opc.c config.in configure configure.in dep-in.sed dis-buf.c disassemble.c i386-dis.c ppc-dis.c ppc-opc.c sh-dis.c sh-opc.h sparc-dis.c v850-dis.c v850-opc.c z8k-dis.c z8k-opc.h z8kgen.c contrib/binutils/opcodes/po POTFILES.in opcodes.pot Added files: (Branch: RELENG_4) contrib/binutils libtool.m4 ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh contrib/binutils/bfd .#elf32-i386.c.1.12 .#elf64-sparc.c.1.1.1.7 .#elf64-sparc.c.1.1.1.8 ChangeLog-0001 archive64.c elf-eh-frame.c elf-strtab.c libpei.h merge.c peicode.h version.h xcoff-target.h xcofflink.c contrib/binutils/bfd/doc header.sed contrib/binutils/binutils/doc Makefile.am Makefile.in addr2line.1 ar.1 binutils.texi cxxfilt.man dlltool.1 nm.1 objcopy.1 objdump.1 ranlib.1 readelf.1 size.1 strings.1 strip.1 contrib/binutils/gas ChangeLog-0001 contrib/binutils/gas/doc c-alpha.texi c-arc.texi c-ppc.texi contrib/binutils/include fibheap.h ternary.h xregex.h xregex2.h contrib/binutils/include/coff external.h contrib/binutils/include/elf h8.h mmix.h openrisc.h or32.h s390.h xstormy16.h contrib/binutils/ld/emulparams elf64alpha_fbsd.sh elf64alpha_nbsd.sh elf_fbsd.sh elf_i386_fbsd.sh elf_i386_ldso.sh contrib/binutils/ld/emultempl needrelax.em contrib/binutils/libiberty _doprnt.c copying-lib.texi ffs.c fibheap.c fnmatch.txh functions.texi gather-docs libiberty.texi maint-tool make-temp-file.c obstacks.texi regex.c ternary.c Log: Upgrade to binutils 2.12.1. Revision Changes Path 1.1.1.1.2.4 +443 -58 src/contrib/binutils/ChangeLog 1.2.2.3 +0 -0 src/contrib/binutils/FREEBSD-Xlist 1.3.2.3 +20 -5 src/contrib/binutils/FREEBSD-deletelist 1.2.2.5 +41 -11 src/contrib/binutils/FREEBSD-upgrade 1.1.1.1.2.2 +19 -8 src/contrib/binutils/MAINTAINERS 1.1.1.2.6.4 +188 -31 src/contrib/binutils/Makefile.in 1.1.2.1 +2473 -0 src/contrib/binutils/bfd/.#elf32-i386.c.1.12 (new) 1.1.2.1 +3199 -0 src/contrib/binutils/bfd/.#elf64-sparc.c.1.1.1.7 (new) 1.1.2.1 +3153 -0 src/contrib/binutils/bfd/.#elf64-sparc.c.1.1.1.8 (new) 1.1.1.2.6.4 +1683 -4776 src/contrib/binutils/bfd/ChangeLog 1.1.1.1.2.1 +9592 -0 src/contrib/binutils/bfd/ChangeLog-0001 (new) 1.1.1.1.2.2 +53 -56 src/contrib/binutils/bfd/ChangeLog-9193 1.1.1.1.2.2 +9 -9 src/contrib/binutils/bfd/ChangeLog-9495 1.1.1.1.2.2 +40 -22 src/contrib/binutils/bfd/ChangeLog-9697 1.1.1.1.2.2 +14 -10 src/contrib/binutils/bfd/ChangeLog-9899 1.1.1.1.6.3 +315 -178 src/contrib/binutils/bfd/Makefile.am 1.1.1.2.6.3 +325 -182 src/contrib/binutils/bfd/Makefile.in 1.1.1.2.6.3 +1 -1 src/contrib/binutils/bfd/README 1.1.1.2.6.3 +8 -8 src/contrib/binutils/bfd/aclocal.m4 1.1.1.1.2.3 +163 -149 src/contrib/binutils/bfd/aout-arm.c 1.1.1.1.6.2 +44 -40 src/contrib/binutils/bfd/aout-encap.c 1.1.1.1.2.3 +6 -2 src/contrib/binutils/bfd/aout-sparcle.c 1.1.1.2.6.3 +16 -10 src/contrib/binutils/bfd/aout-target.h 1.1.1.1.6.3 +71 -46 src/contrib/binutils/bfd/aout-tic30.c 1.1.1.1.6.2 +6 -2 src/contrib/binutils/bfd/aout0.c 1.1.1.2.6.3 +69 -90 src/contrib/binutils/bfd/aoutf1.h 1.1.1.2.6.3 +697 -646 src/contrib/binutils/bfd/aoutx.h 1.1.1.2.6.3 +134 -126 src/contrib/binutils/bfd/archive.c 1.1.1.1.2.1 +245 -0 src/contrib/binutils/bfd/archive64.c (new) 1.1.1.2.6.3 +109 -88 src/contrib/binutils/bfd/archures.c 1.1.1.1.2.3 +7 -3 src/contrib/binutils/bfd/armnetbsd.c 1.1.1.2.6.3 +135 -107 src/contrib/binutils/bfd/bfd-in.h 1.1.1.2.6.3 +1185 -787 src/contrib/binutils/bfd/bfd-in2.h 1.1.1.2.6.3 +376 -253 src/contrib/binutils/bfd/bfd.c 1.1.1.2.6.3 +20 -17 src/contrib/binutils/bfd/binary.c 1.1.1.1.6.3 +3 -1 src/contrib/binutils/bfd/cache.c 1.1.1.1.6.3 +65 -68 src/contrib/binutils/bfd/coff-alpha.c 1.1.1.1.2.3 +498 -441 src/contrib/binutils/bfd/coff-arm.c 1.1.1.2.6.3 +2 -2 src/contrib/binutils/bfd/coff-i386.c 1.1.1.1.2.2 +57 -56 src/contrib/binutils/bfd/coff-mips.c 1.1.1.1.2.3 +105 -102 src/contrib/binutils/bfd/coff-ppc.c 1.1.1.1.2.3 +10 -5 src/contrib/binutils/bfd/coff-sparc.c 1.1.1.1.6.3 +28 -24 src/contrib/binutils/bfd/coff-tic30.c 1.1.1.1.6.3 +134 -29 src/contrib/binutils/bfd/coff-z8k.c 1.1.1.2.6.4 +474 -464 src/contrib/binutils/bfd/coffcode.h 1.1.1.2.6.3 +173 -134 src/contrib/binutils/bfd/coffgen.c 1.1.1.2.6.3 +164 -127 src/contrib/binutils/bfd/cofflink.c 1.1.1.2.6.3 +399 -405 src/contrib/binutils/bfd/coffswap.h 1.1.1.2.6.4 +202 -50 src/contrib/binutils/bfd/config.bfd 1.1.1.2.6.3 +9 -0 src/contrib/binutils/bfd/config.in 1.1.1.2.6.4 +611 -451 src/contrib/binutils/bfd/configure 1.1.1.2.6.3 +9 -1 src/contrib/binutils/bfd/configure.host 1.1.1.2.6.4 +183 -90 src/contrib/binutils/bfd/configure.in 1.1.1.1.6.2 +2 -2 src/contrib/binutils/bfd/corefile.c 1.1.1.1.6.1 +17 -17 src/contrib/binutils/bfd/cpu-arc.c 1.1.1.1.6.3 +5 -5 src/contrib/binutils/bfd/cpu-i386.c 1.1.1.1.2.2 +70 -38 src/contrib/binutils/bfd/cpu-mips.c 1.1.1.1.2.3 +73 -29 src/contrib/binutils/bfd/cpu-powerpc.c 1.1.1.2.2.3 +12 -27 src/contrib/binutils/bfd/cpu-sparc.c 1.1.1.1.6.3 +18 -21 src/contrib/binutils/bfd/cpu-v850.c 1.1.1.1.6.2 +6 -3 src/contrib/binutils/bfd/cpu-z8k.c 1.1.1.1.6.2 +8 -2 src/contrib/binutils/bfd/demo64.c 1.1.1.2.6.3 +7 -4 src/contrib/binutils/bfd/dep-in.sed 1.1.1.2.6.3 +86 -10 src/contrib/binutils/bfd/doc/ChangeLog 1.1.1.1.6.2 +59 -31 src/contrib/binutils/bfd/doc/Makefile.am 1.1.1.2.6.3 +94 -58 src/contrib/binutils/bfd/doc/Makefile.in 1.1.1.2.6.3 +30 -15 src/contrib/binutils/bfd/doc/archures.texi 1.1.1.2.6.3 +12 -8 src/contrib/binutils/bfd/doc/bfd.texinfo 1.1.1.1.2.3 +13 -8 src/contrib/binutils/bfd/doc/bfdint.texi 1.1.1.1.6.1 +1 -1 src/contrib/binutils/bfd/doc/bfdsumm.texi 1.1.1.1.6.3 +152 -124 src/contrib/binutils/bfd/doc/bfdt.texi 1.1.1.2.6.2 +83 -48 src/contrib/binutils/bfd/doc/chew.c 1.1.1.2.6.3 +215 -284 src/contrib/binutils/bfd/doc/coffcode.texi 1.1.1.2.6.1 +1 -1 src/contrib/binutils/bfd/doc/core.texi 1.1.1.2.6.2 +1 -1 src/contrib/binutils/bfd/doc/format.texi 1.1.1.1.2.1 +12 -0 src/contrib/binutils/bfd/doc/header.sed (new) 1.1.1.2.6.3 +72 -24 src/contrib/binutils/bfd/doc/libbfd.texi 1.1.1.2.6.2 +4 -4 src/contrib/binutils/bfd/doc/opncls.texi 1.1.1.1.6.1 +1 -1 src/contrib/binutils/bfd/doc/proto.str 1.1.1.2.6.3 +359 -125 src/contrib/binutils/bfd/doc/reloc.texi 1.1.1.2.6.3 +85 -56 src/contrib/binutils/bfd/doc/section.texi 1.1.1.2.6.3 +89 -72 src/contrib/binutils/bfd/doc/syms.texi 1.1.1.2.6.3 +198 -210 src/contrib/binutils/bfd/doc/targets.texi 1.1.1.1.2.3 +40 -22 src/contrib/binutils/bfd/dwarf1.c 1.1.1.1.6.3 +426 -146 src/contrib/binutils/bfd/dwarf2.c 1.1.1.2.6.3 +183 -176 src/contrib/binutils/bfd/ecoff.c 1.1.1.2.6.3 +65 -57 src/contrib/binutils/bfd/ecofflink.c 1.1.1.1.6.2 +220 -219 src/contrib/binutils/bfd/ecoffswap.h 1.1.1.2.6.3 +538 -258 src/contrib/binutils/bfd/elf-bfd.h 1.1.1.3.2.1 +1240 -0 src/contrib/binutils/bfd/elf-eh-frame.c (new) 1.1.1.1.2.1 +449 -0 src/contrib/binutils/bfd/elf-strtab.c (new) 1.3.6.6 +1805 -810 src/contrib/binutils/bfd/elf.c 1.1.1.1.6.2 +148 -109 src/contrib/binutils/bfd/elf32-arc.c 1.1.1.1.2.4 +511 -299 src/contrib/binutils/bfd/elf32-arm.h 1.1.1.1.6.3 +12 -11 src/contrib/binutils/bfd/elf32-gen.c 1.4.2.7 +1170 -854 src/contrib/binutils/bfd/elf32-i386.c 1.1.1.1.2.3 +2294 -938 src/contrib/binutils/bfd/elf32-mips.c 1.1.1.1.2.4 +236 -176 src/contrib/binutils/bfd/elf32-ppc.c 1.1.1.2.2.4 +184 -138 src/contrib/binutils/bfd/elf32-sparc.c 1.1.1.1.6.3 +127 -140 src/contrib/binutils/bfd/elf32-v850.c 1.3.2.5 +477 -833 src/contrib/binutils/bfd/elf64-alpha.c 1.1.1.1.6.3 +10 -9 src/contrib/binutils/bfd/elf64-gen.c 1.1.1.1.2.2 +5679 -777 src/contrib/binutils/bfd/elf64-mips.c 1.1.1.2.2.4 +261 -274 src/contrib/binutils/bfd/elf64-sparc.c 1.1.1.1.2.3 +98 -23 src/contrib/binutils/bfd/elfarm-nabi.c 1.1.1.1.2.3 +317 -312 src/contrib/binutils/bfd/elfarm-oabi.c 1.1.1.2.6.3 +347 -206 src/contrib/binutils/bfd/elfcode.h 1.1.1.2.6.3 +57 -20 src/contrib/binutils/bfd/elfcore.h 1.1.1.2.6.4 +34 -28 src/contrib/binutils/bfd/elflink.c 1.2.6.5 +2261 -894 src/contrib/binutils/bfd/elflink.h 1.1.1.2.6.3 +87 -19 src/contrib/binutils/bfd/elfxx-target.h 1.1.1.1.6.3 +68 -34 src/contrib/binutils/bfd/format.c 1.2.6.4 +0 -0 src/contrib/binutils/bfd/freebsd.h 1.1.1.1.6.3 +6 -3 src/contrib/binutils/bfd/gen-aout.c 1.1.1.1.6.3 +7 -7 src/contrib/binutils/bfd/hash.c 1.1.1.1.6.2 +6 -2 src/contrib/binutils/bfd/host-aout.c 1.1.1.1.6.2 +10 -5 src/contrib/binutils/bfd/i386aout.c 1.1.1.1.6.2 +6 -2 src/contrib/binutils/bfd/i386bsd.c 1.1.1.1.6.2 +6 -2 src/contrib/binutils/bfd/i386freebsd.c 1.1.1.1.6.3 +34 -24 src/contrib/binutils/bfd/i386linux.c 1.1.1.2.6.2 +6 -2 src/contrib/binutils/bfd/i386netbsd.c 1.1.1.2.6.3 +357 -247 src/contrib/binutils/bfd/ieee.c 1.1.1.2.6.3 +57 -60 src/contrib/binutils/bfd/ihex.c 1.1.1.2.6.3 +199 -151 src/contrib/binutils/bfd/libaout.h 1.1.1.2.6.3 +46 -18 src/contrib/binutils/bfd/libbfd-in.h 1.1.1.2.6.3 +193 -103 src/contrib/binutils/bfd/libbfd.c 1.1.1.2.6.3 +199 -27 src/contrib/binutils/bfd/libbfd.h 1.1.1.2.6.3 +61 -47 src/contrib/binutils/bfd/libcoff-in.h 1.1.1.2.6.3 +282 -326 src/contrib/binutils/bfd/libcoff.h 1.1.1.1.6.3 +6 -5 src/contrib/binutils/bfd/libecoff.h 1.1.1.1.6.2 +15 -13 src/contrib/binutils/bfd/libieee.h 1.1.1.2.2.1 +335 -0 src/contrib/binutils/bfd/libpei.h (new) 1.1.1.2.6.3 +147 -89 src/contrib/binutils/bfd/linker.c 1.1.1.2.2.1 +958 -0 src/contrib/binutils/bfd/merge.c (new) 1.1.1.1.2.2 +209 -196 src/contrib/binutils/bfd/mipsbsd.c 1.1.1.2.6.3 +110 -109 src/contrib/binutils/bfd/netbsd-core.c 1.1.1.2.6.3 +64 -47 src/contrib/binutils/bfd/opncls.c 1.1.1.1.6.3 +39 -57 src/contrib/binutils/bfd/osf-core.c 1.1.1.1.2.2 +70 -70 src/contrib/binutils/bfd/pe-mips.c 1.1.1.1.2.2 +317 -370 src/contrib/binutils/bfd/peXXigen.c 1.1.1.2.2.1 +1309 -0 src/contrib/binutils/bfd/peicode.h (new) 1.1.1.1.2.3 +2 -2 src/contrib/binutils/bfd/po/Make-in 1.1.1.1.2.2 +26 -1 src/contrib/binutils/bfd/po/SRC-POTFILES.in 1.1.1.1.2.3 +1208 -843 src/contrib/binutils/bfd/po/bfd.pot 1.1.1.2.2.3 +17 -23 src/contrib/binutils/bfd/ppcboot.c 1.1.1.1.6.3 +18 -21 src/contrib/binutils/bfd/ptrace-core.c 1.1.1.2.6.3 +550 -181 src/contrib/binutils/bfd/reloc.c 1.1.1.2.6.3 +14 -12 src/contrib/binutils/bfd/reloc16.c 1.1.1.1.2.3 +53 -62 src/contrib/binutils/bfd/sco5-core.c 1.1.1.1.6.3 +274 -159 src/contrib/binutils/bfd/section.c 1.1.1.1.2.3 +29 -19 src/contrib/binutils/bfd/sparclinux.c 1.1.1.1.2.3 +6 -2 src/contrib/binutils/bfd/sparcnetbsd.c 1.1.1.2.6.3 +82 -74 src/contrib/binutils/bfd/srec.c 1.1.1.2.6.3 +192 -19 src/contrib/binutils/bfd/stabs.c 1.1.1.2.6.3 +163 -123 src/contrib/binutils/bfd/syms.c 1.1.1.1.6.3 +6 -0 src/contrib/binutils/bfd/sysdep.h 1.1.1.2.6.3 +356 -318 src/contrib/binutils/bfd/targets.c 1.1.1.1.6.1 +1 -0 src/contrib/binutils/bfd/targmatch.sed 1.1.1.2.6.3 +42 -38 src/contrib/binutils/bfd/tekhex.c 1.1.1.1.6.3 +20 -23 src/contrib/binutils/bfd/trad-core.c 1.1.1.5.2.1 +1 -0 src/contrib/binutils/bfd/version.h (new) 1.1.1.2.2.1 +195 -0 src/contrib/binutils/bfd/xcoff-target.h (new) 1.1.1.3.2.1 +6175 -0 src/contrib/binutils/bfd/xcofflink.c (new) 1.1.1.2.6.4 +1279 -66 src/contrib/binutils/binutils/ChangeLog 1.1.1.1.2.2 +5 -6 src/contrib/binutils/binutils/ChangeLog-9197 1.1.1.2.2.2 +96 -56 src/contrib/binutils/binutils/MAINTAINERS 1.1.1.1.6.4 +139 -127 src/contrib/binutils/binutils/Makefile.am 1.1.1.2.6.4 +163 -318 src/contrib/binutils/binutils/Makefile.in 1.1.1.2.6.3 +29 -0 src/contrib/binutils/binutils/NEWS 1.1.1.2.6.3 +44 -29 src/contrib/binutils/binutils/README 1.1.1.2.6.3 +8 -8 src/contrib/binutils/binutils/aclocal.m4 1.1.1.2.6.3 +23 -11 src/contrib/binutils/binutils/addr2line.c 1.1.1.2.6.3 +22 -8 src/contrib/binutils/binutils/ar.c 1.1.1.1.6.3 +5 -1 src/contrib/binutils/binutils/arlex.l 1.1.1.1.6.3 +1 -0 src/contrib/binutils/binutils/arparse.y 1.1.1.1.6.3 +2 -1 src/contrib/binutils/binutils/arsup.c 1.1.1.1.6.2 +18 -32 src/contrib/binutils/binutils/arsup.h 1.1.1.2.6.3 +27 -37 src/contrib/binutils/binutils/bucomm.c 1.1.1.1.6.3 +2 -0 src/contrib/binutils/binutils/bucomm.h 1.1.1.1.6.3 +119 -92 src/contrib/binutils/binutils/coffdump.c 1.1.1.2.6.2 +16 -2 src/contrib/binutils/binutils/coffgrok.c 1.1.1.1.6.2 +1 -1 src/contrib/binutils/binutils/coffgrok.h 1.1.1.2.6.2 +15 -0 src/contrib/binutils/binutils/config.in 1.1.1.2.6.4 +424 -312 src/contrib/binutils/binutils/configure 1.1.1.2.6.4 +37 -11 src/contrib/binutils/binutils/configure.in 1.1.1.1.6.3 +902 -672 src/contrib/binutils/binutils/defparse.c 1.1.1.1.6.2 +36 -28 src/contrib/binutils/binutils/defparse.h 1.1.1.2.6.3 +6 -0 src/contrib/binutils/binutils/defparse.y 1.1.1.2.6.1 +2 -0 src/contrib/binutils/binutils/dep-in.sed 1.1.1.2.6.3 +72 -43 src/contrib/binutils/binutils/dlltool.c 1.1.1.1.2.3 +32 -46 src/contrib/binutils/binutils/dllwrap.c 1.1.1.2.2.1 +165 -0 src/contrib/binutils/binutils/doc/Makefile.am (new) 1.1.1.3.2.1 +561 -0 src/contrib/binutils/binutils/doc/Makefile.in (new) 1.1.1.2.2.1 +231 -0 src/contrib/binutils/binutils/doc/addr2line.1 (new) 1.1.1.2.2.1 +378 -0 src/contrib/binutils/binutils/doc/ar.1 (new) 1.1.1.2.2.1 +3832 -0 src/contrib/binutils/binutils/doc/binutils.texi (new) 1.1.1.2.2.1 +255 -0 src/contrib/binutils/binutils/doc/cxxfilt.man (new) 1.1.1.2.2.1 +436 -0 src/contrib/binutils/binutils/doc/dlltool.1 (new) 1.1.1.2.2.1 +417 -0 src/contrib/binutils/binutils/doc/nm.1 (new) 1.1.1.2.2.1 +623 -0 src/contrib/binutils/binutils/doc/objcopy.1 (new) 1.1.1.2.2.1 +517 -0 src/contrib/binutils/binutils/doc/objdump.1 (new) 1.1.1.2.2.1 +176 -0 src/contrib/binutils/binutils/doc/ranlib.1 (new) 1.1.1.2.2.1 +327 -0 src/contrib/binutils/binutils/doc/readelf.1 (new) 1.1.1.2.2.1 +249 -0 src/contrib/binutils/binutils/doc/size.1 (new) 1.1.1.2.2.1 +237 -0 src/contrib/binutils/binutils/doc/strings.1 (new) 1.1.1.2.2.1 +286 -0 src/contrib/binutils/binutils/doc/strip.1 (new) 1.3.6.6 +33 -17 src/contrib/binutils/binutils/nm.c 1.1.1.2.6.4 +315 -95 src/contrib/binutils/binutils/objcopy.c 1.1.1.2.6.4 +103 -160 src/contrib/binutils/binutils/objdump.c 1.1.1.1.2.3 +967 -746 src/contrib/binutils/binutils/po/binutils.pot 1.1.1.1.6.3 +44 -21 src/contrib/binutils/binutils/rclex.c 1.1.1.1.6.3 +13 -13 src/contrib/binutils/binutils/rclex.l 1.1.1.1.6.3 +2216 -1921 src/contrib/binutils/binutils/rcparse.c 1.1.1.1.6.2 +93 -84 src/contrib/binutils/binutils/rcparse.h 1.1.1.1.6.3 +127 -39 src/contrib/binutils/binutils/rcparse.y 1.1.1.2.2.4 +2156 -970 src/contrib/binutils/binutils/readelf.c 1.1.1.1.6.3 +27 -16 src/contrib/binutils/binutils/resbin.c 1.1.1.1.6.3 +30 -21 src/contrib/binutils/binutils/resrc.c 1.1.1.1.2.2 +5 -1 src/contrib/binutils/binutils/resres.c 1.1.1.2.6.3 +113 -48 src/contrib/binutils/binutils/size.c 1.1.1.2.6.3 +254 -174 src/contrib/binutils/binutils/srconv.c 1.1.1.2.6.4 +26 -26 src/contrib/binutils/binutils/stabs.c 1.2.6.4 +195 -62 src/contrib/binutils/binutils/strings.c 1.1.1.2.6.3 +121 -67 src/contrib/binutils/binutils/sysdump.c 1.1.1.2.6.2 +8 -0 src/contrib/binutils/binutils/sysinfo.y 1.1.1.1.2.2 +41 -35 src/contrib/binutils/binutils/unwind-ia64.c 1.1.1.1.6.3 +3 -8 src/contrib/binutils/binutils/version.c 1.1.1.2.6.3 +3 -3 src/contrib/binutils/binutils/wrstabs.c 1.1.1.2.6.4 +214 -262 src/contrib/binutils/config.guess 1.1.1.1.2.2 +2 -2 src/contrib/binutils/config.if 1.1.1.2.6.4 +177 -91 src/contrib/binutils/config.sub 1.1.1.2.6.3 +6 -1 src/contrib/binutils/config/ChangeLog 1.1.1.2.6.3 +35 -39 src/contrib/binutils/configure 1.1.1.2.6.4 +134 -55 src/contrib/binutils/configure.in 1.1.1.2.6.2 +1 -1 src/contrib/binutils/gas/CONTRIBUTORS 1.1.1.2.6.4 +1158 -4977 src/contrib/binutils/gas/ChangeLog 1.1.1.1.2.1 +7703 -0 src/contrib/binutils/gas/ChangeLog-0001 (new) 1.1.1.1.2.2 +116 -109 src/contrib/binutils/gas/ChangeLog-9295 1.1.1.1.2.3 +20 -20 src/contrib/binutils/gas/ChangeLog-9697 1.1.1.1.2.2 +40 -34 src/contrib/binutils/gas/ChangeLog-9899 1.1.1.1.6.3 +1203 -812 src/contrib/binutils/gas/Makefile.am 1.1.1.2.6.3 +1286 -852 src/contrib/binutils/gas/Makefile.in 1.1.1.2.6.3 +24 -0 src/contrib/binutils/gas/NEWS 1.1.1.2.6.3 +18 -14 src/contrib/binutils/gas/README 1.1.1.2.6.3 +9 -9 src/contrib/binutils/gas/aclocal.m4 1.1.1.2.6.3 +24 -7 src/contrib/binutils/gas/app.c 1.1.1.2.6.3 +19 -9 src/contrib/binutils/gas/as.c 1.1.1.2.6.3 +5 -15 src/contrib/binutils/gas/as.h 1.1.1.2.6.3 +8 -8 src/contrib/binutils/gas/atof-generic.c 1.1.1.1.6.2 +3 -3 src/contrib/binutils/gas/bit_fix.h 1.1.1.2.6.2 +205 -124 src/contrib/binutils/gas/cgen.c 1.1.1.1.2.2 +13 -6 src/contrib/binutils/gas/cgen.h 1.1.1.2.6.3 +4 -4 src/contrib/binutils/gas/cond.c 1.1.1.1.6.3 +5 -8 src/contrib/binutils/gas/config.in 1.1.1.1.6.2 +29 -30 src/contrib/binutils/gas/config/atof-vax.c 1.1.1.1.2.2 +2 -0 src/contrib/binutils/gas/config/e-i386aout.c 1.1.1.1.6.1 +2 -0 src/contrib/binutils/gas/config/e-i386coff.c 1.1.1.1.6.1 +2 -0 src/contrib/binutils/gas/config/e-i386elf.c 1.1.1.2.6.3 +2 -2 src/contrib/binutils/gas/config/obj-aout.c 1.1.1.2.6.4 +337 -359 src/contrib/binutils/gas/config/obj-coff.c 1.1.1.2.6.3 +94 -102 src/contrib/binutils/gas/config/obj-coff.h 1.1.1.1.6.3 +29 -43 src/contrib/binutils/gas/config/obj-ecoff.c 1.1.1.2.6.3 +334 -95 src/contrib/binutils/gas/config/obj-elf.c 1.1.1.2.6.3 +3 -25 src/contrib/binutils/gas/config/obj-elf.h 1.1.1.1.6.3 +4 -1 src/contrib/binutils/gas/config/obj-ieee.c 1.1.1.2.6.4 +678 -854 src/contrib/binutils/gas/config/tc-alpha.c 1.1.1.2.6.3 +18 -14 src/contrib/binutils/gas/config/tc-alpha.h 1.1.1.1.6.2 +991 -403 src/contrib/binutils/gas/config/tc-arc.c 1.1.1.1.6.2 +17 -22 src/contrib/binutils/gas/config/tc-arc.h 1.1.1.2.2.4 +5247 -2464 src/contrib/binutils/gas/config/tc-arm.c 1.1.1.1.2.3 +0 -6 src/contrib/binutils/gas/config/tc-arm.h 1.4.2.4 +2238 -1909 src/contrib/binutils/gas/config/tc-i386.c 1.3.6.4 +18 -15 src/contrib/binutils/gas/config/tc-i386.h 1.1.1.1.2.3 +871 -504 src/contrib/binutils/gas/config/tc-ppc.c 1.1.1.1.2.3 +48 -23 src/contrib/binutils/gas/config/tc-ppc.h 1.1.1.2.2.3 +227 -71 src/contrib/binutils/gas/config/tc-sparc.c 1.1.1.2.2.3 +7 -5 src/contrib/binutils/gas/config/tc-sparc.h 1.1.1.1.6.3 +22 -17 src/contrib/binutils/gas/config/tc-tic30.c 1.1.1.1.6.3 +229 -322 src/contrib/binutils/gas/config/tc-v850.c 1.1.1.1.6.3 +11 -7 src/contrib/binutils/gas/config/tc-v850.h 1.1.1.1.6.3 +24 -10 src/contrib/binutils/gas/config/tc-z8k.c 1.1.6.4 +0 -0 src/contrib/binutils/gas/config/te-freebsd.h 1.4.6.5 +428 -346 src/contrib/binutils/gas/configure 1.3.6.5 +76 -36 src/contrib/binutils/gas/configure.in 1.1.1.1.6.3 +3 -0 src/contrib/binutils/gas/dep-in.sed 1.1.1.1.6.3 +14 -10 src/contrib/binutils/gas/depend.c 1.1.1.1.6.3 +36 -0 src/contrib/binutils/gas/doc/Makefile.am 1.1.1.2.6.3 +40 -3 src/contrib/binutils/gas/doc/Makefile.in 1.1.1.2.6.3 +7 -1 src/contrib/binutils/gas/doc/all.texi 1.2.6.4 +777 -646 src/contrib/binutils/gas/doc/as.1 1.1.1.2.6.3 +746 -365 src/contrib/binutils/gas/doc/as.texinfo 1.1.1.1.2.1 +396 -0 src/contrib/binutils/gas/doc/c-alpha.texi (new) 1.1.1.1.2.1 +207 -0 src/contrib/binutils/gas/doc/c-arc.texi (new) 1.1.1.2.2.3 +135 -27 src/contrib/binutils/gas/doc/c-arm.texi 1.1.1.2.2.1 +104 -0 src/contrib/binutils/gas/doc/c-ppc.texi (new) 1.1.1.2.6.1 +29 -4 src/contrib/binutils/gas/doc/c-sh.texi 1.1.1.2.6.3 +50 -17 src/contrib/binutils/gas/doc/internals.texi 1.1.1.1.2.3 +22 -12 src/contrib/binutils/gas/dwarf2dbg.c 1.1.1.2.6.3 +30 -34 src/contrib/binutils/gas/ecoff.c 1.1.1.2.2.2 +2 -2 src/contrib/binutils/gas/ehopt.c 1.1.1.1.6.2 +12 -11 src/contrib/binutils/gas/emul-target.h 1.1.1.1.6.2 +16 -15 src/contrib/binutils/gas/emul.h 1.1.1.2.6.3 +49 -44 src/contrib/binutils/gas/expr.c 1.1.1.2.6.3 +1 -1 src/contrib/binutils/gas/frags.c 1.1.1.2.6.3 +12 -8 src/contrib/binutils/gas/frags.h 1.1.1.2.6.3 +30 -24 src/contrib/binutils/gas/gasp.c 1.1.1.2.6.3 +3 -3 src/contrib/binutils/gas/hash.c 1.1.1.1.6.3 +59 -52 src/contrib/binutils/gas/input-file.c 1.1.1.2.6.3 +1 -1 src/contrib/binutils/gas/input-scrub.c 1.1.1.2.6.2 +1 -2 src/contrib/binutils/gas/itbl-lex.l 1.1.1.1.6.3 +7 -6 src/contrib/binutils/gas/itbl-ops.c 1.1.1.2.6.3 +12 -10 src/contrib/binutils/gas/listing.c 1.1.1.2.6.3 +44 -44 src/contrib/binutils/gas/macro.c 1.1.1.2.6.3 +22 -24 src/contrib/binutils/gas/output-file.c 1.1.1.1.2.3 +14 -0 src/contrib/binutils/gas/po/POTFILES.in 1.1.1.1.2.3 +3689 -2315 src/contrib/binutils/gas/po/gas.pot 1.1.1.2.6.3 +258 -88 src/contrib/binutils/gas/read.c 1.1.1.2.6.3 +2 -0 src/contrib/binutils/gas/read.h 1.1.1.2.6.3 +45 -10 src/contrib/binutils/gas/stabs.c 1.1.1.1.6.3 +8 -4 src/contrib/binutils/gas/struc-symbol.h 1.1.1.2.6.3 +2 -2 src/contrib/binutils/gas/subsegs.c 1.1.1.2.6.3 +178 -102 src/contrib/binutils/gas/symbols.c 1.1.1.2.6.3 +2 -1 src/contrib/binutils/gas/symbols.h 1.1.1.1.6.2 +2 -5 src/contrib/binutils/gas/tc.h 1.1.1.2.6.3 +184 -123 src/contrib/binutils/gas/write.c 1.1.1.2.6.3 +3 -1 src/contrib/binutils/gas/write.h 1.1.1.2.6.4 +275 -10 src/contrib/binutils/include/ChangeLog 1.1.1.1.6.3 +187 -125 src/contrib/binutils/include/ansidecl.h 1.1.1.1.6.3 +16 -8 src/contrib/binutils/include/aout/ChangeLog 1.1.1.1.6.3 +40 -35 src/contrib/binutils/include/aout/aout64.h 1.1.1.1.2.2 +18 -2 src/contrib/binutils/include/aout/sun4.h 1.1.1.2.6.3 +35 -0 src/contrib/binutils/include/bfdlink.h 1.1.1.2.6.3 +112 -9 src/contrib/binutils/include/coff/ChangeLog 1.1.1.1.6.2 +10 -6 src/contrib/binutils/include/coff/alpha.h 1.1.1.1.2.3 +23 -200 src/contrib/binutils/include/coff/arm.h 1.1.1.1.2.1 +254 -0 src/contrib/binutils/include/coff/external.h (new) 1.1.1.1.6.2 +11 -184 src/contrib/binutils/include/coff/i386.h 1.1.1.2.6.3 +36 -46 src/contrib/binutils/include/coff/internal.h 1.1.1.1.2.3 +10 -165 src/contrib/binutils/include/coff/powerpc.h 1.1.1.2.6.2 +35 -195 src/contrib/binutils/include/coff/sh.h 1.1.1.1.2.3 +7 -78 src/contrib/binutils/include/coff/sparc.h 1.1.1.2.2.2 +116 -103 src/contrib/binutils/include/coff/ti.h 1.1.1.2.6.4 +42 -7 src/contrib/binutils/include/demangle.h 1.1.1.2.6.3 +35 -17 src/contrib/binutils/include/dis-asm.h 1.1.1.1.2.2 +4 -4 src/contrib/binutils/include/dyn-string.h 1.1.1.2.6.4 +246 -12 src/contrib/binutils/include/elf/ChangeLog 1.1.1.2.6.3 +12 -15 src/contrib/binutils/include/elf/alpha.h 1.1.1.1.2.3 +31 -18 src/contrib/binutils/include/elf/arm.h 1.1.1.2.6.5 +40 -7 src/contrib/binutils/include/elf/common.h 1.1.1.2.2.2 +54 -0 src/contrib/binutils/include/elf/cris.h 1.1.1.1.6.3 +73 -25 src/contrib/binutils/include/elf/dwarf2.h 1.1.1.1.6.3 +4 -0 src/contrib/binutils/include/elf/external.h 1.1.1.1.2.1 +96 -0 src/contrib/binutils/include/elf/h8.h (new) 1.1.1.2.2.2 +22 -0 src/contrib/binutils/include/elf/ia64.h 1.1.1.2.6.3 +18 -18 src/contrib/binutils/include/elf/internal.h 1.1.1.1.2.3 +1 -0 src/contrib/binutils/include/elf/m68k.h 1.1.1.1.4.3 +0 -2 src/contrib/binutils/include/elf/mips.h 1.1.1.2.2.1 +168 -0 src/contrib/binutils/include/elf/mmix.h (new) 1.1.1.1.2.1 +39 -0 src/contrib/binutils/include/elf/openrisc.h (new) 1.1.1.1.2.1 +62 -0 src/contrib/binutils/include/elf/or32.h (new) 1.1.1.1.2.3 +80 -1 src/contrib/binutils/include/elf/ppc.h 1.1.1.1.2.1 +73 -0 src/contrib/binutils/include/elf/s390.h (new) 1.1.1.1.2.3 +130 -2 src/contrib/binutils/include/elf/sh.h 1.1.1.1.2.2 +2 -0 src/contrib/binutils/include/elf/x86-64.h 1.1.1.1.2.1 +53 -0 src/contrib/binutils/include/elf/xstormy16.h (new) 1.1.1.1.2.1 +81 -0 src/contrib/binutils/include/fibheap.h (new) 1.1.1.1.2.2 +2 -2 src/contrib/binutils/include/filenames.h 1.1.1.2.6.2 +9 -1 src/contrib/binutils/include/floatformat.h 1.1.1.1.2.3 +3 -0 src/contrib/binutils/include/hashtab.h 1.1.1.2.6.3 +80 -6 src/contrib/binutils/include/libiberty.h 1.1.1.1.6.2 +5 -6 src/contrib/binutils/include/objalloc.h 1.1.1.2.6.3 +264 -56 src/contrib/binutils/include/opcode/ChangeLog 1.1.1.1.6.2 +4 -4 src/contrib/binutils/include/opcode/alpha.h 1.1.1.1.6.1 +145 -98 src/contrib/binutils/include/opcode/arc.h 1.1.1.2.6.2 +76 -16 src/contrib/binutils/include/opcode/cgen.h 1.1.1.2.6.3 +71 -48 src/contrib/binutils/include/opcode/i386.h 1.1.1.1.2.2 +322 -282 src/contrib/binutils/include/opcode/mips.h 1.1.1.1.2.3 +23 -3 src/contrib/binutils/include/opcode/ppc.h 1.1.1.1.6.3 +1 -2 src/contrib/binutils/include/opcode/v850.h 1.1.1.1.2.3 +4 -4 src/contrib/binutils/include/partition.h 1.1.1.2.2.2 +5 -2 src/contrib/binutils/include/safe-ctype.h 1.1.1.1.2.2 +4 -4 src/contrib/binutils/include/sort.h 1.1.1.1.2.3 +8 -4 src/contrib/binutils/include/splay-tree.h 1.1.1.1.2.1 +51 -0 src/contrib/binutils/include/ternary.h (new) 1.1.1.1.2.1 +28 -0 src/contrib/binutils/include/xregex.h (new) 1.1.1.1.2.1 +565 -0 src/contrib/binutils/include/xregex2.h (new) 1.1.1.2.6.4 +2080 -96 src/contrib/binutils/ld/ChangeLog 1.1.1.1.2.2 +125 -100 src/contrib/binutils/ld/ChangeLog-9197 1.1.1.1.2.2 +7 -7 src/contrib/binutils/ld/ChangeLog-9899 1.1.1.1.6.4 +305 -63 src/contrib/binutils/ld/Makefile.am 1.3.6.5 +315 -69 src/contrib/binutils/ld/Makefile.in 1.1.1.2.6.4 +18 -0 src/contrib/binutils/ld/NEWS 1.1.1.2.6.1 +2 -0 src/contrib/binutils/ld/README 1.1.1.2.6.3 +18 -0 src/contrib/binutils/ld/aclocal.m4 1.1.1.2.6.2 +0 -3 src/contrib/binutils/ld/config.in 1.1.1.2.6.4 +532 -465 src/contrib/binutils/ld/configure 1.1.1.2.6.4 +88 -71 src/contrib/binutils/ld/configure.host 1.1.1.2.6.4 +2 -2 src/contrib/binutils/ld/configure.in 1.4.6.5 +132 -37 src/contrib/binutils/ld/configure.tgt 1.1.1.1.2.3 +15 -12 src/contrib/binutils/ld/deffilep.y 1.1.1.1.6.2 +3 -0 src/contrib/binutils/ld/dep-in.sed 1.1.1.1.2.3 +4 -3 src/contrib/binutils/ld/emulparams/armelf.sh 1.1.1.1.2.2 +2 -3 src/contrib/binutils/ld/emulparams/armelf_oabi.sh 1.1.1.2.2.2 +1 -0 src/contrib/binutils/ld/emulparams/elf32_sparc.sh 1.1.1.2.6.1 +7 -26 src/contrib/binutils/ld/emulparams/elf32b4300.sh 1.1.1.1.2.1 +13 -7 src/contrib/binutils/ld/emulparams/elf32bmip.sh 1.1.1.1.2.2 +22 -26 src/contrib/binutils/ld/emulparams/elf32bmipn32.sh 1.1.1.1.2.1 +1 -30 src/contrib/binutils/ld/emulparams/elf32bsmip.sh 1.1.1.1.2.2 +1 -27 src/contrib/binutils/ld/emulparams/elf32ebmip.sh 1.1.1.1.2.2 +1 -27 src/contrib/binutils/ld/emulparams/elf32elmip.sh 1.1.1.2.6.1 +1 -26 src/contrib/binutils/ld/emulparams/elf32l4300.sh 1.1.1.1.2.1 +4 -27 src/contrib/binutils/ld/emulparams/elf32lmip.sh 1.1.1.1.2.3 +4 -17 src/contrib/binutils/ld/emulparams/elf32lppc.sh 1.1.1.1.2.2 +1 -17 src/contrib/binutils/ld/emulparams/elf32lppcsim.sh 1.1.1.1.2.1 +1 -30 src/contrib/binutils/ld/emulparams/elf32lsmip.sh 1.1.1.1.2.3 +8 -7 src/contrib/binutils/ld/emulparams/elf32ppc.sh 1.1.1.1.2.3 +7 -17 src/contrib/binutils/ld/emulparams/elf32ppclinux.sh 1.1.1.1.2.2 +1 -17 src/contrib/binutils/ld/emulparams/elf32ppcsim.sh 1.1.1.2.2.3 +1 -0 src/contrib/binutils/ld/emulparams/elf64_sparc.sh 1.3.2.2 +6 -4 src/contrib/binutils/ld/emulparams/elf64alpha.sh 1.1.1.1.2.1 +2 -0 src/contrib/binutils/ld/emulparams/elf64alpha_fbsd.sh (new) 1.1.1.1.2.1 +2 -0 src/contrib/binutils/ld/emulparams/elf64alpha_nbsd.sh (new) 1.1.1.1.2.2 +1 -68 src/contrib/binutils/ld/emulparams/elf64bmip.sh 1.1.1.1.2.1 +1 -0 src/contrib/binutils/ld/emulparams/elf_fbsd.sh (new) 1.1.1.1.6.1 +2 -1 src/contrib/binutils/ld/emulparams/elf_i386.sh 1.1.1.1.2.2 +2 -1 src/contrib/binutils/ld/emulparams/elf_i386_chaos.sh 1.1.1.1.2.1 +2 -0 src/contrib/binutils/ld/emulparams/elf_i386_fbsd.sh (new) 1.1.1.1.2.1 +12 -0 src/contrib/binutils/ld/emulparams/elf_i386_ldso.sh (new) 1.1.1.1.6.1 +1 -1 src/contrib/binutils/ld/emulparams/i386moss.sh 1.1.1.1.6.1 +1 -1 src/contrib/binutils/ld/emulparams/i386nw.sh 1.1.1.1.6.1 +3 -0 src/contrib/binutils/ld/emulparams/sh.sh 1.1.1.1.6.1 +4 -1 src/contrib/binutils/ld/emulparams/shelf.sh 1.1.1.1.2.2 +1 -13 src/contrib/binutils/ld/emulparams/shelf_linux.sh 1.1.1.1.6.1 +1 -4 src/contrib/binutils/ld/emulparams/shl.sh 1.1.1.1.6.1 +1 -16 src/contrib/binutils/ld/emulparams/shlelf.sh 1.1.1.1.2.3 +2 -1 src/contrib/binutils/ld/emultempl/armcoff.em 1.1.1.1.2.3 +12 -4 src/contrib/binutils/ld/emultempl/armelf.em 1.1.1.1.2.3 +2 -1 src/contrib/binutils/ld/emultempl/armelf_oabi.em 1.2.6.6 +197 -69 src/contrib/binutils/ld/emultempl/elf32.em 1.1.1.1.6.3 +39 -22 src/contrib/binutils/ld/emultempl/generic.em 1.1.1.1.6.3 +14 -1 src/contrib/binutils/ld/emultempl/linux.em 1.1.1.1.2.1 +40 -0 src/contrib/binutils/ld/emultempl/needrelax.em (new) 1.1.1.2.6.3 +380 -116 src/contrib/binutils/ld/emultempl/pe.em 1.1.1.1.6.3 +6 -1 src/contrib/binutils/ld/emultempl/vanilla.em 1.1.1.1.6.2 +1 -0 src/contrib/binutils/ld/gen-doc.texi 1.1.1.1.6.3 +60 -13 src/contrib/binutils/ld/genscripts.sh 1.2.2.4 +1659 -1459 src/contrib/binutils/ld/ld.1 1.1.1.2.6.3 +16 -5 src/contrib/binutils/ld/ld.h 1.1.1.2.6.3 +571 -206 src/contrib/binutils/ld/ld.texinfo 1.1.1.2.6.3 +88 -61 src/contrib/binutils/ld/ldcref.c 1.1.1.2.6.3 +3 -4 src/contrib/binutils/ld/ldctor.c 1.1.1.2.6.3 +8 -3 src/contrib/binutils/ld/ldemul.c 1.1.1.1.6.3 +3 -3 src/contrib/binutils/ld/ldemul.h 1.1.1.2.6.3 +53 -49 src/contrib/binutils/ld/ldexp.c 1.1.1.2.6.3 +8 -6 src/contrib/binutils/ld/ldfile.c 1.1.1.2.6.3 +42 -32 src/contrib/binutils/ld/ldgram.y 1.1.1.1.6.3 +121 -1 src/contrib/binutils/ld/ldint.texinfo 1.1.1.2.6.4 +464 -342 src/contrib/binutils/ld/ldlang.c 1.1.1.2.6.4 +9 -10 src/contrib/binutils/ld/ldlang.h 1.1.1.2.6.4 +14 -14 src/contrib/binutils/ld/ldlex.l 1.1.1.2.6.3 +78 -36 src/contrib/binutils/ld/ldmain.c 1.1.1.2.6.3 +30 -78 src/contrib/binutils/ld/ldmisc.c 1.1.1.2.6.2 +4 -15 src/contrib/binutils/ld/ldmisc.h 1.1.1.2.6.3 +12 -6 src/contrib/binutils/ld/ldver.c 1.1.1.1.6.2 +0 -2 src/contrib/binutils/ld/ldver.h 1.1.1.2.6.3 +77 -77 src/contrib/binutils/ld/lexsup.c 1.1.1.1.6.3 +15 -2 src/contrib/binutils/ld/mri.c 1.1.1.1.2.3 +787 -255 src/contrib/binutils/ld/pe-dll.c 1.1.1.1.2.3 +6 -0 src/contrib/binutils/ld/pe-dll.h 1.1.1.1.2.3 +488 -405 src/contrib/binutils/ld/po/ld.pot 1.1.1.1.2.2 +3 -3 src/contrib/binutils/ld/scripttempl/armaout.sc 1.1.1.1.2.2 +24 -2 src/contrib/binutils/ld/scripttempl/armcoff.sc 1.1.1.2.6.4 +150 -179 src/contrib/binutils/ld/scripttempl/elf.sc 1.1.1.1.6.1 +3 -4 src/contrib/binutils/ld/scripttempl/nw.sc 1.1.1.2.6.2 +2 -2 src/contrib/binutils/ld/scripttempl/pe.sc 1.1.1.1.6.3 +8 -0 src/contrib/binutils/ld/scripttempl/v850.sc 1.1.1.2.6.4 +651 -53 src/contrib/binutils/libiberty/ChangeLog 1.1.1.2.6.4 +226 -80 src/contrib/binutils/libiberty/Makefile.in 1.1.1.1.2.1 +303 -0 src/contrib/binutils/libiberty/_doprnt.c (new) 1.1.1.1.2.2 +55 -0 src/contrib/binutils/libiberty/aclocal.m4 1.1.1.1.6.2 +37 -64 src/contrib/binutils/libiberty/alloca.c 1.1.1.2.6.3 +53 -81 src/contrib/binutils/libiberty/argv.c 1.1.1.1.6.1 +22 -22 src/contrib/binutils/libiberty/asprintf.c 1.1.1.1.6.2 +10 -0 src/contrib/binutils/libiberty/atexit.c 1.1.1.1.6.3 +5 -11 src/contrib/binutils/libiberty/basename.c 1.1.1.1.6.1 +7 -20 src/contrib/binutils/libiberty/bcmp.c 1.1.1.1.6.1 +4 -12 src/contrib/binutils/libiberty/bcopy.c 1.1.1.1.2.2 +17 -0 src/contrib/binutils/libiberty/bsearch.c 1.1.1.1.6.1 +4 -10 src/contrib/binutils/libiberty/bzero.c 1.1.1.1.2.2 +11 -0 src/contrib/binutils/libiberty/calloc.c 1.1.1.2.6.3 +18 -151 src/contrib/binutils/libiberty/choose-temp.c 1.1.1.1.6.2 +12 -0 src/contrib/binutils/libiberty/clock.c 1.1.1.1.6.1 +155 -86 src/contrib/binutils/libiberty/concat.c 1.1.1.1.2.3 +25 -23 src/contrib/binutils/libiberty/config.in 1.1.1.2.6.3 +0 -1 src/contrib/binutils/libiberty/config.table 1.1.1.1.2.3 +533 -345 src/contrib/binutils/libiberty/configure 1.1.1.2.6.3 +87 -28 src/contrib/binutils/libiberty/configure.in 1.1.1.1.2.1 +565 -0 src/contrib/binutils/libiberty/copying-lib.texi (new) 1.1.1.1.6.1 +12 -0 src/contrib/binutils/libiberty/copysign.c 1.1.1.1.2.3 +333 -44 src/contrib/binutils/libiberty/cp-demangle.c 1.1.1.2.6.4 +46 -49 src/contrib/binutils/libiberty/cplus-dem.c 1.1.1.1.6.1 +11 -17 src/contrib/binutils/libiberty/fdmatch.c 1.1.1.1.2.1 +27 -0 src/contrib/binutils/libiberty/ffs.c (new) 1.1.1.1.2.1 +523 -0 src/contrib/binutils/libiberty/fibheap.c (new) 1.1.1.2.6.3 +46 -8 src/contrib/binutils/libiberty/floatformat.c 1.1.1.1.2.1 +48 -0 src/contrib/binutils/libiberty/fnmatch.txh (new) 1.1.1.1.2.1 +937 -0 src/contrib/binutils/libiberty/functions.texi (new) 1.1.1.1.2.1 +128 -0 src/contrib/binutils/libiberty/gather-docs (new) 1.1.1.1.6.3 +9 -15 src/contrib/binutils/libiberty/getcwd.c 1.1.1.2.6.3 +1 -1 src/contrib/binutils/libiberty/getopt.c 1.1.1.1.6.2 +6 -12 src/contrib/binutils/libiberty/getpagesize.c 1.1.1.1.2.2 +12 -0 src/contrib/binutils/libiberty/getpwd.c 1.1.1.1.6.3 +12 -0 src/contrib/binutils/libiberty/getruntime.c 1.1.1.1.2.3 +76 -36 src/contrib/binutils/libiberty/hashtab.c 1.1.1.1.6.1 +89 -11 src/contrib/binutils/libiberty/hex.c 1.1.1.1.6.1 +12 -0 src/contrib/binutils/libiberty/index.c 1.1.1.1.6.1 +17 -14 src/contrib/binutils/libiberty/insque.c 1.1.1.1.2.2 +15 -16 src/contrib/binutils/libiberty/lbasename.c 1.1.1.1.2.1 +324 -0 src/contrib/binutils/libiberty/libiberty.texi (new) 1.1.1.1.2.1 +278 -0 src/contrib/binutils/libiberty/maint-tool (new) 1.1.1.1.2.1 +179 -0 src/contrib/binutils/libiberty/make-temp-file.c (new) 1.1.1.1.2.2 +68 -68 src/contrib/binutils/libiberty/md5.c 1.1.1.1.6.2 +10 -31 src/contrib/binutils/libiberty/memchr.c 1.1.1.1.6.2 +9 -8 src/contrib/binutils/libiberty/memcmp.c 1.1.1.1.6.2 +6 -7 src/contrib/binutils/libiberty/memcpy.c 1.1.1.1.6.2 +12 -0 src/contrib/binutils/libiberty/memmove.c 1.1.1.1.6.1 +11 -0 src/contrib/binutils/libiberty/memset.c 1.1.1.1.2.3 +20 -7 src/contrib/binutils/libiberty/mkstemps.c 1.1.1.2.6.3 +1 -1 src/contrib/binutils/libiberty/obstack.c 1.1.1.1.2.1 +758 -0 src/contrib/binutils/libiberty/obstacks.texi (new) 1.1.1.1.2.3 +2 -2 src/contrib/binutils/libiberty/partition.c 1.1.1.2.6.3 +55 -42 src/contrib/binutils/libiberty/pexecute.c 1.1.1.1.2.2 +18 -1 src/contrib/binutils/libiberty/putenv.c 1.1.1.1.6.2 +18 -0 src/contrib/binutils/libiberty/random.c 1.1.1.1.2.1 +8373 -0 src/contrib/binutils/libiberty/regex.c (new) 1.1.1.1.6.2 +10 -1 src/contrib/binutils/libiberty/rename.c 1.1.1.1.6.1 +12 -0 src/contrib/binutils/libiberty/rindex.c 1.1.1.1.2.3 +23 -1 src/contrib/binutils/libiberty/setenv.c 1.1.1.1.6.2 +11 -2 src/contrib/binutils/libiberty/sigsetmask.c 1.1.1.1.6.1 +5 -13 src/contrib/binutils/libiberty/spaces.c 1.1.1.1.2.3 +35 -1 src/contrib/binutils/libiberty/splay-tree.c 1.1.1.1.6.1 +11 -1 src/contrib/binutils/libiberty/strcasecmp.c 1.1.1.1.6.2 +7 -11 src/contrib/binutils/libiberty/strchr.c 1.1.1.1.6.1 +11 -0 src/contrib/binutils/libiberty/strdup.c 1.1.1.1.6.3 +51 -74 src/contrib/binutils/libiberty/strerror.c 1.1.1.1.6.1 +11 -1 src/contrib/binutils/libiberty/strncasecmp.c 1.1.1.1.2.2 +11 -0 src/contrib/binutils/libiberty/strncmp.c 1.1.1.1.6.2 +7 -11 src/contrib/binutils/libiberty/strrchr.c 1.1.1.2.6.3 +53 -82 src/contrib/binutils/libiberty/strsignal.c 1.1.1.1.6.1 +7 -15 src/contrib/binutils/libiberty/strstr.c 1.1.1.1.6.2 +15 -0 src/contrib/binutils/libiberty/strtod.c 1.1.1.1.6.3 +19 -0 src/contrib/binutils/libiberty/strtol.c 1.1.1.1.2.1 +166 -0 src/contrib/binutils/libiberty/ternary.c (new) 1.1.1.1.6.2 +14 -0 src/contrib/binutils/libiberty/tmpnam.c 1.1.1.2.6.3 +25 -15 src/contrib/binutils/libiberty/vasprintf.c 1.1.1.1.6.2 +10 -0 src/contrib/binutils/libiberty/vfork.c 1.1.1.1.6.2 +17 -0 src/contrib/binutils/libiberty/vprintf.c 1.1.1.1.6.1 +5 -1 src/contrib/binutils/libiberty/vsprintf.c 1.1.1.1.6.2 +12 -0 src/contrib/binutils/libiberty/waitpid.c 1.1.1.1.6.1 +14 -0 src/contrib/binutils/libiberty/xatexit.c 1.1.1.1.6.2 +12 -0 src/contrib/binutils/libiberty/xexit.c 1.1.1.2.6.3 +43 -0 src/contrib/binutils/libiberty/xmalloc.c 1.1.1.1.2.3 +13 -0 src/contrib/binutils/libiberty/xmemdup.c 1.1.1.1.6.2 +11 -0 src/contrib/binutils/libiberty/xstrdup.c 1.1.1.1.6.1 +11 -0 src/contrib/binutils/libiberty/xstrerror.c 1.1.1.3.2.1 +879 -0 src/contrib/binutils/libtool.m4 (new) 1.1.1.3.2.1 +824 -0 src/contrib/binutils/ltcf-c.sh (new) 1.1.1.2.2.1 +1005 -0 src/contrib/binutils/ltcf-cxx.sh (new) 1.1.1.2.2.1 +651 -0 src/contrib/binutils/ltcf-gcj.sh (new) 1.1.1.1.6.3 +280 -135 src/contrib/binutils/ltconfig 1.1.1.1.6.3 +721 -290 src/contrib/binutils/ltmain.sh 1.1.1.2.6.3 +1349 -57 src/contrib/binutils/opcodes/ChangeLog 1.1.1.1.2.2 +11 -5 src/contrib/binutils/opcodes/ChangeLog-9297 1.1.1.1.2.2 +59 -59 src/contrib/binutils/opcodes/ChangeLog-9899 1.1.1.1.6.3 +223 -70 src/contrib/binutils/opcodes/Makefile.am 1.1.1.2.6.3 +226 -73 src/contrib/binutils/opcodes/Makefile.in 1.1.1.2.6.3 +8 -8 src/contrib/binutils/opcodes/aclocal.m4 1.1.1.1.6.3 +18 -20 src/contrib/binutils/opcodes/alpha-dis.c 1.1.1.2.6.3 +11 -3 src/contrib/binutils/opcodes/alpha-opc.c 1.1.1.1.6.2 +1187 -209 src/contrib/binutils/opcodes/arc-dis.c 1.1.1.1.6.2 +1029 -342 src/contrib/binutils/opcodes/arc-opc.c 1.1.1.2.2.3 +120 -13 src/contrib/binutils/opcodes/arm-dis.c 1.1.1.2.2.3 +172 -4 src/contrib/binutils/opcodes/arm-opc.h 1.1.1.2.6.2 +28 -14 src/contrib/binutils/opcodes/cgen-asm.c 1.1.1.2.6.2 +73 -50 src/contrib/binutils/opcodes/cgen-dis.c 1.1.1.2.6.2 +76 -47 src/contrib/binutils/opcodes/cgen-opc.c 1.1.1.2.6.2 +6 -0 src/contrib/binutils/opcodes/config.in 1.1.1.2.6.3 +349 -263 src/contrib/binutils/opcodes/configure 1.1.1.2.6.3 +22 -3 src/contrib/binutils/opcodes/configure.in 1.1.1.2.6.1 +2 -0 src/contrib/binutils/opcodes/dep-in.sed 1.1.1.2.6.3 +4 -0 src/contrib/binutils/opcodes/dis-buf.c 1.1.1.2.6.3 +52 -6 src/contrib/binutils/opcodes/disassemble.c 1.1.1.2.6.3 +1122 -2188 src/contrib/binutils/opcodes/i386-dis.c 1.1.1.1.2.3 +26 -0 src/contrib/binutils/opcodes/po/POTFILES.in 1.1.1.1.2.3 +149 -65 src/contrib/binutils/opcodes/po/opcodes.pot 1.1.1.1.2.3 +45 -15 src/contrib/binutils/opcodes/ppc-dis.c 1.1.1.1.2.3 +1134 -552 src/contrib/binutils/opcodes/ppc-opc.c 1.1.1.2.6.2 +101 -85 src/contrib/binutils/opcodes/sh-dis.c 1.1.1.2.6.2 +71 -59 src/contrib/binutils/opcodes/sh-opc.h 1.1.1.2.2.3 +3 -2 src/contrib/binutils/opcodes/sparc-dis.c 1.1.1.1.6.3 +4 -1 src/contrib/binutils/opcodes/v850-dis.c 1.1.1.1.6.3 +47 -20 src/contrib/binutils/opcodes/v850-opc.c 1.1.1.2.6.3 +83 -70 src/contrib/binutils/opcodes/z8k-dis.c 1.1.1.1.6.1 +275 -234 src/contrib/binutils/opcodes/z8k-opc.h 1.1.1.1.6.3 +71 -59 src/contrib/binutils/opcodes/z8kgen.c 1.1.1.2.6.2 +2 -2 src/contrib/binutils/symlink-tree To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 16:56: 1 2002 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 85D2937B400; Sun, 1 Sep 2002 16:55:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ECBA43E6A; Sun, 1 Sep 2002 16:55:59 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81NtxJU062057; Sun, 1 Sep 2002 16:55:59 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81NtxmR062056; Sun, 1 Sep 2002 16:55:59 -0700 (PDT) Message-Id: <200209012355.g81NtxmR062056@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 1 Sep 2002 16:55:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/bfd .#elf32-i386.c.1.12 .#elf64-sparc.c.1.1.1.7 .#elf64-sparc.c.1.1.1.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/01 16:55:59 PDT Removed files: (Branch: RELENG_4) contrib/binutils/bfd .#elf32-i386.c.1.12 .#elf64-sparc.c.1.1.1.7 .#elf64-sparc.c.1.1.1.8 Log: Remove these bozos Revision Changes Path 1.1.2.2 +0 -2473 src/contrib/binutils/bfd/.#elf32-i386.c.1.12 (dead) 1.1.2.2 +0 -3199 src/contrib/binutils/bfd/.#elf64-sparc.c.1.1.1.7 (dead) 1.1.2.2 +0 -3153 src/contrib/binutils/bfd/.#elf64-sparc.c.1.1.1.8 (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 17: 9:34 2002 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 7411E37B400; Sun, 1 Sep 2002 17:09:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 265AC43E6E; Sun, 1 Sep 2002 17:09:32 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8209WJU068083; Sun, 1 Sep 2002 17:09:32 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8209VpP068080; Sun, 1 Sep 2002 17:09:31 -0700 (PDT) Message-Id: <200209020009.g8209VpP068080@freefall.freebsd.org> From: Trevor Johnson Date: Sun, 1 Sep 2002 17:09:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ratoolset Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/01 17:09:31 PDT Modified files: net/ratoolset Makefile Log: Kevin Oberman has offered to maintain this. Revision Changes Path 1.17 +2 -2 ports/net/ratoolset/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 17:52:31 2002 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 2AC1637B400; Sun, 1 Sep 2002 17:52:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B126F43E65; Sun, 1 Sep 2002 17:52:12 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g820qCJU076535; Sun, 1 Sep 2002 17:52:12 -0700 (PDT) (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g820qC8t076534; Sun, 1 Sep 2002 17:52:12 -0700 (PDT) Message-Id: <200209020052.g820qC8t076534@freefall.freebsd.org> From: Brooks Davis Date: Sun, 1 Sep 2002 17:52:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files files.i386 files.pc98 src/sys/i386/conf NOTES src/sys/i4b/capi capi_l4if.c capi_llif.c capi_msgs.c src/sys/i4b/capi/iavc iavc_card.c iavc_isa.c iavc_lli.c iavc_pci.c src/sys/i4b/driver i4b_ctl.c i4b_ing.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2002/09/01 17:52:11 PDT Modified files: sys/conf files files.i386 files.pc98 sys/i386/conf NOTES sys/i4b/capi capi_l4if.c capi_llif.c capi_msgs.c sys/i4b/capi/iavc iavc_card.c iavc_isa.c iavc_lli.c iavc_pci.c sys/i4b/driver i4b_ctl.c i4b_ing.c i4b_ipr.c i4b_isppp.c i4b_rbch.c i4b_tel.c i4b_trace.c sys/i4b/layer1 i4b_l1dmux.c sys/i4b/layer1/ifpi i4b_ifpi_isac.c i4b_ifpi_l1.c i4b_ifpi_l1fsm.c i4b_ifpi_pci.c sys/i4b/layer1/ifpi2 i4b_ifpi2_isacsx.c i4b_ifpi2_l1.c i4b_ifpi2_l1fsm.c i4b_ifpi2_pci.c sys/i4b/layer1/ifpnp i4b_ifpnp_avm.c i4b_ifpnp_isac.c i4b_ifpnp_l1.c i4b_ifpnp_l1fsm.c sys/i4b/layer1/ihfc i4b_ihfc_drv.c i4b_ihfc_l1if.c i4b_ihfc_pnp.c sys/i4b/layer1/isic i4b_asuscom_ipac.c i4b_avm_a1.c i4b_bchan.c i4b_ctx_s0P.c i4b_diva.c i4b_drn_ngo.c i4b_dynalink.c i4b_elsa_pcc16.c i4b_elsa_qs1i.c i4b_elsa_qs1p.c i4b_hscx.c i4b_isac.c i4b_isic.c 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 sys/i4b/layer1/itjc i4b_itjc_isac.c i4b_itjc_l1.c i4b_itjc_l1fsm.c i4b_itjc_pci.c sys/i4b/layer1/iwic i4b_iwic_bchan.c i4b_iwic_dchan.c i4b_iwic_fsm.c i4b_iwic_l1if.c i4b_iwic_pci.c sys/i4b/layer2 i4b_iframe.c i4b_l2.c i4b_l2fsm.c i4b_l2timer.c i4b_lme.c i4b_sframe.c i4b_tei.c i4b_uframe.c i4b_util.c sys/i4b/layer3 i4b_l2if.c i4b_l3fsm.c i4b_l3timer.c i4b_l4if.c i4b_q931.c i4b_q932fac.c sys/i4b/layer4 i4b_i4bdrv.c i4b_l4.c i4b_l4mgmt.c i4b_l4timer.c Log: Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921, i4bq931, i4b, isic, iwic, ifpi, ifpi2, ifpnp, ihfc, and itjc are no longer count devices. Also remove a few other instances of N being used to control compilation of whole files. Reviewed by: hm Revision Changes Path 1.695 +9 -9 src/sys/conf/files 1.415 +7 -7 src/sys/conf/files.i386 1.244 +7 -7 src/sys/conf/files.pc98 1.1033 +13 -13 src/sys/i386/conf/NOTES 1.5 +0 -5 src/sys/i4b/capi/capi_l4if.c 1.2 +0 -5 src/sys/i4b/capi/capi_llif.c 1.3 +0 -5 src/sys/i4b/capi/capi_msgs.c 1.3 +0 -7 src/sys/i4b/capi/iavc/iavc_card.c 1.6 +0 -7 src/sys/i4b/capi/iavc/iavc_isa.c 1.5 +0 -7 src/sys/i4b/capi/iavc/iavc_lli.c 1.6 +0 -7 src/sys/i4b/capi/iavc/iavc_pci.c 1.19 +0 -10 src/sys/i4b/driver/i4b_ctl.c 1.16 +0 -4 src/sys/i4b/driver/i4b_ing.c 1.18 +0 -4 src/sys/i4b/driver/i4b_ipr.c 1.18 +0 -4 src/sys/i4b/driver/i4b_isppp.c 1.23 +0 -4 src/sys/i4b/driver/i4b_rbch.c 1.24 +0 -4 src/sys/i4b/driver/i4b_tel.c 1.20 +0 -4 src/sys/i4b/driver/i4b_trace.c 1.5 +0 -50 src/sys/i4b/layer1/i4b_l1dmux.c 1.6 +0 -6 src/sys/i4b/layer1/ifpi/i4b_ifpi_isac.c 1.6 +0 -6 src/sys/i4b/layer1/ifpi/i4b_ifpi_l1.c 1.6 +0 -6 src/sys/i4b/layer1/ifpi/i4b_ifpi_l1fsm.c 1.11 +0 -6 src/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c 1.3 +0 -6 src/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.c 1.4 +0 -6 src/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1.c 1.3 +0 -6 src/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1fsm.c 1.10 +0 -6 src/sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c 1.8 +0 -5 src/sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c 1.5 +1 -7 src/sys/i4b/layer1/ifpnp/i4b_ifpnp_isac.c 1.5 +1 -7 src/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1.c 1.5 +1 -7 src/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1fsm.c 1.13 +0 -6 src/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c 1.8 +1 -7 src/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c 1.6 +1 -7 src/sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c 1.6 +3 -4 src/sys/i4b/layer1/isic/i4b_asuscom_ipac.c 1.6 +3 -4 src/sys/i4b/layer1/isic/i4b_avm_a1.c 1.11 +0 -6 src/sys/i4b/layer1/isic/i4b_bchan.c 1.8 +2 -3 src/sys/i4b/layer1/isic/i4b_ctx_s0P.c 1.2 +2 -3 src/sys/i4b/layer1/isic/i4b_diva.c 1.6 +3 -4 src/sys/i4b/layer1/isic/i4b_drn_ngo.c 1.6 +3 -4 src/sys/i4b/layer1/isic/i4b_dynalink.c 1.7 +2 -3 src/sys/i4b/layer1/isic/i4b_elsa_pcc16.c 1.6 +3 -4 src/sys/i4b/layer1/isic/i4b_elsa_qs1i.c 1.8 +2 -3 src/sys/i4b/layer1/isic/i4b_elsa_qs1p.c 1.9 +0 -6 src/sys/i4b/layer1/isic/i4b_hscx.c 1.6 +1 -7 src/sys/i4b/layer1/isic/i4b_isac.c 1.5 +1 -7 src/sys/i4b/layer1/isic/i4b_isic.c 1.6 +1 -5 src/sys/i4b/layer1/isic/i4b_isic_isa.c 1.7 +0 -4 src/sys/i4b/layer1/isic/i4b_isic_pnp.c 1.7 +2 -3 src/sys/i4b/layer1/isic/i4b_itk_ix1.c 1.6 +1 -7 src/sys/i4b/layer1/isic/i4b_l1.c 1.6 +1 -8 src/sys/i4b/layer1/isic/i4b_l1fsm.c 1.6 +3 -4 src/sys/i4b/layer1/isic/i4b_siemens_isurf.c 1.6 +3 -4 src/sys/i4b/layer1/isic/i4b_sws.c 1.6 +4 -4 src/sys/i4b/layer1/isic/i4b_tel_s016.c 1.6 +3 -5 src/sys/i4b/layer1/isic/i4b_tel_s0163.c 1.6 +4 -4 src/sys/i4b/layer1/isic/i4b_tel_s08.c 1.6 +3 -4 src/sys/i4b/layer1/isic/i4b_usr_sti.c 1.3 +0 -6 src/sys/i4b/layer1/itjc/i4b_itjc_isac.c 1.3 +0 -6 src/sys/i4b/layer1/itjc/i4b_itjc_l1.c 1.3 +0 -6 src/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c 1.4 +0 -5 src/sys/i4b/layer1/itjc/i4b_itjc_pci.c 1.12 +0 -5 src/sys/i4b/layer1/iwic/i4b_iwic_bchan.c 1.6 +0 -5 src/sys/i4b/layer1/iwic/i4b_iwic_dchan.c 1.6 +0 -5 src/sys/i4b/layer1/iwic/i4b_iwic_fsm.c 1.7 +0 -5 src/sys/i4b/layer1/iwic/i4b_iwic_l1if.c 1.8 +0 -5 src/sys/i4b/layer1/iwic/i4b_iwic_pci.c 1.12 +0 -6 src/sys/i4b/layer2/i4b_iframe.c 1.17 +0 -6 src/sys/i4b/layer2/i4b_l2.c 1.13 +0 -6 src/sys/i4b/layer2/i4b_l2fsm.c 1.12 +0 -6 src/sys/i4b/layer2/i4b_l2timer.c 1.13 +0 -6 src/sys/i4b/layer2/i4b_lme.c 1.13 +0 -6 src/sys/i4b/layer2/i4b_sframe.c 1.14 +0 -6 src/sys/i4b/layer2/i4b_tei.c 1.13 +0 -6 src/sys/i4b/layer2/i4b_uframe.c 1.14 +0 -7 src/sys/i4b/layer2/i4b_util.c 1.14 +0 -6 src/sys/i4b/layer3/i4b_l2if.c 1.15 +0 -6 src/sys/i4b/layer3/i4b_l3fsm.c 1.11 +0 -7 src/sys/i4b/layer3/i4b_l3timer.c 1.13 +0 -6 src/sys/i4b/layer3/i4b_l4if.c 1.16 +0 -6 src/sys/i4b/layer3/i4b_q931.c 1.12 +0 -6 src/sys/i4b/layer3/i4b_q932fac.c 1.29 +0 -9 src/sys/i4b/layer4/i4b_i4bdrv.c 1.16 +0 -5 src/sys/i4b/layer4/i4b_l4.c 1.14 +0 -6 src/sys/i4b/layer4/i4b_l4mgmt.c 1.11 +0 -6 src/sys/i4b/layer4/i4b_l4timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 17:59:22 2002 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 6679C37B401; Sun, 1 Sep 2002 17:59:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12E4943E6E; Sun, 1 Sep 2002 17:59:13 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g820xDJU077826; Sun, 1 Sep 2002 17:59:13 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g820xD9G077825; Sun, 1 Sep 2002 17:59:13 -0700 (PDT) Message-Id: <200209020059.g820xD9G077825@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 1 Sep 2002 17:59:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/baduki Makefile ports/games/corewars Makefile ports/games/crossfire-client Makefile ports/games/dopewars Makefile ports/games/eboard Makefile ports/games/freeciv Makefile ports/games/freeciv-gtk Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/01 17:59:13 PDT Modified files: games/baduki Makefile games/corewars Makefile games/crossfire-client Makefile games/dopewars Makefile games/eboard Makefile games/freeciv Makefile games/freeciv-gtk Makefile games/garith Makefile games/glchess Makefile games/groundhog Makefile games/gtkabale Makefile games/gtkballs Makefile games/hex Makefile games/mahjong Makefile games/mindguard Makefile games/rtb Makefile games/virt Makefile games/xphotohunter Makefile games/xpuyopuyo Makefile games/xqf Makefile games/xscorch Makefile games/znibbles Makefile Log: Deploy USE_GNOMENG infrastructure PR: 42301 Submitted by: Edwin Groothuis Revision Changes Path 1.7 +3 -2 ports/games/baduki/Makefile 1.17 +3 -2 ports/games/corewars/Makefile 1.46 +2 -1 ports/games/crossfire-client/Makefile 1.22 +2 -1 ports/games/dopewars/Makefile 1.17 +2 -2 ports/games/eboard/Makefile 1.5 +3 -2 ports/games/freeciv-gtk/Makefile 1.47 +5 -3 ports/games/freeciv/Makefile 1.8 +3 -2 ports/games/garith/Makefile 1.11 +2 -1 ports/games/glchess/Makefile 1.2 +2 -1 ports/games/groundhog/Makefile 1.5 +3 -2 ports/games/gtkabale/Makefile 1.18 +2 -1 ports/games/gtkballs/Makefile 1.12 +3 -2 ports/games/hex/Makefile 1.14 +2 -1 ports/games/mahjong/Makefile 1.5 +3 -2 ports/games/mindguard/Makefile 1.4 +3 -2 ports/games/rtb/Makefile 1.2 +2 -1 ports/games/virt/Makefile 1.10 +2 -1 ports/games/xphotohunter/Makefile 1.19 +5 -4 ports/games/xpuyopuyo/Makefile 1.12 +2 -1 ports/games/xqf/Makefile 1.10 +4 -3 ports/games/xscorch/Makefile 1.9 +2 -1 ports/games/znibbles/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 18: 1:46 2002 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 EC6F037B400; Sun, 1 Sep 2002 18:01:37 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6026D43E6A; Sun, 1 Sep 2002 18:01:37 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.3/8.12.3) with ESMTP id g8211Zwu000733; Sun, 1 Sep 2002 18:01:35 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.3/8.12.3/Submit) id g8211Zsc000732; Sun, 1 Sep 2002 18:01:35 -0700 Date: Sun, 1 Sep 2002 18:01:35 -0700 From: Brooks Davis To: Brooks Davis Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files files.i386 files.pc98 src/sys/i386/conf NOTES src/sys/i4b/capi capi_l4if.c capi_llif.c capi_msgs.c src/sys/i4b/capi/iavc iavc_card.c iavc_isa.c iavc_lli.c iavc_pci.c src/sys/i4b/driver i4b_ctl.c i4b_ing.c ... Message-ID: <20020901180135.A32594@Odin.AC.HMC.Edu> References: <200209020052.g820qC8t076534@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="9amGYk9869ThD9tj" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209020052.g820qC8t076534@freefall.freebsd.org>; from brooks@FreeBSD.org on Sun, Sep 01, 2002 at 05:52:12PM -0700 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 01, 2002 at 05:52:12PM -0700, Brooks Davis wrote: > brooks 2002/09/01 17:52:11 PDT >=20 > Modified files: > sys/conf files files.i386 files.pc98=20 > sys/i386/conf NOTES=20 > Log: > Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921, > i4bq931, i4b, isic, iwic, ifpi, ifpi2, ifpnp, ihfc, and itjc are > no longer count devices. Also remove a few other instances of N > being used to control compilation of whole files. With this commit, the only count devices in files.i386 are a bunch of ancient isa devices in i386/isa, almost all of which still use COMPAT_OLDISA. files.pc98 retains those isa devices and wd. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --9amGYk9869ThD9tj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9crhuXY6L6fI4GtQRAo86AJ9IiA3vI8tUknibIqg2e/0/UxYv6QCeJdxi 2YTNpF1jHS/2eiwlAY8V+LI= =/29W -----END PGP SIGNATURE----- --9amGYk9869ThD9tj-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 18: 3:53 2002 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 1CE4D37B400; Sun, 1 Sep 2002 18:03:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB99443E42; Sun, 1 Sep 2002 18:03:49 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8213nJU079413; Sun, 1 Sep 2002 18:03:49 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8213nsn079412; Sun, 1 Sep 2002 18:03:49 -0700 (PDT) Message-Id: <200209020103.g8213nsn079412@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 1 Sep 2002 18:03:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ghostscript-afpl Makefile ports/print/ghostscript-gnu Makefile ports/print/pdq Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/01 18:03:49 PDT Modified files: print/ghostscript-afpl Makefile print/ghostscript-gnu Makefile print/pdq Makefile Log: Deploy USE_GNOMENG infrastructure PR: 42302 Submitted by: Edwin Groothuis Revision Changes Path 1.106 +2 -1 ports/print/ghostscript-afpl/Makefile 1.81 +2 -1 ports/print/ghostscript-gnu/Makefile 1.10 +3 -2 ports/print/pdq/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 18:11:50 2002 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 A467D37B400; Sun, 1 Sep 2002 18:11:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55E6443E4A; Sun, 1 Sep 2002 18:11:47 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g821BlJU084550; Sun, 1 Sep 2002 18:11:47 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g821BlPt084542; Sun, 1 Sep 2002 18:11:47 -0700 (PDT) Message-Id: <200209020111.g821BlPt084542@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 1 Sep 2002 18:11:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/sparc64/loader Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/09/01 18:11:46 PDT Modified files: sys/boot/sparc64/loader Makefile Log: Remove NOFORTH=yes, it seems to work now thanks to scottl. Revision Changes Path 1.12 +0 -1 src/sys/boot/sparc64/loader/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 18:13:14 2002 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 21C4D37B400; Sun, 1 Sep 2002 18:13:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C273E43E6A; Sun, 1 Sep 2002 18:13:08 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g821D8JU084779; Sun, 1 Sep 2002 18:13:08 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g821D8Qc084778; Sun, 1 Sep 2002 18:13:08 -0700 (PDT) Message-Id: <200209020113.g821D8Qc084778@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 1 Sep 2002 18:13:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/science/euler Makefile ports/science/gdis Makefile ports/science/vis5d+ Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/01 18:13:08 PDT Modified files: science/euler Makefile science/gdis Makefile science/vis5d+ Makefile Log: Deploy USE_GNOMENG infrastructure PR: 42303 Submitted by: Edwin Groothuis Revision Changes Path 1.3 +2 -1 ports/science/euler/Makefile 1.3 +2 -1 ports/science/gdis/Makefile 1.7 +2 -1 ports/science/vis5d+/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 18:30:33 2002 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 7174037B400; Sun, 1 Sep 2002 18:30:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2167843E4A; Sun, 1 Sep 2002 18:30:27 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g821UQJU086589; Sun, 1 Sep 2002 18:30:26 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g821UQ6R086588; Sun, 1 Sep 2002 18:30:26 -0700 (PDT) Message-Id: <200209020130.g821UQ6R086588@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 1 Sep 2002 18:30:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/aewm Makefile ports/x11-wm/alloywm Makefile ports/x11-wm/amaterus Makefile ports/x11-wm/bbapm Makefile ports/x11-wm/bbrun Makefile ports/x11-wm/enlightenment Makefile ports/x11-wm/fluxconf Makefile ports/x11-wm/fvwm2 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/01 18:30:26 PDT Modified files: x11-wm/aewm Makefile x11-wm/alloywm Makefile x11-wm/amaterus Makefile x11-wm/bbapm Makefile x11-wm/bbrun Makefile x11-wm/enlightenment Makefile x11-wm/fluxconf Makefile x11-wm/fvwm2 Makefile x11-wm/fvwm2-devel Makefile x11-wm/icepref Makefile x11-wm/icewm Makefile x11-wm/libepplet Makefile x11-wm/qvwm Makefile x11-wm/sawfish Makefile x11-wm/scwm Makefile x11-wm/spager Makefile x11-wm/waimea Makefile x11-wm/xfce Makefile Log: Deploy USE_GNOMENG infrastructure PR: 42305 Submitted by: Edwin Groothuis Revision Changes Path 1.8 +9 -7 ports/x11-wm/aewm/Makefile 1.4 +6 -4 ports/x11-wm/alloywm/Makefile 1.15 +2 -1 ports/x11-wm/amaterus/Makefile 1.5 +2 -1 ports/x11-wm/bbapm/Makefile 1.10 +2 -1 ports/x11-wm/bbrun/Makefile 1.72 +2 -2 ports/x11-wm/enlightenment/Makefile 1.2 +2 -1 ports/x11-wm/fluxconf/Makefile 1.46 +5 -5 ports/x11-wm/fvwm2-devel/Makefile 1.47 +6 -5 ports/x11-wm/fvwm2/Makefile 1.11 +2 -1 ports/x11-wm/icepref/Makefile 1.77 +5 -5 ports/x11-wm/icewm/Makefile 1.7 +2 -2 ports/x11-wm/libepplet/Makefile 1.44 +2 -2 ports/x11-wm/qvwm/Makefile 1.59 +0 -1 ports/x11-wm/sawfish/Makefile 1.24 +2 -2 ports/x11-wm/scwm/Makefile 1.8 +3 -2 ports/x11-wm/spager/Makefile 1.3 +2 -1 ports/x11-wm/waimea/Makefile 1.59 +2 -1 ports/x11-wm/xfce/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 19: 6:51 2002 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 F2A2F37B401; Sun, 1 Sep 2002 19:06:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B3843E6E; Sun, 1 Sep 2002 19:06:46 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8226kJU013875; Sun, 1 Sep 2002 19:06:46 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8226kna013874; Sun, 1 Sep 2002 19:06:46 -0700 (PDT) Message-Id: <200209020206.g8226kna013874@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 1 Sep 2002 19:06:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/01 19:06:45 PDT Modified files: mail/balsa2 Makefile Log: Add a missing dependency on gdbm. PR: 42308 Submitted by: Benjamin Howell Revision Changes Path 1.62 +3 -2 ports/mail/balsa2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 19:10:27 2002 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 C259A37B400; Sun, 1 Sep 2002 19:10:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82FF143E3B; Sun, 1 Sep 2002 19:10:23 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g822ANJU014165; Sun, 1 Sep 2002 19:10:23 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g822AN9t014164; Sun, 1 Sep 2002 19:10:23 -0700 (PDT) Message-Id: <200209020210.g822AN9t014164@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 1 Sep 2002 19:10:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf/alpha Makefile.inc ld.so.script reloc.c rtld_machdep.h rtld_start.S X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/01 19:10:23 PDT Modified files: (Branch: RELENG_4) libexec/rtld-elf/alpha Makefile.inc reloc.c rtld_machdep.h rtld_start.S Added files: (Branch: RELENG_4) libexec/rtld-elf/alpha ld.so.script Log: MFC: ld-elf.so.1 assumed a few too many things about the ordering of sections produced by ld(8) (ie: that _DYNAMIC immediately follows the _GOT). Update ld.so to deal with the new (faster) PLT format that gcc-3.1 and binutils can produce. Revision Changes Path 1.1.4.1 +3 -0 src/libexec/rtld-elf/alpha/Makefile.inc 1.1.2.1 +135 -0 src/libexec/rtld-elf/alpha/ld.so.script (new) 1.10.2.5 +14 -4 src/libexec/rtld-elf/alpha/reloc.c 1.3.2.2 +3 -0 src/libexec/rtld-elf/alpha/rtld_machdep.h 1.3.2.2 +110 -68 src/libexec/rtld-elf/alpha/rtld_start.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 19:30:26 2002 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 17E8F37B400; Sun, 1 Sep 2002 19:30:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC1E143E6A; Sun, 1 Sep 2002 19:30:20 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g822UKJU016254; Sun, 1 Sep 2002 19:30:20 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g822UKcG016253; Sun, 1 Sep 2002 19:30:20 -0700 (PDT) Message-Id: <200209020230.g822UKcG016253@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 1 Sep 2002 19:30:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sparc64/fpu fpu_qp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/09/01 19:30:20 PDT Modified files: lib/libc/sparc64/fpu fpu_qp.c Log: Use FOO(a) for macros with variadic args, instead of FOO(a,) or FOO(a, ). Submitted by: gcc3.2 Revision Changes Path 1.3 +3 -3 src/lib/libc/sparc64/fpu/fpu_qp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 19:41:32 2002 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 0206737B400; Sun, 1 Sep 2002 19:41:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9187243E4A; Sun, 1 Sep 2002 19:41:27 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g822fRJU017382; Sun, 1 Sep 2002 19:41:27 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g822fRDU017381; Sun, 1 Sep 2002 19:41:27 -0700 (PDT) Message-Id: <200209020241.g822fRDU017381@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 1 Sep 2002 19:41:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/09/01 19:41:26 PDT Modified files: sys/kern imgact_elf.c Log: Fixed more indentation bugs. Revision Changes Path 1.122 +3 -3 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 19:57:28 2002 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 A62BF37B400; Sun, 1 Sep 2002 19:57:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57DC243E3B; Sun, 1 Sep 2002 19:57:26 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g822vQJU019125; Sun, 1 Sep 2002 19:57:26 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g822vQWa019124; Sun, 1 Sep 2002 19:57:26 -0700 (PDT) Message-Id: <200209020257.g822vQWa019124@freefall.freebsd.org> From: Murray Stokely Date: Sun, 1 Sep 2002 19:57:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/i386 dokern.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/09/01 19:57:26 PDT Modified files: release/i386 dokern.sh Log: Remove the AH[CD]_REG_PRETTY_PRINT options from the boot floppies. Discussed with: gibbs Revision Changes Path 1.62 +5 -1 src/release/i386/dokern.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 19:59: 2 2002 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 B51DC37B400; Sun, 1 Sep 2002 19:58:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70DB643E4A; Sun, 1 Sep 2002 19:58:54 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g822wsJU019293; Sun, 1 Sep 2002 19:58:54 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g822wsK3019292; Sun, 1 Sep 2002 19:58:54 -0700 (PDT) Message-Id: <200209020258.g822wsK3019292@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 19:58:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/sqlite Makefile distinfo pkg-comment pkg-descr pkg-plist ports/databases/sqlite/files Makefile.bsd Makefile.docs patch-docs patch-test pkgIndex.tcl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/01 19:58:54 PDT Modified files: databases/sqlite Makefile distinfo pkg-comment pkg-descr pkg-plist databases/sqlite/files pkgIndex.tcl Removed files: databases/sqlite/files Makefile.bsd Makefile.docs patch-docs patch-test Log: Update to 2.7.1 PR: 40816 Submitted by: maintainer Revision Changes Path 1.8 +34 -42 ports/databases/sqlite/Makefile 1.7 +1 -1 ports/databases/sqlite/distinfo 1.4 +0 -38 ports/databases/sqlite/files/Makefile.bsd (dead) 1.2 +0 -25 ports/databases/sqlite/files/Makefile.docs (dead) 1.2 +0 -30 ports/databases/sqlite/files/patch-docs (dead) 1.3 +0 -12 ports/databases/sqlite/files/patch-test (dead) 1.2 +1 -1 ports/databases/sqlite/files/pkgIndex.tcl 1.2 +1 -1 ports/databases/sqlite/pkg-comment 1.2 +5 -6 ports/databases/sqlite/pkg-descr 1.4 +15 -9 ports/databases/sqlite/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 Sep 1 20: 0:22 2002 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 23E2C37B400; Sun, 1 Sep 2002 20:00:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9BDE43E42; Sun, 1 Sep 2002 20:00:14 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8230EJU019555; Sun, 1 Sep 2002 20:00:14 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8230EgU019554; Sun, 1 Sep 2002 20:00:14 -0700 (PDT) Message-Id: <200209020300.g8230EgU019554@freefall.freebsd.org> From: Murray Stokely Date: Sun, 1 Sep 2002 20:00:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha dokern.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/09/01 20:00:14 PDT Modified files: release/alpha dokern.sh Log: MFi386: Remove AH[CD]_REG_PRETTY_PRINT from boot floppies. Revision Changes Path 1.57 +3 -1 src/release/alpha/dokern.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 20: 8:53 2002 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 4A1DD37B400; Sun, 1 Sep 2002 20:08:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFCA243E6A; Sun, 1 Sep 2002 20:08:47 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: from freefall.freebsd.org (sumikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8238lJU024516; Sun, 1 Sep 2002 20:08:47 -0700 (PDT) (envelope-from sumikawa@freefall.freebsd.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8238lrb024515; Sun, 1 Sep 2002 20:08:47 -0700 (PDT) Message-Id: <200209020308.g8238lrb024515@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Sun, 1 Sep 2002 20:08:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/wwwoffle Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2002/09/01 20:08:47 PDT Modified files: www/wwwoffle Makefile distinfo pkg-plist Log: Upgrade to 2.7e. Revision Changes Path 1.26 +1 -1 ports/www/wwwoffle/Makefile 1.13 +1 -1 ports/www/wwwoffle/distinfo 1.13 +30 -3 ports/www/wwwoffle/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 Sep 1 20:32:32 2002 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 1B6B737B400; Sun, 1 Sep 2002 20:32:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C123343E65; Sun, 1 Sep 2002 20:32:27 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g823WRJU026753; Sun, 1 Sep 2002 20:32:27 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g823WRBS026752; Sun, 1 Sep 2002 20:32:27 -0700 (PDT) Message-Id: <200209020332.g823WRBS026752@freefall.freebsd.org> From: Kevin Lo Date: Sun, 1 Sep 2002 20:32:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/tdir Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/09/01 20:32:27 PDT Modified files: sysutils/tdir Makefile distinfo Log: Update to version 1.67 PR: 42307 Submitted by: MAINTAINER Revision Changes Path 1.4 +2 -2 ports/sysutils/tdir/Makefile 1.4 +1 -1 ports/sysutils/tdir/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 20:34:20 2002 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 14E4337B400; Sun, 1 Sep 2002 20:34:14 -0700 (PDT) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9660443E6E; Sun, 1 Sep 2002 20:34:13 -0700 (PDT) (envelope-from scottl@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.10.2+Sun/8.10.2) with ESMTP id g823YDG16361; Sun, 1 Sep 2002 20:34:13 -0700 (PDT) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id UAA08400; Sun, 1 Sep 2002 20:34:12 -0700 (PDT) Received: from hollin.btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id VAA17364; Sun, 1 Sep 2002 21:34:09 -0600 (MDT) Received: from hollin.btc.adaptec.com (localhost [127.0.0.1]) by hollin.btc.adaptec.com (8.12.5/8.12.5) with ESMTP id g823VpdK006089; Sun, 1 Sep 2002 21:31:51 -0600 (MDT) (envelope-from scottl@hollin.btc.adaptec.com) Received: (from scottl@localhost) by hollin.btc.adaptec.com (8.12.5/8.12.5/Submit) id g823Vphw006088; Sun, 1 Sep 2002 21:31:51 -0600 (MDT) Date: Sun, 1 Sep 2002 21:31:51 -0600 From: Scott Long To: Murray Stokely Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/release/i386 dokern.sh Message-ID: <20020902033151.GB5944@hollin.btc.adaptec.com> References: <200209020257.g822vQWa019124@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209020257.g822vQWa019124@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 01, 2002 at 07:57:26PM -0700, Murray Stokely wrote: > murray 2002/09/01 19:57:26 PDT > > Modified files: > release/i386 dokern.sh > Log: > Remove the AH[CD]_REG_PRETTY_PRINT options from the boot floppies. > > Discussed with: gibbs > > Revision Changes Path > 1.62 +5 -1 src/release/i386/dokern.sh Thanks! Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 20:43:38 2002 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 55BE537B400; Sun, 1 Sep 2002 20:43:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B89443E4A; Sun, 1 Sep 2002 20:43:33 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g823hWJU028047; Sun, 1 Sep 2002 20:43:32 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g823hWnR028046; Sun, 1 Sep 2002 20:43:32 -0700 (PDT) Message-Id: <200209020343.g823hWnR028046@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 1 Sep 2002 20:43:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/tin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/01 20:43:32 PDT Modified files: news/tin Makefile Log: Update libuu shared lib dependency to version 2 Revision Changes Path 1.101 +1 -1 ports/news/tin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 20:44:32 2002 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 3438D37B401; Sun, 1 Sep 2002 20:44:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D62D843E6E; Sun, 1 Sep 2002 20:44:10 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g823i0JU028138; Sun, 1 Sep 2002 20:44:00 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g823i0tn028135; Sun, 1 Sep 2002 20:44:00 -0700 (PDT) Message-Id: <200209020344.g823i0tn028135@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 1 Sep 2002 20:44:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/kdenetwork2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/01 20:44:00 PDT Modified files: net/kdenetwork2 Makefile Log: Update libuu shared lib dependency to libuu.2 Revision Changes Path 1.77 +1 -1 ports/net/kdenetwork2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 20:44:58 2002 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 40DF037B401; Sun, 1 Sep 2002 20:44:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99E7D43E77; Sun, 1 Sep 2002 20:44:37 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g823iQJU028224; Sun, 1 Sep 2002 20:44:26 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g823iQRd028223; Sun, 1 Sep 2002 20:44:26 -0700 (PDT) Message-Id: <200209020344.g823iQRd028223@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 1 Sep 2002 20:44:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/kdenetwork3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/01 20:44:26 PDT Modified files: net/kdenetwork3 Makefile Log: Update libuu shared lib dependency to libuu.2 Revision Changes Path 1.84 +1 -1 ports/net/kdenetwork3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 20:45:10 2002 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 539DB37B427; Sun, 1 Sep 2002 20:44:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99CB043E6E; Sun, 1 Sep 2002 20:44:37 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g823iQJU028226; Sun, 1 Sep 2002 20:44:26 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g823iQmt028214; Sun, 1 Sep 2002 20:44:26 -0700 (PDT) Message-Id: <200209020344.g823iQmt028214@freefall.freebsd.org> From: Kevin Lo Date: Sun, 1 Sep 2002 20:44:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/pircbot Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/09/01 20:44:25 PDT Modified files: irc/pircbot Makefile distinfo Log: Update to version 0.9.6 PR: 42259 Submitted by: MAINTAINER Revision Changes Path 1.4 +2 -2 ports/irc/pircbot/Makefile 1.3 +1 -1 ports/irc/pircbot/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 20:47:28 2002 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 5A80B37B400; Sun, 1 Sep 2002 20:47:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D32343E6E; Sun, 1 Sep 2002 20:47:22 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g823lLJU028538; Sun, 1 Sep 2002 20:47:21 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g823lL6j028537; Sun, 1 Sep 2002 20:47:21 -0700 (PDT) Message-Id: <200209020347.g823lL6j028537@freefall.freebsd.org> From: Kevin Lo Date: Sun, 1 Sep 2002 20:47:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/vamos Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/09/01 20:47:21 PDT Modified files: games/vamos Makefile distinfo pkg-plist Log: Update to version 0.2.4 PR: 42240 Submitted by: Ports Fury Revision Changes Path 1.5 +1 -1 ports/games/vamos/Makefile 1.4 +1 -1 ports/games/vamos/distinfo 1.4 +2 -1 ports/games/vamos/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 Sep 1 20:48: 0 2002 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 2828D37B400; Sun, 1 Sep 2002 20:47:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEEC043E6E; Sun, 1 Sep 2002 20:47:53 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g823lrJU028653; Sun, 1 Sep 2002 20:47:53 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g823lrsN028652; Sun, 1 Sep 2002 20:47:53 -0700 (PDT) Message-Id: <200209020347.g823lrsN028652@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 1 Sep 2002 20:47:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/uulib/files patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/01 20:47:53 PDT Added files: converters/uulib/files patch-ac patch-ad Log: Use safe temp files. I'll try to cook-up a different version of these to submit back to the author once I digup my autoconf manual again. :( Revision Changes Path 1.1 +24 -0 ports/converters/uulib/files/patch-ac (new) 1.1 +21 -0 ports/converters/uulib/files/patch-ad (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 20:50: 8 2002 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 488C437B401; Sun, 1 Sep 2002 20:49:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 096F643E42; Sun, 1 Sep 2002 20:49:59 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g823nwJU028990; Sun, 1 Sep 2002 20:49:58 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g823nwGl028989; Sun, 1 Sep 2002 20:49:58 -0700 (PDT) Message-Id: <200209020349.g823nwGl028989@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 1 Sep 2002 20:49:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/uulib Makefile distinfo pkg-comment pkg-descr pkg-plist ports/converters/uulib/files patch-aa patch-ab uulib.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/01 20:49:58 PDT Modified files: converters/uulib Makefile distinfo pkg-comment pkg-descr pkg-plist converters/uulib/files patch-aa patch-ab uulib.3 Log: Upgrade to uulib 0.5.18. This adds support for yEnc. Significantly inspired by PR: ports/41508 (KATO Tsuguru) Revision Changes Path 1.27 +6 -7 ports/converters/uulib/Makefile 1.7 +1 -2 ports/converters/uulib/distinfo 1.3 +4 -4 ports/converters/uulib/files/patch-aa 1.3 +4 -4 ports/converters/uulib/files/patch-ab 1.3 +5 -6 ports/converters/uulib/files/uulib.3 1.3 +1 -1 ports/converters/uulib/pkg-comment 1.5 +1 -1 ports/converters/uulib/pkg-descr 1.10 +2 -1 ports/converters/uulib/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 Sep 1 20:53:18 2002 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 45E3F37B401; Sun, 1 Sep 2002 20:53:13 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFC7043E42; Sun, 1 Sep 2002 20:53:07 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g823qx2F071454; Sun, 1 Sep 2002 21:52:59 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 01 Sep 2002 21:52:41 -0600 (MDT) Message-Id: <20020901.215241.23185365.imp@bsdimp.com> To: kan@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc configure From: "M. Warner Losh" In-Reply-To: <200209012056.g81KupE8023813@freefall.freebsd.org> References: <200209012056.g81KupE8023813@freefall.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200209012056.g81KupE8023813@freefall.freebsd.org> Alexander Kabaev writes: : kan 2002/09/01 13:56:51 PDT Well Done! Thank you for suffering the slings and arrows of touching the system compiler! Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 20:53:56 2002 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 6F11237B400; Sun, 1 Sep 2002 20:53:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DFC243E4A; Sun, 1 Sep 2002 20:53:47 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g823rlJU029921; Sun, 1 Sep 2002 20:53:47 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g823rlnn029920; Sun, 1 Sep 2002 20:53:47 -0700 (PDT) Message-Id: <200209020353.g823rlnn029920@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 1 Sep 2002 20:53:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/uudeview Makefile distinfo pkg-comment pkg-descr pkg-plist ports/converters/uudeview/files patch-aa patch-ac patch-ad porting.notes X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/01 20:53:46 PDT Modified files: converters/uudeview Makefile distinfo pkg-comment pkg-descr pkg-plist converters/uudeview/files patch-aa patch-ac patch-ad porting.notes Log: Update to uudeview 0.5.18. Significantly inspired by PR: ports/41508 Revision Changes Path 1.22 +5 -5 ports/converters/uudeview/Makefile 1.10 +1 -2 ports/converters/uudeview/distinfo 1.3 +7 -7 ports/converters/uudeview/files/patch-aa 1.2 +8 -6 ports/converters/uudeview/files/patch-ac 1.2 +8 -7 ports/converters/uudeview/files/patch-ad 1.5 +1 -1 ports/converters/uudeview/files/porting.notes 1.3 +1 -1 ports/converters/uudeview/pkg-comment 1.6 +5 -9 ports/converters/uudeview/pkg-descr 1.5 +1 -1 ports/converters/uudeview/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 Sep 1 20:57: 6 2002 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 D23FB37B400; Sun, 1 Sep 2002 20:57:01 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D09443E42; Sun, 1 Sep 2002 20:56:56 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g823ud2F071512; Sun, 1 Sep 2002 21:56:46 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 01 Sep 2002 21:56:21 -0600 (MDT) Message-Id: <20020901.215621.117028662.imp@bsdimp.com> To: brooks@one-eyed-alien.net Cc: brooks@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files files.i386 files.pc98 src/sys/i386/conf NOTES src/sys/i4b/capi capi_l4if.c capi_llif.c capi_msgs.c src/sys/i4b/capi/iavc iavc_card.c iavc_isa.c iavc_lli.c iavc_pci.c src/sys/i4b/driver i4b_ctl.c i4b_ing.c ... From: "M. Warner Losh" In-Reply-To: <20020901180135.A32594@Odin.AC.HMC.Edu> References: <200209020052.g820qC8t076534@freefall.freebsd.org> <20020901180135.A32594@Odin.AC.HMC.Edu> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20020901180135.A32594@Odin.AC.HMC.Edu> Brooks Davis writes: : COMPAT_OLDISA. files.pc98 retains those isa devices and wd. There's ata patches for pc98 that soren has received. He has some issues with them, last I heard, which is why wd is still there. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 20:57:45 2002 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 8F54337B400; Sun, 1 Sep 2002 20:57:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 430D443E4A; Sun, 1 Sep 2002 20:57:41 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g823vcJU030287; Sun, 1 Sep 2002 20:57:38 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g823vcnR030283; Sun, 1 Sep 2002 20:57:38 -0700 (PDT) Message-Id: <200209020357.g823vcnR030283@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 1 Sep 2002 20:57:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/xdeview/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/01 20:57:37 PDT Removed files: converters/xdeview/files patch-ac Log: Updated uudeview version doesn't need to be patched for Tcl 82+ anymore. Revision Changes Path 1.2 +0 -23 ports/converters/xdeview/files/patch-ac (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 20:58:39 2002 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 4ACBA37B400; Sun, 1 Sep 2002 20:58:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E194043E4A; Sun, 1 Sep 2002 20:58:24 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g823wOJU031141; Sun, 1 Sep 2002 20:58:24 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g823wORi031140; Sun, 1 Sep 2002 20:58:24 -0700 (PDT) Message-Id: <200209020358.g823wORi031140@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 1 Sep 2002 20:58:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/buffy Makefile ports/x11-toolkits/clean-theme-gtk Makefile ports/x11-toolkits/colorstep Makefile ports/x11-toolkits/easygtk Makefile ports/x11-toolkits/eazel-themes Makefile ports/x11-toolkits/engradient Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/01 20:58:24 PDT Modified files: x11-toolkits/buffy Makefile x11-toolkits/clean-theme-gtk Makefile x11-toolkits/colorstep Makefile x11-toolkits/easygtk Makefile x11-toolkits/eazel-themes Makefile x11-toolkits/engradient Makefile x11-toolkits/gevas Makefile x11-toolkits/gnome-look Makefile x11-toolkits/gtk-Mac2-theme Makefile x11-toolkits/gtk-engines Makefile x11-toolkits/gtk-flat-theme Makefile x11-toolkits/gtk-qn-x11-theme Makefile x11-toolkits/gtk-zenith-theme Makefile x11-toolkits/gtkada Makefile x11-toolkits/gtkbe Makefile x11-toolkits/gtkdatabox Makefile x11-toolkits/gtkextra Makefile x11-toolkits/gtkextra-- Makefile x11-toolkits/gtkglarea-- Makefile x11-toolkits/gtkscintilla Makefile x11-toolkits/gtkstep Makefile x11-toolkits/gtkstep-pastel Makefile x11-toolkits/gtoolkit Makefile x11-toolkits/icegradient Makefile x11-toolkits/libgtkeditor Makefile x11-toolkits/notif2 Makefile x11-toolkits/p5-GdkImlib Makefile x11-toolkits/p5-Gnome Makefile x11-toolkits/p5-Gtk Makefile x11-toolkits/p5-GtkGLArea Makefile x11-toolkits/p5-GtkXmHTML Makefile x11-toolkits/pike-gtk Makefile x11-toolkits/py-gtkscintilla Makefile x11-toolkits/py-wxPython Makefile x11-toolkits/ruby-gtk Makefile x11-toolkits/scintilla Makefile x11-toolkits/thinice Makefile x11-toolkits/vdk Makefile x11-toolkits/vdkbuilder Makefile x11-toolkits/whistlerk Makefile x11-toolkits/wxgtk Makefile x11-toolkits/wxgtk-devel Makefile x11-toolkits/xenophilia Makefile x11-toolkits/xenostep Makefile Log: Deploy USE_GNOMENG infrastructure PR: 42309 Submitted by: Edwin Groothuis Revision Changes Path 1.7 +2 -1 ports/x11-toolkits/buffy/Makefile 1.11 +2 -1 ports/x11-toolkits/clean-theme-gtk/Makefile 1.6 +3 -2 ports/x11-toolkits/colorstep/Makefile 1.4 +2 -1 ports/x11-toolkits/easygtk/Makefile 1.12 +4 -3 ports/x11-toolkits/eazel-themes/Makefile 1.6 +3 -2 ports/x11-toolkits/engradient/Makefile 1.8 +2 -1 ports/x11-toolkits/gevas/Makefile 1.4 +3 -2 ports/x11-toolkits/gnome-look/Makefile 1.5 +3 -2 ports/x11-toolkits/gtk-Mac2-theme/Makefile 1.30 +2 -1 ports/x11-toolkits/gtk-engines/Makefile 1.3 +3 -2 ports/x11-toolkits/gtk-flat-theme/Makefile 1.5 +3 -2 ports/x11-toolkits/gtk-qn-x11-theme/Makefile 1.2 +2 -1 ports/x11-toolkits/gtk-zenith-theme/Makefile 1.6 +3 -3 ports/x11-toolkits/gtkada/Makefile 1.7 +3 -2 ports/x11-toolkits/gtkbe/Makefile 1.2 +2 -1 ports/x11-toolkits/gtkdatabox/Makefile 1.13 +2 -1 ports/x11-toolkits/gtkextra--/Makefile 1.14 +2 -1 ports/x11-toolkits/gtkextra/Makefile 1.2 +2 -1 ports/x11-toolkits/gtkglarea--/Makefile 1.8 +2 -1 ports/x11-toolkits/gtkscintilla/Makefile 1.6 +3 -2 ports/x11-toolkits/gtkstep-pastel/Makefile 1.20 +2 -1 ports/x11-toolkits/gtkstep/Makefile 1.8 +2 -1 ports/x11-toolkits/gtoolkit/Makefile 1.5 +3 -2 ports/x11-toolkits/icegradient/Makefile 1.6 +2 -1 ports/x11-toolkits/libgtkeditor/Makefile 1.3 +2 -1 ports/x11-toolkits/notif2/Makefile 1.9 +2 -1 ports/x11-toolkits/p5-GdkImlib/Makefile 1.10 +2 -1 ports/x11-toolkits/p5-Gnome/Makefile 1.39 +2 -1 ports/x11-toolkits/p5-Gtk/Makefile 1.6 +3 -2 ports/x11-toolkits/p5-GtkGLArea/Makefile 1.9 +2 -1 ports/x11-toolkits/p5-GtkXmHTML/Makefile 1.6 +3 -2 ports/x11-toolkits/pike-gtk/Makefile 1.8 +2 -1 ports/x11-toolkits/py-gtkscintilla/Makefile 1.27 +2 -1 ports/x11-toolkits/py-wxPython/Makefile 1.22 +2 -1 ports/x11-toolkits/ruby-gtk/Makefile 1.13 +2 -1 ports/x11-toolkits/scintilla/Makefile 1.5 +2 -1 ports/x11-toolkits/thinice/Makefile 1.12 +4 -3 ports/x11-toolkits/vdk/Makefile 1.12 +4 -3 ports/x11-toolkits/vdkbuilder/Makefile 1.3 +3 -2 ports/x11-toolkits/whistlerk/Makefile 1.34 +2 -1 ports/x11-toolkits/wxgtk-devel/Makefile 1.27 +3 -2 ports/x11-toolkits/wxgtk/Makefile 1.10 +3 -2 ports/x11-toolkits/xenophilia/Makefile 1.6 +2 -1 ports/x11-toolkits/xenostep/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 20:59:15 2002 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 87C4537B400; Sun, 1 Sep 2002 20:59:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 497AE43E4A; Sun, 1 Sep 2002 20:59:07 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g823x7JU031275; Sun, 1 Sep 2002 20:59:07 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g823x71Q031274; Sun, 1 Sep 2002 20:59:07 -0700 (PDT) Message-Id: <200209020359.g823x71Q031274@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 1 Sep 2002 20:59:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/xdeview Makefile distinfo pkg-comment pkg-descr pkg-plist ports/converters/xdeview/files patch-aa porting.notes X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/01 20:59:06 PDT Modified files: converters/xdeview Makefile distinfo pkg-comment pkg-descr pkg-plist converters/xdeview/files patch-aa porting.notes Log: Update to xdeview 0.5.18. Significantly inspired by PR: ports/41508 Revision Changes Path 1.22 +15 -10 ports/converters/xdeview/Makefile 1.7 +1 -2 ports/converters/xdeview/distinfo 1.3 +0 -69 ports/converters/xdeview/files/patch-aa 1.4 +1 -1 ports/converters/xdeview/files/porting.notes 1.3 +1 -1 ports/converters/xdeview/pkg-comment 1.5 +4 -4 ports/converters/xdeview/pkg-descr 1.4 +0 -1 ports/converters/xdeview/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 Sep 1 21: 0:52 2002 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 B380937B400; Sun, 1 Sep 2002 21:00:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CBDB43E4A; Sun, 1 Sep 2002 21:00:43 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8240RJU031667; Sun, 1 Sep 2002 21:00:27 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8240Ri4031666; Sun, 1 Sep 2002 21:00:27 -0700 (PDT) Message-Id: <200209020400.g8240Ri4031666@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 1 Sep 2002 21:00:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/gfe Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/01 21:00:27 PDT Modified files: x11-fonts/gfe Makefile Log: Deploy USE_GNOMENG infrastructure PR: 42310 Submitted by: Edwin Groothuis Revision Changes Path 1.4 +2 -1 ports/x11-fonts/gfe/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 21: 1:15 2002 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 77A1B37B405; Sun, 1 Sep 2002 21:01:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF2F143E3B; Sun, 1 Sep 2002 21:00:53 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8240kJU031758; Sun, 1 Sep 2002 21:00:46 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8240kJJ031757; Sun, 1 Sep 2002 21:00:46 -0700 (PDT) Message-Id: <200209020400.g8240kJJ031757@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 1 Sep 2002 21:00:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/uulib/files porting.notes X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/01 21:00:45 PDT Modified files: converters/uulib/files porting.notes Log: "libuu" -> "uulib" Revision Changes Path 1.3 +1 -1 ports/converters/uulib/files/porting.notes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 21: 3:56 2002 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 CB20637B410; Sun, 1 Sep 2002 21:03:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67A3F43E9C; Sun, 1 Sep 2002 21:03:46 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8243aJU032730; Sun, 1 Sep 2002 21:03:36 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8243agW032729; Sun, 1 Sep 2002 21:03:36 -0700 (PDT) Message-Id: <200209020403.g8243agW032729@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 1 Sep 2002 21:03:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/dfm Makefile ports/x11-fm/endeavour Makefile ports/x11-fm/fsv Makefile ports/x11-fm/gentoo Makefile ports/x11-fm/mtoolsfm Makefile ports/x11-fm/vide Makefile ports/x11-fm/workplace Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/01 21:03:35 PDT Modified files: x11-fm/dfm Makefile x11-fm/endeavour Makefile x11-fm/fsv Makefile x11-fm/gentoo Makefile x11-fm/mtoolsfm Makefile x11-fm/vide Makefile x11-fm/workplace Makefile Log: Deploy USE_GNOMENG infrastructure PR: 42311 Submitted by: Edwin Groothuis Revision Changes Path 1.26 +2 -1 ports/x11-fm/dfm/Makefile 1.13 +2 -1 ports/x11-fm/endeavour/Makefile 1.10 +2 -1 ports/x11-fm/fsv/Makefile 1.21 +2 -1 ports/x11-fm/gentoo/Makefile 1.15 +2 -1 ports/x11-fm/mtoolsfm/Makefile 1.5 +3 -2 ports/x11-fm/vide/Makefile 1.20 +2 -1 ports/x11-fm/workplace/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 21: 4:20 2002 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 A39C237B658; Sun, 1 Sep 2002 21:04:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57A2443E6A; Sun, 1 Sep 2002 21:04:12 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8244CJU032877; Sun, 1 Sep 2002 21:04:12 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8244CM3032876; Sun, 1 Sep 2002 21:04:12 -0700 (PDT) Message-Id: <200209020404.g8244CM3032876@freefall.freebsd.org> From: Alan Cox Date: Sun, 1 Sep 2002 21:04:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_cow.c src/sys/vm vm_page.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/09/01 21:04:12 PDT Modified files: sys/kern uipc_cow.c sys/vm vm_page.c Log: o Synchronize updates to struct vm_page::cow with the page queues lock. Revision Changes Path 1.6 +3 -1 src/sys/kern/uipc_cow.c 1.214 +5 -6 src/sys/vm/vm_page.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 21: 4:48 2002 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 93F6937B400; Sun, 1 Sep 2002 21:04:40 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADE2043E65; Sun, 1 Sep 2002 21:04:39 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 2D7C3519B4; Mon, 2 Sep 2002 13:04:38 +0900 (JST) Date: Mon, 02 Sep 2002 13:04:38 +0900 Message-ID: <86bs7h5961.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Tim Vanderhoek Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/kdenetwork3 Makefile In-Reply-To: <200209020344.g823iQRd028223@freefall.freebsd.org> References: <200209020344.g823iQRd028223@freefall.freebsd.org> User-Agent: Wanderlust/2.9.15 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) 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 EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Sun, 1 Sep 2002 20:44:26 -0700 (PDT), Tim Vanderhoek wrote: > hoek 2002/09/01 20:44:26 PDT > > Modified files: > net/kdenetwork3 Makefile > Log: > Update libuu shared lib dependency to libuu.2 > > Revision Changes Path > 1.84 +1 -1 ports/net/kdenetwork3/Makefile When a shlib version is bumped, you should also bump PORTREVISION to notify that the port needs updating. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 21:12:46 2002 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 7709137B400; Sun, 1 Sep 2002 21:12:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 258F843E42; Sun, 1 Sep 2002 21:12:43 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g824ChJU038584; Sun, 1 Sep 2002 21:12:43 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g824CgvI038583; Sun, 1 Sep 2002 21:12:42 -0700 (PDT) Message-Id: <200209020412.g824CgvI038583@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 1 Sep 2002 21:12:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/ruby-freedb Makefile distinfo ports/audio/ruby-freedb/files patch-freedb_misc.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/01 21:12:40 PDT Modified files: audio/ruby-freedb Makefile distinfo Removed files: audio/ruby-freedb/files patch-freedb_misc.rb Log: Update to 0.3.1. Revision Changes Path 1.5 +1 -2 ports/audio/ruby-freedb/Makefile 1.4 +1 -1 ports/audio/ruby-freedb/distinfo 1.2 +0 -26 ports/audio/ruby-freedb/files/patch-freedb_misc.rb (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 21:14:13 2002 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 49A8E37B400; Sun, 1 Sep 2002 21:14:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F32A143E6A; Sun, 1 Sep 2002 21:14:06 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g824E6JU038739; Sun, 1 Sep 2002 21:14:06 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g824E6rc038738; Sun, 1 Sep 2002 21:14:06 -0700 (PDT) Message-Id: <200209020414.g824E6rc038738@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 1 Sep 2002 21:14:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/ruby-X11 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/01 21:14:06 PDT Modified files: x11/ruby-X11 Makefile Log: Update MASTER_SITES. Revision Changes Path 1.5 +2 -2 ports/x11/ruby-X11/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 21:27:20 2002 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 5885537B400; Sun, 1 Sep 2002 21:27:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04E2943E65; Sun, 1 Sep 2002 21:27:14 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g824RDJU039801; Sun, 1 Sep 2002 21:27:13 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g824RDaM039800; Sun, 1 Sep 2002 21:27:13 -0700 (PDT) Message-Id: <200209020427.g824RDaM039800@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 1 Sep 2002 21:27:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/tin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/01 21:27:13 PDT Modified files: news/tin Makefile Log: Previous shlib update should have also bumped PORTREVISION (reminded by knu). Revision Changes Path 1.102 +1 -0 ports/news/tin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 21:51: 3 2002 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 DD2DA37B400; Sun, 1 Sep 2002 21:50:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F04743E3B; Sun, 1 Sep 2002 21:50:58 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g824owJU041908; Sun, 1 Sep 2002 21:50:58 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g824owan041907; Sun, 1 Sep 2002 21:50:58 -0700 (PDT) Message-Id: <200209020450.g824owan041907@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 1 Sep 2002 21:50:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/09/01 21:50:58 PDT Modified files: sys/kern imgact_elf.c Log: Moved elf brand identification into a function. Fully identify the brand early in the process of loading an elf file, so that we can identify the sysentvec, and so that we do not continue if we do not have a brand (and thus a sysentvec). Use the values in the sysentvec for the page size and vm ranges unconditionally, since they are all filled in now. Revision Changes Path 1.123 +75 -105 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 21:53:16 2002 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 B8D8637B406; Sun, 1 Sep 2002 21:52:53 -0700 (PDT) Received: from tomts9-srv.bellnexxia.net (tomts9.bellnexxia.net [209.226.175.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E0CC43E65; Sun, 1 Sep 2002 21:52:52 -0700 (PDT) (envelope-from t.vanderhoek@utoronto.ca) Received: from localhost.nowhere ([64.231.123.144]) by tomts9-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020902045311.WJEL14397.tomts9-srv.bellnexxia.net@localhost.nowhere>; Mon, 2 Sep 2002 00:53:11 -0400 Received: from localhost.nowhere (localhost [127.0.0.1]) by localhost.nowhere (8.12.5/8.12.5) with ESMTP id g824qrRT099037; Mon, 2 Sep 2002 00:52:53 -0400 (EDT) (envelope-from tim@localhost.nowhere) Received: (from tim@localhost) by localhost.nowhere (8.12.5/8.12.5/Submit) id g824qqMs099034; Mon, 2 Sep 2002 00:52:52 -0400 (EDT) Date: Mon, 2 Sep 2002 00:52:52 -0400 From: Tim Vanderhoek To: Akinori MUSHA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/kdenetwork3 Makefile Message-ID: <20020902045252.GA72916@turquoise> References: <200209020344.g823iQRd028223@freefall.freebsd.org> <86bs7h5961.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86bs7h5961.wl@archon.local.idaemons.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 02, 2002 at 01:04:38PM +0900, Akinori MUSHA wrote: > At Sun, 1 Sep 2002 20:44:26 -0700 (PDT), > Tim Vanderhoek wrote: > > hoek 2002/09/01 20:44:26 PDT > > > > Modified files: > > net/kdenetwork3 Makefile > > Log: > > Update libuu shared lib dependency to libuu.2 > > > > Revision Changes Path > > 1.84 +1 -1 ports/net/kdenetwork3/Makefile > > When a shlib version is bumped, you should also bump PORTREVISION to > notify that the port needs updating. I think that the uulib dependency is actually completely bogus. I couldn't find any uulib code in either kdenetwork2 or kdenetwork3. In the case of kdenetwork2, I know that ldd(1) couldn't find any dependencies on uulib and I know that kdenetwork2 compiles succesfully without uulib (kdenetwork3 simply wouldn't compile for me due to other non-uulib problems). I intend to remove the uulib dependency instead; I'm just waiting for an ack from kde@FreeBSD.org. Since these are large ports, I don't want to bump PORTREVISION if the uulib dependency is actually bogus (which I'm pretty sure it is). Sound reasonable? However, I did neglect to bump PORTREVISION for tin. Now fixed. :) -- If I could think of a two-line witty aphorism for you to remember me by, this would definitely be it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 22:13:40 2002 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 E249337B400; Sun, 1 Sep 2002 22:13:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96AB243E77; Sun, 1 Sep 2002 22:13:37 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g825DbJU048345; Sun, 1 Sep 2002 22:13:37 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g825DbgQ048344; Sun, 1 Sep 2002 22:13:37 -0700 (PDT) Message-Id: <200209020513.g825DbgQ048344@freefall.freebsd.org> From: Alan Cox Date: Sun, 1 Sep 2002 22:13:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/09/01 22:13:37 PDT Modified files: sys/ia64/ia64 pmap.c Log: o Remove an initialized but unused variable from pmap_remove_all(). Revision Changes Path 1.77 +0 -2 src/sys/ia64/ia64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 22:19:53 2002 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 D348837B400; Sun, 1 Sep 2002 22:19:48 -0700 (PDT) Received: from procyon.firepipe.net (procyon.firepipe.net [198.78.66.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D0E043E75; Sun, 1 Sep 2002 22:19:48 -0700 (PDT) (envelope-from will@csociety.org) Received: by procyon.firepipe.net (Postfix, from userid 1000) id 2F99F21438; Sun, 1 Sep 2002 22:18:13 -0700 (PDT) Date: Sun, 1 Sep 2002 22:18:13 -0700 From: Will Andrews To: Tim Vanderhoek Cc: kde@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/kdenetwork3 Makefile Message-ID: <20020902051813.GG2072@procyon.firepipe.net> Mail-Followup-To: Tim Vanderhoek , kde@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200209020344.g823iQRd028223@freefall.freebsd.org> <86bs7h5961.wl@archon.local.idaemons.org> <20020902045252.GA72916@turquoise> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020902045252.GA72916@turquoise> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 02, 2002 at 12:52:52AM -0400, Tim Vanderhoek wrote: > I think that the uulib dependency is actually completely > bogus. I couldn't find any uulib code in either kdenetwork2 > or kdenetwork3. In the case of kdenetwork2, I know that ldd(1) > couldn't find any dependencies on uulib and I know that kdenetwork2 > compiles succesfully without uulib (kdenetwork3 simply wouldn't > compile for me due to other non-uulib problems). > > I intend to remove the uulib dependency instead; I'm just waiting > for an ack from kde@FreeBSD.org. > > Since these are large ports, I don't want to bump PORTREVISION if the > uulib dependency is actually bogus (which I'm pretty sure it is). Just remove it and we will check it in routine builds. Thanks, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 22:47:50 2002 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 923C937B400; Sun, 1 Sep 2002 22:47:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EA1743E72; Sun, 1 Sep 2002 22:47:46 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g825lkJU051416; Sun, 1 Sep 2002 22:47:46 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g825ljX4051415; Sun, 1 Sep 2002 22:47:45 -0700 (PDT) Message-Id: <200209020547.g825ljX4051415@freefall.freebsd.org> From: Scott Long Date: Sun, 1 Sep 2002 22:47:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/aic7xxx Makefile src/sys/modules/aic7xxx/ahc Makefile src/sys/modules/aic7xxx/ahc/ahc_eisa Makefile src/sys/modules/aic7xxx/ahc/ahc_pci Makefile src/sys/modules/aic7xxx/ahd Makefile src/sys/modules/aic7xxx/aicasm Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/09/01 22:47:45 PDT Added files: (Branch: RELENG_4) sys/modules/aic7xxx Makefile sys/modules/aic7xxx/ahc Makefile sys/modules/aic7xxx/ahc/ahc_eisa Makefile sys/modules/aic7xxx/ahc/ahc_pci Makefile sys/modules/aic7xxx/ahd Makefile sys/modules/aic7xxx/aicasm Makefile Log: MFC the aic7xxx module framework Revision Changes Path 1.1.2.1 +6 -0 src/sys/modules/aic7xxx/Makefile (new) 1.2.2.1 +40 -0 src/sys/modules/aic7xxx/ahc/Makefile (new) 1.1.2.1 +18 -0 src/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile (new) 1.1.2.1 +16 -0 src/sys/modules/aic7xxx/ahc/ahc_pci/Makefile (new) 1.2.2.1 +36 -0 src/sys/modules/aic7xxx/ahd/Makefile (new) 1.4.2.1 +30 -0 src/sys/modules/aic7xxx/aicasm/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 22:48:22 2002 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 B8EE837B400; Sun, 1 Sep 2002 22:48:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D9A743E7B; Sun, 1 Sep 2002 22:48:19 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g825mJJU051462; Sun, 1 Sep 2002 22:48:19 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g825mJlH051461; Sun, 1 Sep 2002 22:48:19 -0700 (PDT) Message-Id: <200209020548.g825mJlH051461@freefall.freebsd.org> From: Scott Long Date: Sun, 1 Sep 2002 22:48:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/09/01 22:48:19 PDT Modified files: (Branch: RELENG_4) sys/modules Makefile Log: MFC: Hook aic7xxx up to the build Revision Changes Path 1.110.2.57 +1 -0 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 22:51:11 2002 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 600A237B400; Sun, 1 Sep 2002 22:50:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 032BB43E42; Sun, 1 Sep 2002 22:50:48 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g825olJU051709; Sun, 1 Sep 2002 22:50:47 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g825olWh051708; Sun, 1 Sep 2002 22:50:47 -0700 (PDT) Message-Id: <200209020550.g825olWh051708@freefall.freebsd.org> From: Peter Wemm Date: Sun, 1 Sep 2002 22:50:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs - Imported sources X-FreeBSD-CVS-Branch: CVSHOME Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/01 22:50:47 PDT src/contrib/cvs - Imported sources Update of /home/ncvs/src/contrib/cvs In directory freefall.freebsd.org:/c/tmp/cvs-serv51512 Log Message: Import cvs-1.11.2 onto vendor branch Obtained from: http://www.cvshome.org/ Status: Vendor Tag: CVSHOME Release Tags: v1_11_2 U src/contrib/cvs/README U src/contrib/cvs/stamp-h1.in U src/contrib/cvs/AUTHORS U src/contrib/cvs/COPYING U src/contrib/cvs/COPYING.LIB U src/contrib/cvs/ChangeLog U src/contrib/cvs/INSTALL U src/contrib/cvs/Makefile.am U src/contrib/cvs/Makefile.in U src/contrib/cvs/NEWS U src/contrib/cvs/TODO U src/contrib/cvs/acconfig.h U src/contrib/cvs/acinclude.m4 U src/contrib/cvs/aclocal.m4 N src/contrib/cvs/compile U src/contrib/cvs/config.h.in U src/contrib/cvs/configure U src/contrib/cvs/configure.in U src/contrib/cvs/depcomp U src/contrib/cvs/install-sh N src/contrib/cvs/mdate-sh U src/contrib/cvs/missing U src/contrib/cvs/mkinstalldirs U src/contrib/cvs/BUGS U src/contrib/cvs/ChangeLog.zoo U src/contrib/cvs/DEVEL-CVS U src/contrib/cvs/FAQ U src/contrib/cvs/HACKING U src/contrib/cvs/MINOR-BUGS U src/contrib/cvs/PROJECTS U src/contrib/cvs/TESTS U src/contrib/cvs/cvs-format.el N src/contrib/cvs/noautomake.sh U src/contrib/cvs/contrib/README U src/contrib/cvs/contrib/ChangeLog U src/contrib/cvs/contrib/Makefile.am U src/contrib/cvs/contrib/Makefile.in U src/contrib/cvs/contrib/clmerge.in U src/contrib/cvs/contrib/cln_hist.in U src/contrib/cvs/contrib/commit_prep.in U src/contrib/cvs/contrib/cvs_acls.in U src/contrib/cvs/contrib/log.in U src/contrib/cvs/contrib/log_accum.in U src/contrib/cvs/contrib/mfpipe.in N src/contrib/cvs/contrib/pvcs2rcs.in U src/contrib/cvs/contrib/rcslock.in C src/contrib/cvs/contrib/sccs2rcs.in U src/contrib/cvs/contrib/intro.doc U src/contrib/cvs/contrib/cvscheck.man U src/contrib/cvs/contrib/cvs2vendor.sh U src/contrib/cvs/contrib/cvscheck.sh U src/contrib/cvs/contrib/cvshelp.man U src/contrib/cvs/contrib/debug_check_log.sh U src/contrib/cvs/contrib/descend.sh U src/contrib/cvs/contrib/descend.man U src/contrib/cvs/contrib/dirfns.shar U src/contrib/cvs/contrib/rcs-to-cvs.sh U src/contrib/cvs/contrib/rcs2log.sh U src/contrib/cvs/contrib/rcs2sccs.sh U src/contrib/cvs/src/stamp-h2.in U src/contrib/cvs/src/ChangeLog U src/contrib/cvs/src/Makefile.am U src/contrib/cvs/src/Makefile.in U src/contrib/cvs/src/cvsbug.in U src/contrib/cvs/src/options.h.in N src/contrib/cvs/src/version.h.in U src/contrib/cvs/src/add.c U src/contrib/cvs/src/admin.c U src/contrib/cvs/src/annotate.c U src/contrib/cvs/src/buffer.c U src/contrib/cvs/src/checkin.c C src/contrib/cvs/src/checkout.c U src/contrib/cvs/src/classify.c C src/contrib/cvs/src/client.c C src/contrib/cvs/src/commit.c U src/contrib/cvs/src/create_adm.c U src/contrib/cvs/src/cvsrc.c C src/contrib/cvs/src/diff.c U src/contrib/cvs/src/edit.c U src/contrib/cvs/src/entries.c U src/contrib/cvs/src/error.c U src/contrib/cvs/src/expand_path.c U src/contrib/cvs/src/fileattr.c U src/contrib/cvs/src/hash.c C src/contrib/cvs/src/filesubr.c U src/contrib/cvs/src/find_names.c U src/contrib/cvs/src/hardlink.c U src/contrib/cvs/src/history.c U src/contrib/cvs/src/ignore.c C src/contrib/cvs/src/import.c C src/contrib/cvs/src/lock.c U src/contrib/cvs/src/log.c C src/contrib/cvs/src/login.c C src/contrib/cvs/src/logmsg.c C src/contrib/cvs/src/main.c C src/contrib/cvs/src/mkmodules.c U src/contrib/cvs/src/modules.c U src/contrib/cvs/src/myndbm.c U src/contrib/cvs/src/no_diff.c U src/contrib/cvs/src/parseinfo.c U src/contrib/cvs/src/patch.c C src/contrib/cvs/src/rcs.c U src/contrib/cvs/src/rcscmds.c C src/contrib/cvs/src/recurse.c U src/contrib/cvs/src/release.c U src/contrib/cvs/src/remove.c U src/contrib/cvs/src/repos.c U src/contrib/cvs/src/root.c U src/contrib/cvs/src/run.c U src/contrib/cvs/src/scramble.c C src/contrib/cvs/src/server.c U src/contrib/cvs/src/status.c U src/contrib/cvs/src/subr.c U src/contrib/cvs/src/tag.c C src/contrib/cvs/src/update.c U src/contrib/cvs/src/version.c U src/contrib/cvs/src/vers_ts.c U src/contrib/cvs/src/watch.c U src/contrib/cvs/src/wrapper.c U src/contrib/cvs/src/zlib.c U src/contrib/cvs/src/buffer.h U src/contrib/cvs/src/client.h C src/contrib/cvs/src/cvs.h U src/contrib/cvs/src/edit.h U src/contrib/cvs/src/error.h U src/contrib/cvs/src/fileattr.h U src/contrib/cvs/src/hardlink.h U src/contrib/cvs/src/hash.h U src/contrib/cvs/src/myndbm.h U src/contrib/cvs/src/rcs.h N src/contrib/cvs/src/root.h U src/contrib/cvs/src/server.h U src/contrib/cvs/src/update.h U src/contrib/cvs/src/watch.h U src/contrib/cvs/src/ChangeLog-9194 U src/contrib/cvs/src/ChangeLog-9395 U src/contrib/cvs/src/ChangeLog-96 U src/contrib/cvs/src/ChangeLog-97 U src/contrib/cvs/src/sanity.sh U src/contrib/cvs/lib/ChangeLog U src/contrib/cvs/lib/Makefile.am U src/contrib/cvs/lib/Makefile.in U src/contrib/cvs/lib/dup2.c U src/contrib/cvs/lib/fncase.c U src/contrib/cvs/lib/fnmatch.c U src/contrib/cvs/lib/hostname.c U src/contrib/cvs/lib/memmove.c U src/contrib/cvs/lib/mkdir.c U src/contrib/cvs/lib/rename.c U src/contrib/cvs/lib/strerror.c U src/contrib/cvs/lib/strstr.c U src/contrib/cvs/lib/strtoul.c U src/contrib/cvs/lib/valloc.c U src/contrib/cvs/lib/waitpid.c U src/contrib/cvs/lib/argmatch.c U src/contrib/cvs/lib/ftruncate.c U src/contrib/cvs/lib/getdate.y U src/contrib/cvs/lib/getline.c U src/contrib/cvs/lib/getopt.c U src/contrib/cvs/lib/getopt1.c U src/contrib/cvs/lib/md5.c U src/contrib/cvs/lib/regex.c U src/contrib/cvs/lib/savecwd.c U src/contrib/cvs/lib/sighandle.c U src/contrib/cvs/lib/stripslash.c U src/contrib/cvs/lib/xgetwd.c U src/contrib/cvs/lib/yesno.c U src/contrib/cvs/lib/getline.h U src/contrib/cvs/lib/getopt.h U src/contrib/cvs/lib/fnmatch.h U src/contrib/cvs/lib/md5.h U src/contrib/cvs/lib/regex.h U src/contrib/cvs/lib/savecwd.h U src/contrib/cvs/lib/system.h U src/contrib/cvs/lib/wait.h U src/contrib/cvs/lib/xselect.h U src/contrib/cvs/lib/xtime.h U src/contrib/cvs/lib/ChangeLog.fsf U src/contrib/cvs/lib/xgssapi.h U src/contrib/cvs/diff/ChangeLog U src/contrib/cvs/diff/Makefile.am U src/contrib/cvs/diff/Makefile.in U src/contrib/cvs/diff/diff.c C src/contrib/cvs/diff/diff3.c U src/contrib/cvs/diff/analyze.c U src/contrib/cvs/diff/cmpbuf.c U src/contrib/cvs/diff/cmpbuf.h U src/contrib/cvs/diff/io.c U src/contrib/cvs/diff/context.c U src/contrib/cvs/diff/ed.c U src/contrib/cvs/diff/normal.c U src/contrib/cvs/diff/ifdef.c U src/contrib/cvs/diff/util.c U src/contrib/cvs/diff/dir.c U src/contrib/cvs/diff/version.c U src/contrib/cvs/diff/diff.h U src/contrib/cvs/diff/side.c U src/contrib/cvs/diff/system.h U src/contrib/cvs/diff/diffrun.h U src/contrib/cvs/diff/diagmeet.note U src/contrib/cvs/man/ChangeLog U src/contrib/cvs/man/Makefile.am U src/contrib/cvs/man/Makefile.in C src/contrib/cvs/man/cvs.1 U src/contrib/cvs/man/cvs.5 C src/contrib/cvs/man/cvsbug.8 U src/contrib/cvs/doc/ChangeLog U src/contrib/cvs/doc/Makefile.am U src/contrib/cvs/doc/Makefile.in N src/contrib/cvs/doc/mdate-sh N src/contrib/cvs/doc/stamp-1 N src/contrib/cvs/doc/stamp-vti N src/contrib/cvs/doc/version-client.texi N src/contrib/cvs/doc/version.texi U src/contrib/cvs/doc/cvs.texinfo U src/contrib/cvs/doc/cvsclient.texi U src/contrib/cvs/doc/ChangeLog.fsf U src/contrib/cvs/doc/RCSFILES U src/contrib/cvs/doc/cvs-paper.ms U src/contrib/cvs/tools/README U src/contrib/cvs/tools/ChangeLog U src/contrib/cvs/tools/Makefile.am U src/contrib/cvs/tools/Makefile.in 20 conflicts created by this import. Use the following command to help the merge: cvs checkout -jCVSHOME:yesterday -jCVSHOME src/contrib/cvs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 22:57:22 2002 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 89F7937B401; Sun, 1 Sep 2002 22:57:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E57BC43E77; Sun, 1 Sep 2002 22:57:14 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g825vEJU052526; Sun, 1 Sep 2002 22:57:14 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g825vE9L052525; Sun, 1 Sep 2002 22:57:14 -0700 (PDT) Message-Id: <200209020557.g825vE9L052525@freefall.freebsd.org> From: Peter Wemm Date: Sun, 1 Sep 2002 22:57:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/contrib sccs2rcs.in src/contrib/cvs/diff diff3.c src/contrib/cvs/man cvs.1 src/contrib/cvs/src checkout.c client.c commit.c cvs.h diff.c filesubr.c import.c lock.c login.c logmsg.c main.c mkmodules.c rcs.c recurse.c server.c update.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/01 22:57:14 PDT Modified files: contrib/cvs/contrib sccs2rcs.in contrib/cvs/diff diff3.c contrib/cvs/man cvs.1 contrib/cvs/src checkout.c client.c commit.c cvs.h diff.c filesubr.c import.c lock.c login.c logmsg.c main.c mkmodules.c rcs.c recurse.c server.c update.c Log: Initial merge of 1.11.1p1 -> 1.11.2 changes onto mainline Revision Changes Path 1.4 +7 -8 src/contrib/cvs/contrib/sccs2rcs.in 1.5 +4 -4 src/contrib/cvs/diff/diff3.c 1.19 +21 -6 src/contrib/cvs/man/cvs.1 1.3 +104 -26 src/contrib/cvs/src/checkout.c 1.8 +379 -374 src/contrib/cvs/src/client.c 1.11 +6 -10 src/contrib/cvs/src/commit.c 1.15 +14 -24 src/contrib/cvs/src/cvs.h 1.17 +86 -38 src/contrib/cvs/src/diff.c 1.9 +2 -3 src/contrib/cvs/src/filesubr.c 1.10 +14 -11 src/contrib/cvs/src/import.c 1.10 +12 -1 src/contrib/cvs/src/lock.c 1.6 +12 -4 src/contrib/cvs/src/login.c 1.10 +103 -59 src/contrib/cvs/src/logmsg.c 1.21 +6 -4 src/contrib/cvs/src/main.c 1.12 +12 -2 src/contrib/cvs/src/mkmodules.c 1.23 +198 -53 src/contrib/cvs/src/rcs.c 1.9 +4 -1 src/contrib/cvs/src/recurse.c 1.16 +102 -76 src/contrib/cvs/src/server.c 1.10 +11 -11 src/contrib/cvs/src/update.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 22:58:35 2002 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 9E0D637B400; Sun, 1 Sep 2002 22:58:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FF1543E77; Sun, 1 Sep 2002 22:58:30 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g825wUJU052635; Sun, 1 Sep 2002 22:58:30 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g825wUjh052634; Sun, 1 Sep 2002 22:58:30 -0700 (PDT) Message-Id: <200209020558.g825wUjh052634@freefall.freebsd.org> From: Peter Wemm Date: Sun, 1 Sep 2002 22:58:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs FREEBSD-upgrade X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/01 22:58:30 PDT Modified files: contrib/cvs FREEBSD-upgrade Log: Minor updates after 1.11.2 import Revision Changes Path 1.10 +4 -5 src/contrib/cvs/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 Sep 1 22:59: 7 2002 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 8772137B401; Sun, 1 Sep 2002 22:59:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A5EC43E81; Sun, 1 Sep 2002 22:59:03 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g825x3JU052692; Sun, 1 Sep 2002 22:59:03 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g825x3pK052691; Sun, 1 Sep 2002 22:59:03 -0700 (PDT) Message-Id: <200209020559.g825x3pK052691@freefall.freebsd.org> From: Peter Wemm Date: Sun, 1 Sep 2002 22:59:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cvs/doc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/01 22:59:02 PDT Modified files: gnu/usr.bin/cvs/doc Makefile Log: It seems CVSvn.texi isn't used anymore. Revision Changes Path 1.14 +1 -12 src/gnu/usr.bin/cvs/doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 22:59:36 2002 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 9802937B400; Sun, 1 Sep 2002 22:59:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD2E43E72; Sun, 1 Sep 2002 22:59:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g825xXJU052730; Sun, 1 Sep 2002 22:59:33 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g825xXeT052729; Sun, 1 Sep 2002 22:59:33 -0700 (PDT) Message-Id: <200209020559.g825xXeT052729@freefall.freebsd.org> From: Peter Wemm Date: Sun, 1 Sep 2002 22:59:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cvs/lib config.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/01 22:59:33 PDT Modified files: gnu/usr.bin/cvs/lib config.h Log: Update for 1.11.1p1 -> 1.11.2 import Revision Changes Path 1.10 +17 -2 src/gnu/usr.bin/cvs/lib/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 23: 0:17 2002 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 7E36837B401; Sun, 1 Sep 2002 23:00:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 329C643E77; Sun, 1 Sep 2002 23:00:10 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8260AJU052814; Sun, 1 Sep 2002 23:00:10 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8260Abc052812; Sun, 1 Sep 2002 23:00:10 -0700 (PDT) Message-Id: <200209020600.g8260Abc052812@freefall.freebsd.org> From: Peter Wemm Date: Sun, 1 Sep 2002 23:00:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cvs/cvs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/01 23:00:10 PDT Modified files: gnu/usr.bin/cvs/cvs Makefile Log: version.h is now autogenerated in 1.11.2, not version.c Revision Changes Path 1.38 +5 -4 src/gnu/usr.bin/cvs/cvs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 23: 2:47 2002 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 4DBB037B400; Sun, 1 Sep 2002 23:02:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE00C43E42; Sun, 1 Sep 2002 23:02:40 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8262eJU053400; Sun, 1 Sep 2002 23:02:40 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8262eeu053399; Sun, 1 Sep 2002 23:02:40 -0700 (PDT) Message-Id: <200209020602.g8262eeu053399@freefall.freebsd.org> From: Peter Wemm Date: Sun, 1 Sep 2002 23:02:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/doc CVSvn.texi.in src/contrib/cvs/src version.c.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/01 23:02:40 PDT Removed files: contrib/cvs/doc CVSvn.texi.in contrib/cvs/src version.c.in Log: Remove these files from the vendor branch, they are no longer in 1.11.2 Revision Changes Path 1.1.1.1 +0 -1 src/contrib/cvs/doc/CVSvn.texi.in (dead) 1.1.1.1 +0 -86 src/contrib/cvs/src/version.c.in (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 23: 9: 9 2002 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 08F0137B400; Sun, 1 Sep 2002 23:09:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 587BB43E84; Sun, 1 Sep 2002 23:09:04 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82694JU058208; Sun, 1 Sep 2002 23:09:04 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g826941T058207; Sun, 1 Sep 2002 23:09:04 -0700 (PDT) Message-Id: <200209020609.g826941T058207@freefall.freebsd.org> From: Peter Wemm Date: Sun, 1 Sep 2002 23:09:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/src prepend_args.c prepend_args.h src/gnu/usr.bin/cvs/cvs prepend_args.c prepend_args.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/01 23:09:04 PDT Modified files: gnu/usr.bin/cvs/cvs prepend_args.c prepend_args.h Removed files: contrib/cvs/src prepend_args.c prepend_args.h Log: Repo copy these files to the bmake area, these are not part of the cvs vendor release and should not have been 'cvs add'ed there in the first place. Revision Changes Path 1.3 +0 -86 src/contrib/cvs/src/prepend_args.c (dead) 1.2 +0 -26 src/contrib/cvs/src/prepend_args.h (dead) 1.3 +1 -1 src/gnu/usr.bin/cvs/cvs/prepend_args.c 1.2 +0 -0 src/gnu/usr.bin/cvs/cvs/prepend_args.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 23: 9:43 2002 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 4961337B400; Sun, 1 Sep 2002 23:09:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F287643E6A; Sun, 1 Sep 2002 23:09:37 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8269bJU058276; Sun, 1 Sep 2002 23:09:37 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8269beL058275; Sun, 1 Sep 2002 23:09:37 -0700 (PDT) Message-Id: <200209020609.g8269beL058275@freefall.freebsd.org> From: Julian Elischer Date: Sun, 1 Sep 2002 23:09:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/09/01 23:09:37 PDT Modified files: . access Log: According to the procedure I see I'm supposed to add grasshopper to access.. so here goes.. (never been a mentor before). Welcome David Xu to the wonderful world of FreeBSD CVSdom. Revision Changes Path 1.336 +1 -0 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 23:10:15 2002 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 C044637B400; Sun, 1 Sep 2002 23:10:03 -0700 (PDT) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D19743E75; Sun, 1 Sep 2002 23:10:03 -0700 (PDT) (envelope-from scottl@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.10.2+Sun/8.10.2) with ESMTP id g8269xG25096; Sun, 1 Sep 2002 23:09:59 -0700 (PDT) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id XAA17497; Sun, 1 Sep 2002 23:09:58 -0700 (PDT) Received: from hollin.btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id AAA18157; Mon, 2 Sep 2002 00:09:56 -0600 (MDT) Received: from hollin.btc.adaptec.com (localhost [127.0.0.1]) by hollin.btc.adaptec.com (8.12.5/8.12.5) with ESMTP id g8267bdK006261; Mon, 2 Sep 2002 00:07:37 -0600 (MDT) (envelope-from scottl@hollin.btc.adaptec.com) Received: (from scottl@localhost) by hollin.btc.adaptec.com (8.12.5/8.12.5/Submit) id g8267bsl006260; Mon, 2 Sep 2002 00:07:37 -0600 (MDT) Date: Mon, 2 Sep 2002 00:07:37 -0600 From: Scott Long To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/modules/aic7xxx Makefile src/sys/modules/aic7xxx/ahc Makefile src/sys/modules/aic7xxx/ahc/ahc_eisa Makefile src/sys/modules/aic7xxx/ahc/ahc_pci Makefile src/sys/modules/aic7xxx/ahd Makefile src/sys/modules/aic7xxx/aicasm Makefile Message-ID: <20020902060736.GA6237@hollin.btc.adaptec.com> References: <200209020547.g825ljX4051415@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209020547.g825ljX4051415@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 01, 2002 at 10:47:45PM -0700, Scott Long wrote: > scottl 2002/09/01 22:47:45 PDT > > Added files: (Branch: RELENG_4) > sys/modules/aic7xxx Makefile > sys/modules/aic7xxx/ahc Makefile > sys/modules/aic7xxx/ahc/ahc_eisa Makefile > sys/modules/aic7xxx/ahc/ahc_pci Makefile > sys/modules/aic7xxx/ahd Makefile > sys/modules/aic7xxx/aicasm Makefile > Log: > MFC the aic7xxx module framework > > Revision Changes Path > 1.1.2.1 +6 -0 src/sys/modules/aic7xxx/Makefile (new) > 1.2.2.1 +40 -0 src/sys/modules/aic7xxx/ahc/Makefile (new) > 1.1.2.1 +18 -0 src/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile (new) > 1.1.2.1 +16 -0 src/sys/modules/aic7xxx/ahc/ahc_pci/Makefile (new) > 1.2.2.1 +36 -0 src/sys/modules/aic7xxx/ahd/Makefile (new) > 1.4.2.1 +30 -0 src/sys/modules/aic7xxx/aicasm/Makefile (new) If buildkernel starts having problems as a result of this, try cleaning out your /usr/obj directory and re-running buildworld and buildkernel. Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 23:26: 6 2002 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 4511B37B400; Sun, 1 Sep 2002 23:26:02 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E51843E42; Sun, 1 Sep 2002 23:26:02 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id EB83E2A88D; Sun, 1 Sep 2002 23:26:01 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/cvs/src prepend_args.c prepend_args.h src/gnu/usr.bin/cvs/cvs prepend_args.c prepend_args.h In-Reply-To: <200209020609.g826941T058207@freefall.freebsd.org> Date: Sun, 01 Sep 2002 23:26:01 -0700 From: Peter Wemm Message-Id: <20020902062601.EB83E2A88D@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peter Wemm wrote: > peter 2002/09/01 23:09:04 PDT > > Modified files: > gnu/usr.bin/cvs/cvs prepend_args.c prepend_args.h > Removed files: > contrib/cvs/src prepend_args.c prepend_args.h > Log: > Repo copy these files to the bmake area, these are not part of the > cvs vendor release and should not have been 'cvs add'ed there in > the first place. The main reason for this is that I like to do a 'cvs diff -r v1_11_2' and see the 'file XXX is not on tag v1_11_2' and remove the files that turn up. I've nearly cvs rm'ed these two files three times now. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "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 Sep 1 23:48:36 2002 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 60D8837B400; Sun, 1 Sep 2002 23:48:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 140E743E3B; Sun, 1 Sep 2002 23:48:34 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from freefall.freebsd.org (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g826mXJU063133; Sun, 1 Sep 2002 23:48:33 -0700 (PDT) (envelope-from davidxu@freefall.freebsd.org) Received: (from davidxu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g826mXZu063131; Sun, 1 Sep 2002 23:48:33 -0700 (PDT) Message-Id: <200209020648.g826mXZu063131@freefall.freebsd.org> From: David Xu Date: Sun, 1 Sep 2002 23:48:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG davidxu 2002/09/01 23:48:32 PDT Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add me Revision Changes Path 1.244 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 1 23:51:45 2002 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 2F46237B400; Sun, 1 Sep 2002 23:51:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8A2743E75; Sun, 1 Sep 2002 23:51:41 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from freefall.freebsd.org (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g826pfJU063732; Sun, 1 Sep 2002 23:51:41 -0700 (PDT) (envelope-from davidxu@freefall.freebsd.org) Received: (from davidxu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g826pf9Q063731; Sun, 1 Sep 2002 23:51:41 -0700 (PDT) Message-Id: <200209020651.g826pf9Q063731@freefall.freebsd.org> From: David Xu Date: Sun, 1 Sep 2002 23:51:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG davidxu 2002/09/01 23:51:41 PDT Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: forgot to say that previous commit was approved by julian@freebsd.org (mentor) Revision Changes Path 1.245 +0 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 0: 7:45 2002 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 9787537B400; Mon, 2 Sep 2002 00:07:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B4A643E4A; Mon, 2 Sep 2002 00:07:42 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8277eJU069524; Mon, 2 Sep 2002 00:07:40 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8277e5u069523; Mon, 2 Sep 2002 00:07:40 -0700 (PDT) Message-Id: <200209020707.g8277e5u069523@freefall.freebsd.org> From: Murray Stokely Date: Mon, 2 Sep 2002 00:07:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releng index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/09/02 00:07:40 PDT Modified files: en/releng index.sgml Log: Note that RELENG_4 is now frozen, and that while HEAD is open, new code that will not be production ready in three months should not be committed at this time. Also define some entities to make this easier to maintain while I'm here. Revision Changes Path 1.22 +15 -9 www/en/releng/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 Sep 2 0:11:58 2002 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 8C94637B400; Mon, 2 Sep 2002 00:11:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4141843E65; Mon, 2 Sep 2002 00:11:53 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from freefall.freebsd.org (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g827BrJU069990; Mon, 2 Sep 2002 00:11:53 -0700 (PDT) (envelope-from davidxu@freefall.freebsd.org) Received: (from davidxu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g827BqXx069989; Mon, 2 Sep 2002 00:11:52 -0700 (PDT) Message-Id: <200209020711.g827BqXx069989@freefall.freebsd.org> From: David Xu Date: Mon, 2 Sep 2002 00:11:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG davidxu 2002/09/02 00:11:52 PDT Modified files: en/news news.xml Log: Announce myself as a new committer. Approved by: julian@freebsd.org (mentor) Revision Changes Path 1.108 +6 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 0:15: 1 2002 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 1AAEA37B400; Mon, 2 Sep 2002 00:14:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2A7D43E4A; Mon, 2 Sep 2002 00:14:57 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g827EvJU070448; Mon, 2 Sep 2002 00:14:57 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g827EvLD070447; Mon, 2 Sep 2002 00:14:57 -0700 (PDT) Message-Id: <200209020714.g827EvLD070447@freefall.freebsd.org> From: Murray Stokely Date: Mon, 2 Sep 2002 00:14:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/5.0R schedule.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/09/02 00:14:57 PDT Modified files: en/releases/5.0R schedule.sgml Log: Note progress on DP2. Branch created in Perforce. DP2 will be made when we're satisfied with the system stability and some of the bigger open issues have been resolved -- do not promise a specific date. Revision Changes Path 1.10 +7 -4 www/en/releases/5.0R/schedule.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 0:35: 0 2002 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 CDF1737B400; Mon, 2 Sep 2002 00:34:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81B3E43E3B; Mon, 2 Sep 2002 00:34:56 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g827YuJU072480; Mon, 2 Sep 2002 00:34:56 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g827Yukc072479; Mon, 2 Sep 2002 00:34:56 -0700 (PDT) Message-Id: <200209020734.g827Yukc072479@freefall.freebsd.org> From: Murray Stokely Date: Mon, 2 Sep 2002 00:34:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/09/02 00:34:56 PDT Modified files: en/news news.xml Log: Add a newsflash to note that -STABLE is now frozen. Also, move David Xu's new committer entry to September. I don't think he meant to add it to the day/month of the previous entry which was Aug 21. Revision Changes Path 1.109 +25 -4 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 0:53:18 2002 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 C3F0537B400; Mon, 2 Sep 2002 00:53:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42F4B43E42; Mon, 2 Sep 2002 00:53:15 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g827rFJU074310; Mon, 2 Sep 2002 00:53:15 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g827rF2J074309; Mon, 2 Sep 2002 00:53:15 -0700 (PDT) Message-Id: <200209020753.g827rF2J074309@freefall.freebsd.org> From: Murray Stokely Date: Mon, 2 Sep 2002 00:53:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/releng branches.pic X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/09/02 00:53:14 PDT Modified files: en_US.ISO8859-1/articles/releng branches.pic Log: Add 4.6.2R to the release diagram, to show how point releases can and should be made from the RELENG_X_Y security branches. Revision Changes Path 1.5 +3 -0 doc/en_US.ISO8859-1/articles/releng/branches.pic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 0:55:18 2002 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 C790037B401; Mon, 2 Sep 2002 00:55:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24AB343E75; Mon, 2 Sep 2002 00:55:11 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from freefall.freebsd.org (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g827tAJU074402; Mon, 2 Sep 2002 00:55:10 -0700 (PDT) (envelope-from davidxu@freefall.freebsd.org) Received: (from davidxu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g827tAAO074401; Mon, 2 Sep 2002 00:55:10 -0700 (PDT) Message-Id: <200209020755.g827tAAO074401@freefall.freebsd.org> From: David Xu Date: Mon, 2 Sep 2002 00:55:10 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG davidxu 2002/09/02 00:55:10 PDT Modified files: sys/kern kern_condvar.c Log: fix bogus CTR3 message. Reviewed by: julian@freebsd.org (mentor) Revision Changes Path 1.31 +1 -1 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 Mon Sep 2 0:56:55 2002 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 99D1937B400; Mon, 2 Sep 2002 00:56:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 597EF43E84; Mon, 2 Sep 2002 00:56:49 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g827unJU074535; Mon, 2 Sep 2002 00:56:49 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g827un7x074534; Mon, 2 Sep 2002 00:56:49 -0700 (PDT) Message-Id: <200209020756.g827un7x074534@freefall.freebsd.org> From: Murray Stokely Date: Mon, 2 Sep 2002 00:56:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/09/02 00:56:49 PDT Modified files: (Branch: RELENG_4) sys/conf newvers.sh Log: Welcome to FreeBSD 4.7-PRERELEASE. Approved by: re Revision Changes Path 1.44.2.25 +2 -2 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 0:58:13 2002 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 5ABE237B400; Mon, 2 Sep 2002 00:58:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D89243E3B; Mon, 2 Sep 2002 00:58:08 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g827w7JU074645; Mon, 2 Sep 2002 00:58:07 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g827w7sr074644; Mon, 2 Sep 2002 00:58:07 -0700 (PDT) Message-Id: <200209020758.g827w7sr074644@freefall.freebsd.org> From: Peter Wemm Date: Mon, 2 Sep 2002 00:58:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/src buffer.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/02 00:58:07 PDT Modified files: contrib/cvs/src buffer.c Log: Fix a cvs server bug introduced in 1.11.2, in the words of the author: --- Fix communication hanging in communication shutdown phase, caused by at least older CVS clients (version < 1.11.2) and a semantically incorrect usage of getc() by the server. --- getc() was being used on a blocking socket/pipe. Submitted by: rse Revision Changes Path 1.2 +627 -17 src/contrib/cvs/src/buffer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 0:59:57 2002 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 EC7BF37B400; Mon, 2 Sep 2002 00:59:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA9043E65; Mon, 2 Sep 2002 00:59:53 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g827xrJU074725; Mon, 2 Sep 2002 00:59:53 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g827xrSc074724; Mon, 2 Sep 2002 00:59:53 -0700 (PDT) Message-Id: <200209020759.g827xrSc074724@freefall.freebsd.org> From: Murray Stokely Date: Mon, 2 Sep 2002 00:59:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/share/sgml release.ent X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/09/02 00:59:53 PDT Modified files: (Branch: RELENG_4) release/doc/share/sgml release.ent Log: Update for 4.7-PRERELEASE. Revision Changes Path 1.1.2.13 +2 -2 src/release/doc/share/sgml/release.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 1:26:30 2002 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 E0FE237B400; Mon, 2 Sep 2002 01:26:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 933D443E6A; Mon, 2 Sep 2002 01:26:24 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g828QOJU081706; Mon, 2 Sep 2002 01:26:24 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g828QOmR081704; Mon, 2 Sep 2002 01:26:24 -0700 (PDT) Message-Id: <200209020826.g828QOmR081704@freefall.freebsd.org> From: Murray Stokely Date: Mon, 2 Sep 2002 01:26:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.7R Makefile qa.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/09/02 01:26:24 PDT Modified files: en/releases/4.7R Makefile Added files: en/releases/4.7R qa.sgml Log: Add a testing guide for 4.7-RELEASE. Ask users to help test the new changes to PPP, ahc, ahd, ipfilter, sendmail, ata, and bzip2 support in the package tools. Revision Changes Path 1.2 +2 -2 www/en/releases/4.7R/Makefile 1.1 +93 -0 www/en/releases/4.7R/qa.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 1:43:47 2002 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 1449537B408; Mon, 2 Sep 2002 01:43:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE1143E72; Mon, 2 Sep 2002 01:43:38 -0700 (PDT) (envelope-from dbaker@FreeBSD.org) Received: from freefall.freebsd.org (dbaker@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g828hcJU083950; Mon, 2 Sep 2002 01:43:38 -0700 (PDT) (envelope-from dbaker@freefall.freebsd.org) Received: (from dbaker@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g828hcfv083949; Mon, 2 Sep 2002 01:43:38 -0700 (PDT) Message-Id: <200209020843.g828hcfv083949@freefall.freebsd.org> From: Daniel Baker Date: Mon, 2 Sep 2002 01:43:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/3dm Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist ports/sysutils/3dm/files 3dmd.conf 3dmd.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dbaker 2002/09/02 01:43:36 PDT Modified files: sysutils Makefile Added files: sysutils/3dm Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist sysutils/3dm/files 3dmd.conf 3dmd.sh Log: Add 3dm, 3ware ATA RAID monitoring daemon and web server. Revision Changes Path 1.1 +75 -0 ports/sysutils/3dm/Makefile (new) 1.1 +1 -0 ports/sysutils/3dm/distinfo (new) 1.1 +21 -0 ports/sysutils/3dm/files/3dmd.conf (new) 1.1 +21 -0 ports/sysutils/3dm/files/3dmd.sh (new) 1.1 +1 -0 ports/sysutils/3dm/pkg-comment (new) 1.1 +18 -0 ports/sysutils/3dm/pkg-descr (new) 1.1 +14 -0 ports/sysutils/3dm/pkg-install (new) 1.1 +33 -0 ports/sysutils/3dm/pkg-plist (new) 1.285 +1 -0 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 Mon Sep 2 1:44: 7 2002 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 56F4637B427; Mon, 2 Sep 2002 01:43:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E53B843E65; Mon, 2 Sep 2002 01:43:44 -0700 (PDT) (envelope-from dbaker@FreeBSD.org) Received: from freefall.freebsd.org (dbaker@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g828hiJU083992; Mon, 2 Sep 2002 01:43:44 -0700 (PDT) (envelope-from dbaker@freefall.freebsd.org) Received: (from dbaker@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g828hib2083991; Mon, 2 Sep 2002 01:43:44 -0700 (PDT) Message-Id: <200209020843.g828hib2083991@freefall.freebsd.org> From: Daniel Baker Date: Mon, 2 Sep 2002 01:43:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dbaker 2002/09/02 01:43:44 PDT Modified files: . modules Log: 3dm --> ports/sysutils/3dm Revision Changes Path 1.5799 +1 -0 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 Sep 2 1:45:26 2002 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 1B53637B400; Mon, 2 Sep 2002 01:45:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCFB743E42; Mon, 2 Sep 2002 01:45:19 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g828jJJU084295; Mon, 2 Sep 2002 01:45:19 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g828jJkw084294; Mon, 2 Sep 2002 01:45:19 -0700 (PDT) Message-Id: <200209020845.g828jJkw084294@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 2 Sep 2002 01:45:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/ttmkfdir Makefile ports/x11-fonts/ttmkfdir/files patch-ttmkfdir.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/02 01:45:19 PDT Modified files: x11-fonts/ttmkfdir Makefile Added files: x11-fonts/ttmkfdir/files patch-ttmkfdir.c Log: Recognise koi8-u encoding. Bump PORTREVISION. Revision Changes Path 1.14 +1 -0 ports/x11-fonts/ttmkfdir/Makefile 1.1 +92 -0 ports/x11-fonts/ttmkfdir/files/patch-ttmkfdir.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 1:50:30 2002 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 1E9F637B400; Mon, 2 Sep 2002 01:50:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C527243E65; Mon, 2 Sep 2002 01:50:26 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g828oQJU084841; Mon, 2 Sep 2002 01:50:26 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g828oQZv084840; Mon, 2 Sep 2002 01:50:26 -0700 (PDT) Message-Id: <200209020850.g828oQZv084840@freefall.freebsd.org> From: Murray Stokely Date: Mon, 2 Sep 2002 01:50:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.7R schedule.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/09/02 01:50:26 PDT Modified files: en/releases/4.7R schedule.sgml Log: Note current progress. Add some non-breaking spaces for aesthetics. Revision Changes Path 1.2 +7 -7 www/en/releases/4.7R/schedule.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 1:57:19 2002 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 F35CF37B400; Mon, 2 Sep 2002 01:57:09 -0700 (PDT) Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43B6E43E42; Mon, 2 Sep 2002 01:57:08 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id g828v6K15908; Mon, 2 Sep 2002 10:57:07 +0200 (MEST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.11.6/8.11.6) with ESMTP id g828v6S15314; Mon, 2 Sep 2002 10:57:06 +0200 (MEST) Received: (from localhost) by curry.mchp.siemens.de (8.12.5/8.12.5) id g828v6t7035041; Date: Mon, 2 Sep 2002 10:57:06 +0200 From: Andre Albsmeier To: Darren Reed Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/ipfilter HISTORY fil.c fils.c ip_auth.c ip_compat.h ip_fil.c ip_fil.h ip_frag.c ip_frag.h ip_ftp_pxy.c ip_h323_pxy.c ip_nat.c ip_nat.h ip_proxy.c ip_proxy.h ip_sfil.c ip_state.c ip_state.h ipf.c ipfs.c ipft_ef.c ipft_td.c ipft_tx.c ... Message-ID: <20020902105706.A93973@curry.mchp.siemens.de> References: <200208311626.g7VGQp4O061963@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208311626.g7VGQp4O061963@freefall.freebsd.org>; from darrenr@FreeBSD.ORG on Sat, Aug 31, 2002 at 09:26:51AM -0700 X-Echelon: Pretoria, top secret, top secret, 737, detonator Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 31-Aug-2002 at 09:26:51 -0700, Darren Reed wrote: > darrenr 2002/08/31 09:26:51 PDT > > Modified files: (Branch: RELENG_4) > contrib/ipfilter HISTORY fil.c fils.c ip_auth.c > ip_compat.h ip_fil.c ip_fil.h ip_frag.c > ip_frag.h ip_ftp_pxy.c ip_h323_pxy.c > ip_nat.c ip_nat.h ip_proxy.c ip_proxy.h > ip_sfil.c ip_state.c ip_state.h ipf.c > ipfs.c ipft_ef.c ipft_td.c ipft_tx.c > ipl.h ipmon.c ipnat.c ipt.c kmem.c > mlf_ipl.c parse.c printnat.c > contrib/ipfilter/BSD Makefile > contrib/ipfilter/ipsend ip_var.h > contrib/ipfilter/man ipftest.1 ipmon.8 ipnat.5 > contrib/ipfilter/rules example.9 > contrib/ipfilter/test Makefile > contrib/ipfilter/test/expected f13 in1 > contrib/ipfilter/test/input f13 > Added files: (Branch: RELENG_4) > contrib/ipfilter/test dotest6 > contrib/ipfilter/test/expected i12 ni3 > contrib/ipfilter/test/input ipv6.1 ni3 > contrib/ipfilter/test/regress i12 ipv6.1 ni3.ipf ni3.nat > Log: > Merge IPFilter 3.4.29 into RELENG_4 from -current Thanks a lot for this one, Darren! One thing I noticed: When comparing ip_frag.c from -current (or ip-fil3.4.29.tar.gz) with the one in -STABLE, I get: andre@bali:/src>diff -u src-5/sys/contrib/ipfilter/netinet/ip_frag.c src-4/sys/contrib/ipfilter/netinet/ip_frag.c --- src-5/sys/contrib/ipfilter/netinet/ip_frag.c Mon Sep 2 10:21:19 2002 +++ src-4/sys/contrib/ipfilter/netinet/ip_frag.c Mon Sep 2 10:15:42 2002 @@ -90,7 +90,8 @@ #if !defined(lint) static const char sccsid[] = "@(#)ip_frag.c 1.11 3/24/96 (C) 1993-2000 Darren Reed"; -static const char rcsid[] = "@(#)$FreeBSD: src/sys/contrib/ipfilter/netinet/ip_frag.c,v 1.23 2002/08/28 13:41:36 darrenr Exp $"; +/*static const char rcsid[] = "@(#)$Id: ip_frag.c,v 2.10.2.24 2002/08/28 12:41:04 darrenr Exp $";*/ +static const char rcsid[] = "@(#)$FreeBSD: src/sys/contrib/ipfilter/netinet/ip_frag.c,v 1.15.2.5 2002/08/31 16:24:52 darrenr Exp $"; #endif @@ -149,7 +150,7 @@ if (ipfr_inuse >= IPFT_SIZE) return NULL; - if (!(fin->fin_fl & FI_FRAG)) + if (!(fin->fin_fi.fi_fl & FI_FRAG)) return NULL; frag.ipfr_p = ip->ip_p; I am asking myself if the difference is desired... Thanks, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 2:10:42 2002 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 8541C37B400; Mon, 2 Sep 2002 02:10:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3754543E42; Mon, 2 Sep 2002 02:10:36 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g829AaJU090860; Mon, 2 Sep 2002 02:10:36 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g829AaQx090859; Mon, 2 Sep 2002 02:10:36 -0700 (PDT) Message-Id: <200209020910.g829AaQx090859@freefall.freebsd.org> From: Kevin Lo Date: Mon, 2 Sep 2002 02:10:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/waccess Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/09/02 02:10:35 PDT Modified files: www/waccess Makefile distinfo Log: Update to version 1.62 PR: 42314 Submitted by: MAINTAINER Revision Changes Path 1.3 +1 -1 ports/www/waccess/Makefile 1.3 +1 -1 ports/www/waccess/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 2:28:41 2002 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 7B0D037B400; Mon, 2 Sep 2002 02:28:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A98743E42; Mon, 2 Sep 2002 02:28:36 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g829SaJU092706; Mon, 2 Sep 2002 02:28:36 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g829Sabx092705; Mon, 2 Sep 2002 02:28:36 -0700 (PDT) Message-Id: <200209020928.g829Sabx092705@freefall.freebsd.org> From: Murray Stokely Date: Mon, 2 Sep 2002 02:28:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/events/2002 usenix-devsummit.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/09/02 02:28:35 PDT Modified files: en/events/2002 usenix-devsummit.sgml Log: Corrections to transcript. Submitted by: bmilekic Revision Changes Path 1.3 +5 -5 www/en/events/2002/usenix-devsummit.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 2:44:19 2002 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 5C16037B400; Mon, 2 Sep 2002 02:44:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB8C43E3B; Mon, 2 Sep 2002 02:44:17 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g829iGJU094256; Mon, 2 Sep 2002 02:44:16 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g829iGmK094255; Mon, 2 Sep 2002 02:44:16 -0700 (PDT) Message-Id: <200209020944.g829iGmK094255@freefall.freebsd.org> From: Murray Stokely Date: Mon, 2 Sep 2002 02:44:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/09/02 02:44:16 PDT Modified files: en/news news.xml Log: Link to the Usenix Developer Summit Notes now that they've ostensibly been reviewed by a few of the attendees. Revision Changes Path 1.110 +12 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 3:43:55 2002 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 861C137B400; Mon, 2 Sep 2002 03:43:50 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F01843E3B; Mon, 2 Sep 2002 03:43:46 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (xDSL-2-2.united.net.ua [193.111.9.226] (may be forged)) by baraca.united.net.ua (8.11.6/8.11.6) with ESMTP id g82AhcV10689; Mon, 2 Sep 2002 13:43:39 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.12.5/8.12.5) with ESMTP id g82AhVLH000356; Mon, 2 Sep 2002 13:43:31 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D73411D.8B09EB77@FreeBSD.org> Date: Mon, 02 Sep 2002 13:44:45 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Kris Kennaway Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib plist.c References: <200208312021.g7VKLlhh009121@freefall.freebsd.org> <20020901061408.GA12651@vega.vega.com> <20020901190704.GA21494@xor.obsecurity.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kris Kennaway wrote: > > On Sun, Sep 01, 2002 at 09:14:08AM +0300, Maxim Sobolev wrote: > > On Sat, Aug 31, 2002 at 01:21:47PM -0700, Kris Kennaway wrote: > > > kris 2002/08/31 13:21:47 PDT > > > > > > Modified files: > > > usr.sbin/pkg_install/lib plist.c > > > Log: > > > Don't treat unknown commands as fatal errors: they are probably just > > > the signature of out-of-date pkg_tools and newer packages. > > > > I don't really think that we need something like that. Older > > versions of pkg_tools should be protected from the new packages > > with unknown commands by the `packing list format version' > > (see pkg_install/lib/version.c). > > The problem I'm trying to guard against is people with old pkg_tools > downloading new packages from the FTP site and being unable to use > them because of a new command introduced in the package. Chances are > the pkg_tools can safely ignore this command and proceed with what it > knows about. > > In other words, extensions to the command set should not be fatal; > revisions to the command set which break backwards compatibility > should be fatal (and this is achieved by bumping the version) There is already such mechanism - when reading packing list, any package tool will warn the user about minor version mismatch (for example user has tools that support packing list revision 1.2, while package being installed has revision 1.3), while will refuse to install package when major of installed tools is less than recorded in the packing list (1.2 vs. 2.1 for example). The version of packing list format is placed at the very top of the packing list, therefore your change is actually a NOP - any new command added would trigger major version bump, so that installation would explode with error before that. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 4: 5:11 2002 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 9DD5337B400; Mon, 2 Sep 2002 04:05:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F6E943E84; Mon, 2 Sep 2002 04:05:08 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82B58JU010299; Mon, 2 Sep 2002 04:05:08 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82B588n010289; Mon, 2 Sep 2002 04:05:08 -0700 (PDT) Message-Id: <200209021105.g82B588n010289@freefall.freebsd.org> From: Murray Stokely Date: Mon, 2 Sep 2002 04:05:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/5.0R todo.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/09/02 04:05:07 PDT Modified files: en/releases/5.0R todo.sgml Log: Add more content to the 5.0 TODO list. Break into three sections : Must have for 5.0 DP2, Must have for 5.0-RELEASE, and Desired Features for 5.0-RELEASE. Needs a lot of work. Revision Changes Path 1.2 +70 -4 www/en/releases/5.0R/todo.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 4: 7:27 2002 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 1F29637B400; Mon, 2 Sep 2002 04:07:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4D7943E4A; Mon, 2 Sep 2002 04:07:23 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82B7NJU014462; Mon, 2 Sep 2002 04:07:23 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82B7NHo014461; Mon, 2 Sep 2002 04:07:23 -0700 (PDT) Message-Id: <200209021107.g82B7NHo014461@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 2 Sep 2002 04:07:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby-programmingruby Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/02 04:07:23 PDT Modified files: lang/ruby-programmingruby Makefile distinfo Log: Update to 0.4. Submitted by: Jerry A! Revision Changes Path 1.5 +1 -4 ports/lang/ruby-programmingruby/Makefile 1.4 +1 -1 ports/lang/ruby-programmingruby/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 4:35:19 2002 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 2846337B400; Mon, 2 Sep 2002 04:35:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C73C43E42; Mon, 2 Sep 2002 04:35:14 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82BZEJU017272; Mon, 2 Sep 2002 04:35:14 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82BZEQZ017271; Mon, 2 Sep 2002 04:35:14 -0700 (PDT) Message-Id: <200209021135.g82BZEQZ017271@freefall.freebsd.org> From: Peter Wemm Date: Mon, 2 Sep 2002 04:35:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cvs/lib config.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/02 04:35:13 PDT Modified files: gnu/usr.bin/cvs/lib config.h Log: cvs-1.11.2 seems to bug out if HAVE_MMAP is not defined. It hoses its internal buffer management somehow (an off by one perhaps). HAVE_MMAP wasn't detected because configure has a bogus declaration of malloc which conflicted with stdlib.h. Sigh. Revision Changes Path 1.11 +1 -1 src/gnu/usr.bin/cvs/lib/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 5:14:36 2002 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 791A737B400; Mon, 2 Sep 2002 05:14:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24AC643E42; Mon, 2 Sep 2002 05:14:33 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82CEWJU031266; Mon, 2 Sep 2002 05:14:32 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82CEWQZ031265; Mon, 2 Sep 2002 05:14:32 -0700 (PDT) Message-Id: <200209021214.g82CEWQZ031265@freefall.freebsd.org> From: Oliver Braun Date: Mon, 2 Sep 2002 05:14:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/gentoo Makefile distinfo pkg-plist ports/x11-fm/gentoo/files patch-src::gentoo.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/02 05:14:32 PDT Modified files: x11-fm/gentoo Makefile distinfo pkg-plist Removed files: x11-fm/gentoo/files patch-src::gentoo.h Log: Upgrade to 0.11.33 Approved by: dwcjr (mentor) Revision Changes Path 1.22 +1 -1 ports/x11-fm/gentoo/Makefile 1.16 +1 -1 ports/x11-fm/gentoo/distinfo 1.2 +0 -11 ports/x11-fm/gentoo/files/patch-src::gentoo.h (dead) 1.7 +1 -0 ports/x11-fm/gentoo/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 Sep 2 5:16:25 2002 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 C125237B400; Mon, 2 Sep 2002 05:16:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70F2743E4A; Mon, 2 Sep 2002 05:16:21 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82CGLJU031533; Mon, 2 Sep 2002 05:16:21 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82CGL8S031532; Mon, 2 Sep 2002 05:16:21 -0700 (PDT) Message-Id: <200209021216.g82CGL8S031532@freefall.freebsd.org> From: Oliver Braun Date: Mon, 2 Sep 2002 05:16:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/haxml Makefile ports/textproc/haxml/files patch-src::tools::DtdToHaskell.hs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/02 05:16:21 PDT Modified files: textproc/haxml Makefile Added files: textproc/haxml/files patch-src::tools::DtdToHaskell.hs Log: * Add patch to build DtdToHaskell correctly. * bump PORTREVISION. Approved by: dwcjr (mentor) Revision Changes Path 1.4 +1 -0 ports/textproc/haxml/Makefile 1.1 +13 -0 ports/textproc/haxml/files/patch-src::tools::DtdToHaskell.hs (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 5:25:16 2002 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 D7DF937B400; Mon, 2 Sep 2002 05:25:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86DA043E72; Mon, 2 Sep 2002 05:25:13 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82CPDJU033213; Mon, 2 Sep 2002 05:25:13 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82CPDYv033212; Mon, 2 Sep 2002 05:25:13 -0700 (PDT) Message-Id: <200209021225.g82CPDYv033212@freefall.freebsd.org> From: Tim Vanderhoek Date: Mon, 2 Sep 2002 05:25:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/kdenetwork2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/02 05:25:13 PDT Modified files: net/kdenetwork2 Makefile Log: Remove dependency on uulib, which appears to be bogus. Revision Changes Path 1.78 +0 -1 ports/net/kdenetwork2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 5:30: 8 2002 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 A7E4737B400; Mon, 2 Sep 2002 05:30:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53E2F43E4A; Mon, 2 Sep 2002 05:30:02 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82CU2JU033507; Mon, 2 Sep 2002 05:30:02 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82CU2E6033506; Mon, 2 Sep 2002 05:30:02 -0700 (PDT) Message-Id: <200209021230.g82CU2E6033506@freefall.freebsd.org> From: Tim Vanderhoek Date: Mon, 2 Sep 2002 05:30:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/kdenetwork3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/02 05:30:02 PDT Modified files: net/kdenetwork3 Makefile Log: Remove LIB_DEPENDS on uulib, which appears to have been bogus. Revision Changes Path 1.85 +0 -2 ports/net/kdenetwork3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 5:42: 7 2002 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 D446037B400; Mon, 2 Sep 2002 05:42:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9541343E4A; Mon, 2 Sep 2002 05:42:00 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82Cg0JU036660; Mon, 2 Sep 2002 05:42:00 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82Cg0Vp036659; Mon, 2 Sep 2002 05:42:00 -0700 (PDT) Message-Id: <200209021242.g82Cg0Vp036659@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 2 Sep 2002 05:42:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/libchk Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/02 05:41:59 PDT Modified files: sysutils Makefile Added files: sysutils/libchk Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add sysutils/libchk: libchk is a tool to help users obtain the following information: - A list of executables that have unresolvable shared library links - A list of shared libraries that are not referenced by any binary - A list of binaries for each shared library that are linked with the library This will help to get a hint as to if you can safely remove shared libraries that look obsolete. Author: Akinori MUSHA WWW: http://www.iDaemons.org/cgi-bin/cvsweb.cgi/libchk/ Revision Changes Path 1.286 +1 -0 ports/sysutils/Makefile 1.1 +31 -0 ports/sysutils/libchk/Makefile (new) 1.1 +1 -0 ports/sysutils/libchk/distinfo (new) 1.1 +1 -0 ports/sysutils/libchk/pkg-comment (new) 1.1 +14 -0 ports/sysutils/libchk/pkg-descr (new) 1.1 +1 -0 ports/sysutils/libchk/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 5:42:24 2002 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 25A2A37B41F; Mon, 2 Sep 2002 05:42:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 957F743E3B; Mon, 2 Sep 2002 05:42:11 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82CgBJU036807; Mon, 2 Sep 2002 05:42:11 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82CgBlU036806; Mon, 2 Sep 2002 05:42:11 -0700 (PDT) Message-Id: <200209021242.g82CgBlU036806@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 2 Sep 2002 05:42:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/02 05:42:11 PDT Modified files: . modules Log: libchk --> ports/sysutils/libchk Revision Changes Path 1.5800 +1 -0 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 Sep 2 6: 6:16 2002 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 9259E37B400; Mon, 2 Sep 2002 06:06:09 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C7343E42; Mon, 2 Sep 2002 06:06:09 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 1F5A52A893; Mon, 2 Sep 2002 06:06:09 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: David O'Brien , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile src/usr.bin/make Makefile In-Reply-To: <20020901180827.GA33541@dragon.nuxi.com> Date: Mon, 02 Sep 2002 06:06:09 -0700 From: Peter Wemm Message-Id: <20020902130609.1F5A52A893@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "David O'Brien" wrote: > On Sat, Aug 31, 2002 at 12:18:40AM -0700, Peter Wemm wrote: > > Modified files: > > . Makefile > > usr.bin/make Makefile > > Log: > > Deal with bootstrapping from an old -current (almost exactly a year old) > > which fails the make tests (doesn't understand ${notdef:U}) and therefore > > fails on __FBSDID in usr.bin/make/*. -DBOOTSTRAPPING is no help here sin ce > > this is before we are using the new share/mk/* files, and it would confli ct > > with the builtin -DBOOTSTRAPPING support later.. so use a different flag. > > > > Revision Changes Path > > 1.264 +2 -1 src/Makefile > > http://cvsweb.freebsd.org/src/Makefile.diff?r1=1.263&r2=1.264 > > 1.26 +3 -0 src/usr.bin/make/Makefile > > http://cvsweb.freebsd.org/src/usr.bin/make/Makefile.diff?r1=1.25&r2=1.26 > > I thought we were going to impliment these warts with some form of > __FreeBSD_version test -- so they don't impact source bases that don't > need them, and more importantly so it is documented the time range they > cover so we know when to remove them. Go for your life. Personally, I think that this sort of stuff should be removed from critical bootstrap tools with extreme prejudice. Next problem: make has got /bin/sh hardcoded by absolute path. This burns us during an 4.x->5.x upgrade when /bin/sh is replaced before make has finished running things and the freshly installed /bin/sh gets a SIGSYS on eaccess(2). If that is solved, then we can avoid one reboot. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "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 Sep 2 6: 6:28 2002 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 DEC1237B401; Mon, 2 Sep 2002 06:06:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FB4B43E4A; Mon, 2 Sep 2002 06:06:09 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82D69JU049855; Mon, 2 Sep 2002 06:06:09 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82D69jL049854; Mon, 2 Sep 2002 06:06:09 -0700 (PDT) Message-Id: <200209021306.g82D69jL049854@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 2 Sep 2002 06:06:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/ruby-gnome Makefile.common distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/02 06:06:09 PDT Modified files: x11/ruby-gnome Makefile.common distinfo Log: Update to the repacked 0.30 and call it 0.30p1. There were a couple of bugfixes and document updates. Noted by: Rong-en Fan Revision Changes Path 1.8 +2 -2 ports/x11/ruby-gnome/Makefile.common 1.8 +1 -1 ports/x11/ruby-gnome/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 6:16:39 2002 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 BABE537B400; Mon, 2 Sep 2002 06:16:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C9A543E3B; Mon, 2 Sep 2002 06:16:36 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82DGaJU050927; Mon, 2 Sep 2002 06:16:36 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82DGaKi050926; Mon, 2 Sep 2002 06:16:36 -0700 (PDT) Message-Id: <200209021316.g82DGaKi050926@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 2 Sep 2002 06:16:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/02 06:16:36 PDT Modified files: sysutils/portupgrade Makefile distinfo Log: Update to 20020902. - Fix the regexp for uname output so it can parse such as "5.0-CURRENT-YYYYMMDD-JPSNAP". Spotted by: will@FreeBSD.org - portupgrade(1): Add more command failure checks in case sudo fails. - portsclean(1): Add a cross reference to libchk(1) to the manpage. Revision Changes Path 1.147 +3 -3 ports/sysutils/portupgrade/Makefile 1.128 +1 -0 ports/sysutils/portupgrade/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 6:21:40 2002 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 DB05637B400; Mon, 2 Sep 2002 06:21:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87B6F43E65; Mon, 2 Sep 2002 06:21:36 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82DLaJU051669; Mon, 2 Sep 2002 06:21:36 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82DLaLp051668; Mon, 2 Sep 2002 06:21:36 -0700 (PDT) Message-Id: <200209021321.g82DLaLp051668@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 2 Sep 2002 06:21:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/sqlite Makefile pkg-plist ports/databases/sqlite/files example.tcl patch-makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/02 06:21:36 PDT Modified files: databases/sqlite Makefile pkg-plist Added files: databases/sqlite/files example.tcl patch-makefile Log: Fixup from previous commit Bump PORTREVISION Submitted by: maintainer Revision Changes Path 1.9 +3 -2 ports/databases/sqlite/Makefile 1.1 +14 -0 ports/databases/sqlite/files/example.tcl (new) 1.1 +34 -0 ports/databases/sqlite/files/patch-makefile (new) 1.5 +7 -7 ports/databases/sqlite/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 Sep 2 6:34:32 2002 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 DB6D137B400; Mon, 2 Sep 2002 06:34:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88BA143E72; Mon, 2 Sep 2002 06:34:27 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: from freefall.freebsd.org (brian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82DYRJU052781; Mon, 2 Sep 2002 06:34:27 -0700 (PDT) (envelope-from brian@freefall.freebsd.org) Received: (from brian@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82DYRSc052780; Mon, 2 Sep 2002 06:34:27 -0700 (PDT) Message-Id: <200209021334.g82DYRSc052780@freefall.freebsd.org> From: Brian Somers Date: Mon, 2 Sep 2002 06:34:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp command.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/09/02 06:34:27 PDT Modified files: usr.sbin/ppp command.c Log: Unbreak -DNOINET6 Submitted by: Andre Albsmeier MFC after: 1 day Revision Changes Path 1.293 +2 -0 src/usr.sbin/ppp/command.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 7:14: 5 2002 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 45D3937B400; Mon, 2 Sep 2002 07:14:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09AD243E4A; Mon, 2 Sep 2002 07:14:02 -0700 (PDT) (envelope-from cy@FreeBSD.org) Received: from freefall.freebsd.org (cy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82EE1JU061064; Mon, 2 Sep 2002 07:14:01 -0700 (PDT) (envelope-from cy@freefall.freebsd.org) Received: (from cy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82EE1pm061058; Mon, 2 Sep 2002 07:14:01 -0700 (PDT) Message-Id: <200209021414.g82EE1pm061058@freefall.freebsd.org> From: Cy Schubert Date: Mon, 2 Sep 2002 07:14:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/screen Makefile distinfo pkg-plist ports/misc/screen/files patch-ac patch-ad patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cy 2002/09/02 07:14:00 PDT Modified files: misc/screen Makefile distinfo pkg-plist misc/screen/files patch-ad Removed files: misc/screen/files patch-ac patch-ah Log: 1. Update 3.9.11 --> 3.9.12. 2. Add installation of etc/screenrc. 3. Fix hashed password with garbled salt. #2 Submitted by: ade #3 Submitted by: Phil C Revision Changes Path 1.40 +7 -2 ports/misc/screen/Makefile 1.12 +1 -1 ports/misc/screen/distinfo 1.4 +0 -12 ports/misc/screen/files/patch-ac (dead) 1.6 +25 -19 ports/misc/screen/files/patch-ad 1.2 +0 -49 ports/misc/screen/files/patch-ah (dead) 1.21 +1 -0 ports/misc/screen/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 Sep 2 8:12:28 2002 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 C6EB637B400; Mon, 2 Sep 2002 08:12:19 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65C5843E3B; Mon, 2 Sep 2002 08:12:18 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id PAA22277; Mon, 2 Sep 2002 15:12:14 GMT Date: Tue, 3 Sep 2002 01:19:30 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Peter Wemm Cc: "David O'Brien" , , Subject: Re: cvs commit: src Makefile src/usr.bin/make Makefile In-Reply-To: <20020902130609.1F5A52A893@canning.wemm.org> Message-ID: <20020903011057.W3883-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2 Sep 2002, Peter Wemm wrote: > "David O'Brien" wrote: > > On Sat, Aug 31, 2002 at 12:18:40AM -0700, Peter Wemm wrote: > > [about -DBOOTSTRAPPING and newer warts] > > I thought we were going to impliment these warts with some form of > > __FreeBSD_version test -- so they don't impact source bases that don't > > need them, and more importantly so it is documented the time range they > > cover so we know when to remove them. > > Go for your life. Personally, I think that this sort of stuff should be > removed from critical bootstrap tools with extreme prejudice. I hope you mean including the __FreeBSD_version wart. > Next problem: make has got /bin/sh hardcoded by absolute path. This burns > us during an 4.x->5.x upgrade when /bin/sh is replaced before make has > finished running things and the freshly installed /bin/sh gets a SIGSYS on > eaccess(2). If that is solved, then we can avoid one reboot. I have used a hacked test/test.c with a function named eaccess() since this problem first bit me. I sometimes boot old kernels that don't have eaccess(2). Current kernels from 2 years ago still mostly work with current userlands apart from this. (Many sysctls and things like ps don't work. More interestingly, soft updates causes panics when a file is removed.) Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 9:22:55 2002 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 A180537B400; Mon, 2 Sep 2002 09:22:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 648CA43E65; Mon, 2 Sep 2002 09:22:52 -0700 (PDT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82GMqJU081664; Mon, 2 Sep 2002 09:22:52 -0700 (PDT) (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82GMqIw081663; Mon, 2 Sep 2002 09:22:52 -0700 (PDT) Message-Id: <200209021622.g82GMqIw081663@freefall.freebsd.org> From: Yen-Ming Lee Date: Mon, 2 Sep 2002 09:22:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/abook Makefile pkg-plist ports/mail/abook/files patch-abook.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG leeym 2002/09/02 09:22:52 PDT Modified files: mail/abook Makefile pkg-plist Added files: mail/abook/files patch-abook.1 Log: - Add patch to update abook(1) manpage (submitted to SourceForge) - Remove INSTALL and NEWS from the list of installed documantaion files (INSTALL contains standard installation instruction from autoconf package, NOTES is empty) PR: ports/42299 Submitted by: Sergei Kolobov Reviewed by: ijliao (mentor) Approved by: ijliao (mentor) Revision Changes Path 1.10 +3 -2 ports/mail/abook/Makefile 1.1 +29 -0 ports/mail/abook/files/patch-abook.1 (new) 1.4 +0 -2 ports/mail/abook/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 Sep 2 9:35: 5 2002 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 0E43437B400; Mon, 2 Sep 2002 09:35:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B40CC43E42; Mon, 2 Sep 2002 09:35:01 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82GZ1JU082873; Mon, 2 Sep 2002 09:35:01 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82GZ1fp082872; Mon, 2 Sep 2002 09:35:01 -0700 (PDT) Message-Id: <200209021635.g82GZ1fp082872@freefall.freebsd.org> From: Gordon Tetlow Date: Mon, 2 Sep 2002 09:35:01 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/09/02 09:35:01 PDT Modified files: etc/defaults rc.conf Log: Turn rc_ng on by default now, it's time has come. While we are at it, I'd like to thank Mike Makonnen for all his work on rcNG. Without him, none of this would have been possible. Revision Changes Path 1.157 +1 -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 Mon Sep 2 9:47:46 2002 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 7621D37B400; Mon, 2 Sep 2002 09:47:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22DF043E72; Mon, 2 Sep 2002 09:47:40 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82GleJU084141; Mon, 2 Sep 2002 09:47:40 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82Gld2J084140; Mon, 2 Sep 2002 09:47:39 -0700 (PDT) Message-Id: <200209021647.g82Gld2J084140@freefall.freebsd.org> From: Ian Dowse Date: Mon, 2 Sep 2002 09:47:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/vmware2 Makefile ports/emulators/vmware2/files fo_ioctl.patch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/09/02 09:47:39 PDT Modified files: emulators/vmware2 Makefile Added files: emulators/vmware2/files fo_ioctl.patch Log: Make vmware2 compile on -current again. Submitted by: Mark Santcroos Approved by: joe Revision Changes Path 1.45 +3 -0 ports/emulators/vmware2/Makefile 1.1 +67 -0 ports/emulators/vmware2/files/fo_ioctl.patch (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 10: 9:33 2002 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 78B9D37B400; Mon, 2 Sep 2002 10:09:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2246B43E6A; Mon, 2 Sep 2002 10:09:26 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82H9PJU090321; Mon, 2 Sep 2002 10:09:25 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82H9PBa090320; Mon, 2 Sep 2002 10:09:25 -0700 (PDT) Message-Id: <200209021709.g82H9PBa090320@freefall.freebsd.org> From: Tim Vanderhoek Date: Mon, 2 Sep 2002 10:09:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cc65 Makefile distinfo pkg-descr pkg-plist ports/devel/cc65/files patch-a patch-doc_Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/02 10:09:25 PDT Modified files: devel/cc65 Makefile distinfo pkg-descr pkg-plist Added files: devel/cc65/files patch-doc_Makefile Removed files: devel/cc65/files patch-a Log: Update from 2.4.1 to 2.8.0. Add support for Atari and for the uIP TCP stack. Revision Changes Path 1.5 +96 -35 ports/devel/cc65/Makefile 1.2 +1 -1 ports/devel/cc65/distinfo 1.2 +0 -12 ports/devel/cc65/files/patch-a (dead) 1.1 +14 -0 ports/devel/cc65/files/patch-doc_Makefile (new) 1.3 +6 -4 ports/devel/cc65/pkg-descr 1.2 +89 -31 ports/devel/cc65/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 Sep 2 10:11:49 2002 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 2FC2F37B400; Mon, 2 Sep 2002 10:11:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0C4643E42; Mon, 2 Sep 2002 10:11:43 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: from freefall.freebsd.org (roger@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82HBhJU090958; Mon, 2 Sep 2002 10:11:43 -0700 (PDT) (envelope-from roger@freefall.freebsd.org) Received: (from roger@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82HBh9E090957; Mon, 2 Sep 2002 10:11:43 -0700 (PDT) Message-Id: <200209021711.g82HBh9E090957@freefall.freebsd.org> From: Roger Hardiman Date: Mon, 2 Sep 2002 10:11:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/alevt pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roger 2002/09/02 10:11:43 PDT Modified files: misc/alevt pkg-descr Log: New homepage Revision Changes Path 1.5 +1 -1 ports/misc/alevt/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 Sep 2 10:21: 9 2002 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 1697837B405; Mon, 2 Sep 2002 10:21:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B70ED43E42; Mon, 2 Sep 2002 10:21:05 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82HL5JU091811; Mon, 2 Sep 2002 10:21:05 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82HL5rS091810; Mon, 2 Sep 2002 10:21:05 -0700 (PDT) Message-Id: <200209021721.g82HL5rS091810@freefall.freebsd.org> From: Clive Lin Date: Mon, 2 Sep 2002 10:21:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/bk2site Makefile ports/www/bk2site/files patch-iwebstream.C patch-reference.C X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2002/09/02 10:21:05 PDT Modified files: www/bk2site Makefile Added files: www/bk2site/files patch-iwebstream.C patch-reference.C Log: Unbreak this port on -CURRENT. Revision Changes Path 1.8 +1 -0 ports/www/bk2site/Makefile 1.1 +22 -0 ports/www/bk2site/files/patch-iwebstream.C (new) 1.1 +35 -0 ports/www/bk2site/files/patch-reference.C (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 10:27:35 2002 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 E836637B400; Mon, 2 Sep 2002 10:27:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A89643E4A; Mon, 2 Sep 2002 10:27:30 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82HRUJU092574; Mon, 2 Sep 2002 10:27:30 -0700 (PDT) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82HRUuS092573; Mon, 2 Sep 2002 10:27:30 -0700 (PDT) Message-Id: <200209021727.g82HRUuS092573@freefall.freebsd.org> From: Matt Dillon Date: Mon, 2 Sep 2002 10:27:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2002/09/02 10:27:30 PDT Modified files: sys/kern imgact_elf.c Log: Grammer cleanup Revision Changes Path 1.124 +2 -2 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 10:37: 0 2002 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 AA5C937B401; Mon, 2 Sep 2002 10:36:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D6AD43E3B; Mon, 2 Sep 2002 10:36:55 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82HatJU093464; Mon, 2 Sep 2002 10:36:55 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82Hat0Z093463; Mon, 2 Sep 2002 10:36:55 -0700 (PDT) Message-Id: <200209021736.g82Hat0Z093463@freefall.freebsd.org> From: Clive Lin Date: Mon, 2 Sep 2002 10:36:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/bk2site Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2002/09/02 10:36:55 PDT Modified files: www/bk2site Makefile Log: Utilize sed_inplace. Revision Changes Path 1.9 +4 -3 ports/www/bk2site/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 10:37:30 2002 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 8624837B401; Mon, 2 Sep 2002 10:37:24 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8870F43E4A; Mon, 2 Sep 2002 10:37:22 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g82HbGHu009411; Mon, 2 Sep 2002 11:37:21 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 02 Sep 2002 11:36:56 -0600 (MDT) Message-Id: <20020902.113656.115325110.imp@bsdimp.com> To: peter@wemm.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile src/usr.bin/make Makefile From: "M. Warner Losh" In-Reply-To: <20020902130609.1F5A52A893@canning.wemm.org> References: <20020901180827.GA33541@dragon.nuxi.com> <20020902130609.1F5A52A893@canning.wemm.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20020902130609.1F5A52A893@canning.wemm.org> Peter Wemm writes: : Go for your life. Personally, I think that this sort of stuff should be : removed from critical bootstrap tools with extreme prejudice. Are you saying that we should remove the warts? Or that our critical build path should only use FreeBSD 4.0 make features? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 10:45:56 2002 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 6EEB637B400; Mon, 2 Sep 2002 10:45:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B16143E3B; Mon, 2 Sep 2002 10:45:51 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82HjpJU094482; Mon, 2 Sep 2002 10:45:51 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82HjpgN094481; Mon, 2 Sep 2002 10:45:51 -0700 (PDT) Message-Id: <200209021745.g82HjpgN094481@freefall.freebsd.org> From: Joe Marcus Clarke Date: Mon, 2 Sep 2002 10:45:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/gaspell Makefile ports/print/cjk-lyx Makefile ports/print/lyx Makefile ports/mail/balsa Makefile ports/mail/balsa2 Makefile ports/textproc/gnomespell Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/02 10:45:50 PDT Modified files: textproc/gaspell Makefile print/cjk-lyx Makefile print/lyx Makefile mail/balsa Makefile mail/balsa2 Makefile textproc/gnomespell Makefile Log: Chase the aspell so version bump. Bump PORTREVISION. Revision Changes Path 1.62 +2 -2 ports/mail/balsa/Makefile 1.63 +2 -2 ports/mail/balsa2/Makefile 1.12 +2 -1 ports/print/cjk-lyx/Makefile 1.65 +2 -1 ports/print/lyx/Makefile 1.14 +2 -2 ports/textproc/gaspell/Makefile 1.4 +2 -1 ports/textproc/gnomespell/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 10:47:19 2002 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 128CB37B400; Mon, 2 Sep 2002 10:47:15 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id C028643E3B; Mon, 2 Sep 2002 10:47:12 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [IPv6:::1]) by zibbi.icomtek.csir.co.za (8.12.6/8.12.6) with ESMTP id g82HlAwM036450; Mon, 2 Sep 2002 19:47:10 +0200 (SAT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.12.6/8.12.6/Submit) id g82Hl9Ge036449; Mon, 2 Sep 2002 19:47:09 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200209021747.g82Hl9Ge036449@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/etc/defaults rc.conf In-Reply-To: <200209021635.g82GZ1fp082872@freefall.freebsd.org> from Gordon Tetlow at "Sep 2, 2002 09:35:01 am" To: gordon@FreeBSD.org (Gordon Tetlow) Date: Mon, 2 Sep 2002 19:47:09 +0200 (SAT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > gordon 2002/09/02 09:35:01 PDT > > Modified files: > etc/defaults rc.conf > Log: > Turn rc_ng on by default now, it's time has come. While we are at it, I'd > like to thank Mike Makonnen for all his work on rcNG. Without him, none > of this would have been possible. I need this patch to make bootparamd work on my current box with rc_ng. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org --- /usr/src/etc/rc.d/bootparams Fri Jun 14 00:14:36 2002 +++ bootparams Sat Aug 3 10:24:44 2002 @@ -11,8 +11,8 @@ . /etc/rc.subr name="bootparamd" -rcvar=$name -command="/usr/sbin/rpc.${name}" +rcvar=`set_rcvar` +command="/usr/sbin/${name}" required_files="/etc/bootparams" load_rc_config $name To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 11:23: 1 2002 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 B6DAB37B400; Mon, 2 Sep 2002 11:22:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BFEC43E42; Mon, 2 Sep 2002 11:22:57 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82IMvJU007088; Mon, 2 Sep 2002 11:22:57 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82IMvnh007087; Mon, 2 Sep 2002 11:22:57 -0700 (PDT) Message-Id: <200209021822.g82IMvnh007087@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 2 Sep 2002 11:22:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gkrellm2 Makefile distinfo pkg-descr pkg-plist ports/sysutils/gkrellm2/files gkrellmd.sh patch-Makefile patch-ad patch-ae patch-af patch-ag patch-server::Makefile patch-server::gkrellmd.h patch-src:Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/09/02 11:22:57 PDT Modified files: sysutils/gkrellm2 Makefile distinfo pkg-descr pkg-plist sysutils/gkrellm2/files patch-af Added files: sysutils/gkrellm2/files gkrellmd.sh patch-Makefile patch-server::Makefile patch-server::gkrellmd.h patch-src:Makefile Removed files: sysutils/gkrellm2/files patch-ad patch-ae patch-ag Log: Update GKrellM to 2.0.0 after repocopy. Revision Changes Path 1.50 +26 -41 ports/sysutils/gkrellm2/Makefile 1.35 +1 -1 ports/sysutils/gkrellm2/distinfo 1.1 +24 -0 ports/sysutils/gkrellm2/files/gkrellmd.sh (new) 1.1 +23 -0 ports/sysutils/gkrellm2/files/patch-Makefile (new) 1.6 +0 -28 ports/sysutils/gkrellm2/files/patch-ad (dead) 1.7 +0 -13 ports/sysutils/gkrellm2/files/patch-ae (dead) 1.3 +25 -31 ports/sysutils/gkrellm2/files/patch-af 1.2 +0 -28 ports/sysutils/gkrellm2/files/patch-ag (dead) 1.1 +16 -0 ports/sysutils/gkrellm2/files/patch-server::Makefile (new) 1.1 +14 -0 ports/sysutils/gkrellm2/files/patch-server::gkrellmd.h (new) 1.1 +22 -0 ports/sysutils/gkrellm2/files/patch-src:Makefile (new) 1.3 +3 -3 ports/sysutils/gkrellm2/pkg-descr 1.14 +16 -9 ports/sysutils/gkrellm2/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 Sep 2 11:31: 0 2002 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 36C6237B400; Mon, 2 Sep 2002 11:30:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6B5B43E6E; Mon, 2 Sep 2002 11:30:53 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82IUrJU007774; Mon, 2 Sep 2002 11:30:53 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82IUreb007773; Mon, 2 Sep 2002 11:30:53 -0700 (PDT) Message-Id: <200209021830.g82IUreb007773@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 2 Sep 2002 11:30:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gkrellmvolume2 Makefile distinfo pkg-descr pkg-plist ports/audio/gkrellmvolume2/files patch-aa patch-ab patch-unix_mixer.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/09/02 11:30:53 PDT Modified files: audio/gkrellmvolume2 Makefile distinfo pkg-descr pkg-plist audio/gkrellmvolume2/files patch-aa Added files: audio/gkrellmvolume2/files patch-unix_mixer.c Removed files: audio/gkrellmvolume2/files patch-ab Log: Update gkrellm-volume to 2.0.1 after repocopy. Revision Changes Path 1.8 +7 -7 ports/audio/gkrellmvolume2/Makefile 1.4 +1 -1 ports/audio/gkrellmvolume2/distinfo 1.3 +14 -34 ports/audio/gkrellmvolume2/files/patch-aa 1.2 +0 -14 ports/audio/gkrellmvolume2/files/patch-ab (dead) 1.1 +47 -0 ports/audio/gkrellmvolume2/files/patch-unix_mixer.c (new) 1.2 +1 -1 ports/audio/gkrellmvolume2/pkg-descr 1.2 +1 -1 ports/audio/gkrellmvolume2/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 Sep 2 11:34:31 2002 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 45CB237B400; Mon, 2 Sep 2002 11:34:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D994643E75; Mon, 2 Sep 2002 11:34:28 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82IYSJU008424; Mon, 2 Sep 2002 11:34:28 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82IYSga008423; Mon, 2 Sep 2002 11:34:28 -0700 (PDT) Message-Id: <200209021834.g82IYSga008423@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 2 Sep 2002 11:34:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gkrellmms2 Makefile distinfo pkg-descr pkg-plist ports/audio/gkrellmms2/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/09/02 11:34:28 PDT Modified files: audio/gkrellmms2 Makefile distinfo pkg-descr pkg-plist audio/gkrellmms2/files patch-aa Log: Update gkrellmms to 2.0 after repocopy. Revision Changes Path 1.9 +6 -9 ports/audio/gkrellmms2/Makefile 1.4 +1 -2 ports/audio/gkrellmms2/distinfo 1.3 +15 -20 ports/audio/gkrellmms2/files/patch-aa 1.2 +3 -2 ports/audio/gkrellmms2/pkg-descr 1.3 +1 -1 ports/audio/gkrellmms2/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 Sep 2 11:38:26 2002 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 B1F8737B406; Mon, 2 Sep 2002 11:38:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6265243E72; Mon, 2 Sep 2002 11:38:20 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82IcKJU008845; Mon, 2 Sep 2002 11:38:20 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82IcK1b008844; Mon, 2 Sep 2002 11:38:20 -0700 (PDT) Message-Id: <200209021838.g82IcK1b008844@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 2 Sep 2002 11:38:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/09/02 11:38:19 PDT Modified files: . modules Log: gkrellm2 --> ports/sysutils/gkrellm2 gkrellmms2 --> ports/audio/gkrellmms2 gkrellmvolume2 --> ports/audio/gkrellmvolume2 Revision Changes Path 1.5801 +3 -0 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 Sep 2 11:40:50 2002 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 2016C37B400; Mon, 2 Sep 2002 11:40:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C61AC43E4A; Mon, 2 Sep 2002 11:40:46 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82IekJU008994; Mon, 2 Sep 2002 11:40:46 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82Iekpu008993; Mon, 2 Sep 2002 11:40:46 -0700 (PDT) Message-Id: <200209021840.g82Iekpu008993@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 2 Sep 2002 11:40:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/09/02 11:40:46 PDT Modified files: sysutils Makefile Log: activate sysutils/gkrellm2. Revision Changes Path 1.287 +1 -0 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 Mon Sep 2 11:42:35 2002 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 924E637B400; Mon, 2 Sep 2002 11:42:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4500D43E4A; Mon, 2 Sep 2002 11:42:31 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82IgVJU009505; Mon, 2 Sep 2002 11:42:31 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82IgVm6009504; Mon, 2 Sep 2002 11:42:31 -0700 (PDT) Message-Id: <200209021842.g82IgVm6009504@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 2 Sep 2002 11:42:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/09/02 11:42:31 PDT Modified files: audio Makefile Log: activate audio/gkrellmms2 and audio/gkrellmvolume2. Revision Changes Path 1.329 +2 -0 ports/audio/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 11:51:23 2002 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 49CC737B400; Mon, 2 Sep 2002 11:51:16 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04A2643E75; Mon, 2 Sep 2002 11:51:16 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 1016F2A896; Mon, 2 Sep 2002 11:51:12 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Bruce Evans Cc: "David O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile src/usr.bin/make Makefile In-Reply-To: <20020903011057.W3883-100000@gamplex.bde.org> Date: Mon, 02 Sep 2002 11:51:12 -0700 From: Peter Wemm Message-Id: <20020902185112.1016F2A896@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bruce Evans wrote: > On Mon, 2 Sep 2002, Peter Wemm wrote: > > > "David O'Brien" wrote: > > > On Sat, Aug 31, 2002 at 12:18:40AM -0700, Peter Wemm wrote: > > > [about -DBOOTSTRAPPING and newer warts] > > > > I thought we were going to impliment these warts with some form of > > > __FreeBSD_version test -- so they don't impact source bases that don't > > > need them, and more importantly so it is documented the time range they > > > cover so we know when to remove them. > > > > Go for your life. Personally, I think that this sort of stuff should be > > removed from critical bootstrap tools with extreme prejudice. > > I hope you mean including the __FreeBSD_version wart. Actually, the __FreeBSD_version tests might be pretty complicated now. Especially since it comes from different headers. on older systems, on newer ones. I'd rather we just reset make back to use __RCSID (since that is in all BSD sys/cdefs.h) or plain static const char rcsid[] = "string"; since that works on everything. But *definately* not __FBSDID here, the #if's and crud needed to make this work would be worse than any percieved cosmetic gain from using __FBSDID(). > > Next problem: make has got /bin/sh hardcoded by absolute path. This burns > > us during an 4.x->5.x upgrade when /bin/sh is replaced before make has > > finished running things and the freshly installed /bin/sh gets a SIGSYS on > > eaccess(2). If that is solved, then we can avoid one reboot. > > I have used a hacked test/test.c with a function named eaccess() since this > problem first bit me. I sometimes boot old kernels that don't have eaccess(2 ). > Current kernels from 2 years ago still mostly work with current userlands > apart from this. (Many sysctls and things like ps don't work. More > interestingly, soft updates causes panics when a file is removed.) Or, if we want to get really evil, we could set a SIGSYS handler the first time we try and call eaccess() and revert to plain access() if the syscall isn't present. :-) > Bruce Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "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 Sep 2 12:13:22 2002 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 4171E37B400; Mon, 2 Sep 2002 12:13:13 -0700 (PDT) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6CB743E65; Mon, 2 Sep 2002 12:13:12 -0700 (PDT) (envelope-from makonnen@pacbell.net) Received: from kokeb.ambesa.net ([64.173.11.89]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0H1T00CHSS20O5@mta7.pltn13.pbi.net>; Mon, 02 Sep 2002 12:13:12 -0700 (PDT) Received: from kokeb.ambesa.net (tanstaafl@localhost [IPv6:::1]) by kokeb.ambesa.net (8.12.5/8.12.5) with ESMTP id g82JQFdD011060; Mon, 02 Sep 2002 12:26:15 -0700 (PDT envelope-from mtm@kokeb.ambesa.net) Received: (from mtm@localhost) by kokeb.ambesa.net (8.12.5/8.12.5/Submit) id g82JQFkI011059; Mon, 02 Sep 2002 12:26:15 -0700 (PDT) Date: Mon, 02 Sep 2002 12:26:15 -0700 From: Mike Makonnen Subject: Re: cvs commit: src/etc/defaults rc.conf In-reply-to: <200209021747.g82Hl9Ge036449@zibbi.icomtek.csir.co.za> To: John Hay Cc: gordon@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-id: <20020902122615.739942b4.makonnen@pacbell.net> MIME-version: 1.0 X-Mailer: Sylpheed version 0.8.2 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <200209021635.g82GZ1fp082872@freefall.freebsd.org> <200209021747.g82Hl9Ge036449@zibbi.icomtek.csir.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 02 Sep 2002 19:47:09 +0200 (SAT) John Hay wrote: > > I need this patch to make bootparamd work on my current box with rc_ng. > > John > -- > John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org > > > --- /usr/src/etc/rc.d/bootparams Fri Jun 14 00:14:36 2002 > +++ bootparams Sat Aug 3 10:24:44 2002 > @@ -11,8 +11,8 @@ > . /etc/rc.subr > > name="bootparamd" > -rcvar=$name > -command="/usr/sbin/rpc.${name}" > +rcvar=`set_rcvar` > +command="/usr/sbin/${name}" I didn't port this script because bootparamd isn't started from the old rc. We don't even have a knob for it in defaults/rc.conf. But even with this patch I don't see how it can start for you. You need # KEYWORD: FreeBSD at the top of the file. It must be starting some other way. Please add the KEYWORD line and a knob to defaults/rc.conf and resubmit. Thanks! Cheers, Mike Makonnen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 12:15:44 2002 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 4307D37B400; Mon, 2 Sep 2002 12:15:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D55743E6A; Mon, 2 Sep 2002 12:15:39 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82JFdJU017024; Mon, 2 Sep 2002 12:15:39 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82JFdWX017023; Mon, 2 Sep 2002 12:15:39 -0700 (PDT) Message-Id: <200209021915.g82JFdWX017023@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 2 Sep 2002 12:15:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/tiff2png Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/02 12:15:38 PDT Modified files: graphics/tiff2png Makefile Log: Bump PORTEPOCH, since the current version 0.9 is regarded smaller than the previous version of 0.81c. Reported by: "Mike A. Oligny" Revision Changes Path 1.8 +1 -0 ports/graphics/tiff2png/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 12:26:12 2002 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 95CA737B401; Mon, 2 Sep 2002 12:26:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5126643E65; Mon, 2 Sep 2002 12:26:05 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82JQ5JU018134; Mon, 2 Sep 2002 12:26:05 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82JQ5Er018133; Mon, 2 Sep 2002 12:26:05 -0700 (PDT) Message-Id: <200209021926.g82JQ5Er018133@freefall.freebsd.org> From: Oliver Braun Date: Mon, 2 Sep 2002 12:26:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt-devel Makefile distinfo ports/mail/mutt-devel/files extra-patch-pgp-dw ports/mail/mutt-devel/scripts generate-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/02 12:26:05 PDT Modified files: mail/mutt-devel Makefile distinfo mail/mutt-devel/scripts generate-plist Added files: mail/mutt-devel/files extra-patch-pgp-dw Log: * Add two new knobs: WITH_MUTT_PGP_PATCH and WITH_MUTT_MBOX_HOOK_PATCH Patches submitted by Dale Woolridge . * Fix sgmlformat dependency handling if manual.sgml is changed by one of the knobs. * Bump PORTREVISION. PR: ports/42328 Submitted by: maintainer Approved by: dwcjr (mentor) Revision Changes Path 1.177 +30 -6 ports/mail/mutt-devel/Makefile 1.76 +1 -0 ports/mail/mutt-devel/distinfo 1.1 +342 -0 ports/mail/mutt-devel/files/extra-patch-pgp-dw (new) 1.4 +4 -1 ports/mail/mutt-devel/scripts/generate-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 12:26:48 2002 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 7A6AD37B400; Mon, 2 Sep 2002 12:26:38 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 684B943E6E; Mon, 2 Sep 2002 12:26:37 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g82JQFOo004860; Mon, 2 Sep 2002 15:26:15 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 2 Sep 2002 15:26:15 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Gordon Tetlow Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf In-Reply-To: <200209021635.g82GZ1fp082872@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Great! Thanks to both you and Mike for all the work you've done to make this happen. Thanks also to David and others who helped support it :-). Another checkbox on the release feature list. BTW, do you have a proposed schedule for a final check that all functionality is in the new system, followed by purging of the old scripts? Are there any roadblocks to making that happen at this point? Also, since I haven't had a chance to look lately -- to what extent do we export this functionality to third party packages, and to what extent do we document it in the handbook and developer's handbook? Thanks! Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Mon, 2 Sep 2002, Gordon Tetlow wrote: > gordon 2002/09/02 09:35:01 PDT > > Modified files: > etc/defaults rc.conf > Log: > Turn rc_ng on by default now, it's time has come. While we are at it, I'd > like to thank Mike Makonnen for all his work on rcNG. Without him, none > of this would have been possible. > > Revision Changes Path > 1.157 +1 -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 Mon Sep 2 12:29:29 2002 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 E11D337B409; Mon, 2 Sep 2002 12:29:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E4843E42; Mon, 2 Sep 2002 12:29:05 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82JSxJU018474; Mon, 2 Sep 2002 12:28:59 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82JSxbK018472; Mon, 2 Sep 2002 12:28:59 -0700 (PDT) Message-Id: <200209021928.g82JSxbK018472@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 2 Sep 2002 12:28:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin Makefile src/usr.sbin/getextattr Makefile getextattr.8 getextattr.c src/usr.sbin/setextattr Makefile setextattr.8 setextattr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/02 12:28:59 PDT Modified files: usr.sbin Makefile Removed files: usr.sbin/getextattr Makefile getextattr.8 getextattr.c usr.sbin/setextattr Makefile setextattr.8 setextattr.c Log: Switch over to the new EA manipulation utilities. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.231 +1 -2 src/usr.sbin/Makefile 1.10 +0 -8 src/usr.sbin/getextattr/Makefile (dead) 1.16 +0 -109 src/usr.sbin/getextattr/getextattr.8 (dead) 1.14 +0 -177 src/usr.sbin/getextattr/getextattr.c (dead) 1.10 +0 -8 src/usr.sbin/setextattr/Makefile (dead) 1.11 +0 -89 src/usr.sbin/setextattr/setextattr.8 (dead) 1.7 +0 -74 src/usr.sbin/setextattr/setextattr.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 12:32:14 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 506D637B400; Mon, 2 Sep 2002 12:32:09 -0700 (PDT) Date: Mon, 2 Sep 2002 12:32:09 -0700 From: Juli Mallett To: Peter Wemm Cc: David O'Brien , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile src/usr.bin/make Makefile Message-ID: <20020902123209.A56522@FreeBSD.org> References: <20020901180827.GA33541@dragon.nuxi.com> <20020902130609.1F5A52A893@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020902130609.1F5A52A893@canning.wemm.org>; from peter@wemm.org on Mon, Sep 02, 2002 at 06:06:09AM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Peter Wemm [ Data: 2002-09-02 ] [ Subjecte: Re: cvs commit: src Makefile src/usr.bin/make Makefile ] > > Go for your life. Personally, I think that this sort of stuff should be > removed from critical bootstrap tools with extreme prejudice. > > Next problem: make has got /bin/sh hardcoded by absolute path. This burns > us during an 4.x->5.x upgrade when /bin/sh is replaced before make has > finished running things and the freshly installed /bin/sh gets a SIGSYS on > eaccess(2). If that is solved, then we can avoid one reboot. > Pass in DESTDIR from the Makefile? -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@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 Sep 2 12:58:21 2002 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 04E0D37B400; Mon, 2 Sep 2002 12:58:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8A1643E4A; Mon, 2 Sep 2002 12:58:15 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82JwFJU021032; Mon, 2 Sep 2002 12:58:15 -0700 (PDT) (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82JwFRP021031; Mon, 2 Sep 2002 12:58:15 -0700 (PDT) Message-Id: <200209021958.g82JwFRP021031@freefall.freebsd.org> From: David Malone Date: Mon, 2 Sep 2002 12:58:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/09/02 12:58:15 PDT Modified files: usr.sbin/inetd inetd.c Log: Clear up a few warnings (unused variable, rpc versions are usigned so use %u, rename a parameter to avoid shadowing a global). MFC after: 1 month Revision Changes Path 1.108 +7 -8 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 Sep 2 13: 0:53 2002 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 5946137B400; Mon, 2 Sep 2002 13:00:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB3CA43E6E; Mon, 2 Sep 2002 13:00:46 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82K0kJU021313; Mon, 2 Sep 2002 13:00:46 -0700 (PDT) (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82K0kni021312; Mon, 2 Sep 2002 13:00:46 -0700 (PDT) Message-Id: <200209022000.g82K0kni021312@freefall.freebsd.org> From: David Malone Date: Mon, 2 Sep 2002 13:00:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/09/02 13:00:46 PDT Modified files: usr.sbin/inetd inetd.c Log: tpc -> tcp in an error message. PR: 40771 Submitted by: Jean-Luc Richier Revision Changes Path 1.109 +2 -2 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 Sep 2 13: 7:19 2002 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 78D4137B400; Mon, 2 Sep 2002 13:07:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2789143E4A; Mon, 2 Sep 2002 13:07:11 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82K7BJU026273; Mon, 2 Sep 2002 13:07:11 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82K7ADb026272; Mon, 2 Sep 2002 13:07:10 -0700 (PDT) Message-Id: <200209022007.g82K7ADb026272@freefall.freebsd.org> From: Hye-Shik Chang Date: Mon, 2 Sep 2002 13:07:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/asp2php Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2002/09/02 13:07:10 PDT Modified files: www/asp2php Makefile distinfo Log: Update to 0.76.13 PR: 42321 Submitted by: maintainer Revision Changes Path 1.16 +3 -2 ports/www/asp2php/Makefile 1.8 +1 -1 ports/www/asp2php/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 13: 7:31 2002 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 01FE637B419; Mon, 2 Sep 2002 13:07:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A34B043E42; Mon, 2 Sep 2002 13:07:14 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82K7EJU026289; Mon, 2 Sep 2002 13:07:14 -0700 (PDT) (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82K7E13026288; Mon, 2 Sep 2002 13:07:14 -0700 (PDT) Message-Id: <200209022007.g82K7E13026288@freefall.freebsd.org> From: David Malone Date: Mon, 2 Sep 2002 13:07:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/09/02 13:07:14 PDT Modified files: usr.sbin/inetd inetd.c Log: Don't initialise policy, v4bind and v6bind where the variables are declared - it was bad style and caused a bug. v[46]bind need to be reset whenever we go to the "more:" label. Jean-Luc and I came up with this patch independently, so it had better be right! PR: 40771 Submitted by: Jean-Luc Richier Revision Changes Path 1.110 +10 -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 Sep 2 13:10:28 2002 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 7BDAA37B401; Mon, 2 Sep 2002 13:10:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B50C43E3B; Mon, 2 Sep 2002 13:10:20 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82KAKJU026746; Mon, 2 Sep 2002 13:10:20 -0700 (PDT) (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82KAKqg026745; Mon, 2 Sep 2002 13:10:20 -0700 (PDT) Message-Id: <200209022010.g82KAKqg026745@freefall.freebsd.org> From: Brooks Davis Date: Mon, 2 Sep 2002 13:10:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.conf src/sys/conf NOTES src/sys/cam cam_periph.c cam_xpt.c src/sys/cam/scsi scsi_all.c scsi_all.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2002/09/02 13:10:20 PDT Modified files: sys/boot/forth loader.conf sys/conf NOTES sys/cam cam_periph.c cam_xpt.c sys/cam/scsi scsi_all.c scsi_all.h Log: Make SCSI_DELAY setable at boot time and runtime via the kern.cam.scsi_delay tunable/sysctl. Reviewed by: mdodd, njl Revision Changes Path 1.64 +1 -0 src/sys/boot/forth/loader.conf 1.42 +1 -1 src/sys/cam/cam_periph.c 1.127 +3 -3 src/sys/cam/cam_xpt.c 1.37 +80 -0 src/sys/cam/scsi/scsi_all.c 1.20 +1 -20 src/sys/cam/scsi/scsi_all.h 1.1070 +3 -1 src/sys/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 13:15:17 2002 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 1970837B400; Mon, 2 Sep 2002 13:15:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD3CD43E4A; Mon, 2 Sep 2002 13:15:14 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82KFEJU027654; Mon, 2 Sep 2002 13:15:14 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82KFE5p027653; Mon, 2 Sep 2002 13:15:14 -0700 (PDT) Message-Id: <200209022015.g82KFE5p027653@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 2 Sep 2002 13:15:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/driftnet/files Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/09/02 13:15:14 PDT Removed files: net/driftnet/files Makefile Log: Remove Makefile missing from last commit Noticed by: corecode@corecode.ath.cx Revision Changes Path 1.2 +0 -23 ports/net/driftnet/files/Makefile (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 13:16:28 2002 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 18CA337B400; Mon, 2 Sep 2002 13:16:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD3A043E65; Mon, 2 Sep 2002 13:16:22 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82KGMJU027848; Mon, 2 Sep 2002 13:16:22 -0700 (PDT) (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82KGMtv027847; Mon, 2 Sep 2002 13:16:22 -0700 (PDT) Message-Id: <200209022016.g82KGMtv027847@freefall.freebsd.org> From: Brooks Davis Date: Mon, 2 Sep 2002 13:16:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys libkern.h src/sys/conf files X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2002/09/02 13:16:22 PDT Modified files: sys/sys libkern.h sys/conf files Log: Hook up libkern/strlcpy.c and libkern/strlcat.c after repocopy. Obtained from: OpenBSD Discussed on: -arch Revision Changes Path 1.696 +2 -0 src/sys/conf/files 1.31 +2 -0 src/sys/sys/libkern.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 13:24:34 2002 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 9CCE137B400; Mon, 2 Sep 2002 13:24:25 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D67C43E65; Mon, 2 Sep 2002 13:24:25 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.3/8.12.3) with ESMTP id g82KONwu017265; Mon, 2 Sep 2002 13:24:23 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.3/8.12.3/Submit) id g82KON4e017264; Mon, 2 Sep 2002 13:24:23 -0700 Date: Mon, 2 Sep 2002 13:24:23 -0700 From: Brooks Davis To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys libkern.h src/sys/conf files Message-ID: <20020902132423.B15010@Odin.AC.HMC.Edu> References: <200209022016.g82KGMtv027847@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="/NkBOFFp2J2Af1nK" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209022016.g82KGMtv027847@freefall.freebsd.org>; from brooks@FreeBSD.org on Mon, Sep 02, 2002 at 01:16:22PM -0700 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --/NkBOFFp2J2Af1nK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 02, 2002 at 01:16:22PM -0700, Brooks Davis wrote: > brooks 2002/09/02 13:16:22 PDT >=20 > Modified files: > sys/sys libkern.h=20 > sys/conf files=20 > Log: > Hook up libkern/strlcpy.c and libkern/strlcat.c after repocopy. Intrested parties should start attacking uses of strncat and strncpy. All uses of strncat in the kernel and most uses of strncpy are either wrong or hard to verify and should be converted to strl*. We should be able to eliminate strncat fairly easily. strncpy is a bit harder and may be used correctly for fixed width, non-NUL-terminated fields so I suspect we'll be keeping it around. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --/NkBOFFp2J2Af1nK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9c8j2XY6L6fI4GtQRAmvZAJ9TSSMraL6FPNJac/eJKJGeS9OlNgCg0CfL TZgqr8XYa/az1Muph7BAzos= =Hn2H -----END PGP SIGNATURE----- --/NkBOFFp2J2Af1nK-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 13:35:21 2002 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 DF21D37B400; Mon, 2 Sep 2002 13:35:14 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B384E43E42; Mon, 2 Sep 2002 13:35:13 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g82KZCHu010567; Mon, 2 Sep 2002 14:35:12 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 02 Sep 2002 14:34:52 -0600 (MDT) Message-Id: <20020902.143452.50744905.imp@bsdimp.com> To: peter@wemm.org Cc: bde@zeta.org.au, obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile src/usr.bin/make Makefile From: "M. Warner Losh" In-Reply-To: <20020902185112.1016F2A896@canning.wemm.org> References: <20020903011057.W3883-100000@gamplex.bde.org> <20020902185112.1016F2A896@canning.wemm.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20020902185112.1016F2A896@canning.wemm.org> Peter Wemm writes: : Bruce Evans wrote: : > On Mon, 2 Sep 2002, Peter Wemm wrote: : > : > > "David O'Brien" wrote: : > > > On Sat, Aug 31, 2002 at 12:18:40AM -0700, Peter Wemm wrote: : > > > [about -DBOOTSTRAPPING and newer warts] : > : > > > I thought we were going to impliment these warts with some form of : > > > __FreeBSD_version test -- so they don't impact source bases that don't : > > > need them, and more importantly so it is documented the time range they : > > > cover so we know when to remove them. : > > : > > Go for your life. Personally, I think that this sort of stuff should be : > > removed from critical bootstrap tools with extreme prejudice. : > : > I hope you mean including the __FreeBSD_version wart. : : Actually, the __FreeBSD_version tests might be pretty complicated now. : Especially since it comes from different headers. on older : systems, on newer ones. I'd rather we just reset make back : to use __RCSID (since that is in all BSD sys/cdefs.h) or plain static const : char rcsid[] = "string"; since that works on everything. But *definately* : not __FBSDID here, the #if's and crud needed to make this work would be worse : than any percieved cosmetic gain from using __FBSDID(). So what's the proceedure for making this so. Given that you and I and maybe bde agree that we should revert back to __RCSID, why not just do it and declare it verboten to change it back until 6.0 or so. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 13:37: 8 2002 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 C016F37B400; Mon, 2 Sep 2002 13:37:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7112443E65; Mon, 2 Sep 2002 13:37:04 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82Kb4JU030012; Mon, 2 Sep 2002 13:37:04 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82Kb4t0030011; Mon, 2 Sep 2002 13:37:04 -0700 (PDT) Message-Id: <200209022037.g82Kb4t0030011@freefall.freebsd.org> From: Gordon Tetlow Date: Mon, 2 Sep 2002 13:37:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d sendmail X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/09/02 13:37:04 PDT Modified files: etc/rc.d sendmail Log: Commit a revised sendmail script that works the same way as rc.sendmail. This should also quell warnings when sendmail_enable="NONE" Revision Changes Path 1.4 +43 -30 src/etc/rc.d/sendmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 13:38:28 2002 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 9AD5D37B401; Mon, 2 Sep 2002 13:38:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09BF043E75; Mon, 2 Sep 2002 13:38:22 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82KcLJU030098; Mon, 2 Sep 2002 13:38:21 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82KcLWv030097; Mon, 2 Sep 2002 13:38:21 -0700 (PDT) Message-Id: <200209022038.g82KcLWv030097@freefall.freebsd.org> From: Hye-Shik Chang Date: Mon, 2 Sep 2002 13:38:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/decurs Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2002/09/02 13:38:21 PDT Modified files: x11/decurs Makefile distinfo pkg-plist Log: Update to 0.50.1 PR: 42334 Submitted by: maintainer Revision Changes Path 1.6 +1 -1 ports/x11/decurs/Makefile 1.2 +1 -1 ports/x11/decurs/distinfo 1.2 +0 -1 ports/x11/decurs/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 Sep 2 13:49:32 2002 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 839F237B400; Mon, 2 Sep 2002 13:49:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2668743E42; Mon, 2 Sep 2002 13:49:27 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82KnQJU031241; Mon, 2 Sep 2002 13:49:27 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82KnQuO031240; Mon, 2 Sep 2002 13:49:26 -0700 (PDT) Message-Id: <200209022049.g82KnQuO031240@freefall.freebsd.org> From: Gordon Tetlow Date: Mon, 2 Sep 2002 13:49:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/09/02 13:49:26 PDT Modified files: etc/rc.d Makefile Log: Only install the scripts that actually used on FreeBSD. Revision Changes Path 1.5 +12 -15 src/etc/rc.d/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 14:21: 5 2002 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 1887737B400; Mon, 2 Sep 2002 14:20:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD84F43E42; Mon, 2 Sep 2002 14:20:58 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82LKwJU038450; Mon, 2 Sep 2002 14:20:58 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82LKwZM038449; Mon, 2 Sep 2002 14:20:58 -0700 (PDT) Message-Id: <200209022120.g82LKwZM038449@freefall.freebsd.org> From: Gordon Tetlow Date: Mon, 2 Sep 2002 14:20:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d mountd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/09/02 14:20:58 PDT Modified files: etc/rc.d mountd Log: We don't use single_mountd_enable anymore. It's just mountd_enable. I must have missed this in my earlier sweep. Revision Changes Path 1.7 +1 -1 src/etc/rc.d/mountd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 14:23: 0 2002 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 6D33137B400; Mon, 2 Sep 2002 14:22:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A82443E6A; Mon, 2 Sep 2002 14:22:55 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82LMsJU038886; Mon, 2 Sep 2002 14:22:55 -0700 (PDT) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82LMsBa038885; Mon, 2 Sep 2002 14:22:54 -0700 (PDT) Message-Id: <200209022122.g82LMsBa038885@freefall.freebsd.org> From: Matt Dillon Date: Mon, 2 Sep 2002 14:22:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c src/sys/svr4 svr4_misc.c svr4_resource.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2002/09/02 14:22:54 PDT Modified files: (Branch: RELENG_4) sys/kern imgact_elf.c sys/svr4 svr4_misc.c svr4_resource.c Log: MFC stage-2 RLIMIT_VMEM support. Add support to the elf loader. Approved by: re Revision Changes Path 1.73.2.10 +34 -13 src/sys/kern/imgact_elf.c 1.13.2.5 +2 -3 src/sys/svr4/svr4_misc.c 1.4.2.1 +2 -2 src/sys/svr4/svr4_resource.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 14:24: 6 2002 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 0037E37B400; Mon, 2 Sep 2002 14:24:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8774A43E65; Mon, 2 Sep 2002 14:24:00 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: from freefall.freebsd.org (mi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82LO0JU038985; Mon, 2 Sep 2002 14:24:00 -0700 (PDT) (envelope-from mi@freefall.freebsd.org) Received: (from mi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82LO0Ae038984; Mon, 2 Sep 2002 14:24:00 -0700 (PDT) Message-Id: <200209022124.g82LO0Ae038984@freefall.freebsd.org> From: Mikhail Teterin Date: Mon, 2 Sep 2002 14:24:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/hylafax Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2002/09/02 14:24:00 PDT Modified files: comms/hylafax Makefile Log: Fix the conditional post-patch target to look in ${WRKSRC}, rather than in the hardcoded hylafax-4.1 I goofed, when I implemented this back then, and the upgrader did not notice, because this is only invoked, when PREFIX is different from /usr/local Predicate USE_REINPLACE on PREFIX not being /usr/local too -- there is no need to demand the new sed otherwise. Set the REINPLACE_ARGS to -i "". I don't know, why this is not a default... Revision Changes Path 1.51 +4 -3 ports/comms/hylafax/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 14:24:54 2002 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 DF50D37B400; Mon, 2 Sep 2002 14:24:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FDC143E6E; Mon, 2 Sep 2002 14:24:48 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (dougb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82LOmJU039055; Mon, 2 Sep 2002 14:24:48 -0700 (PDT) (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82LOmig039054; Mon, 2 Sep 2002 14:24:48 -0700 (PDT) Message-Id: <200209022124.g82LOmig039054@freefall.freebsd.org> From: Doug Barton Date: Mon, 2 Sep 2002 14:24:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net-DNS Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/09/02 14:24:48 PDT Modified files: net/p5-Net-DNS Makefile distinfo Log: Update to 0.28, which fixes some more AUTOLOAD bugs, dynamic update bugs, SRV bugs, and Net::DNS::SEC bugs. No new features. Revision Changes Path 1.30 +1 -1 ports/net/p5-Net-DNS/Makefile 1.13 +1 -1 ports/net/p5-Net-DNS/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 14:26: 6 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 70B9437B400; Mon, 2 Sep 2002 14:26:00 -0700 (PDT) Date: Mon, 2 Sep 2002 14:26:00 -0700 From: Juli Mallett To: Brooks Davis Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys libkern.h src/sys/conf files Message-ID: <20020902142600.B61674@FreeBSD.org> References: <200209022016.g82KGMtv027847@freefall.freebsd.org> <20020902132423.B15010@Odin.AC.HMC.Edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020902132423.B15010@Odin.AC.HMC.Edu>; from brooks@one-eyed-alien.net on Mon, Sep 02, 2002 at 01:24:23PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Brooks Davis [ Data: 2002-09-02 ] [ Subjecte: Re: cvs commit: src/sys/sys libkern.h src/sys/conf files ] > On Mon, Sep 02, 2002 at 01:16:22PM -0700, Brooks Davis wrote: > > brooks 2002/09/02 13:16:22 PDT > > > > Modified files: > > sys/sys libkern.h > > sys/conf files > > Log: > > Hook up libkern/strlcpy.c and libkern/strlcat.c after repocopy. > > Intrested parties should start attacking uses of strncat and strncpy. > All uses of strncat in the kernel and most uses of strncpy are either > wrong or hard to verify and should be converted to strl*. We should be > able to eliminate strncat fairly easily. strncpy is a bit harder and may > be used correctly for fixed width, non-NUL-terminated fields so I > suspect we'll be keeping it around. Why? If they're not NUL terminated, use memcpy. -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@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 Sep 2 14:32:59 2002 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 413E037B400; Mon, 2 Sep 2002 14:32:49 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id A90FE43E42; Mon, 2 Sep 2002 14:32:48 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.3/8.12.3) with ESMTP id g82LWlwu028269; Mon, 2 Sep 2002 14:32:47 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.3/8.12.3/Submit) id g82LWkpq028268; Mon, 2 Sep 2002 14:32:46 -0700 Date: Mon, 2 Sep 2002 14:32:46 -0700 From: Brooks Davis To: Juli Mallett Cc: Brooks Davis , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys libkern.h src/sys/conf files Message-ID: <20020902143246.A27220@Odin.AC.HMC.Edu> References: <200209022016.g82KGMtv027847@freefall.freebsd.org> <20020902132423.B15010@Odin.AC.HMC.Edu> <20020902142600.B61674@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020902142600.B61674@FreeBSD.org>; from jmallett@FreeBSD.ORG on Mon, Sep 02, 2002 at 02:26:00PM -0700 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 02, 2002 at 02:26:00PM -0700, Juli Mallett wrote: > * De: Brooks Davis [ Data: 2002-09-02 ] > [ Subjecte: Re: cvs commit: src/sys/sys libkern.h src/sys/conf files ] > > On Mon, Sep 02, 2002 at 01:16:22PM -0700, Brooks Davis wrote: > > > brooks 2002/09/02 13:16:22 PDT > > >=20 > > > Modified files: > > > sys/sys libkern.h=20 > > > sys/conf files=20 > > > Log: > > > Hook up libkern/strlcpy.c and libkern/strlcat.c after repocopy. > >=20 > > Intrested parties should start attacking uses of strncat and strncpy. > > All uses of strncat in the kernel and most uses of strncpy are either > > wrong or hard to verify and should be converted to strl*. We should be > > able to eliminate strncat fairly easily. strncpy is a bit harder and m= ay > > be used correctly for fixed width, non-NUL-terminated fields so I > > suspect we'll be keeping it around. >=20 > Why? If they're not NUL terminated, use memcpy. Some fixed width fields expect to be zero filled but not necessicairly null-terminated in which case strncpy is the correct function. If there are sufficently few of them and they are in places where performance doesn't matter, then memcpy+bzero could be used. struct utmp is an example of this in userland. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9c9j+XY6L6fI4GtQRAkA5AKCPLz5qJ7v0UPECRS3x2rZ9Mfp9/ACg5jD2 9pzN1KqmVbe09aozxlbwWkQ= =ccdb -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 14:45:58 2002 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 D710337B400; Mon, 2 Sep 2002 14:45:52 -0700 (PDT) Received: from turbine.trit.org (turbine.trit.org [63.198.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7856443E42; Mon, 2 Sep 2002 14:45:52 -0700 (PDT) (envelope-from dima@trit.org) Received: from turbine.trit.org (localhost [127.0.0.1]) by turbine.trit.org (Postfix) with ESMTP id 088EF3E24; Mon, 2 Sep 2002 21:45:50 +0000 (UTC) To: Gordon Tetlow Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, makonnen@pacbell.net Subject: Re: cvs commit: src/etc/defaults rc.conf In-Reply-To: <200209021635.g82GZ1fp082872@freefall.freebsd.org>; from gordon@FreeBSD.org on "Mon, 2 Sep 2002 09:35:01 -0700 (PDT)" Date: Mon, 02 Sep 2002 21:45:50 +0000 From: Dima Dorfman Message-Id: <20020902214551.088EF3E24@turbine.trit.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Gordon Tetlow wrote: > gordon 2002/09/02 09:35:01 PDT > > Modified files: > etc/defaults rc.conf > Log: > Turn rc_ng on by default now, it's time has come. While we are at it, I'd > like to thank Mike Makonnen for all his work on rcNG. Without him, none > of this would have been possible. Can we resolve the network boot issue now? If no one really wants to work on a "proper" solution at this point, can we at least rename rc.d/initdiskless to rc.d/initdiskless.sh and add source_rc_confs to it? That's the minimum to get diskless booting working with rc.d. Unless someone else wants to do this (or one of the better alternatives we discussed), I plan to. I've had it sitting that way in my tree for a whlie. Thanks, Dima. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 15:24:22 2002 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 27C2637B409; Mon, 2 Sep 2002 15:24:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBDBD43E6E; Mon, 2 Sep 2002 15:24:14 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82MOEJU048988; Mon, 2 Sep 2002 15:24:14 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82MOEoP048987; Mon, 2 Sep 2002 15:24:14 -0700 (PDT) Message-Id: <200209022224.g82MOEoP048987@freefall.freebsd.org> From: Ian Dowse Date: Mon, 2 Sep 2002 15:24:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys syscallsubr.h src/sys/kern kern_descrip.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/09/02 15:24:14 PDT Modified files: sys/sys syscallsubr.h sys/kern kern_descrip.c Log: Split fcntl() into a wrapper and a kernel-callable kern_fcntl() implementation. The wrapper is responsible for copying additional structure arguments (struct flock) to and from userland. Revision Changes Path 1.157 +83 -65 src/sys/kern/kern_descrip.c 1.2 +1 -0 src/sys/sys/syscallsubr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 15:40:21 2002 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 E0E0637B405; Mon, 2 Sep 2002 15:40:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9209F43E65; Mon, 2 Sep 2002 15:40:13 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82MeDJU050223; Mon, 2 Sep 2002 15:40:13 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82MeDwL050222; Mon, 2 Sep 2002 15:40:13 -0700 (PDT) Message-Id: <200209022240.g82MeDwL050222@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 2 Sep 2002 15:40:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include ansi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/09/02 15:40:13 PDT Modified files: sys/ia64/include ansi.h Log: Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most other platforms. This introduces some binary incompatibilities for dynamically linked programs which make use of clock(3) and times(3). Revision Changes Path 1.25 +2 -2 src/sys/ia64/include/ansi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 15:40:42 2002 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 0032D37B410; Mon, 2 Sep 2002 15:40:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A367F43E3B; Mon, 2 Sep 2002 15:40:30 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82MeUJU050256; Mon, 2 Sep 2002 15:40:30 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82MeUuH050255; Mon, 2 Sep 2002 15:40:30 -0700 (PDT) Message-Id: <200209022240.g82MeUuH050255@freefall.freebsd.org> From: Ian Dowse Date: Mon, 2 Sep 2002 15:40:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_cache.c src/sys/sys syscallsubr.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/09/02 15:40:30 PDT Modified files: sys/kern vfs_cache.c sys/sys syscallsubr.h Log: Split up __getcwd so that kernel callers of the internal version can specify whether the buffer is in user or system space. Revision Changes Path 1.76 +30 -18 src/sys/kern/vfs_cache.c 1.3 +2 -0 src/sys/sys/syscallsubr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 15:41: 8 2002 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 5509237B409; Mon, 2 Sep 2002 15:41:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0634143E65; Mon, 2 Sep 2002 15:41:01 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82Mf0JU050330; Mon, 2 Sep 2002 15:41:00 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82MeugL050323; Mon, 2 Sep 2002 15:40:56 -0700 (PDT) Message-Id: <200209022240.g82MeugL050323@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 2 Sep 2002 15:40:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include ansi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/09/02 15:40:56 PDT Modified files: sys/sparc64/include ansi.h Log: Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most other platforms. This introduces some binary incompatibilities for dynamically linked programs which make use of clock(3) and times(3). Approved by: jake Revision Changes Path 1.19 +2 -2 src/sys/sparc64/include/ansi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 15:46:12 2002 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 6DF8B37B400; Mon, 2 Sep 2002 15:46:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EA8F43E3B; Mon, 2 Sep 2002 15:46:06 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82Mk5JU051051; Mon, 2 Sep 2002 15:46:06 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82Mk591051050; Mon, 2 Sep 2002 15:46:05 -0700 (PDT) Message-Id: <200209022246.g82Mk591051050@freefall.freebsd.org> From: Ian Dowse Date: Mon, 2 Sep 2002 15:46:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_file.c linux_getcwd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/09/02 15:46:05 PDT Modified files: sys/compat/linux linux_file.c linux_getcwd.c Log: Use the new kern_*() functions to avoid using the stack gap in linux_fcntl*() and linux_getcwd(). Revision Changes Path 1.71 +33 -69 src/sys/compat/linux/linux_file.c 1.8 +16 -21 src/sys/compat/linux/linux_getcwd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 16:25:52 2002 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 6D19A37B400; Mon, 2 Sep 2002 16:25:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2033243E42; Mon, 2 Sep 2002 16:25:48 -0700 (PDT) (envelope-from max@FreeBSD.org) Received: from freefall.freebsd.org (max@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82NPmJU058607; Mon, 2 Sep 2002 16:25:48 -0700 (PDT) (envelope-from max@freefall.freebsd.org) Received: (from max@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82NPlP1058606; Mon, 2 Sep 2002 16:25:47 -0700 (PDT) Message-Id: <200209022325.g82NPlP1058606@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Mon, 2 Sep 2002 16:25:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailagent Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2002/09/02 16:25:47 PDT Modified files: mail/mailagent Makefile Log: Don't install man pages which use the .so macro. Instead, define MLINKS. Submitted by: Alex Kapranoff Revision Changes Path 1.36 +3 -4 ports/mail/mailagent/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 16:26:59 2002 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 CF1BC37B400; Mon, 2 Sep 2002 16:26:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F96143E3B; Mon, 2 Sep 2002 16:26:54 -0700 (PDT) (envelope-from max@FreeBSD.org) Received: from freefall.freebsd.org (max@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82NQsJU058706; Mon, 2 Sep 2002 16:26:54 -0700 (PDT) (envelope-from max@freefall.freebsd.org) Received: (from max@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82NQsBJ058705; Mon, 2 Sep 2002 16:26:54 -0700 (PDT) Message-Id: <200209022326.g82NQsBJ058705@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Mon, 2 Sep 2002 16:26:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailagent/files patch-agent::man::Makefile.SH X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2002/09/02 16:26:54 PDT Added files: mail/mailagent/files patch-agent::man::Makefile.SH Log: Don't install man pages that use the .so macro. Instead, define MLINKS. Submitted by: Alex Kapranoff Revision Changes Path 1.1 +12 -0 ports/mail/mailagent/files/patch-agent::man::Makefile.SH (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 16:27:42 2002 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 70BCD37B401; Mon, 2 Sep 2002 16:27:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04DF743E3B; Mon, 2 Sep 2002 16:27:37 -0700 (PDT) (envelope-from max@FreeBSD.org) Received: from freefall.freebsd.org (max@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82NRaJU058775; Mon, 2 Sep 2002 16:27:36 -0700 (PDT) (envelope-from max@freefall.freebsd.org) Received: (from max@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82NRap6058774; Mon, 2 Sep 2002 16:27:36 -0700 (PDT) Message-Id: <200209022327.g82NRap6058774@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Mon, 2 Sep 2002 16:27:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailagent pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2002/09/02 16:27:36 PDT Modified files: mail/mailagent pkg-plist Log: Correct the packing list. Revision Changes Path 1.9 +3 -1 ports/mail/mailagent/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 Sep 2 16:47:27 2002 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 A2E4D37B400; Mon, 2 Sep 2002 16:47:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D26643E6A; Mon, 2 Sep 2002 16:47:06 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82NkqJU060454; Mon, 2 Sep 2002 16:46:52 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82NkqXJ060453; Mon, 2 Sep 2002 16:46:52 -0700 (PDT) Message-Id: <200209022346.g82NkqXJ060453@freefall.freebsd.org> From: Christian Weisgerber Date: Mon, 2 Sep 2002 16:46:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mpg321 Makefile ports/audio/mpg321/files patch-mpg321.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/09/02 16:46:52 PDT Modified files: audio/mpg321 Makefile audio/mpg321/files patch-mpg321.c Log: Fix format string bugs. Submitted by: Moritz Jodeit Revision Changes Path 1.21 +1 -1 ports/audio/mpg321/Makefile 1.2 +19 -1 ports/audio/mpg321/files/patch-mpg321.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 16:48: 9 2002 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 C760837B401; Mon, 2 Sep 2002 16:48:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E71F43E72; Mon, 2 Sep 2002 16:47:34 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82NkEJU060394; Mon, 2 Sep 2002 16:46:14 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82NkDd2060393; Mon, 2 Sep 2002 16:46:13 -0700 (PDT) Message-Id: <200209022346.g82NkDd2060393@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 2 Sep 2002 16:46:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/09/02 16:46:13 PDT Modified files: sys/sparc64/sparc64 machdep.c Log: Remove an unneeded PROC_LOCK, which caused lock recursion panics. Print a warning about old applications with no signal trampoline. Reported by: marius@alchemy.franken.de Revision Changes Path 1.61 +1 -1 src/sys/sparc64/sparc64/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 17: 9: 0 2002 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 071C137B400; Mon, 2 Sep 2002 17:08:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47DE143E91; Mon, 2 Sep 2002 17:08:04 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8306xJU066450; Mon, 2 Sep 2002 17:06:59 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8306xMo066449; Mon, 2 Sep 2002 17:06:59 -0700 (PDT) Message-Id: <200209030006.g8306xMo066449@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 2 Sep 2002 17:06:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include time.h src/sys/alpha/include ansi.h src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/ia64/include ansi.h src/sys/powerpc/include ansi.h src/sys/sparc64/include ansi.h src/sys/x86_64/include ansi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/09/02 17:06:58 PDT Modified files: include time.h Removed files: sys/alpha/include ansi.h sys/arm/include ansi.h sys/i386/include ansi.h sys/ia64/include ansi.h sys/powerpc/include ansi.h sys/sparc64/include ansi.h sys/x86_64/include ansi.h Log: Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all architectures, move the definition directly into and finish the removal of . Revision Changes Path 1.29 +2 -4 src/include/time.h 1.35 +0 -54 src/sys/alpha/include/ansi.h (dead) 1.22 +0 -53 src/sys/arm/include/ansi.h (dead) 1.42 +0 -53 src/sys/i386/include/ansi.h (dead) 1.26 +0 -54 src/sys/ia64/include/ansi.h (dead) 1.26 +0 -53 src/sys/powerpc/include/ansi.h (dead) 1.20 +0 -54 src/sys/sparc64/include/ansi.h (dead) 1.5 +0 -53 src/sys/x86_64/include/ansi.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 17:24:23 2002 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 0A2BA37B400; Mon, 2 Sep 2002 17:24:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B009B43E72; Mon, 2 Sep 2002 17:24:17 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g830OHJU068287; Mon, 2 Sep 2002 17:24:17 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g830OHaY068286; Mon, 2 Sep 2002 17:24:17 -0700 (PDT) Message-Id: <200209030024.g830OHaY068286@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 2 Sep 2002 17:24:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/02 17:24:17 PDT Modified files: share/sgml man-refs.ent Log: Add entity for ng_l2tp(4). Revision Changes Path 1.156 +1 -0 doc/share/sgml/man-refs.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 17:26:30 2002 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 ECACE37B400; Mon, 2 Sep 2002 17:26:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C73D43E65; Mon, 2 Sep 2002 17:26:24 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g830QOJU068473; Mon, 2 Sep 2002 17:26:24 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g830QO0E068472; Mon, 2 Sep 2002 17:26:24 -0700 (PDT) Message-Id: <200209030026.g830QO0E068472@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 2 Sep 2002 17:26:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/02 17:26:24 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: ng_l2tp(4) (+MFC), ifconfig(8) promisc (+MFC), inetd(8) service limitations (+MFC). MFCs noted: uaudio, daemon(8), tcpd(8). Revision Changes Path 1.419 +15 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 17:27:44 2002 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 46B6237B400; Mon, 2 Sep 2002 17:27:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB92543E72; Mon, 2 Sep 2002 17:27:38 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g830RcJU068561; Mon, 2 Sep 2002 17:27:38 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g830RcmN068560; Mon, 2 Sep 2002 17:27:38 -0700 (PDT) Message-Id: <200209030027.g830RcmN068560@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 2 Sep 2002 17:27:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/02 17:27:38 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MCF: ng_l2tp(4), uaudio, daemon(8), ifconfig(8) promisc, inetd(8) service limits, tcpd(8). Revision Changes Path 1.22.2.287 +30 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 17:33:28 2002 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 2B89937B400; Mon, 2 Sep 2002 17:33:21 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1716443E6A; Mon, 2 Sep 2002 17:33:20 -0700 (PDT) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org ([12.233.149.189]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020903003319.LUDA11061.sccrmhc01.attbi.com@bmah.dyndns.org>; Tue, 3 Sep 2002 00:33:19 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.5/8.12.5) with ESMTP id g830XI29003953; Mon, 2 Sep 2002 17:33:18 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.5/8.12.5/Submit) id g830XIli003952; Mon, 2 Sep 2002 17:33:18 -0700 (PDT) Message-Id: <200209030033.g830XIli003952@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20020729 with nmh-1.0.4 To: "Bruce A. Mah" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml In-Reply-To: <200209030027.g830RcmN068560@freefall.freebsd.org> References: <200209030027.g830RcmN068560@freefall.freebsd.org> Comments: In-reply-to "Bruce A. Mah" message dated "Mon, 02 Sep 2002 17:27:38 -0700." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.ORG X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-835045040P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Mon, 02 Sep 2002 17:33:18 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_-835045040P Content-Type: text/plain; charset=us-ascii If memory serves me right, "Bruce A. Mah" wrote: > bmah 2002/09/02 17:27:38 PDT > > Modified files: (Branch: RELENG_4) > release/doc/en_US.ISO8859-1/relnotes/common new.sgml > Log: > MCF: ng_l2tp(4), uaudio, daemon(8), ifconfig(8) promisc, inetd(8) > service limits, tcpd(8). > > Revision Changes Path > 1.22.2.287 +30 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new. > sgml Sigh. I forget to do this way too often. Approved by: re (implicitly) Bruce. --==_Exmh_-835045040P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE9dANO2MoxcVugUsMRAqmrAJ4qdZ/meP8HaOoMo/7X/2JOHTba0gCffcEN iHL7+YnN38LgTBFC48y6U1o= =pVqE -----END PGP SIGNATURE----- --==_Exmh_-835045040P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 18: 6:40 2002 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 6A27B37B401; Mon, 2 Sep 2002 18:06:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E87BD43E6E; Mon, 2 Sep 2002 18:06:26 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8316QJU076966; Mon, 2 Sep 2002 18:06:26 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8316Q0l076965; Mon, 2 Sep 2002 18:06:26 -0700 (PDT) Message-Id: <200209030106.g8316Q0l076965@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 2 Sep 2002 18:06:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/amcl Makefile ports/net/dctc-gui Makefile ports/net/driftnet Makefile ports/net/edonkey-gui-gtk Makefile ports/net/everybuddy Makefile ports/net/geotrace Makefile ports/net/ggsd Makefile ports/net/gicq Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/02 18:06:26 PDT Modified files: net/amcl Makefile net/dctc-gui Makefile net/driftnet Makefile net/edonkey-gui-gtk Makefile net/everybuddy Makefile net/geotrace Makefile net/ggsd Makefile net/gicq Makefile net/gkrellm_snmp Makefile net/gkrellmqst Makefile net/gkrellmwireless Makefile net/gnomba Makefile net/gnome-vnc Makefile net/gnomemeeting Makefile net/gnugadu Makefile net/gnunet Makefile net/gq Makefile net/gtk+licq Makefile net/gtk-gnutella Makefile net/gtkhx Makefile net/gtkyahoo Makefile net/ickle Makefile net/icukrell Makefile net/ipsorc Makefile net/jags Makefile net/linpopup Makefile net/mbrowse Makefile net/mtr Makefile net/napshare Makefile net/netscript Makefile net/pfinger Makefile net/sambasentinel Makefile net/staticcharge Makefile net/tvark Makefile net/wmlj Makefile net/xtraceroute Makefile net/xwhois Makefile net/ymessenger Makefile Log: Deploy USE_GNOMENG infrastructure PR: 42345 Submitted by: Edwin Groothuis Revision Changes Path 1.8 +2 -1 ports/net/amcl/Makefile 1.27 +3 -4 ports/net/dctc-gui/Makefile 1.3 +2 -1 ports/net/driftnet/Makefile 1.8 +2 -1 ports/net/edonkey-gui-gtk/Makefile 1.20 +6 -4 ports/net/everybuddy/Makefile 1.3 +3 -2 ports/net/geotrace/Makefile 1.14 +3 -2 ports/net/ggsd/Makefile 1.19 +5 -4 ports/net/gicq/Makefile 1.7 +2 -1 ports/net/gkrellm_snmp/Makefile 1.5 +2 -2 ports/net/gkrellmqst/Makefile 1.4 +2 -1 ports/net/gkrellmwireless/Makefile 1.8 +2 -1 ports/net/gnomba/Makefile 1.7 +3 -2 ports/net/gnome-vnc/Makefile 1.11 +4 -6 ports/net/gnomemeeting/Makefile 1.2 +6 -4 ports/net/gnugadu/Makefile 1.7 +2 -1 ports/net/gnunet/Makefile 1.8 +2 -1 ports/net/gq/Makefile 1.9 +5 -3 ports/net/gtk+licq/Makefile 1.11 +2 -1 ports/net/gtk-gnutella/Makefile 1.11 +3 -3 ports/net/gtkhx/Makefile 1.10 +2 -1 ports/net/gtkyahoo/Makefile 1.12 +6 -5 ports/net/ickle/Makefile 1.3 +2 -2 ports/net/icukrell/Makefile 1.6 +2 -1 ports/net/ipsorc/Makefile 1.7 +2 -1 ports/net/jags/Makefile 1.2 +2 -1 ports/net/linpopup/Makefile 1.3 +2 -1 ports/net/mbrowse/Makefile 1.36 +5 -3 ports/net/mtr/Makefile 1.4 +2 -1 ports/net/napshare/Makefile 1.14 +5 -3 ports/net/netscript/Makefile 1.3 +3 -2 ports/net/pfinger/Makefile 1.4 +2 -1 ports/net/sambasentinel/Makefile 1.3 +2 -1 ports/net/staticcharge/Makefile 1.3 +2 -1 ports/net/tvark/Makefile 1.5 +2 -1 ports/net/wmlj/Makefile 1.15 +3 -3 ports/net/xtraceroute/Makefile 1.15 +3 -2 ports/net/xwhois/Makefile 1.10 +5 -4 ports/net/ymessenger/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 18: 7:38 2002 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 9F13A37B400; Mon, 2 Sep 2002 18:07:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5104043E3B; Mon, 2 Sep 2002 18:07:33 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8317XJU077391; Mon, 2 Sep 2002 18:07:33 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8317XVm077390; Mon, 2 Sep 2002 18:07:33 -0700 (PDT) Message-Id: <200209030107.g8317XVm077390@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 2 Sep 2002 18:07:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/02 18:07:33 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Modified release notes: Remote note about enabling rnNG (it's now on by default), cvs 1.11.2. MFCs noted: Binutils 2.12.1 20020622 snapshot. Revision Changes Path 1.420 +4 -12 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 18: 9:25 2002 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 039DB37B400; Mon, 2 Sep 2002 18:09:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB88F43E65; Mon, 2 Sep 2002 18:09:19 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8319JJU077806; Mon, 2 Sep 2002 18:09:19 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8319JqS077805; Mon, 2 Sep 2002 18:09:19 -0700 (PDT) Message-Id: <200209030109.g8319JqS077805@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 2 Sep 2002 18:09:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/02 18:09:19 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: Binutils 2.12.1 20020622 snapshot. Approved by: re (implicitly) Revision Changes Path 1.22.2.288 +3 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 18: 9:53 2002 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 2738F37B400; Mon, 2 Sep 2002 18:09:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8EE543E42; Mon, 2 Sep 2002 18:09:47 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8319lJU077957; Mon, 2 Sep 2002 18:09:47 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8319leV077956; Mon, 2 Sep 2002 18:09:47 -0700 (PDT) Message-Id: <200209030109.g8319leV077956@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 2 Sep 2002 18:09:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale mblen.c mbtowc.c wctomb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/02 18:09:47 PDT Modified files: lib/libc/locale mblen.c mbtowc.c wctomb.c Log: Set errno to EILSEQ when invalid multibyte sequences are detected (XSI extension to 1003.1-2001). Revision Changes Path 1.2 +4 -1 src/lib/libc/locale/mblen.c 1.3 +4 -1 src/lib/libc/locale/mbtowc.c 1.2 +6 -1 src/lib/libc/locale/wctomb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 18:17:24 2002 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 4682D37B400; Mon, 2 Sep 2002 18:17:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07FB143E65; Mon, 2 Sep 2002 18:17:21 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g831HKJU079488; Mon, 2 Sep 2002 18:17:20 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g831HK47079487; Mon, 2 Sep 2002 18:17:20 -0700 (PDT) Message-Id: <200209030117.g831HK47079487@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 2 Sep 2002 18:17:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook Makefile book.sgml chapters.ent doc/en_US.ISO8859-1/books/handbook/desktop Makefile chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/02 18:17:20 PDT Modified files: en_US.ISO8859-1/books/handbook Makefile book.sgml chapters.ent Added files: en_US.ISO8859-1/books/handbook/desktop Makefile chapter.sgml Log: Add a new chapter titled ``Desktop applications''. Submitted by: Christophe Juniet Reviewed by: Ross Lippert Revision Changes Path 1.61 +1 -0 doc/en_US.ISO8859-1/books/handbook/Makefile 1.126 +2 -0 doc/en_US.ISO8859-1/books/handbook/book.sgml 1.23 +1 -0 doc/en_US.ISO8859-1/books/handbook/chapters.ent 1.1 +15 -0 doc/en_US.ISO8859-1/books/handbook/desktop/Makefile (new) 1.1 +1018 -0 doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 18:26:36 2002 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 F359B37B400; Mon, 2 Sep 2002 18:26:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A109543E4A; Mon, 2 Sep 2002 18:26:31 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g831QVJU080636; Mon, 2 Sep 2002 18:26:31 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g831QVuu080635; Mon, 2 Sep 2002 18:26:31 -0700 (PDT) Message-Id: <200209030126.g831QVuu080635@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 2 Sep 2002 18:26:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/gdict Makefile ports/textproc/gutenbook Makefile ports/textproc/p5-XML-LibRSVG Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/02 18:26:30 PDT Modified files: textproc/gdict Makefile textproc/gutenbook Makefile textproc/p5-XML-LibRSVG Makefile Log: Deploy USE_GNOMENG infrastructure PR: 42350 Submitted by: Edwin Groothuis Revision Changes Path 1.13 +2 -1 ports/textproc/gdict/Makefile 1.5 +3 -2 ports/textproc/gutenbook/Makefile 1.5 +2 -2 ports/textproc/p5-XML-LibRSVG/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 18:29:12 2002 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 1107937B401; Mon, 2 Sep 2002 18:29:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3D1443E65; Mon, 2 Sep 2002 18:29:06 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g831T6JU081149; Mon, 2 Sep 2002 18:29:06 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g831T6ZG081148; Mon, 2 Sep 2002 18:29:06 -0700 (PDT) Message-Id: <200209030129.g831T6ZG081148@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 2 Sep 2002 18:29:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/el_GR.ISO8859-7/articles Makefile doc/el_GR.ISO8859-7/articles/laptop Makefile article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/02 18:29:06 PDT Modified files: el_GR.ISO8859-7/articles Makefile Added files: el_GR.ISO8859-7/articles/laptop Makefile article.sgml Log: Add new Greek article translation. Revision Changes Path 1.4 +1 -0 doc/el_GR.ISO8859-7/articles/Makefile 1.1 +21 -0 doc/el_GR.ISO8859-7/articles/laptop/Makefile (new) 1.1 +217 -0 doc/el_GR.ISO8859-7/articles/laptop/article.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 18:50:35 2002 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 BB82137B400; Mon, 2 Sep 2002 18:50:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DB0243E65; Mon, 2 Sep 2002 18:50:24 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: from freefall.freebsd.org (gshapiro@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g831oOJU083753; Mon, 2 Sep 2002 18:50:24 -0700 (PDT) (envelope-from gshapiro@freefall.freebsd.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g831oOg3083750; Mon, 2 Sep 2002 18:50:24 -0700 (PDT) Message-Id: <200209030150.g831oOg3083750@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Mon, 2 Sep 2002 18:50:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml src/contrib/sendmail FREEBSD-upgrade RELEASE_NOTES src/contrib/sendmail/cf README src/contrib/sendmail/cf/cf submit.cf src/contrib/sendmail/cf/m4 proto.m4 version.m4 src/contrib/sendmail/contrib etrn.0 etrn.pl ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gshapiro 2002/09/02 18:50:24 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml contrib/sendmail FREEBSD-upgrade RELEASE_NOTES contrib/sendmail/cf README contrib/sendmail/cf/cf submit.cf contrib/sendmail/cf/m4 proto.m4 version.m4 contrib/sendmail/contrib etrn.pl expn.pl contrib/sendmail/doc/op op.me contrib/sendmail/include/sm conf.h varargs.h contrib/sendmail/libmilter comm.c engine.c listener.c contrib/sendmail/libsm clock.c ldap.c contrib/sendmail/mail.local mail.local.8 mail.local.c contrib/sendmail/mailstats mailstats.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 Makefile.m4 TRACEFLAGS aliases.5 collect.c conf.c conf.h deliver.c domain.c err.c headers.c mailq.1 main.c map.c mci.c milter.c parseaddr.c queue.c readcf.c sasl.c savemail.c sendmail.8 sendmail.h sfsasl.c srvrsmtp.c usersmtp.c version.c contrib/sendmail/vacation vacation.1 vacation.c Added files: (Branch: RELENG_4) contrib/sendmail/contrib etrn.0 Log: MFC: Import sendmail 8.12.6 Approved by: re Revision Changes Path 1.1.2.13 +6 -6 src/contrib/sendmail/FREEBSD-upgrade 1.1.1.3.2.12 +81 -1 src/contrib/sendmail/RELEASE_NOTES 1.1.1.3.2.12 +2 -2 src/contrib/sendmail/cf/README 1.1.1.1.2.5 +5 -5 src/contrib/sendmail/cf/cf/submit.cf 1.1.1.4.2.11 +13 -8 src/contrib/sendmail/cf/m4/proto.m4 1.1.1.3.2.12 +2 -2 src/contrib/sendmail/cf/m4/version.m4 1.1.1.1.2.1 +58 -0 src/contrib/sendmail/contrib/etrn.0 (new) 1.1.1.1.6.2 +88 -209 src/contrib/sendmail/contrib/etrn.pl 1.1.1.1.6.2 +1 -1 src/contrib/sendmail/contrib/expn.pl 1.1.1.3.2.12 +26 -6 src/contrib/sendmail/doc/op/op.me 1.1.1.1.2.5 +3 -1 src/contrib/sendmail/include/sm/conf.h 1.1.1.1.2.2 +2 -2 src/contrib/sendmail/include/sm/varargs.h 1.1.1.1.2.6 +23 -7 src/contrib/sendmail/libmilter/comm.c 1.1.1.1.2.7 +6 -3 src/contrib/sendmail/libmilter/engine.c 1.1.1.1.2.9 +13 -6 src/contrib/sendmail/libmilter/listener.c 1.1.1.1.2.4 +2 -2 src/contrib/sendmail/libsm/clock.c 1.1.1.1.2.3 +6 -2 src/contrib/sendmail/libsm/ldap.c 1.5.6.5 +1 -2 src/contrib/sendmail/mail.local/mail.local.8 1.6.6.10 +2 -2 src/contrib/sendmail/mail.local/mail.local.c 1.5.2.7 +1 -2 src/contrib/sendmail/mailstats/mailstats.c 1.3.6.5 +2 -2 src/contrib/sendmail/makemap/makemap.c 1.3.6.6 +2 -2 src/contrib/sendmail/praliases/praliases.c 1.4.6.7 +2 -2 src/contrib/sendmail/rmail/rmail.c 1.3.6.5 +1 -2 src/contrib/sendmail/smrsh/smrsh.8 1.3.6.8 +2 -2 src/contrib/sendmail/smrsh/smrsh.c 1.1.1.3.2.6 +13 -5 src/contrib/sendmail/src/Makefile.m4 1.1.1.2.6.5 +2 -1 src/contrib/sendmail/src/TRACEFLAGS 1.3.6.4 +1 -2 src/contrib/sendmail/src/aliases.5 1.1.1.4.2.10 +12 -3 src/contrib/sendmail/src/collect.c 1.5.2.11 +30 -15 src/contrib/sendmail/src/conf.c 1.6.2.11 +2 -2 src/contrib/sendmail/src/conf.h 1.1.1.3.2.11 +27 -12 src/contrib/sendmail/src/deliver.c 1.1.1.3.2.7 +3 -3 src/contrib/sendmail/src/domain.c 1.3.6.6 +2 -2 src/contrib/sendmail/src/err.c 1.4.2.7 +13 -9 src/contrib/sendmail/src/headers.c 1.3.6.8 +1 -2 src/contrib/sendmail/src/mailq.1 1.1.1.3.2.12 +2 -2 src/contrib/sendmail/src/main.c 1.1.1.3.2.12 +4 -1 src/contrib/sendmail/src/map.c 1.3.6.8 +2 -2 src/contrib/sendmail/src/mci.c 1.1.1.1.2.13 +22 -2 src/contrib/sendmail/src/milter.c 1.1.1.2.6.10 +10 -7 src/contrib/sendmail/src/parseaddr.c 1.1.1.3.2.11 +64 -11 src/contrib/sendmail/src/queue.c 1.1.1.4.2.12 +3 -4 src/contrib/sendmail/src/readcf.c 1.1.1.1.2.5 +2 -2 src/contrib/sendmail/src/sasl.c 1.4.2.8 +2 -2 src/contrib/sendmail/src/savemail.c 1.3.6.6 +1 -2 src/contrib/sendmail/src/sendmail.8 1.1.1.4.2.12 +38 -30 src/contrib/sendmail/src/sendmail.h 1.1.1.1.2.10 +17 -1 src/contrib/sendmail/src/sfsasl.c 1.1.1.2.6.11 +30 -23 src/contrib/sendmail/src/srvrsmtp.c 1.1.1.3.2.10 +15 -7 src/contrib/sendmail/src/usersmtp.c 1.1.1.3.2.12 +2 -2 src/contrib/sendmail/src/version.c 1.1.1.1.2.8 +1 -2 src/contrib/sendmail/vacation/vacation.1 1.1.1.1.2.9 +1 -1 src/contrib/sendmail/vacation/vacation.c 1.22.2.289 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 19:18:24 2002 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 7A17937B400; Mon, 2 Sep 2002 19:18:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F17F43E42; Mon, 2 Sep 2002 19:18:22 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g832IMJU090860; Mon, 2 Sep 2002 19:18:22 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g832ILlk090859; Mon, 2 Sep 2002 19:18:21 -0700 (PDT) Message-Id: <200209030218.g832ILlk090859@freefall.freebsd.org> From: Matt Jacob Date: Mon, 2 Sep 2002 19:18:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt_freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/02 19:18:21 PDT Modified files: sys/dev/mpt mpt_freebsd.h Log: Don't do transition locking (i.e., CAM->MPT->CAM)- Peter claimed that ia64 chokes the chicken with this. Submitted by: wemm@freebsd.org Revision Changes Path 1.5 +10 -0 src/sys/dev/mpt/mpt_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 19:47: 9 2002 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 E508037B400; Mon, 2 Sep 2002 19:46:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ADDF43E72; Mon, 2 Sep 2002 19:46:50 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g832koJU094604; Mon, 2 Sep 2002 19:46:50 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g832kowh094603; Mon, 2 Sep 2002 19:46:50 -0700 (PDT) Message-Id: <200209030246.g832kowh094603@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 2 Sep 2002 19:46:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/avidemux Makefile ports/graphics/bbrb Makefile ports/graphics/chbg Makefile ports/graphics/cqcam Makefile ports/graphics/divxcalc Makefile ports/graphics/fnlib Makefile ports/graphics/g3dviewer Makefile ports/graphics/gcolor ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/02 19:46:49 PDT Modified files: graphics/avidemux Makefile graphics/bbrb Makefile graphics/chbg Makefile graphics/cqcam Makefile graphics/divxcalc Makefile graphics/fnlib Makefile graphics/g3dviewer Makefile graphics/gcolor Makefile graphics/geist Makefile graphics/gimageview Makefile graphics/giram Makefile graphics/gkrellkam Makefile graphics/gliv Makefile graphics/gopchop Makefile graphics/gphoto2 Makefile graphics/gqview Makefile graphics/gsculpt Makefile graphics/gstreamer-plugins Makefile graphics/gtkdps Makefile graphics/gtkfig Makefile graphics/gtkgraph Makefile graphics/gtksee Makefile graphics/gview Makefile graphics/gxanim Makefile graphics/imagesort Makefile graphics/isreal Makefile graphics/kdegraphics3 Makefile graphics/kludge3d Makefile graphics/kuickshow Makefile graphics/libmovtar Makefile graphics/libxine Makefile graphics/maverik Makefile graphics/mplayer Makefile graphics/ogle-gui Makefile graphics/openquicktime Makefile graphics/p5-Gimp Makefile graphics/picturebook Makefile graphics/qiv Makefile graphics/ruby-gdk_imlib Makefile graphics/ruby-gdk_pixbuf Makefile graphics/sane-frontends Makefile graphics/smpeg Makefile graphics/smpeg-xmms Makefile graphics/vertex Makefile graphics/vlc Makefile graphics/xine Makefile graphics/xmms-avi Makefile graphics/xmms-goom Makefile graphics/xmms-infinity Makefile graphics/xmms-iris Makefile graphics/xmms-paranormal Makefile graphics/xmms-xvs Makefile graphics/xmps-opendivx-plugin Makefile graphics/xmps-win32-plugin Makefile graphics/xsane Makefile graphics/xtheater Makefile graphics/xzgv Makefile Log: Deploy USE_GNOMENG infrastructure PR: 42349 Submitted by: Edwin Groothuis Revision Changes Path 1.2 +2 -1 ports/graphics/avidemux/Makefile 1.2 +2 -2 ports/graphics/bbrb/Makefile 1.9 +2 -3 ports/graphics/chbg/Makefile 1.21 +3 -2 ports/graphics/cqcam/Makefile 1.6 +2 -1 ports/graphics/divxcalc/Makefile 1.23 +2 -1 ports/graphics/fnlib/Makefile 1.2 +2 -1 ports/graphics/g3dviewer/Makefile 1.11 +2 -1 ports/graphics/gcolor/Makefile 1.4 +2 -1 ports/graphics/geist/Makefile 1.5 +6 -4 ports/graphics/gimageview/Makefile 1.12 +5 -3 ports/graphics/giram/Makefile 1.11 +2 -2 ports/graphics/gkrellkam/Makefile 1.12 +2 -1 ports/graphics/gliv/Makefile 1.3 +3 -2 ports/graphics/gopchop/Makefile 1.29 +2 -1 ports/graphics/gphoto2/Makefile 1.35 +5 -5 ports/graphics/gqview/Makefile 1.4 +2 -1 ports/graphics/gsculpt/Makefile 1.3 +8 -5 ports/graphics/gstreamer-plugins/Makefile 1.19 +3 -2 ports/graphics/gtkdps/Makefile 1.8 +3 -2 ports/graphics/gtkfig/Makefile 1.17 +2 -1 ports/graphics/gtkgraph/Makefile 1.30 +2 -1 ports/graphics/gtksee/Makefile 1.19 +3 -2 ports/graphics/gview/Makefile 1.8 +2 -1 ports/graphics/gxanim/Makefile 1.4 +3 -2 ports/graphics/imagesort/Makefile 1.5 +3 -2 ports/graphics/isreal/Makefile 1.67 +2 -1 ports/graphics/kdegraphics3/Makefile 1.3 +2 -1 ports/graphics/kludge3d/Makefile 1.5 +2 -1 ports/graphics/kuickshow/Makefile 1.5 +2 -1 ports/graphics/libmovtar/Makefile 1.23 +2 -1 ports/graphics/libxine/Makefile 1.6 +5 -3 ports/graphics/maverik/Makefile 1.26 +6 -4 ports/graphics/mplayer/Makefile 1.16 +6 -4 ports/graphics/ogle-gui/Makefile 1.3 +2 -1 ports/graphics/openquicktime/Makefile 1.7 +2 -1 ports/graphics/p5-Gimp/Makefile 1.3 +3 -2 ports/graphics/picturebook/Makefile 1.19 +2 -1 ports/graphics/qiv/Makefile 1.5 +2 -2 ports/graphics/ruby-gdk_imlib/Makefile 1.7 +1 -3 ports/graphics/ruby-gdk_pixbuf/Makefile 1.39 +2 -1 ports/graphics/sane-frontends/Makefile 1.8 +2 -1 ports/graphics/smpeg-xmms/Makefile 1.20 +2 -1 ports/graphics/smpeg/Makefile 1.7 +2 -2 ports/graphics/vertex/Makefile 1.17 +2 -1 ports/graphics/vlc/Makefile 1.31 +2 -1 ports/graphics/xine/Makefile 1.5 +2 -1 ports/graphics/xmms-avi/Makefile 1.2 +2 -1 ports/graphics/xmms-goom/Makefile 1.4 +2 -1 ports/graphics/xmms-infinity/Makefile 1.4 +2 -1 ports/graphics/xmms-iris/Makefile 1.3 +2 -1 ports/graphics/xmms-paranormal/Makefile 1.2 +2 -1 ports/graphics/xmms-xvs/Makefile 1.6 +2 -1 ports/graphics/xmps-opendivx-plugin/Makefile 1.10 +2 -1 ports/graphics/xmps-win32-plugin/Makefile 1.36 +2 -1 ports/graphics/xsane/Makefile 1.5 +2 -1 ports/graphics/xtheater/Makefile 1.5 +3 -2 ports/graphics/xzgv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 20: 7:20 2002 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 BFC0237B400; Mon, 2 Sep 2002 20:07:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71B7743E65; Mon, 2 Sep 2002 20:07:17 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8337HJU001974; Mon, 2 Sep 2002 20:07:17 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8337HWM001973; Mon, 2 Sep 2002 20:07:17 -0700 (PDT) Message-Id: <200209030307.g8337HWM001973@freefall.freebsd.org> From: Robert Watson Date: Mon, 2 Sep 2002 20:07:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/5.0R todo.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/09/02 20:07:16 PDT Modified files: en/releases/5.0R todo.sgml Log: Add various TrustedBSD "must do" tasks for 5.0. Add switch to GEOM by default. Revision Changes Path 1.3 +43 -1 www/en/releases/5.0R/todo.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 20:17:47 2002 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 2063D37B400; Mon, 2 Sep 2002 20:17:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C91C243E42; Mon, 2 Sep 2002 20:17:42 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g833HdJU002916; Mon, 2 Sep 2002 20:17:39 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g833HdDY002915; Mon, 2 Sep 2002 20:17:39 -0700 (PDT) Message-Id: <200209030317.g833HdDY002915@freefall.freebsd.org> From: Robert Watson Date: Mon, 2 Sep 2002 20:17:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/5.0R todo.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/09/02 20:17:34 PDT Modified files: en/releases/5.0R todo.sgml Log: When work is going on Perforce, indicate the branch in the status field so that people who are interested can get to it. Revision Changes Path 1.4 +7 -4 www/en/releases/5.0R/todo.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 20:18: 6 2002 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 AB72D37B400; Mon, 2 Sep 2002 20:17:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6613843E75; Mon, 2 Sep 2002 20:17:59 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g833HuJU002995; Mon, 2 Sep 2002 20:17:56 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g833HuPt002993; Mon, 2 Sep 2002 20:17:56 -0700 (PDT) Message-Id: <200209030317.g833HuPt002993@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 2 Sep 2002 20:17:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/xmms-mad Makefile distinfo pkg-comment pkg-descr pkg-plist ports/audio/xmms-mad/files patch-config::ltmain.sh patch-src::input.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/02 20:17:55 PDT Modified files: audio Makefile Added files: audio/xmms-mad Makefile distinfo pkg-comment pkg-descr pkg-plist audio/xmms-mad/files patch-config::ltmain.sh patch-src::input.c Log: New port xmms-mad version 0.1.1: A XMMS input plugin that uses libmad Submitted by: David Yeske Revision Changes Path 1.330 +1 -0 ports/audio/Makefile 1.1 +28 -0 ports/audio/xmms-mad/Makefile (new) 1.1 +1 -0 ports/audio/xmms-mad/distinfo (new) 1.1 +16 -0 ports/audio/xmms-mad/files/patch-config::ltmain.sh (new) 1.1 +13 -0 ports/audio/xmms-mad/files/patch-src::input.c (new) 1.1 +1 -0 ports/audio/xmms-mad/pkg-comment (new) 1.1 +8 -0 ports/audio/xmms-mad/pkg-descr (new) 1.1 +1 -0 ports/audio/xmms-mad/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 20:18:36 2002 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 7E08C37B400; Mon, 2 Sep 2002 20:18:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F5C843E77; Mon, 2 Sep 2002 20:18:31 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g833IUJU003046; Mon, 2 Sep 2002 20:18:30 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g833IUU9003045; Mon, 2 Sep 2002 20:18:30 -0700 (PDT) Message-Id: <200209030318.g833IUU9003045@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 2 Sep 2002 20:18:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/02 20:18:26 PDT Modified files: . modules Log: xmms-mad --> ports/audio/xmms-mad Revision Changes Path 1.5802 +1 -0 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 Sep 2 20:25: 1 2002 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 0333237B400; Mon, 2 Sep 2002 20:24:58 -0700 (PDT) Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28A2A43E3B; Mon, 2 Sep 2002 20:24:57 -0700 (PDT) (envelope-from gibbs@scsiguy.com) Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by aslan.scsiguy.com (8.12.5/8.12.5) with ESMTP id g833NfZY049644; Mon, 2 Sep 2002 21:23:41 -0600 (MDT) (envelope-from gibbs@scsiguy.com) Date: Mon, 02 Sep 2002 21:23:41 -0600 From: "Justin T. Gibbs" To: Bruce Evans , Julian Elischer Cc: Peter Wemm , Scott Long , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files Message-ID: <1649780000.1031023421@aslan.scsiguy.com> In-Reply-To: <20020901153924.B8150-100000@gamplex.bde.org> References: <20020901153924.B8150-100000@gamplex.bde.org> X-Mailer: Mulberry/2.2.1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Be careful or you might make static configuration work better than > modules :-). Isn't this already the case? I can't put options that pertain to modules in my config file and have them work. It seems that the only way to get proper option handling today is to hack up your module make file and use -DBLAH args to make. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 20:29:33 2002 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 8B0E837B400; Mon, 2 Sep 2002 20:29:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EE7E43E6A; Mon, 2 Sep 2002 20:29:28 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g833TSJU004132; Mon, 2 Sep 2002 20:29:28 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g833TRF0004131; Mon, 2 Sep 2002 20:29:27 -0700 (PDT) Message-Id: <200209030329.g833TRF0004131@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 2 Sep 2002 20:29:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/xmms-finespectrum Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/xmms-finespectrum/files patch-ltmain.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/02 20:29:27 PDT Modified files: graphics Makefile Added files: graphics/xmms-finespectrum Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/xmms-finespectrum/files patch-ltmain.sh Log: New port xmms-finespectrum version 1.0.1.a: Fine grain Spectrum analyzers for XMMS Submitted by: David Yeske Revision Changes Path 1.495 +1 -0 ports/graphics/Makefile 1.1 +28 -0 ports/graphics/xmms-finespectrum/Makefile (new) 1.1 +1 -0 ports/graphics/xmms-finespectrum/distinfo (new) 1.1 +16 -0 ports/graphics/xmms-finespectrum/files/patch-ltmain.sh (new) 1.1 +1 -0 ports/graphics/xmms-finespectrum/pkg-comment (new) 1.1 +9 -0 ports/graphics/xmms-finespectrum/pkg-descr (new) 1.1 +1 -0 ports/graphics/xmms-finespectrum/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 20:29:45 2002 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 E54DD37B4A9; Mon, 2 Sep 2002 20:29:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A7BC43E3B; Mon, 2 Sep 2002 20:29:38 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g833TcJU004172; Mon, 2 Sep 2002 20:29:38 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g833TckO004171; Mon, 2 Sep 2002 20:29:38 -0700 (PDT) Message-Id: <200209030329.g833TckO004171@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 2 Sep 2002 20:29:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/02 20:29:38 PDT Modified files: . modules Log: xmms-finespectrum --> ports/graphics/xmms-finespectrum Revision Changes Path 1.5803 +1 -0 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 Sep 2 21: 2:43 2002 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 45A7737B400; Mon, 2 Sep 2002 21:02:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDECA43E77; Mon, 2 Sep 2002 21:02:10 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8341UJU007088; Mon, 2 Sep 2002 21:01:30 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8341Te0007087; Mon, 2 Sep 2002 21:01:29 -0700 (PDT) Message-Id: <200209030401.g8341Te0007087@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 2 Sep 2002 21:01:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/electricsheep Makefile ports/x11/electricsheep/files patch-electricsheep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/02 21:01:29 PDT Modified files: x11/electricsheep Makefile Removed files: x11/electricsheep/files patch-electricsheep.c Log: o Drop PERL in favor of REINPLACE_CMD o Turn patch into a Makefile regexp o CC/CFLAGS safeness fixes o libjpeg is not needed as dependency Submitted by: maintainer Revision Changes Path 1.2 +11 -7 ports/x11/electricsheep/Makefile 1.2 +0 -12 ports/x11/electricsheep/files/patch-electricsheep.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 21: 5: 9 2002 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 530B637B400; Mon, 2 Sep 2002 21:05:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F9B43E42; Mon, 2 Sep 2002 21:05:06 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (vanilla@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83455JU007924; Mon, 2 Sep 2002 21:05:05 -0700 (PDT) (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83455O9007917; Mon, 2 Sep 2002 21:05:05 -0700 (PDT) Message-Id: <200209030405.g83455O9007917@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 2 Sep 2002 21:05:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/php-templates Makefile distinfo pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2002/09/02 21:05:05 PDT Modified files: www/php-templates Makefile distinfo pkg-message pkg-plist Log: Upgrade to 1.1. PR: ports/40829 Submitted by: maintainer Revision Changes Path 1.3 +14 -7 ports/www/php-templates/Makefile 1.2 +1 -1 ports/www/php-templates/distinfo 1.3 +1 -1 ports/www/php-templates/pkg-message 1.4 +1 -2 ports/www/php-templates/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 Sep 2 21:22:57 2002 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 826EE37B400; Mon, 2 Sep 2002 21:22:53 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49E8243EA3; Mon, 2 Sep 2002 21:22:43 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 8C2852A894; Mon, 2 Sep 2002 21:22:34 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Matt Jacob Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mpt mpt_freebsd.h In-Reply-To: <200209030218.g832ILlk090859@freefall.freebsd.org> Date: Mon, 02 Sep 2002 21:22:34 -0700 From: Peter Wemm Message-Id: <20020903042234.8C2852A894@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matt Jacob wrote: > mjacob 2002/09/02 19:18:21 PDT > > Modified files: > sys/dev/mpt mpt_freebsd.h > Log: > Don't do transition locking (i.e., CAM->MPT->CAM)- Peter claimed that ia64 > chokes the chicken with this. Well, it just isn't legal to release Giant in the middle of unsafe code on any platform. By doing this you allow reentrency into the cam stack. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "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 Sep 2 21:30: 8 2002 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 3D8CC37B400; Mon, 2 Sep 2002 21:30:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBD2343E72; Mon, 2 Sep 2002 21:30:01 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g834U1JU016387; Mon, 2 Sep 2002 21:30:01 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g834U1cR016385; Mon, 2 Sep 2002 21:30:01 -0700 (PDT) Message-Id: <200209030430.g834U1cR016385@freefall.freebsd.org> From: Peter Wemm Date: Mon, 2 Sep 2002 21:30:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include signal.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/02 21:30:01 PDT Modified files: sys/ia64/include signal.h Log: Make this compile Revision Changes Path 1.7 +3 -1 src/sys/ia64/include/signal.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 21:30:42 2002 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 2ECC137B429 for ; Mon, 2 Sep 2002 21:30:35 -0700 (PDT) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FCF143E6E for ; Mon, 2 Sep 2002 21:30:34 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id g834USv05925; Mon, 2 Sep 2002 21:30:32 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Mon, 2 Sep 2002 21:30:27 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Peter Wemm Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mpt mpt_freebsd.h In-Reply-To: <20020903042234.8C2852A894@canning.wemm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well, I've had the same code in place in isp for over a year on sparc, i386 && alpha. I asked several times- including John Baldwin about this, and he seemed to think it was fine, although, as he put it 'unnecessary for now'. Note that the isp && mpt drivers *are* 'safe'. It's CAM that isn't. But I'm not sure there actually *is* a re-entrancy problem. Do you have actual real evidence of this? If so, point out the code path *in* CAM that has the issue. Then it can be fixed. Please don't just wave your arms publicly when you haven't really amassed all the facts or checked into the history of this or the gotten the full story. At any rate, I'm just about done making a similar change to isp. This all should get rethought when CAM gets made 'safe'. On Mon, 2 Sep 2002, Peter Wemm wrote: > Matt Jacob wrote: > > mjacob 2002/09/02 19:18:21 PDT > > > > Modified files: > > sys/dev/mpt mpt_freebsd.h > > Log: > > Don't do transition locking (i.e., CAM->MPT->CAM)- Peter claimed that ia64 > > chokes the chicken with this. > > Well, it just isn't legal to release Giant in the middle of unsafe code > on any platform. By doing this you allow reentrency into the cam stack. > > Cheers, > -Peter > -- > Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com > "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 Sep 2 21:32: 1 2002 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 1D69E37B400; Mon, 2 Sep 2002 21:31:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4EE143E65; Mon, 2 Sep 2002 21:31:55 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g834VtJU017628; Mon, 2 Sep 2002 21:31:55 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g834VtSa017627; Mon, 2 Sep 2002 21:31:55 -0700 (PDT) Message-Id: <200209030431.g834VtSa017627@freefall.freebsd.org> From: Matt Jacob Date: Mon, 2 Sep 2002 21:31:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c isp_freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/02 21:31:55 PDT Modified files: sys/dev/isp isp_freebsd.c isp_freebsd.h Log: Turn off usage of SMP style locking until we sort out CAM. Revision Changes Path 1.85 +58 -20 src/sys/dev/isp/isp_freebsd.c 1.69 +14 -1 src/sys/dev/isp/isp_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 21:34:15 2002 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 7774037B401; Mon, 2 Sep 2002 21:34:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D33BD43E3B; Mon, 2 Sep 2002 21:34:10 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g834YAJU018942; Mon, 2 Sep 2002 21:34:10 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g834YADw018941; Mon, 2 Sep 2002 21:34:10 -0700 (PDT) Message-Id: <200209030434.g834YADw018941@freefall.freebsd.org> From: Peter Wemm Date: Mon, 2 Sep 2002 21:34:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdtime localtime.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/02 21:34:10 PDT Modified files: lib/libc/stdtime localtime.c Log: Fix a nasty bug exposed by mktime() when time_t is significantly bigger than 32 bits. It was trying to figure out things like the day of week of when time_t is roughly 2^62 etc. Make a better guess for the starting point for the binary search that works on both 32 and 64 bit types. I have been using this for a while now. Revision Changes Path 1.33 +6 -0 src/lib/libc/stdtime/localtime.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 21:35:47 2002 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 568C437B400; Mon, 2 Sep 2002 21:35:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09C7143E6E; Mon, 2 Sep 2002 21:35:43 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g834ZgJU019092; Mon, 2 Sep 2002 21:35:42 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g834ZgOX019091; Mon, 2 Sep 2002 21:35:42 -0700 (PDT) Message-Id: <200209030435.g834ZgOX019091@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 2 Sep 2002 21:35:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xmms-goom Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/02 21:35:42 PDT Modified files: graphics/xmms-goom Makefile distinfo Log: Update to 1.8.1 Submitted by: maintainer Revision Changes Path 1.3 +14 -10 ports/graphics/xmms-goom/Makefile 1.2 +1 -1 ports/graphics/xmms-goom/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 22:13:51 2002 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 F1AE537B400; Mon, 2 Sep 2002 22:13:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B28B643E3B; Mon, 2 Sep 2002 22:13:45 -0700 (PDT) (envelope-from yoichi@FreeBSD.org) Received: from freefall.freebsd.org (yoichi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g835DjJU026658; Mon, 2 Sep 2002 22:13:45 -0700 (PDT) (envelope-from yoichi@freefall.freebsd.org) Received: (from yoichi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g835Dj4V026657; Mon, 2 Sep 2002 22:13:45 -0700 (PDT) Message-Id: <200209030513.g835Dj4V026657@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Mon, 2 Sep 2002 22:13:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/mode-info Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/editors/mode-info/files ELISP_CFG elisp-info-setup.el X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/09/02 22:13:45 PDT Modified files: editors/mode-info Makefile distinfo pkg-comment pkg-descr pkg-plist Added files: editors/mode-info pkg-message Removed files: editors/mode-info/files ELISP_CFG elisp-info-setup.el Log: Import mode-info, which provides a set of functions on Emacsen to refer manuals with describe-* like interface. Repo-copied from: japanese/elisp-info Revision Changes Path 1.2 +46 -24 ports/editors/mode-info/Makefile 1.2 +1 -1 ports/editors/mode-info/distinfo 1.2 +0 -3 ports/editors/mode-info/files/ELISP_CFG (dead) 1.2 +0 -11 ports/editors/mode-info/files/elisp-info-setup.el (dead) 1.2 +1 -1 ports/editors/mode-info/pkg-comment 1.2 +3 -8 ports/editors/mode-info/pkg-descr 1.1 +8 -0 ports/editors/mode-info/pkg-message (new) 1.2 +35 -4 ports/editors/mode-info/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 Sep 2 22:17:32 2002 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 A282337B400; Mon, 2 Sep 2002 22:17:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 595EA43E65; Mon, 2 Sep 2002 22:17:27 -0700 (PDT) (envelope-from yoichi@FreeBSD.org) Received: from freefall.freebsd.org (yoichi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g835HRJU026926; Mon, 2 Sep 2002 22:17:27 -0700 (PDT) (envelope-from yoichi@freefall.freebsd.org) Received: (from yoichi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g835HRx1026925; Mon, 2 Sep 2002 22:17:27 -0700 (PDT) Message-Id: <200209030517.g835HRx1026925@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Mon, 2 Sep 2002 22:17:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/09/02 22:17:27 PDT Modified files: . modules Log: Remove japanese/elisp-info entry and add editors/mode-info entry. Revision Changes Path 1.5804 +1 -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 Sep 2 22:20:11 2002 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 8CF8E37B400; Mon, 2 Sep 2002 22:20:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4209343E6A; Mon, 2 Sep 2002 22:20:06 -0700 (PDT) (envelope-from yoichi@FreeBSD.org) Received: from freefall.freebsd.org (yoichi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g835K6JU027107; Mon, 2 Sep 2002 22:20:06 -0700 (PDT) (envelope-from yoichi@freefall.freebsd.org) Received: (from yoichi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g835K6EK027106; Mon, 2 Sep 2002 22:20:06 -0700 (PDT) Message-Id: <200209030520.g835K6EK027106@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Mon, 2 Sep 2002 22:20:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/editors Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/09/02 22:20:05 PDT Modified files: japanese Makefile editors Makefile Log: Deactivate japanese/elisp-info and activate editors/mode-info (Repo-copied). Revision Changes Path 1.207 +1 -0 ports/editors/Makefile 1.436 +0 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 22:23: 2 2002 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 D8CED37B400; Mon, 2 Sep 2002 22:22:58 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id C200343E3B; Mon, 2 Sep 2002 22:22:57 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g835MtvV063452; Tue, 3 Sep 2002 07:22:55 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Ian Dowse Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_cache.c src/sys/sys syscallsubr.h In-Reply-To: Your message of "Mon, 02 Sep 2002 15:40:30 PDT." <200209022240.g82MeUuH050255@freefall.freebsd.org> Date: Tue, 03 Sep 2002 07:22:55 +0200 Message-ID: <63451.1031030575@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200209022240.g82MeUuH050255@freefall.freebsd.org>, Ian Dowse writes : >iedowse 2002/09/02 15:40:30 PDT > > Modified files: > sys/kern vfs_cache.c > sys/sys syscallsubr.h > Log: > Split up __getcwd so that kernel callers of the internal version > can specify whether the buffer is in user or system space. Actually we seem to have a full-blown getcwd() over in the linux code, that should be pulled into sys/kern and used for native mode too. -- 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 Mon Sep 2 22:23:20 2002 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 62F7737B401; Mon, 2 Sep 2002 22:23:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 225CD43E4A; Mon, 2 Sep 2002 22:23:00 -0700 (PDT) (envelope-from yoichi@FreeBSD.org) Received: from freefall.freebsd.org (yoichi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g835N0JU027635; Mon, 2 Sep 2002 22:23:00 -0700 (PDT) (envelope-from yoichi@freefall.freebsd.org) Received: (from yoichi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g835Mxif027634; Mon, 2 Sep 2002 22:22:59 -0700 (PDT) Message-Id: <200209030522.g835Mxif027634@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Mon, 2 Sep 2002 22:22:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/elisp-info Makefile distinfo pkg-comment pkg-descr pkg-plist ports/japanese/elisp-info/files ELISP_CFG elisp-info-setup.el X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/09/02 22:22:59 PDT Removed files: japanese/elisp-info Makefile distinfo pkg-comment pkg-descr pkg-plist japanese/elisp-info/files ELISP_CFG elisp-info-setup.el Log: Remove elisp-info, it is evolved into mode-info package. (moved to ports/editors/mode-info) Revision Changes Path 1.2 +0 -40 ports/japanese/elisp-info/Makefile (dead) 1.2 +0 -1 ports/japanese/elisp-info/distinfo (dead) 1.2 +0 -3 ports/japanese/elisp-info/files/ELISP_CFG (dead) 1.2 +0 -11 ports/japanese/elisp-info/files/elisp-info-setup.el (dead) 1.2 +0 -1 ports/japanese/elisp-info/pkg-comment (dead) 1.2 +0 -9 ports/japanese/elisp-info/pkg-descr (dead) 1.2 +0 -4 ports/japanese/elisp-info/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 22:23:36 2002 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 6833A37B61D; Mon, 2 Sep 2002 22:23:14 -0700 (PDT) Received: from ns2.gnf.org (ns2.gnf.org [63.196.132.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id B159143E3B; Mon, 2 Sep 2002 22:23:13 -0700 (PDT) (envelope-from gtetlow@gnf.org) Received: from EXCHCLUSTER01.lj.gnf.org (exch02.lj.gnf.org [172.25.10.20]) by ns2.gnf.org (8.12.3/8.12.3) with ESMTP id g835Gffb082411; Mon, 2 Sep 2002 22:16:41 -0700 (PDT) (envelope-from gtetlow@gnf.org) Received: from roark.gnf.org ([172.25.24.15]) by EXCHCLUSTER01.lj.gnf.org with Microsoft SMTPSVC(5.0.2195.4905); Mon, 2 Sep 2002 22:23:13 -0700 Received: from roark.gnf.org (localhost [127.0.0.1]) by roark.gnf.org (8.12.5/8.12.5) with ESMTP id g835ND8A052212; Mon, 2 Sep 2002 22:23:13 -0700 (PDT) (envelope-from gtetlow@roark.gnf.org) Received: (from gtetlow@localhost) by roark.gnf.org (8.12.5/8.12.5/Submit) id g835NCvb052211; Mon, 2 Sep 2002 22:23:12 -0700 (PDT) Date: Mon, 2 Sep 2002 22:23:12 -0700 From: Gordon Tetlow To: Dima Dorfman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, makonnen@pacbell.net Subject: Re: cvs commit: src/etc/defaults rc.conf Message-ID: <20020903052312.GF37808@roark.gnf.org> References: <200209021635.g82GZ1fp082872@freefall.freebsd.org> <20020902214551.088EF3E24@turbine.trit.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TeJTyD9hb8KJN2Jy" Content-Disposition: inline In-Reply-To: <20020902214551.088EF3E24@turbine.trit.org> User-Agent: Mutt/1.4i X-OriginalArrivalTime: 03 Sep 2002 05:23:13.0381 (UTC) FILETIME=[FFF45950:01C25309] Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --TeJTyD9hb8KJN2Jy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 02, 2002 at 09:45:50PM +0000, Dima Dorfman wrote: > Gordon Tetlow wrote: > > gordon 2002/09/02 09:35:01 PDT > >=20 > > Modified files: > > etc/defaults rc.conf=20 > > Log: > > Turn rc_ng on by default now, it's time has come. While we are at it,= I'd > > like to thank Mike Makonnen for all his work on rcNG. Without him, no= ne > > of this would have been possible. >=20 > Can we resolve the network boot issue now? If no one really wants to > work on a "proper" solution at this point, can we at least rename > rc.d/initdiskless to rc.d/initdiskless.sh and add source_rc_confs to > it? That's the minimum to get diskless booting working with rc.d. > Unless someone else wants to do this (or one of the better > alternatives we discussed), I plan to. I've had it sitting that way > in my tree for a whlie. This is the first I've heard of this issue (unless I missed something here). Can you elaborate what the problem is? -gordon --TeJTyD9hb8KJN2Jy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9dEdARu2t9DV9ZfsRAu3HAJsFuOIhx0RRog/0U1DYV7CR901nJgCeNJUa kfaFbsOgxAoKouMF6cEUUKY= =hnRL -----END PGP SIGNATURE----- --TeJTyD9hb8KJN2Jy-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 22:44: 4 2002 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 0CD8E37B400; Mon, 2 Sep 2002 22:44:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9061343E65; Mon, 2 Sep 2002 22:44:01 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g835i1JU029323; Mon, 2 Sep 2002 22:44:01 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g835i0K6029320; Mon, 2 Sep 2002 22:44:00 -0700 (PDT) Message-Id: <200209030544.g835i0K6029320@freefall.freebsd.org> From: Juli Mallett Date: Mon, 2 Sep 2002 22:44:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps ps.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/02 22:44:00 PDT Modified files: bin/ps ps.c Log: Prevent ps(1) from doing idiotic munging of things in a -ofmt= string. God I hate the backwards compatability crap here. Revision Changes Path 1.58 +8 -1 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 Mon Sep 2 22:48: 0 2002 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 E7DA837B400; Mon, 2 Sep 2002 22:47:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9881A43E6A; Mon, 2 Sep 2002 22:47:57 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g835lvJU029584; Mon, 2 Sep 2002 22:47:57 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g835lvWh029583; Mon, 2 Sep 2002 22:47:57 -0700 (PDT) Message-Id: <200209030547.g835lvWh029583@freefall.freebsd.org> From: Oliver Braun Date: Mon, 2 Sep 2002 22:47:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/haxml Makefile distinfo ports/textproc/haxml/files patch-src::tools::DtdToHaskell.hs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/02 22:47:57 PDT Modified files: textproc/haxml Makefile distinfo Removed files: textproc/haxml/files patch-src::tools::DtdToHaskell.hs Log: Upgrade to 1.07b. Revision Changes Path 1.5 +2 -2 ports/textproc/haxml/Makefile 1.4 +1 -1 ports/textproc/haxml/distinfo 1.2 +0 -13 ports/textproc/haxml/files/patch-src::tools::DtdToHaskell.hs (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 22:49:34 2002 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 4FA0037B400; Mon, 2 Sep 2002 22:49:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0129B43E77; Mon, 2 Sep 2002 22:49:28 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g835nSJU029735; Mon, 2 Sep 2002 22:49:28 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g835nSFf029734; Mon, 2 Sep 2002 22:49:28 -0700 (PDT) Message-Id: <200209030549.g835nSFf029734@freefall.freebsd.org> From: Oliver Braun Date: Mon, 2 Sep 2002 22:49:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/buildtool Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/02 22:49:28 PDT Modified files: devel/buildtool Makefile distinfo pkg-plist Log: Upgrade to 0.4. PR: ports/42353 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/devel/buildtool/Makefile 1.3 +1 -1 ports/devel/buildtool/distinfo 1.3 +3 -0 ports/devel/buildtool/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 Sep 2 23:13:47 2002 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 432B637B400; Mon, 2 Sep 2002 23:13:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECB1C43E4A; Mon, 2 Sep 2002 23:13:43 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g836DhJU036142; Mon, 2 Sep 2002 23:13:43 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g836DhiF036141; Mon, 2 Sep 2002 23:13:43 -0700 (PDT) Message-Id: <200209030613.g836DhiF036141@freefall.freebsd.org> From: Warner Losh Date: Mon, 2 Sep 2002 23:13:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/09/02 23:13:43 PDT Modified files: . UPDATING Log: gcc 3.2 rm -rf /usr/include/g++ needed to upgrade from 4.6 Revision Changes Path 1.217 +9 -0 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 Sep 2 23:26: 9 2002 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 ACAEA37B400; Mon, 2 Sep 2002 23:26:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6122043E65; Mon, 2 Sep 2002 23:26:03 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g836Q3JU037179; Mon, 2 Sep 2002 23:26:03 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g836Q3I7037178; Mon, 2 Sep 2002 23:26:03 -0700 (PDT) Message-Id: <200209030626.g836Q3I7037178@freefall.freebsd.org> From: Dirk Meyer Date: Mon, 2 Sep 2002 23:26:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_perl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/09/02 23:26:03 PDT Modified files: www/mod_perl Makefile Log: Support APACHE_PORT to build with desired apache13* port. Reviewed by: vanilla Revision Changes Path 1.20 +3 -2 ports/www/mod_perl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 23:26:24 2002 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 C795837B401; Mon, 2 Sep 2002 23:26:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BB8343E4A; Mon, 2 Sep 2002 23:26:04 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g836Q4JU037206; Mon, 2 Sep 2002 23:26:04 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g836Q47N037205; Mon, 2 Sep 2002 23:26:04 -0700 (PDT) Message-Id: <200209030626.g836Q47N037205@freefall.freebsd.org> From: Hye-Shik Chang Date: Mon, 2 Sep 2002 23:26:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/kbear Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2002/09/02 23:26:04 PDT Modified files: ftp/kbear Makefile Log: Fix compile problem when xml2pot is not installed. PR: 42319 Submitted by: maintainer Revision Changes Path 1.5 +1 -0 ports/ftp/kbear/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 2 23:59:43 2002 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 A9C7637B400; Mon, 2 Sep 2002 23:59:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFEDA43E6A; Mon, 2 Sep 2002 23:59:34 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g836xYJU040843; Mon, 2 Sep 2002 23:59:34 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g836xYQN040842; Mon, 2 Sep 2002 23:59:34 -0700 (PDT) Message-Id: <200209030659.g836xYQN040842@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 2 Sep 2002 23:59:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add perform.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/02 23:59:34 PDT Modified files: usr.sbin/pkg_install/add perform.c Log: When installing package from a local file assume that all subsequent autoinstalled dependencies will have the same extension, not just ".tbz". Pointy hat to: obrien X-MFC after: -1 day Revision Changes Path 1.73 +6 -2 src/usr.sbin/pkg_install/add/perform.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 0:20:58 2002 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 D7A2537B400; Tue, 3 Sep 2002 00:20:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8862443E6A; Tue, 3 Sep 2002 00:20:51 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g837KpJU047228; Tue, 3 Sep 2002 00:20:51 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g837KpeK047227; Tue, 3 Sep 2002 00:20:51 -0700 (PDT) Message-Id: <200209030720.g837KpeK047227@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 3 Sep 2002 00:20:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gmake Makefile ports/devel/gmake/files patch-gettext.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/03 00:20:50 PDT Modified files: devel/gmake Makefile devel/gmake/files patch-gettext.c Log: Fix a problem with gmake segfaulting with some locales. PR: 41075 Submitted by: naddy Revision Changes Path 1.42 +1 -1 ports/devel/gmake/Makefile 1.2 +18 -2 ports/devel/gmake/files/patch-gettext.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 0:22:54 2002 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 6598037B400; Tue, 3 Sep 2002 00:22:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18EEB43E77; Tue, 3 Sep 2002 00:22:48 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g837MlJU047434; Tue, 3 Sep 2002 00:22:47 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g837MlEN047433; Tue, 3 Sep 2002 00:22:47 -0700 (PDT) Message-Id: <200209030722.g837MlEN047433@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 3 Sep 2002 00:22:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/rats Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/03 00:22:47 PDT Modified files: security/rats Makefile Log: Correct expat shlib version number. Submitted by: bento Revision Changes Path 1.5 +1 -1 ports/security/rats/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 0:26:10 2002 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 64BF437B400; Tue, 3 Sep 2002 00:26:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 195EB43E3B; Tue, 3 Sep 2002 00:26:05 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g837Q4JU047678; Tue, 3 Sep 2002 00:26:04 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g837Q4Hx047677; Tue, 3 Sep 2002 00:26:04 -0700 (PDT) Message-Id: <200209030726.g837Q4Hx047677@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 3 Sep 2002 00:26:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gridpix Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/03 00:26:04 PDT Modified files: graphics/gridpix Makefile Log: Correct BUILD_DEPENDS. Submitted by: bento Revision Changes Path 1.13 +1 -1 ports/graphics/gridpix/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 1: 1: 9 2002 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 C7FB037B400; Tue, 3 Sep 2002 01:01:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A61643E65; Tue, 3 Sep 2002 01:01:02 -0700 (PDT) (envelope-from yoichi@FreeBSD.org) Received: from freefall.freebsd.org (yoichi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83812JU050566; Tue, 3 Sep 2002 01:01:02 -0700 (PDT) (envelope-from yoichi@freefall.freebsd.org) Received: (from yoichi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83812Nv050565; Tue, 3 Sep 2002 01:01:02 -0700 (PDT) Message-Id: <200209030801.g83812Nv050565@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Tue, 3 Sep 2002 01:01:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/skk-jisyo Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/09/03 01:01:02 PDT Modified files: japanese/skk-jisyo Makefile distinfo Log: Update to 200209 version. * L size dictionary is updated Revision Changes Path 1.12 +1 -1 ports/japanese/skk-jisyo/Makefile 1.6 +3 -3 ports/japanese/skk-jisyo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 1: 2:13 2002 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 D1D1737B400; Tue, 3 Sep 2002 01:02:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 822A343E65; Tue, 3 Sep 2002 01:02:07 -0700 (PDT) (envelope-from yoichi@FreeBSD.org) Received: from freefall.freebsd.org (yoichi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83827JU050674; Tue, 3 Sep 2002 01:02:07 -0700 (PDT) (envelope-from yoichi@freefall.freebsd.org) Received: (from yoichi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83827JT050673; Tue, 3 Sep 2002 01:02:07 -0700 (PDT) Message-Id: <200209030802.g83827JT050673@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Tue, 3 Sep 2002 01:02:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tramp Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/09/03 01:02:07 PDT Modified files: net/tramp Makefile distinfo pkg-descr pkg-plist Log: Update to 2.0.15. Master site has moved to savannah. Revision Changes Path 1.7 +4 -5 ports/net/tramp/Makefile 1.7 +1 -1 ports/net/tramp/distinfo 1.2 +1 -1 ports/net/tramp/pkg-descr 1.3 +4 -3 ports/net/tramp/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 Sep 3 1:10:27 2002 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 5358937B400; Tue, 3 Sep 2002 01:10:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01F9443E42; Tue, 3 Sep 2002 01:10:21 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g838AKJU055456; Tue, 3 Sep 2002 01:10:20 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g838AKeB055455; Tue, 3 Sep 2002 01:10:20 -0700 (PDT) Message-Id: <200209030810.g838AKeB055455@freefall.freebsd.org> From: Kevin Lo Date: Tue, 3 Sep 2002 01:10:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/p5-Archive-Zip Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/09/03 01:10:20 PDT Modified files: archivers/p5-Archive-Zip Makefile distinfo pkg-plist Log: Update to version 1.03 PR: 42361 Submitted by: MAINTAINER Revision Changes Path 1.8 +4 -3 ports/archivers/p5-Archive-Zip/Makefile 1.6 +1 -1 ports/archivers/p5-Archive-Zip/distinfo 1.3 +3 -0 ports/archivers/p5-Archive-Zip/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 Sep 3 1:12:28 2002 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 CD2BF37B400; Tue, 3 Sep 2002 01:12:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8145843E4A; Tue, 3 Sep 2002 01:12:21 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g838CLJU055885; Tue, 3 Sep 2002 01:12:21 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g838CLaq055884; Tue, 3 Sep 2002 01:12:21 -0700 (PDT) Message-Id: <200209030812.g838CLaq055884@freefall.freebsd.org> From: Dirk Meyer Date: Tue, 3 Sep 2002 01:12:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_ruby Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/09/03 01:12:21 PDT Modified files: www/mod_ruby Makefile Log: Support APACHE_PORT to build with desired apache13* port. Reviewed by: knu Revision Changes Path 1.32 +3 -2 ports/www/mod_ruby/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 1:12:59 2002 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 6D5D537B400; Tue, 3 Sep 2002 01:12:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EE1443E4A; Tue, 3 Sep 2002 01:12:55 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g838CtJU055975; Tue, 3 Sep 2002 01:12:55 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g838Cscq055974; Tue, 3 Sep 2002 01:12:54 -0700 (PDT) Message-Id: <200209030812.g838Cscq055974@freefall.freebsd.org> From: Kevin Lo Date: Tue, 3 Sep 2002 01:12:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-URI Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/09/03 01:12:54 PDT Modified files: net/p5-URI Makefile distinfo pkg-plist Log: Update to version 1.22 PR: 42362 Submitted by: MAINTAINER Revision Changes Path 1.24 +2 -1 ports/net/p5-URI/Makefile 1.16 +1 -1 ports/net/p5-URI/distinfo 1.7 +3 -0 ports/net/p5-URI/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 Sep 3 1:18:41 2002 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 E5F5737B400; Tue, 3 Sep 2002 01:18:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96CB743E65; Tue, 3 Sep 2002 01:18:38 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g838IcJU056356; Tue, 3 Sep 2002 01:18:38 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g838IcQP056355; Tue, 3 Sep 2002 01:18:38 -0700 (PDT) Message-Id: <200209030818.g838IcQP056355@freefall.freebsd.org> From: Kevin Lo Date: Tue, 3 Sep 2002 01:18:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-VCS Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/09/03 01:18:38 PDT Modified files: devel/p5-VCS Makefile distinfo pkg-descr Log: - Update to version 0.05 - Change maintainer's address PR: 42357 Submitted by: MAINTAINER Revision Changes Path 1.2 +3 -2 ports/devel/p5-VCS/Makefile 1.2 +1 -1 ports/devel/p5-VCS/distinfo 1.2 +1 -1 ports/devel/p5-VCS/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 1:22: 0 2002 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 A663D37B400; Tue, 3 Sep 2002 01:21:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5954343E4A; Tue, 3 Sep 2002 01:21:56 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g838LuJU056904; Tue, 3 Sep 2002 01:21:56 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g838LuCI056903; Tue, 3 Sep 2002 01:21:56 -0700 (PDT) Message-Id: <200209030821.g838LuCI056903@freefall.freebsd.org> From: Kevin Lo Date: Tue, 3 Sep 2002 01:21:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Term-ANSIColor Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/09/03 01:21:56 PDT Modified files: devel/p5-Term-ANSIColor Makefile distinfo Log: Update to version 1.05 PR: 42355 Submitted by: MAINTAINER Revision Changes Path 1.7 +2 -2 ports/devel/p5-Term-ANSIColor/Makefile 1.3 +1 -1 ports/devel/p5-Term-ANSIColor/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 1:29:53 2002 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 E230337B401; Tue, 3 Sep 2002 01:29:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8062643E77; Tue, 3 Sep 2002 01:29:49 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g838TnJU057377; Tue, 3 Sep 2002 01:29:49 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g838Tnf2057376; Tue, 3 Sep 2002 01:29:49 -0700 (PDT) Message-Id: <200209030829.g838Tnf2057376@freefall.freebsd.org> From: Kevin Lo Date: Tue, 3 Sep 2002 01:29:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/pircbot Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/09/03 01:29:49 PDT Modified files: irc/pircbot Makefile distinfo Log: Update to version 0.9.7 PR: 42341 Submitted by: MAINTAINER Revision Changes Path 1.5 +1 -1 ports/irc/pircbot/Makefile 1.4 +1 -1 ports/irc/pircbot/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 1:34:35 2002 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 A7EC737B400; Tue, 3 Sep 2002 01:34:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6624343E75; Tue, 3 Sep 2002 01:34:30 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g838YUJU058045; Tue, 3 Sep 2002 01:34:30 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g838YUja058044; Tue, 3 Sep 2002 01:34:30 -0700 (PDT) Message-Id: <200209030834.g838YUja058044@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 3 Sep 2002 01:34:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xlhtml Makefile distinfo pkg-descr pkg-plist ports/textproc/xlhtml/files patch-aa patch-ab patch-af patch-ag patch-ah patch-ai X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/03 01:34:30 PDT Modified files: textproc/xlhtml Makefile distinfo pkg-descr pkg-plist Removed files: textproc/xlhtml/files patch-aa patch-ab patch-af patch-ag patch-ah patch-ai Log: - Update to 0.5.1; - update MASTER_SITES and WWW. Prompted by: ijliao Revision Changes Path 1.13 +7 -10 ports/textproc/xlhtml/Makefile 1.9 +1 -1 ports/textproc/xlhtml/distinfo 1.3 +0 -37 ports/textproc/xlhtml/files/patch-aa (dead) 1.3 +0 -33 ports/textproc/xlhtml/files/patch-ab (dead) 1.3 +0 -11 ports/textproc/xlhtml/files/patch-af (dead) 1.2 +0 -7 ports/textproc/xlhtml/files/patch-ag (dead) 1.2 +0 -18 ports/textproc/xlhtml/files/patch-ah (dead) 1.2 +0 -18 ports/textproc/xlhtml/files/patch-ai (dead) 1.3 +1 -1 ports/textproc/xlhtml/pkg-descr 1.3 +1 -1 ports/textproc/xlhtml/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 Sep 3 1:39:15 2002 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 CC2F237B400; Tue, 3 Sep 2002 01:39:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F51E43E3B; Tue, 3 Sep 2002 01:39:11 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g838dBJU058369; Tue, 3 Sep 2002 01:39:11 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g838dBgr058368; Tue, 3 Sep 2002 01:39:11 -0700 (PDT) Message-Id: <200209030839.g838dBgr058368@freefall.freebsd.org> From: Kevin Lo Date: Tue, 3 Sep 2002 01:39:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/treecc Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/09/03 01:39:11 PDT Modified files: lang/treecc Makefile distinfo pkg-plist Log: Update to version 0.1.4 PR: 42340 Submitted by: MAINTAINER Revision Changes Path 1.11 +3 -2 ports/lang/treecc/Makefile 1.6 +1 -1 ports/lang/treecc/distinfo 1.4 +1 -1 ports/lang/treecc/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 Sep 3 1:44:20 2002 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 B4E4437B400; Tue, 3 Sep 2002 01:44:12 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 810A643E3B; Tue, 3 Sep 2002 01:44:11 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id IAA20164; Tue, 3 Sep 2002 08:44:07 GMT Date: Tue, 3 Sep 2002 18:51:24 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Peter Wemm Cc: "David O'Brien" , , Subject: Re: cvs commit: src Makefile src/usr.bin/make Makefile In-Reply-To: <20020902185112.1016F2A896@canning.wemm.org> Message-ID: <20020903183355.P6474-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2 Sep 2002, Peter Wemm wrote: > Bruce Evans wrote: > > On Mon, 2 Sep 2002, Peter Wemm wrote: > > > > On Sat, Aug 31, 2002 at 12:18:40AM -0700, Peter Wemm wrote: > > > > [about -DBOOTSTRAPPING and newer warts] > > > > > > Go for your life. Personally, I think that this sort of stuff should be > > > removed from critical bootstrap tools with extreme prejudice. > > > > I hope you mean including the __FreeBSD_version wart. > > Actually, the __FreeBSD_version tests might be pretty complicated now. > Especially since it comes from different headers. on older > systems, on newer ones. I'd rather we just reset make back One reason I don't like __FreeBSD_version is it is that using it naturally grows more complicated as things move around or in and out. > to use __RCSID (since that is in all BSD sys/cdefs.h) or plain static const > char rcsid[] = "string"; since that works on everything. But *definately* > not __FBSDID here, the #if's and crud needed to make this work would be worse > than any percieved cosmetic gain from using __FBSDID(). Heh. I hope to fix this for __RCSID (by removing it). > > >[SIGSYS for eaccess(2) in sh] > > I have used a hacked test/test.c with a function named eaccess() since this > > problem first bit me. I sometimes boot old kernels that don't have eaccess(2 > ). > > Current kernels from 2 years ago still mostly work with current userlands > > apart from this. (Many sysctls and things like ps don't work. More > > interestingly, soft updates causes panics when a file is removed.) > > Or, if we want to get really evil, we could set a SIGSYS handler the first > time we try and call eaccess() and revert to plain access() if the syscall > isn't present. :-) Or we could stop generating SIGSYS for nonexistent syscalls and expect applications to check for syscalls failing, as on more advanced systems like PC BIOSes :-). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 1:58:15 2002 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 21F7837B400; Tue, 3 Sep 2002 01:58:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C91D443E72; Tue, 3 Sep 2002 01:58:09 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g838w9JU060765; Tue, 3 Sep 2002 01:58:09 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g838w9rJ060764; Tue, 3 Sep 2002 01:58:09 -0700 (PDT) Message-Id: <200209030858.g838w9rJ060764@freefall.freebsd.org> From: Kevin Lo Date: Tue, 3 Sep 2002 01:58:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/pnet Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/09/03 01:58:09 PDT Modified files: lang/pnet Makefile distinfo pkg-plist Log: Update to version 0.4.4 PR: 42342 Submitted by: MAINTAINER Revision Changes Path 1.17 +2 -3 ports/lang/pnet/Makefile 1.11 +1 -1 ports/lang/pnet/distinfo 1.10 +8 -6 ports/lang/pnet/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 Sep 3 1:58:30 2002 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 2A1C837B446; Tue, 3 Sep 2002 01:58:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D08F843E4A; Tue, 3 Sep 2002 01:58:15 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g838wFJU060799; Tue, 3 Sep 2002 01:58:15 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g838wFsH060798; Tue, 3 Sep 2002 01:58:15 -0700 (PDT) Message-Id: <200209030858.g838wFsH060798@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 3 Sep 2002 01:58:15 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/03 01:58:15 PDT Modified files: sys/dev/sound/pci fm801.c Log: - Improve AC97 presence check and move it from fm801_attach() to fm801_probe(); - add bus capabilities into the driver, so that it is possible for a radio driver to attach to it to use shared resources of fm801 chip. The radio driver itself will be committed later. MFC after: 1 week Revision Changes Path 1.15 +93 -14 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 Sep 3 2: 8:31 2002 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 AFA1837B400; Tue, 3 Sep 2002 02:08:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 618E843E75; Tue, 3 Sep 2002 02:08:28 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from freefall.freebsd.org (joe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8398SJU065911; Tue, 3 Sep 2002 02:08:28 -0700 (PDT) (envelope-from joe@freefall.freebsd.org) Received: (from joe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8398SM1065910; Tue, 3 Sep 2002 02:08:28 -0700 (PDT) Message-Id: <200209030908.g8398SM1065910@freefall.freebsd.org> From: Josef Karthauser Date: Tue, 3 Sep 2002 02:08:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.subdir.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/09/03 02:08:28 PDT Modified files: Mk bsd.port.subdir.mk Log: Allow 'make search ...' to work even if the ports tree is symbolically linked from somewhere else. PR: ports/42060 Revision Changes Path 1.44 +2 -2 ports/Mk/bsd.port.subdir.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 2:46:55 2002 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 B55AA37B400; Tue, 3 Sep 2002 02:46:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6397743E72; Tue, 3 Sep 2002 02:46:51 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g839kpJU069291; Tue, 3 Sep 2002 02:46:51 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g839kp45069290; Tue, 3 Sep 2002 02:46:51 -0700 (PDT) Message-Id: <200209030946.g839kp45069290@freefall.freebsd.org> From: Alexander Leidinger Date: Tue, 3 Sep 2002 02:46:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/09/03 02:46:51 PDT Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Perforce already uses UID 94. As it already shipped in several releases I change the UID for interch to 95. While I'm here I add the p4admin user with UID 94. Noticed by: Seth Kingsley Revision Changes Path 1.241 +2 -1 doc/en_US.ISO8859-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 Tue Sep 3 2:47: 9 2002 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 3928537B4AD; Tue, 3 Sep 2002 02:47:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA19C43E72; Tue, 3 Sep 2002 02:47:01 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g839l1JU069371; Tue, 3 Sep 2002 02:47:01 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g839l1gk069370; Tue, 3 Sep 2002 02:47:01 -0700 (PDT) Message-Id: <200209030947.g839l1gk069370@freefall.freebsd.org> From: Ernst de Haan Date: Tue, 3 Sep 2002 02:47:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/jakarta-tomcat41 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/jakarta-tomcat41/files daemonctl.1 daemonctl.c patch-aa startup.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/09/03 02:47:01 PDT Modified files: www Makefile www/jakarta-tomcat41 Makefile distinfo pkg-comment pkg-descr pkg-plist www/jakarta-tomcat41/files patch-aa Removed files: www/jakarta-tomcat41/files daemonctl.1 daemonctl.c startup.sh Log: New port: Jakarta Tomcat 4.1. This port is based on the Tomcat 4 port. Revision Changes Path 1.530 +1 -0 ports/www/Makefile 1.40 +8 -8 ports/www/jakarta-tomcat41/Makefile 1.8 +1 -1 ports/www/jakarta-tomcat41/distinfo 1.5 +0 -75 ports/www/jakarta-tomcat41/files/daemonctl.1 (dead) 1.10 +0 -480 ports/www/jakarta-tomcat41/files/daemonctl.c (dead) 1.5 +52 -20 ports/www/jakarta-tomcat41/files/patch-aa 1.5 +0 -34 ports/www/jakarta-tomcat41/files/startup.sh (dead) 1.3 +1 -1 ports/www/jakarta-tomcat41/pkg-comment 1.2 +14 -0 ports/www/jakarta-tomcat41/pkg-descr 1.17 +994 -1078 ports/www/jakarta-tomcat41/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 Sep 3 2:48: 8 2002 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 7E03B37B400; Tue, 3 Sep 2002 02:48:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FCF643E42; Tue, 3 Sep 2002 02:48:02 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g839m2JU069552; Tue, 3 Sep 2002 02:48:02 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g839m2Rg069551; Tue, 3 Sep 2002 02:48:02 -0700 (PDT) Message-Id: <200209030948.g839m2Rg069551@freefall.freebsd.org> From: Alexander Leidinger Date: Tue, 3 Sep 2002 02:48:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/interchange pkg-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/09/03 02:48:01 PDT Modified files: www/interchange pkg-install Log: Use UID 95 instead of 94, perforce already uses 94. Noticed by: Seth Kingsley Revision Changes Path 1.2 +2 -2 ports/www/interchange/pkg-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 2:50:32 2002 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 C0A7937B400; Tue, 3 Sep 2002 02:50:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7588D43E65; Tue, 3 Sep 2002 02:50:26 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g839oQJU069904; Tue, 3 Sep 2002 02:50:26 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g839oQdN069903; Tue, 3 Sep 2002 02:50:26 -0700 (PDT) Message-Id: <200209030950.g839oQdN069903@freefall.freebsd.org> From: Ernst de Haan Date: Tue, 3 Sep 2002 02:50:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/09/03 02:50:26 PDT Modified files: . modules Log: jakarta-tomcat41 --> ports/www/jakarta-tomcat41 Revision Changes Path 1.5805 +1 -0 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 Sep 3 2:58:14 2002 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 167DB37B400; Tue, 3 Sep 2002 02:58:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEA4643E3B; Tue, 3 Sep 2002 02:58:11 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from freefall.freebsd.org (fanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g839wBJU070447; Tue, 3 Sep 2002 02:58:11 -0700 (PDT) (envelope-from fanf@freefall.freebsd.org) Received: (from fanf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g839wBOT070446; Tue, 3 Sep 2002 02:58:11 -0700 (PDT) Message-Id: <200209030958.g839wBOT070446@freefall.freebsd.org> From: Tony Finch Date: Tue, 3 Sep 2002 02:58:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uudecode uudecode.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fanf 2002/09/03 02:58:11 PDT Modified files: usr.bin/uudecode uudecode.c Log: Remove spurious whitespace Revision Changes Path 1.28 +6 -8 src/usr.bin/uudecode/uudecode.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 3:19: 2 2002 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 164A637B400; Tue, 3 Sep 2002 03:18:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCF9743E65; Tue, 3 Sep 2002 03:18:57 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from freefall.freebsd.org (fanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83AIvJU076645; Tue, 3 Sep 2002 03:18:57 -0700 (PDT) (envelope-from fanf@freefall.freebsd.org) Received: (from fanf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83AIveQ076644; Tue, 3 Sep 2002 03:18:57 -0700 (PDT) Message-Id: <200209031018.g83AIveQ076644@freefall.freebsd.org> From: Tony Finch Date: Tue, 3 Sep 2002 03:18:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uuencode uuencode.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fanf 2002/09/03 03:18:57 PDT Modified files: usr.bin/uuencode uuencode.1 Log: Suggest -p instead of -o /dev/stdout. PR: 42356 Revision Changes Path 1.22 +1 -1 src/usr.bin/uuencode/uuencode.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 3:42:35 2002 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 8F87137B400; Tue, 3 Sep 2002 03:42:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E2F743E3B; Tue, 3 Sep 2002 03:42:21 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83AgGJU078513; Tue, 3 Sep 2002 03:42:20 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83AgFON078508; Tue, 3 Sep 2002 03:42:15 -0700 (PDT) Message-Id: <200209031042.g83AgFON078508@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 3 Sep 2002 03:42:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/XFree86-4-fontCyrillic Makefile distinfo ports/x11-fonts/XFree86-4-fontCyrillic/files patch-crox1c.bdf patch-crox1cb.bdf patch-crox1cbo.bdf patch-crox1co.bdf patch-crox1h.bdf patch-crox1hb.bdf patch-crox1hbo.bdf patch-crox1ho.bdf ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/03 03:42:15 PDT Modified files: x11-fonts/XFree86-4-fontCyrillic Makefile distinfo Removed files: x11-fonts/XFree86-4-fontCyrillic/files patch-crox1c.bdf patch-crox1cb.bdf patch-crox1cbo.bdf patch-crox1co.bdf patch-crox1h.bdf patch-crox1hb.bdf patch-crox1hbo.bdf patch-crox1ho.bdf patch-crox1t.bdf patch-crox1tb.bdf patch-crox1tbo.bdf patch-crox1to.bdf patch-crox2c.bdf patch-crox2cb.bdf patch-crox2cbo.bdf patch-crox2co.bdf patch-crox2h.bdf patch-crox2hb.bdf patch-crox2hbo.bdf patch-crox2ho.bdf patch-crox2t.bdf patch-crox2tb.bdf patch-crox2tbo.bdf patch-crox2to.bdf patch-crox3c.bdf patch-crox3cb.bdf patch-crox3cbo.bdf patch-crox3co.bdf patch-crox3h.bdf patch-crox3hb.bdf patch-crox3hbo.bdf patch-crox3ho.bdf patch-crox3t.bdf patch-crox3tb.bdf patch-crox3tbo.bdf patch-crox3to.bdf patch-crox4h.bdf patch-crox4hb.bdf patch-crox4hbo.bdf patch-crox4ho.bdf patch-crox4t.bdf patch-crox4tb.bdf patch-crox4tbo.bdf patch-crox4to.bdf patch-crox5h.bdf patch-crox5hb.bdf patch-crox5hbo.bdf patch-crox5ho.bdf patch-crox5t.bdf patch-crox5tb.bdf patch-crox5tbo.bdf patch-crox5to.bdf patch-crox6h.bdf patch-crox6hb.bdf patch-crox6hbo.bdf patch-crox6ho.bdf patch-crox6t.bdf patch-crox6tb.bdf patch-crox6tbo.bdf patch-crox6to.bdf Log: Add Ukrainian characters (koi8-u) obtained from x11-fonts/geminifonts and move all patches into a single PATCHFILE. Bump PORTREVISION. Suggested by: mi Revision Changes Path 1.9 +10 -1 ports/x11-fonts/XFree86-4-fontCyrillic/Makefile 1.6 +1 -0 ports/x11-fonts/XFree86-4-fontCyrillic/distinfo 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox1c.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox1cb.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox1cbo.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox1co.bdf (dead) 1.2 +0 -81 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox1h.bdf (dead) 1.2 +0 -81 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox1hb.bdf (dead) 1.2 +0 -84 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox1hbo.bdf (dead) 1.2 +0 -84 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox1ho.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox1t.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox1tb.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox1tbo.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox1to.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox2c.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox2cb.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox2cbo.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox2co.bdf (dead) 1.2 +0 -89 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox2h.bdf (dead) 1.2 +0 -89 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox2hb.bdf (dead) 1.2 +0 -90 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox2hbo.bdf (dead) 1.2 +0 -91 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox2ho.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox2t.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox2tb.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox2tbo.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox2to.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox3c.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox3cb.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox3cbo.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox3co.bdf (dead) 1.2 +0 -103 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox3h.bdf (dead) 1.2 +0 -103 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox3hb.bdf (dead) 1.2 +0 -102 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox3hbo.bdf (dead) 1.2 +0 -102 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox3ho.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox3t.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox3tb.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox3tbo.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox3to.bdf (dead) 1.2 +0 -115 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox4h.bdf (dead) 1.2 +0 -116 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox4hb.bdf (dead) 1.2 +0 -117 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox4hbo.bdf (dead) 1.2 +0 -116 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox4ho.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox4t.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox4tb.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox4tbo.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox4to.bdf (dead) 1.2 +0 -132 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox5h.bdf (dead) 1.2 +0 -134 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox5hb.bdf (dead) 1.2 +0 -133 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox5hbo.bdf (dead) 1.2 +0 -136 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox5ho.bdf (dead) 1.2 +0 -50 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox5t.bdf (dead) 1.2 +0 -50 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox5tb.bdf (dead) 1.2 +0 -50 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox5tbo.bdf (dead) 1.2 +0 -50 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox5to.bdf (dead) 1.2 +0 -164 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox6h.bdf (dead) 1.2 +0 -164 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox6hb.bdf (dead) 1.2 +0 -164 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox6hbo.bdf (dead) 1.2 +0 -164 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox6ho.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox6t.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox6tb.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox6tbo.bdf (dead) 1.2 +0 -41 ports/x11-fonts/XFree86-4-fontCyrillic/files/patch-crox6to.bdf (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 3:56:36 2002 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 E2FC737B400; Tue, 3 Sep 2002 03:56:33 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D880543E65; Tue, 3 Sep 2002 03:56:32 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g83AuNbq000471; Tue, 3 Sep 2002 14:56:24 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g83AuKE5000440; Tue, 3 Sep 2002 14:56:21 +0400 (MSD) (envelope-from ache) Date: Tue, 3 Sep 2002 14:56:18 +0400 From: "Andrey A. Chernov" To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/XFree86-4-fontCyrillic Makefile distinfo ports/x11-fonts/XFree86-4-fontCyrillic/files patch-crox1c.bdf patch-crox1cb.bdf patch-crox1cbo.bdf patch-crox1co.bdf patch-crox1h.bdf patch-crox1hb.bdf patch-crox1hbo.bdf patch-crox1ho.bdf ... Message-ID: <20020903105617.GA97553@nagual.pp.ru> References: <200209031042.g83AgFON078508@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209031042.g83AgFON078508@freefall.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 03, 2002 at 03:42:15 -0700, Maxim Sobolev wrote: > move all patches into a single PATCHFILE. Bump PORTREVISION. This whole source base is very obsoleted. Look at http://koi8.pp.ru/dist/xrus-2.3.1-src.tgz Description: http://koi8.pp.ru/xwin.html for recent distribution of this fonts. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 4:12:33 2002 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 C3E0537B400; Tue, 3 Sep 2002 04:12:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 731E443E4A; Tue, 3 Sep 2002 04:12:27 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83BCRJU089094; Tue, 3 Sep 2002 04:12:27 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83BCRZQ089093; Tue, 3 Sep 2002 04:12:27 -0700 (PDT) Message-Id: <200209031112.g83BCRZQ089093@freefall.freebsd.org> From: Martin Blapp Date: Tue, 3 Sep 2002 04:12:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-sal::osl::unx::nlsupport.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2002/09/03 04:12:26 PDT Modified files: editors/openoffice/files patch-sal::osl::unx::nlsupport.c Log: Add UTF-8 support to locale. Correct a comment. Submitted by: Matthew Reimer Revision Changes Path 1.11 +9 -8 ports/editors/openoffice/files/patch-sal::osl::unx::nlsupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 4:14:16 2002 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 8E94D37B400; Tue, 3 Sep 2002 04:14:09 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44BFA43E6E; Tue, 3 Sep 2002 04:14:08 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id LAA01508; Tue, 3 Sep 2002 11:14:00 GMT Date: Tue, 3 Sep 2002 21:21:19 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Juli Mallett Cc: Brooks Davis , , Subject: Re: cvs commit: src/sys/sys libkern.h src/sys/conf files In-Reply-To: <20020902142600.B61674@FreeBSD.org> Message-ID: <20020903205013.R6846-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2 Sep 2002, Juli Mallett wrote: > * De: Brooks Davis [ Data: 2002-09-02 ] > [ Subjecte: Re: cvs commit: src/sys/sys libkern.h src/sys/conf files ] > > On Mon, Sep 02, 2002 at 01:16:22PM -0700, Brooks Davis wrote: > > > brooks 2002/09/02 13:16:22 PDT > > > > > > Modified files: > > > sys/sys libkern.h > > > sys/conf files > > > Log: > > > Hook up libkern/strlcpy.c and libkern/strlcat.c after repocopy. > > > > Intrested parties should start attacking uses of strncat and strncpy. > > All uses of strncat in the kernel and most uses of strncpy are either > > wrong or hard to verify and should be converted to strl*. We should be > > able to eliminate strncat fairly easily. strncpy is a bit harder and may > > be used correctly for fixed width, non-NUL-terminated fields so I > > suspect we'll be keeping it around. > > Why? If they're not NUL terminated, use memcpy. (1) memcpy does^shouldn't exist in the kernel. (2) bcopy is just harder to use correctly if strncpy-like semantics is required. E.g. if bar is an array of char, strncpy(bar, foo, sizeof(bar)); would have to be rewritten to something like: len = size_t_min(strlen(foo), sizeof(bar)); bcopy(foo, bar, len); bzero(&bar[len], sizeof(bar) - len)); or perhaps more clearly and pessimally: bzero(bar, sizeof(bar)); len = size_t_min(strlen(foo), sizeof(bar)); bcopy(foo, bar, len); (This uses the nonexistent interface size_t_min because min and ulmin, etc. are hard to use correctly.) Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 4:17:44 2002 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 CF38537B400; Tue, 3 Sep 2002 04:17:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB73943E3B; Tue, 3 Sep 2002 04:17:39 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83BHdJU089472; Tue, 3 Sep 2002 04:17:39 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83BHdJk089471; Tue, 3 Sep 2002 04:17:39 -0700 (PDT) Message-Id: <200209031117.g83BHdJk089471@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 3 Sep 2002 04:17:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sio sio_puc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/03 04:17:39 PDT Modified files: sys/dev/sio sio_puc.c Log: Don't probe the interrupt on puc(4) attached devices. Revision Changes Path 1.4 +1 -1 src/sys/dev/sio/sio_puc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 4:18:44 2002 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 16C4137B400; Tue, 3 Sep 2002 04:18:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF9B143E42; Tue, 3 Sep 2002 04:18:37 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83BIbJU089542; Tue, 3 Sep 2002 04:18:37 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83BIbNf089541; Tue, 3 Sep 2002 04:18:37 -0700 (PDT) Message-Id: <200209031118.g83BIbNf089541@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 3 Sep 2002 04:18:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc puc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/03 04:18:37 PDT Modified files: sys/dev/puc puc.c Log: Style: move a global variable up to the top of the file. Revision Changes Path 1.12 +2 -3 src/sys/dev/puc/puc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 4:19:49 2002 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 44C5337B400; Tue, 3 Sep 2002 04:19:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC79543E3B; Tue, 3 Sep 2002 04:19:44 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83BJiJU089628; Tue, 3 Sep 2002 04:19:44 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83BJilQ089627; Tue, 3 Sep 2002 04:19:44 -0700 (PDT) Message-Id: <200209031119.g83BJilQ089627@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 3 Sep 2002 04:19:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc puc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/03 04:19:44 PDT Modified files: sys/dev/puc puc.c Log: Style: fix a function whitespace stuff-up. Remove a debugging printf. Revision Changes Path 1.13 +3 -2 src/sys/dev/puc/puc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 4:22:22 2002 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 9628237B400; Tue, 3 Sep 2002 04:22:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A9B643E6A; Tue, 3 Sep 2002 04:22:14 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83BMEJU090139; Tue, 3 Sep 2002 04:22:14 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83BMEDa090138; Tue, 3 Sep 2002 04:22:14 -0700 (PDT) Message-Id: <200209031122.g83BMEDa090138@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 3 Sep 2002 04:22:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc puc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/03 04:22:13 PDT Modified files: sys/dev/puc puc.c Log: Fix interrupt registration: PUC devices live on pccard or pci so INTR_FAST is never really an option. Don't try to register the interrupt as fast and don't allow the children to do so either. Revision Changes Path 1.14 +3 -10 src/sys/dev/puc/puc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 4:24:29 2002 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 0FDD437B429; Tue, 3 Sep 2002 04:24:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97DE243E65; Tue, 3 Sep 2002 04:24:25 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83BOPJU090298; Tue, 3 Sep 2002 04:24:25 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83BOPAh090297; Tue, 3 Sep 2002 04:24:25 -0700 (PDT) Message-Id: <200209031124.g83BOPAh090297@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 3 Sep 2002 04:24:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/03 04:24:25 PDT Modified files: sys/dev/pccard pccard.c Log: Drop another cookie to wet Warners appetite: We need to call the drivers interrupt function even though the card is not multifunction. Revision Changes Path 1.63 +6 -0 src/sys/dev/pccard/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 Sep 3 4:30: 7 2002 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 C4FF337B400; Tue, 3 Sep 2002 04:29:59 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8630F43E6A; Tue, 3 Sep 2002 04:29:58 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g83BTrvV068114; Tue, 3 Sep 2002 13:29:54 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pccard pccard.c In-Reply-To: Your message of "Tue, 03 Sep 2002 04:24:25 PDT." <200209031124.g83BOPAh090297@freefall.freebsd.org> Date: Tue, 03 Sep 2002 13:29:53 +0200 Message-ID: <68113.1031052593@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200209031124.g83BOPAh090297@freefall.freebsd.org>, Poul-Henning Kam p writes: >phk 2002/09/03 04:24:25 PDT > > Modified files: > sys/dev/pccard pccard.c > Log: > Drop another cookie to wet Warners appetite: > > We need to call the drivers interrupt function even though the card is not > multifunction. This should make interrupt handling work on non-multifunction cards. This is only a workaround for now, Warner probably has a better and more correct fix for this. Typical symptoms would be interrupt storms which could possibly hang the machine solid. -- 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 Tue Sep 3 4:31:40 2002 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 B03BD37B400; Tue, 3 Sep 2002 04:31:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6295743E42; Tue, 3 Sep 2002 04:31:35 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83BVZJU090949; Tue, 3 Sep 2002 04:31:35 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83BVZtk090941; Tue, 3 Sep 2002 04:31:35 -0700 (PDT) Message-Id: <200209031131.g83BVZtk090941@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 3 Sep 2002 04:31:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc puc_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/03 04:31:35 PDT Modified files: sys/dev/puc puc_pccard.c Log: Remove a debug printf. Correctly identify the ARGOSY SP320 dual port serial PCMCIA card. Revision Changes Path 1.4 +2 -2 src/sys/dev/puc/puc_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 Sep 3 4:52:16 2002 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 9013D37B400; Tue, 3 Sep 2002 04:52:12 -0700 (PDT) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B8B043E6A; Tue, 3 Sep 2002 04:52:11 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from hades.hell.gr (patr530-b201.otenet.gr [212.205.244.209]) by mailsrv.otenet.gr (8.12.4/8.12.4) with ESMTP id g83BpwtM024028; Tue, 3 Sep 2002 14:52:09 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.6/8.12.6) with ESMTP id g832vWKN013489; Tue, 3 Sep 2002 05:57:32 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.6/8.12.6/Submit) id g832vW3Q013488; Tue, 3 Sep 2002 05:57:32 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Tue, 3 Sep 2002 05:57:32 +0300 (EEST) From: Giorgos Keramidas X-X-Sender: charon@hades To: Robert Watson Cc: Gordon Tetlow , , Subject: Re: cvs commit: src/etc/defaults rc.conf In-Reply-To: Message-ID: <20020903055632.D7194-100000@hades> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-09-02 15:26, Robert Watson wrote: > Also, since I haven't had a chance to look lately -- to what extent do we > export this functionality to third party packages, and to what extent do > we document it in the handbook and developer's handbook? We don't yet, IIRC. That is, document it in the Handbook. -- 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 Tue Sep 3 5:56:10 2002 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 B268937B400; Tue, 3 Sep 2002 05:56:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5785D43E6A; Tue, 3 Sep 2002 05:56:02 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from freefall.freebsd.org (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83Cu2JU004144; Tue, 3 Sep 2002 05:56:02 -0700 (PDT) (envelope-from davidxu@freefall.freebsd.org) Received: (from davidxu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83Cu2n3004143; Tue, 3 Sep 2002 05:56:02 -0700 (PDT) Message-Id: <200209031256.g83Cu2n3004143@freefall.freebsd.org> From: David Xu Date: Tue, 3 Sep 2002 05:56:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h src/sys/kern kern_sig.c kern_thread.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG davidxu 2002/09/03 05:56:02 PDT Modified files: sys/sys proc.h sys/kern kern_sig.c kern_thread.c Log: In the kernel code, we have the tsleep() call with the PCATCH argument. PCATCH means 'if we get a signal, interrupt me!" and tsleep returns either EINTR or ERESTART depending on the circumstances. ERESTART is "special" because it causes the system call to fail, but right as it returns back to userland it tells the trap handler to move %eip back a bit so that userland will immediately re-run the syscall. This is a syscall restart. It only works for things like read() etc where nothing has changed yet. Note that *userland* is tricked into restarting the syscall by the kernel. The kernel doesn't actually do the restart. It is deadly for things like select, poll, nanosleep etc where it might cause the elapsed time to be reset and start again from scratch. So those syscalls do this to prevent userland rerunning the syscall: if (error == ERESTART) error = EINTR; Fake "signals" like SIGTSTP from ^Z etc do not normally invoke userland signal handlers. But, in -current, the PCATCH *is* being triggered and tsleep is returning ERESTART, and the syscall is aborted even though no userland signal handler was run. That is the fault here. We're triggering the PCATCH in cases that we shouldn't. ie: it is being triggered on *any* signal processing, rather than the case where the signal is posted to userland. --- Peter The work of psignal() is a patchwork of special case required by the process debugging and job-control facilities... --- Kirk McKusick "The design and impelementation of the 4.4BSD Operating system" Page 105 in STABLE source, when psignal is posting a STOP signal to sleeping process and the signal action of the process is SIG_DFL, system will directly change the process state from SSLEEP to SSTOP, and when SIGCONT is posted to the stopped process, if it finds that the process is still on sleep queue, the process state will be restored to SSLEEP, and won't wakeup the process. this commit mimics the behaviour in STABLE source tree. Reviewed by: Jon Mini, Tim Robbins, Peter Wemm Approved by: julian@freebsd.org (mentor) Revision Changes Path 1.185 +27 -1 src/sys/kern/kern_sig.c 1.18 +32 -6 src/sys/kern/kern_thread.c 1.240 +2 -0 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 Tue Sep 3 6:14:16 2002 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 6E5C937B400; Tue, 3 Sep 2002 06:14:11 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 673AA43E65; Tue, 3 Sep 2002 06:14:08 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com (root@xDSL-2-2.united.net.ua [193.111.9.226] (may be forged)) by baraca.united.net.ua (8.11.6/8.11.6) with ESMTP id g83DDls70474; Tue, 3 Sep 2002 16:13:48 +0300 (EEST) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.5/8.12.5) with ESMTP id g83DDkLH008171; Tue, 3 Sep 2002 16:13:46 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.5/8.12.5/Submit) id g83DDkI0008170; Tue, 3 Sep 2002 16:13:46 +0300 (EEST) Date: Tue, 3 Sep 2002 16:13:46 +0300 From: Maxim Sobolev To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/XFree86-4-fontCyrillic Makefile distinfo ports/x11-fonts/XFree86-4-fontCyrillic/files patch-crox1c.bdf patch-crox1cb.bdf patch-crox1cbo.bdf patch-crox1co.bdf patch-crox1h.bdf patch-crox1hb.bdf patch-crox1hbo.bdf patch-crox1ho.bdf ... Message-ID: <20020903131346.GD8010@vega.vega.com> References: <200209031042.g83AgFON078508@freefall.freebsd.org> <20020903105617.GA97553@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20020903105617.GA97553@nagual.pp.ru> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 03, 2002 at 02:56:18PM +0400, Andrey A. Chernov wrote: > On Tue, Sep 03, 2002 at 03:42:15 -0700, Maxim Sobolev wrote: > > > move all patches into a single PATCHFILE. Bump PORTREVISION. > > This whole source base is very obsoleted. Look at > > http://koi8.pp.ru/dist/xrus-2.3.1-src.tgz > Description: http://koi8.pp.ru/xwin.html > > for recent distribution of this fonts. Ok, do they already have koi8-u characters? Do you have any plans to integrate them into some future XFree86 version? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 6:42:55 2002 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 8D49B37B400; Tue, 3 Sep 2002 06:42:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F05B43E4A; Tue, 3 Sep 2002 06:42:51 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83DgpJU013232; Tue, 3 Sep 2002 06:42:51 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83Dgp0x013231; Tue, 3 Sep 2002 06:42:51 -0700 (PDT) Message-Id: <200209031342.g83Dgp0x013231@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 3 Sep 2002 06:42:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/libchk Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/03 06:42:50 PDT Modified files: sysutils/libchk Makefile distinfo Log: Update to revision 1.6. Make `-x DIR' work better/properly, and fix the handling of relative paths. Revision Changes Path 1.2 +1 -1 ports/sysutils/libchk/Makefile 1.2 +1 -1 ports/sysutils/libchk/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 7:12:18 2002 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 316D137B400; Tue, 3 Sep 2002 07:12:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7B7D43E3B; Tue, 3 Sep 2002 07:12:13 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83ECDJU022568; Tue, 3 Sep 2002 07:12:13 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83ECDOD022562; Tue, 3 Sep 2002 07:12:13 -0700 (PDT) Message-Id: <200209031412.g83ECDOD022562@freefall.freebsd.org> From: Hiroki Sato Date: Tue, 3 Sep 2002 07:12:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/x11 chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/09/03 07:12:12 PDT Modified files: ja_JP.eucJP/books/handbook/x11 chapter.sgml Log: Fix typos. Submitted by: kano@na.rim.or.jp References: [doc-jp-work 483] Revision Changes Path 1.16 +6 -6 doc/ja_JP.eucJP/books/handbook/x11/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 Sep 3 7:47:46 2002 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 BC52337B400; Tue, 3 Sep 2002 07:47:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 656AF43E3B; Tue, 3 Sep 2002 07:47:41 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83ElfJU030901; Tue, 3 Sep 2002 07:47:41 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83Elf85030900; Tue, 3 Sep 2002 07:47:41 -0700 (PDT) Message-Id: <200209031447.g83Elf85030900@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 3 Sep 2002 07:47:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/lynx-current Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/03 07:47:40 PDT Modified files: www/lynx-current Makefile Log: Add --enable-read-eta Revision Changes Path 1.138 +2 -1 ports/www/lynx-current/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 7:53: 0 2002 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 9955237B406; Tue, 3 Sep 2002 07:52:53 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7907243E6E; Tue, 3 Sep 2002 07:52:52 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g83Eqkbq018906; Tue, 3 Sep 2002 18:52:47 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g83EqijT018905; Tue, 3 Sep 2002 18:52:44 +0400 (MSD) (envelope-from ache) Date: Tue, 3 Sep 2002 18:52:42 +0400 From: "Andrey A. Chernov" To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/XFree86-4-fontCyrillic Makefile distinfo ports/x11-fonts/XFree86-4-fontCyrillic/files patch-crox1c.bdf patch-crox1cb.bdf patch-crox1cbo.bdf patch-crox1co.bdf patch-crox1h.bdf patch-crox1hb.bdf patch-crox1hbo.bdf patch-crox1ho.bdf ... Message-ID: <20020903145241.GA18851@nagual.pp.ru> References: <200209031042.g83AgFON078508@freefall.freebsd.org> <20020903105617.GA97553@nagual.pp.ru> <20020903131346.GD8010@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020903131346.GD8010@vega.vega.com> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 03, 2002 at 16:13:46 +0300, Maxim Sobolev wrote: > On Tue, Sep 03, 2002 at 02:56:18PM +0400, Andrey A. Chernov wrote: > > On Tue, Sep 03, 2002 at 03:42:15 -0700, Maxim Sobolev wrote: > > > > > move all patches into a single PATCHFILE. Bump PORTREVISION. > > > > This whole source base is very obsoleted. Look at > > > > http://koi8.pp.ru/dist/xrus-2.3.1-src.tgz > > Description: http://koi8.pp.ru/xwin.html > > > > for recent distribution of this fonts. > > Ok, do they already have koi8-u characters? Do you have any plans to > integrate them into some future XFree86 version? 1) No, they are koi8-r fonts. They can't have koi8-u characters by definition. 2) When I send them first time (long ago), they are included into XFree86, but when I send updated variant some time ago, I got no response. Now I miss XFree86 contact person address related to this matter. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 7:55:37 2002 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 AB7B437B64C; Tue, 3 Sep 2002 07:55:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA26A43E42; Tue, 3 Sep 2002 07:55:31 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83EtUJU031713; Tue, 3 Sep 2002 07:55:31 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83EtUvj031712; Tue, 3 Sep 2002 07:55:30 -0700 (PDT) Message-Id: <200209031455.g83EtUvj031712@freefall.freebsd.org> From: Jake Burkholder Date: Tue, 3 Sep 2002 07:55:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sparc64/sys Makefile.inc sigaction.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/09/03 07:55:30 PDT Modified files: lib/libc/sparc64/sys Makefile.inc Added files: lib/libc/sparc64/sys sigaction.S Log: Install the userland signal trampoline when sigaction is first called, instead of on startup. This fixes binary compatibility of dynamically linked binaries from before the signal code move. Suggested by: wollman (a long time ago) Revision Changes Path 1.8 +1 -1 src/lib/libc/sparc64/sys/Makefile.inc 1.1 +49 -0 src/lib/libc/sparc64/sys/sigaction.S (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 7:59:46 2002 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 2248A37B400; Tue, 3 Sep 2002 07:59:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF98343E6E; Tue, 3 Sep 2002 07:59:42 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83ExgJU031935; Tue, 3 Sep 2002 07:59:42 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83ExgrB031934; Tue, 3 Sep 2002 07:59:42 -0700 (PDT) Message-Id: <200209031459.g83ExgrB031934@freefall.freebsd.org> From: Jake Burkholder Date: Tue, 3 Sep 2002 07:59:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/sparc64 crt1.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/09/03 07:59:42 PDT Modified files: lib/csu/sparc64 crt1.c Log: Don't need to install the signal trampoline here anymore. Revision Changes Path 1.10 +0 -1 src/lib/csu/sparc64/crt1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 8: 2:47 2002 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 5E68837B400; Tue, 3 Sep 2002 08:02:41 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 087F243E6A; Tue, 3 Sep 2002 08:02:38 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com (root@xDSL-2-2.united.net.ua [193.111.9.226] (may be forged)) by baraca.united.net.ua (8.11.6/8.11.6) with ESMTP id g83F2Ks74766; Tue, 3 Sep 2002 18:02:21 +0300 (EEST) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.5/8.12.5) with ESMTP id g83F2KLH008428; Tue, 3 Sep 2002 18:02:20 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.5/8.12.5/Submit) id g83F2K7h008427; Tue, 3 Sep 2002 18:02:20 +0300 (EEST) Date: Tue, 3 Sep 2002 18:02:20 +0300 From: Maxim Sobolev To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/XFree86-4-fontCyrillic Makefile distinfo ports/x11-fonts/XFree86-4-fontCyrillic/files patch-crox1c.bdf patch-crox1cb.bdf patch-crox1cbo.bdf patch-crox1co.bdf patch-crox1h.bdf patch-crox1hb.bdf patch-crox1hbo.bdf patch-crox1ho.bdf ... Message-ID: <20020903150220.GB8378@vega.vega.com> References: <200209031042.g83AgFON078508@freefall.freebsd.org> <20020903105617.GA97553@nagual.pp.ru> <20020903131346.GD8010@vega.vega.com> <20020903145241.GA18851@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20020903145241.GA18851@nagual.pp.ru> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 03, 2002 at 06:52:42PM +0400, Andrey A. Chernov wrote: > On Tue, Sep 03, 2002 at 16:13:46 +0300, Maxim Sobolev wrote: > > On Tue, Sep 03, 2002 at 02:56:18PM +0400, Andrey A. Chernov wrote: > > > On Tue, Sep 03, 2002 at 03:42:15 -0700, Maxim Sobolev wrote: > > > > > > > move all patches into a single PATCHFILE. Bump PORTREVISION. > > > > > > This whole source base is very obsoleted. Look at > > > > > > http://koi8.pp.ru/dist/xrus-2.3.1-src.tgz > > > Description: http://koi8.pp.ru/xwin.html > > > > > > for recent distribution of this fonts. > > > > Ok, do they already have koi8-u characters? Do you have any plans to > > integrate them into some future XFree86 version? > > 1) No, they are koi8-r fonts. They can't have koi8-u characters by > definition. They are dubbed as "Cyrillic" fonts, so that I'd expected that they have characters necessary for all cyrillic languages. > 2) When I send them first time (long ago), they are included into XFree86, > but when I send updated variant some time ago, I got no response. Now I > miss XFree86 contact person address related to this matter. Ok. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 8: 4:32 2002 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 571BB37B400; Tue, 3 Sep 2002 08:04:22 -0700 (PDT) Received: from ns1.gnf.org (ns1.gnf.org [63.196.132.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6367C43E4A; Tue, 3 Sep 2002 08:04:21 -0700 (PDT) (envelope-from gtetlow@gnf.org) Received: from EXCHCLUSTER01.lj.gnf.org (exch02.lj.gnf.org [172.25.10.20]) by ns1.gnf.org (8.12.3/8.12.3) with ESMTP id g83F4IJ1078429; Tue, 3 Sep 2002 08:04:18 -0700 (PDT) (envelope-from gtetlow@gnf.org) Received: from roark.gnf.org ([172.25.24.15]) by EXCHCLUSTER01.lj.gnf.org with Microsoft SMTPSVC(5.0.2195.4905); Tue, 3 Sep 2002 08:04:20 -0700 Received: from roark.gnf.org (localhost [127.0.0.1]) by roark.gnf.org (8.12.5/8.12.5) with ESMTP id g83F4K8A055960; Tue, 3 Sep 2002 08:04:20 -0700 (PDT) (envelope-from gtetlow@roark.gnf.org) Received: (from gtetlow@localhost) by roark.gnf.org (8.12.5/8.12.5/Submit) id g83F4Jq4055959; Tue, 3 Sep 2002 08:04:19 -0700 (PDT) Date: Tue, 3 Sep 2002 08:04:19 -0700 From: Gordon Tetlow To: Dima Dorfman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, makonnen@pacbell.net Subject: Re: cvs commit: src/etc/defaults rc.conf Message-ID: <20020903150419.GH37808@roark.gnf.org> References: <200209021635.g82GZ1fp082872@freefall.freebsd.org> <20020902214551.088EF3E24@turbine.trit.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VkqCAaSJIySsbD6j" Content-Disposition: inline In-Reply-To: <20020902214551.088EF3E24@turbine.trit.org> User-Agent: Mutt/1.4i X-OriginalArrivalTime: 03 Sep 2002 15:04:20.0843 (UTC) FILETIME=[2E94D3B0:01C2535B] Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --VkqCAaSJIySsbD6j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 02, 2002 at 09:45:50PM +0000, Dima Dorfman wrote: > Gordon Tetlow wrote: > > gordon 2002/09/02 09:35:01 PDT > >=20 > > Modified files: > > etc/defaults rc.conf=20 > > Log: > > Turn rc_ng on by default now, it's time has come. While we are at it,= I'd > > like to thank Mike Makonnen for all his work on rcNG. Without him, no= ne > > of this would have been possible. >=20 > Can we resolve the network boot issue now? If no one really wants to > work on a "proper" solution at this point, can we at least rename > rc.d/initdiskless to rc.d/initdiskless.sh and add source_rc_confs to > it? That's the minimum to get diskless booting working with rc.d. > Unless someone else wants to do this (or one of the better > alternatives we discussed), I plan to. I've had it sitting that way > in my tree for a whlie. Can you try the following (untested) patch, then hack up initdiskless to return with an exit code of 2 in the appropriate case? --- /usr/src/etc/rc Mon Aug 19 09:43:45 2002 +++ /etc/rc Tue Sep 3 08:02:42 2002 @@ -88,6 +88,13 @@ =20 for _rc_elem in ${files}; do run_rc_script ${_rc_elem} ${_boot} + # Local FreeBSD hack to reload the rc.conf on + # a return status of 2 + if [ $? -eq 2 ]; then + unset _rc_conf_loaded + load_rc_config 'XXX' + echo "Reloading rc.conf" + fi done =20 echo '' --VkqCAaSJIySsbD6j Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9dM9zRu2t9DV9ZfsRAo6SAJ9d6HFyC3rz3PwdtQlkTBHHsvSRWQCdEfqp UcsTW1rC+oP6rfebacYDFRw= =j4Z6 -----END PGP SIGNATURE----- --VkqCAaSJIySsbD6j-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 8: 9:55 2002 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 B1EBF37B401 for ; Tue, 3 Sep 2002 08:09:51 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id B271F43E91 for ; Tue, 3 Sep 2002 08:09:50 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 1321 invoked from network); 3 Sep 2002 15:09:50 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 3 Sep 2002 15:09:50 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g83F9mBv003653; Tue, 3 Sep 2002 11:09:48 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200209012129.g81LTBNm033174@freefall.freebsd.org> Date: Tue, 03 Sep 2002 11:09:48 -0400 (EDT) From: John Baldwin To: Alexander Kabaev Subject: RE: cvs commit: src/sys/boot/i386/boot2 boot2.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 01-Sep-2002 Alexander Kabaev wrote: > kan 2002/09/01 14:29:11 PDT > > Modified files: > sys/boot/i386/boot2 boot2.c > Log: > Restore Rev. 1.40 (remove "Keyboard yes/no" printf). > GCC 3.2 overflows boot2 by 12 bytes, this patch brings it back > within the boundaries, with 12 bytes available for future bloat. > > Approved by: obrien I would prefer finding out why 3.2 adds new bloat and fixing that instead of removing functionality. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "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 Sep 3 8:14: 4 2002 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 5BD6F37B400; Tue, 3 Sep 2002 08:14:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D7FF43E3B; Tue, 3 Sep 2002 08:14:02 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83FE1JU037508; Tue, 3 Sep 2002 08:14:01 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83FE1LM037507; Tue, 3 Sep 2002 08:14:01 -0700 (PDT) Message-Id: <200209031514.g83FE1LM037507@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 3 Sep 2002 08:14:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/scrollkeeper pkg-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/03 08:14:01 PDT Modified files: textproc/scrollkeeper pkg-install Log: Fix build when /usr/local is a symlink. PR: 42320 Revision Changes Path 1.4 +1 -1 ports/textproc/scrollkeeper/pkg-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 8:34:55 2002 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 6434D37B400; Tue, 3 Sep 2002 08:34:47 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AB3843E6E; Tue, 3 Sep 2002 08:34:47 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 1661F2A88D; Tue, 3 Sep 2002 08:34:47 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: John Baldwin Cc: Alexander Kabaev , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot2 boot2.c In-Reply-To: Date: Tue, 03 Sep 2002 08:34:47 -0700 From: Peter Wemm Message-Id: <20020903153447.1661F2A88D@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin wrote: > > On 01-Sep-2002 Alexander Kabaev wrote: > > kan 2002/09/01 14:29:11 PDT > > > > Modified files: > > sys/boot/i386/boot2 boot2.c > > Log: > > Restore Rev. 1.40 (remove "Keyboard yes/no" printf). > > GCC 3.2 overflows boot2 by 12 bytes, this patch brings it back > > within the boundaries, with 12 bytes available for future bloat. > > > > Approved by: obrien > > I would prefer finding out why 3.2 adds new bloat and fixing that > instead of removing functionality. Sure. As I remember it, last time we were here, folks came up with a whole host of options that chopped as much as a few hundred bytes off. I just do not remember where it was discussed. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "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 Sep 3 9: 0:15 2002 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 55D4D37B400; Tue, 3 Sep 2002 09:00:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2C0343E6E; Tue, 3 Sep 2002 09:00:07 -0700 (PDT) (envelope-from yoichi@FreeBSD.org) Received: from freefall.freebsd.org (yoichi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83G07JU041341; Tue, 3 Sep 2002 09:00:07 -0700 (PDT) (envelope-from yoichi@freefall.freebsd.org) Received: (from yoichi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83G07Sd041340; Tue, 3 Sep 2002 09:00:07 -0700 (PDT) Message-Id: <200209031600.g83G07Sd041340@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Tue, 3 Sep 2002 09:00:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/cannadic Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/09/03 09:00:07 PDT Modified files: japanese/cannadic Makefile distinfo Log: Update to 0.94d PR: 42374 Submitted by: maintainer Revision Changes Path 1.10 +1 -1 ports/japanese/cannadic/Makefile 1.7 +1 -1 ports/japanese/cannadic/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 9: 3: 3 2002 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 EA5D937B400; Tue, 3 Sep 2002 09:03:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CF1743E4A; Tue, 3 Sep 2002 09:03:00 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83G30JU041924; Tue, 3 Sep 2002 09:03:00 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83G302P041911; Tue, 3 Sep 2002 09:03:00 -0700 (PDT) Message-Id: <200209031603.g83G302P041911@freefall.freebsd.org> From: Gordon Tetlow Date: Tue, 3 Sep 2002 09:02:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d nfsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/09/03 09:02:58 PDT Modified files: etc/rc.d nfsd Log: nfsd doesn't die on SIGTERM but on SIGUSR1, correct script to kill nfsd with the right signal. Revision Changes Path 1.6 +1 -0 src/etc/rc.d/nfsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 9: 9:47 2002 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 AFE4A37B400; Tue, 3 Sep 2002 09:09:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FB6343E75; Tue, 3 Sep 2002 09:09:44 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83G9hJU046545; Tue, 3 Sep 2002 09:09:44 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83G9hB9046544; Tue, 3 Sep 2002 09:09:43 -0700 (PDT) Message-Id: <200209031609.g83G9hB9046544@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 3 Sep 2002 09:09:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sylpheed-claws Makefile ports/net/gtk+licq Makefile ports/textproc/pspell-ispell Makefile ports/textproc/gtkspell2 Makefile ports/www/gtkhtml Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/03 09:09:43 PDT Modified files: mail/sylpheed-claws Makefile net/gtk+licq Makefile textproc/pspell-ispell Makefile textproc/gtkspell2 Makefile www/gtkhtml Makefile Log: Chase pspell so version, and note that libpspell is now installed by textproc/aspell. Revision Changes Path 1.18 +2 -1 ports/mail/sylpheed-claws/Makefile 1.10 +2 -2 ports/net/gtk+licq/Makefile 1.2 +2 -1 ports/textproc/gtkspell2/Makefile 1.9 +2 -2 ports/textproc/pspell-ispell/Makefile 1.50 +2 -1 ports/www/gtkhtml/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 9:22:20 2002 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 4674537B400; Tue, 3 Sep 2002 09:22:17 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93E3743E6E; Tue, 3 Sep 2002 09:22:15 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id QAA24244; Tue, 3 Sep 2002 16:22:13 GMT Date: Wed, 4 Sep 2002 02:29:33 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: John Baldwin Cc: Alexander Kabaev , , Subject: RE: cvs commit: src/sys/boot/i386/boot2 boot2.c In-Reply-To: Message-ID: <20020904022238.I7659-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 3 Sep 2002, John Baldwin wrote: > On 01-Sep-2002 Alexander Kabaev wrote: > > kan 2002/09/01 14:29:11 PDT > > > > Modified files: > > sys/boot/i386/boot2 boot2.c > > Log: > > Restore Rev. 1.40 (remove "Keyboard yes/no" printf). > > GCC 3.2 overflows boot2 by 12 bytes, this patch brings it back > > within the boundaries, with 12 bytes available for future bloat. > > > > Approved by: obrien > > I would prefer finding out why 3.2 adds new bloat and fixing that > instead of removing functionality. I looked at this for my version of biosboot and found that 3.2 added zero bloat (the text size didn't change for any object file), so there can't be many differences for boot2. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 9:24:31 2002 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 0CB1637B400; Tue, 3 Sep 2002 09:24:26 -0700 (PDT) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E10743E42; Tue, 3 Sep 2002 09:24:24 -0700 (PDT) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.5/8.12.5) with ESMTP id g83GONOB033088; Tue, 3 Sep 2002 12:24:23 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.6/8.12.6/Submit) id g83GONiS033087; Tue, 3 Sep 2002 12:24:23 -0400 (EDT) Date: Tue, 3 Sep 2002 12:24:23 -0400 From: Alexander Kabaev To: Bruce Evans Cc: jhb@FreeBSD.org, kan@FreeBSD.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot2 boot2.c Message-Id: <20020903122423.0874d204.ak03@gte.com> In-Reply-To: <20020904022238.I7659-100000@gamplex.bde.org> References: <20020904022238.I7659-100000@gamplex.bde.org> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.8.2claws11 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > I looked at this for my version of biosboot and found that 3.2 added > zero bloat (the text size didn't change for any object file), so there > can't be many differences for boot2. main function has grown about twelve bytes in boot2 for some reason. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 9:38:30 2002 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 54A6637B400; Tue, 3 Sep 2002 09:38:26 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCF4543E4A; Tue, 3 Sep 2002 09:38:24 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id QAA25100; Tue, 3 Sep 2002 16:38:20 GMT Date: Wed, 4 Sep 2002 02:45:40 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Peter Wemm Cc: John Baldwin , Alexander Kabaev , , Subject: Re: cvs commit: src/sys/boot/i386/boot2 boot2.c In-Reply-To: <20020903153447.1661F2A88D@canning.wemm.org> Message-ID: <20020904024055.E7756-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 3 Sep 2002, Peter Wemm wrote: > John Baldwin wrote: > > I would prefer finding out why 3.2 adds new bloat and fixing that > > instead of removing functionality. > > Sure. As I remember it, last time we were here, folks came up with a whole > host of options that chopped as much as a few hundred bytes off. I just > do not remember where it was discussed. The large ones were committed (mostly by you), but the ufs2 changes ate the 100-200 (300?) bytes gained so we're down to approximately zero free again. 3.2 hasn't fixed the minimum function alignment, so some of your alignment hacks re still needed. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 9:46:37 2002 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 BF85B37B400; Tue, 3 Sep 2002 09:46:34 -0700 (PDT) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13BA243E4A; Tue, 3 Sep 2002 09:46:34 -0700 (PDT) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.5/8.12.5) with ESMTP id g83GkXOB033343; Tue, 3 Sep 2002 12:46:33 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.6/8.12.6/Submit) id g83GkXxa033342; Tue, 3 Sep 2002 12:46:33 -0400 (EDT) Date: Tue, 3 Sep 2002 12:46:33 -0400 From: Alexander Kabaev To: Bruce Evans Cc: peter@wemm.org, jhb@FreeBSD.org, kan@FreeBSD.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot2 boot2.c Message-Id: <20020903124633.22eefa56.ak03@gte.com> In-Reply-To: <20020904024055.E7756-100000@gamplex.bde.org> References: <20020903153447.1661F2A88D@canning.wemm.org> <20020904024055.E7756-100000@gamplex.bde.org> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.8.2claws11 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 4 Sep 2002 02:45:40 +1000 (EST) Bruce Evans wrote: > The large ones were committed (mostly by you), but the ufs2 changes > ate the 100-200 (300?) bytes gained so we're down to approximately > zero free again. We had exactly 0 bytes free before GCC 3.2.1. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 9:54:51 2002 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 C192F37B400; Tue, 3 Sep 2002 09:54:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74BA943E3B; Tue, 3 Sep 2002 09:54:49 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: from freefall.freebsd.org (gibbs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83GsnJU051115; Tue, 3 Sep 2002 09:54:49 -0700 (PDT) (envelope-from gibbs@freefall.freebsd.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83Gsn7n051114; Tue, 3 Sep 2002 09:54:49 -0700 (PDT) Message-Id: <200209031654.g83Gsn7n051114@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 3 Sep 2002 09:54:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2002/09/03 09:54:49 PDT Modified files: sys/modules Makefile Log: Remove aic7xxx from the module build framework until all bootstrapping issues are resolved. Revision Changes Path 1.252 +0 -1 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 9:55:27 2002 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 9F70537B400; Tue, 3 Sep 2002 09:55:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5361843E4A; Tue, 3 Sep 2002 09:55:24 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: from freefall.freebsd.org (gibbs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83GtOJU051190; Tue, 3 Sep 2002 09:55:24 -0700 (PDT) (envelope-from gibbs@freefall.freebsd.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83GtOGh051189; Tue, 3 Sep 2002 09:55:24 -0700 (PDT) Message-Id: <200209031655.g83GtOGh051189@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 3 Sep 2002 09:55:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2002/09/03 09:55:24 PDT Modified files: (Branch: RELENG_4) sys/modules Makefile Log: MFC: Remove aic7xxx from the module build framework until all bootstrapping issues are resolved. Revision Changes Path 1.110.2.58 +0 -1 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 9:57:21 2002 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 1295837B400; Tue, 3 Sep 2002 09:57:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B82AE43E3B; Tue, 3 Sep 2002 09:57:16 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83GvGJU051356; Tue, 3 Sep 2002 09:57:16 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83GvGfC051355; Tue, 3 Sep 2002 09:57:16 -0700 (PDT) Message-Id: <200209031657.g83GvGfC051355@freefall.freebsd.org> From: Yar Tikhiy Date: Tue, 3 Sep 2002 09:57:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2002/09/03 09:57:16 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: ftpd(8) Approved by: bmah Revision Changes Path 1.22.2.290 +12 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 10:10:11 2002 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 129E137B400; Tue, 3 Sep 2002 10:09:57 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7770D43E42; Tue, 3 Sep 2002 10:09:54 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [IPv6:::1]) by zibbi.icomtek.csir.co.za (8.12.6/8.12.6) with ESMTP id g83H9kwM089235; Tue, 3 Sep 2002 19:09:46 +0200 (SAT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.12.6/8.12.6/Submit) id g83H9iT8089234; Tue, 3 Sep 2002 19:09:44 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200209031709.g83H9iT8089234@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/etc/defaults rc.conf In-Reply-To: <20020902122615.739942b4.makonnen@pacbell.net> from Mike Makonnen at "Sep 2, 2002 12:26:15 pm" To: makonnen@pacbell.net (Mike Makonnen) Date: Tue, 3 Sep 2002 19:09:44 +0200 (SAT) Cc: gordon@FreeBSD.ORG, 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > I didn't port this script because bootparamd isn't started from the old rc. > We don't even have a knob for it in defaults/rc.conf. But even with this patch > I don't see how it can start for you. You need # KEYWORD: FreeBSD at the > top of the file. It must be starting some other way. Please add the KEYWORD > line and a knob to defaults/rc.conf and resubmit. Thanks! Ok, is this better? I don't know where in rc.conf the bootparamd lines should be added. I added it just after rarpd because those are used together a lot, but move it somewhere else if you want to. The reason I didn't have the KEYWORD line is that my bootparam server is a month old and that code do work without it. I tried this on a machine with today's current. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org Index: etc/defaults/rc.conf =================================================================== RCS file: /home/ncvs/src/etc/defaults/rc.conf,v retrieving revision 1.157 diff -u -r1.157 rc.conf --- etc/defaults/rc.conf 2 Sep 2002 16:35:01 -0000 1.157 +++ etc/defaults/rc.conf 3 Sep 2002 17:00:23 -0000 @@ -157,6 +157,9 @@ rwhod_flags="" # Flags for rwhod rarpd_enable="NO" # Run rarpd (or NO). rarpd_flags="" # Flags to rarpd. +bootparamd_enable="NO" # Run bootparamd (or NO). +bootparamd_flags="" # Flags to bootparamd. + xtend_enable="NO" # Run the X-10 power controller daemon. xtend_flags="" # Flags to xtend (if enabled). pppoed_enable="NO" # Run the PPP over Ethernet daemon. Index: etc/rc.d/bootparams =================================================================== RCS file: /home/ncvs/src/etc/rc.d/bootparams,v retrieving revision 1.2 diff -u -r1.2 bootparams --- etc/rc.d/bootparams 13 Jun 2002 22:14:36 -0000 1.2 +++ etc/rc.d/bootparams 3 Sep 2002 17:00:48 -0000 @@ -7,12 +7,13 @@ # PROVIDE: bootparams # REQUIRE: rpcbind DAEMON # BEFORE: LOGIN +# KEYWORD: FreeBSD . /etc/rc.subr name="bootparamd" -rcvar=$name -command="/usr/sbin/rpc.${name}" +rcvar=`set_rcvar` +command="/usr/sbin/${name}" required_files="/etc/bootparams" load_rc_config $name To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 10:18:30 2002 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 ACB9637B401; Tue, 3 Sep 2002 10:18:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B11843E4A; Tue, 3 Sep 2002 10:18:28 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83HISJU058455; Tue, 3 Sep 2002 10:18:28 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83HISQj058454; Tue, 3 Sep 2002 10:18:28 -0700 (PDT) Message-Id: <200209031718.g83HISQj058454@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 3 Sep 2002 10:18:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/03 10:18:28 PDT Modified files: mail/balsa/files patch-configure Log: Allow balsa to build with new pspell/aspell. Revision Changes Path 1.6 +32 -1 ports/mail/balsa/files/patch-configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 10:33:33 2002 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 485CD37B401; Tue, 3 Sep 2002 10:33:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D272643E42; Tue, 3 Sep 2002 10:33:26 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83HXQJU059918; Tue, 3 Sep 2002 10:33:26 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83HXQWs059917; Tue, 3 Sep 2002 10:33:26 -0700 (PDT) Message-Id: <200209031733.g83HXQWs059917@freefall.freebsd.org> From: Alan Eldridge Date: Tue, 3 Sep 2002 10:33:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/kdemultimedia3/files patch-mpeglib-1 patch-mpeglib-2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/09/03 10:33:26 PDT Added files: audio/kdemultimedia3/files patch-mpeglib-1 patch-mpeglib-2 Log: Made the mpeglib component compile after values.h was finally removed from STABLE. PR: n/a Submitted by: Andy Fawcett Revision Changes Path 1.1 +20 -0 ports/audio/kdemultimedia3/files/patch-mpeglib-1 (new) 1.1 +19 -0 ports/audio/kdemultimedia3/files/patch-mpeglib-2 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 10:39:32 2002 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 F36EB37B400; Tue, 3 Sep 2002 10:39:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5E9543E6A; Tue, 3 Sep 2002 10:39:27 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: from freefall.freebsd.org (eric@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83HdRJU060316; Tue, 3 Sep 2002 10:39:27 -0700 (PDT) (envelope-from eric@freefall.freebsd.org) Received: (from eric@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83HdRJk060315; Tue, 3 Sep 2002 10:39:27 -0700 (PDT) Message-Id: <200209031739.g83HdRJk060315@freefall.freebsd.org> From: Eric Melville Date: Tue, 3 Sep 2002 10:39:27 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG eric 2002/09/03 10:39:27 PDT Modified files: gnu/usr.bin/man/man man.c Log: Adhere to guidelines when testing for null strings. Submitted by: rwatson Revision Changes Path 1.58 +1 -1 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 Tue Sep 3 10:41:58 2002 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 00C0037B400; Tue, 3 Sep 2002 10:41:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A63F243E6E; Tue, 3 Sep 2002 10:41:54 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: from freefall.freebsd.org (eric@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83HfsJU060852; Tue, 3 Sep 2002 10:41:54 -0700 (PDT) (envelope-from eric@freefall.freebsd.org) Received: (from eric@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83Hfsni060851; Tue, 3 Sep 2002 10:41:54 -0700 (PDT) Message-Id: <200209031741.g83Hfsni060851@freefall.freebsd.org> From: Eric Melville Date: Tue, 3 Sep 2002 10:41:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/man man.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG eric 2002/09/03 10:41:54 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/man/man man.c Log: MFC: use the default pager if the environment variable is blank Approved by: murray Revision Changes Path 1.37.2.9 +1 -1 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 Tue Sep 3 10:44:48 2002 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 AEA8937B400; Tue, 3 Sep 2002 10:44:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6064843E65; Tue, 3 Sep 2002 10:44:43 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83HihJU060970; Tue, 3 Sep 2002 10:44:43 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83Hihih060969; Tue, 3 Sep 2002 10:44:43 -0700 (PDT) Message-Id: <200209031744.g83Hihih060969@freefall.freebsd.org> From: Alan Eldridge Date: Tue, 3 Sep 2002 10:44:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/mosfet-liquid Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/09/03 10:44:43 PDT Modified files: x11-wm/mosfet-liquid Makefile Log: Added a copy of distfile on my freebsd web area, since mosfet's site is set to "full lockout". Revision Changes Path 1.10 +2 -1 ports/x11-wm/mosfet-liquid/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 10:58: 3 2002 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 A6CD337B401; Tue, 3 Sep 2002 10:57:55 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5CC243E75; Tue, 3 Sep 2002 10:57:54 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 4CA5F9E59; Tue, 3 Sep 2002 13:51:50 -0400 (EDT) Date: Tue, 3 Sep 2002 13:51:50 -0400 From: Mike Barcroft To: Tony Finch Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/uuencode uuencode.1 Message-ID: <20020903135150.N94253@espresso.q9media.com> References: <200209031018.g83AIveQ076644@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209031018.g83AIveQ076644@freefall.freebsd.org>; from fanf@FreeBSD.org on Tue, Sep 03, 2002 at 03:18:57AM -0700 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Tony Finch writes: > fanf 2002/09/03 03:18:57 PDT > > Modified files: > usr.bin/uuencode uuencode.1 > Log: > Suggest -p instead of -o /dev/stdout. > > PR: 42356 > > Revision Changes Path > 1.22 +1 -1 src/usr.bin/uuencode/uuencode.1 These two should be equivalent except that the latter is portable. It doesn't seem like this addresses the problem in the PR. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 11: 6:25 2002 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 4E6A937B401 for ; Tue, 3 Sep 2002 11:06:22 -0700 (PDT) Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA1DE43E77 for ; Tue, 3 Sep 2002 11:06:20 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 26864 invoked from network); 3 Sep 2002 18:06:48 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 3 Sep 2002 18:06:48 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g83I6IBv004115; Tue, 3 Sep 2002 14:06:18 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200209020843.g828hcfv083949@freefall.freebsd.org> Date: Tue, 03 Sep 2002 14:06:18 -0400 (EDT) From: John Baldwin To: Daniel Baker Subject: RE: cvs commit: ports/sysutils Makefile ports/sysutils/3dm Makef Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02-Sep-2002 Daniel Baker wrote: > dbaker 2002/09/02 01:43:36 PDT > > Modified files: > sysutils Makefile > Added files: > sysutils/3dm Makefile distinfo pkg-comment pkg-descr > pkg-install pkg-plist > sysutils/3dm/files 3dmd.conf 3dmd.sh > Log: > Add 3dm, 3ware ATA RAID monitoring daemon and web server. Cool, I had just finished doing this Friday as well. :) Why did you set PORTREVISION and PORTEPOCH for a new port though? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "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 Sep 3 11:18:28 2002 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 2D6A237B400; Tue, 3 Sep 2002 11:18:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACE7643E65; Tue, 3 Sep 2002 11:18:23 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83IINJU067658; Tue, 3 Sep 2002 11:18:23 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83IINMs067657; Tue, 3 Sep 2002 11:18:23 -0700 (PDT) Message-Id: <200209031818.g83IINMs067657@freefall.freebsd.org> From: Mike Barcroft Date: Tue, 3 Sep 2002 11:18:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/09/03 11:18:23 PDT Modified files: en/donations wantlist.sgml Log: List some POSIX specifications I need. Revision Changes Path 1.4 +9 -1 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 11:25:21 2002 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 6A0B137B405; Tue, 3 Sep 2002 11:25:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFC3843E4A; Tue, 3 Sep 2002 11:25:16 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83IPGJU068305; Tue, 3 Sep 2002 11:25:16 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83IPG4U068304; Tue, 3 Sep 2002 11:25:16 -0700 (PDT) Message-Id: <200209031825.g83IPG4U068304@freefall.freebsd.org> From: John Baldwin Date: Tue, 3 Sep 2002 11:25:16 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/03 11:25:16 PDT Modified files: sys/kern kern_mutex.c Log: Add some KASSERT()'s to ensure that we don't perform spin mutex ops on sleep mutexes and vice versa. WITNESS normally should catch this but not everyone uses WITNESS so this is a fallback to catch nasty but easy to do bugs. Revision Changes Path 1.106 +16 -4 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 Tue Sep 3 11:26:15 2002 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 7036537B400; Tue, 3 Sep 2002 11:26:07 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65E2243E7B; Tue, 3 Sep 2002 11:26:06 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.5/8.12.2) with ESMTP id g83IQ5JR014376; Tue, 3 Sep 2002 20:26:05 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.5/8.12.5/Submit) id g83IQ5Mq014375; Tue, 3 Sep 2002 20:26:05 +0200 (CEST) Date: Tue, 3 Sep 2002 20:26:05 +0200 From: Wilko Bulte To: "Justin T. Gibbs" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/modules Makefile Message-ID: <20020903202605.A14349@freebie.xs4all.nl> References: <200209031655.g83GtOGh051189@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: <200209031655.g83GtOGh051189@freefall.freebsd.org>; from gibbs@FreeBSD.ORG on Tue, Sep 03, 2002 at 09:55:24AM -0700 X-OS: FreeBSD 4.6-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 03, 2002 at 09:55:24AM -0700, Justin T. Gibbs wrote: > gibbs 2002/09/03 09:55:24 PDT > > Modified files: (Branch: RELENG_4) > sys/modules Makefile > Log: > MFC: Remove aic7xxx from the module build framework until all bootstrapping > issues are resolved. I assume re@ approved it? [would be surprised if not of course] -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, the Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 11:32:19 2002 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 A61BD37B406; Tue, 3 Sep 2002 11:32:07 -0700 (PDT) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 438AA43E4A; Tue, 3 Sep 2002 11:32:07 -0700 (PDT) (envelope-from gibbs@scsiguy.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.10.2+Sun/8.10.2) with ESMTP id g83IW4G17530; Tue, 3 Sep 2002 11:32:05 -0700 (PDT) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id LAA16607; Tue, 3 Sep 2002 11:32:04 -0700 (PDT) Received: from [10.100.253.70] (aslan [10.100.253.70]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id MAA28688; Tue, 3 Sep 2002 12:32:03 -0600 (MDT) Date: Tue, 03 Sep 2002 12:32:03 -0600 From: "Justin T. Gibbs" Reply-To: "Justin T. Gibbs" To: Wilko Bulte Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/modules Makefile Message-ID: <77370000.1031077923@aslan.btc.adaptec.com> In-Reply-To: <20020903202605.A14349@freebie.xs4all.nl> References: <200209031655.g83GtOGh051189@freefall.freebsd.org> <20020903202605.A14349@freebie.xs4all.nl> X-Mailer: Mulberry/2.2.1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Tue, Sep 03, 2002 at 09:55:24AM -0700, Justin T. Gibbs wrote: >> gibbs 2002/09/03 09:55:24 PDT >> >> Modified files: (Branch: RELENG_4) >> sys/modules Makefile >> Log: >> MFC: Remove aic7xxx from the module build framework until all >> bootstrapping issues are resolved. > > I assume re@ approved it? [would be surprised if not of course] I didn't bother to ask "re" since it: 1) Removes a feature that wasn't there 48 hours ago 2) Breaks the buildkernel target in lots of scenarios I figured it was best to make buildkernel work as quickly as possible. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 11:39: 3 2002 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 2E6E237B406; Tue, 3 Sep 2002 11:38:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2F3A43E77; Tue, 3 Sep 2002 11:38:54 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83IcsJU069364; Tue, 3 Sep 2002 11:38:54 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83IcsiR069363; Tue, 3 Sep 2002 11:38:54 -0700 (PDT) Message-Id: <200209031838.g83IcsiR069363@freefall.freebsd.org> From: Ceri Davies Date: Tue, 3 Sep 2002 11:38:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/preface preface.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/09/03 11:38:53 PDT Modified files: en_US.ISO8859-1/books/handbook/preface preface.sgml Log: Add the new Desktop Applications chapter to the Preface. PR: docs/42375 Submitted by: Niall Brady Revision Changes Path 1.14 +8 -0 doc/en_US.ISO8859-1/books/handbook/preface/preface.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 11:40:45 2002 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 79A5737B401; Tue, 3 Sep 2002 11:40:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFD8343E6A; Tue, 3 Sep 2002 11:40:37 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83IebJU069531; Tue, 3 Sep 2002 11:40:37 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83Ieb69069530; Tue, 3 Sep 2002 11:40:37 -0700 (PDT) Message-Id: <200209031840.g83Ieb69069530@freefall.freebsd.org> From: Alan Eldridge Date: Tue, 3 Sep 2002 11:40:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Mail-Audit Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/09/03 11:40:37 PDT Modified files: mail/p5-Mail-Audit Makefile pkg-plist Log: 1. Include ${PKGNAMEPREFIX} in doc & examples dirs names. 2. Get right requisite file for new version of razor-agents. Build was broken, and I know PeteF won't mind me patching his port. Revision Changes Path 1.13 +4 -1 ports/mail/p5-Mail-Audit/Makefile 1.7 +7 -7 ports/mail/p5-Mail-Audit/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 Sep 3 11:42:11 2002 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 E6A6037B400; Tue, 3 Sep 2002 11:42:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97E1C43E4A; Tue, 3 Sep 2002 11:42:05 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83Ig5JU069687; Tue, 3 Sep 2002 11:42:05 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83Ig5w5069686; Tue, 3 Sep 2002 11:42:05 -0700 (PDT) Message-Id: <200209031842.g83Ig5w5069686@freefall.freebsd.org> From: Oliver Braun Date: Tue, 3 Sep 2002 11:42:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/fluxbox Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/03 11:42:05 PDT Modified files: x11-wm/fluxbox Makefile distinfo pkg-plist Log: Upgrade to 0.1.11. PR: ports/42377 Submitted by: maintainer Revision Changes Path 1.9 +1 -1 ports/x11-wm/fluxbox/Makefile 1.7 +1 -1 ports/x11-wm/fluxbox/distinfo 1.5 +3 -1 ports/x11-wm/fluxbox/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 Sep 3 11:42:55 2002 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 0906337B400; Tue, 3 Sep 2002 11:42:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD9F343E75; Tue, 3 Sep 2002 11:42:49 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83IgnJU069889; Tue, 3 Sep 2002 11:42:49 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83Ign9W069888; Tue, 3 Sep 2002 11:42:49 -0700 (PDT) Message-Id: <200209031842.g83Ign9W069888@freefall.freebsd.org> From: Alan Eldridge Date: Tue, 3 Sep 2002 11:42:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/09/03 11:42:49 PDT Modified files: mail/p5-Mail-SpamAssassin Makefile pkg-plist Log: Add ${PKGNAMEPREFIX} to ${DOCSDIR}. Fix breakage that will be caused when a bsd.port.mk patch is committed in near future. Revision Changes Path 1.25 +4 -2 ports/mail/p5-Mail-SpamAssassin/Makefile 1.8 +14 -14 ports/mail/p5-Mail-SpamAssassin/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 Sep 3 11:51:15 2002 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 75AF037B400; Tue, 3 Sep 2002 11:51:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26ACC43E6A; Tue, 3 Sep 2002 11:51:10 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83IpAJU070842; Tue, 3 Sep 2002 11:51:10 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83Ip96J070834; Tue, 3 Sep 2002 11:51:09 -0700 (PDT) Message-Id: <200209031851.g83Ip96J070834@freefall.freebsd.org> From: Sebastien Gioria Date: Tue, 3 Sep 2002 11:51:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2002/09/03 11:51:09 PDT Modified files: (Branch: RELENG_4) release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml Log: MFen 1.22.285->1.22.2.289 Approved by: re@FreeBSD.ORG (bmah) Revision Changes Path 1.1.2.10 +197 -127 src/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 11:53:15 2002 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 2AD3C37B400; Tue, 3 Sep 2002 11:53:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D05F543E42; Tue, 3 Sep 2002 11:53:09 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83Ir9JU071222; Tue, 3 Sep 2002 11:53:09 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83Ir9eA071221; Tue, 3 Sep 2002 11:53:09 -0700 (PDT) Message-Id: <200209031853.g83Ir9eA071221@freefall.freebsd.org> From: Ceri Davies Date: Tue, 3 Sep 2002 11:53:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/desktop chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/09/03 11:53:09 PDT Modified files: en_US.ISO8859-1/books/handbook/desktop chapter.sgml Log: Minor grammatical fixups. Revision Changes Path 1.2 +4 -4 doc/en_US.ISO8859-1/books/handbook/desktop/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 Sep 3 11:54:19 2002 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 8D89737B400; Tue, 3 Sep 2002 11:54:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC1643E42; Tue, 3 Sep 2002 11:54:13 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83IsDJU071296; Tue, 3 Sep 2002 11:54:13 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83IsDAL071295; Tue, 3 Sep 2002 11:54:13 -0700 (PDT) Message-Id: <200209031854.g83IsDAL071295@freefall.freebsd.org> From: Ceri Davies Date: Tue, 3 Sep 2002 11:54:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/desktop chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/09/03 11:54:13 PDT Modified files: en_US.ISO8859-1/books/handbook/desktop chapter.sgml Log: Fix a typo in a section id. Revision Changes Path 1.3 +1 -1 doc/en_US.ISO8859-1/books/handbook/desktop/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 Sep 3 12:11:38 2002 Delivered-To: cvs-all@freebsd.org Received: from green.bikeshed.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 914BF37B400; Tue, 3 Sep 2002 12:11:31 -0700 (PDT) Received: from localhost (green@localhost) by green.bikeshed.org (8.11.6/8.11.6) with ESMTP id g83JBPw98963; Tue, 3 Sep 2002 15:11:25 -0400 (EDT) (envelope-from green@green.bikeshed.org) Message-Id: <200209031911.g83JBPw98963@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Ian Dowse Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys syscallsubr.h vnode.h src/sys/kern init_main.c kern_sig.c sys_generic.c vfs_syscalls.c In-Reply-To: Your message of "Sun, 01 Sep 2002 13:37:29 PDT." <200209012037.g81KbT4U020356@freefall.freebsd.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 03 Sep 2002 15:11:25 -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ian Dowse wrote: > iedowse 2002/09/01 13:37:29 PDT > > Modified files: > sys/sys vnode.h > sys/kern init_main.c kern_sig.c sys_generic.c > vfs_syscalls.c > Added files: > sys/sys syscallsubr.h > Log: > Split out a number of mostly VFS and signal related syscalls into > a kernel-internal kern_*() version and a wrapper that is called via > the syscall vector table. For paths and structure pointers, the > internal version either takes a uio_seg parameter or requires the > caller to copyin() the data to kernel memory as appropiate. This > will permit emulation layers to use these syscalls without having > to copy out translated arguments to the stack gap. Good job; I'm glad you've decided to go through with completing the arduous solution to the problem. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org <> bfeldman@tislabs.com \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 12:21:44 2002 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 0765E37B400; Tue, 3 Sep 2002 12:21:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEECB43E4A; Tue, 3 Sep 2002 12:21:40 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83JLeJU077814; Tue, 3 Sep 2002 12:21:40 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83JLe71077813; Tue, 3 Sep 2002 12:21:40 -0700 (PDT) Message-Id: <200209031921.g83JLe71077813@freefall.freebsd.org> From: John Baldwin Date: Tue, 3 Sep 2002 12:21:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/03 12:21:40 PDT Modified files: sys/conf NOTES Log: - Move $FreeBSD$ to the top of the file. - Fix a few grammar bogons. - Add a small style guide. Reviewed by: bde (a while ago) Revision Changes Path 1.1071 +21 -2 src/sys/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 12:37:29 2002 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 9C6FF37B400; Tue, 3 Sep 2002 12:37:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C50A43E72; Tue, 3 Sep 2002 12:37:24 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from freefall.freebsd.org (fanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83JbOJU079201; Tue, 3 Sep 2002 12:37:24 -0700 (PDT) (envelope-from fanf@freefall.freebsd.org) Received: (from fanf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83JbNxO079200; Tue, 3 Sep 2002 12:37:23 -0700 (PDT) Message-Id: <200209031937.g83JbNxO079200@freefall.freebsd.org> From: Tony Finch Date: Tue, 3 Sep 2002 12:37:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uudecode uudecode.c src/usr.bin/uuencode uuencode.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fanf 2002/09/03 12:37:23 PDT Modified files: usr.bin/uudecode uudecode.c usr.bin/uuencode uuencode.1 Log: Don't try (and fail) to fchmod /dev/stdout. Revert the manual page to suggest the portable alternative to -p. PR: 42356 Submitted by: Kimura Fuyuki MFC after: 1 week Revision Changes Path 1.29 +2 -0 src/usr.bin/uudecode/uudecode.c 1.23 +1 -1 src/usr.bin/uuencode/uuencode.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 12:53: 9 2002 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 DBC7D37B400; Tue, 3 Sep 2002 12:53:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF9543E75; Tue, 3 Sep 2002 12:53:05 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83Jr5JU080469; Tue, 3 Sep 2002 12:53:05 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83Jr5sB080468; Tue, 3 Sep 2002 12:53:05 -0700 (PDT) Message-Id: <200209031953.g83Jr5sB080468@freefall.freebsd.org> From: Juli Mallett Date: Tue, 3 Sep 2002 12:53:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c src/sys/netinet6 udp6_usrreq.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/03 12:53:05 PDT Modified files: (Branch: RELENG_4) sys/netinet tcp_input.c sys/netinet6 udp6_usrreq.c Log: MFC: When printing IPv6 addresses with a TCP/UDP port seperated by a colon, for the log_in_vain facility, surround them in brackets. Pointed out by: Edward J. M. Brocklesby Reviewed by: ume Approved by: murray (re) Revision Changes Path 1.107.2.28 +12 -10 src/sys/netinet/tcp_input.c 1.6.2.12 +1 -1 src/sys/netinet6/udp6_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 12:58:59 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 73E9337B400; Tue, 3 Sep 2002 12:58:56 -0700 (PDT) Date: Tue, 3 Sep 2002 12:58:56 -0700 From: Juli Mallett To: Tony Finch Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/uuencode uuencode.1 Message-ID: <20020903125856.B56616@FreeBSD.org> References: <200209031018.g83AIveQ076644@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209031018.g83AIveQ076644@freefall.freebsd.org>; from fanf@FreeBSD.org on Tue, Sep 03, 2002 at 03:18:57AM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Tony Finch [ Data: 2002-09-03 ] [ Subjecte: cvs commit: src/usr.bin/uuencode uuencode.1 ] > fanf 2002/09/03 03:18:57 PDT > > Modified files: > usr.bin/uuencode uuencode.1 > Log: > Suggest -p instead of -o /dev/stdout. This is ironic, if you go back and read the history (what mike@ told me to do with the -p option) :) But I'm all for it :) -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@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 Sep 3 13:16:40 2002 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 677FC37B400; Tue, 3 Sep 2002 13:16:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D1EF43E6E; Tue, 3 Sep 2002 13:16:32 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83KGVJU086692; Tue, 3 Sep 2002 13:16:31 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83KGVOH086691; Tue, 3 Sep 2002 13:16:31 -0700 (PDT) Message-Id: <200209032016.g83KGVOH086691@freefall.freebsd.org> From: John Baldwin Date: Tue, 3 Sep 2002 13:16:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_descrip.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/03 13:16:31 PDT Modified files: sys/kern kern_descrip.c Log: - Change falloc() to acquire an fd from the process table last so that it can do it w/o needing to hold the filelist_lock sx lock. - fdalloc() doesn't need Giant to call free() anymore. It also doesn't need to drop and reacquire the filedesc lock around free() now as a result. - Try to make the code that copies fd tables when extending the fd table in fdalloc() a bit more readable by performing assignments in separate statements. This is still a bit ugly though. - Use max() instead of an if statement so to figure out the starting point in the search-for-a-free-fd loop in fdalloc() so it reads better next to the min() in the previous line. - Don't grow nfiles in steps up to the size needed if we dup2() to some really large number. Go ahead and double 'nfiles' in a loop prior to doing the malloc(). - malloc() doesn't need Giant now. - Use malloc() and free() instead of MALLOC() and FREE() in fdalloc(). - Check to see if the size we are going to grow to is too big, not if the current size of the fd table is too big in the loop in fdalloc(). This means if we are out of space or if dup2() requests too high of a fd, then we will return an error before we go off and try to allocate some huge table and copy the existing table into it. - Move all of the logic for dup'ing a file descriptor into do_dup() instead of putting some of it in do_dup() and duplicating other parts in four different places. This makes dup(), dup2(), and fcntl(F_DUPFD) basically wrappers of do_dup now. fcntl() still has an extra check since it uses a different error return value in one case then the other functions. - Add a KASSERT() for an assertion that may not always be true where the fdcheckstd() function assumes that falloc() returns the fd requested and not some other fd. I think that the assertion is always true because we are always single-threaded when we get to this point, but if one was using rfork() and another process sharing the fd table were playing with the fd table, there might could be a problem. - To handle the problem of a file descriptor we are dup()'ing being closed out from under us in dup() in general, do_dup() now obtains a reference on the file in question before calling fdalloc(). If after the call to fdalloc() the file for the fd we are dup'ing is a different file, then we drop our reference on the original file and return EBADF. This race was only handled in the dup2() case before and would just retry the operation. The error return allows the user to know they are being stupid since they have a locking bug in their app instead of dup'ing some other descriptor and returning it to them. Tested on: i386, alpha, sparc64 Revision Changes Path 1.158 +102 -108 src/sys/kern/kern_descrip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 13:22:24 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 8708A37B400; Tue, 3 Sep 2002 13:22:18 -0700 (PDT) Date: Tue, 3 Sep 2002 13:22:18 -0700 From: Juli Mallett To: Tony Finch Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/uudecode uudecode.c src/usr.bin/uuencode uuencode.1 Message-ID: <20020903132218.D56616@FreeBSD.org> References: <200209031937.g83JbNxO079200@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209031937.g83JbNxO079200@freefall.freebsd.org>; from fanf@FreeBSD.org on Tue, Sep 03, 2002 at 12:37:23PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Tony Finch [ Data: 2002-09-03 ] [ Subjecte: cvs commit: src/usr.bin/uudecode uudecode.c src/usr.bin/uuencode uuencode.1 ] > fanf 2002/09/03 12:37:23 PDT > > Modified files: > usr.bin/uudecode uudecode.c > usr.bin/uuencode uuencode.1 > Log: > Don't try (and fail) to fchmod /dev/stdout. Revert the manual page > to suggest the portable alternative to -p. I think doing this based on fstat telling us that something is not a regular file (if it exists) is the right thing to do. juli. -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@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 Sep 3 13:40:19 2002 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 D0D2B37B400; Tue, 3 Sep 2002 13:40:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 845C243E42; Tue, 3 Sep 2002 13:40:13 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: from freefall.freebsd.org (roger@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83KeDJU088805; Tue, 3 Sep 2002 13:40:13 -0700 (PDT) (envelope-from roger@freefall.freebsd.org) Received: (from roger@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83KeDh1088804; Tue, 3 Sep 2002 13:40:13 -0700 (PDT) Message-Id: <200209032040.g83KeDh1088804@freefall.freebsd.org> From: Roger Hardiman Date: Tue, 3 Sep 2002 13:40:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnomemeeting Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roger 2002/09/03 13:40:13 PDT Modified files: net/gnomemeeting Makefile Log: new location for the source Revision Changes Path 1.12 +1 -1 ports/net/gnomemeeting/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 13:43:21 2002 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 AAFD637B400; Tue, 3 Sep 2002 13:43:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DFA843E75; Tue, 3 Sep 2002 13:43:17 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83KhHJU089389; Tue, 3 Sep 2002 13:43:17 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83KhHXv089388; Tue, 3 Sep 2002 13:43:17 -0700 (PDT) Message-Id: <200209032043.g83KhHXv089388@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 3 Sep 2002 13:43:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gkrellmms2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/09/03 13:43:17 PDT Modified files: audio/gkrellmms2 Makefile distinfo Log: Update to 2.1. Revision Changes Path 1.10 +2 -2 ports/audio/gkrellmms2/Makefile 1.5 +1 -1 ports/audio/gkrellmms2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 13:46:10 2002 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 4CC3637B405; Tue, 3 Sep 2002 13:46:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA14243E42; Tue, 3 Sep 2002 13:45:59 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83KjxJU089667; Tue, 3 Sep 2002 13:45:59 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83Kjx1m089666; Tue, 3 Sep 2002 13:45:59 -0700 (PDT) Message-Id: <200209032045.g83Kjx1m089666@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 3 Sep 2002 13:45:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla Makefile distinfo pkg-plist ports/www/mozilla/files mozilla.sh patch-Makefile.in patch-embedding::config::basebrowser-unix patch-modules::libpref::src::unix::unix.js patch-nsFontMetricsGTK.cpp patch-nsFontMetricsXlib.cpp patch-security::coreconf::FreeBSD.mk ports/www/mozilla-devel ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/03 13:45:59 PDT Modified files: www/mozilla Makefile distinfo pkg-plist www/mozilla/files mozilla.sh patch-Makefile.in patch-embedding::config::basebrowser-unix patch-modules::libpref::src::unix::unix.js patch-security::coreconf::FreeBSD.mk www/mozilla-devel Makefile pkg-plist www/mozilla-embedded-devel Makefile pkg-plist www/mozilla-embedded Makefile pkg-plist www/mozilla-headers Makefile pkg-plist www/mozilla-headers-devel Makefile pkg-plist Added files: www/mozilla/files patch-nsFontMetricsGTK.cpp patch-nsFontMetricsXlib.cpp Log: Add mozilla-*-devel after a repo copy from mozilla. NOTE: mozilla-*-devel is now Mozilla 1.1. mozilla-* (without the -devel) is back to Mozilla 1.0. mozilla.org states that 1.1 is their new bleeding edge release, and 1.0 is still the stable release. The release cycle diagram also indicates that a Mozilla 1.0.1 is coming. For all users that upgraded from Mozilla 1.0 to 1.1, be aware that running a blind portupgrade on mozilla will give you mozilla-1.0! If you want to keep Mozilla 1.1, you will have to change the origin of you mozilla ports to point to their -devel counterparts. The -devel ports will install files into -devel directories. Therefore, both mozilla and mozilla-devel can coexist. Revision Changes Path 1.113 +5 -3 ports/www/mozilla-devel/Makefile 1.59 +629 -629 ports/www/mozilla-devel/pkg-plist 1.17 +5 -3 ports/www/mozilla-embedded-devel/Makefile 1.26 +197 -197 ports/www/mozilla-embedded-devel/pkg-plist 1.17 +0 -0 ports/www/mozilla-embedded/Makefile 1.26 +5 -8 ports/www/mozilla-embedded/pkg-plist 1.8 +6 -4 ports/www/mozilla-headers-devel/Makefile 1.26 +2225 -2225 ports/www/mozilla-headers-devel/pkg-plist 1.8 +0 -0 ports/www/mozilla-headers/Makefile 1.26 +19 -45 ports/www/mozilla-headers/pkg-plist 1.113 +9 -7 ports/www/mozilla/Makefile 1.56 +2 -2 ports/www/mozilla/distinfo 1.4 +0 -0 ports/www/mozilla/files/mozilla.sh 1.3 +11 -8 ports/www/mozilla/files/patch-Makefile.in 1.4 +0 -0 ports/www/mozilla/files/patch-embedding::config::basebrowser-unix 1.2 +0 -0 ports/www/mozilla/files/patch-modules::libpref::src::unix::unix.js 1.3 +40 -0 ports/www/mozilla/files/patch-nsFontMetricsGTK.cpp (new) 1.3 +40 -0 ports/www/mozilla/files/patch-nsFontMetricsXlib.cpp (new) 1.3 +0 -0 ports/www/mozilla/files/patch-security::coreconf::FreeBSD.mk 1.59 +9 -45 ports/www/mozilla/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 Sep 3 13:46:53 2002 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 27DF137B401; Tue, 3 Sep 2002 13:46:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F78C43E65; Tue, 3 Sep 2002 13:46:47 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83KklJU089925; Tue, 3 Sep 2002 13:46:47 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83Kkl2u089924; Tue, 3 Sep 2002 13:46:47 -0700 (PDT) Message-Id: <200209032046.g83Kkl2u089924@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 3 Sep 2002 13:46:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/03 13:46:47 PDT Modified files: www Makefile Log: Add the mozilla-*-devel ports. Revision Changes Path 1.531 +3 -0 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 13:48:35 2002 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 B5E0E37B400; Tue, 3 Sep 2002 13:48:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A36043E42; Tue, 3 Sep 2002 13:48:31 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83KmVJU090204; Tue, 3 Sep 2002 13:48:31 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83KmVgS090203; Tue, 3 Sep 2002 13:48:31 -0700 (PDT) Message-Id: <200209032048.g83KmVgS090203@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 3 Sep 2002 13:48:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/03 13:48:31 PDT Modified files: . modules Log: mozilla-devel --> www/mozilla-devel mozilla-embedded-devel --> www/mozilla-embedded-devel mozilla-headers-devel --> www/mozilla-headers-devel Revision Changes Path 1.5806 +3 -0 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 Sep 3 13:49:33 2002 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 2C7E437B400; Tue, 3 Sep 2002 13:49:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D34CF43E3B; Tue, 3 Sep 2002 13:49:25 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83KnPJU090307; Tue, 3 Sep 2002 13:49:25 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83KnPlO090306; Tue, 3 Sep 2002 13:49:25 -0700 (PDT) Message-Id: <200209032049.g83KnPlO090306@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 3 Sep 2002 13:49:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/galeon Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/03 13:49:25 PDT Modified files: www/galeon Makefile Log: Unbreak now that Mozilla 1.0 is back in the tree. Revision Changes Path 1.82 +0 -2 ports/www/galeon/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 13:54:23 2002 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 4071F37B400; Tue, 3 Sep 2002 13:54:20 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE7743E75; Tue, 3 Sep 2002 13:54:20 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id D25DDAE165; Tue, 3 Sep 2002 13:54:19 -0700 (PDT) Date: Tue, 3 Sep 2002 13:54:19 -0700 From: Alfred Perlstein To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_descrip.c Message-ID: <20020903205419.GJ73747@elvis.mu.org> References: <200209032016.g83KGVOH086691@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209032016.g83KGVOH086691@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * John Baldwin [020903 13:16] wrote: > jhb 2002/09/03 13:16:31 PDT > > Modified files: > sys/kern kern_descrip.c > Log: > - Change falloc() to acquire an fd from the process table last so that > it can do it w/o needing to hold the filelist_lock sx lock. ... This and all the other changes are great, wish you would have run them by me, but thanks for taking the time to do this! -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 14: 7:26 2002 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 CE0F137B400; Tue, 3 Sep 2002 14:07:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DE8C43E6E; Tue, 3 Sep 2002 14:07:18 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83L7IJU096127; Tue, 3 Sep 2002 14:07:18 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83L7I3p096124; Tue, 3 Sep 2002 14:07:18 -0700 (PDT) Message-Id: <200209032107.g83L7I3p096124@freefall.freebsd.org> From: Oliver Braun Date: Tue, 3 Sep 2002 14:07:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/nload Makefile distinfo ports/net/nload/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/03 14:07:15 PDT Modified files: net/nload Makefile distinfo Removed files: net/nload/files patch-aa Log: * Upgrade to 0.5.0. * Replace GNU_CONFIGURE with HAS_CONFIGURE. PR: ports/42366 Submitted by: maintainer Revision Changes Path 1.2 +2 -2 ports/net/nload/Makefile 1.2 +1 -1 ports/net/nload/distinfo 1.2 +0 -11 ports/net/nload/files/patch-aa (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 14:18:24 2002 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 D179B37B400; Tue, 3 Sep 2002 14:18:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46A9B43E42; Tue, 3 Sep 2002 14:18:18 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83LIIJU097109; Tue, 3 Sep 2002 14:18:18 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83LIILX097108; Tue, 3 Sep 2002 14:18:18 -0700 (PDT) Message-Id: <200209032118.g83LIILX097108@freefall.freebsd.org> From: Peter Wemm Date: Tue, 3 Sep 2002 14:18:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/03 14:18:17 PDT Modified files: sys/kern imgact_elf.c Log: Make the text segment locating heuristics from rev 1.121 more reliable so that it works on the Alpha. This defines the segment that the entry point exists in as 'text' and any others (usually one) as data. Submitted by: tmm Tested on: i386, alpha Revision Changes Path 1.125 +10 -15 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 14:31:42 2002 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 7026737B400; Tue, 3 Sep 2002 14:31:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22E6943E42; Tue, 3 Sep 2002 14:31:39 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: from freefall.freebsd.org (dirk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83LVdJU098445; Tue, 3 Sep 2002 14:31:39 -0700 (PDT) (envelope-from dirk@freefall.freebsd.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83LVcBW098444; Tue, 3 Sep 2002 14:31:38 -0700 (PDT) Message-Id: <200209032131.g83LVcBW098444@freefall.freebsd.org> From: Dirk Froemberg Date: Tue, 3 Sep 2002 14:31:38 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2002/09/03 14:31:38 PDT Modified files: databases/mysql323-server Makefile Log: Don't restrict InnoDB to i386. Works on alpha, too. PR: ports/42337 Revision Changes Path 1.142 +4 -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 Tue Sep 3 14:35:42 2002 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 B7A3237B401 for ; Tue, 3 Sep 2002 14:35:35 -0700 (PDT) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id D331A43E42 for ; Tue, 3 Sep 2002 14:35:34 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 20914 invoked from network); 3 Sep 2002 21:35:34 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 3 Sep 2002 21:35:34 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g83LZWBv005424; Tue, 3 Sep 2002 17:35:32 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200209032118.g83LIILX097108@freefall.freebsd.org> Date: Tue, 03 Sep 2002 17:35:32 -0400 (EDT) From: John Baldwin To: Peter Wemm Subject: RE: cvs commit: src/sys/kern imgact_elf.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 03-Sep-2002 Peter Wemm wrote: > peter 2002/09/03 14:18:17 PDT > > Modified files: > sys/kern imgact_elf.c > Log: > Make the text segment locating heuristics from rev 1.121 more reliable > so that it works on the Alpha. This defines the segment that the entry > point exists in as 'text' and any others (usually one) as data. > > Submitted by: tmm > Tested on: i386, alpha Thanks! -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "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 Sep 3 14:37:46 2002 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 618B337B400; Tue, 3 Sep 2002 14:37:39 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE69943E42; Tue, 3 Sep 2002 14:37:38 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g83LbcfO088065; Tue, 3 Sep 2002 14:37:38 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g83LbcwN088064; Tue, 3 Sep 2002 14:37:38 -0700 (PDT) Date: Tue, 3 Sep 2002 14:37:38 -0700 From: "David O'Brien" To: Joe Marcus Clarke Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: cvs commit: ports/www/mozilla Makefile distinfo pkg-plist ports/www/mozilla/files mozilla.sh patch-Makefile.in patch-embedding::config::basebrowser-unix patch-modules::libpref::src::unix::unix.js patch-nsFontMetricsGTK.cpp patch-nsFontMetricsXlib.cpp patch-security::coreconf::FreeBSD.mk ports/www/mozilla-devel ... Message-ID: <20020903213738.GA88020@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Joe Marcus Clarke , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, portmgr@freebsd.org References: <200209032045.g83Kjx1m089666@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209032045.g83Kjx1m089666@freefall.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 03, 2002 at 01:45:59PM -0700, Joe Marcus Clarke wrote: > Log: > Add mozilla-*-devel after a repo copy from mozilla. I thought we were going to use names like "foo-snapshot" to remove the ambiguity if "devel" is an in-development port, or one used for development. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 15: 1:10 2002 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 1258B37B400; Tue, 3 Sep 2002 15:01:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B804F43E6E; Tue, 3 Sep 2002 15:01:05 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83M15JU001124; Tue, 3 Sep 2002 15:01:05 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83M150n001123; Tue, 3 Sep 2002 15:01:05 -0700 (PDT) Message-Id: <200209032201.g83M150n001123@freefall.freebsd.org> From: Juli Mallett Date: Tue, 3 Sep 2002 15:01:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/03 15:01:05 PDT Modified files: (Branch: RELENG_4) sys/netinet tcp_input.c Log: Fix mis-merge. Submitted by: lioux Revision Changes Path 1.107.2.29 +0 -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 Tue Sep 3 15:10: 1 2002 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 8F94A37B400; Tue, 3 Sep 2002 15:09:53 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61B0A43E65; Tue, 3 Sep 2002 15:09:52 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g83M9kbq022574; Wed, 4 Sep 2002 02:09:48 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g83M9h9h022573; Wed, 4 Sep 2002 02:09:44 +0400 (MSD) (envelope-from ache) Date: Wed, 4 Sep 2002 02:09:40 +0400 From: "Andrey A. Chernov" To: Mikhail Teterin Cc: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, anholt@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/XFree86-4-fontCyrillic Makefile distinfo ports/x11-fonts/XFree86-4-fontCyrillic/files patch-crox1c.bdf patch-crox1cb.bdf patch-crox1cbo.bdf patch-crox1co.bdf patch-crox1h.bdf patch-crox1hb.bdf patch-crox1hbo.bdf patch-crox1ho.bdf ... Message-ID: <20020903220937.GA22348@nagual.pp.ru> References: <200209031042.g83AgFON078508@freefall.freebsd.org> <20020903131346.GD8010@vega.vega.com> <20020903145241.GA18851@nagual.pp.ru> <200209031419.53576.Mikhail.Teterin@murex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209031419.53576.Mikhail.Teterin@murex.com> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 03, 2002 at 14:19:53 -0400, Mikhail Teterin wrote: > > The newer Cronyx can be made an option (a port) for those, who wants the > newer characters and is satisfied with only the koi8-r fonts. There is already a port, see russian/X.language, but it is complex thing, not just fonts. > XFree86 should not call a Russian character set "Cyrillic". Please, > try to find the contact and persuade the XFree86 people to use the most > complete fonts available today (the patched Gemini?) as Cyrillic. My complain for *-fontCyrillic port is that obsoleted version of Cronyx koi8-r fonts is used as base for it. Clearly it is not XFree86 intent to treat fontCyrillic as koi8-u fonts. It is possible to make koi8-u fonts from Cronyx koi8-r ones, but please do 2 things additionly: 1) Use _updated_ Cronyx koi8-r fonts version as base, not obsoleted one. 2) Rename port to avoid additional confusion to *-fontCyrillic-koi8-u For pure koi8-r fonts *-fontCyrillic-koi8-r name will be nice or *-fontRussian-koi8-r Current situation where koi8-u fonts sneaked inplace of koi8-r ones is not acceptable and leads to confusion. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 15:16: 3 2002 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 14A1B37B400; Tue, 3 Sep 2002 15:15:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B781F43E65; Tue, 3 Sep 2002 15:15:57 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: from freefall.freebsd.org (gshapiro@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83MFvJU007205; Tue, 3 Sep 2002 15:15:57 -0700 (PDT) (envelope-from gshapiro@freefall.freebsd.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83MFvMc007204; Tue, 3 Sep 2002 15:15:57 -0700 (PDT) Message-Id: <200209032215.g83MFvMc007204@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Tue, 3 Sep 2002 15:15:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf src/share/man/man8 rc.sendmail.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gshapiro 2002/09/03 15:15:57 PDT Modified files: etc/defaults rc.conf share/man/man8 rc.sendmail.8 Log: Deprecate the use of sendmail_enable="NONE" as it adversely affects the new rcNG effort. Submitted by: Mike Makonnen Revision Changes Path 1.158 +1 -2 src/etc/defaults/rc.conf 1.3 +20 -3 src/share/man/man8/rc.sendmail.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 15:18:35 2002 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 4485D37B400; Tue, 3 Sep 2002 15:18:30 -0700 (PDT) Received: from aeimail.aei.ca (aeimail.aei.ca [206.123.6.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 333F343E4A; Tue, 3 Sep 2002 15:18:29 -0700 (PDT) (envelope-from anarcat@anarcat.ath.cx) Received: from shall.anarcat.ath.cx (w8izhtti58oijz5o@dsl-59-90.aei.ca [216.221.59.90]) by aeimail.aei.ca (8.11.6/8.10.1) with ESMTP id g83MIMN02311; Tue, 3 Sep 2002 18:18:23 -0400 (EDT) Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id 47433388; Tue, 3 Sep 2002 18:19:12 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Tue, 3 Sep 2002 18:18:02 -0400 Date: Tue, 3 Sep 2002 18:18:02 -0400 From: The Anarcat To: Gregory Neil Shapiro Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/share/man/man8 rc.sendmail.8 Message-ID: <20020903221802.GA306@lenny.anarcat.ath.cx> Mail-Followup-To: Gregory Neil Shapiro , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200209032215.g83MFvMc007204@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="h31gzZEtNLTqOjlF" Content-Disposition: inline In-Reply-To: <200209032215.g83MFvMc007204@freefall.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable [For all the users of alternate MTAs, I say:] Whoohoo! On Tue Sep 03, 2002 at 03:15:57PM -0700, Gregory Neil Shapiro wrote: > gshapiro 2002/09/03 15:15:57 PDT >=20 > Modified files: > etc/defaults rc.conf=20 > share/man/man8 rc.sendmail.8=20 > Log: > Deprecate the use of sendmail_enable=3D"NONE" as it adversely affects t= he > new rcNG effort. > =20 > Submitted by: Mike Makonnen > =20 > Revision Changes Path > 1.158 +1 -2 src/etc/defaults/rc.conf > 1.3 +20 -3 src/share/man/man8/rc.sendmail.8 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message --=20 Imagination is more important than knowledge - Albert Einstein --h31gzZEtNLTqOjlF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9dTUYttcWHAnWiGcRAn0TAJkBZI14t08oFCT0bhp72YDHbA2a4QCgmNQU hCNkSrWHiDstrdp6QgP7Fyk= =gert -----END PGP SIGNATURE----- --h31gzZEtNLTqOjlF-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 15:28:42 2002 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 CBDC637B400; Tue, 3 Sep 2002 15:28:34 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12EF543E4A; Tue, 3 Sep 2002 15:28:31 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com (root@xDSL-2-2.united.net.ua [193.111.9.226] (may be forged)) by baraca.united.net.ua (8.11.6/8.11.6) with ESMTP id g83MSBs90454; Wed, 4 Sep 2002 01:28:12 +0300 (EEST) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.5/8.12.5) with ESMTP id g83MSDLH009648; Wed, 4 Sep 2002 01:28:13 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.5/8.12.5/Submit) id g83MSAFv009647; Wed, 4 Sep 2002 01:28:10 +0300 (EEST) Date: Wed, 4 Sep 2002 01:28:10 +0300 From: Maxim Sobolev To: "Andrey A. Chernov" Cc: Mikhail Teterin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, anholt@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/XFree86-4-fontCyrillic Makefile distinfo ports/x11-fonts/XFree86-4-fontCyrillic/files patch-crox1c.bdf patch-crox1cb.bdf patch-crox1cbo.bdf patch-crox1co.bdf patch-crox1h.bdf patch-crox1hb.bdf patch-crox1hbo.bdf patch-crox1ho.bdf ... Message-ID: <20020903222810.GD9384@vega.vega.com> References: <200209031042.g83AgFON078508@freefall.freebsd.org> <20020903131346.GD8010@vega.vega.com> <20020903145241.GA18851@nagual.pp.ru> <200209031419.53576.Mikhail.Teterin@murex.com> <20020903220937.GA22348@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20020903220937.GA22348@nagual.pp.ru> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 04, 2002 at 02:09:40AM +0400, Andrey A. Chernov wrote: > On Tue, Sep 03, 2002 at 14:19:53 -0400, Mikhail Teterin wrote: > > > > The newer Cronyx can be made an option (a port) for those, who wants the > > newer characters and is satisfied with only the koi8-r fonts. > > There is already a port, see russian/X.language, but it is complex thing, > not just fonts. > > > XFree86 should not call a Russian character set "Cyrillic". Please, > > try to find the contact and persuade the XFree86 people to use the most > > complete fonts available today (the patched Gemini?) as Cyrillic. > > My complain for *-fontCyrillic port is that obsoleted version of Cronyx > koi8-r fonts is used as base for it. Clearly it is not XFree86 intent > to treat fontCyrillic as koi8-u fonts. They are not koi8-r either. In the place where according to koi8-r standard there should be pseudographics, there are some unwanted symbols, so that it should be quite fair to replace them with Ukrainian characters to make happy all users who only need their Ukrainian/Russian texts to display correctly with this package installed. > It is possible to make koi8-u fonts from Cronyx koi8-r ones, but please > do 2 things additionly: > > 1) Use _updated_ Cronyx koi8-r fonts version as base, not obsoleted one. Ok, I'll look at it. > 2) Rename port to avoid additional confusion to *-fontCyrillic-koi8-u > > For pure koi8-r fonts *-fontCyrillic-koi8-r name will be nice or > *-fontRussian-koi8-r Fine to me. Actually, I think that there should be one port, which will install both koi8-r (true ones) and koi8-u fonts, > Current situation where koi8-u fonts sneaked inplace of koi8-r ones is not > acceptable and leads to confusion. Again, they aren't quite koi8-r - instead they look like as if Russian characters from koi8-r were just placed atop of standard ASCII font. No more, no less. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 15:32:55 2002 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 5214F37B400; Tue, 3 Sep 2002 15:32:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0399043E4A; Tue, 3 Sep 2002 15:32:51 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83MWoJU009074; Tue, 3 Sep 2002 15:32:50 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83MWobq009073; Tue, 3 Sep 2002 15:32:50 -0700 (PDT) Message-Id: <200209032232.g83MWobq009073@freefall.freebsd.org> From: Juli Mallett Date: Tue, 3 Sep 2002 15:32:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/03 15:32:50 PDT Modified files: (Branch: RELENG_4) sys/netinet tcp_input.c Log: CVS wasn't at fault for this part of the mismerge, gratuitous differences between CURRENT and STABLE were: isipv6 isn't existant in the non-INET6 case, so conditionalise large parts on this. Yuck. Yuck. Submitted by: lioux Approbed by: re (original commit) Revision Changes Path 1.107.2.30 +5 -3 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 Tue Sep 3 15:43:25 2002 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 4EBC137B400; Tue, 3 Sep 2002 15:43:22 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9FCF43E42; Tue, 3 Sep 2002 15:43:21 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 02DAF9E59; Tue, 3 Sep 2002 18:37:16 -0400 (EDT) Date: Tue, 3 Sep 2002 18:37:16 -0400 From: Mike Barcroft To: Juli Mallett Cc: Tony Finch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/uudecode uudecode.c src/usr.bin/uuencode uuencode.1 Message-ID: <20020903183716.O94253@espresso.q9media.com> References: <200209031937.g83JbNxO079200@freefall.freebsd.org> <20020903132218.D56616@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020903132218.D56616@FreeBSD.org>; from jmallett@FreeBSD.org on Tue, Sep 03, 2002 at 01:22:18PM -0700 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Juli Mallett writes: > * De: Tony Finch [ Data: 2002-09-03 ] > [ Subjecte: cvs commit: src/usr.bin/uudecode uudecode.c src/usr.bin/uuencode uuencode.1 ] > > fanf 2002/09/03 12:37:23 PDT > > > > Modified files: > > usr.bin/uudecode uudecode.c > > usr.bin/uuencode uuencode.1 > > Log: > > Don't try (and fail) to fchmod /dev/stdout. Revert the manual page > > to suggest the portable alternative to -p. > > I think doing this based on fstat telling us that something is not a regular > file (if it exists) is the right thing to do. That's a good point, since a user could output to /dev/stderr and encounter the problem. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 15:50:37 2002 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 9A08737B400; Tue, 3 Sep 2002 15:50:31 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFD6543EE5; Tue, 3 Sep 2002 15:50:30 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from [10.2.1.0] (vpn-client-0.marcuscom.com [10.2.1.0]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g83Mmsix055643; Tue, 3 Sep 2002 18:48:55 -0400 (EDT) (envelope-from marcus@FreeBSD.org) Subject: Re: cvs commit: ports/www/mozilla Makefile distinfo pkg-plist ports/www/mozilla/files mozilla.sh patch-Makefile.in patch-embedding::config::basebrowser-unix patch-modules::libpref::src::unix::unix.js patch-nsFontMetricsGTK.cpp patch-nsFontMetricsXlib.cpp patch-security::coreconf::FreeBSD.mk ports/www/mozilla-devel ... From: Joe Marcus Clarke To: obrien@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, portmgr@FreeBSD.org In-Reply-To: <20020903213738.GA88020@dragon.nuxi.com> References: <200209032045.g83Kjx1m089666@freefall.freebsd.org> <20020903213738.GA88020@dragon.nuxi.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 03 Sep 2002 18:50:19 -0400 Message-Id: <1031093420.330.32.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 2002-09-03 at 17:37, David O'Brien wrote: > On Tue, Sep 03, 2002 at 01:45:59PM -0700, Joe Marcus Clarke wrote: > > Log: > > Add mozilla-*-devel after a repo copy from mozilla. > > I thought we were going to use names like "foo-snapshot" to remove the > ambiguity if "devel" is an in-development port, or one used for > development. Hmmm...sorry, I wasn't aware. I discussed this with Maxim, and he didn't object to either mozilla-devel or mozilla10/mozilla11. I went with the -devel name because the mozilla.org site implied that 1.1 was still bleeding edge. I'm open to any naming scheme that avoids confusion. However, I do believe we need both versions in the tree for right now. Joe > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 16: 5:47 2002 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 0B25237B400; Tue, 3 Sep 2002 16:05:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B03E543E42; Tue, 3 Sep 2002 16:05:42 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83N5gJU014556; Tue, 3 Sep 2002 16:05:42 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83N5fo4014299; Tue, 3 Sep 2002 16:05:41 -0700 (PDT) Message-Id: <200209032305.g83N5fo4014299@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 3 Sep 2002 16:05:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mjpegtools Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/03 16:05:40 PDT Modified files: graphics/mjpegtools Makefile Log: Fix build PR: 42383 Prompted by: Frank Mayhar Revision Changes Path 1.8 +7 -1 ports/graphics/mjpegtools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 16:15:28 2002 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 7608737B400; Tue, 3 Sep 2002 16:15:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27F8A43E6A; Tue, 3 Sep 2002 16:15:21 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83NFLJU017012; Tue, 3 Sep 2002 16:15:21 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83NFKnp017011; Tue, 3 Sep 2002 16:15:20 -0700 (PDT) Message-Id: <200209032315.g83NFKnp017011@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 3 Sep 2002 16:15:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnome-fifth-toe Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/03 16:15:20 PDT Modified files: x11/gnome-fifth-toe Makefile Log: Add a knob to allow building of mozilla-devel instead of mozilla. By default, the stable release of Mozilla will be installed. Requested by: John Merryweather Cooper Revision Changes Path 1.10 +8 -3 ports/x11/gnome-fifth-toe/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 16:27:48 2002 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 8DE0137B401; Tue, 3 Sep 2002 16:27:37 -0700 (PDT) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA86A43E77; Tue, 3 Sep 2002 16:27:32 -0700 (PDT) (envelope-from mi+mx@aldan.algebra.com) Received: from misha.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g83NRHAm008842 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Tue, 3 Sep 2002 19:27:19 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: corbulon.video-collage.com: Host 250-217.customer.cloud9.net [168.100.250.217] claimed to be misha.murex.com Content-Type: text/plain; charset="koi8-r" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: "Andrey A. Chernov" Subject: Re: cvs commit: ports/x11-fonts/XFree86-4-fontCyrillic Makefile distinfo ports/x11-fonts/XFree86-4-fontCyrillic/files patch-crox1c.bdf patch-crox1cb.bdf patch-crox1cbo.bdf patch-crox1co.bdf patch-crox1h.bdf patch-crox1hb.bdf patch-crox1hbo.bdf patch-crox1ho.bdf ... Date: Tue, 3 Sep 2002 19:28:24 -0400 User-Agent: KMail/1.4.2 Cc: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, anholt@FreeBSD.org References: <200209031042.g83AgFON078508@freefall.freebsd.org> <200209031419.53576.Mikhail.Teterin@murex.com> <20020903220937.GA22348@nagual.pp.ru> In-Reply-To: <20020903220937.GA22348@nagual.pp.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200209031928.24580.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.15 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 03 September 2002 06:09 pm, Andrey A. Chernov wrote: = On Tue, Sep 03, 2002 at 14:19:53 -0400, Mikhail Teterin wrote: = > = > The newer Cronyx can be made an option (a port) for those, who wants the = > newer characters and is satisfied with only the koi8-r fonts. = = There is already a port, see russian/X.language, but it is complex = thing, not just fonts. Ok, good. = > XFree86 should not call a Russian character set "Cyrillic". Please, = > try to find the contact and persuade the XFree86 people to use = > the most complete fonts available today (the patched Gemini?) as = > Cyrillic. = = My complain for *-fontCyrillic port is that obsoleted version of = Cronyx koi8-r fonts is used as base for it. Clearly it is not XFree86 = intent to treat fontCyrillic as koi8-u fonts. Not clear at all. "Cyrillic" does not mean "Russian" -- just as "Soviet Union" does not mean "Russia" :-) The XFree86 project should've received this clue long time ago. Even not-so-good-looking Cyrillic fonts are better than the more recent fonts, which don't have all of the Cyrillic characters. If the fontset is called "Cyrillic", it should contain all (or as many as possible -- koi8-o anyone?) Cyrillic characters in it -- that completes should have the highest priority. = It is possible to make koi8-u fonts from Cronyx koi8-r ones, but = please do 2 things additionly: = = 1) Use _updated_ Cronyx koi8-r fonts version as base, not = obsoleted one. 2) Rename port to avoid additional confusion to = *-fontCyrillic-koi8-u = For pure koi8-r fonts *-fontCyrillic-koi8-r name will be nice or = *-fontRussian-koi8-r = = Current situation where koi8-u fonts sneaked inplace of koi8-r ones is = not acceptable and leads to confusion. On the contrary. It is (was) a lot more confusing, when the koi8-r fonts were named "Cyrillic", as if other characters did not exist. Maxim's commit just fixed that long-standing problem on FreeBSD, and I call on you, once again, to relay this fix through your contacts with the XFree86 project. It remains my not so humble opinion that the differences between the koi8-u and koi8-r character sets are in the area, that no user is likely to ever use. They are pseudo-graphics characters, but the termcaps does not use them for line drawing either. There could, theoretically, be an application somewhere, that knows the intricasies of koi8-r charset better than the termcap, and tries to use them directly, but I can not name it, and neither can you. What's more, since the earlier distributions of koi8-r fonts (those still in the XFree86 tree) had bugs right in this pseudo-graphics area, such application can not, practically, exist... On the other hand, the vast majority of Cyrillics readers either does not care about the few pseudo-graphics symbols which koi8-u overwrites with more letters, or very much wants those to be, in fact, letters. If the separate ports -koi8-u and -koi8-r need to exist, the XFree86-4 metaport should definetly install the former as "Cyrillic". Since your russian/X.language seems to provide the latter part (and more), I don't see anything wrong with the present situation. (Well, cleanups such as renaming XFree86-4-fontCyrillic to something like "cyrillic" and removing the geminifonts is all that's left). -mi -- ëÁË, ÷Ù ÒÁÚ×Å ÂÅÚ ÛÐÁÇÉ ÐÒÉÛÌÉ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 17: 9:11 2002 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 EC1C937B400; Tue, 3 Sep 2002 17:09:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F8BE43E65; Tue, 3 Sep 2002 17:09:08 -0700 (PDT) (envelope-from cy@FreeBSD.org) Received: from freefall.freebsd.org (cy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84098JU025260; Tue, 3 Sep 2002 17:09:08 -0700 (PDT) (envelope-from cy@freefall.freebsd.org) Received: (from cy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84098HO025259; Tue, 3 Sep 2002 17:09:08 -0700 (PDT) Message-Id: <200209040009.g84098HO025259@freefall.freebsd.org> From: Cy Schubert Date: Tue, 3 Sep 2002 17:09:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/krb5-beta Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cy 2002/09/03 17:09:07 PDT Modified files: security/krb5-beta Makefile distinfo Log: Update krb5-1.2.6-beta1 --> krb5-1.2.6-beta2 Revision Changes Path 1.8 +2 -2 ports/security/krb5-beta/Makefile 1.8 +1 -1 ports/security/krb5-beta/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 17:20: 4 2002 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 96DE737B400; Tue, 3 Sep 2002 17:19:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E01B343E8A; Tue, 3 Sep 2002 17:19:50 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g840JeJU026062; Tue, 3 Sep 2002 17:19:40 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g840JeYC026061; Tue, 3 Sep 2002 17:19:40 -0700 (PDT) Message-Id: <200209040019.g840JeYC026061@freefall.freebsd.org> From: Ceri Davies Date: Tue, 3 Sep 2002 17:19:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/09/03 17:19:40 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Minor grammar and punctuation changes. Revision Changes Path 1.474 +5 -5 doc/en_US.ISO8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 17:22:23 2002 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 815F837B400; Tue, 3 Sep 2002 17:22:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C9AD43E42; Tue, 3 Sep 2002 17:22:14 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g840MDJU026563; Tue, 3 Sep 2002 17:22:14 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g840MDsn026562; Tue, 3 Sep 2002 17:22:13 -0700 (PDT) Message-Id: <200209040022.g840MDsn026562@freefall.freebsd.org> From: Alan Eldridge Date: Tue, 3 Sep 2002 17:22:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/fam Makefile distinfo pkg-message ports/devel/fam/files fam-mntent.h fam-mntent_compat.c++ patch-acconfig.h patch-config.h.in patch-configure.in patch-fam-FileSystem.c++ patch-fam-FileSystemTable.c++ patch-fam-IMon.c++ ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/09/03 17:22:13 PDT Modified files: devel/fam Makefile distinfo pkg-message devel/fam/files patch-fam-Listener.c++ patch-fam-Log.c++ Removed files: devel/fam/files fam-mntent.h fam-mntent_compat.c++ patch-acconfig.h patch-config.h.in patch-configure.in patch-fam-FileSystem.c++ patch-fam-FileSystemTable.c++ patch-fam-IMon.c++ patch-fam-Interest.c++ patch-fam-InternalClient.c++ patch-fam-Makefile.am patch-fam-Scheduler.h patch-fam-StringTable.h patch-libfam-Client.c++ patch-libfam-fam.c++ patch-test-test.c++ Log: Updated to version 2.6.9. SGI incorporated as much of our patches as they could without licensing problems. The rest they host as a separate patch on their ftp server. Please test this for compilation problems on -CURRENT with gcc-3.2. Revision Changes Path 1.6 +8 -7 ports/devel/fam/Makefile 1.3 +2 -1 ports/devel/fam/distinfo 1.2 +0 -56 ports/devel/fam/files/fam-mntent.h (dead) 1.2 +0 -151 ports/devel/fam/files/fam-mntent_compat.c++ (dead) 1.2 +0 -12 ports/devel/fam/files/patch-acconfig.h (dead) 1.2 +0 -12 ports/devel/fam/files/patch-config.h.in (dead) 1.2 +0 -36 ports/devel/fam/files/patch-configure.in (dead) 1.2 +0 -12 ports/devel/fam/files/patch-fam-FileSystem.c++ (dead) 1.2 +0 -14 ports/devel/fam/files/patch-fam-FileSystemTable.c++ (dead) 1.2 +0 -14 ports/devel/fam/files/patch-fam-IMon.c++ (dead) 1.2 +0 -14 ports/devel/fam/files/patch-fam-Interest.c++ (dead) 1.2 +0 -13 ports/devel/fam/files/patch-fam-InternalClient.c++ (dead) 1.2 +11 -37 ports/devel/fam/files/patch-fam-Listener.c++ 1.2 +7 -6 ports/devel/fam/files/patch-fam-Log.c++ 1.2 +0 -11 ports/devel/fam/files/patch-fam-Makefile.am (dead) 1.2 +0 -11 ports/devel/fam/files/patch-fam-Scheduler.h (dead) 1.2 +0 -11 ports/devel/fam/files/patch-fam-StringTable.h (dead) 1.2 +0 -11 ports/devel/fam/files/patch-libfam-Client.c++ (dead) 1.2 +0 -20 ports/devel/fam/files/patch-libfam-fam.c++ (dead) 1.2 +0 -11 ports/devel/fam/files/patch-test-test.c++ (dead) 1.3 +2 -10 ports/devel/fam/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 17:42:56 2002 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 741E037B400; Tue, 3 Sep 2002 17:42:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2423243E72; Tue, 3 Sep 2002 17:42:53 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g840gqJU027889; Tue, 3 Sep 2002 17:42:52 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g840gqX3027888; Tue, 3 Sep 2002 17:42:52 -0700 (PDT) Message-Id: <200209040042.g840gqX3027888@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 3 Sep 2002 17:42:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla-devel Makefile ports/www/mozilla-devel/files mozilla.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/03 17:42:51 PDT Modified files: www/mozilla-devel Makefile www/mozilla-devel/files mozilla.sh Log: Fix the path to exec mozilla. Submitted by: John Merryweather Cooper Revision Changes Path 1.114 +0 -0 ports/www/mozilla-devel/Makefile 1.4 +2 -2 ports/www/mozilla-devel/files/mozilla.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 18:12:48 2002 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 2DBA137B400; Tue, 3 Sep 2002 18:12:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D65D643E42; Tue, 3 Sep 2002 18:12:43 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g841ChJU034492; Tue, 3 Sep 2002 18:12:43 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g841Ch0w034485; Tue, 3 Sep 2002 18:12:43 -0700 (PDT) Message-Id: <200209040112.g841Ch0w034485@freefall.freebsd.org> From: Juli Mallett Date: Tue, 3 Sep 2002 18:12:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/m4 main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/03 18:12:39 PDT Modified files: usr.bin/m4 main.c Log: Die on -D=foo, when parsing options - we can't let someone define (nil). MFC after: 3 days Revision Changes Path 1.24 +2 -0 src/usr.bin/m4/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 Sep 3 18:24:23 2002 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 B709437B400; Tue, 3 Sep 2002 18:24:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B62E43E6A; Tue, 3 Sep 2002 18:24:18 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: from freefall.freebsd.org (mi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g841OIJU035381; Tue, 3 Sep 2002 18:24:18 -0700 (PDT) (envelope-from mi@freefall.freebsd.org) Received: (from mi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g841OIu4035380; Tue, 3 Sep 2002 18:24:18 -0700 (PDT) Message-Id: <200209040124.g841OIu4035380@freefall.freebsd.org> From: Mikhail Teterin Date: Tue, 3 Sep 2002 18:24:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/lemon Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2002/09/03 18:24:18 PDT Modified files: devel/lemon Makefile Log: Change ``-f bsd.prog.mk'' to ``-f /usr/share/mk/bsd.prog.mk''... :-\ Submitted by: Tony Maher Revision Changes Path 1.3 +2 -2 ports/devel/lemon/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 19:41: 9 2002 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 1429D37B401; Tue, 3 Sep 2002 19:41:01 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4465843E3B; Tue, 3 Sep 2002 19:40:59 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g842erHu018528; Tue, 3 Sep 2002 20:40:53 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 03 Sep 2002 20:40:42 -0600 (MDT) Message-Id: <20020903.204042.23985384.imp@bsdimp.com> To: phk@critter.freebsd.dk Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pccard pccard.c From: "M. Warner Losh" In-Reply-To: <68113.1031052593@critter.freebsd.dk> References: <200209031124.g83BOPAh090297@freefall.freebsd.org> <68113.1031052593@critter.freebsd.dk> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <68113.1031052593@critter.freebsd.dk> Poul-Henning Kamp writes: : In message <200209031124.g83BOPAh090297@freefall.freebsd.org>, Poul-Henning Kam : p writes: : >phk 2002/09/03 04:24:25 PDT : > : > Modified files: : > sys/dev/pccard pccard.c : > Log: : > Drop another cookie to wet Warners appetite: : > : > We need to call the drivers interrupt function even though the card is not : > multifunction. : : This should make interrupt handling work on non-multifunction cards. They already work on non mfc cards. The changes will make it work on more MFC cards. most mfc cards don't implement the registers, so they read as 0xff and a write is a noop. The non-mfc cards that implement these registers are the only ones that this fixes :-) Otherwise, how would most cards work, which aren't mfc? However, I have an improved set of patches that should do the right thing... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 19:42:47 2002 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 8D2ED37B400; Tue, 3 Sep 2002 19:42:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1388B43E42; Tue, 3 Sep 2002 19:42:42 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g842gfJU045619; Tue, 3 Sep 2002 19:42:41 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g842gfpq045618; Tue, 3 Sep 2002 19:42:41 -0700 (PDT) Message-Id: <200209040242.g842gfpq045618@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 3 Sep 2002 19:42:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/gaspell Makefile distinfo pkg-comment pkg-descr pkg-plist ports/textproc/gaspell/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/03 19:42:41 PDT Modified files: textproc Makefile Removed files: textproc/gaspell Makefile distinfo pkg-comment pkg-descr pkg-plist textproc/gaspell/files patch-aa Log: Remove gaspell as it is no longer supported, and doesn't work with the new aspell updates. See http://aspell.sourceforge.net/old.html for more info. PR: 42395 Submitted by: John Merryweather Cooper Revision Changes Path 1.404 +0 -1 ports/textproc/Makefile 1.15 +0 -25 ports/textproc/gaspell/Makefile (dead) 1.3 +0 -1 ports/textproc/gaspell/distinfo (dead) 1.4 +0 -33 ports/textproc/gaspell/files/patch-aa (dead) 1.2 +0 -1 ports/textproc/gaspell/pkg-comment (dead) 1.2 +0 -5 ports/textproc/gaspell/pkg-descr (dead) 1.2 +0 -1 ports/textproc/gaspell/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 19:43:14 2002 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 C4D0B37B401; Tue, 3 Sep 2002 19:43:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E8AC43E75; Tue, 3 Sep 2002 19:43:06 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g842h6JU045697; Tue, 3 Sep 2002 19:43:06 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g842h6s0045696; Tue, 3 Sep 2002 19:43:06 -0700 (PDT) Message-Id: <200209040243.g842h6s0045696@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 3 Sep 2002 19:43:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/03 19:43:06 PDT Modified files: . modules Log: Remove gaspell. Revision Changes Path 1.5807 +0 -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 Sep 3 20:11:25 2002 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 EE1A637B400; Tue, 3 Sep 2002 20:11:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A280443E42; Tue, 3 Sep 2002 20:11:20 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g843BKJU052054; Tue, 3 Sep 2002 20:11:20 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g843BKKb052053; Tue, 3 Sep 2002 20:11:20 -0700 (PDT) Message-Id: <200209040311.g843BKKb052053@freefall.freebsd.org> From: John Baldwin Date: Tue, 3 Sep 2002 20:11:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/03 20:11:20 PDT Modified files: sys/dev/acpica acpi.c Log: Use resource_list_print_types() instead of duplicating the code. Revision Changes Path 1.73 +4 -40 src/sys/dev/acpica/acpi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 20:13:21 2002 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 412E537B401; Tue, 3 Sep 2002 20:13:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2CDD43E4A; Tue, 3 Sep 2002 20:13:16 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g843DGJU052507; Tue, 3 Sep 2002 20:13:16 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g843DGa6052506; Tue, 3 Sep 2002 20:13:16 -0700 (PDT) Message-Id: <200209040313.g843DGa6052506@freefall.freebsd.org> From: John Baldwin Date: Tue, 3 Sep 2002 20:13:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_pci.c src/sys/dev/pci pci.c pci_private.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/03 20:13:16 PDT Modified files: sys/dev/acpica acpi_pci.c sys/dev/pci pci.c pci_private.h Log: - Make pci_load_vendor_data() static and do it during MOD_LOAD instead of when the first PCI bus attaches. - Create /dev/pci during MOD_LOAD as well. - Destroy /dev/pci during MOD_UNLOAD (not that you can kldunload pci, but might as well get the code right) Revision Changes Path 1.2 +0 -2 src/sys/dev/acpica/acpi_pci.c 1.199 +15 -15 src/sys/dev/pci/pci.c 1.4 +0 -1 src/sys/dev/pci/pci_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 20:19:37 2002 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 BEE0337B400; Tue, 3 Sep 2002 20:19:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72CE043E3B; Tue, 3 Sep 2002 20:19:33 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g843JXJU052820; Tue, 3 Sep 2002 20:19:33 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g843JXdU052819; Tue, 3 Sep 2002 20:19:33 -0700 (PDT) Message-Id: <200209040319.g843JXdU052819@freefall.freebsd.org> From: John Baldwin Date: Tue, 3 Sep 2002 20:19:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/03 20:19:33 PDT Modified files: sys/i386/i386 nexus.c Log: Use resource_list_print_type() instead of duplicating the code in nexus_print_resources(). Revision Changes Path 1.47 +3 -33 src/sys/i386/i386/nexus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 20:29:27 2002 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 E9FA137B400; Tue, 3 Sep 2002 20:29:20 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF73943E6A; Tue, 3 Sep 2002 20:29:19 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g843THbq025202; Wed, 4 Sep 2002 07:29:18 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g843TFoG025201; Wed, 4 Sep 2002 07:29:16 +0400 (MSD) (envelope-from ache) Date: Wed, 4 Sep 2002 07:29:15 +0400 From: "Andrey A. Chernov" To: Maxim Sobolev Cc: Mikhail Teterin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, anholt@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/XFree86-4-fontCyrillic Makefile distinfo ports/x11-fonts/XFree86-4-fontCyrillic/files patch-crox1c.bdf patch-crox1cb.bdf patch-crox1cbo.bdf patch-crox1co.bdf patch-crox1h.bdf patch-crox1hb.bdf patch-crox1hbo.bdf patch-crox1ho.bdf ... Message-ID: <20020904032915.GA25145@nagual.pp.ru> References: <200209031042.g83AgFON078508@freefall.freebsd.org> <20020903131346.GD8010@vega.vega.com> <20020903145241.GA18851@nagual.pp.ru> <200209031419.53576.Mikhail.Teterin@murex.com> <20020903220937.GA22348@nagual.pp.ru> <20020903222810.GD9384@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020903222810.GD9384@vega.vega.com> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 04, 2002 at 01:28:10 +0300, Maxim Sobolev wrote: > > They are not koi8-r either. In the place where according to koi8-r standard > there should be pseudographics, there are some unwanted symbols, so that it Please stop talk about obsoleted first version of this fonts passed to XFree86. New version correct this thing (also pseudographics is largely missing). > Fine to me. Actually, I think that there should be one port, which will > install both koi8-r (true ones) and koi8-u fonts, Yes, both encoding port will be nice thing too. > Again, they aren't quite koi8-r - instead they look like as if Russian Again, because they are obsoleted. That is _why_ I urge to use updated variant. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 20:49: 4 2002 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 58AF137B400; Tue, 3 Sep 2002 20:49:01 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B3E043E3B; Tue, 3 Sep 2002 20:49:00 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g843mwbq025324; Wed, 4 Sep 2002 07:48:58 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g843mv1p025323; Wed, 4 Sep 2002 07:48:58 +0400 (MSD) (envelope-from ache) Date: Wed, 4 Sep 2002 07:48:57 +0400 From: "Andrey A. Chernov" To: Maxim Sobolev Cc: Mikhail Teterin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, anholt@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/XFree86-4-fontCyrillic Makefile distinfo ports/x11-fonts/XFree86-4-fontCyrillic/files patch-crox1c.bdf patch-crox1cb.bdf patch-crox1cbo.bdf patch-crox1co.bdf patch-crox1h.bdf patch-crox1hb.bdf patch-crox1hbo.bdf patch-crox1ho.bdf ... Message-ID: <20020904034857.GC25145@nagual.pp.ru> References: <200209031042.g83AgFON078508@freefall.freebsd.org> <20020903131346.GD8010@vega.vega.com> <20020903145241.GA18851@nagual.pp.ru> <200209031419.53576.Mikhail.Teterin@murex.com> <20020903220937.GA22348@nagual.pp.ru> <20020903222810.GD9384@vega.vega.com> <20020904032915.GA25145@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020904032915.GA25145@nagual.pp.ru> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 04, 2002 at 07:29:15 +0400, Andrey A. Chernov wrote: > > Fine to me. Actually, I think that there should be one port, which will > > install both koi8-r (true ones) and koi8-u fonts, > > Yes, both encoding port will be nice thing too. And for both encodings name of the port can be unchanged from *-fontCyrillic, because nothing is silently replaced, only added (i.e. koi8-u is added to koi8-r). -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 20:53:24 2002 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 05A0E37B400; Tue, 3 Sep 2002 20:53:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD6AB43E4A; Tue, 3 Sep 2002 20:53:21 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g843rLJU055848; Tue, 3 Sep 2002 20:53:21 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g843rLrG055847; Tue, 3 Sep 2002 20:53:21 -0700 (PDT) Message-Id: <200209040353.g843rLrG055847@freefall.freebsd.org> From: John Baldwin Date: Tue, 3 Sep 2002 20:53:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/03 20:53:21 PDT Modified files: sys/dev/pci pci.c Log: Fix up a comment. Revision Changes Path 1.200 +2 -2 src/sys/dev/pci/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 20:59:41 2002 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 B3F6037B400; Tue, 3 Sep 2002 20:59:36 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95C7143E75; Tue, 3 Sep 2002 20:59:35 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g843xYbq025420; Wed, 4 Sep 2002 07:59:34 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g843xXp3025419; Wed, 4 Sep 2002 07:59:34 +0400 (MSD) (envelope-from ache) Date: Wed, 4 Sep 2002 07:59:33 +0400 From: "Andrey A. Chernov" To: Maxim Sobolev Cc: Mikhail Teterin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, anholt@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/XFree86-4-fontCyrillic Makefile distinfo ports/x11-fonts/XFree86-4-fontCyrillic/files patch-crox1c.bdf patch-crox1cb.bdf patch-crox1cbo.bdf patch-crox1co.bdf patch-crox1h.bdf patch-crox1hb.bdf patch-crox1hbo.bdf patch-crox1ho.bdf ... Message-ID: <20020904035933.GA25369@nagual.pp.ru> References: <200209031042.g83AgFON078508@freefall.freebsd.org> <20020903131346.GD8010@vega.vega.com> <20020903145241.GA18851@nagual.pp.ru> <200209031419.53576.Mikhail.Teterin@murex.com> <20020903220937.GA22348@nagual.pp.ru> <20020903222810.GD9384@vega.vega.com> <20020904032915.GA25145@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020904032915.GA25145@nagual.pp.ru> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 04, 2002 at 07:29:15 +0400, Andrey A. Chernov wrote: > > > Again, they aren't quite koi8-r - instead they look like as if Russian > > Again, because they are obsoleted. That is _why_ I urge to use updated > variant. To make the picture large: if any font have koi8-r in its encoding, the only one right direction of fixing it is to bring more koi8-r standard conformance and not additional infecting it with koi8-u or any other characters not defined in the standard, it only make things worse. P.S. I just wonder why people constantly tries to damage something in the koi8-r or replacing it with their bright ideas instead of staying and playing inside their own standards fields? -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 21: 6:30 2002 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 ADE2F37B400; Tue, 3 Sep 2002 21:06:24 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68F9F43E4A; Tue, 3 Sep 2002 21:06:23 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g843gbbq025279; Wed, 4 Sep 2002 07:42:38 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g843gXxQ025278; Wed, 4 Sep 2002 07:42:33 +0400 (MSD) (envelope-from ache) Date: Wed, 4 Sep 2002 07:42:32 +0400 From: "Andrey A. Chernov" To: Mikhail Teterin Cc: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, anholt@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/XFree86-4-fontCyrillic Makefile distinfo ports/x11-fonts/XFree86-4-fontCyrillic/files patch-crox1c.bdf patch-crox1cb.bdf patch-crox1cbo.bdf patch-crox1co.bdf patch-crox1h.bdf patch-crox1hb.bdf patch-crox1hbo.bdf patch-crox1ho.bdf ... Message-ID: <20020904034232.GB25145@nagual.pp.ru> References: <200209031042.g83AgFON078508@freefall.freebsd.org> <200209031419.53576.Mikhail.Teterin@murex.com> <20020903220937.GA22348@nagual.pp.ru> <200209031928.24580.mi+mx@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209031928.24580.mi+mx@aldan.algebra.com> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 03, 2002 at 19:28:24 -0400, Mikhail Teterin wrote: > > Not clear at all. "Cyrillic" does not mean "Russian" -- just as "Soviet > Union" does not mean "Russia" :-) The XFree86 project should've received > this clue long time ago. It is not the problem I address in my complain. Tell that to XFree86 project. What I concern about is standards conformance. > On the contrary. It is (was) a lot more confusing, when the koi8-r fonts > were named "Cyrillic", as if other characters did not exist. Maxim's > commit just fixed that long-standing problem on FreeBSD, and I call > on you, once again, to relay this fix through your contacts with the > XFree86 project. This problem (which I don't address) can't be "fixed" by replacing koi8-r fonts with koi8-u ones, it leads only to more confusion. Even some characters can be wrong, all Cronyx fonts specify koi8-r as encoding, it can't be touched in any case! "Cyrillic" term is not covered by standards, but koi8-r and koi8-u are. > It remains my not so humble opinion that the differences between the > koi8-u and koi8-r character sets are in the area, that no user is likely > to ever use. They are pseudo-graphics characters, but the termcaps It is not subject of "use" but subject of standard conformance, namely koi8-r and koi8-u standards. > If the separate ports -koi8-u and -koi8-r need to exist, the XFree86-4 > metaport should definetly install the former as "Cyrillic". Since your > russian/X.language seems to provide the latter part (and more), I don't > see anything wrong with the present situation. (Well, cleanups such > as renaming XFree86-4-fontCyrillic to something like "cyrillic" and > removing the geminifonts is all that's left). I already say what is wrong - obsoleted source base and missing indication of encoding in the port name. koi8-u is not only Cyrillic exists and not needs to pretend to be as such, especially when _silently_ replacing _existen_ koi8-r. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 21:42:17 2002 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 81E4637B400; Tue, 3 Sep 2002 21:42:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22B3343E42; Tue, 3 Sep 2002 21:42:14 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g844gEJU063629; Tue, 3 Sep 2002 21:42:14 -0700 (PDT) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g844gDJH063628; Tue, 3 Sep 2002 21:42:13 -0700 (PDT) Message-Id: <200209040442.g844gDJH063628@freefall.freebsd.org> From: Matt Dillon Date: Tue, 3 Sep 2002 21:42:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2002/09/03 21:42:13 PDT Modified files: sys/kern imgact_elf.c Log: Alright, fix the problems with the elf loader for the Alpha. It turns out that there is no easy way to discern the difference between a text segment and a data segment through the read-only OR execute attribute in the elf segment header, so revert the algorithm to what it was before. Neither can we account for multiple data load segments in the vmspace structure (at least not without more work), due to assumptions obreak() makes in regards to the data start and data size fields. Retain RLIMIT_VMEM checking by using a local variable to track the total bytes of data being loaded. Reviewed by: peter X-MFC after: ASAP Revision Changes Path 1.126 +18 -8 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 22: 7:26 2002 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 451F637B400; Tue, 3 Sep 2002 22:07:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF6343E4A; Tue, 3 Sep 2002 22:07:23 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8457NJU069677; Tue, 3 Sep 2002 22:07:23 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8457NIL069676; Tue, 3 Sep 2002 22:07:23 -0700 (PDT) Message-Id: <200209040507.g8457NIL069676@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 3 Sep 2002 22:07:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/03 22:07:23 PDT Modified files: www/mozilla-devel Makefile Log: Fix the JPI installation. Reported by: Ivanchenko V. I. Revision Changes Path 1.115 +1 -1 ports/www/mozilla-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 22:30:32 2002 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 0187C37B405; Tue, 3 Sep 2002 22:30:20 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3372F43E3B; Tue, 3 Sep 2002 22:30:19 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g845UBvV095961; Wed, 4 Sep 2002 07:30:12 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "M. Warner Losh" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pccard pccard.c In-Reply-To: Your message of "Tue, 03 Sep 2002 20:40:42 MDT." <20020903.204042.23985384.imp@bsdimp.com> Date: Wed, 04 Sep 2002 07:30:11 +0200 Message-ID: <95960.1031117411@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20020903.204042.23985384.imp@bsdimp.com>, "M. Warner Losh" writes: >In message: <68113.1031052593@critter.freebsd.dk> > Poul-Henning Kamp writes: >: In message <200209031124.g83BOPAh090297@freefall.freebsd.org>, Poul-Henning Kam >: p writes: >: >phk 2002/09/03 04:24:25 PDT >: > >: > Modified files: >: > sys/dev/pccard pccard.c >: > Log: >: > Drop another cookie to wet Warners appetite: >: > >: > We need to call the drivers interrupt function even though the card is not >: > multifunction. >: >: This should make interrupt handling work on non-multifunction cards. > >They already work on non mfc cards. The changes will make it work on >more MFC cards. most mfc cards don't implement the registers, so they >read as 0xff and a write is a noop. The non-mfc cards that implement >these registers are the only ones that this fixes :-) > >Otherwise, how would most cards work, which aren't mfc? I don't trust the "read as 0xff" bit in the above statement... -- 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 Tue Sep 3 22:39:32 2002 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 AF71637B400; Tue, 3 Sep 2002 22:39:26 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5355643E6E; Tue, 3 Sep 2002 22:39:25 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g845dLGq000625; Tue, 3 Sep 2002 23:39:21 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 03 Sep 2002 23:39:09 -0600 (MDT) Message-Id: <20020903.233909.51357851.imp@bsdimp.com> To: phk@critter.freebsd.dk Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pccard pccard.c From: "M. Warner Losh" In-Reply-To: <95960.1031117411@critter.freebsd.dk> References: <20020903.204042.23985384.imp@bsdimp.com> <95960.1031117411@critter.freebsd.dk> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <95960.1031117411@critter.freebsd.dk> Poul-Henning Kamp writes: : >They already work on non mfc cards. The changes will make it work on : >more MFC cards. most mfc cards don't implement the registers, so they : >read as 0xff and a write is a noop. The non-mfc cards that implement : >these registers are the only ones that this fixes :-) : > : >Otherwise, how would most cards work, which aren't mfc? : : I don't trust the "read as 0xff" bit in the above statement... That's how hardware that isn't there always reads with pccards. It is defined somewhere in the pccard standard... There's code to prevent these registers from being written when they aren't really there. Anyway, this is a dancing on the heads of pin argument. I've sent you patches that should fix this right. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 23:16:28 2002 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 0863237B400; Tue, 3 Sep 2002 23:16:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF42543E65; Tue, 3 Sep 2002 23:16:25 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g846GPJU079161; Tue, 3 Sep 2002 23:16:25 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g846GPlE079160; Tue, 3 Sep 2002 23:16:25 -0700 (PDT) Message-Id: <200209040616.g846GPlE079160@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 3 Sep 2002 23:16:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ocaml-findlib Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/03 23:16:25 PDT Modified files: devel/ocaml-findlib Makefile distinfo Log: upgrade to 0.7.2 Revision Changes Path 1.2 +1 -1 ports/devel/ocaml-findlib/Makefile 1.2 +1 -1 ports/devel/ocaml-findlib/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 3 23:49:23 2002 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 C052A37B400; Tue, 3 Sep 2002 23:49:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 735A843E42; Tue, 3 Sep 2002 23:49:19 -0700 (PDT) (envelope-from yoichi@FreeBSD.org) Received: from freefall.freebsd.org (yoichi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g846nJJU081741; Tue, 3 Sep 2002 23:49:19 -0700 (PDT) (envelope-from yoichi@freefall.freebsd.org) Received: (from yoichi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g846nJev081740; Tue, 3 Sep 2002 23:49:19 -0700 (PDT) Message-Id: <200209040649.g846nJev081740@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Tue, 3 Sep 2002 23:49:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xface.el Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/09/03 23:49:19 PDT Modified files: graphics/xface.el Makefile distinfo Log: * x-face-e21.el is updated (Bug fix for empty x-face header). * Bump up PORTREVISION since PORTVERSION is taken from the version of x-face-XXX.tar.gz Revision Changes Path 1.10 +1 -0 ports/graphics/xface.el/Makefile 1.8 +1 -1 ports/graphics/xface.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 Sep 3 23:53:41 2002 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 7055C37B400; Tue, 3 Sep 2002 23:53:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2270543E72; Tue, 3 Sep 2002 23:53:38 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g846rcJU082290; Tue, 3 Sep 2002 23:53:38 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g846rbcG082289; Tue, 3 Sep 2002 23:53:37 -0700 (PDT) Message-Id: <200209040653.g846rbcG082289@freefall.freebsd.org> From: Warner Losh Date: Tue, 3 Sep 2002 23:53:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/09/03 23:53:37 PDT Modified files: sys/dev/pccard pccard.c Log: More in the continuing saga of phk vs his strange serial card. In this installment, we learn that it is bad to access registers that are only defined for mfc cards in the interrupt handler when we do not in fact have a mfc card. For MFC cards, we'll only call the ISR if the this card interrupted bit is set. For non mfc cards (which are basically 90% of pccards in use), we always call the ISR and avoid touching the suspect registers. We always pacify the bit in the MFC case on the off chance that will help in the itnerrupt handler not being registed. Revision Changes Path 1.64 +20 -80 src/sys/dev/pccard/pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 0:17:38 2002 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 CAC3D37B400; Wed, 4 Sep 2002 00:17:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 810CB43E42; Wed, 4 Sep 2002 00:17:34 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g847HXJU088380; Wed, 4 Sep 2002 00:17:33 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g847HXKi088379; Wed, 4 Sep 2002 00:17:33 -0700 (PDT) Message-Id: <200209040717.g847HXKi088379@freefall.freebsd.org> From: Hye-Shik Chang Date: Wed, 4 Sep 2002 00:17:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/py-albatross Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2002/09/04 00:17:33 PDT Modified files: www Makefile Added files: www/py-albatross Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add py-albatross 1.00, Python toolkit for developing highly stateful web applications. PR: 42155 Submitted by: Gregory Bond Revision Changes Path 1.532 +1 -0 ports/www/Makefile 1.1 +25 -0 ports/www/py-albatross/Makefile (new) 1.1 +1 -0 ports/www/py-albatross/distinfo (new) 1.1 +1 -0 ports/www/py-albatross/pkg-comment (new) 1.1 +10 -0 ports/www/py-albatross/pkg-descr (new) 1.1 +301 -0 ports/www/py-albatross/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 0:17:51 2002 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 9030937B448; Wed, 4 Sep 2002 00:17:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4490643E6A; Wed, 4 Sep 2002 00:17:41 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g847HfJU088414; Wed, 4 Sep 2002 00:17:41 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g847HfD5088413; Wed, 4 Sep 2002 00:17:41 -0700 (PDT) Message-Id: <200209040717.g847HfD5088413@freefall.freebsd.org> From: Hye-Shik Chang Date: Wed, 4 Sep 2002 00:17:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2002/09/04 00:17:40 PDT Modified files: . modules Log: py-albatross --> ports/www/py-albatross Revision Changes Path 1.5808 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 1:13:42 2002 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 E097337B400; Wed, 4 Sep 2002 01:13:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 943BA43E42; Wed, 4 Sep 2002 01:13:37 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g848DbJU097612; Wed, 4 Sep 2002 01:13:37 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g848DbJs097611; Wed, 4 Sep 2002 01:13:37 -0700 (PDT) Message-Id: <200209040813.g848DbJs097611@freefall.freebsd.org> From: Scott Long Date: Wed, 4 Sep 2002 01:13:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci maestro3.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/09/04 01:13:37 PDT Modified files: sys/dev/sound/pci maestro3.c Log: Sigh. The fix to the suspend code wasn't complete, since the resume code was broken in the same way. Submitted by: co9@xs4all.nl MFC after: 3 days Revision Changes Path 1.18 +2 -2 src/sys/dev/sound/pci/maestro3.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 1:59:39 2002 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 C5B0B37B400; Wed, 4 Sep 2002 01:59:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78B7943E42; Wed, 4 Sep 2002 01:59:34 -0700 (PDT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g848xYJU001035; Wed, 4 Sep 2002 01:59:34 -0700 (PDT) (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g848xYMY001034; Wed, 4 Sep 2002 01:59:34 -0700 (PDT) Message-Id: <200209040859.g848xYMY001034@freefall.freebsd.org> From: Sergey Skvortsov Date: Wed, 4 Sep 2002 01:59:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-SAX Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG skv 2002/09/04 01:59:34 PDT Modified files: textproc/p5-XML-SAX Makefile distinfo pkg-plist Log: Updated to 0.11 Revision Changes Path 1.5 +4 -6 ports/textproc/p5-XML-SAX/Makefile 1.5 +1 -1 ports/textproc/p5-XML-SAX/distinfo 1.4 +1 -0 ports/textproc/p5-XML-SAX/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 Sep 4 2:55:56 2002 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 ED3DF37B400; Wed, 4 Sep 2002 02:55:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FCD843E6A; Wed, 4 Sep 2002 02:55:50 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g849toJU010002; Wed, 4 Sep 2002 02:55:50 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g849to7T010001; Wed, 4 Sep 2002 02:55:50 -0700 (PDT) Message-Id: <200209040955.g849to7T010001@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 4 Sep 2002 02:55:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/04 02:55:50 PDT Modified files: sys/netinet in.h Log: Add in_hosteq() and in_nullhost() macros to make life of developers porting NetBSD code a little bit easier. Obtained from: NetBSD Revision Changes Path 1.71 +3 -0 src/sys/netinet/in.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 3:11:19 2002 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 0E56437B400; Wed, 4 Sep 2002 03:11:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B459643E3B; Wed, 4 Sep 2002 03:11:14 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: from freefall.freebsd.org (roger@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84ABEJU015483; Wed, 4 Sep 2002 03:11:14 -0700 (PDT) (envelope-from roger@freefall.freebsd.org) Received: (from roger@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84ABEZ8015482; Wed, 4 Sep 2002 03:11:14 -0700 (PDT) Message-Id: <200209041011.g84ABEZ8015482@freefall.freebsd.org> From: Roger Hardiman Date: Wed, 4 Sep 2002 03:11:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnomemeeting Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roger 2002/09/04 03:11:13 PDT Modified files: net/gnomemeeting Makefile pkg-plist Log: Updates from Maxim Sobolev. Revision Changes Path 1.13 +10 -9 ports/net/gnomemeeting/Makefile 1.6 +66 -21 ports/net/gnomemeeting/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 Sep 4 3:15:24 2002 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 5988137B400; Wed, 4 Sep 2002 03:15:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08CFF43E77; Wed, 4 Sep 2002 03:15:20 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84AFJJU016068; Wed, 4 Sep 2002 03:15:19 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84AFJGs016067; Wed, 4 Sep 2002 03:15:19 -0700 (PDT) Message-Id: <200209041015.g84AFJGs016067@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 4 Sep 2002 03:15:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_clock.c kern_tc.c src/sys/sys timetc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/04 03:15:19 PDT Modified files: sys/kern kern_clock.c kern_tc.c sys/sys timetc.h Log: Give up on calling tc_ticktock() from a timeout, we have timeout functions which run for several milliseconds at a time and getting in queue behind one or more of those makes us miss our rewind. Instead call it from hardclock() like we used to do, but retain the prescaler so we still cope with high HZ values. Revision Changes Path 1.141 +2 -0 src/sys/kern/kern_clock.c 1.138 +6 -4 src/sys/kern/kern_tc.c 1.55 +1 -0 src/sys/sys/timetc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 3:16:47 2002 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 BF4F237B400; Wed, 4 Sep 2002 03:16:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73E1943E72; Wed, 4 Sep 2002 03:16:42 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84AGgJU016166; Wed, 4 Sep 2002 03:16:42 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84AGgMB016165; Wed, 4 Sep 2002 03:16:42 -0700 (PDT) Message-Id: <200209041016.g84AGgMB016165@freefall.freebsd.org> From: Sebastien Gioria Date: Wed, 4 Sep 2002 03:16:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2002/09/04 03:16:42 PDT Modified files: en/donations wantlist.sgml Log: Add wichlist for French FreeBSD User Group Revision Changes Path 1.5 +13 -1 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 3:36: 0 2002 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 D281B37B400; Wed, 4 Sep 2002 03:35:54 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id B844643E8A; Wed, 4 Sep 2002 03:35:50 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (root@xDSL-2-2.united.net.ua [193.111.9.226] (may be forged)) by baraca.united.net.ua (8.11.6/8.11.6) with ESMTP id g84AZgs16902; Wed, 4 Sep 2002 13:35:44 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.12.5/8.12.5) with ESMTP id g84AZjLH011284; Wed, 4 Sep 2002 13:35:45 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D75E249.79030441@FreeBSD.org> Date: Wed, 04 Sep 2002 13:36:57 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Roger Hardiman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/gnomemeeting Makefile pkg-plist References: <200209041011.g84ABEZ8015482@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Roger Hardiman wrote: > > roger 2002/09/04 03:11:13 PDT > > Modified files: > net/gnomemeeting Makefile pkg-plist > Log: > Updates from Maxim Sobolev. > > Revision Changes Path > 1.13 +10 -9 ports/net/gnomemeeting/Makefile > 1.6 +66 -21 ports/net/gnomemeeting/pkg-plist You forgot to include my patches as well. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 3:45: 6 2002 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 D728A37B400; Wed, 4 Sep 2002 03:44:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88DBB43E4A; Wed, 4 Sep 2002 03:44:59 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: from freefall.freebsd.org (roger@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84AixJU018537; Wed, 4 Sep 2002 03:44:59 -0700 (PDT) (envelope-from roger@freefall.freebsd.org) Received: (from roger@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84AixBn018536; Wed, 4 Sep 2002 03:44:59 -0700 (PDT) Message-Id: <200209041044.g84AixBn018536@freefall.freebsd.org> From: Roger Hardiman Date: Wed, 4 Sep 2002 03:44:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnomemeeting/files patch-ab patch-ak X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roger 2002/09/04 03:44:59 PDT Modified files: net/gnomemeeting/files patch-ab Added files: net/gnomemeeting/files patch-ak Log: Add patches from Maxim Sobolev Revision Changes Path 1.6 +25 -6 ports/net/gnomemeeting/files/patch-ab 1.1 +11 -0 ports/net/gnomemeeting/files/patch-ak (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 4: 2:44 2002 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 6507C37B400; Wed, 4 Sep 2002 04:02:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 119C943E65; Wed, 4 Sep 2002 04:02:40 -0700 (PDT) (envelope-from kiri@FreeBSD.org) Received: from freefall.freebsd.org (kiri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84B2dJU023734; Wed, 4 Sep 2002 04:02:39 -0700 (PDT) (envelope-from kiri@freefall.freebsd.org) Received: (from kiri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84B2dHP023733; Wed, 4 Sep 2002 04:02:39 -0700 (PDT) Message-Id: <200209041102.g84B2dHP023733@freefall.freebsd.org> From: Kiriyama Kazuhiko Date: Wed, 4 Sep 2002 04:02:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/xemacs-devel-mule Makefile distinfo pkg-descr pkg-descr.ja pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kiri 2002/09/04 04:02:39 PDT Modified files: editors/xemacs-devel-mule Makefile distinfo pkg-descr pkg-descr.ja pkg-plist Log: Update 21.4.8 -> 21.4.9. Revision Changes Path 1.8 +1 -1 ports/editors/xemacs-devel-mule/Makefile 1.3 +3 -3 ports/editors/xemacs-devel-mule/distinfo 1.3 +1 -1 ports/editors/xemacs-devel-mule/pkg-descr 1.3 +4 -4 ports/editors/xemacs-devel-mule/pkg-descr.ja 1.3 +0 -1 ports/editors/xemacs-devel-mule/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 Sep 4 4:11:53 2002 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 5395337B400; Wed, 4 Sep 2002 04:11:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05D8743E65; Wed, 4 Sep 2002 04:11:50 -0700 (PDT) (envelope-from kiri@FreeBSD.org) Received: from freefall.freebsd.org (kiri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84BBnJU028644; Wed, 4 Sep 2002 04:11:49 -0700 (PDT) (envelope-from kiri@freefall.freebsd.org) Received: (from kiri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84BBnD6028642; Wed, 4 Sep 2002 04:11:49 -0700 (PDT) Message-Id: <200209041111.g84BBnD6028642@freefall.freebsd.org> From: Kiriyama Kazuhiko Date: Wed, 4 Sep 2002 04:11:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/xemacs-packages Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kiri 2002/09/04 04:11:47 PDT Modified files: editors/xemacs-packages Makefile distinfo Log: Update 3.0 -> 4.0: o 49 packages version up o 1 package(haskell-mode) added Revision Changes Path 1.30 +50 -49 ports/editors/xemacs-packages/Makefile 1.24 +49 -48 ports/editors/xemacs-packages/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 4:14:56 2002 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 0FF8737B400; Wed, 4 Sep 2002 04:14:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5EA743E75; Wed, 4 Sep 2002 04:14:53 -0700 (PDT) (envelope-from kiri@FreeBSD.org) Received: from freefall.freebsd.org (kiri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84BErJU029093; Wed, 4 Sep 2002 04:14:53 -0700 (PDT) (envelope-from kiri@freefall.freebsd.org) Received: (from kiri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84BErkN029092; Wed, 4 Sep 2002 04:14:53 -0700 (PDT) Message-Id: <200209041114.g84BErkN029092@freefall.freebsd.org> From: Kiriyama Kazuhiko Date: Wed, 4 Sep 2002 04:14:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/xemacs-mule-packages Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kiri 2002/09/04 04:14:53 PDT Modified files: editors/xemacs-mule-packages Makefile distinfo Log: Update 3.0 -> 3.1: o 5 packages version up Revision Changes Path 1.19 +6 -6 ports/editors/xemacs-mule-packages/Makefile 1.11 +5 -5 ports/editors/xemacs-mule-packages/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 4:16:14 2002 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 3036637B400; Wed, 4 Sep 2002 04:16:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D87A743E65; Wed, 4 Sep 2002 04:16:08 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84BG8JU029243; Wed, 4 Sep 2002 04:16:08 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84BG8UT029242; Wed, 4 Sep 2002 04:16:08 -0700 (PDT) Message-Id: <200209041116.g84BG8UT029242@freefall.freebsd.org> From: Alan Eldridge Date: Wed, 4 Sep 2002 04:16:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/09/04 04:16:08 PDT Modified files: mail/mutt-devel Makefile Log: Prepare for path based autotools patch. PR: 42403 Submitted by: alane@freebsd.org Reviewed by: maintainer Approved by: maintainer Revision Changes Path 1.178 +1 -1 ports/mail/mutt-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 Sep 4 4:21:38 2002 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 2980E37B400; Wed, 4 Sep 2002 04:21:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D110A43E3B; Wed, 4 Sep 2002 04:21:33 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: from freefall.freebsd.org (roger@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84BLXJU029756; Wed, 4 Sep 2002 04:21:33 -0700 (PDT) (envelope-from roger@freefall.freebsd.org) Received: (from roger@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84BLX11029748; Wed, 4 Sep 2002 04:21:33 -0700 (PDT) Message-Id: <200209041121.g84BLX11029748@freefall.freebsd.org> From: Roger Hardiman Date: Wed, 4 Sep 2002 04:21:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnomemeeting Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roger 2002/09/04 04:21:33 PDT Modified files: net/gnomemeeting Makefile Log: We must still use USE_AUTOCONF Revision Changes Path 1.14 +1 -1 ports/net/gnomemeeting/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 4:41:20 2002 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 EA70B37B40E; Wed, 4 Sep 2002 04:41:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E5B43E65; Wed, 4 Sep 2002 04:41:07 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: from freefall.freebsd.org (roger@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84Bf7JU031236; Wed, 4 Sep 2002 04:41:07 -0700 (PDT) (envelope-from roger@freefall.freebsd.org) Received: (from roger@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84Bf7Ut031235; Wed, 4 Sep 2002 04:41:07 -0700 (PDT) Message-Id: <200209041141.g84Bf7Ut031235@freefall.freebsd.org> From: Roger Hardiman Date: Wed, 4 Sep 2002 04:41:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnomemeeting/files patch-aj X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roger 2002/09/04 04:41:07 PDT Added files: net/gnomemeeting/files patch-aj Log: Patch from Maxim Sobolev Revision Changes Path 1.1 +16 -0 ports/net/gnomemeeting/files/patch-aj (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 5:20: 0 2002 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 4BB1A37B400; Wed, 4 Sep 2002 05:19:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDE1D43E65; Wed, 4 Sep 2002 05:19:56 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84CJuJU038670; Wed, 4 Sep 2002 05:19:56 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84CJuRt038669; Wed, 4 Sep 2002 05:19:56 -0700 (PDT) Message-Id: <200209041219.g84CJuRt038669@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 4 Sep 2002 05:19:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/alf Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/04 05:19:56 PDT Modified files: devel Makefile Added files: devel/alf Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add alf 0.1 Abstract Large File Revision Changes Path 1.911 +1 -0 ports/devel/Makefile 1.1 +20 -0 ports/devel/alf/Makefile (new) 1.1 +1 -0 ports/devel/alf/distinfo (new) 1.1 +1 -0 ports/devel/alf/pkg-comment (new) 1.1 +5 -0 ports/devel/alf/pkg-descr (new) 1.1 +9 -0 ports/devel/alf/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 5:20:26 2002 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 C703437B401; Wed, 4 Sep 2002 05:19:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C11B43E65; Wed, 4 Sep 2002 05:19:59 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84CJxJU038703; Wed, 4 Sep 2002 05:19:59 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84CJxOH038702; Wed, 4 Sep 2002 05:19:59 -0700 (PDT) Message-Id: <200209041219.g84CJxOH038702@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 4 Sep 2002 05:19:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/04 05:19:59 PDT Modified files: . modules Log: alf --> ports/devel/alf Revision Changes Path 1.5809 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 5:46:34 2002 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 E4BC737B400; Wed, 4 Sep 2002 05:46:24 -0700 (PDT) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB6AC43E3B; Wed, 4 Sep 2002 05:46:23 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.12.5/8.12.5) with ESMTP id g84CfovC042043; Wed, 4 Sep 2002 08:41:50 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Received: (from mi@localhost) by aldan.algebra.com (8.12.5/8.12.5/Submit) id g84Cfk41042042; Wed, 4 Sep 2002 08:41:46 -0400 (EDT) Content-Type: text/plain; charset="iso-8859-1" From: Mikhail Teterin To: "Andrey A. Chernov" Subject: Re: cvs commit: ports/x11-fonts/XFree86-4-fontCyrillic Makefile distinfo ports/x11-fonts/XFree86-4-fontCyrillic/files patch-crox1c.bdf patch-crox1cb.bdf patch-crox1cbo.bdf patch-crox1co.bdf patch-crox1h.bdf patch-crox1hb.bdf patch-crox1hbo.bdf patch-crox1ho.bdf ... Date: Wed, 4 Sep 2002 08:41:45 -0400 User-Agent: KMail/1.4.2 Cc: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, anholt@FreeBSD.org References: <200209031042.g83AgFON078508@freefall.freebsd.org> <200209031928.24580.mi+mx@aldan.algebra.com> <20020904034232.GB25145@nagual.pp.ru> In-Reply-To: <20020904034232.GB25145@nagual.pp.ru> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 03 September 2002 11:42 pm, Andrey A. Chernov wrote: = On Tue, Sep 03, 2002 at 19:28:24 -0400, Mikhail Teterin wrote: = > Not clear at all. "Cyrillic" does not mean "Russian" -- just as "Soviet = > Union" does not mean "Russia" :-) The XFree86 project should've received = > this clue long time ago. = It is not the problem I address in my complain. Tell that to XFree86 = project. What I concern about is standards conformance. I'm afraid, you did not quite understand me. I don't suggest we install koi8-u fonts and pretend (in fonts.dir), that they are koi8-r -- that would violate a standard. What I advocate is to populate X11R6/lib/fonts/cyrillic/ with koi8-u fonts instead of the koi8-r. Now, which standard does this violate? = > On the contrary. It is (was) a lot more confusing, when the koi8-r fonts = > were named "Cyrillic", as if other characters did not exist. Maxim's = > commit just fixed that long-standing problem on FreeBSD, and I call = > on you, once again, to relay this fix through your contacts with the = > XFree86 project. = This problem (which I don't address) can't be "fixed" by replacing koi8-r = fonts with koi8-u ones, it leads only to more confusion. The biggest confusion so far, has been Russian-only fonts installed as Cyrillic. Strangely, it did not bother you... And yes, this problem IS perfectly fixable by replacing koi8-r fonts with koi8-u, I still don't see, which standard will be broken, and your e-mail continue to be rather vague. = "Cyrillic" term is not covered by standards, but koi8-r and koi8-u are. Exactly. So, please, cite the standard, that is violated by Maxim's recent change. = It is not subject of "use" but subject of standard conformance, namely = koi8-r and koi8-u standards. Again, which standard is now broken? = I already say what is wrong - obsoleted source base and missing indication = of encoding in the port name. koi8-u is not only Cyrillic exists and not = needs to pretend to be as such, especially when _silently_ replacing = _existen_ koi8-r. There are no standards covering this aspect of port names. Most (all?) names of the ports installing fonts do not specify encodings. Cyrillic never meant koi8-r -- except for some ignorant people -- and was never documented as such. Maxim just brought the port closer to the reasonable expectations. -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 6: 4: 2 2002 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 2173C37B400; Wed, 4 Sep 2002 06:04:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9D3F43E77; Wed, 4 Sep 2002 06:03:59 -0700 (PDT) (envelope-from kiri@FreeBSD.org) Received: from freefall.freebsd.org (kiri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84D3xJU045275; Wed, 4 Sep 2002 06:03:59 -0700 (PDT) (envelope-from kiri@freefall.freebsd.org) Received: (from kiri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84D3w9d045274; Wed, 4 Sep 2002 06:03:59 -0700 (PDT) Message-Id: <200209041303.g84D3w9d045274@freefall.freebsd.org> From: Kiriyama Kazuhiko Date: Wed, 4 Sep 2002 06:03:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/xemacs-packages Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kiri 2002/09/04 06:03:56 PDT Modified files: editors/xemacs-packages Makefile Log: Change MASTER_SITE_LOCAL kiri -> kiri/xemacs. Revision Changes Path 1.31 +1 -1 ports/editors/xemacs-packages/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 6: 5:12 2002 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 A2D2037B406; Wed, 4 Sep 2002 06:05:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8899F43E72; Wed, 4 Sep 2002 06:05:02 -0700 (PDT) (envelope-from kiri@FreeBSD.org) Received: from freefall.freebsd.org (kiri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84D52JU045418; Wed, 4 Sep 2002 06:05:02 -0700 (PDT) (envelope-from kiri@freefall.freebsd.org) Received: (from kiri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84D52ka045415; Wed, 4 Sep 2002 06:05:02 -0700 (PDT) Message-Id: <200209041305.g84D52ka045415@freefall.freebsd.org> From: Kiriyama Kazuhiko Date: Wed, 4 Sep 2002 06:05:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/xemacs-mule-packages Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kiri 2002/09/04 06:05:02 PDT Modified files: editors/xemacs-mule-packages Makefile Log: Change MASTER_SITE_SUBDIR kiri -> kiri/xemacs. Revision Changes Path 1.20 +1 -1 ports/editors/xemacs-mule-packages/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 6:21:33 2002 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 E7E4337B400; Wed, 4 Sep 2002 06:21:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD88343E6A; Wed, 4 Sep 2002 06:21:29 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84DLTJU051761; Wed, 4 Sep 2002 06:21:29 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84DLTbk051760; Wed, 4 Sep 2002 06:21:29 -0700 (PDT) Message-Id: <200209041321.g84DLTbk051760@freefall.freebsd.org> From: Oliver Braun Date: Wed, 4 Sep 2002 06:21:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/nd Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/04 06:21:29 PDT Modified files: www Makefile Added files: www/nd Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add nd 0.5.0, a simple command line interface for WebDAV (RFC2518) server. PR: ports/42409 Submitted by: Volker Stolz Revision Changes Path 1.533 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/nd/Makefile (new) 1.1 +1 -0 ports/www/nd/distinfo (new) 1.1 +1 -0 ports/www/nd/pkg-comment (new) 1.1 +3 -0 ports/www/nd/pkg-descr (new) 1.1 +1 -0 ports/www/nd/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 6:21:45 2002 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 EC22937B431; Wed, 4 Sep 2002 06:21:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A146943E6A; Wed, 4 Sep 2002 06:21:36 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84DLaJU051797; Wed, 4 Sep 2002 06:21:36 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84DLasb051796; Wed, 4 Sep 2002 06:21:36 -0700 (PDT) Message-Id: <200209041321.g84DLasb051796@freefall.freebsd.org> From: Oliver Braun Date: Wed, 4 Sep 2002 06:21:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/04 06:21:36 PDT Modified files: . modules Log: nd --> ports/www/nd Revision Changes Path 1.5810 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 6:56:29 2002 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 8E6E737B400; Wed, 4 Sep 2002 06:56:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 413F343E65; Wed, 4 Sep 2002 06:56:24 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84DuOJU060213; Wed, 4 Sep 2002 06:56:24 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84DuOn8060212; Wed, 4 Sep 2002 06:56:24 -0700 (PDT) Message-Id: <200209041356.g84DuOn8060212@freefall.freebsd.org> From: Oliver Braun Date: Wed, 4 Sep 2002 06:56:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/04 06:56:23 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Volker Stolz for his www/nd port. Revision Changes Path 1.245 +4 -0 doc/en_US.ISO8859-1/articles/contributors/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 Sep 4 6:56:59 2002 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 C8F8637B400; Wed, 4 Sep 2002 06:56:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CC1843E3B; Wed, 4 Sep 2002 06:56:54 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84DusJU060248; Wed, 4 Sep 2002 06:56:54 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84Duq1B060247; Wed, 4 Sep 2002 06:56:52 -0700 (PDT) Message-Id: <200209041356.g84Duq1B060247@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 4 Sep 2002 06:56:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/qlwm Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/04 06:56:52 PDT Modified files: x11-wm/qlwm Makefile distinfo Log: Update to 3.0. Patch with sed. PR: 42365 Submitted by: Tilman Linneweh Revision Changes Path 1.6 +7 -5 ports/x11-wm/qlwm/Makefile 1.4 +1 -1 ports/x11-wm/qlwm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 7: 4:46 2002 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 0C03837B400; Wed, 4 Sep 2002 07:04:35 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8806D43E77; Wed, 4 Sep 2002 07:04:33 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g84E4Lbq031002; Wed, 4 Sep 2002 18:04:24 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g84E4Exb031001; Wed, 4 Sep 2002 18:04:15 +0400 (MSD) (envelope-from ache) Date: Wed, 4 Sep 2002 18:04:12 +0400 From: "Andrey A. Chernov" To: Mikhail Teterin Cc: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, anholt@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/XFree86-4-fontCyrillic Makefile distinfo ports/x11-fonts/XFree86-4-fontCyrillic/files patch-crox1c.bdf patch-crox1cb.bdf patch-crox1cbo.bdf patch-crox1co.bdf patch-crox1h.bdf patch-crox1hb.bdf patch-crox1hbo.bdf patch-crox1ho.bdf ... Message-ID: <20020904140410.GA30776@nagual.pp.ru> References: <200209031042.g83AgFON078508@freefall.freebsd.org> <200209031928.24580.mi+mx@aldan.algebra.com> <20020904034232.GB25145@nagual.pp.ru> <200209040841.45490@aldan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209040841.45490@aldan> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 04, 2002 at 08:41:45 -0400, Mikhail Teterin wrote: > I'm afraid, you did not quite understand me. I don't suggest we install koi8-u > fonts and pretend (in fonts.dir), that they are koi8-r -- that would violate a > standard. What I advocate is to populate X11R6/lib/fonts/cyrillic/ with > koi8-u fonts instead of the koi8-r. Now, which standard does this violate? Why instead? Just add them there. koi8-r is Cyrillic subset too, at least. > The biggest confusion so far, has been Russian-only fonts installed as > Cyrillic. Strangely, it did not bother you... And yes, this problem IS Because they are Cyrillic subset. I appreciate any Cyrillic subset installed as Cyrillic, all of them, but not as replacement. I not see any reason for replacement, all fonts can be installed. > Exactly. So, please, cite the standard, that is violated by Maxim's recent > change. Not standards but common sense. > There are no standards covering this aspect of port names. Most (all?) names > of the ports installing fonts do not specify encodings. Cyrillic never meant > koi8-r -- except for some ignorant people -- and was never documented as > such. Maxim just brought the port closer to the reasonable expectations. Cyrillic means koi8-r, as subset. If I'll agree with your point of view, I immediately step in and replace koi8-u fonts with windows-1251 fonts which are Cyrillic, and you can't say anything. I told you, your "replacement" idea is very very bad. Nothing should replace anything. All things must co-exists. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 7:39: 1 2002 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 9BEF537B400; Wed, 4 Sep 2002 07:38:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4755243E7B; Wed, 4 Sep 2002 07:38:50 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84EcnJU069117; Wed, 4 Sep 2002 07:38:50 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84EcnvN069116; Wed, 4 Sep 2002 07:38:49 -0700 (PDT) Message-Id: <200209041438.g84EcnvN069116@freefall.freebsd.org> From: Oliver Braun Date: Wed, 4 Sep 2002 07:38:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/devel Makefile ports/devel/hpl Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/hs-hpl Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/hs-popenhs Makefile distinfo pkg-comment ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/04 07:38:49 PDT Modified files: . modules devel Makefile x11-toolkits Makefile Added files: devel/hs-hpl Makefile distinfo pkg-comment pkg-descr pkg-plist devel/hs-popenhs Makefile distinfo pkg-comment pkg-descr pkg-plist x11-toolkits/hs-frantk Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist x11-toolkits/hs-frantk/files patch-src::Makefile x11-toolkits/hs-gtk+hs Makefile distinfo pkg-comment pkg-descr pkg-plist Removed files: devel/hpl Makefile distinfo pkg-comment pkg-descr pkg-plist devel/popenhs Makefile distinfo pkg-comment pkg-descr pkg-plist x11-toolkits/frantk Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist x11-toolkits/frantk/files patch-src::Makefile x11-toolkits/gtk+hs Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add prefix `hs-' for Haskell related ports. Revision Changes Path 1.5811 +4 -4 CVSROOT/modules 1.912 +2 -2 ports/devel/Makefile 1.2 +0 -24 ports/devel/hpl/Makefile (dead) 1.2 +0 -1 ports/devel/hpl/distinfo (dead) 1.2 +0 -1 ports/devel/hpl/pkg-comment (dead) 1.2 +0 -13 ports/devel/hpl/pkg-descr (dead) 1.2 +0 -11 ports/devel/hpl/pkg-plist (dead) 1.1 +25 -0 ports/devel/hs-hpl/Makefile (new) 1.1 +1 -0 ports/devel/hs-hpl/distinfo (new) 1.1 +1 -0 ports/devel/hs-hpl/pkg-comment (new) 1.1 +13 -0 ports/devel/hs-hpl/pkg-descr (new) 1.1 +11 -0 ports/devel/hs-hpl/pkg-plist (new) 1.1 +22 -0 ports/devel/hs-popenhs/Makefile (new) 1.1 +1 -0 ports/devel/hs-popenhs/distinfo (new) 1.1 +1 -0 ports/devel/hs-popenhs/pkg-comment (new) 1.1 +10 -0 ports/devel/hs-popenhs/pkg-descr (new) 1.1 +5 -0 ports/devel/hs-popenhs/pkg-plist (new) 1.2 +0 -21 ports/devel/popenhs/Makefile (dead) 1.2 +0 -1 ports/devel/popenhs/distinfo (dead) 1.2 +0 -1 ports/devel/popenhs/pkg-comment (dead) 1.2 +0 -10 ports/devel/popenhs/pkg-descr (dead) 1.2 +0 -5 ports/devel/popenhs/pkg-plist (dead) 1.189 +2 -2 ports/x11-toolkits/Makefile 1.2 +0 -34 ports/x11-toolkits/frantk/Makefile (dead) 1.2 +0 -1 ports/x11-toolkits/frantk/distinfo (dead) 1.2 +0 -73 ports/x11-toolkits/frantk/files/patch-src::Makefile (dead) 1.2 +0 -1 ports/x11-toolkits/frantk/pkg-comment (dead) 1.2 +0 -8 ports/x11-toolkits/frantk/pkg-descr (dead) 1.2 +0 -5 ports/x11-toolkits/frantk/pkg-message (dead) 1.2 +0 -74 ports/x11-toolkits/frantk/pkg-plist (dead) 1.2 +0 -34 ports/x11-toolkits/gtk+hs/Makefile (dead) 1.2 +0 -1 ports/x11-toolkits/gtk+hs/distinfo (dead) 1.2 +0 -1 ports/x11-toolkits/gtk+hs/pkg-comment (dead) 1.2 +0 -8 ports/x11-toolkits/gtk+hs/pkg-descr (dead) 1.2 +0 -123 ports/x11-toolkits/gtk+hs/pkg-plist (dead) 1.1 +35 -0 ports/x11-toolkits/hs-frantk/Makefile (new) 1.1 +1 -0 ports/x11-toolkits/hs-frantk/distinfo (new) 1.1 +73 -0 ports/x11-toolkits/hs-frantk/files/patch-src::Makefile (new) 1.1 +1 -0 ports/x11-toolkits/hs-frantk/pkg-comment (new) 1.1 +8 -0 ports/x11-toolkits/hs-frantk/pkg-descr (new) 1.1 +5 -0 ports/x11-toolkits/hs-frantk/pkg-message (new) 1.1 +74 -0 ports/x11-toolkits/hs-frantk/pkg-plist (new) 1.1 +35 -0 ports/x11-toolkits/hs-gtk+hs/Makefile (new) 1.1 +1 -0 ports/x11-toolkits/hs-gtk+hs/distinfo (new) 1.1 +1 -0 ports/x11-toolkits/hs-gtk+hs/pkg-comment (new) 1.1 +8 -0 ports/x11-toolkits/hs-gtk+hs/pkg-descr (new) 1.1 +123 -0 ports/x11-toolkits/hs-gtk+hs/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 7:41:58 2002 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 0FF9A37B400; Wed, 4 Sep 2002 07:41:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6B0443E75; Wed, 4 Sep 2002 07:41:54 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84EfsJU069703; Wed, 4 Sep 2002 07:41:54 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84EfsPp069702; Wed, 4 Sep 2002 07:41:54 -0700 (PDT) Message-Id: <200209041441.g84EfsPp069702@freefall.freebsd.org> From: Gordon Tetlow Date: Wed, 4 Sep 2002 07:41:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/events/2002 usenix-devsummit.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/09/04 07:41:53 PDT Modified files: en/events/2002 usenix-devsummit.sgml Log: Correct spelling. My initials are GT not GW. Revision Changes Path 1.4 +2 -2 www/en/events/2002/usenix-devsummit.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 7:52: 0 2002 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 A384637B400; Wed, 4 Sep 2002 07:51:47 -0700 (PDT) Received: from spqr.osg.gov.bc.ca (spqr.osg.gov.bc.ca [142.32.102.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id E828743E42; Wed, 4 Sep 2002 07:51:46 -0700 (PDT) (envelope-from Cy.Schubert@osg.gov.bc.ca) Received: from passer.osg.gov.bc.ca (passer.osg.gov.bc.ca [142.32.110.29]) by spqr.osg.gov.bc.ca (Postfix) with ESMTP id 83F339F15D; Wed, 4 Sep 2002 07:51:46 -0700 (PDT) Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.3/8.12.3) with ESMTP id g84EpgAp093850; Wed, 4 Sep 2002 07:51:44 -0700 (PDT) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.3/8.12.3) with ESMTP id g84Epcfw093419; Wed, 4 Sep 2002 07:51:41 -0700 (PDT) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200209041451.g84Epcfw093419@cwsys.cwsent.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-os: FreeBSD X-Sender: cy@cwsent.com To: Andre Albsmeier Cc: Darren Reed , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/ipfilter HISTORY fil.c fils.c ip_auth.c ip_compat.h ip_fil.c ip_fil.h ip_frag.c ip_frag.h ip_ftp_pxy.c ip_h323_pxy.c ip_nat.c ip_nat.h ip_proxy.c ip_proxy.h ip_sfil.c ip_state.c ip_state.h ipf.c ipfs.c ipft_ef.c ipft_td.c ipft_tx.c ... In-Reply-To: Message from Andre Albsmeier of "Mon, 02 Sep 2002 10:57:06 +0200." <20020902105706.A93973@curry.mchp.siemens.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 04 Sep 2002 07:51:38 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20020902105706.A93973@curry.mchp.siemens.de>, Andre Albsmeier write s: > On Sat, 31-Aug-2002 at 09:26:51 -0700, Darren Reed wrote: > > darrenr 2002/08/31 09:26:51 PDT > > > > Modified files: (Branch: RELENG_4) > > contrib/ipfilter HISTORY fil.c fils.c ip_auth.c > > ip_compat.h ip_fil.c ip_fil.h ip_frag.c > > ip_frag.h ip_ftp_pxy.c ip_h323_pxy.c > > ip_nat.c ip_nat.h ip_proxy.c ip_proxy.h > > ip_sfil.c ip_state.c ip_state.h ipf.c > > ipfs.c ipft_ef.c ipft_td.c ipft_tx.c > > ipl.h ipmon.c ipnat.c ipt.c kmem.c > > mlf_ipl.c parse.c printnat.c > > contrib/ipfilter/BSD Makefile > > contrib/ipfilter/ipsend ip_var.h > > contrib/ipfilter/man ipftest.1 ipmon.8 ipnat.5 > > contrib/ipfilter/rules example.9 > > contrib/ipfilter/test Makefile > > contrib/ipfilter/test/expected f13 in1 > > contrib/ipfilter/test/input f13 > > Added files: (Branch: RELENG_4) > > contrib/ipfilter/test dotest6 > > contrib/ipfilter/test/expected i12 ni3 > > contrib/ipfilter/test/input ipv6.1 ni3 > > contrib/ipfilter/test/regress i12 ipv6.1 ni3.ipf ni3.nat > > Log: > > Merge IPFilter 3.4.29 into RELENG_4 from -current > > Thanks a lot for this one, Darren! > > One thing I noticed: When comparing ip_frag.c from -current > (or ip-fil3.4.29.tar.gz) with the one in -STABLE, I get: > > andre@bali:/src>diff -u src-5/sys/contrib/ipfilter/netinet/ip_frag.c src-4/sy > s/contrib/ipfilter/netinet/ip_frag.c > --- src-5/sys/contrib/ipfilter/netinet/ip_frag.c Mon Sep 2 10:21:19 200 > 2 > +++ src-4/sys/contrib/ipfilter/netinet/ip_frag.c Mon Sep 2 10:15:42 200 > 2 > @@ -90,7 +90,8 @@ > > #if !defined(lint) > static const char sccsid[] = "@(#)ip_frag.c 1.11 3/24/96 (C) 1993-2000 Darr > en Reed"; > -static const char rcsid[] = "@(#)$FreeBSD: src/sys/contrib/ipfilter/netinet/ > ip_frag.c,v 1.23 2002/08/28 13:41:36 darrenr Exp $"; > +/*static const char rcsid[] = "@(#)$Id: ip_frag.c,v 2.10.2.24 2002/08/28 12: > 41:04 darrenr Exp $";*/ > +static const char rcsid[] = "@(#)$FreeBSD: src/sys/contrib/ipfilter/netinet/ > ip_frag.c,v 1.15.2.5 2002/08/31 16:24:52 darrenr Exp $"; > #endif > > > @@ -149,7 +150,7 @@ > if (ipfr_inuse >= IPFT_SIZE) > return NULL; > > - if (!(fin->fin_fl & FI_FRAG)) > + if (!(fin->fin_fi.fi_fl & FI_FRAG)) > return NULL; > > frag.ipfr_p = ip->ip_p; > > > I am asking myself if the difference is desired... > > Thanks, > > -Andre I noticed that too, except that /usr/src/contrib/ipfilter/ip_frag.c compares to ip_frag.c that comes with IPF 3.4.29 while /usr/src/sys/contrib/ipfilter/netinet/ip_frag.c has the above differences. Other differences include: fil.c ip_fil.c ip_fil.h ip_h323_pxy.c ip_log.c ip_nat.c -- Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5766 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@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 Sep 4 8:19: 4 2002 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 77CDB37B400; Wed, 4 Sep 2002 08:19:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B94343E72; Wed, 4 Sep 2002 08:19:02 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84FJ1JU077838; Wed, 4 Sep 2002 08:19:02 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84FJ1Gq077837; Wed, 4 Sep 2002 08:19:01 -0700 (PDT) Message-Id: <200209041519.g84FJ1Gq077837@freefall.freebsd.org> From: Sebastien Gioria Date: Wed, 4 Sep 2002 08:19:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2002/09/04 08:19:01 PDT Modified files: (Branch: RELENG_4) release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml Log: MFen 1.22.2.289->1.22.2.290 Approved by: re@FreeBSD.ORG (bmah) Revision Changes Path 1.1.2.11 +13 -1 src/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 8:28:14 2002 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 9690A37B400; Wed, 4 Sep 2002 08:28:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AEBE43E7B; Wed, 4 Sep 2002 08:28:11 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from freefall.freebsd.org (des@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84FSBJU078579; Wed, 4 Sep 2002 08:28:11 -0700 (PDT) (envelope-from des@freefall.freebsd.org) Received: (from des@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84FSAi7078578; Wed, 4 Sep 2002 08:28:10 -0700 (PDT) Message-Id: <200209041528.g84FSAi7078578@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 4 Sep 2002 08:28:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/vipw pw_util.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/09/04 08:28:10 PDT Modified files: (Branch: RELENG_4) usr.sbin/vipw pw_util.c Log: s/strchr/strrchr/ (typo in previous commit) PR: i386/42315 Submitted by: Mike Makonnen Revision Changes Path 1.17.2.4 +1 -1 src/usr.sbin/vipw/pw_util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 8:29: 8 2002 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 75AE237B400; Wed, 4 Sep 2002 08:29:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2991D43E88; Wed, 4 Sep 2002 08:29:05 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84FT5JU078633; Wed, 4 Sep 2002 08:29:05 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84FT5dY078632; Wed, 4 Sep 2002 08:29:05 -0700 (PDT) Message-Id: <200209041529.g84FT5dY078632@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 4 Sep 2002 08:29:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc puc.c pucvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/04 08:29:04 PDT Modified files: sys/dev/puc puc.c pucvar.h Log: Bring back the PUC_FASTINTR option, and implement it correctly so that child devices also know if they are fast or normal. Requested by: bde Revision Changes Path 1.15 +12 -2 src/sys/dev/puc/puc.c 1.5 +1 -0 src/sys/dev/puc/pucvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 9: 4:27 2002 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 5273637B406; Wed, 4 Sep 2002 09:04:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0154B43E77; Wed, 4 Sep 2002 09:04:23 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84G4MJU082076; Wed, 4 Sep 2002 09:04:22 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84G4LDW082075; Wed, 4 Sep 2002 09:04:21 -0700 (PDT) Message-Id: <200209041604.g84G4LDW082075@freefall.freebsd.org> From: Sebastien Gioria Date: Wed, 4 Sep 2002 09:04:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/preface preface.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2002/09/04 09:04:21 PDT Modified files: en_US.ISO8859-1/books/handbook/preface preface.sgml Log: Updating the title of the Sound Chapter to Multimedia, because it reflect better the contents PR: docs/42411 Submitted by: Christophe Juniet Revision Changes Path 1.15 +4 -4 doc/en_US.ISO8859-1/books/handbook/preface/preface.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 9:20:35 2002 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 8C51837B406; Wed, 4 Sep 2002 09:20:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FF0343E72; Wed, 4 Sep 2002 09:20:26 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84GKQJU087590; Wed, 4 Sep 2002 09:20:26 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84GKQaD087589; Wed, 4 Sep 2002 09:20:26 -0700 (PDT) Message-Id: <200209041620.g84GKQaD087589@freefall.freebsd.org> From: Ceri Davies Date: Wed, 4 Sep 2002 09:20:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/09/04 09:20:25 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Whitespace. Translators may ignore. Revision Changes Path 1.475 +32 -49 doc/en_US.ISO8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 9:28:15 2002 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 4BB9437B400; Wed, 4 Sep 2002 09:28:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 018DE43E42; Wed, 4 Sep 2002 09:28:13 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84GSCJU088396; Wed, 4 Sep 2002 09:28:12 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84GSCCu088395; Wed, 4 Sep 2002 09:28:12 -0700 (PDT) Message-Id: <200209041628.g84GSCCu088395@freefall.freebsd.org> From: Ceri Davies Date: Wed, 4 Sep 2002 09:28:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/09/04 09:28:12 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Grammar fixup, and use an entity instead of the string "man 4 wd". Revision Changes Path 1.476 +2 -2 doc/en_US.ISO8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 10: 3:15 2002 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 4672C37B400; Wed, 4 Sep 2002 10:03:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC8D643E72; Wed, 4 Sep 2002 10:03:11 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from freefall.freebsd.org (markm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84H3BJU091842; Wed, 4 Sep 2002 10:03:11 -0700 (PDT) (envelope-from markm@freefall.freebsd.org) Received: (from markm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84H3BnL091841; Wed, 4 Sep 2002 10:03:11 -0700 (PDT) Message-Id: <200209041703.g84H3BnL091841@freefall.freebsd.org> From: Mark Murray Date: Wed, 4 Sep 2002 10:03:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/eresources chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/09/04 10:03:10 PDT Modified files: en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: Clarify the charter (a bit) for FreeBSD-Security. This list recently became hardcore technical, with a de-emphasis on the Q/A aspect. This is an attempt to re-attract time-tight security experts back. Revision Changes Path 1.95 +4 -1 doc/en_US.ISO8859-1/books/handbook/eresources/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 Sep 4 10:39: 0 2002 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 2DDD837B400; Wed, 4 Sep 2002 10:38:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEA2143E77; Wed, 4 Sep 2002 10:38:52 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84HcqJU099017; Wed, 4 Sep 2002 10:38:52 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84HcqeD099016; Wed, 4 Sep 2002 10:38:52 -0700 (PDT) Message-Id: <200209041738.g84HcqeD099016@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 4 Sep 2002 10:38:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/povray Makefile distinfo pkg-descr pkg-plist ports/graphics/povray/files patch-Makefile.in patch-a patch-b patch-povray.ini patch-src::Makefile.in patch-src::optout.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/04 10:38:52 PDT Modified files: graphics/povray Makefile distinfo pkg-descr pkg-plist Added files: graphics/povray/files patch-Makefile.in patch-povray.ini patch-src::Makefile.in patch-src::optout.h Removed files: graphics/povray/files patch-a patch-b Log: o Update to 3.5 o Assign maintainership to submitter PR: 41709 Submitted by: Nakata Maho Approved by: maintainer (previous one) Revision Changes Path 1.27 +41 -27 ports/graphics/povray/Makefile 1.8 +1 -2 ports/graphics/povray/distinfo 1.1 +56 -0 ports/graphics/povray/files/patch-Makefile.in (new) 1.3 +0 -21 ports/graphics/povray/files/patch-a (dead) 1.6 +0 -87 ports/graphics/povray/files/patch-b (dead) 1.1 +13 -0 ports/graphics/povray/files/patch-povray.ini (new) 1.1 +41 -0 ports/graphics/povray/files/patch-src::Makefile.in (new) 1.1 +12 -0 ports/graphics/povray/files/patch-src::optout.h (new) 1.6 +2 -4 ports/graphics/povray/pkg-descr 1.6 +1426 -629 ports/graphics/povray/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 Sep 4 10:42:40 2002 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 07EE837B400; Wed, 4 Sep 2002 10:42:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B204A43E4A; Wed, 4 Sep 2002 10:42:34 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84HgYJU099689; Wed, 4 Sep 2002 10:42:34 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84HgY7E099688; Wed, 4 Sep 2002 10:42:34 -0700 (PDT) Message-Id: <200209041742.g84HgY7E099688@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 4 Sep 2002 10:42:34 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/04 10:42:34 PDT Modified files: graphics/povray Makefile Log: Remove unnecessary commented lines Revision Changes Path 1.28 +0 -10 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 Wed Sep 4 11: 2:19 2002 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 E8CFF37B400; Wed, 4 Sep 2002 11:02:11 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B48C43E42; Wed, 4 Sep 2002 11:02:10 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id SAA18846; Wed, 4 Sep 2002 18:02:07 GMT Date: Thu, 5 Sep 2002 04:09:31 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/dev/puc puc.c pucvar.h In-Reply-To: <200209041529.g84FT5dY078632@freefall.freebsd.org> Message-ID: <20020905030030.Y1990-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 4 Sep 2002, Poul-Henning Kamp wrote: > phk 2002/09/04 08:29:04 PDT > > Modified files: > sys/dev/puc puc.c pucvar.h > Log: > Bring back the PUC_FASTINTR option, and implement it correctly so that > child devices also know if they are fast or normal. > > Requested by: bde Thanks. The following untested patch is supposed to fix the case of a normal child attempting to attach to a fast parent (this shouldn't be permitted, though it will work if the child is sio since sio's interrupt handler is really fast even when it it attached as normal. %%% Index: puc.c =================================================================== RCS file: /home/ncvs/src/sys/dev/puc/puc.c,v retrieving revision 1.15 diff -u -2 -r1.15 puc.c --- puc.c 4 Sep 2002 15:29:04 -0000 1.15 +++ puc.c 4 Sep 2002 18:03:58 -0000 @@ -164,5 +164,5 @@ INTR_TYPE_TTY | INTR_FAST, puc_intr, sc, &sc->intr_cookie); if (irq_setup == 0) - sc->fastintr = 1; + sc->fastintr = INTR_FAST; else irq_setup = BUS_SETUP_INTR(device_get_parent(dev), dev, res, @@ -462,5 +462,5 @@ sc = (struct puc_softc *)device_get_softc(dev); - if ((flags & INTR_FAST) && !sc->fastintr) + if ((flags & INTR_FAST) != sc->fastintr) return (ENXIO); for (i = 0; PUC_PORT_VALID(sc->sc_desc, i); i++) { %%% Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 11:12:13 2002 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 614C337B400; Wed, 4 Sep 2002 11:12:11 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id D679F43E4A; Wed, 4 Sep 2002 11:12:10 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id LAA61176; Wed, 4 Sep 2002 11:15:23 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id LAA61126; Wed, 4 Sep 2002 11:14:13 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Wed, 4 Sep 2002 11:14:07 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Brian Somers Cc: cvs-all@freebsd.org, Gea-Suan Lin Subject: Re: cvs commit: ports/net/freeradius Makefile distinfo ports/net/freeradius/files patch-aa In-Reply-To: <200208311714.g7VHE32V073274@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 31 Aug 2002, Brian Somers wrote: # brian 2002/08/31 10:14:03 PDT # # Modified files: # net/freeradius Makefile distinfo # net/freeradius/files patch-aa # Log: # Update to 0.7 This takes care of PR ports/40772 (Update port: net/freeradius) then. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 11:14:20 2002 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 A938737B400; Wed, 4 Sep 2002 11:14:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FB6D43E65; Wed, 4 Sep 2002 11:14:18 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from freefall.freebsd.org (markm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84IEIJU007225; Wed, 4 Sep 2002 11:14:18 -0700 (PDT) (envelope-from markm@freefall.freebsd.org) Received: (from markm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84IEIIu007224; Wed, 4 Sep 2002 11:14:18 -0700 (PDT) Message-Id: <200209041814.g84IEIIu007224@freefall.freebsd.org> From: Mark Murray Date: Wed, 4 Sep 2002 11:14:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/09/04 11:14:18 PDT Modified files: sys/pci if_dc.c Log: Make consistent; turn spaces into tabs where there is a mixture. Revision Changes Path 1.77 +21 -21 src/sys/pci/if_dc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 11:35:59 2002 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 0AD8037B400; Wed, 4 Sep 2002 11:35:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F5243E6E; Wed, 4 Sep 2002 11:35:53 -0700 (PDT) (envelope-from tom@FreeBSD.org) Received: from freefall.freebsd.org (tom@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84IZrJU009370; Wed, 4 Sep 2002 11:35:53 -0700 (PDT) (envelope-from tom@freefall.freebsd.org) Received: (from tom@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84IZqLS009369; Wed, 4 Sep 2002 11:35:52 -0700 (PDT) Message-Id: <200209041835.g84IZqLS009369@freefall.freebsd.org> From: Tom Hukins Date: Wed, 4 Sep 2002 11:35:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/plotutils pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tom 2002/09/04 11:35:50 PDT Modified files: graphics/plotutils pkg-descr Log: Remove version-specific information, replacing it with summary information from the plotutils Web site. The patch is mine, inspired by a patch by Craig Rodrigues posted to -ports. Submitted by: Craig Rodrigues Revision Changes Path 1.3 +5 -3 ports/graphics/plotutils/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 11:39:19 2002 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 1E98237B400; Wed, 4 Sep 2002 11:39:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D5F43E42; Wed, 4 Sep 2002 11:39:09 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84Id9JU010117; Wed, 4 Sep 2002 11:39:09 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84Id9bQ010116; Wed, 4 Sep 2002 11:39:09 -0700 (PDT) Message-Id: <200209041839.g84Id9bQ010116@freefall.freebsd.org> From: Oliver Braun Date: Wed, 4 Sep 2002 11:39:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/devel Makefile ports/devel/c2hs Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/drift Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/green-card Makefile distinfo pkg-comment ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/04 11:39:09 PDT Modified files: . modules devel Makefile devel/hs-c2hs Makefile devel/hs-drift Makefile devel/hs-green-card Makefile devel/hs-haddock Makefile devel/hs-happy Makefile devel/hs-hat Makefile devel/hs-hmake Makefile graphics Makefile graphics/hs-hgl Makefile textproc Makefile textproc/hs-haxml Makefile Removed files: devel/c2hs Makefile distinfo pkg-comment pkg-descr pkg-plist devel/drift Makefile distinfo pkg-comment pkg-descr pkg-plist devel/green-card Makefile distinfo pkg-comment pkg-descr pkg-plist devel/green-card/files patch-src::Makefile devel/haddock Makefile distinfo pkg-comment pkg-descr pkg-plist devel/happy Makefile distinfo pkg-comment pkg-descr pkg-plist devel/hat Makefile distinfo pkg-comment pkg-descr pkg-plist devel/hat/files patch-configure patch-script::harch devel/hmake Makefile distinfo pkg-comment pkg-descr pkg-plist devel/hmake/files patch-script::harch graphics/hgl Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/hgl/files patch-aa graphics/hgl/scripts hugs-hgl textproc/haxml Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add prefix `hs-' for Haskell related ports after repo copy. Remove Haskell ports without prefix. Revision Changes Path 1.5812 +8 -8 CVSROOT/modules 1.913 +7 -7 ports/devel/Makefile 1.3 +0 -32 ports/devel/c2hs/Makefile (dead) 1.2 +0 -1 ports/devel/c2hs/distinfo (dead) 1.2 +0 -1 ports/devel/c2hs/pkg-comment (dead) 1.2 +0 -13 ports/devel/c2hs/pkg-descr (dead) 1.2 +0 -15 ports/devel/c2hs/pkg-plist (dead) 1.3 +0 -37 ports/devel/drift/Makefile (dead) 1.2 +0 -1 ports/devel/drift/distinfo (dead) 1.2 +0 -1 ports/devel/drift/pkg-comment (dead) 1.2 +0 -16 ports/devel/drift/pkg-descr (dead) 1.2 +0 -4 ports/devel/drift/pkg-plist (dead) 1.3 +0 -33 ports/devel/green-card/Makefile (dead) 1.3 +0 -1 ports/devel/green-card/distinfo (dead) 1.2 +0 -12 ports/devel/green-card/files/patch-src::Makefile (dead) 1.2 +0 -1 ports/devel/green-card/pkg-comment (dead) 1.2 +0 -8 ports/devel/green-card/pkg-descr (dead) 1.2 +0 -26 ports/devel/green-card/pkg-plist (dead) 1.5 +0 -44 ports/devel/haddock/Makefile (dead) 1.4 +0 -1 ports/devel/haddock/distinfo (dead) 1.2 +0 -1 ports/devel/haddock/pkg-comment (dead) 1.2 +0 -8 ports/devel/haddock/pkg-descr (dead) 1.4 +0 -34 ports/devel/haddock/pkg-plist (dead) 1.7 +0 -48 ports/devel/happy/Makefile (dead) 1.5 +0 -1 ports/devel/happy/distinfo (dead) 1.2 +0 -1 ports/devel/happy/pkg-comment (dead) 1.2 +0 -5 ports/devel/happy/pkg-descr (dead) 1.5 +0 -53 ports/devel/happy/pkg-plist (dead) 1.17 +0 -96 ports/devel/hat/Makefile (dead) 1.7 +0 -1 ports/devel/hat/distinfo (dead) 1.3 +0 -20 ports/devel/hat/files/patch-configure (dead) 1.4 +0 -13 ports/devel/hat/files/patch-script::harch (dead) 1.3 +0 -1 ports/devel/hat/pkg-comment (dead) 1.3 +0 -10 ports/devel/hat/pkg-descr (dead) 1.7 +0 -226 ports/devel/hat/pkg-plist (dead) 1.5 +0 -42 ports/devel/hmake/Makefile (dead) 1.4 +0 -1 ports/devel/hmake/distinfo (dead) 1.2 +0 -13 ports/devel/hmake/files/patch-script::harch (dead) 1.2 +0 -1 ports/devel/hmake/pkg-comment (dead) 1.3 +0 -20 ports/devel/hmake/pkg-descr (dead) 1.4 +0 -12 ports/devel/hmake/pkg-plist (dead) 1.3 +1 -0 ports/devel/hs-c2hs/Makefile 1.3 +1 -0 ports/devel/hs-drift/Makefile 1.3 +1 -0 ports/devel/hs-green-card/Makefile 1.5 +1 -0 ports/devel/hs-haddock/Makefile 1.7 +1 -0 ports/devel/hs-happy/Makefile 1.17 +2 -1 ports/devel/hs-hat/Makefile 1.5 +1 -0 ports/devel/hs-hmake/Makefile 1.496 +1 -1 ports/graphics/Makefile 1.3 +0 -45 ports/graphics/hgl/Makefile (dead) 1.2 +0 -1 ports/graphics/hgl/distinfo (dead) 1.2 +0 -41 ports/graphics/hgl/files/patch-aa (dead) 1.2 +0 -1 ports/graphics/hgl/pkg-comment (dead) 1.2 +0 -15 ports/graphics/hgl/pkg-descr (dead) 1.2 +0 -39 ports/graphics/hgl/pkg-plist (dead) 1.2 +0 -3 ports/graphics/hgl/scripts/hugs-hgl (dead) 1.3 +1 -0 ports/graphics/hs-hgl/Makefile 1.405 +1 -1 ports/textproc/Makefile 1.6 +0 -80 ports/textproc/haxml/Makefile (dead) 1.5 +0 -1 ports/textproc/haxml/distinfo (dead) 1.2 +0 -1 ports/textproc/haxml/pkg-comment (dead) 1.3 +0 -8 ports/textproc/haxml/pkg-descr (dead) 1.3 +0 -154 ports/textproc/haxml/pkg-plist (dead) 1.6 +2 -1 ports/textproc/hs-haxml/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 11:50:45 2002 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 8C6B237B400; Wed, 4 Sep 2002 11:50:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 420D943E6A; Wed, 4 Sep 2002 11:50:41 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84IofJU011450; Wed, 4 Sep 2002 11:50:41 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84Ioft5011449; Wed, 4 Sep 2002 11:50:41 -0700 (PDT) Message-Id: <200209041850.g84Ioft5011449@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 4 Sep 2002 11:50:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc puc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/04 11:50:40 PDT Modified files: sys/dev/puc puc.c Log: Don't let children attach fast interrupts if the parent interrupt is normal. Submitted by: bde Revision Changes Path 1.16 +2 -2 src/sys/dev/puc/puc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 12:19:21 2002 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 6C7E737B400; Wed, 4 Sep 2002 12:19:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2180443E75; Wed, 4 Sep 2002 12:19:18 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84JJHJU017939; Wed, 4 Sep 2002 12:19:17 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84JJHO8017938; Wed, 4 Sep 2002 12:19:17 -0700 (PDT) Message-Id: <200209041919.g84JJHO8017938@freefall.freebsd.org> From: Oliver Braun Date: Wed, 4 Sep 2002 12:19:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/04 12:19:17 PDT Modified files: . modules Log: Add entry for generic-haskell, which is missing although I have used addport to import generic-haskell. Revision Changes Path 1.5813 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 12:23:44 2002 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 34CBA37B400; Wed, 4 Sep 2002 12:23:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF55543E42; Wed, 4 Sep 2002 12:23:39 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84JNdJU018593; Wed, 4 Sep 2002 12:23:39 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84JNd1M018592; Wed, 4 Sep 2002 12:23:39 -0700 (PDT) Message-Id: <200209041923.g84JNd1M018592@freefall.freebsd.org> From: Oliver Braun Date: Wed, 4 Sep 2002 12:23:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ghc pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/04 12:23:39 PDT Modified files: lang/ghc pkg-message Log: Fix pkg-message, after adding `hs-' prefix to Haskell ports. Revision Changes Path 1.2 +2 -1 ports/lang/ghc/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 Sep 4 12:31:17 2002 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 8D0B937B400; Wed, 4 Sep 2002 12:31:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F34E343E65; Wed, 4 Sep 2002 12:31:09 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84JV9JU019336; Wed, 4 Sep 2002 12:31:09 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84JV9rx019335; Wed, 4 Sep 2002 12:31:09 -0700 (PDT) Message-Id: <200209041931.g84JV9rx019335@freefall.freebsd.org> From: John Baldwin Date: Wed, 4 Sep 2002 12:31:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include pci_cfgreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/04 12:31:09 PDT Modified files: sys/i386/include pci_cfgreg.h Log: Function prototypes don't need 'extern'. Revision Changes Path 1.6 +7 -7 src/sys/i386/include/pci_cfgreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 12:32:24 2002 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 6611937B401; Wed, 4 Sep 2002 12:32:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AEEB43E75; Wed, 4 Sep 2002 12:32:19 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84JWIJU019453; Wed, 4 Sep 2002 12:32:18 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84JWIL9019452; Wed, 4 Sep 2002 12:32:18 -0700 (PDT) Message-Id: <200209041932.g84JWIL9019452@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 4 Sep 2002 12:32:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_tc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/04 12:32:18 PDT Modified files: sys/kern kern_tc.c Log: Do not employ timecounter hardware if our hz does not support their correct rewinding. Revision Changes Path 1.139 +10 -2 src/sys/kern/kern_tc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 12:33:22 2002 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 289AB37B400; Wed, 4 Sep 2002 12:33:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D23A843E75; Wed, 4 Sep 2002 12:33:14 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: from freefall.freebsd.org (jeh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84JXEJU019533; Wed, 4 Sep 2002 12:33:14 -0700 (PDT) (envelope-from jeh@freefall.freebsd.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84JXEip019532; Wed, 4 Sep 2002 12:33:14 -0700 (PDT) Message-Id: <200209041933.g84JXEip019532@freefall.freebsd.org> From: "James E. Housley" Date: Wed, 4 Sep 2002 12:33:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeh 2002/09/04 12:33:14 PDT Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4221 Revision Changes Path 1.114 +1 -1 ports/security/uvscan-dat/Makefile 1.112 +1 -1 ports/security/uvscan-dat/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 12:41:11 2002 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 86FB437B400; Wed, 4 Sep 2002 12:41:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A65843E65; Wed, 4 Sep 2002 12:41:03 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84Jf3JU020454; Wed, 4 Sep 2002 12:41:03 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84Jf3nE020453; Wed, 4 Sep 2002 12:41:03 -0700 (PDT) Message-Id: <200209041941.g84Jf3nE020453@freefall.freebsd.org> From: Oliver Braun Date: Wed, 4 Sep 2002 12:41:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/gtk20-apireference Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/04 12:41:02 PDT Modified files: x11-toolkits Makefile Added files: x11-toolkits/gtk20-apireference Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add gtk20-apireference 20020830, API reference for the Gimp Toolkit v2.0 for X11 GUI. PR: ports/39207, ports/42183 Submitted by: Edwin Groothuis (edwin@mavetju.org) Revision Changes Path 1.190 +1 -0 ports/x11-toolkits/Makefile 1.1 +26 -0 ports/x11-toolkits/gtk20-apireference/Makefile (new) 1.1 +3 -0 ports/x11-toolkits/gtk20-apireference/distinfo (new) 1.1 +1 -0 ports/x11-toolkits/gtk20-apireference/pkg-comment (new) 1.1 +14 -0 ports/x11-toolkits/gtk20-apireference/pkg-descr (new) 1.1 +418 -0 ports/x11-toolkits/gtk20-apireference/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 12:41:21 2002 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 2F45237B4A6; Wed, 4 Sep 2002 12:41:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8B3D43E6E; Wed, 4 Sep 2002 12:41:12 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84JfCJU020493; Wed, 4 Sep 2002 12:41:12 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84JfC6m020492; Wed, 4 Sep 2002 12:41:12 -0700 (PDT) Message-Id: <200209041941.g84JfC6m020492@freefall.freebsd.org> From: Oliver Braun Date: Wed, 4 Sep 2002 12:41:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/04 12:41:12 PDT Modified files: . modules Log: gtk20-apireference --> ports/x11-toolkits/gtk20-apireference Revision Changes Path 1.5814 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 12:41:51 2002 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 55D6C37B401; Wed, 4 Sep 2002 12:41:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F9043E6A; Wed, 4 Sep 2002 12:41:43 -0700 (PDT) (envelope-from seanc@FreeBSD.org) Received: from freefall.freebsd.org (seanc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84JfhJU020871; Wed, 4 Sep 2002 12:41:43 -0700 (PDT) (envelope-from seanc@freefall.freebsd.org) Received: (from seanc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84JfhIp020870; Wed, 4 Sep 2002 12:41:43 -0700 (PDT) Message-Id: <200209041941.g84JfhIp020870@freefall.freebsd.org> From: Sean Chittenden Date: Wed, 4 Sep 2002 12:41:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/jabber Makefile ports/net/jabber-aim Makefile ports/net/jabber-conference Makefile ports/net/jabber-jud Makefile ports/textproc/docbookide.el Makefile ports/www/mod_backhand Makefile ports/www/ruby-tmpl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG seanc 2002/09/04 12:41:43 PDT Modified files: net/jabber Makefile net/jabber-aim Makefile net/jabber-conference Makefile net/jabber-jud Makefile textproc/docbookide.el Makefile www/mod_backhand Makefile www/ruby-tmpl Makefile Log: Updating maintainer e-mail address Reviewed by: knu (mentor) Approved by: knu (mentor) Revision Changes Path 1.2 +2 -2 ports/net/jabber-aim/Makefile 1.3 +2 -2 ports/net/jabber-conference/Makefile 1.2 +2 -2 ports/net/jabber-jud/Makefile 1.15 +1 -1 ports/net/jabber/Makefile 1.2 +2 -2 ports/textproc/docbookide.el/Makefile 1.5 +1 -1 ports/www/mod_backhand/Makefile 1.3 +2 -2 ports/www/ruby-tmpl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 12:43:54 2002 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 7DE4D37B411; Wed, 4 Sep 2002 12:43:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AC5943E81; Wed, 4 Sep 2002 12:43:33 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84JhMJU021389; Wed, 4 Sep 2002 12:43:22 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84JhMWh021388; Wed, 4 Sep 2002 12:43:22 -0700 (PDT) Message-Id: <200209041943.g84JhMWh021388@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 4 Sep 2002 12:43:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 options.i386 src/sys/i386/conf NOTES src/sys/i386/i386 elan-mmcr.c identcpu.c src/sys/i386/pci pci_bus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/04 12:43:22 PDT Modified files: sys/conf files.i386 options.i386 sys/i386/conf NOTES sys/i386/i386 elan-mmcr.c identcpu.c sys/i386/pci pci_bus.c Log: Change the support for AMDs ElanSC520 CPU from being a device driver to be options CPU_ELAN (NB: Soekris.com users!) It is cleaner this way. We still recognize the cpu on the host-pci bridge. Revision Changes Path 1.416 +1 -1 src/sys/conf/files.i386 1.177 +1 -0 src/sys/conf/options.i386 1.1034 +3 -4 src/sys/i386/conf/NOTES 1.3 +44 -1 src/sys/i386/i386/elan-mmcr.c 1.108 +0 -44 src/sys/i386/i386/identcpu.c 1.84 +7 -0 src/sys/i386/pci/pci_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 12:44:46 2002 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 DA3EF37B405; Wed, 4 Sep 2002 12:44:38 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DB8443E6E; Wed, 4 Sep 2002 12:43:29 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id MAA64479; Wed, 4 Sep 2002 12:45:41 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id MAA64472; Wed, 4 Sep 2002 12:45:38 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Wed, 4 Sep 2002 12:45:38 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Cy Schubert Cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports/misc/screen Makefile distinfo pkg-plist ports/misc/screen/files patch-ac patch-ad patch-ah In-Reply-To: <200209021414.g82EE1pm061058@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2 Sep 2002, Cy Schubert wrote: # cy 2002/09/02 07:14:00 PDT # # Modified files: # misc/screen Makefile distinfo pkg-plist # misc/screen/files patch-ad # Removed files: # misc/screen/files patch-ac patch-ah # Log: # 1. Update 3.9.11 --> 3.9.12. # 2. Add installation of etc/screenrc. # 3. Fix hashed password with garbled salt. # # #2 Submitted by: ade # #3 Submitted by: Phil C Did the issue with the screen package get resolved (package build on non-SMP machine pegs cpu on SMP system)? PRs ports/39148 & ports/39479. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 12:50:59 2002 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 0E53237B400; Wed, 4 Sep 2002 12:50:48 -0700 (PDT) Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B0E243E6E; Wed, 4 Sep 2002 12:50:46 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by thoth.sbs.de (8.11.6/8.11.6) with ESMTP id g84Jod717661; Wed, 4 Sep 2002 21:50:39 +0200 (MEST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id g84Jodx19815; Wed, 4 Sep 2002 21:50:39 +0200 (MEST) Received: (from localhost) by curry.mchp.siemens.de (8.12.5/8.12.5) id g84Jodt7070856; Date: Wed, 4 Sep 2002 21:50:38 +0200 From: Andre Albsmeier To: Cy Schubert - CITS Open Systems Group Cc: Andre Albsmeier , Darren Reed , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/ipfilter HISTORY fil.c fils.c ip_auth.c ip_compat.h ip_fil.c ip_fil.h ip_frag.c ip_frag.h ip_ftp_pxy.c ip_h323_pxy.c ip_nat.c ip_nat.h ip_proxy.c ip_proxy.h ip_sfil.c ip_state.c ip_state.h ipf.c ipfs.c ipft_ef.c ipft_td.c ipft_tx.c ... Message-ID: <20020904215038.A75763@curry.mchp.siemens.de> References: <200209041451.g84Epcfw093419@cwsys.cwsent.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209041451.g84Epcfw093419@cwsys.cwsent.com>; from Cy.Schubert@uumail.gov.bc.ca on Wed, Sep 04, 2002 at 07:51:38AM -0700 X-Echelon: Area51, Minox, spies, spies, plutonium Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 04-Sep-2002 at 07:51:38 -0700, Cy Schubert - CITS Open Systems Group wrote: > In message <20020902105706.A93973@curry.mchp.siemens.de>, Andre > Albsmeier write > s: > > On Sat, 31-Aug-2002 at 09:26:51 -0700, Darren Reed wrote: > > > darrenr 2002/08/31 09:26:51 PDT > > > > > > Modified files: (Branch: RELENG_4) > > > contrib/ipfilter HISTORY fil.c fils.c ip_auth.c > > > ip_compat.h ip_fil.c ip_fil.h ip_frag.c > > > ip_frag.h ip_ftp_pxy.c ip_h323_pxy.c > > > ip_nat.c ip_nat.h ip_proxy.c ip_proxy.h > > > ip_sfil.c ip_state.c ip_state.h ipf.c > > > ipfs.c ipft_ef.c ipft_td.c ipft_tx.c > > > ipl.h ipmon.c ipnat.c ipt.c kmem.c > > > mlf_ipl.c parse.c printnat.c > > > contrib/ipfilter/BSD Makefile > > > contrib/ipfilter/ipsend ip_var.h > > > contrib/ipfilter/man ipftest.1 ipmon.8 ipnat.5 > > > contrib/ipfilter/rules example.9 > > > contrib/ipfilter/test Makefile > > > contrib/ipfilter/test/expected f13 in1 > > > contrib/ipfilter/test/input f13 > > > Added files: (Branch: RELENG_4) > > > contrib/ipfilter/test dotest6 > > > contrib/ipfilter/test/expected i12 ni3 > > > contrib/ipfilter/test/input ipv6.1 ni3 > > > contrib/ipfilter/test/regress i12 ipv6.1 ni3.ipf ni3.nat > > > Log: > > > Merge IPFilter 3.4.29 into RELENG_4 from -current > > > > Thanks a lot for this one, Darren! > > > > One thing I noticed: When comparing ip_frag.c from -current > > (or ip-fil3.4.29.tar.gz) with the one in -STABLE, I get: > > > > andre@bali:/src>diff -u src-5/sys/contrib/ipfilter/netinet/ip_frag.c src-4/sy > > s/contrib/ipfilter/netinet/ip_frag.c > > --- src-5/sys/contrib/ipfilter/netinet/ip_frag.c Mon Sep 2 10:21:19 200 > > 2 > > +++ src-4/sys/contrib/ipfilter/netinet/ip_frag.c Mon Sep 2 10:15:42 200 > > 2 > > @@ -90,7 +90,8 @@ > > > > #if !defined(lint) > > static const char sccsid[] = "@(#)ip_frag.c 1.11 3/24/96 (C) 1993-2000 Darr > > en Reed"; > > -static const char rcsid[] = "@(#)$FreeBSD: src/sys/contrib/ipfilter/netinet/ > > ip_frag.c,v 1.23 2002/08/28 13:41:36 darrenr Exp $"; > > +/*static const char rcsid[] = "@(#)$Id: ip_frag.c,v 2.10.2.24 2002/08/28 12: > > 41:04 darrenr Exp $";*/ > > +static const char rcsid[] = "@(#)$FreeBSD: src/sys/contrib/ipfilter/netinet/ > > ip_frag.c,v 1.15.2.5 2002/08/31 16:24:52 darrenr Exp $"; > > #endif > > > > > > @@ -149,7 +150,7 @@ > > if (ipfr_inuse >= IPFT_SIZE) > > return NULL; > > > > - if (!(fin->fin_fl & FI_FRAG)) > > + if (!(fin->fin_fi.fi_fl & FI_FRAG)) > > return NULL; > > > > frag.ipfr_p = ip->ip_p; > > > > > > I am asking myself if the difference is desired... > > > > Thanks, > > > > -Andre > > I noticed that too, except that /usr/src/contrib/ipfilter/ip_frag.c > compares to ip_frag.c that comes with IPF 3.4.29 while > /usr/src/sys/contrib/ipfilter/netinet/ip_frag.c has the above > differences. > > Other differences include: > > fil.c > ip_fil.c > ip_fil.h > ip_h323_pxy.c > ip_log.c > ip_nat.c > I hope that Darren can drop us a short note saying that it's alright :-) I don't know enough about the internals of ipfilter to figure it out myself... -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 12:52:23 2002 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 3C54237B400; Wed, 4 Sep 2002 12:52:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E38D443E7B; Wed, 4 Sep 2002 12:52:17 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84JqHJU022387; Wed, 4 Sep 2002 12:52:17 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84JqHZG022386; Wed, 4 Sep 2002 12:52:17 -0700 (PDT) Message-Id: <200209041952.g84JqHZG022386@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 4 Sep 2002 12:52:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 elan-mmcr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/04 12:52:17 PDT Modified files: sys/i386/i386 elan-mmcr.c Log: On the ElanSC520 CPU use general purpose timer#2 as timecounter. This is a vast improvement over the i8254, since it is a simple memory load rather than a comples sequence of interrupt blocking, multiple input/output instructions, and wrap-around detection. I have not bothered to time the fundamental timecounter get routine, but gettimeofday(2) is 10% faster with the ELAN timecounte. The downside is that HZ=100 is not enough, 150 or more recommended, I use 250 myself. Revision Changes Path 1.4 +19 -0 src/sys/i386/i386/elan-mmcr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 13: 5: 7 2002 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 3D9CD37B400; Wed, 4 Sep 2002 13:05:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB07543E4A; Wed, 4 Sep 2002 13:05:00 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84K50JU023389; Wed, 4 Sep 2002 13:05:00 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84K50Rs023388; Wed, 4 Sep 2002 13:05:00 -0700 (PDT) Message-Id: <200209042005.g84K50Rs023388@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 4 Sep 2002 13:05:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_timeout.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/04 13:05:00 PDT Modified files: sys/kern kern_timeout.c Log: Under DIAGNOSTIC, complain if a timeout(9) routine took more than 1msec. Revision Changes Path 1.73 +23 -4 src/sys/kern/kern_timeout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 13:15:26 2002 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 31F6937B400; Wed, 4 Sep 2002 13:15:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8B8143E4A; Wed, 4 Sep 2002 13:15:20 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84KFKJU028708; Wed, 4 Sep 2002 13:15:20 -0700 (PDT) (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84KFKZi028707; Wed, 4 Sep 2002 13:15:20 -0700 (PDT) Message-Id: <200209042015.g84KFKZi028707@freefall.freebsd.org> From: David Malone Date: Wed, 4 Sep 2002 13:15:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/09/04 13:15:20 PDT Modified files: usr.sbin/inetd inetd.c Log: Fix parsing of unix domain entries after addition of IPv6 RPC support. PR: 40771 Submitted by: Jean-Luc Richier Revision Changes Path 1.111 +39 -38 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 Wed Sep 4 13:32: 0 2002 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 9BCAF37B400; Wed, 4 Sep 2002 13:31:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F9CB43E6E; Wed, 4 Sep 2002 13:31:54 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84KVsJU030087; Wed, 4 Sep 2002 13:31:54 -0700 (PDT) (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84KVshX030086; Wed, 4 Sep 2002 13:31:54 -0700 (PDT) Message-Id: <200209042031.g84KVshX030086@freefall.freebsd.org> From: David Malone Date: Wed, 4 Sep 2002 13:31:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/09/04 13:31:54 PDT Modified files: usr.sbin/inetd inetd.c Log: Swap sense of no_v[46]bind variables and rename as v[46]bind_ok - this avoids some double negatives which are a bit difficult to parse. Always tread v[46]bind{,_ok} as booleans. Revision Changes Path 1.112 +19 -19 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 Wed Sep 4 13:33:28 2002 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 26AB037B400; Wed, 4 Sep 2002 13:33:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9E9943E6E; Wed, 4 Sep 2002 13:33:22 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84KXMJU030213; Wed, 4 Sep 2002 13:33:22 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84KXMbw030212; Wed, 4 Sep 2002 13:33:22 -0700 (PDT) Message-Id: <200209042033.g84KXMbw030212@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 4 Sep 2002 13:33:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/vtwm Makefile distinfo ports/x11-wm/vtwm/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/04 13:33:22 PDT Modified files: x11-wm/vtwm Makefile distinfo Removed files: x11-wm/vtwm/files patch-aa patch-ab Log: Update port to 5.4.6a. Submitted by: D J Hawkey Jr (original author) Revision Changes Path 1.9 +2 -2 ports/x11-wm/vtwm/Makefile 1.3 +1 -1 ports/x11-wm/vtwm/distinfo 1.4 +0 -25 ports/x11-wm/vtwm/files/patch-aa (dead) 1.2 +0 -13 ports/x11-wm/vtwm/files/patch-ab (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 13:43: 7 2002 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 9B87137B400; Wed, 4 Sep 2002 13:43:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E26943E42; Wed, 4 Sep 2002 13:43:02 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84Kh2JU031186; Wed, 4 Sep 2002 13:43:02 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84Kh2gS031185; Wed, 4 Sep 2002 13:43:02 -0700 (PDT) Message-Id: <200209042043.g84Kh2gS031185@freefall.freebsd.org> From: Gordon Tetlow Date: Wed, 4 Sep 2002 13:43:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/events/2002 usenix-devsummit.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/09/04 13:43:02 PDT Modified files: en/events/2002 usenix-devsummit.sgml Log: Warner Losh did not attend in person. He called in. Revision Changes Path 1.5 +2 -2 www/en/events/2002/usenix-devsummit.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 13:44:30 2002 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 83D7837B400; Wed, 4 Sep 2002 13:44:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 327A643E42; Wed, 4 Sep 2002 13:44:24 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84KiOJU031295; Wed, 4 Sep 2002 13:44:24 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84KiNw2031294; Wed, 4 Sep 2002 13:44:23 -0700 (PDT) Message-Id: <200209042044.g84KiNw2031294@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 4 Sep 2002 13:44:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libdv Makefile distinfo pkg-plist ports/graphics/libdv/files patch-playdv:display.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/04 13:44:23 PDT Modified files: graphics/libdv Makefile distinfo pkg-plist Removed files: graphics/libdv/files patch-playdv:display.c Log: o Update to 0.9.8 containing a library version bump Revision Changes Path 1.11 +9 -6 ports/graphics/libdv/Makefile 1.3 +1 -1 ports/graphics/libdv/distinfo 1.3 +0 -43 ports/graphics/libdv/files/patch-playdv:display.c (dead) 1.5 +2 -1 ports/graphics/libdv/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 Sep 4 13:46:29 2002 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 116BC37B400; Wed, 4 Sep 2002 13:46:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98F3943E65; Wed, 4 Sep 2002 13:46:24 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84KkOJU031533; Wed, 4 Sep 2002 13:46:24 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84KkOT6031532; Wed, 4 Sep 2002 13:46:24 -0700 (PDT) Message-Id: <200209042046.g84KkOT6031532@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 4 Sep 2002 13:46:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libquicktime Makefile ports/graphics/mjpegtools Makefile ports/graphics/transcode Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/04 13:46:24 PDT Modified files: graphics/libquicktime Makefile graphics/mjpegtools Makefile graphics/transcode Makefile Log: Chase library version bump in libdv version 0.9.8 Revision Changes Path 1.4 +1 -1 ports/graphics/libquicktime/Makefile 1.9 +1 -1 ports/graphics/mjpegtools/Makefile 1.9 +1 -1 ports/graphics/transcode/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 14: 0:51 2002 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 4921437B400; Wed, 4 Sep 2002 14:00:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F081C43E65; Wed, 4 Sep 2002 14:00:45 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84L0jJU033052; Wed, 4 Sep 2002 14:00:45 -0700 (PDT) (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84L0jKu033051; Wed, 4 Sep 2002 14:00:45 -0700 (PDT) Message-Id: <200209042100.g84L0jKu033051@freefall.freebsd.org> From: David Malone Date: Wed, 4 Sep 2002 14:00:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/09/04 14:00:45 PDT Modified files: usr.sbin/inetd inetd.c Log: When printing the wait status, break it down into a signal and a exit status. PR: 41912 Submitted by: Aaron Smith MFC after: 2 weeks Revision Changes Path 1.113 +10 -4 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 Wed Sep 4 14: 8:32 2002 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 3EE1037B400; Wed, 4 Sep 2002 14:08:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00F6443E4A; Wed, 4 Sep 2002 14:08:29 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84L8SJU037680; Wed, 4 Sep 2002 14:08:28 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84L8SYs037679; Wed, 4 Sep 2002 14:08:28 -0700 (PDT) Message-Id: <200209042108.g84L8SYs037679@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 4 Sep 2002 14:08:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators Makefile ports/emulators/linux-winetools Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/04 14:08:28 PDT Modified files: emulators Makefile Added files: emulators/linux-winetools Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port linux-winetools version 1.13b: A setup and configuration tool for WINE Submitted by: blackend Revision Changes Path 1.92 +1 -0 ports/emulators/Makefile 1.1 +36 -0 ports/emulators/linux-winetools/Makefile (new) 1.1 +1 -0 ports/emulators/linux-winetools/distinfo (new) 1.1 +1 -0 ports/emulators/linux-winetools/pkg-comment (new) 1.1 +18 -0 ports/emulators/linux-winetools/pkg-descr (new) 1.1 +1 -0 ports/emulators/linux-winetools/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 14: 8:47 2002 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 5211F37B495; Wed, 4 Sep 2002 14:08:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 056BD43E77; Wed, 4 Sep 2002 14:08:38 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84L8bJU037764; Wed, 4 Sep 2002 14:08:37 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84L8beC037763; Wed, 4 Sep 2002 14:08:37 -0700 (PDT) Message-Id: <200209042108.g84L8beC037763@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 4 Sep 2002 14:08:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/09/04 14:08:37 PDT Modified files: . modules Log: linux-winetools --> ports/emulators/linux-winetools Revision Changes Path 1.5815 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 14:11:34 2002 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 4596437B401; Wed, 4 Sep 2002 14:11:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4AC743E42; Wed, 4 Sep 2002 14:11:25 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84LBPJU038338; Wed, 4 Sep 2002 14:11:25 -0700 (PDT) (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84LBP1Y038337; Wed, 4 Sep 2002 14:11:25 -0700 (PDT) Message-Id: <200209042111.g84LBP1Y038337@freefall.freebsd.org> From: David Malone Date: Wed, 4 Sep 2002 14:11:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslog.conf.5 syslogd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/09/04 14:11:25 PDT Modified files: usr.sbin/syslogd syslog.conf.5 syslogd.c Log: Make syslogd -u treat "*" as all levels by explictly setting pri_cmp for it. While I'm here, add a the ability to say "!level" in a way which should be compatible with Linux's syslogd. PR: 28935 No objections: audit MFC after: 2 weeks Revision Changes Path 1.27 +10 -1 src/usr.sbin/syslogd/syslog.conf.5 1.106 +14 -5 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 14:16:55 2002 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 DC73037B400; Wed, 4 Sep 2002 14:16:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C4CD43E3B; Wed, 4 Sep 2002 14:16:51 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84LGpJU038739; Wed, 4 Sep 2002 14:16:51 -0700 (PDT) (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84LGpDx038738; Wed, 4 Sep 2002 14:16:51 -0700 (PDT) Message-Id: <200209042116.g84LGpDx038738@freefall.freebsd.org> From: David Malone Date: Wed, 4 Sep 2002 14:16:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/catman catman.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/09/04 14:16:51 PDT Modified files: usr.bin/catman catman.c Log: No need to declare optind as an external int. Revision Changes Path 1.2 +0 -1 src/usr.bin/catman/catman.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 14:22:55 2002 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 7EC8437B400; Wed, 4 Sep 2002 14:22:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3041B43E6A; Wed, 4 Sep 2002 14:22:50 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84LMoJU039460; Wed, 4 Sep 2002 14:22:50 -0700 (PDT) (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84LMoxW039459; Wed, 4 Sep 2002 14:22:50 -0700 (PDT) Message-Id: <200209042122.g84LMoxW039459@freefall.freebsd.org> From: David Malone Date: Wed, 4 Sep 2002 14:22:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/colldef parse.y X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/09/04 14:22:49 PDT Modified files: usr.bin/colldef parse.y Log: Avoid a signedness warning by casting chain_index to a size_t. (Should be OK as chain_index is supposed to be positive). Revision Changes Path 1.30 +1 -1 src/usr.bin/colldef/parse.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 14:59:51 2002 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 5C95F37B400; Wed, 4 Sep 2002 14:59:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FE8B43E6A; Wed, 4 Sep 2002 14:59:47 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84LxkJU041870; Wed, 4 Sep 2002 14:59:46 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84LxkEX041869; Wed, 4 Sep 2002 14:59:46 -0700 (PDT) Message-Id: <200209042159.g84LxkEX041869@freefall.freebsd.org> From: Hye-Shik Chang Date: Wed, 4 Sep 2002 14:59:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/pycodec Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2002/09/04 14:59:46 PDT Modified files: japanese/pycodec Makefile distinfo Log: Update to 1.4.8. Revision Changes Path 1.12 +3 -2 ports/japanese/pycodec/Makefile 1.8 +1 -1 ports/japanese/pycodec/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 15: 1:40 2002 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 5732737B400; Wed, 4 Sep 2002 15:01:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07C0743E4A; Wed, 4 Sep 2002 15:01:33 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: from freefall.freebsd.org (roger@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84M1WJU042387; Wed, 4 Sep 2002 15:01:32 -0700 (PDT) (envelope-from roger@freefall.freebsd.org) Received: (from roger@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84M1WFP042386; Wed, 4 Sep 2002 15:01:32 -0700 (PDT) Message-Id: <200209042201.g84M1WFP042386@freefall.freebsd.org> From: Roger Hardiman Date: Wed, 4 Sep 2002 15:01:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/ixj Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roger 2002/09/04 15:01:32 PDT Modified files: comms/ixj Makefile Log: We only need the kernel source if we compile the port. This allows the OpenH323 port to fetch the source, patch it and copy out the required header files. Revision Changes Path 1.6 +1 -1 ports/comms/ixj/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 15:10:58 2002 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 E49E637B400; Wed, 4 Sep 2002 15:10:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F67A43E42; Wed, 4 Sep 2002 15:10:52 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84MAqJU047442; Wed, 4 Sep 2002 15:10:52 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84MAqSO047441; Wed, 4 Sep 2002 15:10:52 -0700 (PDT) Message-Id: <200209042210.g84MAqSO047441@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 4 Sep 2002 15:10:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libpdel Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/09/04 15:10:52 PDT Modified files: devel/libpdel Makefile distinfo pkg-plist Log: Update to version 0.3.2. Revision Changes Path 1.3 +1 -1 ports/devel/libpdel/Makefile 1.3 +1 -1 ports/devel/libpdel/distinfo 1.3 +1 -0 ports/devel/libpdel/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 Sep 4 15:29:42 2002 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 59A3B37B400; Wed, 4 Sep 2002 15:29:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04BA043E3B; Wed, 4 Sep 2002 15:29:38 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84MTbJU048732; Wed, 4 Sep 2002 15:29:37 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84MTbIK048731; Wed, 4 Sep 2002 15:29:37 -0700 (PDT) Message-Id: <200209042229.g84MTbIK048731@freefall.freebsd.org> From: Hye-Shik Chang Date: Wed, 4 Sep 2002 15:29:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/py-kanjilib Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2002/09/04 15:29:37 PDT Modified files: japanese Makefile Added files: japanese/py-kanjilib Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add py-kanjilib 1.1.1, Japanese text processing library for Python Revision Changes Path 1.437 +1 -0 ports/japanese/Makefile 1.1 +22 -0 ports/japanese/py-kanjilib/Makefile (new) 1.1 +1 -0 ports/japanese/py-kanjilib/distinfo (new) 1.1 +1 -0 ports/japanese/py-kanjilib/pkg-comment (new) 1.1 +6 -0 ports/japanese/py-kanjilib/pkg-descr (new) 1.1 +3 -0 ports/japanese/py-kanjilib/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 15:30: 1 2002 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 42E9237B401; Wed, 4 Sep 2002 15:29:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA90F43E4A; Wed, 4 Sep 2002 15:29:55 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84MTtJU048775; Wed, 4 Sep 2002 15:29:55 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84MTt0L048774; Wed, 4 Sep 2002 15:29:55 -0700 (PDT) Message-Id: <200209042229.g84MTt0L048774@freefall.freebsd.org> From: Hye-Shik Chang Date: Wed, 4 Sep 2002 15:29:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2002/09/04 15:29:55 PDT Modified files: . modules Log: ja-py-kanjilib --> ports/japanese/py-kanjilib Revision Changes Path 1.5816 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 16:13:20 2002 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 8CF4237B400; Wed, 4 Sep 2002 16:13:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FA1D43E65; Wed, 4 Sep 2002 16:13:18 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84NDIJU057061; Wed, 4 Sep 2002 16:13:18 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84NDIap057060; Wed, 4 Sep 2002 16:13:18 -0700 (PDT) Message-Id: <200209042313.g84NDIap057060@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 4 Sep 2002 16:13:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libpdel distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/09/04 16:13:17 PDT Modified files: devel/libpdel distinfo Log: Oops, previous commit contained the wrong checksum. Revision Changes Path 1.4 +1 -1 ports/devel/libpdel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 16:28:39 2002 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 DE3EB37B400; Wed, 4 Sep 2002 16:28:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F67B43E6E; Wed, 4 Sep 2002 16:28:35 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84NSZJU058769; Wed, 4 Sep 2002 16:28:35 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84NSZV1058768; Wed, 4 Sep 2002 16:28:35 -0700 (PDT) Message-Id: <200209042328.g84NSZV1058768@freefall.freebsd.org> From: Juli Mallett Date: Wed, 4 Sep 2002 16:28:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles freebsd-tips X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/04 16:28:35 PDT Modified files: games/fortune/datfiles freebsd-tips Log: Add a tip about using sed(1)'s FreeBSD-specific -i option. MFC after: 42 days Revision Changes Path 1.26 +10 -0 src/games/fortune/datfiles/freebsd-tips To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 16:29:26 2002 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 25FD037B400; Wed, 4 Sep 2002 16:29:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B69CC43E65; Wed, 4 Sep 2002 16:29:10 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84NTAJU059256; Wed, 4 Sep 2002 16:29:10 -0700 (PDT) (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84NTA1S059255; Wed, 4 Sep 2002 16:29:10 -0700 (PDT) Message-Id: <200209042329.g84NTA1S059255@freefall.freebsd.org> From: David Malone Date: Wed, 4 Sep 2002 16:29:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/basename basename.c src/usr.bin/chflags chflags.c src/usr.bin/col col.c src/usr.bin/colcrt colcrt.c src/usr.bin/cut cut.c src/usr.bin/enigma enigma.c src/usr.bin/env env.c src/usr.bin/expand expand.c src/usr.bin/finger extern.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/09/04 16:29:10 PDT Modified files: usr.bin/basename basename.c usr.bin/chflags chflags.c usr.bin/col col.c usr.bin/colcrt colcrt.c usr.bin/cut cut.c usr.bin/enigma enigma.c usr.bin/env env.c usr.bin/expand expand.c usr.bin/finger extern.h finger.c lprint.c net.c sprint.c util.c usr.bin/fold fold.c usr.bin/from from.c usr.bin/gcore elfcore.c gcore.c md-nop.c usr.bin/getconf confstr.gperf sysconf.gperf usr.bin/getopt getopt.c usr.bin/hesinfo hesinfo.c usr.bin/hexdump conv.c display.c hexdump.c hexdump.h hexsyntax.c odsyntax.c parse.c usr.bin/id id.c usr.bin/ipcrm ipcrm.c usr.bin/join join.c usr.bin/last last.c usr.bin/lastcomm lastcomm.c usr.bin/leave leave.c usr.bin/lock lock.c usr.bin/logger logger.c usr.bin/logname logname.c usr.bin/look look.c usr.bin/makewhatis makewhatis.c usr.bin/mesg mesg.c usr.bin/mkfifo mkfifo.c usr.bin/msgs msgs.c usr.bin/ncplogin ncplogin.c usr.bin/nice nice.c usr.bin/pr extern.h pr.c usr.bin/printenv printenv.c usr.bin/printf printf.c usr.bin/rev rev.c usr.bin/rwall rwall.c usr.bin/script script.c usr.bin/soelim soelim.c usr.bin/tee tee.c usr.bin/time time.c usr.bin/touch touch.c usr.bin/tput tput.c usr.bin/tr tr.c usr.bin/tset tset.c usr.bin/tsort tsort.c usr.bin/ul ul.c usr.bin/uname uname.c usr.bin/unexpand unexpand.c usr.bin/uniq uniq.c usr.bin/unvis unvis.c usr.bin/users users.c usr.bin/vis vis.c usr.bin/what what.c usr.bin/write write.c usr.bin/xinstall xinstall.c usr.bin/xstr xstr.c usr.bin/yes yes.c Log: ANSIify function definitions. Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5 Revision Changes Path 1.14 +2 -4 src/usr.bin/basename/basename.c 1.16 +2 -4 src/usr.bin/chflags/chflags.c 1.17 +8 -14 src/usr.bin/col/col.c 1.14 +8 -13 src/usr.bin/colcrt/colcrt.c 1.23 +6 -15 src/usr.bin/cut/cut.c 1.7 +4 -8 src/usr.bin/enigma/enigma.c 1.11 +2 -4 src/usr.bin/env/env.c 1.14 +6 -9 src/usr.bin/expand/expand.c 1.8 +9 -3 src/usr.bin/finger/extern.h 1.30 +5 -11 src/usr.bin/finger/finger.c 1.23 +6 -12 src/usr.bin/finger/lprint.c 1.21 +1 -6 src/usr.bin/finger/net.c 1.21 +4 -5 src/usr.bin/finger/sprint.c 1.20 +12 -25 src/usr.bin/finger/util.c 1.12 +5 -9 src/usr.bin/fold/fold.c 1.14 +6 -4 src/usr.bin/from/from.c 1.11 +10 -9 src/usr.bin/gcore/elfcore.c 1.28 +3 -1 src/usr.bin/gcore/gcore.c 1.6 +3 -3 src/usr.bin/gcore/md-nop.c 1.3 +1 -1 src/usr.bin/getconf/confstr.gperf 1.2 +1 -1 src/usr.bin/getconf/sysconf.gperf 1.10 +1 -3 src/usr.bin/getopt/getopt.c 1.7 +1 -3 src/usr.bin/hesinfo/hesinfo.c 1.6 +2 -6 src/usr.bin/hexdump/conv.c 1.18 +14 -22 src/usr.bin/hexdump/display.c 1.7 +2 -4 src/usr.bin/hexdump/hexdump.c 1.8 +2 -0 src/usr.bin/hexdump/hexdump.h 1.12 +2 -4 src/usr.bin/hexdump/hexsyntax.c 1.16 +2 -6 src/usr.bin/hexdump/odsyntax.c 1.12 +16 -24 src/usr.bin/hexdump/parse.c 1.19 +8 -16 src/usr.bin/id/id.c 1.11 +5 -20 src/usr.bin/ipcrm/ipcrm.c 1.17 +17 -32 src/usr.bin/join/join.c 1.29 +10 -22 src/usr.bin/last/last.c 1.17 +6 -13 src/usr.bin/lastcomm/lastcomm.c 1.12 +7 -10 src/usr.bin/leave/leave.c 1.15 +2 -4 src/usr.bin/lock/lock.c 1.13 +6 -11 src/usr.bin/logger/logger.c 1.7 +2 -4 src/usr.bin/logname/logname.c 1.16 +11 -18 src/usr.bin/look/look.c 1.9 +4 -6 src/usr.bin/makewhatis/makewhatis.c 1.8 +2 -4 src/usr.bin/mesg/mesg.c 1.9 +2 -4 src/usr.bin/mkfifo/mkfifo.c 1.24 +12 -21 src/usr.bin/msgs/msgs.c 1.4 +3 -1 src/usr.bin/ncplogin/ncplogin.c 1.11 +2 -4 src/usr.bin/nice/nice.c 1.3 +2 -2 src/usr.bin/pr/extern.h 1.16 +7 -7 src/usr.bin/pr/pr.c 1.6 +4 -6 src/usr.bin/printenv/printenv.c 1.26 +14 -25 src/usr.bin/printf/printf.c 1.6 +2 -4 src/usr.bin/rev/rev.c 1.12 +1 -1 src/usr.bin/rwall/rwall.c 1.20 +6 -10 src/usr.bin/script/script.c 1.8 +4 -7 src/usr.bin/soelim/soelim.c 1.10 +6 -10 src/usr.bin/tee/tee.c 1.23 +5 -10 src/usr.bin/time/time.c 1.20 +6 -18 src/usr.bin/touch/touch.c 1.15 +4 -9 src/usr.bin/tput/tput.c 1.16 +3 -10 src/usr.bin/tr/tr.c 1.19 +4 -10 src/usr.bin/tset/tset.c 1.15 +18 -27 src/usr.bin/tsort/tsort.c 1.11 +17 -23 src/usr.bin/ul/ul.c 1.8 +2 -4 src/usr.bin/uname/uname.c 1.12 +4 -7 src/usr.bin/unexpand/unexpand.c 1.24 +9 -17 src/usr.bin/uniq/uniq.c 1.9 +4 -8 src/usr.bin/unvis/unvis.c 1.8 +3 -6 src/usr.bin/users/users.c 1.10 +5 -8 src/usr.bin/vis/vis.c 1.10 +4 -6 src/usr.bin/what/what.c 1.17 +9 -21 src/usr.bin/write/write.c 1.57 +13 -30 src/usr.bin/xinstall/xinstall.c 1.7 +16 -34 src/usr.bin/xstr/xstr.c 1.3 +1 -3 src/usr.bin/yes/yes.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 16:58:28 2002 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 BCD3D37B400; Wed, 4 Sep 2002 16:58:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D24543E65; Wed, 4 Sep 2002 16:58:24 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g84NwOJU062145; Wed, 4 Sep 2002 16:58:24 -0700 (PDT) (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g84NwO3S062144; Wed, 4 Sep 2002 16:58:24 -0700 (PDT) Message-Id: <200209042358.g84NwO3S062144@freefall.freebsd.org> From: Alfred Perlstein Date: Wed, 4 Sep 2002 16:58:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/rpc auth_kerb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/09/04 16:58:23 PDT Modified files: include/rpc auth_kerb.h Log: remove #pragma ident Revision Changes Path 1.2 +0 -2 src/include/rpc/auth_kerb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 17:44: 0 2002 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 8043F37B400; Wed, 4 Sep 2002 17:43:56 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89B9243E65; Wed, 4 Sep 2002 17:43:55 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g850hsGq005614; Wed, 4 Sep 2002 18:43:54 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 04 Sep 2002 18:43:49 -0600 (MDT) Message-Id: <20020904.184349.68159448.imp@bsdimp.com> To: phk@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 elan-mmcr.c From: "M. Warner Losh" In-Reply-To: <200209041952.g84JqHZG022386@freefall.freebsd.org> References: <200209041952.g84JqHZG022386@freefall.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200209041952.g84JqHZG022386@freefall.freebsd.org> Poul-Henning Kamp writes: : The downside is that HZ=100 is not enough, 150 or more recommended, : I use 250 myself. Why is that the case? It seems kinda counter intuitive to me... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 18: 2:54 2002 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 2C32337B400; Wed, 4 Sep 2002 18:02:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDB2143E6A; Wed, 4 Sep 2002 18:02:50 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8512oJU071495; Wed, 4 Sep 2002 18:02:50 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8512o9R071494; Wed, 4 Sep 2002 18:02:50 -0700 (PDT) Message-Id: <200209050102.g8512o9R071494@freefall.freebsd.org> From: Ian Dowse Date: Wed, 4 Sep 2002 18:02:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_process.c src/sys/sys syscallsubr.h src/sys/i386/linux linux_ptrace.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/09/04 18:02:50 PDT Modified files: sys/kern sys_process.c sys/sys syscallsubr.h sys/i386/linux linux_ptrace.c Log: Split up ptrace() into a wrapper that does the copying to and from user space and a kern_ptrace() implementation. Use the kern_*() version in the Linux emulation code to remove more stack gap uses. Approved by: des Revision Changes Path 1.4 +52 -95 src/sys/i386/linux/linux_ptrace.c 1.100 +88 -68 src/sys/kern/sys_process.c 1.4 +2 -0 src/sys/sys/syscallsubr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 18:27: 0 2002 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 AC19237B400; Wed, 4 Sep 2002 18:26:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3924743E4A; Wed, 4 Sep 2002 18:26:56 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g851QuJU077905; Wed, 4 Sep 2002 18:26:56 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g851QuXf077904; Wed, 4 Sep 2002 18:26:56 -0700 (PDT) Message-Id: <200209050126.g851QuXf077904@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 4 Sep 2002 18:26:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mpd Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/09/04 18:26:56 PDT Modified files: net/mpd Makefile distinfo Log: Update to version 3.9. Revision Changes Path 1.22 +1 -1 ports/net/mpd/Makefile 1.8 +1 -1 ports/net/mpd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 18:35:50 2002 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 CC8D637B400; Wed, 4 Sep 2002 18:35:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BB7343E65; Wed, 4 Sep 2002 18:35:46 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g851ZkJU078757; Wed, 4 Sep 2002 18:35:46 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g851Zktx078736; Wed, 4 Sep 2002 18:35:46 -0700 (PDT) Message-Id: <200209050135.g851Zktx078736@freefall.freebsd.org> From: Tim Vanderhoek Date: Wed, 4 Sep 2002 18:35:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/slnr Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/04 18:35:42 PDT Modified files: news/slnr Makefile pkg-descr Log: This port should probably be put to rest, since I don't think anyone uses SOUP packets to read mail anymore (and if they do, surely someone must have written a better SOUP reader by now). However, fix the 5+ year-old MAINTAINER address in the meantime. Revision Changes Path 1.8 +2 -2 ports/news/slnr/Makefile 1.3 +0 -3 ports/news/slnr/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 19:16: 8 2002 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 B674C37B400; Wed, 4 Sep 2002 19:16:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66B5543E3B; Wed, 4 Sep 2002 19:16:03 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g852G3JU086452; Wed, 4 Sep 2002 19:16:03 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g852G3Nj086451; Wed, 4 Sep 2002 19:16:03 -0700 (PDT) Message-Id: <200209050216.g852G3Nj086451@freefall.freebsd.org> From: Tim Vanderhoek Date: Wed, 4 Sep 2002 19:16:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/uulib/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/04 19:16:03 PDT Added files: converters/uulib/files patch-configure Log: The configure script was trying to modify CFLAGS to prevent both '-O' and '-g' from being included. Under some combinations, this could even cause the resulting CFLAGS to be unuseable. Avoid any illicit touching of the CFLAGS. PR: ports/39317 (Chris Wasser ) Revision Changes Path 1.1 +20 -0 ports/converters/uulib/files/patch-configure (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 19:22:14 2002 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 5306837B400; Wed, 4 Sep 2002 19:22:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0464D43E3B; Wed, 4 Sep 2002 19:22:09 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g852M8JU087152; Wed, 4 Sep 2002 19:22:08 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g852M8fN087151; Wed, 4 Sep 2002 19:22:08 -0700 (PDT) Message-Id: <200209050222.g852M8fN087151@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 4 Sep 2002 19:22:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/dviselect/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/04 19:22:08 PDT Modified files: print/dviselect/files patch-ab Log: Fix build on -current by removing bogus duplicate declarations of things in system headers Revision Changes Path 1.4 +7 -5 ports/print/dviselect/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 Wed Sep 4 19:24:23 2002 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 EA43137B400; Wed, 4 Sep 2002 19:24:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A22943E72; Wed, 4 Sep 2002 19:24:20 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g852OKJU087323; Wed, 4 Sep 2002 19:24:20 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g852OKHj087322; Wed, 4 Sep 2002 19:24:20 -0700 (PDT) Message-Id: <200209050224.g852OKHj087322@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 4 Sep 2002 19:24:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/cwish/files patch-01 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/04 19:24:20 PDT Modified files: misc/cwish/files patch-01 Log: Respect CC and CFLAGS Revision Changes Path 1.3 +20 -4 ports/misc/cwish/files/patch-01 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 19:26: 3 2002 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 606B737B400; Wed, 4 Sep 2002 19:25:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE96D43E6E; Wed, 4 Sep 2002 19:25:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g852PvJU087502; Wed, 4 Sep 2002 19:25:57 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g852PvSI087501; Wed, 4 Sep 2002 19:25:57 -0700 (PDT) Message-Id: <200209050225.g852PvSI087501@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 4 Sep 2002 19:25:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/cwish/files patch-04 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/04 19:25:57 PDT Added files: misc/cwish/files patch-04 Log: Fix build on -current by removing bogus duplicate declaration from system headers. Revision Changes Path 1.1 +10 -0 ports/misc/cwish/files/patch-04 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 19:32:31 2002 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 2FF2137B400; Wed, 4 Sep 2002 19:32:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D40B543E65; Wed, 4 Sep 2002 19:32:27 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g852WRJU088288; Wed, 4 Sep 2002 19:32:27 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g852WRbI088287; Wed, 4 Sep 2002 19:32:27 -0700 (PDT) Message-Id: <200209050232.g852WRbI088287@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 4 Sep 2002 19:32:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cryptcat/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/04 19:32:27 PDT Modified files: net/cryptcat/files patch-aa Added files: net/cryptcat/files patch-ab Log: Fix build on -current by including required headers and not trying to compile/link c++ code with cc(1) Revision Changes Path 1.2 +29 -9 ports/net/cryptcat/files/patch-aa 1.1 +10 -0 ports/net/cryptcat/files/patch-ab (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 19:35:48 2002 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 5760837B400; Wed, 4 Sep 2002 19:35:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0877843E65; Wed, 4 Sep 2002 19:35:43 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g852ZgJU088536; Wed, 4 Sep 2002 19:35:42 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g852ZgMM088535; Wed, 4 Sep 2002 19:35:42 -0700 (PDT) Message-Id: <200209050235.g852ZgMM088535@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 4 Sep 2002 19:35:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cmp3/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/04 19:35:42 PDT Removed files: audio/cmp3/files patch-ad Log: Remove old bogus patch about Revision Changes Path 1.2 +0 -15 ports/audio/cmp3/files/patch-ad (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 19:40:56 2002 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 3634A37B401; Wed, 4 Sep 2002 19:40:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB36443E3B; Wed, 4 Sep 2002 19:40:51 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g852epJU088883; Wed, 4 Sep 2002 19:40:51 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g852epBc088882; Wed, 4 Sep 2002 19:40:51 -0700 (PDT) Message-Id: <200209050240.g852epBc088882@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 4 Sep 2002 19:40:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/sendip/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/04 19:40:51 PDT Modified files: net/sendip/files patch-Makefile Log: Respect CC and CFLAGS and fix build on -current. Revision Changes Path 1.2 +11 -6 ports/net/sendip/files/patch-Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 19:49:37 2002 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 D50AF37B400; Wed, 4 Sep 2002 19:49:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8597C43E65; Wed, 4 Sep 2002 19:49:34 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g852nYJU089806; Wed, 4 Sep 2002 19:49:34 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g852nY5H089805; Wed, 4 Sep 2002 19:49:34 -0700 (PDT) Message-Id: <200209050249.g852nY5H089805@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 4 Sep 2002 19:49:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/fhttpd/files patch-ac patch-ai X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/04 19:49:34 PDT Modified files: www/fhttpd/files patch-ac Added files: www/fhttpd/files patch-ai Log: Respect CC and CXX, and don't depend on obsoleted header for a definition of BITSPERBYTE Revision Changes Path 1.3 +13 -2 ports/www/fhttpd/files/patch-ac 1.1 +19 -0 ports/www/fhttpd/files/patch-ai (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 19:50:18 2002 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 0149F37B400; Wed, 4 Sep 2002 19:50:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68B7E43E3B; Wed, 4 Sep 2002 19:50:13 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g852oDJU089964; Wed, 4 Sep 2002 19:50:13 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g852oDSf089963; Wed, 4 Sep 2002 19:50:13 -0700 (PDT) Message-Id: <200209050250.g852oDSf089963@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 4 Sep 2002 19:50:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/dovecot Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/04 19:50:13 PDT Modified files: mail/dovecot Makefile Log: Use POSIX syntax for chown Revision Changes Path 1.2 +1 -1 ports/mail/dovecot/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 19:51:31 2002 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 D42ED37B400; Wed, 4 Sep 2002 19:51:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 846BB43E3B; Wed, 4 Sep 2002 19:51:25 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from freefall.freebsd.org (marcel@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g852pPJU090217; Wed, 4 Sep 2002 19:51:25 -0700 (PDT) (envelope-from marcel@freefall.freebsd.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g852pPmR090216; Wed, 4 Sep 2002 19:51:25 -0700 (PDT) Message-Id: <200209050251.g852pPmR090216@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 4 Sep 2002 19:51:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_ioctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/09/04 19:51:25 PDT Modified files: sys/compat/linux linux_ioctl.c Log: Implement LINUX_TIOCSCTTY. PR: kern/42404 Revision Changes Path 1.89 +4 -1 src/sys/compat/linux/linux_ioctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 19:52:13 2002 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 5790137B400; Wed, 4 Sep 2002 19:52:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE75943E3B; Wed, 4 Sep 2002 19:52:05 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g852q5JU090553; Wed, 4 Sep 2002 19:52:05 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g852q5bt090551; Wed, 4 Sep 2002 19:52:05 -0700 (PDT) Message-Id: <200209050252.g852q5bt090551@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 4 Sep 2002 19:52:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-drb Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/04 19:52:05 PDT Modified files: net/ruby-drb Makefile distinfo Log: Update to 1.3.7, which fixes a security bug which allows to call private methods. Revision Changes Path 1.16 +1 -1 ports/net/ruby-drb/Makefile 1.10 +1 -1 ports/net/ruby-drb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 19:55:45 2002 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 0951C37B400; Wed, 4 Sep 2002 19:55:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE1B543E65; Wed, 4 Sep 2002 19:55:41 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g852tfJU091043; Wed, 4 Sep 2002 19:55:41 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g852tfoW091042; Wed, 4 Sep 2002 19:55:41 -0700 (PDT) Message-Id: <200209050255.g852tfoW091042@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 4 Sep 2002 19:55:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ruby-uconv Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/04 19:55:41 PDT Modified files: japanese/ruby-uconv Makefile distinfo Log: Update to 0.4.10, which fixes a memory leak. Revision Changes Path 1.13 +1 -1 ports/japanese/ruby-uconv/Makefile 1.6 +1 -1 ports/japanese/ruby-uconv/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 19:56:24 2002 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 DE88837B400; Wed, 4 Sep 2002 19:56:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98C5F43E6E; Wed, 4 Sep 2002 19:56:17 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g852uHJU091253; Wed, 4 Sep 2002 19:56:17 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g852uHFS091252; Wed, 4 Sep 2002 19:56:17 -0700 (PDT) Message-Id: <200209050256.g852uHFS091252@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 4 Sep 2002 19:56:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/uds Makefile distinfo pkg-plist ports/devel/uds/files patch-uds::alloc.cc patch-uds::fdbuf.cc patch-uds::io_util.hh patch-uds::packetsocket.cc patch-uds::streamsocket.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/04 19:56:17 PDT Modified files: devel/uds Makefile distinfo pkg-plist devel/uds/files patch-uds::packetsocket.cc patch-uds::streamsocket.cc Added files: devel/uds/files patch-uds::alloc.cc patch-uds::fdbuf.cc patch-uds::io_util.hh Log: upgrade to 1.0.6 drop maintainership Revision Changes Path 1.6 +8 -7 ports/devel/uds/Makefile 1.4 +1 -1 ports/devel/uds/distinfo 1.1 +33 -0 ports/devel/uds/files/patch-uds::alloc.cc (new) 1.1 +10 -0 ports/devel/uds/files/patch-uds::fdbuf.cc (new) 1.1 +47 -0 ports/devel/uds/files/patch-uds::io_util.hh (new) 1.2 +3 -3 ports/devel/uds/files/patch-uds::packetsocket.cc 1.2 +3 -3 ports/devel/uds/files/patch-uds::streamsocket.cc 1.6 +15 -3 ports/devel/uds/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 Sep 4 19:58:57 2002 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 81DB637B400; Wed, 4 Sep 2002 19:58:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 328D243E42; Wed, 4 Sep 2002 19:58:54 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g852wsJU091519; Wed, 4 Sep 2002 19:58:54 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g852ws2P091518; Wed, 4 Sep 2002 19:58:54 -0700 (PDT) Message-Id: <200209050258.g852ws2P091518@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 4 Sep 2002 19:58:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ruby-svg Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/04 19:58:54 PDT Modified files: graphics/ruby-svg Makefile distinfo Log: Update to 1.0.1. Revision Changes Path 1.2 +4 -4 ports/graphics/ruby-svg/Makefile 1.2 +1 -1 ports/graphics/ruby-svg/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 19:59:30 2002 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 115C637B400; Wed, 4 Sep 2002 19:59:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8907C43E4A; Wed, 4 Sep 2002 19:59:26 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g852xQJU091630; Wed, 4 Sep 2002 19:59:26 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g852xQwl091629; Wed, 4 Sep 2002 19:59:26 -0700 (PDT) Message-Id: <200209050259.g852xQwl091629@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 4 Sep 2002 19:59:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/freevrrpd/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/04 19:59:26 PDT Added files: net/freevrrpd/files patch-aa patch-ab Log: Fix build on -current and quiet a warning Revision Changes Path 1.1 +11 -0 ports/net/freevrrpd/files/patch-aa (new) 1.1 +10 -0 ports/net/freevrrpd/files/patch-ab (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 20: 2:12 2002 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 3CCE237B400; Wed, 4 Sep 2002 20:02:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E21E043E6E; Wed, 4 Sep 2002 20:02:09 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85329JU092220; Wed, 4 Sep 2002 20:02:09 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85329en092218; Wed, 4 Sep 2002 20:02:09 -0700 (PDT) Message-Id: <200209050302.g85329en092218@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 4 Sep 2002 20:02:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ruby-svg Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/04 20:02:09 PDT Modified files: graphics/ruby-svg Makefile Log: Remove unused MASTER_SITE_SUBDIR. Revision Changes Path 1.3 +0 -1 ports/graphics/ruby-svg/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 20: 8:19 2002 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 7335837B400; Wed, 4 Sep 2002 20:08:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E71543E42; Wed, 4 Sep 2002 20:08:14 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8538EJU096948; Wed, 4 Sep 2002 20:08:14 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8538Din096947; Wed, 4 Sep 2002 20:08:13 -0700 (PDT) Message-Id: <200209050308.g8538Din096947@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 4 Sep 2002 20:08:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/ruby-gyokuro Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/04 20:08:13 PDT Modified files: japanese Makefile Added files: japanese/ruby-gyokuro Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add Ruby/Gyokuro, a Ruby library which wraps Ruby/ChaSen. Revision Changes Path 1.438 +1 -0 ports/japanese/Makefile 1.1 +40 -0 ports/japanese/ruby-gyokuro/Makefile (new) 1.1 +1 -0 ports/japanese/ruby-gyokuro/distinfo (new) 1.1 +1 -0 ports/japanese/ruby-gyokuro/pkg-comment (new) 1.1 +4 -0 ports/japanese/ruby-gyokuro/pkg-descr (new) 1.1 +17 -0 ports/japanese/ruby-gyokuro/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 20: 8:36 2002 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 986F737B405; Wed, 4 Sep 2002 20:08:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C7E243E3B; Wed, 4 Sep 2002 20:08:28 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8538SJU097019; Wed, 4 Sep 2002 20:08:28 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8538Sjb097018; Wed, 4 Sep 2002 20:08:28 -0700 (PDT) Message-Id: <200209050308.g8538Sjb097018@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 4 Sep 2002 20:08:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/04 20:08:27 PDT Modified files: . modules Log: ja-ruby-gyokuro --> ports/japanese/ruby-gyokuro Revision Changes Path 1.5817 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 20:19:45 2002 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 74BC037B400 for ; Wed, 4 Sep 2002 20:19:42 -0700 (PDT) Received: from spqr.osg.gov.bc.ca (spqr.osg.gov.bc.ca [142.32.102.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFEA743E4A for ; Wed, 4 Sep 2002 20:19:41 -0700 (PDT) (envelope-from Cy.Schubert@osg.gov.bc.ca) Received: from passer.osg.gov.bc.ca (passer.osg.gov.bc.ca [142.32.110.29]) by spqr.osg.gov.bc.ca (Postfix) with ESMTP id B61AE9EF1B; Wed, 4 Sep 2002 20:19:41 -0700 (PDT) Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.6/8.12.3) with ESMTP id g853JeMA001283; Wed, 4 Sep 2002 20:19:40 -0700 (PDT) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.6/8.12.3) with ESMTP id g853JdUg001323; Wed, 4 Sep 2002 20:19:40 -0700 (PDT) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200209050319.g853JdUg001323@cwsys.cwsent.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-os: FreeBSD X-Sender: cy@cwsent.com To: Joseph Scott Cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports/misc/screen Makefile distinfo pkg-plist ports/misc/screen/files patch-ac patch-ad patch-ah In-Reply-To: Message from Joseph Scott of "Wed, 04 Sep 2002 12:45:38 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 04 Sep 2002 20:19:39 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message , Jose ph Scott writes: > > On Mon, 2 Sep 2002, Cy Schubert wrote: > > # cy 2002/09/02 07:14:00 PDT > # > # Modified files: > # misc/screen Makefile distinfo pkg-plist > # misc/screen/files patch-ad > # Removed files: > # misc/screen/files patch-ac patch-ah > # Log: > # 1. Update 3.9.11 --> 3.9.12. > # 2. Add installation of etc/screenrc. > # 3. Fix hashed password with garbled salt. > # > # #2 Submitted by: ade > # #3 Submitted by: Phil C > > Did the issue with the screen package get resolved (package build > on non-SMP machine pegs cpu on SMP system)? PRs ports/39148 & > ports/39479. Actually the problem occurs on SMP _AND_ uniprocessor systems. It appears to be a problem only with the posted binary package, as screen built from the port and my own locally built binary package don't exhibit the problem. -- Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5766 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@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 Sep 4 20:36:54 2002 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 11B2D37B400; Wed, 4 Sep 2002 20:36:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B69E743E4A; Wed, 4 Sep 2002 20:36:51 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g853apJU000595; Wed, 4 Sep 2002 20:36:51 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g853amjv000592; Wed, 4 Sep 2002 20:36:48 -0700 (PDT) Message-Id: <200209050336.g853amjv000592@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 4 Sep 2002 20:36:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/webstone/files patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/04 20:36:48 PDT Added files: www/webstone/files patch-ac patch-ad Log: Fix build on -current by not initializing FILE * variables statically Revision Changes Path 1.1 +19 -0 ports/www/webstone/files/patch-ac (new) 1.1 +11 -0 ports/www/webstone/files/patch-ad (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 20:37:59 2002 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 BAFCA37B400 for ; Wed, 4 Sep 2002 20:37:55 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD3243E3B for ; Wed, 4 Sep 2002 20:37:55 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9D45C66C4E; Wed, 4 Sep 2002 20:37:54 -0700 (PDT) Date: Wed, 4 Sep 2002 20:37:54 -0700 From: Kris Kennaway To: Cy Schubert - CITS Open Systems Group Cc: Joseph Scott , cvs-all@freebsd.org Subject: Re: cvs commit: ports/misc/screen Makefile distinfo pkg-plist ports/misc/screen/files patch-ac patch-ad patch-ah Message-ID: <20020905033754.GA26171@xor.obsecurity.org> References: <200209050319.g853JdUg001323@cwsys.cwsent.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LZvS9be/3tNcYl/X" Content-Disposition: inline In-Reply-To: <200209050319.g853JdUg001323@cwsys.cwsent.com> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 04, 2002 at 08:19:39PM -0700, Cy Schubert - CITS Open Systems G= roup wrote: > In message >, Jose > ph Scott writes: > >=20 > > On Mon, 2 Sep 2002, Cy Schubert wrote: > >=20 > > # cy 2002/09/02 07:14:00 PDT > > #=20 > > # Modified files: > > # misc/screen Makefile distinfo pkg-plist=20 > > # misc/screen/files patch-ad=20 > > # Removed files: > > # misc/screen/files patch-ac patch-ah=20 > > # Log: > > # 1. Update 3.9.11 --> 3.9.12. > > # 2. Add installation of etc/screenrc. > > # 3. Fix hashed password with garbled salt. > > # =20 > > # #2 Submitted by: ade > > # #3 Submitted by: Phil C > >=20 > > Did the issue with the screen package get resolved (package build > > on non-SMP machine pegs cpu on SMP system)? PRs ports/39148 & > > ports/39479. >=20 > Actually the problem occurs on SMP _AND_ uniprocessor systems. It=20 > appears to be a problem only with the posted binary package, as screen=20 > built from the port and my own locally built binary package don't=20 > exhibit the problem. If you can figure out why, I'm all ears. Bento is building the package in a pristine environment. Kris --LZvS9be/3tNcYl/X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9dtGQWry0BWjoQKURAkD3AJ0QaFnZGr0qpJ5SxHSKd55x1hVFiwCglJ0F SurhTYbDNBK5WEQQb6ttOEc= =v4xQ -----END PGP SIGNATURE----- --LZvS9be/3tNcYl/X-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 20:40:44 2002 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 C0CDC37B400; Wed, 4 Sep 2002 20:40:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A4043E42; Wed, 4 Sep 2002 20:40:37 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g853ebJU000839; Wed, 4 Sep 2002 20:40:37 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g853ebwp000837; Wed, 4 Sep 2002 20:40:37 -0700 (PDT) Message-Id: <200209050340.g853ebwp000837@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 4 Sep 2002 20:40:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/viz/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/04 20:40:37 PDT Added files: misc/viz/files patch-ab Log: Fix build on -current by removing bogus duplicate declarations of things from system headers. Revision Changes Path 1.1 +15 -0 ports/misc/viz/files/patch-ab (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 20:42:53 2002 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 8181237B400; Wed, 4 Sep 2002 20:42:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31BA343E42; Wed, 4 Sep 2002 20:42:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g853goJU001332; Wed, 4 Sep 2002 20:42:50 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g853gou3001331; Wed, 4 Sep 2002 20:42:50 -0700 (PDT) Message-Id: <200209050342.g853gou3001331@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 4 Sep 2002 20:42:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/coco/files patch-src_emacs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/04 20:42:49 PDT Added files: textproc/coco/files patch-src_emacs.c Log: Fix build on -current by not duplicating bogus declarations from system headers. Revision Changes Path 1.1 +11 -0 ports/textproc/coco/files/patch-src_emacs.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 20:46:28 2002 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 BD4CE37B400; Wed, 4 Sep 2002 20:46:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E72843E3B; Wed, 4 Sep 2002 20:46:22 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: from freefall.freebsd.org (will@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g853kMJU001686; Wed, 4 Sep 2002 20:46:22 -0700 (PDT) (envelope-from will@freefall.freebsd.org) Received: (from will@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g853kMXw001685; Wed, 4 Sep 2002 20:46:22 -0700 (PDT) Message-Id: <200209050346.g853kMXw001685@freefall.freebsd.org> From: Will Andrews Date: Wed, 4 Sep 2002 20:46:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/hs-gtk+hs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2002/09/04 20:46:22 PDT Modified files: x11-toolkits/hs-gtk+hs Makefile Log: Fix dependency for INDEX building. devel/c2hs -> devel/hs-c2hs. Revision Changes Path 1.2 +1 -1 ports/x11-toolkits/hs-gtk+hs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 20:47:40 2002 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 D79A337B400; Wed, 4 Sep 2002 20:47:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8685743E3B; Wed, 4 Sep 2002 20:47:35 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g853lZJU001825; Wed, 4 Sep 2002 20:47:35 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g853lZGA001824; Wed, 4 Sep 2002 20:47:35 -0700 (PDT) Message-Id: <200209050347.g853lZGA001824@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 4 Sep 2002 20:47:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/tits/files patch-Makefile patch-dispatcher.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/04 20:47:35 PDT Modified files: comms/tits/files patch-Makefile Removed files: comms/tits/files patch-dispatcher.h Log: Fix build on -current by removing an obsoleted patch and setting NO_WERROR Revision Changes Path 1.2 +6 -6 ports/comms/tits/files/patch-Makefile 1.2 +0 -14 ports/comms/tits/files/patch-dispatcher.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 20:48:35 2002 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 0937337B400; Wed, 4 Sep 2002 20:48:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6F8743E65; Wed, 4 Sep 2002 20:48:31 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from freefall.freebsd.org (anholt@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g853mVJU001926; Wed, 4 Sep 2002 20:48:31 -0700 (PDT) (envelope-from anholt@freefall.freebsd.org) Received: (from anholt@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g853mVh4001925; Wed, 4 Sep 2002 20:48:31 -0700 (PDT) Message-Id: <200209050348.g853mVh4001925@freefall.freebsd.org> From: Eric Anholt Date: Wed, 4 Sep 2002 20:48:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4-clients Makefile distinfo ports/x11/XFree86-4-libraries Makefile distinfo ports/x11/XFree86-4-libraries/files patch-us_intl ports/x11-servers/XFree86-4-Server Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anholt 2002/09/04 20:48:31 PDT Modified files: x11/XFree86-4-clients Makefile distinfo x11/XFree86-4-libraries Makefile distinfo x11-servers/XFree86-4-Server Makefile distinfo Removed files: x11/XFree86-4-libraries/files patch-us_intl Log: Update XFree86-4-clients, -Servers, and -libraries to 4.2.1. The most notable update is fixing what appears to be possible privelege escalation with libX11 and setuid clients (xterm is one). Revision Changes Path 1.119 +12 -5 ports/x11-servers/XFree86-4-Server/Makefile 1.40 +1 -0 ports/x11-servers/XFree86-4-Server/distinfo 1.104 +14 -8 ports/x11/XFree86-4-clients/Makefile 1.31 +1 -0 ports/x11/XFree86-4-clients/distinfo 1.111 +12 -11 ports/x11/XFree86-4-libraries/Makefile 1.35 +1 -2 ports/x11/XFree86-4-libraries/distinfo 1.2 +0 -30 ports/x11/XFree86-4-libraries/files/patch-us_intl (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 20:57:48 2002 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 8DF2737B400; Wed, 4 Sep 2002 20:57:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E97F43E3B; Wed, 4 Sep 2002 20:57:46 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g853vkJU002940; Wed, 4 Sep 2002 20:57:46 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g853vkor002934; Wed, 4 Sep 2002 20:57:46 -0700 (PDT) Message-Id: <200209050357.g853vkor002934@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 4 Sep 2002 20:57:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/04 20:57:46 PDT Modified files: lang Makefile Log: Disconnect gcc32 after a repo copy until the port is ready for life again. Revision Changes Path 1.314 +1 -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 Wed Sep 4 20:58: 6 2002 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 B9A7937B405; Wed, 4 Sep 2002 20:57:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6391843E6A; Wed, 4 Sep 2002 20:57:58 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g853vwJU003009; Wed, 4 Sep 2002 20:57:58 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g853vwHW003008; Wed, 4 Sep 2002 20:57:58 -0700 (PDT) Message-Id: <200209050357.g853vwHW003008@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 4 Sep 2002 20:57:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/qtutils Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/04 20:57:58 PDT Modified files: graphics Makefile Added files: graphics/qtutils Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add qtutils 0.0.6 QuickTime Utilities Revision Changes Path 1.497 +1 -0 ports/graphics/Makefile 1.1 +35 -0 ports/graphics/qtutils/Makefile (new) 1.1 +1 -0 ports/graphics/qtutils/distinfo (new) 1.1 +1 -0 ports/graphics/qtutils/pkg-comment (new) 1.1 +8 -0 ports/graphics/qtutils/pkg-descr (new) 1.1 +6 -0 ports/graphics/qtutils/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 20:58:17 2002 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 082EA37B400; Wed, 4 Sep 2002 20:58:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9DF743E6A; Wed, 4 Sep 2002 20:58:01 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g853w1JU003046; Wed, 4 Sep 2002 20:58:01 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g853w1Jg003045; Wed, 4 Sep 2002 20:58:01 -0700 (PDT) Message-Id: <200209050358.g853w1Jg003045@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 4 Sep 2002 20:58:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/04 20:58:01 PDT Modified files: . modules Log: qtutils --> ports/graphics/qtutils Revision Changes Path 1.5818 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 21: 3:54 2002 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 93C9D37B400; Wed, 4 Sep 2002 21:03:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4613443E42; Wed, 4 Sep 2002 21:03:51 -0700 (PDT) (envelope-from max@FreeBSD.org) Received: from freefall.freebsd.org (max@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8543pJU003804; Wed, 4 Sep 2002 21:03:51 -0700 (PDT) (envelope-from max@freefall.freebsd.org) Received: (from max@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8543pYK003803; Wed, 4 Sep 2002 21:03:51 -0700 (PDT) Message-Id: <200209050403.g8543pYK003803@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Wed, 4 Sep 2002 21:03:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/p5-I18N-Charset Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2002/09/04 21:03:51 PDT Modified files: misc/p5-I18N-Charset Makefile distinfo Log: Upgrade to 1.19. Revision Changes Path 1.10 +1 -1 ports/misc/p5-I18N-Charset/Makefile 1.7 +1 -1 ports/misc/p5-I18N-Charset/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 21:12:40 2002 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 353EB37B400; Wed, 4 Sep 2002 21:12:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAAC343E3B; Wed, 4 Sep 2002 21:12:36 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g854CaJU008846; Wed, 4 Sep 2002 21:12:36 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g854CaOP008845; Wed, 4 Sep 2002 21:12:36 -0700 (PDT) Message-Id: <200209050412.g854CaOP008845@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 4 Sep 2002 21:12:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/devel Makefile ports/devel/pth-devel Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/04 21:12:33 PDT Modified files: . modules devel Makefile Removed files: devel/pth-devel Makefile distinfo pkg-comment pkg-descr pkg-plist Log: since pth is newer, remove pth-devel Approved by: maintainer timeout Revision Changes Path 1.5819 +0 -1 CVSROOT/modules 1.914 +0 -1 ports/devel/Makefile 1.31 +0 -41 ports/devel/pth-devel/Makefile (dead) 1.22 +0 -1 ports/devel/pth-devel/distinfo (dead) 1.4 +0 -1 ports/devel/pth-devel/pkg-comment (dead) 1.6 +0 -20 ports/devel/pth-devel/pkg-descr (dead) 1.10 +0 -15 ports/devel/pth-devel/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 21:24:37 2002 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 A5EA837B400; Wed, 4 Sep 2002 21:24:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A92B43E3B; Wed, 4 Sep 2002 21:24:35 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g854OZJU009807; Wed, 4 Sep 2002 21:24:35 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g854OZbd009806; Wed, 4 Sep 2002 21:24:35 -0700 (PDT) Message-Id: <200209050424.g854OZbd009806@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 4 Sep 2002 21:24:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ragel Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/04 21:24:35 PDT Modified files: devel/ragel Makefile distinfo pkg-descr Log: upgrade to 1.3.0 Revision Changes Path 1.4 +2 -2 ports/devel/ragel/Makefile 1.4 +1 -1 ports/devel/ragel/distinfo 1.2 +1 -1 ports/devel/ragel/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 21:56:15 2002 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 8FED937B400; Wed, 4 Sep 2002 21:56:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41F6843E72; Wed, 4 Sep 2002 21:56:11 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g854uBJU012091; Wed, 4 Sep 2002 21:56:11 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g854uAvF012090; Wed, 4 Sep 2002 21:56:10 -0700 (PDT) Message-Id: <200209050456.g854uAvF012090@freefall.freebsd.org> From: Kevin Lo Date: Wed, 4 Sep 2002 21:56:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/avidemux Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/09/04 21:56:10 PDT Modified files: graphics/avidemux Makefile distinfo Log: Update to 0.9.0.13 PR: 42435 Submitted by: MAINTAINER Revision Changes Path 1.3 +2 -2 ports/graphics/avidemux/Makefile 1.2 +1 -1 ports/graphics/avidemux/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 22: 2:27 2002 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 59B0D37B400; Wed, 4 Sep 2002 22:02:23 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76CB443E65; Wed, 4 Sep 2002 22:02:22 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g85527vV013905; Thu, 5 Sep 2002 07:02:13 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "M. Warner Losh" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 elan-mmcr.c In-Reply-To: Your message of "Wed, 04 Sep 2002 18:43:49 MDT." <20020904.184349.68159448.imp@bsdimp.com> Date: Thu, 05 Sep 2002 07:02:07 +0200 Message-ID: <13904.1031202127@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20020904.184349.68159448.imp@bsdimp.com>, "M. Warner Losh" writes: >In message: <200209041952.g84JqHZG022386@freefall.freebsd.org> > Poul-Henning Kamp writes: >: The downside is that HZ=100 is not enough, 150 or more recommended, >: I use 250 myself. > >Why is that the case? It seems kinda counter intuitive to me... The counter is 16 bits running at (33.333 MHz / 4) so it rolls over (3333333 / 4) / 65536 = 127 times a second. -- 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 Wed Sep 4 22: 4: 0 2002 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 4FB0F37B400; Wed, 4 Sep 2002 22:03:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0312F43E42; Wed, 4 Sep 2002 22:03:55 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8553sJU012894; Wed, 4 Sep 2002 22:03:54 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8553sFI012893; Wed, 4 Sep 2002 22:03:54 -0700 (PDT) Message-Id: <200209050503.g8553sFI012893@freefall.freebsd.org> From: Kevin Lo Date: Wed, 4 Sep 2002 22:03:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/abck Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/09/04 22:03:54 PDT Modified files: sysutils/abck Makefile distinfo Log: Update to version 2.2 PR: 42428 Submitted by: MAINTAINER Revision Changes Path 1.2 +1 -1 ports/sysutils/abck/Makefile 1.2 +1 -1 ports/sysutils/abck/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 22:23: 9 2002 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 6469B37B400; Wed, 4 Sep 2002 22:23:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16E0F43E4A; Wed, 4 Sep 2002 22:23:05 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g855N4JU018732; Wed, 4 Sep 2002 22:23:04 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g855N45G018731; Wed, 4 Sep 2002 22:23:04 -0700 (PDT) Message-Id: <200209050523.g855N45G018731@freefall.freebsd.org> From: Kevin Lo Date: Wed, 4 Sep 2002 22:23:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/nget Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/09/04 22:23:04 PDT Modified files: news/nget Makefile distinfo Log: - Update to version 0.21 - Switch the master site to SourceForge PR: 42401 Submitted by: MAINTAINER Revision Changes Path 1.2 +3 -5 ports/news/nget/Makefile 1.2 +1 -1 ports/news/nget/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 22:46: 1 2002 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 3CF5937B400; Wed, 4 Sep 2002 22:45:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F239C43E65; Wed, 4 Sep 2002 22:45:54 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g855jsJU020577; Wed, 4 Sep 2002 22:45:54 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g855jsQO020576; Wed, 4 Sep 2002 22:45:54 -0700 (PDT) Message-Id: <200209050545.g855jsQO020576@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 4 Sep 2002 22:45:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/epix Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/epix/files patch-samples.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/04 22:45:54 PDT Modified files: graphics Makefile Added files: graphics/epix Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/epix/files patch-samples.sh Log: add epix 0.8.6 Creates math plots and line figures using easy-to-learn syntax Revision Changes Path 1.498 +1 -0 ports/graphics/Makefile 1.1 +28 -0 ports/graphics/epix/Makefile (new) 1.1 +1 -0 ports/graphics/epix/distinfo (new) 1.1 +11 -0 ports/graphics/epix/files/patch-samples.sh (new) 1.1 +1 -0 ports/graphics/epix/pkg-comment (new) 1.1 +9 -0 ports/graphics/epix/pkg-descr (new) 1.1 +30 -0 ports/graphics/epix/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 22:46:12 2002 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 7DCCD37B405; Wed, 4 Sep 2002 22:45:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31A5143E42; Wed, 4 Sep 2002 22:45:58 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g855jwJU020614; Wed, 4 Sep 2002 22:45:58 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g855jwVq020613; Wed, 4 Sep 2002 22:45:58 -0700 (PDT) Message-Id: <200209050545.g855jwVq020613@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 4 Sep 2002 22:45:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/04 22:45:58 PDT Modified files: . modules Log: epix --> ports/graphics/epix Revision Changes Path 1.5820 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 23: 6: 2 2002 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 C473637B400; Wed, 4 Sep 2002 23:05:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 771F443E4A; Wed, 4 Sep 2002 23:05:58 -0700 (PDT) (envelope-from yoichi@FreeBSD.org) Received: from freefall.freebsd.org (yoichi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8565wJU026492; Wed, 4 Sep 2002 23:05:58 -0700 (PDT) (envelope-from yoichi@freefall.freebsd.org) Received: (from yoichi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8565weD026490; Wed, 4 Sep 2002 23:05:58 -0700 (PDT) Message-Id: <200209050605.g8565weD026490@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Wed, 4 Sep 2002 23:05:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/lsdb Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/09/04 23:05:57 PDT Modified files: databases/lsdb Makefile distinfo Log: Update to 0.9 Revision Changes Path 1.4 +5 -2 ports/databases/lsdb/Makefile 1.4 +1 -1 ports/databases/lsdb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 4 23:28:37 2002 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 3326737B400; Wed, 4 Sep 2002 23:28:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA41C43E72; Wed, 4 Sep 2002 23:28:32 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g856SWJU028222; Wed, 4 Sep 2002 23:28:32 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g856SWgs028221; Wed, 4 Sep 2002 23:28:32 -0700 (PDT) Message-Id: <200209050628.g856SWgs028221@freefall.freebsd.org> From: Kevin Lo Date: Wed, 4 Sep 2002 23:28:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailcrypt Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/09/04 23:28:32 PDT Modified files: mail/mailcrypt Makefile distinfo pkg-plist Log: - Update to 3.5.7 - Switch the master site to SourceForge - bsd.emacs.mk-ify PR: 42436 Submitted by: Kimura Fuyuki Revision Changes Path 1.12 +6 -4 ports/mail/mailcrypt/Makefile 1.4 +1 -1 ports/mail/mailcrypt/distinfo 1.4 +18 -17 ports/mail/mailcrypt/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 Sep 4 23:46:17 2002 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 23E7D37B400; Wed, 4 Sep 2002 23:46:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB4C543E3B; Wed, 4 Sep 2002 23:46:12 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g856kCJU030061; Wed, 4 Sep 2002 23:46:12 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g856kClv030060; Wed, 4 Sep 2002 23:46:12 -0700 (PDT) Message-Id: <200209050646.g856kClv030060@freefall.freebsd.org> From: Bruce Evans Date: Wed, 4 Sep 2002 23:46:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/09/04 23:46:12 PDT Modified files: sys/conf NOTES Log: Uncommented MAC options so that they get linted. This exposes brokenness in kern_mac.c. Revision Changes Path 1.1072 +4 -4 src/sys/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 0: 1:49 2002 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 E78BE37B400; Thu, 5 Sep 2002 00:01:35 -0700 (PDT) Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ECFE43E4A; Thu, 5 Sep 2002 00:01:34 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by thoth.sbs.de (8.11.6/8.11.6) with ESMTP id g8571W718614; Thu, 5 Sep 2002 09:01:33 +0200 (MEST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id g8571Wx00066; Thu, 5 Sep 2002 09:01:32 +0200 (MEST) Received: (from localhost) by curry.mchp.siemens.de (8.12.5/8.12.5) id g8571Wt7076071; Date: Thu, 5 Sep 2002 09:01:31 +0200 From: Andre Albsmeier To: Cy Schubert - CITS Open Systems Group Cc: Andre Albsmeier , Darren Reed , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/ipfilter HISTORY fil.c fils.c ip_auth.c ip_compat.h ip_fil.c ip_fil.h ip_frag.c ip_frag.h ip_ftp_pxy.c ip_h323_pxy.c ip_nat.c ip_nat.h ip_proxy.c ip_proxy.h ip_sfil.c ip_state.c ip_state.h ipf.c ipfs.c ipft_ef.c ipft_td.c ipft_tx.c ... Message-ID: <20020905090131.A77981@curry.mchp.siemens.de> References: <200209041451.g84Epcfw093419@cwsys.cwsent.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209041451.g84Epcfw093419@cwsys.cwsent.com>; from Cy.Schubert@uumail.gov.bc.ca on Wed, Sep 04, 2002 at 07:51:38AM -0700 X-Echelon: 737, United, VHF, MSNBC, strike Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 04-Sep-2002 at 07:51:38 -0700, Cy Schubert - CITS Open Systems Group wrote: > In message <20020902105706.A93973@curry.mchp.siemens.de>, Andre > Albsmeier write > s: > > On Sat, 31-Aug-2002 at 09:26:51 -0700, Darren Reed wrote: > > > darrenr 2002/08/31 09:26:51 PDT > > > > > > Modified files: (Branch: RELENG_4) > > > contrib/ipfilter HISTORY fil.c fils.c ip_auth.c > > > ip_compat.h ip_fil.c ip_fil.h ip_frag.c > > > ip_frag.h ip_ftp_pxy.c ip_h323_pxy.c > > > ip_nat.c ip_nat.h ip_proxy.c ip_proxy.h > > > ip_sfil.c ip_state.c ip_state.h ipf.c > > > ipfs.c ipft_ef.c ipft_td.c ipft_tx.c > > > ipl.h ipmon.c ipnat.c ipt.c kmem.c > > > mlf_ipl.c parse.c printnat.c > > > contrib/ipfilter/BSD Makefile > > > contrib/ipfilter/ipsend ip_var.h > > > contrib/ipfilter/man ipftest.1 ipmon.8 ipnat.5 > > > contrib/ipfilter/rules example.9 > > > contrib/ipfilter/test Makefile > > > contrib/ipfilter/test/expected f13 in1 > > > contrib/ipfilter/test/input f13 > > > Added files: (Branch: RELENG_4) > > > contrib/ipfilter/test dotest6 > > > contrib/ipfilter/test/expected i12 ni3 > > > contrib/ipfilter/test/input ipv6.1 ni3 > > > contrib/ipfilter/test/regress i12 ipv6.1 ni3.ipf ni3.nat > > > Log: > > > Merge IPFilter 3.4.29 into RELENG_4 from -current > > > > Thanks a lot for this one, Darren! > > > > One thing I noticed: When comparing ip_frag.c from -current > > (or ip-fil3.4.29.tar.gz) with the one in -STABLE, I get: > > > > andre@bali:/src>diff -u src-5/sys/contrib/ipfilter/netinet/ip_frag.c src-4/sy > > s/contrib/ipfilter/netinet/ip_frag.c > > --- src-5/sys/contrib/ipfilter/netinet/ip_frag.c Mon Sep 2 10:21:19 200 > > 2 > > +++ src-4/sys/contrib/ipfilter/netinet/ip_frag.c Mon Sep 2 10:15:42 200 > > 2 > > @@ -90,7 +90,8 @@ > > > > #if !defined(lint) > > static const char sccsid[] = "@(#)ip_frag.c 1.11 3/24/96 (C) 1993-2000 Darr > > en Reed"; > > -static const char rcsid[] = "@(#)$FreeBSD: src/sys/contrib/ipfilter/netinet/ > > ip_frag.c,v 1.23 2002/08/28 13:41:36 darrenr Exp $"; > > +/*static const char rcsid[] = "@(#)$Id: ip_frag.c,v 2.10.2.24 2002/08/28 12: > > 41:04 darrenr Exp $";*/ > > +static const char rcsid[] = "@(#)$FreeBSD: src/sys/contrib/ipfilter/netinet/ > > ip_frag.c,v 1.15.2.5 2002/08/31 16:24:52 darrenr Exp $"; > > #endif > > > > > > @@ -149,7 +150,7 @@ > > if (ipfr_inuse >= IPFT_SIZE) > > return NULL; > > > > - if (!(fin->fin_fl & FI_FRAG)) > > + if (!(fin->fin_fi.fi_fl & FI_FRAG)) > > return NULL; > > > > frag.ipfr_p = ip->ip_p; > > > > > > I am asking myself if the difference is desired... > > > > Thanks, > > > > -Andre > > I noticed that too, except that /usr/src/contrib/ipfilter/ip_frag.c > compares to ip_frag.c that comes with IPF 3.4.29 while > /usr/src/sys/contrib/ipfilter/netinet/ip_frag.c has the above > differences. > > Other differences include: > > fil.c > ip_fil.c > ip_fil.h > ip_h323_pxy.c > ip_log.c > ip_nat.c > I think it is alright. contrib/ipfilter/ip_fil.h has the following defined: #define fin_v fin_fi.fi_v #define fin_p fin_fi.fi_p #define fin_saddr fin_fi.fi_saddr #define fin_src fin_fi.fi_src.in4 #define fin_daddr fin_fi.fi_daddr #define fin_dst fin_fi.fi_dst.in4 #define fin_fl fin_fi.fi_fl So the fin_fl gets replaced by fin_fi.fi_fl :-). Anyway, I think that sys/contrib/ipfilter/netinet/ip_frag.c should be updated to the "official" version to reduce unnecessary diffs between them... -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 0: 2:58 2002 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 C181B37B400; Thu, 5 Sep 2002 00:02:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75C6943E65; Thu, 5 Sep 2002 00:02:54 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8572sJU032534; Thu, 5 Sep 2002 00:02:54 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8572sAg032517; Thu, 5 Sep 2002 00:02:54 -0700 (PDT) Message-Id: <200209050702.g8572sAg032517@freefall.freebsd.org> From: Bruce Evans Date: Thu, 5 Sep 2002 00:02:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mac.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/09/05 00:02:47 PDT Modified files: sys/kern kern_mac.c Log: Include instead of depending on namespace pollution 2 layers deep in or . Removed unused includes. Fixed some printf format errors (1 fatal on i386's; 1 fatal on alphas; 1 not fatal on any supported machine). Revision Changes Path 1.16 +5 -6 src/sys/kern/kern_mac.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 0: 7: 2 2002 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 7D36E37B400; Thu, 5 Sep 2002 00:06:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 304C043E65; Thu, 5 Sep 2002 00:06:59 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8576xJU036618; Thu, 5 Sep 2002 00:06:59 -0700 (PDT) (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8576xrW036617; Thu, 5 Sep 2002 00:06:59 -0700 (PDT) Message-Id: <200209050706.g8576xrW036617@freefall.freebsd.org> From: Kevin Lo Date: Thu, 5 Sep 2002 00:06:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/hb Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/09/05 00:06:58 PDT Modified files: misc/hb Makefile distinfo Log: Update to version 1.88 PR: 42431 Submitted by: MAINTAINER Revision Changes Path 1.2 +1 -1 ports/misc/hb/Makefile 1.2 +1 -1 ports/misc/hb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 0:12:50 2002 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 2DDC637B400; Thu, 5 Sep 2002 00:12:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4D0E43E65; Thu, 5 Sep 2002 00:12:47 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from freefall.freebsd.org (joe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g857CkJU039717; Thu, 5 Sep 2002 00:12:46 -0700 (PDT) (envelope-from joe@freefall.freebsd.org) Received: (from joe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g857Ckjb039716; Thu, 5 Sep 2002 00:12:46 -0700 (PDT) Message-Id: <200209050712.g857Ckjb039716@freefall.freebsd.org> From: Josef Karthauser Date: Thu, 5 Sep 2002 00:12:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT cfg_local.pm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/09/05 00:12:46 PDT Modified files: . cfg_local.pm Log: Remove an unused variable. Submitted by: jmallett Revision Changes Path 1.12 +0 -2 CVSROOT/cfg_local.pm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 0:30:27 2002 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 37E5237B400; Thu, 5 Sep 2002 00:30:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8EB943E4A; Thu, 5 Sep 2002 00:30:19 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from freefall.freebsd.org (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g857UJJU045491; Thu, 5 Sep 2002 00:30:19 -0700 (PDT) (envelope-from davidxu@freefall.freebsd.org) Received: (from davidxu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g857UJLW045489; Thu, 5 Sep 2002 00:30:19 -0700 (PDT) Message-Id: <200209050730.g857UJLW045489@freefall.freebsd.org> From: David Xu Date: Thu, 5 Sep 2002 00:30:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/procfs procfs_ctl.c procfs_ioctl.c src/sys/kern kern_exec.c kern_exit.c kern_fork.c kern_sig.c kern_thread.c sys_process.c src/sys/sys proc.h src/sys/vm vm_glue.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG davidxu 2002/09/05 00:30:19 PDT Modified files: sys/fs/procfs procfs_ctl.c procfs_ioctl.c sys/kern kern_exec.c kern_exit.c kern_fork.c kern_sig.c kern_thread.c sys_process.c sys/sys proc.h sys/vm vm_glue.c Log: s/SGNL/SIG/ s/SNGL/SINGLE/ s/SNGLE/SINGLE/ Fix abbreviation for P_STOPPED_* etc flags, in original code they were inconsistent and difficult to distinguish between them. Approved by: julian (mentor) Revision Changes Path 1.43 +2 -2 src/sys/fs/procfs/procfs_ctl.c 1.7 +1 -1 src/sys/fs/procfs/procfs_ioctl.c 1.189 +1 -1 src/sys/kern/kern_exec.c 1.173 +1 -1 src/sys/kern/kern_exit.c 1.160 +1 -1 src/sys/kern/kern_fork.c 1.186 +3 -3 src/sys/kern/kern_sig.c 1.19 +11 -11 src/sys/kern/kern_thread.c 1.101 +1 -1 src/sys/kern/sys_process.c 1.241 +11 -9 src/sys/sys/proc.h 1.152 +2 -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 Thu Sep 5 0:43:38 2002 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 C6C9437B400; Thu, 5 Sep 2002 00:43:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7831D43E6E; Thu, 5 Sep 2002 00:43:35 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g857hZJU050070; Thu, 5 Sep 2002 00:43:35 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g857hZxR050065; Thu, 5 Sep 2002 00:43:35 -0700 (PDT) Message-Id: <200209050743.g857hZxR050065@freefall.freebsd.org> From: Ian Dowse Date: Thu, 5 Sep 2002 00:43:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/gcore elfcore.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/09/05 00:43:35 PDT Modified files: usr.bin/gcore elfcore.c Log: Include stdint.h to make this compile. Submitted by: Garance A Drosihn Revision Changes Path 1.12 +1 -0 src/usr.bin/gcore/elfcore.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 0:54: 9 2002 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 5486337B400; Thu, 5 Sep 2002 00:54:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0762F43E77; Thu, 5 Sep 2002 00:54:04 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g857s3JU051738; Thu, 5 Sep 2002 00:54:03 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g857s353051737; Thu, 5 Sep 2002 00:54:03 -0700 (PDT) Message-Id: <200209050754.g857s353051737@freefall.freebsd.org> From: Bruce Evans Date: Thu, 5 Sep 2002 00:54:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys imgact_aout.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/09/05 00:54:03 PDT Modified files: sys/sys imgact_aout.h Log: Forward declare struct vnode so that or some other header that happens to forward declare struct vnode isn't a prerequisite (most places get it from ). Revision Changes Path 1.18 +1 -0 src/sys/sys/imgact_aout.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 0:59:42 2002 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 6C4B537B400; Thu, 5 Sep 2002 00:59:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2480C43E6A; Thu, 5 Sep 2002 00:59:38 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: from freefall.freebsd.org (markp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g857xcJU052128; Thu, 5 Sep 2002 00:59:38 -0700 (PDT) (envelope-from markp@freefall.freebsd.org) Received: (from markp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g857xb3D052127; Thu, 5 Sep 2002 00:59:37 -0700 (PDT) Message-Id: <200209050759.g857xb3D052127@freefall.freebsd.org> From: Mark Pulford Date: Thu, 5 Sep 2002 00:59:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/net Makefile ports/net/ascend-radius Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/ascend-radius/files patch-aa 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markp 2002/09/05 00:59:37 PDT Modified files: . modules net Makefile Removed files: net/ascend-radius Makefile distinfo pkg-comment pkg-descr pkg-plist net/ascend-radius/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag net/ascend-radius/scripts configure Log: Remove ascend-radius port PR: 37783 Submitted by: Jeff Palmer Revision Changes Path 1.5821 +0 -1 CVSROOT/modules 1.827 +0 -1 ports/net/Makefile 1.18 +0 -61 ports/net/ascend-radius/Makefile (dead) 1.7 +0 -5 ports/net/ascend-radius/distinfo (dead) 1.5 +0 -50 ports/net/ascend-radius/files/patch-aa (dead) 1.3 +0 -13 ports/net/ascend-radius/files/patch-ab (dead) 1.3 +0 -13 ports/net/ascend-radius/files/patch-ac (dead) 1.3 +0 -34 ports/net/ascend-radius/files/patch-ad (dead) 1.4 +0 -11 ports/net/ascend-radius/files/patch-ae (dead) 1.3 +0 -96 ports/net/ascend-radius/files/patch-af (dead) 1.3 +0 -103 ports/net/ascend-radius/files/patch-ag (dead) 1.3 +0 -1 ports/net/ascend-radius/pkg-comment (dead) 1.3 +0 -1 ports/net/ascend-radius/pkg-descr (dead) 1.8 +0 -20 ports/net/ascend-radius/pkg-plist (dead) 1.2 +0 -6 ports/net/ascend-radius/scripts/configure (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 1: 1:45 2002 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 8B97F37B400; Thu, 5 Sep 2002 01:01:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D79543E4A; Thu, 5 Sep 2002 01:01:40 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8581eJU052609; Thu, 5 Sep 2002 01:01:40 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8581emb052608; Thu, 5 Sep 2002 01:01:40 -0700 (PDT) Message-Id: <200209050801.g8581emb052608@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 5 Sep 2002 01:01:40 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/05 01:01:40 PDT Modified files: graphics/ImageMagick Makefile Log: Move libwmf out of X11-only section, it understand WITHOUT_X11 Revision Changes Path 1.149 +3 -3 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 Thu Sep 5 1: 3: 7 2002 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 7BC3E37B400; Thu, 5 Sep 2002 01:03:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F60343E4A; Thu, 5 Sep 2002 01:03:03 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85833JU052750; Thu, 5 Sep 2002 01:03:03 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85832B2052749; Thu, 5 Sep 2002 01:03:02 -0700 (PDT) Message-Id: <200209050803.g85832B2052749@freefall.freebsd.org> From: Bruce Evans Date: Thu, 5 Sep 2002 01:03:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys nlist_aout.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/09/05 01:03:02 PDT Modified files: sys/sys nlist_aout.h Log: Pad after "char *n_name;" in the !_AOUT_INCLUDE_ case so that struct nlist has some chance of having the same layout in all cases on machines with sizeof(char *) != sizeof(long). Revision Changes Path 1.10 +2 -0 src/sys/sys/nlist_aout.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 1:13:36 2002 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 A51AF37B400; Thu, 5 Sep 2002 01:13:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD7C943E77; Thu, 5 Sep 2002 01:13:21 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g858DKJU057763; Thu, 5 Sep 2002 01:13:20 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g858DKlc057762; Thu, 5 Sep 2002 01:13:20 -0700 (PDT) Message-Id: <200209050813.g858DKlc057762@freefall.freebsd.org> From: Bruce Evans Date: Thu, 5 Sep 2002 01:13:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_misc.c linux_stats.c linux_sysctl.c linux_uid16.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/09/05 01:13:20 PDT Modified files: sys/compat/linux linux_misc.c linux_stats.c linux_sysctl.c linux_uid16.c Log: Include instead of depending on namespace pollution 2 layers deep in or . Removed unused includes. Sorted includes. Revision Changes Path 1.127 +4 -5 src/sys/compat/linux/linux_misc.c 1.46 +2 -1 src/sys/compat/linux/linux_stats.c 1.4 +1 -5 src/sys/compat/linux/linux_sysctl.c 1.9 +3 -3 src/sys/compat/linux/linux_uid16.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 1:14: 2 2002 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 DEE1937B401; Thu, 5 Sep 2002 01:13:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8240F43E72; Thu, 5 Sep 2002 01:13:51 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g858DpJU057834; Thu, 5 Sep 2002 01:13:51 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g858DeJX057833; Thu, 5 Sep 2002 01:13:40 -0700 (PDT) Message-Id: <200209050813.g858DeJX057833@freefall.freebsd.org> From: Oliver Braun Date: Thu, 5 Sep 2002 01:13:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/eldav.el Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/05 01:13:39 PDT Modified files: www Makefile Added files: www/eldav.el Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: Add eldav.el 1, an interface to WebDAV servers for Emacs. PR: ports/42438 Submitted by: Volker Stolz Revision Changes Path 1.534 +1 -0 ports/www/Makefile 1.1 +36 -0 ports/www/eldav.el/Makefile (new) 1.1 +1 -0 ports/www/eldav.el/distinfo (new) 1.1 +1 -0 ports/www/eldav.el/pkg-comment (new) 1.1 +4 -0 ports/www/eldav.el/pkg-descr (new) 1.1 +17 -0 ports/www/eldav.el/pkg-message (new) 1.1 +6 -0 ports/www/eldav.el/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 1:14:13 2002 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 C7DB537B40B; Thu, 5 Sep 2002 01:14:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CC0A43E42; Thu, 5 Sep 2002 01:14:08 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g858E8JU057891; Thu, 5 Sep 2002 01:14:08 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g858E7TD057890; Thu, 5 Sep 2002 01:14:08 -0700 (PDT) Message-Id: <200209050814.g858E7TD057890@freefall.freebsd.org> From: Oliver Braun Date: Thu, 5 Sep 2002 01:14:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/05 01:14:07 PDT Modified files: . modules Log: eldav.el --> ports/www/eldav.el Revision Changes Path 1.5822 +1 -0 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 Sep 5 1:22: 4 2002 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 3F9A337B400; Thu, 5 Sep 2002 01:21:59 -0700 (PDT) Received: from mail.freebsdmall.com (www.freebsdmall.com [66.220.2.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA4D643E4A; Thu, 5 Sep 2002 01:21:58 -0700 (PDT) (envelope-from murray@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2074) id 8DBEF2E899; Thu, 5 Sep 2002 01:21:58 -0700 (PDT) Date: Thu, 5 Sep 2002 01:21:58 -0700 From: Murray Stokely To: "Justin T. Gibbs" Cc: Wilko Bulte , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/modules Makefile Message-ID: <20020905012158.N40227@freebsdmall.com> References: <200209031655.g83GtOGh051189@freefall.freebsd.org> <20020903202605.A14349@freebie.xs4all.nl> <77370000.1031077923@aslan.btc.adaptec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <77370000.1031077923@aslan.btc.adaptec.com>; from gibbs@scsiguy.com on Tue, Sep 03, 2002 at 12:32:03PM -0600 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 03, 2002 at 12:32:03PM -0600, Justin T. Gibbs wrote: > I didn't bother to ask "re" since it: > > 1) Removes a feature that wasn't there 48 hours ago > 2) Breaks the buildkernel target in lots of scenarios And 3), approval was implicit in my private complaint email about this. ;) Thanks for turning it off. > I figured it was best to make buildkernel work as quickly as > possible. Agreed. - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 1:31:55 2002 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 EB80637B400; Thu, 5 Sep 2002 01:31:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D23F43E6E; Thu, 5 Sep 2002 01:31:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g858VoJU059551; Thu, 5 Sep 2002 01:31:50 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g858VoiF059550; Thu, 5 Sep 2002 01:31:50 -0700 (PDT) Message-Id: <200209050831.g858VoiF059550@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 5 Sep 2002 01:31:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/freelibiberty/files patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/05 01:31:50 PDT Added files: devel/freelibiberty/files patch-ab patch-ac Log: Fix build on -current and quiet a warning by appropriate #include Revision Changes Path 1.1 +17 -0 ports/devel/freelibiberty/files/patch-ab (new) 1.1 +10 -0 ports/devel/freelibiberty/files/patch-ac (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 1:41:23 2002 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 9E68737B400; Thu, 5 Sep 2002 01:41:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59E5E43E6A; Thu, 5 Sep 2002 01:41:18 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g858fIJU060284; Thu, 5 Sep 2002 01:41:18 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g858fIqv060283; Thu, 5 Sep 2002 01:41:18 -0700 (PDT) Message-Id: <200209050841.g858fIqv060283@freefall.freebsd.org> From: Oliver Braun Date: Thu, 5 Sep 2002 01:41:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/gtkgrepmail Makefile ports/news/cleanscore Makefile ports/news/slrnface Makefile ports/print/lout Makefile ports/sysutils/durep Makefile ports/textproc/unrtf Makefile ports/x11/xbindkeys Makefile ports/x11/xbindkeys_config Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/05 01:41:17 PDT Modified files: mail/gtkgrepmail Makefile news/cleanscore Makefile news/slrnface Makefile print/lout Makefile sysutils/durep Makefile textproc/unrtf Makefile x11/xbindkeys Makefile x11/xbindkeys_config Makefile Log: Set maintainership to ports@. Revision Changes Path 1.2 +1 -1 ports/mail/gtkgrepmail/Makefile 1.3 +1 -1 ports/news/cleanscore/Makefile 1.2 +1 -1 ports/news/slrnface/Makefile 1.15 +1 -1 ports/print/lout/Makefile 1.3 +1 -1 ports/sysutils/durep/Makefile 1.3 +1 -1 ports/textproc/unrtf/Makefile 1.18 +1 -1 ports/x11/xbindkeys/Makefile 1.9 +1 -1 ports/x11/xbindkeys_config/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 1:55:38 2002 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 0AB6137B400; Thu, 5 Sep 2002 01:55:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF7B743E4A; Thu, 5 Sep 2002 01:55:33 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from freefall.freebsd.org (iwasaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g858tXJU062819; Thu, 5 Sep 2002 01:55:33 -0700 (PDT) (envelope-from iwasaki@freefall.freebsd.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g858tXMl062818; Thu, 5 Sep 2002 01:55:33 -0700 (PDT) Message-Id: <200209050855.g858tXMl062818@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Thu, 5 Sep 2002 01:55:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/acpicatools Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2002/09/05 01:55:33 PDT Modified files: devel/acpicatools Makefile distinfo Log: Update for acpica-unix-20020829. Also fixed setting up IntegerWidth in acpicadb. Revision Changes Path 1.18 +2 -2 ports/devel/acpicatools/Makefile 1.16 +2 -2 ports/devel/acpicatools/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 2: 4:14 2002 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 99F5E37B400; Thu, 5 Sep 2002 02:04:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47CB643EC5; Thu, 5 Sep 2002 02:01:39 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: from freefall.freebsd.org (taoka@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8591TJU063657; Thu, 5 Sep 2002 02:01:29 -0700 (PDT) (envelope-from taoka@freefall.freebsd.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8591TxV063656; Thu, 5 Sep 2002 02:01:29 -0700 (PDT) Message-Id: <200209050901.g8591TxV063656@freefall.freebsd.org> From: Satoshi Taoka Date: Thu, 5 Sep 2002 02:01:29 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG taoka 2002/09/05 02:01:29 PDT Modified files: audio/mpg123.el Makefile distinfo Log: Update vertion to 1.26 PR: ports/40230 Submitted by: Andreas Schulz Revision Changes Path 1.13 +2 -2 ports/audio/mpg123.el/Makefile 1.12 +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 Thu Sep 5 2:10:10 2002 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 A528037B405; Thu, 5 Sep 2002 02:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9B4543F65; Thu, 5 Sep 2002 02:03:30 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8593OJU063797; Thu, 5 Sep 2002 02:03:24 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8593OA2063796; Thu, 5 Sep 2002 02:03:24 -0700 (PDT) Message-Id: <200209050903.g8593OA2063796@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 5 Sep 2002 02:03:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/mkcmd/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/05 02:03:24 PDT Modified files: devel/mkcmd/files patch-aa Log: Fix build on -current (don't try and prototype functions from ) Revision Changes Path 1.4 +12 -3 ports/devel/mkcmd/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 Sep 5 2:12: 5 2002 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 9DF6D37B400; Thu, 5 Sep 2002 02:12:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7975843ED1; Thu, 5 Sep 2002 02:04:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85948JU063872; Thu, 5 Sep 2002 02:04:08 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85948Lf063871; Thu, 5 Sep 2002 02:04:08 -0700 (PDT) Message-Id: <200209050904.g85948Lf063871@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 5 Sep 2002 02:04:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/spread/files patch-arch.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/05 02:04:07 PDT Added files: net/spread/files patch-arch.h Log: Fix build on -current (don't assume that everything not FreeBSD 4.x is FreeBSD 3.x) Revision Changes Path 1.1 +11 -0 ports/net/spread/files/patch-arch.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 2:27:46 2002 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 C449437B405; Thu, 5 Sep 2002 02:27:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84A70440A9; Thu, 5 Sep 2002 02:08:06 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8597uJU068374; Thu, 5 Sep 2002 02:07:56 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8597ufP068373; Thu, 5 Sep 2002 02:07:56 -0700 (PDT) Message-Id: <200209050907.g8597ufP068373@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 5 Sep 2002 02:07:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/lm-solve Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/05 02:07:56 PDT Modified files: games Makefile Added files: games/lm-solve Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add lm-solve 0.6.0 A Computerized Solver for Logic Mazes Revision Changes Path 1.487 +1 -0 ports/games/Makefile 1.1 +21 -0 ports/games/lm-solve/Makefile (new) 1.1 +1 -0 ports/games/lm-solve/distinfo (new) 1.1 +1 -0 ports/games/lm-solve/pkg-comment (new) 1.1 +5 -0 ports/games/lm-solve/pkg-descr (new) 1.1 +18 -0 ports/games/lm-solve/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 2:28: 9 2002 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 85FCC37B400; Thu, 5 Sep 2002 02:27:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A29A5440AB; Thu, 5 Sep 2002 02:08:09 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8597xJU068407; Thu, 5 Sep 2002 02:07:59 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8597xo8068406; Thu, 5 Sep 2002 02:07:59 -0700 (PDT) Message-Id: <200209050907.g8597xo8068406@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 5 Sep 2002 02:07:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/05 02:07:59 PDT Modified files: . modules Log: lm-solve --> ports/games/lm-solve Revision Changes Path 1.5823 +1 -0 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 Sep 5 2:28:56 2002 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 5C8BF37B702; Thu, 5 Sep 2002 02:28:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D08C444145; Thu, 5 Sep 2002 02:11:22 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g859BKJU068981; Thu, 5 Sep 2002 02:11:20 -0700 (PDT) (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g859BKiB068980; Thu, 5 Sep 2002 02:11:20 -0700 (PDT) Message-Id: <200209050911.g859BKiB068980@freefall.freebsd.org> From: David Malone Date: Thu, 5 Sep 2002 02:11:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/gcore elfcore.c gcore.c md-nop.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/09/05 02:11:20 PDT Modified files: usr.bin/gcore elfcore.c gcore.c md-nop.c Log: The changes mentioned below were accidently committed as part of my previous commit, so the commit message is incorrect for them. The actual changes were: elfcore.c 1.11: Use a uintmax_t 'cos we con't know if php->p_filesz will be a Elf32_Size or an Elf64_Size and we don't know how these relate to size_t. Change some ints to size_t and ssize_ts. gcore.c 1.28: Include for ntohl, which is used in N_BADMAG. Use a uid_t for a uid. md-nop.c 1.6: Mark some parameters as unused. Revision Changes Path 1.13 +0 -0 src/usr.bin/gcore/elfcore.c 1.29 +0 -0 src/usr.bin/gcore/gcore.c 1.7 +0 -0 src/usr.bin/gcore/md-nop.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 2:29: 9 2002 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 6B0AA37B77E; Thu, 5 Sep 2002 02:28:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C893E44189; Thu, 5 Sep 2002 02:12:43 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g859CbJU069081; Thu, 5 Sep 2002 02:12:37 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g859CbGi069080; Thu, 5 Sep 2002 02:12:37 -0700 (PDT) Message-Id: <200209050912.g859CbGi069080@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 5 Sep 2002 02:12:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/uclmmbase/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/05 02:12:37 PDT Added files: devel/uclmmbase/files patch-aa Log: Fix build on -current Revision Changes Path 1.3 +10 -0 ports/devel/uclmmbase/files/patch-aa (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 2:31:21 2002 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 32F6637B400; Thu, 5 Sep 2002 02:31:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D941743E42; Thu, 5 Sep 2002 02:31:14 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g859VEJU070774; Thu, 5 Sep 2002 02:31:14 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g859VEOK070773; Thu, 5 Sep 2002 02:31:14 -0700 (PDT) Message-Id: <200209050931.g859VEOK070773@freefall.freebsd.org> From: Bruce Evans Date: Thu, 5 Sep 2002 02:31:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys bio.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/09/05 02:31:14 PDT Modified files: sys/sys bio.h Log: Forward declare struct uio so that isn't a prerequisite. Removed bogus forward declarations of structs. Revision Changes Path 1.116 +2 -3 src/sys/sys/bio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 2:43:28 2002 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 1CBAB37B401; Thu, 5 Sep 2002 02:43:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC9D243E6E; Thu, 5 Sep 2002 02:43:24 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g859hOJU071777; Thu, 5 Sep 2002 02:43:24 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g859hOR4071776; Thu, 5 Sep 2002 02:43:24 -0700 (PDT) Message-Id: <200209050943.g859hOR4071776@freefall.freebsd.org> From: Bruce Evans Date: Thu, 5 Sep 2002 02:43:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/09/05 02:43:24 PDT Modified files: sys/ufs/ffs ffs_vnops.c Log: Include instead of depending on namespace pollution 2 layers deep in or . Include instead of depending on namespace pollution in . Sorted includes as much as possible. Revision Changes Path 1.93 +11 -9 src/sys/ufs/ffs/ffs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 2:52:15 2002 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 C30C337B400; Thu, 5 Sep 2002 02:52:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C69D43E42; Thu, 5 Sep 2002 02:52:11 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g859qBJU072557; Thu, 5 Sep 2002 02:52:11 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g859qB8k072556; Thu, 5 Sep 2002 02:52:11 -0700 (PDT) Message-Id: <200209050952.g859qB8k072556@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 5 Sep 2002 02:52:11 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/05 02:52:11 PDT Modified files: graphics/ImageMagick Makefile Log: Bump portrevision for prev change Revision Changes Path 1.150 +1 -1 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 Thu Sep 5 4:12:16 2002 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 5594F37B400; Thu, 5 Sep 2002 04:12:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0793F43E42; Thu, 5 Sep 2002 04:12:10 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85BC9JU090740; Thu, 5 Sep 2002 04:12:09 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85BC8QL090732; Thu, 5 Sep 2002 04:12:08 -0700 (PDT) Message-Id: <200209051112.g85BC8QL090732@freefall.freebsd.org> From: Murray Stokely Date: Thu, 5 Sep 2002 04:12:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/i386 dokern.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/09/05 04:12:08 PDT Modified files: (Branch: RELENG_4) release/i386 dokern.sh Log: MFC: 1.62 - Remove AH[CD]_REG_PRETTY_PRINT from boot floppies. (unbreak "make release") Approved by: re Revision Changes Path 1.58.2.2 +4 -0 src/release/i386/dokern.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 4:14:29 2002 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 30A4837B400; Thu, 5 Sep 2002 04:14:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 230BF43E72; Thu, 5 Sep 2002 04:14:22 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85BELJU091113; Thu, 5 Sep 2002 04:14:21 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85BELD3091112; Thu, 5 Sep 2002 04:14:21 -0700 (PDT) Message-Id: <200209051114.g85BELD3091112@freefall.freebsd.org> From: Murray Stokely Date: Thu, 5 Sep 2002 04:14:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha dokern.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/09/05 04:14:21 PDT Modified files: (Branch: RELENG_4) release/alpha dokern.sh Log: MFC: r1.57 - Remove AH[CD]_REG_PRETTY_PRINT from boot floppies. Approved by: re Revision Changes Path 1.56.2.2 +2 -0 src/release/alpha/dokern.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 4:16:29 2002 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 25C2637B400; Thu, 5 Sep 2002 04:16:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCA7243E4A; Thu, 5 Sep 2002 04:16:23 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from freefall.freebsd.org (iwasaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85BGNJU091251; Thu, 5 Sep 2002 04:16:23 -0700 (PDT) (envelope-from iwasaki@freefall.freebsd.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85BGNht091250; Thu, 5 Sep 2002 04:16:23 -0700 (PDT) Message-Id: <200209051116.g85BGNht091250@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Thu, 5 Sep 2002 04:16:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 i386_module.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2002/09/05 04:16:23 PDT Modified files: sys/boot/i386/libi386 i386_module.c Log: Parse hint.acpi.0.disabled correctly. Now that hint.acpi.0.disabled="0" won't disable acpi as expected. Pointed-out by: bde Revision Changes Path 1.9 +10 -2 src/sys/boot/i386/libi386/i386_module.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 4:42:12 2002 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 E73B737B400; Thu, 5 Sep 2002 04:42:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AED543E3B; Thu, 5 Sep 2002 04:42:09 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85Bg4JU093505; Thu, 5 Sep 2002 04:42:04 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85Bg3xs093504; Thu, 5 Sep 2002 04:42:03 -0700 (PDT) Message-Id: <200209051142.g85Bg3xs093504@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 5 Sep 2002 04:42:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_timeout.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/05 04:42:03 PDT Modified files: sys/kern kern_timeout.c Log: Fix a format buglet. Spotted by: iedowse Revision Changes Path 1.74 +1 -1 src/sys/kern/kern_timeout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 4:44:40 2002 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 6723837B400; Thu, 5 Sep 2002 04:44:35 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8734043E65; Thu, 5 Sep 2002 04:44:33 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id VAA12390; Thu, 5 Sep 2002 21:43:50 +1000 Date: Thu, 5 Sep 2002 21:51:17 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Mitsuru IWASAKI Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/boot/i386/libi386 i386_module.c In-Reply-To: <200209051116.g85BGNht091250@freefall.freebsd.org> Message-ID: <20020905215100.N5373-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 5 Sep 2002, Mitsuru IWASAKI wrote: > iwasaki 2002/09/05 04:16:23 PDT > > Modified files: > sys/boot/i386/libi386 i386_module.c > Log: > Parse hint.acpi.0.disabled correctly. > Now that hint.acpi.0.disabled="0" won't disable acpi as expected. > > Pointed-out by: bde Thanks. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 4:45:10 2002 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 43C8E37B401; Thu, 5 Sep 2002 04:45:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A49CC43E77; Thu, 5 Sep 2002 04:45:03 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from freefall.freebsd.org (iwasaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85Bj3JU093701; Thu, 5 Sep 2002 04:45:03 -0700 (PDT) (envelope-from iwasaki@freefall.freebsd.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85Bj3nf093700; Thu, 5 Sep 2002 04:45:03 -0700 (PDT) Message-Id: <200209051145.g85Bj3nf093700@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Thu, 5 Sep 2002 04:45:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_rman.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2002/09/05 04:45:03 PDT Modified files: sys/kern subr_rman.c Log: Add debug.rman_debug sysctl MIB and loader tunable instead of broken RMAN_DEBUG option. This would be useful for debugging resource manager code. Revision Changes Path 1.26 +7 -5 src/sys/kern/subr_rman.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 5:31: 0 2002 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 1292F37B400; Thu, 5 Sep 2002 05:30:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9985343E77; Thu, 5 Sep 2002 05:30:54 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85CUsJU001553; Thu, 5 Sep 2002 05:30:54 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85CUsYm001552; Thu, 5 Sep 2002 05:30:54 -0700 (PDT) Message-Id: <200209051230.g85CUsYm001552@freefall.freebsd.org> From: Bruce Evans Date: Thu, 5 Sep 2002 05:30:54 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/09/05 05:30:54 PDT Modified files: sys/compat/linux linux_misc.c Log: Do not cast from a pointer to an integer of a possibly different size. This fixes a warning on i386's with 64-bit longs. Revision Changes Path 1.128 +1 -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 Thu Sep 5 5:59: 2 2002 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 09BB337B400; Thu, 5 Sep 2002 05:58:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2BB043E42; Thu, 5 Sep 2002 05:58:57 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85CwvJU011955; Thu, 5 Sep 2002 05:58:57 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85Cwvmu011954; Thu, 5 Sep 2002 05:58:57 -0700 (PDT) Message-Id: <200209051258.g85Cwvmu011954@freefall.freebsd.org> From: Bruce Evans Date: Thu, 5 Sep 2002 05:58:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_genassym.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/09/05 05:58:57 PDT Modified files: sys/i386/linux linux_genassym.c Log: Include for the definition of offsetof() instead of depending on the definition being misplaced in . The definition probably belongs in . Revision Changes Path 1.17 +2 -1 src/sys/i386/linux/linux_genassym.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 6: 0:22 2002 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 4B2FF37B408; Thu, 5 Sep 2002 06:00:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2CEB43E42; Thu, 5 Sep 2002 06:00:15 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85D0FJU012074; Thu, 5 Sep 2002 06:00:15 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85D0FXp012073; Thu, 5 Sep 2002 06:00:15 -0700 (PDT) Message-Id: <200209051300.g85D0FXp012073@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 5 Sep 2002 06:00:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ocaml-findlib pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/05 06:00:15 PDT Modified files: devel/ocaml-findlib pkg-plist Log: add missing files Revision Changes Path 1.2 +2 -0 ports/devel/ocaml-findlib/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 Sep 5 6: 8:27 2002 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 8C4D537B400; Thu, 5 Sep 2002 06:08:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB5043E65; Thu, 5 Sep 2002 06:08:23 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85D8NJU017068; Thu, 5 Sep 2002 06:08:23 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85D8Nmo017067; Thu, 5 Sep 2002 06:08:23 -0700 (PDT) Message-Id: <200209051308.g85D8Nmo017067@freefall.freebsd.org> From: Bruce Evans Date: Thu, 5 Sep 2002 06:08:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/svr4 svr4_genassym.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/09/05 06:08:23 PDT Modified files: sys/i386/svr4 svr4_genassym.c Log: Include for the definition of offsetof() instead of depending on the definition being misplaced in . The definition probably belongs in . Revision Changes Path 1.8 +2 -1 src/sys/i386/svr4/svr4_genassym.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 6:42:34 2002 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 5D27637B400; Thu, 5 Sep 2002 06:42:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1089843E4A; Thu, 5 Sep 2002 06:42:31 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: from freefall.freebsd.org (roam@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85DgUJU020096; Thu, 5 Sep 2002 06:42:30 -0700 (PDT) (envelope-from roam@freefall.freebsd.org) Received: (from roam@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85DgUs2020095; Thu, 5 Sep 2002 06:42:30 -0700 (PDT) Message-Id: <200209051342.g85DgUs2020095@freefall.freebsd.org> From: Peter Pentchev Date: Thu, 5 Sep 2002 06:42:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/vpopmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2002/09/05 06:42:30 PDT Modified files: mail/vpopmail Makefile Log: Change the WITH_MD5_PASSWORDS knob to WITHOUT_MD5_PASSWORDS; the vpopmail default is to build support for MD5-hashed passwords now. Reported by: Jetchko Jekov Revision Changes Path 1.22 +3 -3 ports/mail/vpopmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 6:54:12 2002 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 43FD537B400; Thu, 5 Sep 2002 06:54:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED12043E42; Thu, 5 Sep 2002 06:54:07 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85Ds7JU020934; Thu, 5 Sep 2002 06:54:07 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85Ds7gO020933; Thu, 5 Sep 2002 06:54:07 -0700 (PDT) Message-Id: <200209051354.g85Ds7gO020933@freefall.freebsd.org> From: Oliver Braun Date: Thu, 5 Sep 2002 06:54:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/hs-hat pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/05 06:54:07 PDT Modified files: devel/hs-hat pkg-plist Log: Fix pkg-plist. Noticed by: bento Revision Changes Path 1.7 +2 -33 ports/devel/hs-hat/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 Sep 5 6:56:26 2002 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 30D0E37B400; Thu, 5 Sep 2002 06:56:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6DF643E6A; Thu, 5 Sep 2002 06:56:20 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85DuKJU021143; Thu, 5 Sep 2002 06:56:20 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85DuKQ5021142; Thu, 5 Sep 2002 06:56:20 -0700 (PDT) Message-Id: <200209051356.g85DuKQ5021142@freefall.freebsd.org> From: Christian Weisgerber Date: Thu, 5 Sep 2002 06:56:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/bsmtp Makefile ports/mail/bsmtp/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/09/05 06:56:20 PDT Modified files: mail/bsmtp Makefile Added files: mail/bsmtp/files patch-Makefile.in Log: Fix directory permissions. Revision Changes Path 1.6 +1 -1 ports/mail/bsmtp/Makefile 1.1 +14 -0 ports/mail/bsmtp/files/patch-Makefile.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 7: 4:38 2002 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 A401637B401; Thu, 5 Sep 2002 07:04:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4206A43E4A; Thu, 5 Sep 2002 07:04:35 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85E4ZJU021871; Thu, 5 Sep 2002 07:04:35 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85E4YEX021870; Thu, 5 Sep 2002 07:04:34 -0700 (PDT) Message-Id: <200209051404.g85E4YEX021870@freefall.freebsd.org> From: Bruce Evans Date: Thu, 5 Sep 2002 07:04:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs.h src/sys/vm swap_pager.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/09/05 07:04:34 PDT Modified files: sys/nfsclient nfs.h sys/vm swap_pager.h Log: Use `struct uma_zone *' instead of uma_zone_t, so that isn't a prerequisite. Revision Changes Path 1.72 +1 -1 src/sys/nfsclient/nfs.h 1.34 +1 -1 src/sys/vm/swap_pager.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 7:30:26 2002 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 53F6137B400; Thu, 5 Sep 2002 07:30:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18A5843E6A; Thu, 5 Sep 2002 07:30:22 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: from freefall.freebsd.org (roam@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85EULJU027998; Thu, 5 Sep 2002 07:30:21 -0700 (PDT) (envelope-from roam@freefall.freebsd.org) Received: (from roam@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85EULoD027997; Thu, 5 Sep 2002 07:30:21 -0700 (PDT) Message-Id: <200209051430.g85EULoD027997@freefall.freebsd.org> From: Peter Pentchev Date: Thu, 5 Sep 2002 07:30:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/vpopmail Makefile distinfo ports/mail/vpopmail/files patch-vchkpw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2002/09/05 07:30:21 PDT Modified files: mail/vpopmail Makefile distinfo Removed files: mail/vpopmail/files patch-vchkpw.c Log: Update to vpopmail-5.3.8. There are two new configuration knobs: - WITHOUT_USERS_BIG_DIR disables the use of 'big' directories for users, thereby saving a little on disk space and inode usage; IMO, the savings are negligible; - WITHOUT_SEEKABLE disables the newly introduced ability of vdelivermail to examine its input stream for seekability, and read it all into a file to make it seekable. This works quite fine in the tests that I have done, so there seems to be no need to enable it on FreeBSD; however, if things should go wrong (in particular, if delivering mail to your virtual domains seems to fail), try rebuilding vpopmail with this knob. Prompted by: David Phillips Revision Changes Path 1.23 +11 -2 ports/mail/vpopmail/Makefile 1.11 +1 -1 ports/mail/vpopmail/distinfo 1.2 +0 -11 ports/mail/vpopmail/files/patch-vchkpw.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 7:38:52 2002 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 F1E1337B400; Thu, 5 Sep 2002 07:38:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5EE543E4A; Thu, 5 Sep 2002 07:38:46 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: from freefall.freebsd.org (okazaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85EckJU028760; Thu, 5 Sep 2002 07:38:46 -0700 (PDT) (envelope-from okazaki@freefall.freebsd.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85Eckwe028759; Thu, 5 Sep 2002 07:38:46 -0700 (PDT) Message-Id: <200209051438.g85Eckwe028759@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Thu, 5 Sep 2002 07:38:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailcrypt Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG okazaki 2002/09/05 07:38:45 PDT Modified files: mail/mailcrypt Makefile pkg-plist Log: Add missing @dirrm. Bump PORTREVISION. PR: ports/42444 Submitted by: Kimura Fuyuki Revision Changes Path 1.13 +1 -0 ports/mail/mailcrypt/Makefile 1.5 +1 -0 ports/mail/mailcrypt/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 Sep 5 8: 9:33 2002 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 27F0137B401; Thu, 5 Sep 2002 08:09:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E48E543E65; Thu, 5 Sep 2002 08:09:24 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: from freefall.freebsd.org (roam@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85F9OJU036320; Thu, 5 Sep 2002 08:09:24 -0700 (PDT) (envelope-from roam@freefall.freebsd.org) Received: (from roam@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85F9Om2036319; Thu, 5 Sep 2002 08:09:24 -0700 (PDT) Message-Id: <200209051509.g85F9Om2036319@freefall.freebsd.org> From: Peter Pentchev Date: Thu, 5 Sep 2002 08:09:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qmailadmin Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2002/09/05 08:09:24 PDT Modified files: mail/qmailadmin Makefile distinfo pkg-plist Log: Update to qmailadmin-1.0.6, containing a couple of security fixes. There are two new knobs: - WITHOUT_IPAUTH disables the IP authentication: by default, qmailadmin "remembers" your IP address after a successful login, and then logs the session out if you try to access a page from a different address, even with the same session ID; - WITHOUT_USER_INDEX disables the user index display, which might confuse earlier versions of Internet Explorer. Prompted by: David Phillips Revision Changes Path 1.10 +13 -1 ports/mail/qmailadmin/Makefile 1.8 +1 -1 ports/mail/qmailadmin/distinfo 1.8 +5 -0 ports/mail/qmailadmin/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 Sep 5 8:20:17 2002 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 1BFE737B400; Thu, 5 Sep 2002 08:20:06 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79A6843E4A; Thu, 5 Sep 2002 08:20:03 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [IPv6:::1]) by zibbi.icomtek.csir.co.za (8.12.6/8.12.6) with ESMTP id g85FJxD8091770; Thu, 5 Sep 2002 17:19:59 +0200 (SAT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.12.6/8.12.6/Submit) id g85FJxam091769; Thu, 5 Sep 2002 17:19:59 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200209051519.g85FJxam091769@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/release/i386 dokern.sh In-Reply-To: <200209051112.g85BC8QL090732@freefall.freebsd.org> from Murray Stokely at "Sep 5, 2002 04:12:08 am" To: murray@FreeBSD.org (Murray Stokely) Date: Thu, 5 Sep 2002 17:19:59 +0200 (SAT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > murray 2002/09/05 04:12:08 PDT > > Modified files: (Branch: RELENG_4) > release/i386 dokern.sh > Log: > MFC: 1.62 - Remove AH[CD]_REG_PRETTY_PRINT from boot > floppies. (unbreak "make release") Are you sure that is enough for the kernel to fit again? The new ahd driver pushed things over the edge even with those removed. I had to move some drivers to the mfsroot.flp. Here is what I did. It results in mfsroot.flp and kern.flp like this: Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on /dev/vnn0c 1407 1180 213 85% 2 28 7% /mnt *** Filesystem is 1440 K, 213 left *** 80000 bytes/inode, 28 left ... Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on /dev/vnn0c 1407 1397 -4 100% 5 25 17% /mnt *** Filesystem is 1440 K, -4 left *** 80000 bytes/inode, 25 left Created /R/stage/floppies/kern.flp John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org Index: release/i386/drivers.conf =================================================================== RCS file: /home/ncvs/src/release/i386/drivers.conf,v retrieving revision 1.3.2.4 diff -u -r1.3.2.4 drivers.conf --- release/i386/drivers.conf 26 Aug 2002 12:17:35 -0000 1.3.2.4 +++ release/i386/drivers.conf 4 Sep 2002 15:28:52 -0000 @@ -35,7 +35,11 @@ # #drv filename floppy type description +aac aac 2 disk "Adaptec FSA RAID, Dell PERC2/PERC3" an if_an 2 network "Aironet 4500/4800 802.11 PCMCIA/ISA/PCI card" +mlx mlx 2 disk "Mylex DAC960 family RAID" wi if_wi 2 network "Lucent WaveLAN/IEEE 802.11 PCMCIA card" txp if_txp 2 network "3Com 3cR990 (``Typhoon'') PCI Ethernet" +twe twe 2 disk "3ware Escalade RAID" +CD9660 cd9660 2 options "ISO 9660 Filesystem" MSDOSFS msdos 2 options "MSDOS filsystem" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 8:33:33 2002 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 8D94237B400; Thu, 5 Sep 2002 08:33:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3721E43E42; Thu, 5 Sep 2002 08:33:31 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85FXUJU038792; Thu, 5 Sep 2002 08:33:31 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85FXURp038791; Thu, 5 Sep 2002 08:33:30 -0700 (PDT) Message-Id: <200209051533.g85FXURp038791@freefall.freebsd.org> From: Bruce Evans Date: Thu, 5 Sep 2002 08:33:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_timer.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/09/05 08:33:30 PDT Modified files: sys/netinet tcp_timer.c Log: Include and its prerequisite instead of depending on namespace pollution 4 layers deep in . Removed unused includes. Sorted includes. Revision Changes Path 1.54 +6 -8 src/sys/netinet/tcp_timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 8:35:45 2002 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 523FD37B400; Thu, 5 Sep 2002 08:35:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0556443E6A; Thu, 5 Sep 2002 08:35:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85FZdJU038990; Thu, 5 Sep 2002 08:35:39 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85FZdq2038989; Thu, 5 Sep 2002 08:35:39 -0700 (PDT) Message-Id: <200209051535.g85FZdq2038989@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 5 Sep 2002 08:35:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_gif.c if_gif.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/05 08:35:39 PDT Modified files: sys/net if_gif.c if_gif.h Log: Make recursion prevention variable per-instance and remove XXX comment about thread-unsafety. MFC after: 2 weeks Revision Changes Path 1.27 +4 -7 src/sys/net/if_gif.c 1.12 +1 -0 src/sys/net/if_gif.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 8:36: 5 2002 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 5363637B401; Thu, 5 Sep 2002 08:35:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0284943E65; Thu, 5 Sep 2002 08:35:58 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85FZvJU039034; Thu, 5 Sep 2002 08:35:57 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85FZvWF039033; Thu, 5 Sep 2002 08:35:57 -0700 (PDT) Message-Id: <200209051535.g85FZvWF039033@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 5 Sep 2002 08:35:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/05 08:35:57 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: Add an errata entry for the problem of pkg_add -r going off to the wrong directory on 4.6 and 4.6.2. Pointed out by: obrien Approved by: re (implicitly) Revision Changes Path 1.1.2.81 +11 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 8:38:42 2002 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 6F41D37B400; Thu, 5 Sep 2002 08:38:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2BA343E6A; Thu, 5 Sep 2002 08:38:38 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85FccJU039268; Thu, 5 Sep 2002 08:38:38 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85Fcc4s039267; Thu, 5 Sep 2002 08:38:38 -0700 (PDT) Message-Id: <200209051538.g85Fcc4s039267@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 5 Sep 2002 08:38:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/05 08:38:38 PDT Modified files: (Branch: RELENG_4_6) . UPDATING Log: Add cross-reference for SA-02:38. Approved by: security-officer (implicitly) Revision Changes Path 1.73.2.68.2.26 +1 -1 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 8:39:51 2002 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 07CE237B400; Thu, 5 Sep 2002 08:39:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B08AE43E65; Thu, 5 Sep 2002 08:39:45 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85FdjJU039400; Thu, 5 Sep 2002 08:39:45 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85FdjJa039399; Thu, 5 Sep 2002 08:39:45 -0700 (PDT) Message-Id: <200209051539.g85FdjJa039399@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 5 Sep 2002 08:39:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4_5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/05 08:39:45 PDT Modified files: (Branch: RELENG_4_5) . UPDATING Log: Add cross-reference for SA-02:38. Approved by: security-officer (implicitly) Revision Changes Path 1.73.2.50.2.35 +1 -1 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 8:40:39 2002 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 1B64B37B400; Thu, 5 Sep 2002 08:40:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4CC443E42; Thu, 5 Sep 2002 08:40:32 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85FeWJU039533; Thu, 5 Sep 2002 08:40:32 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85FeWb6039532; Thu, 5 Sep 2002 08:40:32 -0700 (PDT) Message-Id: <200209051540.g85FeWb6039532@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 5 Sep 2002 08:40:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/05 08:40:32 PDT Modified files: (Branch: RELENG_4_4) . UPDATING Log: Add cross-reference for SA-02:38. Approved by: security-officer (implicitly) Revision Changes Path 1.73.2.43.2.34 +1 -1 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 8:41:18 2002 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 3B39D37B400; Thu, 5 Sep 2002 08:41:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DFA043E72; Thu, 5 Sep 2002 08:41:10 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85FfAJU039576; Thu, 5 Sep 2002 08:41:10 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85FfApx039575; Thu, 5 Sep 2002 08:41:10 -0700 (PDT) Message-Id: <200209051541.g85FfApx039575@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 5 Sep 2002 08:41:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha drivers.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/05 08:41:10 PDT Modified files: release/alpha drivers.conf Log: Add the PCN module. Revision Changes Path 1.3 +2 -2 src/release/alpha/drivers.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 8:45:27 2002 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 0951337B400; Thu, 5 Sep 2002 08:45:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA4F643E3B; Thu, 5 Sep 2002 08:45:16 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85Fj2JU040092; Thu, 5 Sep 2002 08:45:02 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85Fj2it040091; Thu, 5 Sep 2002 08:45:02 -0700 (PDT) Message-Id: <200209051545.g85Fj2it040091@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 5 Sep 2002 08:45:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/i386 dokern.sh drivers.conf src/sys/i386/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/05 08:45:01 PDT Modified files: release/i386 dokern.sh drivers.conf sys/i386/conf GENERIC Log: Statically compile pcn(4) into the install kernel vs. using as module. lnc(4) will attach to AMD PCnet/FAST NICs if pcn(4) does not attach. I.e. pcn(4) gets first chance. There is a problem however in that pcn(4) was moved out of the install kernel so that the module would be used. This however causes bad installs if one has an AMD PCnet/FAST NIC. Revision Changes Path 1.63 +0 -1 src/release/i386/dokern.sh 1.9 +1 -2 src/release/i386/drivers.conf 1.362 +1 -1 src/sys/i386/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 8:56:19 2002 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 DF6BC37B400; Thu, 5 Sep 2002 08:56:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4ED443E81; Thu, 5 Sep 2002 08:55:29 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85FtRJU041323; Thu, 5 Sep 2002 08:55:27 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85FtRLs041322; Thu, 5 Sep 2002 08:55:27 -0700 (PDT) Message-Id: <200209051555.g85FtRLs041322@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 5 Sep 2002 08:55:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.6.2R errata.html www/en/releases/4.6R errata.html X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/05 08:55:27 PDT Modified files: en/releases/4.6.2R errata.html en/releases/4.6R errata.html Log: Regen from article.sgml 1.1.2.81. This also picks up the recent cgi-man fixes/updates in the release documentation stylesheets. Revision Changes Path 1.4 +39 -18 www/en/releases/4.6.2R/errata.html 1.12 +39 -18 www/en/releases/4.6R/errata.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 9: 1:53 2002 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 DE01437B400; Thu, 5 Sep 2002 09:01:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9066343E42; Thu, 5 Sep 2002 09:01:49 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85G1nJU041843; Thu, 5 Sep 2002 09:01:49 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85G1nTf041841; Thu, 5 Sep 2002 09:01:49 -0700 (PDT) Message-Id: <200209051601.g85G1nTf041841@freefall.freebsd.org> From: Ceri Davies Date: Thu, 5 Sep 2002 09:01:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/preface preface.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/09/05 09:01:48 PDT Modified files: en_US.ISO8859-1/books/handbook/preface preface.sgml Log: Add an entry for the new vinum chapter. PR: docs/42446 Submitted by: Niall Brady Also suggeested by: blackend Revision Changes Path 1.16 +8 -0 doc/en_US.ISO8859-1/books/handbook/preface/preface.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 9: 9:33 2002 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 C4C0137B400; Thu, 5 Sep 2002 09:09:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C9843E3B; Thu, 5 Sep 2002 09:09:28 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85G9SJU046764; Thu, 5 Sep 2002 09:09:28 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85G9SOh046763; Thu, 5 Sep 2002 09:09:28 -0700 (PDT) Message-Id: <200209051609.g85G9SOh046763@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 5 Sep 2002 09:09:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/rfbproxy Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/05 09:09:28 PDT Modified files: net Makefile Added files: net/rfbproxy Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add rfbproxy 0.6.5 A simple tool for recording VNC sessions Revision Changes Path 1.828 +1 -0 ports/net/Makefile 1.1 +24 -0 ports/net/rfbproxy/Makefile (new) 1.1 +1 -0 ports/net/rfbproxy/distinfo (new) 1.1 +1 -0 ports/net/rfbproxy/pkg-comment (new) 1.1 +4 -0 ports/net/rfbproxy/pkg-descr (new) 1.1 +1 -0 ports/net/rfbproxy/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 9: 9:45 2002 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 6B72A37B421; Thu, 5 Sep 2002 09:09:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C88E43E65; Thu, 5 Sep 2002 09:09:33 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85G9WJU046802; Thu, 5 Sep 2002 09:09:32 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85G9WFo046801; Thu, 5 Sep 2002 09:09:32 -0700 (PDT) Message-Id: <200209051609.g85G9WFo046801@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 5 Sep 2002 09:09:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/05 09:09:32 PDT Modified files: . modules Log: rfbproxy --> ports/net/rfbproxy Revision Changes Path 1.5824 +1 -0 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 Sep 5 9:25:59 2002 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 C1CC037B400; Thu, 5 Sep 2002 09:25:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75BA143E42; Thu, 5 Sep 2002 09:25:53 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85GPrJU048528; Thu, 5 Sep 2002 09:25:53 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85GPrsK048527; Thu, 5 Sep 2002 09:25:53 -0700 (PDT) Message-Id: <200209051625.g85GPrsK048527@freefall.freebsd.org> From: Murray Stokely Date: Thu, 5 Sep 2002 09:25:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/i386 drivers.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/09/05 09:25:52 PDT Modified files: (Branch: RELENG_4) release/i386 drivers.conf Log: Move drivers to mfsroot. Submitted by: jhay Approved by: re Revision Changes Path 1.3.2.5 +4 -0 src/release/i386/drivers.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 9:26:48 2002 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 030BA37B400; Thu, 5 Sep 2002 09:26:44 -0700 (PDT) Received: from mail.freebsdmall.com (www.freebsdmall.com [66.220.2.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0F9C43E65; Thu, 5 Sep 2002 09:26:43 -0700 (PDT) (envelope-from murray@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2074) id 6FE282E899; Thu, 5 Sep 2002 09:26:43 -0700 (PDT) Date: Thu, 5 Sep 2002 09:26:43 -0700 From: Murray Stokely To: John Hay Cc: Murray Stokely , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/i386 dokern.sh Message-ID: <20020905092643.S40227@freebsdmall.com> References: <200209051112.g85BC8QL090732@freefall.freebsd.org> <200209051519.g85FJxam091769@zibbi.icomtek.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209051519.g85FJxam091769@zibbi.icomtek.csir.co.za>; from jhay@icomtek.csir.co.za on Thu, Sep 05, 2002 at 05:19:59PM +0200 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Sep 05, 2002 at 05:19:59PM +0200, John Hay wrote: > driver pushed things over the edge even with those removed. I had to > move some drivers to the mfsroot.flp. Here is what I did. It results > in mfsroot.flp and kern.flp like this: Applied, thanks! - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 9:32:58 2002 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 EC98037B400; Thu, 5 Sep 2002 09:32:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DEE543E65; Thu, 5 Sep 2002 09:32:53 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85GWrJU049178; Thu, 5 Sep 2002 09:32:53 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85GWrGV049177; Thu, 5 Sep 2002 09:32:53 -0700 (PDT) Message-Id: <200209051632.g85GWrGV049177@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 5 Sep 2002 09:32:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gkrellm2 Makefile distinfo ports/sysutils/gkrellm2/files patch-src:Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/09/05 09:32:53 PDT Modified files: sysutils/gkrellm2 Makefile distinfo sysutils/gkrellm2/files patch-src:Makefile Log: Update to 2.0.1. Revision Changes Path 1.51 +1 -1 ports/sysutils/gkrellm2/Makefile 1.36 +1 -1 ports/sysutils/gkrellm2/distinfo 1.2 +13 -7 ports/sysutils/gkrellm2/files/patch-src:Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 9:45:10 2002 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 24FF837B401; Thu, 5 Sep 2002 09:45:05 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97E4643E4A; Thu, 5 Sep 2002 09:45:04 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.3/8.12.3) with ESMTP id g85Gj2wu008940; Thu, 5 Sep 2002 09:45:02 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.3/8.12.3/Submit) id g85Gj2N8008939; Thu, 5 Sep 2002 09:45:02 -0700 Date: Thu, 5 Sep 2002 09:45:02 -0700 From: Brooks Davis To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_gif.c if_gif.h Message-ID: <20020905094452.A3044@Odin.AC.HMC.Edu> References: <200209051535.g85FZdq2038989@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="pWyiEgJYm5f9v55/" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209051535.g85FZdq2038989@freefall.freebsd.org>; from sobomax@FreeBSD.org on Thu, Sep 05, 2002 at 08:35:39AM -0700 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 05, 2002 at 08:35:39AM -0700, Maxim Sobolev wrote: > sobomax 2002/09/05 08:35:39 PDT >=20 > Modified files: > sys/net if_gif.c if_gif.h=20 > Log: > Make recursion prevention variable per-instance and remove XXX comment > about thread-unsafety. Good solution. On minor issue. This changes the meaning of max_gif_nesting. Before it was the number of gif over gif tunnels you could nest. Now it's the number of times you can traverse the same tunnel while routing a packet. I'm not sure it makes any sense for it to be tunable any more. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --pWyiEgJYm5f9v55/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9d4n8XY6L6fI4GtQRAopTAJ0Shx4Obb8NGSt+OiodA6W68MK7bgCfTq77 lXWp+XKf6M3OEvsdw8fUDrY= =9TBt -----END PGP SIGNATURE----- --pWyiEgJYm5f9v55/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 10: 5:19 2002 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 9055337B400; Thu, 5 Sep 2002 10:05:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 441DA43E65; Thu, 5 Sep 2002 10:05:16 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85H5GJU053789; Thu, 5 Sep 2002 10:05:16 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85H5FYw053786; Thu, 5 Sep 2002 10:05:15 -0700 (PDT) Message-Id: <200209051705.g85H5FYw053786@freefall.freebsd.org> From: John Baldwin Date: Thu, 5 Sep 2002 10:05:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 bios.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/05 10:05:15 PDT Modified files: sys/i386/i386 bios.c Log: Move some variables to the BSS instead of explicitly zero'ing them. This also makes all of the PCIbios variable be zero'd, not just the entry field. Revision Changes Path 1.55 +3 -3 src/sys/i386/i386/bios.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 10: 6:58 2002 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 0396937B400; Thu, 5 Sep 2002 10:06:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B376043E3B; Thu, 5 Sep 2002 10:06:52 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85H6qJU056288; Thu, 5 Sep 2002 10:06:52 -0700 (PDT) (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85H6qv0056287; Thu, 5 Sep 2002 10:06:52 -0700 (PDT) Message-Id: <200209051706.g85H6qv0056287@freefall.freebsd.org> From: David Malone Date: Thu, 5 Sep 2002 10:06:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat atalk.c if.c inet.c inet6.c ipsec.c ipx.c iso.c main.c mbuf.c mroute.c mroute6.c netgraph.c netstat.h ns.c route.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/09/05 10:06:52 PDT Modified files: usr.bin/netstat atalk.c if.c inet.c inet6.c ipsec.c ipx.c iso.c main.c mbuf.c mroute.c mroute6.c netgraph.c netstat.h ns.c route.c Log: Warns cleanups for netstat: 1) Include arpa/inet.h for ntohs. 2) Constness fixes. 3) Fix shadowing except for "sin" which shouldn't be in scope. 4) Remove register keyword. 5) Add missing initialsers to user defined structs. 5) Make prototype of netname6 globally visable. 6) Use right macros for printing syncache stats (even though entrie isn't a word). Revision Changes Path 1.23 +6 -5 src/usr.bin/netstat/atalk.c 1.51 +7 -8 src/usr.bin/netstat/if.c 1.55 +36 -37 src/usr.bin/netstat/inet.c 1.20 +8 -9 src/usr.bin/netstat/inet6.c 1.8 +3 -3 src/usr.bin/netstat/ipsec.c 1.19 +7 -7 src/usr.bin/netstat/ipx.c 1.11 +13 -13 src/usr.bin/netstat/iso.c 1.58 +15 -17 src/usr.bin/netstat/main.c 1.30 +5 -5 src/usr.bin/netstat/mbuf.c 1.19 +6 -6 src/usr.bin/netstat/mroute.c 1.14 +5 -5 src/usr.bin/netstat/mroute6.c 1.9 +1 -1 src/usr.bin/netstat/netgraph.c 1.33 +35 -34 src/usr.bin/netstat/netstat.h 1.7 +7 -7 src/usr.bin/netstat/ns.c 1.68 +44 -42 src/usr.bin/netstat/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 10: 7:17 2002 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 C3F9B37B405; Thu, 5 Sep 2002 10:07:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66CA543E75; Thu, 5 Sep 2002 10:07:08 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85H78JU056338; Thu, 5 Sep 2002 10:07:08 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85H780f056337; Thu, 5 Sep 2002 10:07:08 -0700 (PDT) Message-Id: <200209051707.g85H780f056337@freefall.freebsd.org> From: John Baldwin Date: Thu, 5 Sep 2002 10:07:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/pci pci_cfgreg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/05 10:07:08 PDT Modified files: sys/i386/pci pci_cfgreg.c Log: Test PCIbios.ventry against 0 to see if we found a PCIbios entry point, not the 'entry' member. The entry point is formed from both a base and a relative entry point. 'entry' is that relative offset. It is perfectly valid to have an entry point with a relative offset of 0. PCIbios.ventry is the virtual address of the entry point that takes both 'base' and 'entry' into account, thus it is the proper variable to test to see if we have an entry point or not. Revision Changes Path 1.88 +2 -2 src/sys/i386/pci/pci_cfgreg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 10: 8:42 2002 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 BE7CA37B401; Thu, 5 Sep 2002 10:08:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C2D043E6A; Thu, 5 Sep 2002 10:08:36 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85H8aJU056431; Thu, 5 Sep 2002 10:08:36 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85H8a5d056430; Thu, 5 Sep 2002 10:08:36 -0700 (PDT) Message-Id: <200209051708.g85H8a5d056430@freefall.freebsd.org> From: John Baldwin Date: Thu, 5 Sep 2002 10:08:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_pcib.c src/sys/dev/pci pci_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/05 10:08:36 PDT Modified files: sys/dev/acpica acpi_pcib.c sys/dev/pci pci_pci.c Log: Make the printf messages when routing interrupts more consistent in the various PCI bridge drivers. Revision Changes Path 1.24 +6 -5 src/sys/dev/acpica/acpi_pcib.c 1.15 +2 -2 src/sys/dev/pci/pci_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 10:14:34 2002 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 706CF37B401 for ; Thu, 5 Sep 2002 10:14:27 -0700 (PDT) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0556143E72 for ; Thu, 5 Sep 2002 10:14:26 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 13565 invoked from network); 5 Sep 2002 17:14:25 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 5 Sep 2002 17:14:25 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g85HEOBv011698; Thu, 5 Sep 2002 13:14:24 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200209051707.g85H780f056337@freefall.freebsd.org> Date: Thu, 05 Sep 2002 13:14:24 -0400 (EDT) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/i386/pci pci_cfgreg.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 05-Sep-2002 John Baldwin wrote: > jhb 2002/09/05 10:07:08 PDT > > Modified files: > sys/i386/pci pci_cfgreg.c > Log: > Test PCIbios.ventry against 0 to see if we found a PCIbios entry point, > not the 'entry' member. The entry point is formed from both a base and > a relative entry point. 'entry' is that relative offset. It is perfectly > valid to have an entry point with a relative offset of 0. PCIbios.ventry > is the virtual address of the entry point that takes both 'base' and > 'entry' into account, thus it is the proper variable to test to see if we > have an entry point or not. This enables the PCI bios to be found now on one test machine I have where it was found before but wasn't used: Using $PIR table, 12 entries at 0xc00f8000 PCI-Only Interrupts: none Location Bus Device Pin Link IRQs slot 1 0 7 A 0x1 3 4 5 6 7 9 10 11 12 14 15 slot 1 0 7 B 0x2 3 4 5 6 7 9 10 11 12 14 15 slot 1 0 7 C 0x3 3 4 5 6 7 9 10 11 12 14 15 slot 1 0 7 D 0x4 3 4 5 6 7 9 10 11 12 14 15 slot 2 0 8 A 0x2 3 4 5 6 7 9 10 11 12 14 15 slot 2 0 8 B 0x3 3 4 5 6 7 9 10 11 12 14 15 slot 2 0 8 C 0x4 3 4 5 6 7 9 10 11 12 14 15 slot 2 0 8 D 0x1 3 4 5 6 7 9 10 11 12 14 15 slot 3 0 9 A 0x3 3 4 5 6 7 9 10 11 12 14 15 slot 3 0 9 B 0x4 3 4 5 6 7 9 10 11 12 14 15 slot 3 0 9 C 0x1 3 4 5 6 7 9 10 11 12 14 15 slot 3 0 9 D 0x2 3 4 5 6 7 9 10 11 12 14 15 slot 4 1 7 A 0x5 3 4 9 10 11 12 14 15 slot 4 1 7 B 0x6 3 4 9 10 11 12 14 15 slot 4 1 7 C 0x7 3 4 9 10 11 12 14 15 slot 4 1 7 D 0x8 3 4 9 10 11 12 14 15 slot 5 1 8 A 0x6 3 4 9 10 11 12 14 15 slot 5 1 8 B 0x7 3 4 9 10 11 12 14 15 slot 5 1 8 C 0x8 3 4 9 10 11 12 14 15 slot 5 1 8 D 0x5 3 4 9 10 11 12 14 15 slot 6 1 11 A 0x7 3 4 9 10 11 12 14 15 slot 6 1 11 B 0x8 3 4 9 10 11 12 14 15 slot 6 1 11 C 0x5 3 4 9 10 11 12 14 15 slot 6 1 11 D 0x6 3 4 9 10 11 12 14 15 slot 7 1 10 A 0x8 3 4 9 10 11 12 14 15 slot 7 1 10 B 0x5 3 4 9 10 11 12 14 15 slot 7 1 10 C 0x6 3 4 9 10 11 12 14 15 slot 7 1 10 D 0x7 3 4 9 10 11 12 14 15 embedded 1 9 A 0x8 3 4 9 10 11 12 14 15 embedded 0 11 A 0x4 3 4 5 6 7 9 10 11 12 14 15 embedded 0 2 A 0x5 15 embedded 0 2 D 0x4 3 4 5 6 7 9 10 11 12 14 15 embedded 0 2 A 0x5 15 embedded 0 2 D 0x4 3 4 5 6 7 9 10 11 12 14 15 pcib0: at pcibus 0 on motherboard (PCI BIOS routing table debug dump stuff coming later) Speaking of the interrupt routing table, there is a BIOS call you can make to retrieve the darn thing and we should probably do that first and only search memory to find one if the BIOS call fails. Comments? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "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 Sep 5 10:35:26 2002 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 C85D737B400; Thu, 5 Sep 2002 10:35:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 785DE43E3B; Thu, 5 Sep 2002 10:35:21 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85HZLJU059126; Thu, 5 Sep 2002 10:35:21 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85HZLJg059125; Thu, 5 Sep 2002 10:35:21 -0700 (PDT) Message-Id: <200209051735.g85HZLJg059125@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 5 Sep 2002 10:35:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gkrellm2 Makefile distinfo ports/sysutils/gkrellm2/files patch-src:Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/09/05 10:35:21 PDT Modified files: sysutils/gkrellm2 Makefile distinfo sysutils/gkrellm2/files patch-src:Makefile Log: 2.0.1 was replaced with 2.0.1a with applying the patch which was included in this port. Since there is no difference at all, we don't need bumping PORTVERSION. Revision Changes Path 1.52 +3 -0 ports/sysutils/gkrellm2/Makefile 1.37 +1 -1 ports/sysutils/gkrellm2/distinfo 1.3 +0 -6 ports/sysutils/gkrellm2/files/patch-src:Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 10:48:37 2002 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 9BBD237B400; Thu, 5 Sep 2002 10:48:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FDE843E6E; Thu, 5 Sep 2002 10:48:33 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85HmXJU060189; Thu, 5 Sep 2002 10:48:33 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85HmXoB060188; Thu, 5 Sep 2002 10:48:33 -0700 (PDT) Message-Id: <200209051748.g85HmXoB060188@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 5 Sep 2002 10:48:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/05 10:48:33 PDT Modified files: www/WebMagick Makefile Added files: www/WebMagick/files patch-aa Log: 1) Turn off opt_lowres if no javascript is active since it does nothing for perl-generated pages (i.e. not implemented). 2) Properly store all lowres* options in %htmlOpts. 3) Don't even call createLowResolutionImage() if not opt_lowres - speedup WebMagick twice. 4) Don't try to clean lowresdir and cachedir if they are not exists or corresponding options are not turned on. 5) Don't try to create lowresdir and cachedir if corresponding options are not turned on. 6) Read only first image from multi-image sequence such as animated GIFs or MPEGs, lowres|cache image can't be created otherwise (they are not exists after ->Write). Revision Changes Path 1.29 +1 -1 ports/www/WebMagick/Makefile 1.26 +140 -0 ports/www/WebMagick/files/patch-aa (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 10:54:36 2002 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 7EF8637B400; Thu, 5 Sep 2002 10:54:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31E5443E3B; Thu, 5 Sep 2002 10:54:33 -0700 (PDT) (envelope-from cjc@FreeBSD.org) Received: from freefall.freebsd.org (cjc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85HsXJU060812; Thu, 5 Sep 2002 10:54:33 -0700 (PDT) (envelope-from cjc@freefall.freebsd.org) Received: (from cjc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85HsXbn060811; Thu, 5 Sep 2002 10:54:33 -0700 (PDT) Message-Id: <200209051754.g85HsXbn060811@freefall.freebsd.org> From: "Crist J. Clark" Date: Thu, 5 Sep 2002 10:54:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslogd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cjc 2002/09/05 10:54:32 PDT Modified files: (Branch: RELENG_4) usr.sbin/syslogd syslogd.c Log: MFC: 1.105. Don't give up on a remote log host when we get a EHOSTUNREACH or EHOSTDOWN. These are often transient errors. PR: bin/31029 Revision Changes Path 1.59.2.17 +20 -3 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 11:13: 1 2002 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 0854E37B400; Thu, 5 Sep 2002 11:12:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9156D43E42; Thu, 5 Sep 2002 11:12:57 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85ICvJU066782; Thu, 5 Sep 2002 11:12:57 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85ICvQb066781; Thu, 5 Sep 2002 11:12:57 -0700 (PDT) Message-Id: <200209051812.g85ICvQb066781@freefall.freebsd.org> From: Joe Marcus Clarke Date: Thu, 5 Sep 2002 11:12:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk12 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/05 11:12:57 PDT Modified files: x11-toolkits/gtk12 Makefile Log: Enable XInput by default. Apparently, this doesn't hurt anything, and will help people using certain input devices and in certain locales. Requested by: netchild, Teemu Hakala Revision Changes Path 1.87 +3 -6 ports/x11-toolkits/gtk12/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 11:13:23 2002 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 7064937B408; Thu, 5 Sep 2002 11:13:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2390043E65; Thu, 5 Sep 2002 11:13:19 -0700 (PDT) (envelope-from jesper@FreeBSD.org) Received: from freefall.freebsd.org (jesper@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85IDJJU066829; Thu, 5 Sep 2002 11:13:19 -0700 (PDT) (envelope-from jesper@freefall.freebsd.org) Received: (from jesper@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85IDJxN066828; Thu, 5 Sep 2002 11:13:19 -0700 (PDT) Message-Id: <200209051813.g85IDJxN066828@freefall.freebsd.org> From: Jesper Skriver Date: Thu, 5 Sep 2002 11:13:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jesper 2002/09/05 11:13:18 PDT Modified files: en/donations wantlist.sgml Log: ftp.FreeBSD.org could need a memory upgrade Revision Changes Path 1.6 +7 -2 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 11:28:41 2002 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 F0DE037B400; Thu, 5 Sep 2002 11:28:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D9D243E4A; Thu, 5 Sep 2002 11:28:38 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85IScJU068051; Thu, 5 Sep 2002 11:28:38 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85IScrb068050; Thu, 5 Sep 2002 11:28:38 -0700 (PDT) Message-Id: <200209051828.g85IScrb068050@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 5 Sep 2002 11:28:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/WebMagick/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/05 11:28:38 PDT Modified files: www/WebMagick/files patch-aa Log: Tweak %htmlOpts more Revision Changes Path 1.27 +17 -11 ports/www/WebMagick/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 Sep 5 11:33:25 2002 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 0A7BE37B400; Thu, 5 Sep 2002 11:33:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A67F343E4A; Thu, 5 Sep 2002 11:33:21 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85IXLJU068771; Thu, 5 Sep 2002 11:33:21 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85IXLI0068770; Thu, 5 Sep 2002 11:33:21 -0700 (PDT) Message-Id: <200209051833.g85IXLI0068770@freefall.freebsd.org> From: Trevor Johnson Date: Thu, 5 Sep 2002 11:33:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cam Makefile ports/audio/cam/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/05 11:33:21 PDT Modified files: audio/cam Makefile audio/cam/files patch-ad Log: Fix installation by adding do-install target. PR: 42453 Submitted by: Adam Weinberger Revision Changes Path 1.9 +5 -1 ports/audio/cam/Makefile 1.3 +0 -14 ports/audio/cam/files/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 11:36:32 2002 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 3F10637B400; Thu, 5 Sep 2002 11:36:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E40F543E3B; Thu, 5 Sep 2002 11:36:26 -0700 (PDT) (envelope-from cjc@FreeBSD.org) Received: from freefall.freebsd.org (cjc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85IaQJU069090; Thu, 5 Sep 2002 11:36:26 -0700 (PDT) (envelope-from cjc@freefall.freebsd.org) Received: (from cjc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85IaQAL069088; Thu, 5 Sep 2002 11:36:26 -0700 (PDT) Message-Id: <200209051836.g85IaQAL069088@freefall.freebsd.org> From: "Crist J. Clark" Date: Thu, 5 Sep 2002 11:36:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslogd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cjc 2002/09/05 11:36:23 PDT Modified files: (Branch: RELENG_4) usr.sbin/syslogd syslogd.c Log: Backout previous commit. In code freeze for 4.7. Yes, I am an idiot. Revision Changes Path 1.59.2.18 +3 -20 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 11:37:54 2002 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 037D437B400; Thu, 5 Sep 2002 11:37:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8E3B43E4A; Thu, 5 Sep 2002 11:37:49 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85IbnJU069180; Thu, 5 Sep 2002 11:37:49 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85Ibnjk069179; Thu, 5 Sep 2002 11:37:49 -0700 (PDT) Message-Id: <200209051837.g85Ibnjk069179@freefall.freebsd.org> From: Trevor Johnson Date: Thu, 5 Sep 2002 11:37:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cam Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/05 11:37:49 PDT Modified files: audio/cam Makefile Removed files: audio/cam pkg-plist Log: Generate packing list in pre-install. Revision Changes Path 1.10 +4 -0 ports/audio/cam/Makefile 1.3 +0 -1 ports/audio/cam/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 11:44: 3 2002 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 35ABE37B400; Thu, 5 Sep 2002 11:43:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD5F643E6A; Thu, 5 Sep 2002 11:43:58 -0700 (PDT) (envelope-from max@FreeBSD.org) Received: from freefall.freebsd.org (max@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85IhwJU069837; Thu, 5 Sep 2002 11:43:58 -0700 (PDT) (envelope-from max@freefall.freebsd.org) Received: (from max@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85IhwtM069834; Thu, 5 Sep 2002 11:43:58 -0700 (PDT) Message-Id: <200209051843.g85IhwtM069834@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Thu, 5 Sep 2002 11:43:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mhonarc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2002/09/05 11:43:51 PDT Modified files: www/mhonarc Makefile distinfo Log: Upgrade to 2.5.12. Revision Changes Path 1.27 +1 -1 ports/www/mhonarc/Makefile 1.13 +1 -1 ports/www/mhonarc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 11:52:57 2002 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 1626D37B400; Thu, 5 Sep 2002 11:52:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9FD043E4A; Thu, 5 Sep 2002 11:52:52 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85IqqJU070625; Thu, 5 Sep 2002 11:52:52 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85IqqD6070624; Thu, 5 Sep 2002 11:52:52 -0700 (PDT) Message-Id: <200209051852.g85IqqD6070624@freefall.freebsd.org> From: Robert Watson Date: Thu, 5 Sep 2002 11:52:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/security/mac_biba mac_biba.c src/sys/security/mac_mls mac_mls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/09/05 11:52:52 PDT Modified files: sys/security/mac_biba mac_biba.c sys/security/mac_mls mac_mls.c Log: Re-insert TUNABLE() export of MAC Biba and MAC MLS module 'enabled' sysctls. Apparently lost during some or another merge. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.6 +1 -0 src/sys/security/mac_biba/mac_biba.c 1.6 +1 -0 src/sys/security/mac_mls/mac_mls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 12:33:20 2002 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 D67E137B405; Thu, 5 Sep 2002 12:33:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A22F43E6E; Thu, 5 Sep 2002 12:33:16 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from freefall.freebsd.org (anholt@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85JXGJU078482; Thu, 5 Sep 2002 12:33:16 -0700 (PDT) (envelope-from anholt@freefall.freebsd.org) Received: (from anholt@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85JXGBv078481; Thu, 5 Sep 2002 12:33:16 -0700 (PDT) Message-Id: <200209051933.g85JXGBv078481@freefall.freebsd.org> From: Eric Anholt Date: Thu, 5 Sep 2002 12:33:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-servers/XFree86-4-Server Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anholt 2002/09/05 12:33:15 PDT Modified files: x11-servers/XFree86-4-Server Makefile Log: Fix WITH_MATROX_GXX_DRIVER case after 4.2.1 upgrade. Submitted by: obraun Revision Changes Path 1.120 +1 -1 ports/x11-servers/XFree86-4-Server/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 12:40:17 2002 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 87F3F37B400; Thu, 5 Sep 2002 12:40:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46E7E43E65; Thu, 5 Sep 2002 12:40:11 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85JeBJU079049; Thu, 5 Sep 2002 12:40:11 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85JeB0O079048; Thu, 5 Sep 2002 12:40:11 -0700 (PDT) Message-Id: <200209051940.g85JeB0O079048@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 5 Sep 2002 12:40:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/spamprobe Makefile distinfo pkg-comment pkg-descr pkg-plist ports/mail/spamprobe/files Makefile spamprobe.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/09/05 12:40:10 PDT Modified files: mail Makefile Added files: mail/spamprobe Makefile distinfo pkg-comment pkg-descr pkg-plist mail/spamprobe/files Makefile spamprobe.1 Log: Spam detector using Bayesian analysis of word counts. Revision Changes Path 1.319 +1 -0 ports/mail/Makefile 1.1 +23 -0 ports/mail/spamprobe/Makefile (new) 1.1 +1 -0 ports/mail/spamprobe/distinfo (new) 1.1 +11 -0 ports/mail/spamprobe/files/Makefile (new) 1.1 +265 -0 ports/mail/spamprobe/files/spamprobe.1 (new) 1.1 +1 -0 ports/mail/spamprobe/pkg-comment (new) 1.1 +7 -0 ports/mail/spamprobe/pkg-descr (new) 1.1 +2 -0 ports/mail/spamprobe/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 12:40:32 2002 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 C07BA37B405; Thu, 5 Sep 2002 12:40:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 709A943E3B; Thu, 5 Sep 2002 12:40:15 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85JeFJU079090; Thu, 5 Sep 2002 12:40:15 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85JeF3Y079089; Thu, 5 Sep 2002 12:40:15 -0700 (PDT) Message-Id: <200209051940.g85JeF3Y079089@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 5 Sep 2002 12:40:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/09/05 12:40:15 PDT Modified files: . modules Log: spamprobe --> ports/mail/spamprobe Revision Changes Path 1.5825 +1 -0 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 Sep 5 12:50:24 2002 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 A170537B400; Thu, 5 Sep 2002 12:50:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1461443E6E; Thu, 5 Sep 2002 12:49:03 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85JmqJU079925; Thu, 5 Sep 2002 12:48:52 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85Jmq0f079924; Thu, 5 Sep 2002 12:48:52 -0700 (PDT) Message-Id: <200209051948.g85Jmq0f079924@freefall.freebsd.org> From: Bruce Evans Date: Thu, 5 Sep 2002 12:48:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/09/05 12:48:52 PDT Modified files: sys/netinet in_pcb.h Log: Fixed namespace pollution in uma changes: - use `struct uma_zone *' instead of uma_zone_t, so that isn't a prerequisite. - don't include . Namespace pollution makes "opaque" types like uma_zone_t perfectly non-opaque. Such types should never be used (see style(9)). Fixed subsequently grwon dependencies of this header on its own pollution: - include and its prerequisite instead of depending on namespace pollution 2 layers deep in . Revision Changes Path 1.53 +3 -2 src/sys/netinet/in_pcb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 13: 4:53 2002 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 97EAC37B400; Thu, 5 Sep 2002 13:04:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47C3543E4A; Thu, 5 Sep 2002 13:04:50 -0700 (PDT) (envelope-from mwlucas@FreeBSD.org) Received: from freefall.freebsd.org (mwlucas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85K4oJU081431; Thu, 5 Sep 2002 13:04:50 -0700 (PDT) (envelope-from mwlucas@freefall.freebsd.org) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85K4opR081430; Thu, 5 Sep 2002 13:04:50 -0700 (PDT) Message-Id: <200209052004.g85K4opR081430@freefall.freebsd.org> From: Michael Lucas Date: Thu, 5 Sep 2002 13:04:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mwlucas 2002/09/05 13:04:49 PDT Modified files: en/donations wantlist.sgml Log: Alphabetize by freefall username. This is purely arbitrary, of course, but it will be slightly easier to manage than being last-commit-last. Revision Changes Path 1.7 +39 -35 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 13:14:51 2002 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 E9C1D37B400; Thu, 5 Sep 2002 13:14:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9847D43E42; Thu, 5 Sep 2002 13:14:46 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85KEkJU086626; Thu, 5 Sep 2002 13:14:46 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85KEkW5086625; Thu, 5 Sep 2002 13:14:46 -0700 (PDT) Message-Id: <200209052014.g85KEkW5086625@freefall.freebsd.org> From: Gordon Tetlow Date: Thu, 5 Sep 2002 13:14:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d bootparams X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/09/05 13:14:46 PDT Modified files: etc/defaults rc.conf etc/rc.d bootparams Log: Introduce bootparamd into the boot scripts. Add a bootparamd_enable and _flags to rc.conf Submitted by: John Hay Revision Changes Path 1.159 +2 -0 src/etc/defaults/rc.conf 1.3 +11 -2 src/etc/rc.d/bootparams To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 13:15:13 2002 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 3233037B401; Thu, 5 Sep 2002 13:15:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82A4943E42; Thu, 5 Sep 2002 13:15:08 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85KF8JU086686; Thu, 5 Sep 2002 13:15:08 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85KF8QN086685; Thu, 5 Sep 2002 13:15:08 -0700 (PDT) Message-Id: <200209052015.g85KF8QN086685@freefall.freebsd.org> From: Gordon Tetlow Date: Thu, 5 Sep 2002 13:15:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/09/05 13:15:08 PDT Modified files: etc/rc.d Makefile Log: Hook bootparams up to the world Revision Changes Path 1.6 +11 -11 src/etc/rc.d/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 13:19: 7 2002 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 CDEAB37B400; Thu, 5 Sep 2002 13:19:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DDDB43E72; Thu, 5 Sep 2002 13:19:04 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85KJ4JU086968; Thu, 5 Sep 2002 13:19:04 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85KJ4LD086967; Thu, 5 Sep 2002 13:19:04 -0700 (PDT) Message-Id: <200209052019.g85KJ4LD086967@freefall.freebsd.org> From: Gordon Tetlow Date: Thu, 5 Sep 2002 13:19:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 rc.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/09/05 13:19:04 PDT Modified files: share/man/man5 rc.conf.5 Log: Update rc.conf.5 man page to reflect bootparamd_enable and _flags Revision Changes Path 1.164 +16 -0 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 Thu Sep 5 13:28:29 2002 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 19EE437B400; Thu, 5 Sep 2002 13:28:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C158F43E4A; Thu, 5 Sep 2002 13:28:24 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85KSOJU087768; Thu, 5 Sep 2002 13:28:24 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85KSOLi087767; Thu, 5 Sep 2002 13:28:24 -0700 (PDT) Message-Id: <200209052028.g85KSOLi087767@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 5 Sep 2002 13:28:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/05 13:28:24 PDT Modified files: sys/ufs/ufs ufs_extattr.c Log: Fix credentials check: do not leak ENOATTR until we know if they're supposed to know. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.54 +15 -12 src/sys/ufs/ufs/ufs_extattr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 13:29:25 2002 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 8992037B400; Thu, 5 Sep 2002 13:29:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38AEB43E65; Thu, 5 Sep 2002 13:29:19 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85KTJJU087818; Thu, 5 Sep 2002 13:29:19 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85KTJfv087817; Thu, 5 Sep 2002 13:29:19 -0700 (PDT) Message-Id: <200209052029.g85KTJfv087817@freefall.freebsd.org> From: Gordon Tetlow Date: Thu, 5 Sep 2002 13:29:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d Makefile archdep X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/09/05 13:29:19 PDT Modified files: etc/rc.d Makefile Added files: etc/rc.d archdep Log: Add an archdep script and hook it up to the build. Submitted by: Mike Makonnen Revision Changes Path 1.7 +12 -11 src/etc/rc.d/Makefile 1.1 +81 -0 src/etc/rc.d/archdep (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 13:39: 1 2002 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 7FD0F37B400; Thu, 5 Sep 2002 13:38:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3066F43E3B; Thu, 5 Sep 2002 13:38:58 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85KcwJU088621; Thu, 5 Sep 2002 13:38:58 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85KcvW7088620; Thu, 5 Sep 2002 13:38:57 -0700 (PDT) Message-Id: <200209052038.g85KcvW7088620@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 5 Sep 2002 13:38:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys extattr.h src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/05 13:38:57 PDT Modified files: sys/sys extattr.h sys/kern vfs_subr.c Log: Introduce new extattr_check_cred() function which implements the canonical crential washing for extended attributes. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.400 +34 -0 src/sys/kern/vfs_subr.c 1.10 +5 -0 src/sys/sys/extattr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 13:39:47 2002 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 D4CAC37B405; Thu, 5 Sep 2002 13:39:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8657643E65; Thu, 5 Sep 2002 13:39:36 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85KdaJU088703; Thu, 5 Sep 2002 13:39:36 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85Kdapj088702; Thu, 5 Sep 2002 13:39:36 -0700 (PDT) Message-Id: <200209052039.g85Kdapj088702@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 5 Sep 2002 13:39:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/05 13:39:36 PDT Modified files: sys/ufs/ufs ufs_extattr.c Log: Use canonical extattr_check_cred() instead of private implementation of the same policy. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.55 +3 -39 src/sys/ufs/ufs/ufs_extattr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 13:42:35 2002 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 9F4C437B400; Thu, 5 Sep 2002 13:42:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F90B43E42; Thu, 5 Sep 2002 13:42:31 -0700 (PDT) (envelope-from mwlucas@FreeBSD.org) Received: from freefall.freebsd.org (mwlucas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85KgVJU089302; Thu, 5 Sep 2002 13:42:31 -0700 (PDT) (envelope-from mwlucas@freefall.freebsd.org) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85KgVl9089301; Thu, 5 Sep 2002 13:42:31 -0700 (PDT) Message-Id: <200209052042.g85KgVl9089301@freefall.freebsd.org> From: Michael Lucas Date: Thu, 5 Sep 2002 13:42:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mwlucas 2002/09/05 13:42:31 PDT Modified files: en/donations wantlist.sgml Log: Add flood of new requests. Just because we now have a decent list, doesn't mean that you need to stop asking for things. Feel free to add to this list as your needs dictate. Revision Changes Path 1.8 +136 -3 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 13:46:23 2002 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 201FB37B400; Thu, 5 Sep 2002 13:46:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B387843E4A; Thu, 5 Sep 2002 13:46:19 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85KkJJU089657; Thu, 5 Sep 2002 13:46:19 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85KkJki089656; Thu, 5 Sep 2002 13:46:19 -0700 (PDT) Message-Id: <200209052046.g85KkJki089656@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 5 Sep 2002 13:46:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/05 13:46:19 PDT Modified files: sys/kern vfs_subr.c Log: Fix an inherited style bug: compare with NOCRED instead of NULL. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.401 +1 -1 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 Thu Sep 5 13:56:18 2002 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 7B7A537B401; Thu, 5 Sep 2002 13:56:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1715243E4A; Thu, 5 Sep 2002 13:56:15 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85KuEJU090699; Thu, 5 Sep 2002 13:56:14 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85KuEXL090698; Thu, 5 Sep 2002 13:56:14 -0700 (PDT) Message-Id: <200209052056.g85KuEXL090698@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 5 Sep 2002 13:56:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vnode_if.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/05 13:56:14 PDT Modified files: sys/kern vnode_if.src Log: Introduce the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods. Together these two implement a simple transcation style grouping for modifications of extended attributes on a vnode. VOP_CLOSEEXTATTR() takes a boolean "commit" argument, which determines if the aggregate changes are attempted written or not. A commit will fail if any of the VOP_SETEXTATTR() calls since the VOP_OPENEXTATTR() have failed to meet their objective or if the flush to disk fails. The default operations for these two VOP's is to return EOPNOTSUPP. This API may still be subject to change. Sponsored by: DARPA & NAI Labs Revision Changes Path 1.56 +19 -0 src/sys/kern/vnode_if.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 13:59:49 2002 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 31C5637B400; Thu, 5 Sep 2002 13:59:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D55A343E42; Thu, 5 Sep 2002 13:59:42 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85KxgJU090911; Thu, 5 Sep 2002 13:59:42 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85Kxg9t090910; Thu, 5 Sep 2002 13:59:42 -0700 (PDT) Message-Id: <200209052059.g85Kxg9t090910@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 5 Sep 2002 13:59:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_vnops.c src/sys/ufs/ufs inode.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/05 13:59:42 PDT Modified files: sys/ufs/ffs ffs_vnops.c sys/ufs/ufs inode.h Log: Implement the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods. Use extattr_check_cred() to check access to EAs. This is still a WIP. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.94 +184 -31 src/sys/ufs/ffs/ffs_vnops.c 1.39 +8 -0 src/sys/ufs/ufs/inode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 16: 3:57 2002 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 1BFF137B400; Thu, 5 Sep 2002 16:03:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C361543E4A; Thu, 5 Sep 2002 16:03:54 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: from freefall.freebsd.org (demon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85N3sJU009530; Thu, 5 Sep 2002 16:03:54 -0700 (PDT) (envelope-from demon@freefall.freebsd.org) Received: (from demon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85N3sat009529; Thu, 5 Sep 2002 16:03:54 -0700 (PDT) Message-Id: <200209052303.g85N3sat009529@freefall.freebsd.org> From: Dmitry Sivachenko Date: Thu, 5 Sep 2002 16:03:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/seahaven/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG demon 2002/09/05 16:03:53 PDT Added files: games/seahaven/files patch-configure Log: Respect CFLAGS. MAINTAINER timeout. Revision Changes Path 1.1 +14 -0 ports/games/seahaven/files/patch-configure (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 16:42:35 2002 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 064C637B400; Thu, 5 Sep 2002 16:42:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB8A743E75; Thu, 5 Sep 2002 16:42:30 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85NgUJU016672; Thu, 5 Sep 2002 16:42:30 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85NgUWf016671; Thu, 5 Sep 2002 16:42:30 -0700 (PDT) Message-Id: <200209052342.g85NgUWf016671@freefall.freebsd.org> From: Giorgos Keramidas Date: Thu, 5 Sep 2002 16:42:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/cvsup-advanced article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/05 16:42:30 PDT Modified files: en_US.ISO8859-1/articles/cvsup-advanced article.sgml Log: Minor grammar fix & replace CDs with CD-ROMs. Revision Changes Path 1.7 +1 -1 doc/en_US.ISO8859-1/articles/cvsup-advanced/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 16:43:51 2002 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 3620537B401; Thu, 5 Sep 2002 16:43:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAAEE43E4A; Thu, 5 Sep 2002 16:43:29 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85NhQJU016714; Thu, 5 Sep 2002 16:43:26 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85NhQqr016713; Thu, 5 Sep 2002 16:43:26 -0700 (PDT) Message-Id: <200209052343.g85NhQqr016713@freefall.freebsd.org> From: Giorgos Keramidas Date: Thu, 5 Sep 2002 16:43:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/cvsup-advanced article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/05 16:43:26 PDT Modified files: en_US.ISO8859-1/articles/cvsup-advanced article.sgml Log: Replace capitalisation with proper tags. Revision Changes Path 1.8 +2 -2 doc/en_US.ISO8859-1/articles/cvsup-advanced/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 16:44:29 2002 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 BC30437B409; Thu, 5 Sep 2002 16:44:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B108643E3B; Thu, 5 Sep 2002 16:44:22 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85NiLJU016772; Thu, 5 Sep 2002 16:44:21 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85NiLS9016771; Thu, 5 Sep 2002 16:44:21 -0700 (PDT) Message-Id: <200209052344.g85NiLS9016771@freefall.freebsd.org> From: Giorgos Keramidas Date: Thu, 5 Sep 2002 16:44:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/cvsup-advanced article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/05 16:44:21 PDT Modified files: en_US.ISO8859-1/articles/cvsup-advanced article.sgml Log: Replace -- with — everywhere. Revision Changes Path 1.9 +4 -4 doc/en_US.ISO8859-1/articles/cvsup-advanced/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 16:49:45 2002 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 37EFA37B400; Thu, 5 Sep 2002 16:49:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCA5C43E6A; Thu, 5 Sep 2002 16:49:41 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85NnfJU016976; Thu, 5 Sep 2002 16:49:41 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85NnfuK016975; Thu, 5 Sep 2002 16:49:41 -0700 (PDT) Message-Id: <200209052349.g85NnfuK016975@freefall.freebsd.org> From: Giorgos Keramidas Date: Thu, 5 Sep 2002 16:49:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/laptop article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/05 16:49:41 PDT Modified files: en_US.ISO8859-1/articles/laptop article.sgml Log: Correct meaning of snipet that has inverted logic. Move parenthesized fullstop where it belongs. Add a few , and tags. Revision Changes Path 1.10 +6 -6 doc/en_US.ISO8859-1/articles/laptop/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 16:50:41 2002 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 F1E9637B401; Thu, 5 Sep 2002 16:50:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBFB943E4A; Thu, 5 Sep 2002 16:50:34 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85NoYJU017420; Thu, 5 Sep 2002 16:50:34 -0700 (PDT) (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85NoY62017419; Thu, 5 Sep 2002 16:50:34 -0700 (PDT) Message-Id: <200209052350.g85NoY62017419@freefall.freebsd.org> From: Bill Fenner Date: Thu, 5 Sep 2002 16:50:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d pcvt X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2002/09/05 16:50:34 PDT Modified files: etc/rc.d pcvt Log: Only try to run /usr/sbin/ispcvt if it exists and is executable. Revision Changes Path 1.2 +9 -1 src/etc/rc.d/pcvt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 16:51:34 2002 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 3456137B400; Thu, 5 Sep 2002 16:51:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCF8043E72; Thu, 5 Sep 2002 16:51:28 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85NpSJU017475; Thu, 5 Sep 2002 16:51:28 -0700 (PDT) (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85NpSrG017474; Thu, 5 Sep 2002 16:51:28 -0700 (PDT) Message-Id: <200209052351.g85NpSrG017474@freefall.freebsd.org> From: Bill Fenner Date: Thu, 5 Sep 2002 16:51:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d syscons X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2002/09/05 16:51:28 PDT Modified files: etc/rc.d syscons Log: Only try to initialize syscons if /dev/ttyv0 exists and it's not a pcvt. Revision Changes Path 1.8 +155 -139 src/etc/rc.d/syscons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 16:52:23 2002 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 7708337B400; Thu, 5 Sep 2002 16:52:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2870843E3B; Thu, 5 Sep 2002 16:52:18 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85NqIJU017534; Thu, 5 Sep 2002 16:52:18 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85NqIcJ017533; Thu, 5 Sep 2002 16:52:18 -0700 (PDT) Message-Id: <200209052352.g85NqIcJ017533@freefall.freebsd.org> From: Giorgos Keramidas Date: Thu, 5 Sep 2002 16:52:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/releng article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/05 16:52:17 PDT Modified files: en_US.ISO8859-1/articles/releng article.sgml Log: Add missing fullstop. Revision Changes Path 1.36 +1 -1 doc/en_US.ISO8859-1/articles/releng/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 16:54:32 2002 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 7514037B400; Thu, 5 Sep 2002 16:54:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26A8443E3B; Thu, 5 Sep 2002 16:54:27 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85NsRJU017650; Thu, 5 Sep 2002 16:54:27 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85NsRaE017649; Thu, 5 Sep 2002 16:54:27 -0700 (PDT) Message-Id: <200209052354.g85NsRaE017649@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 5 Sep 2002 16:54:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/05 16:54:26 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Updated release notes: ACPIA CA 20020815, Binutils 2.12.1 (fix snapshot date), XFree86 4.2.1. MFCs noted: linux_base 7.1. Revision Changes Path 1.421 +6 -6 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 16:59:29 2002 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 6EB1C37B400; Thu, 5 Sep 2002 16:59:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2034B43E75; Thu, 5 Sep 2002 16:59:25 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85NxPJU018421; Thu, 5 Sep 2002 16:59:25 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85NxOfZ018420; Thu, 5 Sep 2002 16:59:24 -0700 (PDT) Message-Id: <200209052359.g85NxOfZ018420@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 5 Sep 2002 16:59:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/05 16:59:24 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Fix Binutils snapshot date. MFC: linux_base 7.1, XFree86.4.2.1. Approved by: re (implicitly) Revision Changes Path 1.22.2.291 +11 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 17:10:22 2002 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 A020337B400; Thu, 5 Sep 2002 17:10:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61EB743E6A; Thu, 5 Sep 2002 17:10:16 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g860AGJU023535; Thu, 5 Sep 2002 17:10:16 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g860AG2B023533; Thu, 5 Sep 2002 17:10:16 -0700 (PDT) Message-Id: <200209060010.g860AG2B023533@freefall.freebsd.org> From: Christian Weisgerber Date: Thu, 5 Sep 2002 17:10:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gtypist Makefile distinfo pkg-plist ports/games/gtypist/files patch-aclocal.m4 patch-lessons_Makefile.am patch-lessons_Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/09/05 17:10:16 PDT Modified files: games/gtypist Makefile distinfo pkg-plist Removed files: games/gtypist/files patch-aclocal.m4 patch-lessons_Makefile.am patch-lessons_Makefile.in Log: Update to 2.6.2. Minor changes only. Revision Changes Path 1.10 +2 -6 ports/games/gtypist/Makefile 1.6 +1 -1 ports/games/gtypist/distinfo 1.2 +0 -46 ports/games/gtypist/files/patch-aclocal.m4 (dead) 1.2 +0 -18 ports/games/gtypist/files/patch-lessons_Makefile.am (dead) 1.2 +0 -21 ports/games/gtypist/files/patch-lessons_Makefile.in (dead) 1.5 +1 -3 ports/games/gtypist/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 Sep 5 17:18:56 2002 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 C09FC37B400; Thu, 5 Sep 2002 17:18:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7664E43E3B; Thu, 5 Sep 2002 17:18:53 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from freefall.freebsd.org (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g860IrJU024290; Thu, 5 Sep 2002 17:18:53 -0700 (PDT) (envelope-from davidxu@freefall.freebsd.org) Received: (from davidxu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g860IrLR024289; Thu, 5 Sep 2002 17:18:53 -0700 (PDT) Message-Id: <200209060018.g860IrLR024289@freefall.freebsd.org> From: David Xu Date: Thu, 5 Sep 2002 17:18:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_intr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG davidxu 2002/09/05 17:18:53 PDT Modified files: sys/kern kern_intr.c Log: Remove extra ';' Revision Changes Path 1.78 +1 -1 src/sys/kern/kern_intr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 17:31:50 2002 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 7FF5837B400; Thu, 5 Sep 2002 17:31:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34E6043E3B; Thu, 5 Sep 2002 17:31:48 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g860VmJU025555; Thu, 5 Sep 2002 17:31:48 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g860Vlf1025554; Thu, 5 Sep 2002 17:31:47 -0700 (PDT) Message-Id: <200209060031.g860Vlf1025554@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 5 Sep 2002 17:31:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.7R qa.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/05 17:31:47 PDT Modified files: en/releases/4.7R qa.sgml Log: Updates for the testing guide: sendmail will be 8.12.6. XFree86 should get some testing. While I'm here, fix a couple of punctuation nits. Revision Changes Path 1.2 +8 -4 www/en/releases/4.7R/qa.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 17:40:16 2002 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 84F4337B400; Thu, 5 Sep 2002 17:40:09 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 363D143E6A; Thu, 5 Sep 2002 17:40:09 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020906004008.NAPM22980.rwcrmhc52.attbi.com@InterJet.elischer.org>; Fri, 6 Sep 2002 00:40:08 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id RAA38738; Thu, 5 Sep 2002 17:26:32 -0700 (PDT) Date: Thu, 5 Sep 2002 17:26:31 -0700 (PDT) From: Julian Elischer To: Giorgos Keramidas Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/cvsup-advanced article.sgml In-Reply-To: <200209052343.g85NhQqr016713@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 5 Sep 2002, Giorgos Keramidas wrote: > keramida 2002/09/05 16:43:26 PDT > > Replace capitalisation with proper tags. I first read that as: Replace capitalism with proper tags. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 17:42:52 2002 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 AE2BF37B400; Thu, 5 Sep 2002 17:42:46 -0700 (PDT) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAB0343E4A; Thu, 5 Sep 2002 17:42:45 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (patr530-a200.otenet.gr [212.205.215.200]) by mailsrv.otenet.gr (8.12.4/8.12.4) with ESMTP id g860gaqt011090; Fri, 6 Sep 2002 03:42:41 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.6/8.12.6) with ESMTP id g860gaN0079375; Fri, 6 Sep 2002 03:42:36 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.6/8.12.6/Submit) id g860gaIZ079368; Fri, 6 Sep 2002 03:42:36 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 6 Sep 2002 03:42:35 +0300 From: Giorgos Keramidas To: Julian Elischer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/cvsup-advanced article.sgml Message-ID: <20020906004235.GB77018@hades.hell.gr> References: <200209052343.g85NhQqr016713@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-PGP-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-09-05 17:26 +0000, Julian Elischer wrote: > On Thu, 5 Sep 2002, Giorgos Keramidas wrote: > > keramida 2002/09/05 16:43:26 PDT > > > > Replace capitalisation with proper tags. > > I first read that as: > Replace capitalism with proper tags. You must have mistaken me for a communis^W^H linux-guy ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 17:47: 9 2002 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 0858B37B400; Thu, 5 Sep 2002 17:47:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEB9743E3B; Thu, 5 Sep 2002 17:47:06 -0700 (PDT) (envelope-from max@FreeBSD.org) Received: from freefall.freebsd.org (max@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g860l6JU026609; Thu, 5 Sep 2002 17:47:06 -0700 (PDT) (envelope-from max@freefall.freebsd.org) Received: (from max@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g860l6Bl026608; Thu, 5 Sep 2002 17:47:06 -0700 (PDT) Message-Id: <200209060047.g860l6Bl026608@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Thu, 5 Sep 2002 17:47:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/p5-I18N-Charset Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2002/09/05 17:47:06 PDT Modified files: misc/p5-I18N-Charset Makefile distinfo Log: Upgrade to 1.21. Revision Changes Path 1.11 +1 -1 ports/misc/p5-I18N-Charset/Makefile 1.8 +1 -1 ports/misc/p5-I18N-Charset/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 18:23:34 2002 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 019B737B400; Thu, 5 Sep 2002 18:23:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAB9343E42; Thu, 5 Sep 2002 18:23:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g861NVJU033516; Thu, 5 Sep 2002 18:23:31 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g861NV2Z033515; Thu, 5 Sep 2002 18:23:31 -0700 (PDT) Message-Id: <200209060123.g861NV2Z033515@freefall.freebsd.org> From: Peter Wemm Date: Thu, 5 Sep 2002 18:23:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/05 18:23:31 PDT Modified files: etc/rc.d Makefile Log: rev 1.6 claimed to add 'bootparams', but in fact added 'bootparamd' which does not exist. Revision Changes Path 1.8 +1 -1 src/etc/rc.d/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 20:20:49 2002 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 7E33437B400; Thu, 5 Sep 2002 20:20:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3227E43E42; Thu, 5 Sep 2002 20:20:45 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from freefall.freebsd.org (horikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g863KiJU052346; Thu, 5 Sep 2002 20:20:45 -0700 (PDT) (envelope-from horikawa@freefall.freebsd.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g863KiZg052345; Thu, 5 Sep 2002 20:20:44 -0700 (PDT) Message-Id: <200209060320.g863KiZg052345@freefall.freebsd.org> From: Kazuo Horikawa Date: Thu, 5 Sep 2002 20:20:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 unifdef.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/09/05 20:20:44 PDT Modified files: ja_JP.eucJP/man/man1 unifdef.1 Log: Catch up with rev 1.4.2.6 Submitted by: OHSAWA Chitoshi Revision Changes Path 1.8 +149 -56 doc/ja_JP.eucJP/man/man1/unifdef.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 20:24:24 2002 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 5F5A337B400; Thu, 5 Sep 2002 20:24:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 156C543E42; Thu, 5 Sep 2002 20:24:20 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g863OJJU052568; Thu, 5 Sep 2002 20:24:19 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g863OJZI052567; Thu, 5 Sep 2002 20:24:19 -0700 (PDT) Message-Id: <200209060324.g863OJZI052567@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 5 Sep 2002 20:24:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/peps Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/05 20:24:19 PDT Modified files: graphics/peps Makefile Log: Use REINPLACE_CMD. Approved by: petef (maintainer) Revision Changes Path 1.4 +4 -2 ports/graphics/peps/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 20:30:36 2002 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 19C0937B405; Thu, 5 Sep 2002 20:30:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C385143E3B; Thu, 5 Sep 2002 20:30:24 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from freefall.freebsd.org (horikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g863UOJU053003; Thu, 5 Sep 2002 20:30:24 -0700 (PDT) (envelope-from horikawa@freefall.freebsd.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g863UO62053002; Thu, 5 Sep 2002 20:30:24 -0700 (PDT) Message-Id: <200209060330.g863UO62053002@freefall.freebsd.org> From: Kazuo Horikawa Date: Thu, 5 Sep 2002 20:30:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 sh.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/09/05 20:30:24 PDT Modified files: ja_JP.eucJP/man/man1 sh.1 Log: Diff from 1.39.2.16 to 1.39.2.21 Submitted by: SUZUKI Koichi Revision Changes Path 1.38 +157 -169 doc/ja_JP.eucJP/man/man1/sh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 20:34:47 2002 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 EB31C37B400; Thu, 5 Sep 2002 20:34:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0B1743E42; Thu, 5 Sep 2002 20:34:42 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from freefall.freebsd.org (horikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g863YgJU053457; Thu, 5 Sep 2002 20:34:42 -0700 (PDT) (envelope-from horikawa@freefall.freebsd.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g863Ygfg053456; Thu, 5 Sep 2002 20:34:42 -0700 (PDT) Message-Id: <200209060334.g863Ygfg053456@freefall.freebsd.org> From: Kazuo Horikawa Date: Thu, 5 Sep 2002 20:34:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 xargs.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/09/05 20:34:42 PDT Modified files: ja_JP.eucJP/man/man1 xargs.1 Log: Diff from 1.6.2.7 to 1.6.2.9 Submitted by: Yoshiteru Kageyama Revision Changes Path 1.12 +80 -11 doc/ja_JP.eucJP/man/man1/xargs.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 20:38:52 2002 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 6118037B400; Thu, 5 Sep 2002 20:38:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18CC443E3B; Thu, 5 Sep 2002 20:38:48 -0700 (PDT) (envelope-from cy@FreeBSD.org) Received: from freefall.freebsd.org (cy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g863clJU053663; Thu, 5 Sep 2002 20:38:47 -0700 (PDT) (envelope-from cy@freefall.freebsd.org) Received: (from cy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g863clAt053662; Thu, 5 Sep 2002 20:38:47 -0700 (PDT) Message-Id: <200209060338.g863clAt053662@freefall.freebsd.org> From: Cy Schubert Date: Thu, 5 Sep 2002 20:38:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/screen Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cy 2002/09/05 20:38:47 PDT Modified files: misc/screen Makefile distinfo Log: Update 3.9.12 --> 3.9.13 Submitted by: Matthew Jacob on ports@ Revision Changes Path 1.41 +1 -1 ports/misc/screen/Makefile 1.13 +1 -1 ports/misc/screen/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 21:22:58 2002 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 9EDC237B400; Thu, 5 Sep 2002 21:22:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5056C43E65; Thu, 5 Sep 2002 21:22:55 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g864MtJU061304; Thu, 5 Sep 2002 21:22:55 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g864Mtlr061303; Thu, 5 Sep 2002 21:22:55 -0700 (PDT) Message-Id: <200209060422.g864Mtlr061303@freefall.freebsd.org> From: Mike Barcroft Date: Thu, 5 Sep 2002 21:22:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include ctype.h rune.h runetype.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/09/05 21:22:55 PDT Modified files: include ctype.h rune.h runetype.h Log: o Fix namespace scope issues in by using the relatively new visibility primitives. o Implement _tolower() and _toupper() POSIX.1-2001 (XSI) macros in . o Reduce pollution in by removing typedefs and using implementation namespaced types. o Add a typedef in to compensate for losing its typedefs. Reviewed by: bde Revision Changes Path 1.23 +29 -9 src/include/ctype.h 1.3 +6 -1 src/include/rune.h 1.8 +8 -25 src/include/runetype.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 22: 3:18 2002 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 1F68937B400; Thu, 5 Sep 2002 22:03:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C854B43E6A; Thu, 5 Sep 2002 22:03:15 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: from freefall.freebsd.org (roger@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8653FJU064631; Thu, 5 Sep 2002 22:03:15 -0700 (PDT) (envelope-from roger@freefall.freebsd.org) Received: (from roger@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8653FkC064630; Thu, 5 Sep 2002 22:03:15 -0700 (PDT) Message-Id: <200209060503.g8653FkC064630@freefall.freebsd.org> From: Roger Hardiman Date: Thu, 5 Sep 2002 22:03:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/ixj Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roger 2002/09/05 22:03:15 PDT Modified files: comms/ixj Makefile Log: Fix portlint warnings and add a method of installing just the headers (needed by the OpenH323 port) Revision Changes Path 1.7 +11 -6 ports/comms/ixj/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 22:12:44 2002 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 CE00437B400; Thu, 5 Sep 2002 22:12:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8380443E4A; Thu, 5 Sep 2002 22:12:39 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: from freefall.freebsd.org (roger@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g865CdJU070747; Thu, 5 Sep 2002 22:12:39 -0700 (PDT) (envelope-from roger@freefall.freebsd.org) Received: (from roger@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g865CdQG070746; Thu, 5 Sep 2002 22:12:39 -0700 (PDT) Message-Id: <200209060512.g865CdQG070746@freefall.freebsd.org> From: Roger Hardiman Date: Thu, 5 Sep 2002 22:12:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/speex Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roger 2002/09/05 22:12:39 PDT Modified files: audio/speex Makefile distinfo Log: Upgrade to 0.8.1 Revision Changes Path 1.6 +1 -1 ports/audio/speex/Makefile 1.5 +1 -1 ports/audio/speex/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 22:18:43 2002 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 3709037B400; Thu, 5 Sep 2002 22:18:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC0B443E72; Thu, 5 Sep 2002 22:18:39 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g865IdJU071510; Thu, 5 Sep 2002 22:18:39 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g865IdpE071509; Thu, 5 Sep 2002 22:18:39 -0700 (PDT) Message-Id: <200209060518.g865IdpE071509@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 5 Sep 2002 22:18:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gkrellm2 Makefile pkg-plist ports/sysutils/gkrellm2/files gkrellmd.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/09/05 22:18:39 PDT Modified files: sysutils/gkrellm2 Makefile pkg-plist sysutils/gkrellm2/files gkrellmd.sh Log: /usr/X11R6 doesn't have sbin. Submitted by: Anders Andersson Revision Changes Path 1.53 +2 -1 ports/sysutils/gkrellm2/Makefile 1.2 +3 -3 ports/sysutils/gkrellm2/files/gkrellmd.sh 1.15 +1 -1 ports/sysutils/gkrellm2/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 Sep 5 22:31: 1 2002 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 37FDC37B400; Thu, 5 Sep 2002 22:30:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E061443E65; Thu, 5 Sep 2002 22:30:55 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g865UtJU072884; Thu, 5 Sep 2002 22:30:55 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g865Utpu072883; Thu, 5 Sep 2002 22:30:55 -0700 (PDT) Message-Id: <200209060530.g865Utpu072883@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 5 Sep 2002 22:30:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/analog Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/05 22:30:55 PDT Modified files: www/analog Makefile distinfo pkg-plist Log: upgrade to 5.24 PR: 40821 Submitted by: Eric Yu Approved by: maintainer timeout Revision Changes Path 1.47 +1 -1 ports/www/analog/Makefile 1.25 +1 -1 ports/www/analog/distinfo 1.25 +34 -2 ports/www/analog/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 Sep 5 22:47:37 2002 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 CAB7B37B400; Thu, 5 Sep 2002 22:47:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F3D043E4A; Thu, 5 Sep 2002 22:47:34 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g865lYJU074196; Thu, 5 Sep 2002 22:47:34 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g865lYvT074195; Thu, 5 Sep 2002 22:47:34 -0700 (PDT) Message-Id: <200209060547.g865lYvT074195@freefall.freebsd.org> From: Peter Wemm Date: Thu, 5 Sep 2002 22:47:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfsnode.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/05 22:47:33 PDT Removed files: sys/nfs nfsnode.h Log: nfsnode.h was moved to ../nfsclient ages ago. I forgot to remove it here. Revision Changes Path 1.38 +0 -210 src/sys/nfs/nfsnode.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 22:57: 0 2002 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 D8CEC37B400; Thu, 5 Sep 2002 22:56:55 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D691943E6A; Thu, 5 Sep 2002 22:56:54 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g865urGq012391; Thu, 5 Sep 2002 23:56:54 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 05 Sep 2002 23:56:51 -0600 (MDT) Message-Id: <20020905.235651.39463619.imp@bsdimp.com> To: jhb@FreeBSD.org Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c From: "M. Warner Losh" In-Reply-To: References: <200209051707.g85H780f056337@freefall.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 05-Sep-2002 John Baldwin wrote: >Speaking of the interrupt routing table, there is a BIOS call you can >make to retrieve the darn thing and we should probably do that first >and only search memory to find one if the BIOS call fails. Comments? I found that the BIOS call was completely unreliable on too many machines to be a viable alternative. It was added late in the game, and many folks don't implement it quite 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 Sep 5 23: 4:40 2002 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 B6CE337B401; Thu, 5 Sep 2002 23:04:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A18343E4A; Thu, 5 Sep 2002 23:04:36 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8664aJU076005; Thu, 5 Sep 2002 23:04:36 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8664aww076004; Thu, 5 Sep 2002 23:04:36 -0700 (PDT) Message-Id: <200209060604.g8664aww076004@freefall.freebsd.org> From: Peter Wemm Date: Thu, 5 Sep 2002 23:04:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/libkern strlcat.c strlcpy.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/05 23:04:36 PDT Modified files: sys/libkern strlcat.c strlcpy.c Log: Use sys/libkern.h not /usr/include/string.h Revision Changes Path 1.8 +1 -1 src/sys/libkern/strlcat.c 1.6 +1 -1 src/sys/libkern/strlcpy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 23:27: 0 2002 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 65EC937B400; Thu, 5 Sep 2002 23:26:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18F5643E6A; Thu, 5 Sep 2002 23:26:56 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g866QtJU082147; Thu, 5 Sep 2002 23:26:55 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g866Qtk7082146; Thu, 5 Sep 2002 23:26:55 -0700 (PDT) Message-Id: <200209060626.g866Qtk7082146@freefall.freebsd.org> From: Oliver Braun Date: Thu, 5 Sep 2002 23:26:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/hs-gtk+hs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/05 23:26:55 PDT Modified files: x11-toolkits/hs-gtk+hs Makefile Log: Add devel/hs-c2hs to RUN_DEPENDS. Pointed out by: developer Revision Changes Path 1.3 +2 -1 ports/x11-toolkits/hs-gtk+hs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 5 23:51:47 2002 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 CDA6437B400; Thu, 5 Sep 2002 23:51:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81D8743E65; Thu, 5 Sep 2002 23:51:42 -0700 (PDT) (envelope-from guido@FreeBSD.org) Received: from freefall.freebsd.org (guido@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g866pgJU084300; Thu, 5 Sep 2002 23:51:42 -0700 (PDT) (envelope-from guido@freefall.freebsd.org) Received: (from guido@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g866pg0O084299; Thu, 5 Sep 2002 23:51:42 -0700 (PDT) Message-Id: <200209060651.g866pg0O084299@freefall.freebsd.org> From: Guido van Rooij Date: Thu, 5 Sep 2002 23:51:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG guido 2002/09/05 23:51:42 PDT Modified files: (Branch: RELENG_4) sys/dev/usb umass.c Log: MFC 1.52: 1) Fix a debug statement by filling in its data before the printf in stead of after 2) Honour NO_TEST_UNIT_READY quirk for atapi devices as well 3) Actually support FujiFilm FinePix 6800 camera's. Will very likely also work for other FinePix models. 4) Enable ATAPI support for umass devices. Reviewed by: joe@frebsd.org Approved by: re@freebsd.org Revision Changes Path 1.11.2.10 +72 -8 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 0: 0:51 2002 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 F266F37B400; Fri, 6 Sep 2002 00:00:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3F7843E4A; Fri, 6 Sep 2002 00:00:37 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8670bJU085174; Fri, 6 Sep 2002 00:00:37 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8670bec085173; Fri, 6 Sep 2002 00:00:37 -0700 (PDT) Message-Id: <200209060700.g8670bec085173@freefall.freebsd.org> From: Julian Elischer Date: Fri, 6 Sep 2002 00:00:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c kern_fork.c kern_proc.c kern_thread.c src/sys/sys proc.h src/sys/vm vm_glue.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/09/06 00:00:37 PDT Modified files: sys/kern kern_exit.c kern_fork.c kern_proc.c kern_thread.c sys/sys proc.h sys/vm vm_glue.c Log: Use UMA as a complex object allocator. The process allocator now caches and hands out complete process structures *including substructures* . i.e. it get's the process structure with the first thread (and soon KSE) already allocated and attached, all in one hit. For the average non threaded program (non KSE that is) the allocated thread and its stack remain attached to the process, even when the process is unused and in the process cache. This saves having to allocate and attach it later, effectively bringing us (hopefully) close to the efficiency of pre-KSE systems where these were a single structure. Reviewed by: davidxu@freebsd.org, peter@freebsd.org Revision Changes Path 1.174 +2 -0 src/sys/kern/kern_exit.c 1.161 +3 -33 src/sys/kern/kern_fork.c 1.144 +31 -17 src/sys/kern/kern_proc.c 1.20 +46 -42 src/sys/kern/kern_thread.c 1.242 +15 -11 src/sys/sys/proc.h 1.153 +0 -5 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 Fri Sep 6 0: 7:21 2002 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 BDE6537B400; Fri, 6 Sep 2002 00:07:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B8C843E42; Fri, 6 Sep 2002 00:07:15 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8677FJU090132; Fri, 6 Sep 2002 00:07:15 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8677FDt090131; Fri, 6 Sep 2002 00:07:15 -0700 (PDT) Message-Id: <200209060707.g8677FDt090131@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 6 Sep 2002 00:07:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/lafontaine Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/06 00:07:15 PDT Modified files: lang Makefile Added files: lang/lafontaine Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add lafontaine 0.3R3 Graphical logo interpreter Revision Changes Path 1.315 +1 -0 ports/lang/Makefile 1.1 +23 -0 ports/lang/lafontaine/Makefile (new) 1.1 +1 -0 ports/lang/lafontaine/distinfo (new) 1.1 +1 -0 ports/lang/lafontaine/pkg-comment (new) 1.1 +3 -0 ports/lang/lafontaine/pkg-descr (new) 1.1 +18 -0 ports/lang/lafontaine/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 0: 7:32 2002 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 9127A37B409; Fri, 6 Sep 2002 00:07:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4183843E65; Fri, 6 Sep 2002 00:07:18 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8677IJU090171; Fri, 6 Sep 2002 00:07:18 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8677I3m090170; Fri, 6 Sep 2002 00:07:18 -0700 (PDT) Message-Id: <200209060707.g8677I3m090170@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 6 Sep 2002 00:07:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/06 00:07:18 PDT Modified files: . modules Log: lafontaine --> ports/lang/lafontaine Revision Changes Path 1.5826 +1 -0 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 Sep 6 0:25:20 2002 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 74DD437B400; Fri, 6 Sep 2002 00:25:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E67D43E6A; Fri, 6 Sep 2002 00:25:17 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g867PGJU093407; Fri, 6 Sep 2002 00:25:17 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g867PGwt093406; Fri, 6 Sep 2002 00:25:16 -0700 (PDT) Message-Id: <200209060725.g867PGwt093406@freefall.freebsd.org> From: Dirk Meyer Date: Fri, 6 Sep 2002 00:25:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gnustep Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/09/06 00:25:16 PDT Modified files: devel/gnustep Makefile Log: bump Version to 1.4.0 Revision Changes Path 1.27 +1 -1 ports/devel/gnustep/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 0:27:44 2002 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 E27F237B400; Fri, 6 Sep 2002 00:27:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95F2243E3B; Fri, 6 Sep 2002 00:27:41 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g867RfJU093533; Fri, 6 Sep 2002 00:27:41 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g867Rfax093532; Fri, 6 Sep 2002 00:27:41 -0700 (PDT) Message-Id: <200209060727.g867Rfax093532@freefall.freebsd.org> From: Peter Wemm Date: Fri, 6 Sep 2002 00:27:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.kern.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/06 00:27:41 PDT Modified files: share/mk bsd.kern.mk Log: Bump the -mev56 to -mev6. Otherwise, when you compile with gcc using ev6 or pca56 etc this downgrades the cpu specification passed to gas. As a result, gas will fail when gcc generates media instructions (in uipc_usrreq.c). This only affects what gas will accept, not what gcc generates or what our *.s file contain. Revision Changes Path 1.29 +2 -2 src/share/mk/bsd.kern.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 0:57:33 2002 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 66BDC37B400; Fri, 6 Sep 2002 00:57:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19F4143E4A; Fri, 6 Sep 2002 00:57:30 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g867vTJU095991; Fri, 6 Sep 2002 00:57:29 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g867vTng095990; Fri, 6 Sep 2002 00:57:29 -0700 (PDT) Message-Id: <200209060757.g867vTng095990@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 6 Sep 2002 00:57:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_dev.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/06 00:57:29 PDT Modified files: sys/geom geom_dev.c Log: Don't respect the O_EXCL flag, we don't get it back on close so we cannot correctly track it. Spotted by: peter Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.18 +8 -0 src/sys/geom/geom_dev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 0:59:14 2002 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 9014837B400; Fri, 6 Sep 2002 00:59:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4253C43E4A; Fri, 6 Sep 2002 00:59:11 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g867xBJU096119; Fri, 6 Sep 2002 00:59:11 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g867xBHa096118; Fri, 6 Sep 2002 00:59:11 -0700 (PDT) Message-Id: <200209060759.g867xBHa096118@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 6 Sep 2002 00:59:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/tunefs tunefs.8 tunefs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/06 00:59:11 PDT Modified files: sbin/tunefs tunefs.8 tunefs.c Log: Remove the -a maxcontig option, the kernel doesn't inspect fs_maxcontig anymore. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.27 +0 -5 src/sbin/tunefs/tunefs.8 1.26 +3 -22 src/sbin/tunefs/tunefs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 1: 2:48 2002 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 32FF937B400; Fri, 6 Sep 2002 01:02:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA0B43E3B; Fri, 6 Sep 2002 01:02:43 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8682hJU096674; Fri, 6 Sep 2002 01:02:43 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8682hq1096673; Fri, 6 Sep 2002 01:02:43 -0700 (PDT) Message-Id: <200209060802.g8682hq1096673@freefall.freebsd.org> From: Alan Eldridge Date: Fri, 6 Sep 2002 01:02:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/fam/files patch-fam-Scheduler.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/09/06 01:02:43 PDT Added files: devel/fam/files patch-fam-Scheduler.h Log: Patch for gcc 3.x.y. Revision Changes Path 1.3 +14 -0 ports/devel/fam/files/patch-fam-Scheduler.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 1:34:18 2002 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 E711C37B400; Fri, 6 Sep 2002 01:34:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCEFA43F32; Fri, 6 Sep 2002 01:13:50 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g868CTJU001816; Fri, 6 Sep 2002 01:12:30 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g868CTFW001815; Fri, 6 Sep 2002 01:12:29 -0700 (PDT) Message-Id: <200209060812.g868CTFW001815@freefall.freebsd.org> From: Oliver Braun Date: Fri, 6 Sep 2002 01:12:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/finfo Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/06 01:12:29 PDT Modified files: sysutils/finfo Makefile Log: Fix MASTER_SITES PR: ports/42471 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/sysutils/finfo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 1:37:33 2002 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 BEADD37B411; Fri, 6 Sep 2002 01:37:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CEEE44168; Fri, 6 Sep 2002 01:19:29 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g868JJJU002294; Fri, 6 Sep 2002 01:19:19 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g868JJNj002293; Fri, 6 Sep 2002 01:19:19 -0700 (PDT) Message-Id: <200209060819.g868JJNj002293@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 6 Sep 2002 01:19:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/p5-GraphViz-Data-Structure Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/06 01:19:19 PDT Modified files: graphics Makefile Added files: graphics/p5-GraphViz-Data-Structure Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-GraphViz-Data-Structure 0.07 Visualise data structures Revision Changes Path 1.499 +1 -0 ports/graphics/Makefile 1.1 +28 -0 ports/graphics/p5-GraphViz-Data-Structure/Makefile (new) 1.1 +1 -0 ports/graphics/p5-GraphViz-Data-Structure/distinfo (new) 1.1 +1 -0 ports/graphics/p5-GraphViz-Data-Structure/pkg-comment (new) 1.1 +16 -0 ports/graphics/p5-GraphViz-Data-Structure/pkg-descr (new) 1.1 +5 -0 ports/graphics/p5-GraphViz-Data-Structure/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 1:37:55 2002 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 E6FE837B413; Fri, 6 Sep 2002 01:37:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B06743EDC; Fri, 6 Sep 2002 01:19:34 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g868JOJU002327; Fri, 6 Sep 2002 01:19:24 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g868JNT0002326; Fri, 6 Sep 2002 01:19:23 -0700 (PDT) Message-Id: <200209060819.g868JNT0002326@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 6 Sep 2002 01:19:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/06 01:19:23 PDT Modified files: . modules Log: p5-GraphViz-Data-Structure --> ports/graphics/p5-GraphViz-Data-Structure Revision Changes Path 1.5827 +1 -0 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 Sep 6 1:41:55 2002 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 2AD3237B400; Fri, 6 Sep 2002 01:41:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8921143E72; Fri, 6 Sep 2002 01:41:49 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g868fnJU004293; Fri, 6 Sep 2002 01:41:49 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g868fn9W004292; Fri, 6 Sep 2002 01:41:49 -0700 (PDT) Message-Id: <200209060841.g868fn9W004292@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 6 Sep 2002 01:41:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/geom/Data disk.msdos.ext.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/06 01:41:49 PDT Modified files: tools/regression/geom/Data disk.msdos.ext.xml Log: Add a zeroed out sector one for the GPT hack and test T003. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.2 +21 -0 src/tools/regression/geom/Data/disk.msdos.ext.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 1:43:22 2002 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 9975437B400; Fri, 6 Sep 2002 01:43:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ACF943E72; Fri, 6 Sep 2002 01:43:16 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g868hGJU004447; Fri, 6 Sep 2002 01:43:16 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g868hGoq004444; Fri, 6 Sep 2002 01:43:16 -0700 (PDT) Message-Id: <200209060843.g868hGoq004444@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 6 Sep 2002 01:43:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/geom geom_simdisk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/06 01:43:16 PDT Modified files: tools/regression/geom geom_simdisk.c Log: Fix an indentation typo. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.6 +1 -1 src/tools/regression/geom/geom_simdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 1:44:21 2002 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 301C637B400; Fri, 6 Sep 2002 01:44:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3B9B43E65; Fri, 6 Sep 2002 01:44:15 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g868iFJU004522; Fri, 6 Sep 2002 01:44:15 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g868iFW1004521; Fri, 6 Sep 2002 01:44:15 -0700 (PDT) Message-Id: <200209060844.g868iFW1004521@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 6 Sep 2002 01:44:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/geom geom_simdisk_xml.c src/tools/regression/geom/ConfCmp ConfCmp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/06 01:44:15 PDT Modified files: tools/regression/geom geom_simdisk_xml.c tools/regression/geom/ConfCmp ConfCmp.c Log: expat2 changed the name of their include file to expat.h Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.6 +1 -1 src/tools/regression/geom/ConfCmp/ConfCmp.c 1.5 +1 -1 src/tools/regression/geom/geom_simdisk_xml.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 1:50:33 2002 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 D6B4D37B400; Fri, 6 Sep 2002 01:50:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84B8643E42; Fri, 6 Sep 2002 01:50:29 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g868oTJU004886; Fri, 6 Sep 2002 01:50:29 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g868oTGc004885; Fri, 6 Sep 2002 01:50:29 -0700 (PDT) Message-Id: <200209060850.g868oTGc004885@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 6 Sep 2002 01:50:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom.h geom_bsd.c geom_dump.c geom_mbr.c geom_subr.c geom_sunlabel.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/06 01:50:29 PDT Modified files: sys/geom geom.h geom_bsd.c geom_dump.c geom_mbr.c geom_subr.c geom_sunlabel.c Log: Remove "magicspace". It looks good on paper, it doesn't work in practice. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.20 +0 -31 src/sys/geom/geom.h 1.18 +1 -13 src/sys/geom/geom_bsd.c 1.10 +0 -19 src/sys/geom/geom_dump.c 1.14 +0 -3 src/sys/geom/geom_mbr.c 1.13 +0 -44 src/sys/geom/geom_subr.c 1.13 +1 -3 src/sys/geom/geom_sunlabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 1:52: 2 2002 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 F2DE037B400; Fri, 6 Sep 2002 01:51:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAC0643E42; Fri, 6 Sep 2002 01:51:55 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g868ptJU005419; Fri, 6 Sep 2002 01:51:55 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g868pt3Y005418; Fri, 6 Sep 2002 01:51:55 -0700 (PDT) Message-Id: <200209060851.g868pt3Y005418@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 6 Sep 2002 01:51:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/geom/Test/T001 ref.conf src/tools/regression/geom/Test/T002 ref.conf src/tools/regression/geom/Test/T003 ref.conf src/tools/regression/geom/Test/T004 ref.conf src/tools/regression/geom/Test/T005 ref.conf src/tools/regression/geom/Test/T012 ref.conf ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/06 01:51:55 PDT Modified files: tools/regression/geom/Test/T001 ref.conf tools/regression/geom/Test/T002 ref.conf tools/regression/geom/Test/T003 ref.conf tools/regression/geom/Test/T004 ref.conf tools/regression/geom/Test/T005 ref.conf tools/regression/geom/Test/T012 ref.conf tools/regression/geom/Test/T013 ref.conf tools/regression/geom/Test/T014 ref.conf Log: Remove magicspace from reference data. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.7 +0 -90 src/tools/regression/geom/Test/T001/ref.conf 1.7 +0 -18 src/tools/regression/geom/Test/T002/ref.conf 1.7 +0 -18 src/tools/regression/geom/Test/T003/ref.conf 1.7 +0 -42 src/tools/regression/geom/Test/T004/ref.conf 1.6 +0 -24 src/tools/regression/geom/Test/T005/ref.conf 1.6 +0 -12 src/tools/regression/geom/Test/T012/ref.conf 1.7 +0 -54 src/tools/regression/geom/Test/T013/ref.conf 1.5 +0 -24 src/tools/regression/geom/Test/T014/ref.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 2: 6: 4 2002 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 26A3237B409; Fri, 6 Sep 2002 02:05:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6AD043E3B; Fri, 6 Sep 2002 02:05:58 -0700 (PDT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8695wJU010564; Fri, 6 Sep 2002 02:05:58 -0700 (PDT) (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8695wJ5010563; Fri, 6 Sep 2002 02:05:58 -0700 (PDT) Message-Id: <200209060905.g8695wJ5010563@freefall.freebsd.org> From: Sergey Skvortsov Date: Fri, 6 Sep 2002 02:05:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-SAX-Writer Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG skv 2002/09/06 02:05:58 PDT Modified files: textproc/p5-XML-SAX-Writer Makefile distinfo Log: Updated to 0.42 Revision Changes Path 1.4 +1 -1 ports/textproc/p5-XML-SAX-Writer/Makefile 1.4 +1 -1 ports/textproc/p5-XML-SAX-Writer/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 2: 8:51 2002 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 A0BC037B400; Fri, 6 Sep 2002 02:08:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 658BD43E4A; Fri, 6 Sep 2002 02:08:45 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: from freefall.freebsd.org (roam@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8698jJU010746; Fri, 6 Sep 2002 02:08:45 -0700 (PDT) (envelope-from roam@freefall.freebsd.org) Received: (from roam@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8698jaQ010745; Fri, 6 Sep 2002 02:08:45 -0700 (PDT) Message-Id: <200209060908.g8698jaQ010745@freefall.freebsd.org> From: Peter Pentchev Date: Fri, 6 Sep 2002 02:08:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/bogosort Makefile distinfo ports/misc/bogosort/files patch-aa patch-bogosort.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2002/09/06 02:08:45 PDT Modified files: misc/bogosort Makefile distinfo Added files: misc/bogosort/files patch-bogosort.c Removed files: misc/bogosort/files patch-aa Log: Update to bogosort-0.4.0, which includes fixes to the error handling and printing routines, the problem originally found by Kris Kennaway. Unfortunately, the bogosort author did not quite apply the patch I sent, hence the need for the new files/patch-bogosort.c. Revision Changes Path 1.5 +1 -1 ports/misc/bogosort/Makefile 1.4 +1 -1 ports/misc/bogosort/distinfo 1.5 +0 -18 ports/misc/bogosort/files/patch-aa (dead) 1.1 +17 -0 ports/misc/bogosort/files/patch-bogosort.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 2: 9:50 2002 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 3F3DB37B400; Fri, 6 Sep 2002 02:09:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E634D43E4A; Fri, 6 Sep 2002 02:09:44 -0700 (PDT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8699iJU010877; Fri, 6 Sep 2002 02:09:44 -0700 (PDT) (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8699iaD010876; Fri, 6 Sep 2002 02:09:44 -0700 (PDT) Message-Id: <200209060909.g8699iaD010876@freefall.freebsd.org> From: Sergey Skvortsov Date: Fri, 6 Sep 2002 02:09:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-SAX-Machines Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG skv 2002/09/06 02:09:44 PDT Modified files: textproc/p5-XML-SAX-Machines Makefile distinfo Log: Updated to 0.37 Revision Changes Path 1.2 +3 -3 ports/textproc/p5-XML-SAX-Machines/Makefile 1.2 +1 -1 ports/textproc/p5-XML-SAX-Machines/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 2:40:24 2002 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 A22E537B400; Fri, 6 Sep 2002 02:40:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45AD043E6E; Fri, 6 Sep 2002 02:40:19 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g869eIJU013603; Fri, 6 Sep 2002 02:40:19 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g869eIcp013602; Fri, 6 Sep 2002 02:40:18 -0700 (PDT) Message-Id: <200209060940.g869eIcp013602@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 6 Sep 2002 02:40:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad Makefile ports/cad/transcalc Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/06 02:40:18 PDT Modified files: cad Makefile Added files: cad/transcalc Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add transcalc 0.13 A analysis and synthesis tool for RF and microwave transmission lines Revision Changes Path 1.38 +1 -0 ports/cad/Makefile 1.1 +24 -0 ports/cad/transcalc/Makefile (new) 1.1 +1 -0 ports/cad/transcalc/distinfo (new) 1.1 +1 -0 ports/cad/transcalc/pkg-comment (new) 1.1 +20 -0 ports/cad/transcalc/pkg-descr (new) 1.1 +16 -0 ports/cad/transcalc/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 2:40:42 2002 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 B272237B401; Fri, 6 Sep 2002 02:40:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B04B43E6E; Fri, 6 Sep 2002 02:40:22 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g869eMJU013639; Fri, 6 Sep 2002 02:40:22 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g869eMoQ013638; Fri, 6 Sep 2002 02:40:22 -0700 (PDT) Message-Id: <200209060940.g869eMoQ013638@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 6 Sep 2002 02:40:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/06 02:40:21 PDT Modified files: . modules Log: transcalc --> ports/cad/transcalc Revision Changes Path 1.5828 +1 -0 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 Sep 6 3:54: 1 2002 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 B333C37B400; Fri, 6 Sep 2002 03:53:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CDAB43E6E; Fri, 6 Sep 2002 03:53:59 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from freefall.freebsd.org (robert@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86ArxJU024253; Fri, 6 Sep 2002 03:53:59 -0700 (PDT) (envelope-from robert@freefall.freebsd.org) Received: (from robert@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86ArxK0024252; Fri, 6 Sep 2002 03:53:59 -0700 (PDT) Message-Id: <200209061053.g86ArxK0024252@freefall.freebsd.org> From: Robert Drehmel Date: Fri, 6 Sep 2002 03:53:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2002/09/06 03:53:58 PDT Modified files: share/man/man9 style.9 Log: Expand a contraction in the text of style(9) for consistency. Do not touch contractions in comments of code examples because their usage seems to be justified by space contraints. Revision Changes Path 1.91 +1 -1 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 4:13:29 2002 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 21FE737B400; Fri, 6 Sep 2002 04:13:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACDAE43E6A; Fri, 6 Sep 2002 04:13:23 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86BDNJU034269; Fri, 6 Sep 2002 04:13:23 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86BDNoQ034268; Fri, 6 Sep 2002 04:13:23 -0700 (PDT) Message-Id: <200209061113.g86BDNoQ034268@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Sep 2002 04:13:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/cli Makefile distinfo pkg-plist ports/lang/cli/files patch-pal::unix::arch::i386::context.c patch-pal::unix::configure patch-pal::unix::exception::signal.c patch-rotorenv::bin::makefile.def patch-rotorenv::bin::rotor_x86mk.inc patch-rotorenv::bin::sources.cor patch-tools::build::buildexe.c ports/lang/cli/files.5 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/06 04:13:22 PDT Modified files: lang/cli Makefile distinfo pkg-plist lang/cli/files patch-pal::unix::configure patch-rotorenv::bin::makefile.def patch-tools::build::buildexe.c lang/cli/files.5 patch-makefile.common.in patch-pal::unix::makefile.in patch-rotorenv::bin::makefile.def patch-tools::nmake::makefile.in Added files: lang/cli/files patch-pal::unix::arch::i386::context.c patch-rotorenv::bin::rotor_x86mk.inc patch-rotorenv::bin::sources.cor lang/cli/files.5 patch-gcc3.1 patch-pal::unix::file::find.c patch-rotorenv::bin::rotor_x86mk.inc Removed files: lang/cli/files patch-pal::unix::exception::signal.c Log: Update to 20020619. Revision Changes Path 1.9 +9 -8 ports/lang/cli/Makefile 1.2 +1 -1 ports/lang/cli/distinfo 1.1 +2412 -0 ports/lang/cli/files.5/patch-gcc3.1 (new) 1.2 +2 -2 ports/lang/cli/files.5/patch-makefile.common.in 1.1 +26 -0 ports/lang/cli/files.5/patch-pal::unix::file::find.c (new) 1.2 +6 -6 ports/lang/cli/files.5/patch-pal::unix::makefile.in 1.2 +2 -2 ports/lang/cli/files.5/patch-rotorenv::bin::makefile.def 1.1 +14 -0 ports/lang/cli/files.5/patch-rotorenv::bin::rotor_x86mk.inc (new) 1.2 +3 -3 ports/lang/cli/files.5/patch-tools::nmake::makefile.in 1.1 +14 -0 ports/lang/cli/files/patch-pal::unix::arch::i386::context.c (new) 1.3 +6 -10 ports/lang/cli/files/patch-pal::unix::configure 1.2 +0 -27 ports/lang/cli/files/patch-pal::unix::exception::signal.c (dead) 1.3 +28 -3 ports/lang/cli/files/patch-rotorenv::bin::makefile.def 1.1 +14 -0 ports/lang/cli/files/patch-rotorenv::bin::rotor_x86mk.inc (new) 1.1 +14 -0 ports/lang/cli/files/patch-rotorenv::bin::sources.cor (new) 1.2 +37 -4 ports/lang/cli/files/patch-tools::build::buildexe.c 1.2 +326 -333 ports/lang/cli/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 Sep 6 4:24:17 2002 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 BFC0637B400; Fri, 6 Sep 2002 04:24:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 668C843E6A; Fri, 6 Sep 2002 04:24:07 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86BO7JU035617; Fri, 6 Sep 2002 04:24:07 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86BO7qv035616; Fri, 6 Sep 2002 04:24:07 -0700 (PDT) Message-Id: <200209061124.g86BO7qv035616@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 6 Sep 2002 04:24:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include inttypes.h search.h stdio.h stdlib.h time.h unistd.h wchar.h src/lib/libc/gen statvfs.3 statvfs.c src/lib/libc/locale mbrlen.3 mbrlen.c mbrtowc.3 mbrtowc.c mbsrtowcs.3 mbsrtowcs.c mbstowcs.c mbtowc.c multibyte.3 wcrtomb.3 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/06 04:24:07 PDT Modified files: include inttypes.h search.h stdio.h stdlib.h time.h unistd.h wchar.h lib/libc/gen statvfs.3 statvfs.c lib/libc/locale mbrlen.3 mbrlen.c mbrtowc.3 mbrtowc.c mbsrtowcs.3 mbsrtowcs.c mbstowcs.c mbtowc.c multibyte.3 wcrtomb.3 wcrtomb.c wcsrtombs.3 wcsrtombs.c wcstombs.c lib/libc/net inet.3 inet_ntop.c inet_pton.c lib/libc/stdio fgetws.3 fgetws.c fprintf.c fputws.3 fputws.c printf.3 printf.c setbuf.3 setbuf.c setvbuf.c snprintf.c sprintf.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c lib/libc/stdlib strtod.3 strtod.c strtoimax.c strtol.3 strtol.c strtoll.c strtoul.3 strtoul.c strtoull.c strtoumax.c tdelete.c tsearch.3 lib/libc/stdtime strftime.3 strftime.c strptime.3 strptime.c lib/libc/string strcat.3 strcat.c strcpy.3 strcpy.c strncat.c strncpy.c strxfrm.3 strxfrm.c Log: Style: One space between "restrict" qualifier and "*". Revision Changes Path 1.7 +2 -2 src/include/inttypes.h 1.7 +1 -1 src/include/search.h 1.46 +10 -10 src/include/stdio.h 1.41 +8 -8 src/include/stdlib.h 1.30 +4 -4 src/include/time.h 1.57 +2 -2 src/include/unistd.h 1.17 +2 -2 src/include/wchar.h 1.4 +1 -1 src/lib/libc/gen/statvfs.3 1.2 +1 -1 src/lib/libc/gen/statvfs.c 1.2 +1 -1 src/lib/libc/locale/mbrlen.3 1.2 +1 -1 src/lib/libc/locale/mbrlen.c 1.2 +1 -1 src/lib/libc/locale/mbrtowc.3 1.2 +2 -2 src/lib/libc/locale/mbrtowc.c 1.2 +1 -1 src/lib/libc/locale/mbsrtowcs.3 1.2 +2 -2 src/lib/libc/locale/mbsrtowcs.c 1.4 +2 -2 src/lib/libc/locale/mbstowcs.c 1.4 +2 -2 src/lib/libc/locale/mbtowc.c 1.16 +3 -3 src/lib/libc/locale/multibyte.3 1.2 +1 -1 src/lib/libc/locale/wcrtomb.3 1.2 +1 -1 src/lib/libc/locale/wcrtomb.c 1.2 +1 -1 src/lib/libc/locale/wcsrtombs.3 1.2 +2 -2 src/lib/libc/locale/wcsrtombs.c 1.4 +2 -2 src/lib/libc/locale/wcstombs.c 1.25 +3 -3 src/lib/libc/net/inet.3 1.12 +1 -1 src/lib/libc/net/inet_ntop.c 1.11 +1 -1 src/lib/libc/net/inet_pton.c 1.2 +1 -1 src/lib/libc/stdio/fgetws.3 1.2 +1 -1 src/lib/libc/stdio/fgetws.c 1.10 +1 -1 src/lib/libc/stdio/fprintf.c 1.2 +1 -1 src/lib/libc/stdio/fputws.3 1.2 +1 -1 src/lib/libc/stdio/fputws.c 1.47 +8 -8 src/lib/libc/stdio/printf.3 1.10 +1 -1 src/lib/libc/stdio/printf.c 1.12 +2 -2 src/lib/libc/stdio/setbuf.3 1.4 +1 -1 src/lib/libc/stdio/setbuf.c 1.13 +1 -1 src/lib/libc/stdio/setvbuf.c 1.20 +1 -1 src/lib/libc/stdio/snprintf.c 1.14 +1 -1 src/lib/libc/stdio/sprintf.c 1.45 +1 -1 src/lib/libc/stdio/vfprintf.c 1.10 +1 -1 src/lib/libc/stdio/vprintf.c 1.20 +1 -1 src/lib/libc/stdio/vsnprintf.c 1.14 +1 -1 src/lib/libc/stdio/vsprintf.c 1.15 +1 -1 src/lib/libc/stdlib/strtod.3 1.24 +2 -2 src/lib/libc/stdlib/strtod.c 1.8 +1 -1 src/lib/libc/stdlib/strtoimax.c 1.18 +3 -3 src/lib/libc/stdlib/strtol.3 1.17 +1 -1 src/lib/libc/stdlib/strtol.c 1.19 +1 -1 src/lib/libc/stdlib/strtoll.c 1.19 +3 -3 src/lib/libc/stdlib/strtoul.3 1.16 +1 -1 src/lib/libc/stdlib/strtoul.c 1.18 +1 -1 src/lib/libc/stdlib/strtoull.c 1.8 +1 -1 src/lib/libc/stdlib/strtoumax.c 1.5 +1 -1 src/lib/libc/stdlib/tdelete.c 1.9 +1 -1 src/lib/libc/stdlib/tsearch.3 1.31 +3 -3 src/lib/libc/stdtime/strftime.3 1.38 +4 -4 src/lib/libc/stdtime/strftime.c 1.19 +3 -3 src/lib/libc/stdtime/strptime.3 1.29 +2 -2 src/lib/libc/stdtime/strptime.c 1.13 +2 -2 src/lib/libc/string/strcat.3 1.7 +1 -1 src/lib/libc/string/strcat.c 1.17 +2 -2 src/lib/libc/string/strcpy.3 1.7 +1 -1 src/lib/libc/string/strcpy.c 1.6 +1 -1 src/lib/libc/string/strncat.c 1.6 +1 -1 src/lib/libc/string/strncpy.c 1.16 +1 -1 src/lib/libc/string/strxfrm.3 1.15 +1 -1 src/lib/libc/string/strxfrm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 5: 1:19 2002 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 B4AC937B400; Fri, 6 Sep 2002 05:01:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC84543E84; Fri, 6 Sep 2002 05:01:11 -0700 (PDT) (envelope-from mwlucas@FreeBSD.org) Received: from freefall.freebsd.org (mwlucas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86C1BJU038911; Fri, 6 Sep 2002 05:01:11 -0700 (PDT) (envelope-from mwlucas@freefall.freebsd.org) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86C1Buo038910; Fri, 6 Sep 2002 05:01:11 -0700 (PDT) Message-Id: <200209061201.g86C1Buo038910@freefall.freebsd.org> From: Michael Lucas Date: Fri, 6 Sep 2002 05:01:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mwlucas 2002/09/06 05:01:11 PDT Modified files: en/donations wantlist.sgml Log: Add forgotten commercial icc license entry. Forgotten by: mwlucas Revision Changes Path 1.9 +15 -1 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 5: 6: 5 2002 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 A046237B400; Fri, 6 Sep 2002 05:06:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45B7A43E4A; Fri, 6 Sep 2002 05:06:01 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86C61JU043337; Fri, 6 Sep 2002 05:06:01 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86C61w1043336; Fri, 6 Sep 2002 05:06:01 -0700 (PDT) Message-Id: <200209061206.g86C61w1043336@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 6 Sep 2002 05:06:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/zsh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/06 05:06:01 PDT Modified files: shells/zsh Makefile Log: MASTER_SITE_SOURCEFORGE is not worth listing in MASTER_SITES because it is slow and does not mirror bz2 distfiles at all. Remove it and add four other working mirror sites instead. PR: ports/41960 (different solution) Submitted by: keramida Revision Changes Path 1.55 +6 -3 ports/shells/zsh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 5:35:18 2002 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 378E037B400; Fri, 6 Sep 2002 05:35:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4C6543E4A; Fri, 6 Sep 2002 05:35:14 -0700 (PDT) (envelope-from mwlucas@FreeBSD.org) Received: from freefall.freebsd.org (mwlucas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86CZEJU046028; Fri, 6 Sep 2002 05:35:14 -0700 (PDT) (envelope-from mwlucas@freefall.freebsd.org) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86CZEqg046027; Fri, 6 Sep 2002 05:35:14 -0700 (PDT) Message-Id: <200209061235.g86CZEqg046027@freefall.freebsd.org> From: Michael Lucas Date: Fri, 6 Sep 2002 05:35:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mwlucas 2002/09/06 05:35:14 PDT Modified files: en/donations wantlist.sgml Log: Fix typo. Revision Changes Path 1.10 +3 -3 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 5:56:18 2002 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 A89C937B400; Fri, 6 Sep 2002 05:56:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B26543E42; Fri, 6 Sep 2002 05:56:13 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: from freefall.freebsd.org (okazaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86CuDJU047509; Fri, 6 Sep 2002 05:56:13 -0700 (PDT) (envelope-from okazaki@freefall.freebsd.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86CuDMc047508; Fri, 6 Sep 2002 05:56:13 -0700 (PDT) Message-Id: <200209061256.g86CuDMc047508@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Fri, 6 Sep 2002 05:56:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/german/BBBike Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG okazaki 2002/09/06 05:56:13 PDT Modified files: german/BBBike Makefile Log: Fix a syntax error of the Makefile. String comparison operator should be either == or !=. PR: 33519, 40844 Submitted by: Vivek Khera , "Matthew D.Fuller" Approved by: maintainer Revision Changes Path 1.13 +1 -1 ports/german/BBBike/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 6: 7:34 2002 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 02A6837B400; Fri, 6 Sep 2002 06:07:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9B8E43E6A; Fri, 6 Sep 2002 06:07:30 -0700 (PDT) (envelope-from mwlucas@FreeBSD.org) Received: from freefall.freebsd.org (mwlucas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86D7UJU052797; Fri, 6 Sep 2002 06:07:30 -0700 (PDT) (envelope-from mwlucas@freefall.freebsd.org) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86D7UVQ052796; Fri, 6 Sep 2002 06:07:30 -0700 (PDT) Message-Id: <200209061307.g86D7UVQ052796@freefall.freebsd.org> From: Michael Lucas Date: Fri, 6 Sep 2002 06:07:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mwlucas 2002/09/06 06:07:30 PDT Modified files: en/donations wantlist.sgml Log: Fix missing Revision Changes Path 1.11 +2 -2 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 6:16:27 2002 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 C614537B400; Fri, 6 Sep 2002 06:16:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78FAD43E7B; Fri, 6 Sep 2002 06:16:24 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86DGOJU053731; Fri, 6 Sep 2002 06:16:24 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86DGO7M053730; Fri, 6 Sep 2002 06:16:24 -0700 (PDT) Message-Id: <200209061316.g86DGO7M053730@freefall.freebsd.org> From: Bruce Evans Date: Fri, 6 Sep 2002 06:16:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/tunefs tunefs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/09/06 06:16:24 PDT Modified files: sbin/tunefs tunefs.c Log: Removed vestiges of the -a and -d options. Fixed other bugs in the usage message so that it matches the man page. Revision Changes Path 1.27 +3 -5 src/sbin/tunefs/tunefs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 6:22:47 2002 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 4C61137B401; Fri, 6 Sep 2002 06:22:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCD7A43E4A; Fri, 6 Sep 2002 06:22:44 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86DMiJU054411; Fri, 6 Sep 2002 06:22:44 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86DMi3h054410; Fri, 6 Sep 2002 06:22:44 -0700 (PDT) Message-Id: <200209061322.g86DMi3h054410@freefall.freebsd.org> From: Robert Watson Date: Fri, 6 Sep 2002 06:22:44 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/09/06 06:22:44 PDT Modified files: sys/kern kern_proc.c Log: Minor spelling tweak: assume "his" is actually "This". Revision Changes Path 1.145 +1 -1 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 Fri Sep 6 6:39:25 2002 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 1902937B400; Fri, 6 Sep 2002 06:39:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB47743E77; Fri, 6 Sep 2002 06:39:20 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86DdKJU055660; Fri, 6 Sep 2002 06:39:20 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86DdKJi055659; Fri, 6 Sep 2002 06:39:20 -0700 (PDT) Message-Id: <200209061339.g86DdKJi055659@freefall.freebsd.org> From: Sebastien Gioria Date: Fri, 6 Sep 2002 06:39:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/corp-net-guide book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2002/09/06 06:39:20 PDT Modified files: en_US.ISO8859-1/books/corp-net-guide book.sgml Log: - Copyright and ISBN enhancements for the japanese version of the book - Stuff mentioned on the errata page of the book - Many whitespace fixes - Some additional changes requested by Ted Mittelstaedt PR : docs/42473 Submitted by : Christian Brueffer Revision Changes Path 1.5 +110 -102 doc/en_US.ISO8859-1/books/corp-net-guide/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 6:45:36 2002 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 7985337B400; Fri, 6 Sep 2002 06:45:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C58643E81; Fri, 6 Sep 2002 06:45:34 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86DjYJU056572; Fri, 6 Sep 2002 06:45:34 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86DjXoc056571; Fri, 6 Sep 2002 06:45:33 -0700 (PDT) Message-Id: <200209061345.g86DjXoc056571@freefall.freebsd.org> From: Tim Vanderhoek Date: Fri, 6 Sep 2002 06:45:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/uulib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/06 06:45:33 PDT Modified files: converters/uulib Makefile Log: USE_REINPLACE rather than a somewhat convoluted perl expression. Revision Changes Path 1.28 +5 -2 ports/converters/uulib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 6:56:17 2002 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 4DDD437B401; Fri, 6 Sep 2002 06:56:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE5E943E42; Fri, 6 Sep 2002 06:56:08 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86Du8JU057401; Fri, 6 Sep 2002 06:56:08 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86Du8ru057400; Fri, 6 Sep 2002 06:56:08 -0700 (PDT) Message-Id: <200209061356.g86Du8ru057400@freefall.freebsd.org> From: Oliver Braun Date: Fri, 6 Sep 2002 06:56:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/slrnface Makefile distinfo pkg-descr ports/news/slrnface/files patch-Makefile patch-slrnface.sl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/06 06:56:08 PDT Modified files: news/slrnface Makefile distinfo pkg-descr news/slrnface/files patch-Makefile Removed files: news/slrnface/files patch-slrnface.sl Log: * Upgrade to 2.1.1. * Pass maintainership to submitter. PR: ports/42476 Submitted by: Volker Stolz Revision Changes Path 1.3 +5 -6 ports/news/slrnface/Makefile 1.2 +1 -1 ports/news/slrnface/distinfo 1.2 +19 -10 ports/news/slrnface/files/patch-Makefile 1.2 +0 -11 ports/news/slrnface/files/patch-slrnface.sl (dead) 1.2 +1 -4 ports/news/slrnface/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 Sep 6 7:36: 6 2002 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 7EA2037B400; Fri, 6 Sep 2002 07:36:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30B1E43E3B; Fri, 6 Sep 2002 07:36:02 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86Ea2JU065350; Fri, 6 Sep 2002 07:36:02 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86Ea1OM065349; Fri, 6 Sep 2002 07:36:01 -0700 (PDT) Message-Id: <200209061436.g86Ea1OM065349@freefall.freebsd.org> From: Christian Weisgerber Date: Fri, 6 Sep 2002 07:36:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/libao Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/09/06 07:36:01 PDT Modified files: audio/libao Makefile pkg-plist Log: Fix packaging list. Revision Changes Path 1.19 +2 -1 ports/audio/libao/Makefile 1.12 +2 -1 ports/audio/libao/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 Sep 6 7:57:54 2002 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 F039F37B400; Fri, 6 Sep 2002 07:57:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1F6943E4A; Fri, 6 Sep 2002 07:57:50 -0700 (PDT) (envelope-from tegge@FreeBSD.org) Received: from freefall.freebsd.org (tegge@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86EvoJU067132; Fri, 6 Sep 2002 07:57:50 -0700 (PDT) (envelope-from tegge@freefall.freebsd.org) Received: (from tegge@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86EvoTF067131; Fri, 6 Sep 2002 07:57:50 -0700 (PDT) Message-Id: <200209061457.g86EvoTF067131@freefall.freebsd.org> From: Tor Egge Date: Fri, 6 Sep 2002 07:57:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/linuxthreads/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2002/09/06 07:57:50 PDT Modified files: devel/linuxthreads/files patch-aa Log: Let main thread do an exit(1) instead of an exit(0) on unclean program termination (multiple active threads). Revision Changes Path 1.19 +8 -4 ports/devel/linuxthreads/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 Fri Sep 6 8: 2:29 2002 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 03AA137B401; Fri, 6 Sep 2002 08:02:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4483E43E72; Fri, 6 Sep 2002 08:02:25 -0700 (PDT) (envelope-from tegge@FreeBSD.org) Received: from freefall.freebsd.org (tegge@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86F2PJU067722; Fri, 6 Sep 2002 08:02:25 -0700 (PDT) (envelope-from tegge@freefall.freebsd.org) Received: (from tegge@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86F2P9E067721; Fri, 6 Sep 2002 08:02:25 -0700 (PDT) Message-Id: <200209061502.g86F2P9E067721@freefall.freebsd.org> From: Tor Egge Date: Fri, 6 Sep 2002 08:02:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/linuxthreads/files localtime.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2002/09/06 08:02:24 PDT Modified files: devel/linuxthreads/files localtime.c Log: Don't assume that pthread_key_t is signed, thus plugging a memory leak. Revision Changes Path 1.3 +5 -5 ports/devel/linuxthreads/files/localtime.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 8: 3: 7 2002 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 B766F37B405 for ; Fri, 6 Sep 2002 08:02:54 -0700 (PDT) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id A725B43E77 for ; Fri, 6 Sep 2002 08:02:53 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 27238 invoked from network); 6 Sep 2002 15:02:53 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 6 Sep 2002 15:02:53 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g86F2pBv014851; Fri, 6 Sep 2002 11:02:51 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200209060727.g867Rfax093532@freefall.freebsd.org> Date: Fri, 06 Sep 2002 11:02:51 -0400 (EDT) From: John Baldwin To: Peter Wemm Subject: RE: cvs commit: src/share/mk bsd.kern.mk Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 06-Sep-2002 Peter Wemm wrote: > peter 2002/09/06 00:27:41 PDT > > Modified files: > share/mk bsd.kern.mk > Log: > Bump the -mev56 to -mev6. Otherwise, when you compile with gcc using > ev6 or pca56 etc this downgrades the cpu specification passed to gas. > As a result, gas will fail when gcc generates media instructions (in > uipc_usrreq.c). This only affects what gas will accept, not what gcc > generates or what our *.s file contain. Thanks! -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "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 Fri Sep 6 8: 3:24 2002 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 B176737B697; Fri, 6 Sep 2002 08:03:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F0D43E4A; Fri, 6 Sep 2002 08:03:20 -0700 (PDT) (envelope-from tegge@FreeBSD.org) Received: from freefall.freebsd.org (tegge@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86F3KJU067815; Fri, 6 Sep 2002 08:03:20 -0700 (PDT) (envelope-from tegge@freefall.freebsd.org) Received: (from tegge@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86F3Ko2067814; Fri, 6 Sep 2002 08:03:20 -0700 (PDT) Message-Id: <200209061503.g86F3Ko2067814@freefall.freebsd.org> From: Tor Egge Date: Fri, 6 Sep 2002 08:03:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/linuxthreads Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2002/09/06 08:03:20 PDT Modified files: devel/linuxthreads Makefile Log: Bump port revision to reflect memory leak fix. Revision Changes Path 1.30 +1 -1 ports/devel/linuxthreads/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 8: 9:34 2002 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 3C72037B400; Fri, 6 Sep 2002 08:09:29 -0700 (PDT) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E15F43E6A; Fri, 6 Sep 2002 08:09:28 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from hades.hell.gr (patr530-a079.otenet.gr [212.205.215.79]) by mailsrv.otenet.gr (8.12.4/8.12.4) with ESMTP id g86F9P7f002834; Fri, 6 Sep 2002 18:09:26 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.6/8.12.6) with ESMTP id g86F9DLU000852; Fri, 6 Sep 2002 18:09:13 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from charon@localhost) by hades.hell.gr (8.12.6/8.12.6/Submit) id g86DhfSn003334; Fri, 6 Sep 2002 16:43:41 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Fri, 6 Sep 2002 16:43:41 +0300 From: Giorgos Keramidas To: Cy Schubert Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/screen Makefile distinfo Message-ID: <20020906134340.GI2168@hades.hell.gr> References: <200209060338.g863clAt053662@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209060338.g863clAt053662@freefall.freebsd.org> X-PGP-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-09-05 20:38 +0000, Cy Schubert wrote: > cy 2002/09/05 20:38:47 PDT > > Modified files: > misc/screen Makefile distinfo > Log: > Update 3.9.12 --> 3.9.13 > > Submitted by: Matthew Jacob on ports@ > > Revision Changes Path > 1.41 +1 -1 ports/misc/screen/Makefile > 1.13 +1 -1 ports/misc/screen/distinfo Thanks! I stumbled upon this last night, while upgrading my installed ports, and in less than one day it's fixed already :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 9: 8:13 2002 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 76D7037B400; Fri, 6 Sep 2002 09:08:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED65143E3B; Fri, 6 Sep 2002 09:08:09 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86G89JU081899; Fri, 6 Sep 2002 09:08:09 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86G89m1081897; Fri, 6 Sep 2002 09:08:09 -0700 (PDT) Message-Id: <200209061608.g86G89m1081897@freefall.freebsd.org> From: John Baldwin Date: Fri, 6 Sep 2002 09:08:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpivar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/06 09:08:08 PDT Modified files: sys/dev/acpica acpi.c acpivar.h Log: Add a helper routine acpi_SetIntrModel() to call the _PIC method to set the interrupt model in use so that ACPI can properly route interrupts for machines using APIC's or SAPIC's. Revision Changes Path 1.74 +16 -0 src/sys/dev/acpica/acpi.c 1.35 +8 -0 src/sys/dev/acpica/acpivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 9: 9:14 2002 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 D721A37B400; Fri, 6 Sep 2002 09:09:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85F4543E3B; Fri, 6 Sep 2002 09:09:08 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86G98JU082043; Fri, 6 Sep 2002 09:09:08 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86G984l082041; Fri, 6 Sep 2002 09:09:08 -0700 (PDT) Message-Id: <200209061609.g86G984l082041@freefall.freebsd.org> From: John Baldwin Date: Fri, 6 Sep 2002 09:09:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci_pci.c src/sys/i386/pci pci_bus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/06 09:09:08 PDT Modified files: sys/dev/pci pci_pci.c sys/i386/pci pci_bus.c Log: Prefer the physical bus number of the PCI bus as the unit of the pciX device created. Revision Changes Path 1.16 +1 -1 src/sys/dev/pci/pci_pci.c 1.85 +1 -1 src/sys/i386/pci/pci_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 9:10:16 2002 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 43E9D37B400; Fri, 6 Sep 2002 09:10:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E29C343E42; Fri, 6 Sep 2002 09:10:12 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86GACJU082170; Fri, 6 Sep 2002 09:10:12 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86GAC35082169; Fri, 6 Sep 2002 09:10:12 -0700 (PDT) Message-Id: <200209061610.g86GAC35082169@freefall.freebsd.org> From: John Baldwin Date: Fri, 6 Sep 2002 09:10:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/pci pci_cfgreg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/06 09:10:12 PDT Modified files: sys/i386/pci pci_cfgreg.c Log: Add support for printing out the contents of a PCI BIOS $PIR interrupt routing table on the console. Eventually it will be printed during verbose boots. Revision Changes Path 1.89 +54 -2 src/sys/i386/pci/pci_cfgreg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 9:15:33 2002 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 5FDCB37B400; Fri, 6 Sep 2002 09:15:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11C1043E4A; Fri, 6 Sep 2002 09:15:30 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86GFTJU082825; Fri, 6 Sep 2002 09:15:29 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86GFTKs082824; Fri, 6 Sep 2002 09:15:29 -0700 (PDT) Message-Id: <200209061615.g86GFTKs082824@freefall.freebsd.org> From: Gordon Tetlow Date: Fri, 6 Sep 2002 09:15:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.subr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/09/06 09:15:29 PDT Modified files: etc rc.subr Log: Add a support for a ${OSTYPE} which is set once in /etc/rc.subr. Also convert all instances of `${CMD_OSTYPE}` to just using ${OSTYPE}. This saves us a shell invocation on anything that is OS-dependent. I seriously doubt that we will be spontaneously changing OS types during bootup. Revision Changes Path 1.5 +4 -3 src/etc/rc.subr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 9:18:13 2002 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 200A637B400; Fri, 6 Sep 2002 09:18:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B105043E3B; Fri, 6 Sep 2002 09:18:07 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86GI7JU083220; Fri, 6 Sep 2002 09:18:07 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86GI7RM083219; Fri, 6 Sep 2002 09:18:07 -0700 (PDT) Message-Id: <200209061618.g86GI7RM083219@freefall.freebsd.org> From: Gordon Tetlow Date: Fri, 6 Sep 2002 09:18:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d accounting amd apmd bootparams cleartmp fsck ipfilter ipmon ipnat ipsec isdnd ldconfig lpd motd mountcritlocal mountcritremote mountd moused named nfsd nfslocking ntpd ntpdate root route6d routed rpcbind rtadvd savecore ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/09/06 09:18:07 PDT Modified files: etc/rc.d accounting amd apmd bootparams cleartmp fsck ipfilter ipmon ipnat ipsec isdnd ldconfig lpd motd mountcritlocal mountcritremote mountd moused named nfsd nfslocking ntpd ntpdate root route6d routed rpcbind rtadvd savecore securelevel sendmail swap1 sysctl syslogd ttys virecover ypbind yppasswdd ypserv Log: Convert from `${CMD_OSTYPE}` to ${OSTYPE}. This saves a shell invocation on OS-dependent case switches. Revision Changes Path 1.3 +1 -1 src/etc/rc.d/accounting 1.7 +2 -2 src/etc/rc.d/amd 1.4 +1 -1 src/etc/rc.d/apmd 1.4 +1 -1 src/etc/rc.d/bootparams 1.3 +1 -1 src/etc/rc.d/cleartmp 1.3 +2 -2 src/etc/rc.d/fsck 1.3 +6 -6 src/etc/rc.d/ipfilter 1.3 +1 -1 src/etc/rc.d/ipmon 1.3 +2 -2 src/etc/rc.d/ipnat 1.4 +1 -1 src/etc/rc.d/ipsec 1.11 +1 -1 src/etc/rc.d/isdnd 1.3 +1 -1 src/etc/rc.d/ldconfig 1.3 +1 -1 src/etc/rc.d/lpd 1.4 +2 -2 src/etc/rc.d/motd 1.3 +1 -1 src/etc/rc.d/mountcritlocal 1.3 +2 -2 src/etc/rc.d/mountcritremote 1.8 +1 -1 src/etc/rc.d/mountd 1.2 +1 -1 src/etc/rc.d/moused 1.4 +4 -4 src/etc/rc.d/named 1.7 +1 -1 src/etc/rc.d/nfsd 1.3 +1 -1 src/etc/rc.d/nfslocking 1.4 +1 -1 src/etc/rc.d/ntpd 1.3 +1 -1 src/etc/rc.d/ntpdate 1.3 +1 -1 src/etc/rc.d/root 1.4 +1 -1 src/etc/rc.d/route6d 1.3 +1 -1 src/etc/rc.d/routed 1.6 +1 -1 src/etc/rc.d/rpcbind 1.3 +2 -2 src/etc/rc.d/rtadvd 1.3 +2 -2 src/etc/rc.d/savecore 1.4 +1 -1 src/etc/rc.d/securelevel 1.5 +2 -2 src/etc/rc.d/sendmail 1.3 +1 -1 src/etc/rc.d/swap1 1.10 +1 -1 src/etc/rc.d/sysctl 1.3 +1 -1 src/etc/rc.d/syslogd 1.3 +1 -1 src/etc/rc.d/ttys 1.3 +1 -1 src/etc/rc.d/virecover 1.3 +1 -1 src/etc/rc.d/ypbind 1.4 +2 -2 src/etc/rc.d/yppasswdd 1.4 +2 -2 src/etc/rc.d/ypserv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 9:32:54 2002 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 A42D737B400; Fri, 6 Sep 2002 09:32:49 -0700 (PDT) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E16843E6A; Fri, 6 Sep 2002 09:32:49 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id g86GWmv31941; Fri, 6 Sep 2002 09:32:48 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Fri, 6 Sep 2002 09:32:48 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Giorgos Keramidas Cc: Cy Schubert , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/screen Makefile distinfo In-Reply-To: <20020906134340.GI2168@hades.hell.gr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There are some of us who depend on screen enormously. I was reinstalling my desktop to be -current, and in installing screen, found it out. That had to be fixed. Now. On Fri, 6 Sep 2002, Giorgos Keramidas wrote: > On 2002-09-05 20:38 +0000, Cy Schubert wrote: > > cy 2002/09/05 20:38:47 PDT > > > > Modified files: > > misc/screen Makefile distinfo > > Log: > > Update 3.9.12 --> 3.9.13 > > > > Submitted by: Matthew Jacob on ports@ > > > > Revision Changes Path > > 1.41 +1 -1 ports/misc/screen/Makefile > > 1.13 +1 -1 ports/misc/screen/distinfo > > Thanks! I stumbled upon this last night, while upgrading my installed > ports, and in less than one day it's fixed already :-) > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 9:38:12 2002 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 5872A37B400; Fri, 6 Sep 2002 09:38:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B93A443E3B; Fri, 6 Sep 2002 09:38:07 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from freefall.freebsd.org (iwasaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86Gc7JU084835; Fri, 6 Sep 2002 09:38:07 -0700 (PDT) (envelope-from iwasaki@freefall.freebsd.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86Gc7uh084834; Fri, 6 Sep 2002 09:38:07 -0700 (PDT) Message-Id: <200209061638.g86Gc7uh084834@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Fri, 6 Sep 2002 09:38:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_rl.c if_rlreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2002/09/06 09:38:07 PDT Modified files: sys/pci if_rl.c if_rlreg.h Log: Add support for Corega FEther CB-TXD (CardBus 100M/10M). Revision Changes Path 1.75 +3 -1 src/sys/pci/if_rl.c 1.25 +10 -0 src/sys/pci/if_rlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 9:44:59 2002 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 C664137B401; Fri, 6 Sep 2002 09:44:55 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id C86D843E4A; Fri, 6 Sep 2002 09:44:54 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 7B53C519B2; Sat, 7 Sep 2002 01:44:53 +0900 (JST) Date: Sat, 07 Sep 2002 01:44:54 +0900 Message-ID: <86k7lz2hkp.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Alexander Kabaev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/lib/libstdc++ Makefile In-Reply-To: <200209012121.g81LLvjg032412@freefall.freebsd.org> References: <200209012121.g81LLvjg032412@freefall.freebsd.org> User-Agent: Wanderlust/2.9.15 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) 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 EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Sun, 1 Sep 2002 14:21:57 -0700 (PDT), Alexander Kabaev wrote: > kan 2002/09/01 14:21:57 PDT > > Modified files: > gnu/lib/libstdc++ Makefile > Log: > Connect new files added with GCC 3.2.1 import to the build. > > Approved by: obrien Now that ABI compatibility has been lost, shouldn't SHLIB_MAJOR be bumped? Are compat4x/3x/22 still supposed to work for C++ programs? -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 9:46:25 2002 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 DEFF937B400; Fri, 6 Sep 2002 09:46:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90AE043E72; Fri, 6 Sep 2002 09:46:21 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from freefall.freebsd.org (olgeni@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86GkLJU085828; Fri, 6 Sep 2002 09:46:21 -0700 (PDT) (envelope-from olgeni@freefall.freebsd.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86GkLhr085827; Fri, 6 Sep 2002 09:46:21 -0700 (PDT) Message-Id: <200209061646.g86GkLhr085827@freefall.freebsd.org> From: Jimmy Olgeni Date: Fri, 6 Sep 2002 09:46:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/postgresql_autodoc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/09/06 09:46:21 PDT Modified files: databases/postgresql_autodoc Makefile distinfo Log: Update port to version 1.00. Submitted by: Rod Taylor Revision Changes Path 1.2 +2 -3 ports/databases/postgresql_autodoc/Makefile 1.2 +1 -1 ports/databases/postgresql_autodoc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 9:48:31 2002 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 7407C37B400; Fri, 6 Sep 2002 09:48:28 -0700 (PDT) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8545D43E3B; Fri, 6 Sep 2002 09:48:27 -0700 (PDT) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.5/8.12.5) with ESMTP id g86GmQOB076201; Fri, 6 Sep 2002 12:48:26 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.6/8.12.6/Submit) id g86GmQg6076200; Fri, 6 Sep 2002 12:48:26 -0400 (EDT) Date: Fri, 6 Sep 2002 12:48:26 -0400 From: Alexander Kabaev To: "Akinori MUSHA" Cc: kan@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/lib/libstdc++ Makefile Message-Id: <20020906124826.757fa2e4.ak03@gte.com> In-Reply-To: <86k7lz2hkp.wl@archon.local.idaemons.org> References: <200209012121.g81LLvjg032412@freefall.freebsd.org> <86k7lz2hkp.wl@archon.local.idaemons.org> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.8.2claws28 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Now that ABI compatibility has been lost, shouldn't SHLIB_MAJOR be > bumped? Are compat4x/3x/22 still supposed to work for C++ programs? We only bump version number once per major release, AFAIK. This is -current. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 9:50:43 2002 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 83B0937B400; Fri, 6 Sep 2002 09:50:36 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12BC343E42; Fri, 6 Sep 2002 09:50:36 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 59928519B2; Sat, 7 Sep 2002 01:50:35 +0900 (JST) Date: Sat, 07 Sep 2002 01:50:36 +0900 Message-ID: <86it1j2hb7.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Alexander Kabaev Cc: kan@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/lib/libstdc++ Makefile In-Reply-To: <20020906124826.757fa2e4.ak03@gte.com> References: <200209012121.g81LLvjg032412@freefall.freebsd.org> <86k7lz2hkp.wl@archon.local.idaemons.org> <20020906124826.757fa2e4.ak03@gte.com> User-Agent: Wanderlust/2.9.15 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) 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 EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Fri, 6 Sep 2002 12:48:26 -0400, Alexander Kabaev wrote: > > Now that ABI compatibility has been lost, shouldn't SHLIB_MAJOR be > > bumped? Are compat4x/3x/22 still supposed to work for C++ programs? > > We only bump version number once per major release, AFAIK. This is > -current. OK. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 9:58:17 2002 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 AB99C37B400; Fri, 6 Sep 2002 09:58:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A6C143E72; Fri, 6 Sep 2002 09:58:14 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86GwDJU086882; Fri, 6 Sep 2002 09:58:13 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86GwD2v086881; Fri, 6 Sep 2002 09:58:13 -0700 (PDT) Message-Id: <200209061658.g86GwD2v086881@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Sep 2002 09:58:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netns ns.h ns_if.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/06 09:58:13 PDT Modified files: sys/netns ns.h ns_if.h Log: Make these less broken. Revision Changes Path 1.16 +6 -6 src/sys/netns/ns.h 1.14 +4 -4 src/sys/netns/ns_if.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 9:59: 3 2002 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 AFBBF37B400; Fri, 6 Sep 2002 09:58:55 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C11643E3B; Fri, 6 Sep 2002 09:58:55 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C283966D7A; Fri, 6 Sep 2002 09:58:54 -0700 (PDT) Date: Fri, 6 Sep 2002 09:58:54 -0700 From: Kris Kennaway To: Akinori MUSHA Cc: Alexander Kabaev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/lib/libstdc++ Makefile Message-ID: <20020906165854.GA72608@xor.obsecurity.org> References: <200209012121.g81LLvjg032412@freefall.freebsd.org> <86k7lz2hkp.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline In-Reply-To: <86k7lz2hkp.wl@archon.local.idaemons.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 07, 2002 at 01:44:54AM +0900, Akinori MUSHA wrote: > At Sun, 1 Sep 2002 14:21:57 -0700 (PDT), > Alexander Kabaev wrote: > > kan 2002/09/01 14:21:57 PDT > >=20 > > Modified files: > > gnu/lib/libstdc++ Makefile=20 > > Log: > > Connect new files added with GCC 3.2.1 import to the build. > > =20 > > Approved by: obrien >=20 > Now that ABI compatibility has been lost, shouldn't SHLIB_MAJOR be > bumped? We don't worry about breaking ABI compat in -current (it's happened before in the development cycle). SHLIB_MAJOR is only bumped when we break compat with -STABLE. > Are compat4x/3x/22 still supposed to work for C++ programs? For 4.x/3.x/2.2 C++ programs, yes. Kris --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9eN7OWry0BWjoQKURApuhAKDJmY02QvNMNmeaM5vMXa20xMOoPQCg14lB QU63JLW5UKghTnf2KxmQl3g= =wOXR -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 10: 1:12 2002 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 B927837B400; Fri, 6 Sep 2002 10:01:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E5A943E84; Fri, 6 Sep 2002 10:01:07 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86H17JU087232; Fri, 6 Sep 2002 10:01:07 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86H16J3087231; Fri, 6 Sep 2002 10:01:06 -0700 (PDT) Message-Id: <200209061701.g86H16J3087231@freefall.freebsd.org> From: John Baldwin Date: Fri, 6 Sep 2002 10:01:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/06 10:01:06 PDT Modified files: sys/dev/acpica acpi.c Log: Attach ACPI children a bit later in attach(), specifically after performing any machine dependent initialization. This allows the MD code to set the interrupt routing model so that PCI interrupts are routed correctly when using an APIC or SAPIC for example. Revision Changes Path 1.75 +3 -2 src/sys/dev/acpica/acpi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 10: 2: 7 2002 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 CDD8837B400; Fri, 6 Sep 2002 10:02:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8190043E4A; Fri, 6 Sep 2002 10:02:01 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86H21JU087514; Fri, 6 Sep 2002 10:02:01 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86H21Zj087513; Fri, 6 Sep 2002 10:02:01 -0700 (PDT) Message-Id: <200209061702.g86H21Zj087513@freefall.freebsd.org> From: John Baldwin Date: Fri, 6 Sep 2002 10:02:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/acpica acpi_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/06 10:02:01 PDT Modified files: sys/i386/acpica acpi_machdep.c Log: If we are using APIC_IO tell ACPI so it can route interrupts properly. This still doesn't work quite right because of other APIC_IO hacks in the i386 PCI code. Revision Changes Path 1.2 +3 -0 src/sys/i386/acpica/acpi_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 Sep 6 10: 2:38 2002 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 6E9DB37B401; Fri, 6 Sep 2002 10:02:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F0C643E42; Fri, 6 Sep 2002 10:02:30 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86H2UJU087580; Fri, 6 Sep 2002 10:02:30 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86H2U2f087579; Fri, 6 Sep 2002 10:02:30 -0700 (PDT) Message-Id: <200209061702.g86H2U2f087579@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Sep 2002 10:02:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net ethernet.h src/sys/netatalk at.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/06 10:02:29 PDT Modified files: sys/net ethernet.h sys/netatalk at.h Log: Add more ethernet types and move AppleTalk types into proper location. Obtained from: NetBSD (syssrc/sys/net/ethertypes.h, rev.1.13) Revision Changes Path 1.21 +257 -7 src/sys/net/ethernet.h 1.6 +2 -8 src/sys/netatalk/at.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 10: 8:15 2002 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 A297237B400; Fri, 6 Sep 2002 10:08:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 653A243E42; Fri, 6 Sep 2002 10:08:08 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86H88JU092199; Fri, 6 Sep 2002 10:08:08 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86H88as092198; Fri, 6 Sep 2002 10:08:08 -0700 (PDT) Message-Id: <200209061708.g86H88as092198@freefall.freebsd.org> From: John Baldwin Date: Fri, 6 Sep 2002 10:08:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include pci_cfgreg.h src/sys/i386/pci pci_bus.c pci_cfgreg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/06 10:08:08 PDT Modified files: sys/i386/include pci_cfgreg.h sys/i386/pci pci_bus.c pci_cfgreg.c Log: - Add a pci_cfgintr_valid() function to see if a given IRQ is a valid IRQ for an entry in a PCIBIOS interrupt routing ($PIR) table. - Change pci_cfgintr() to except the current IRQ of a device as a fourth argument and to use that IRQ for the device if it is valid. - If an intpin entry in a $PIR entry has a link of 0, it means that that intpin isn't connected to anything that can trigger an interrupt. Thus, test the link against 0 to find invalid entries in the table instead of implicitly relying on the irqs field to be zero. In the machines I have looked at, intpin entries with a link of 0 often have the bits for all possible interrupts for PCI devices set. Revision Changes Path 1.7 +1 -1 src/sys/i386/include/pci_cfgreg.h 1.86 +2 -1 src/sys/i386/pci/pci_bus.c 1.90 +33 -1 src/sys/i386/pci/pci_cfgreg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 10:12:56 2002 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 B7C9037B400; Fri, 6 Sep 2002 10:12:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F7843E6E; Fri, 6 Sep 2002 10:12:52 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86HCqJU092939; Fri, 6 Sep 2002 10:12:52 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86HCped092935; Fri, 6 Sep 2002 10:12:51 -0700 (PDT) Message-Id: <200209061712.g86HCped092935@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Sep 2002 10:12:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 gre.4 src/sys/net if_gre.c if_gre.h src/sys/netinet in_proto.c ip_gre.c ip_gre.h src/sys/conf files options X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/06 10:12:51 PDT Modified files: sys/netinet in_proto.c sys/conf files options Added files: share/man/man4 gre.4 sys/net if_gre.c if_gre.h sys/netinet ip_gre.c ip_gre.h Log: Add a new gre(4) driver, which could be used to create GRE (RFC1701) and MOBILE (RFC2004) IP tunnels. Obrained from: NetBSD Revision Changes Path 1.1 +279 -0 src/share/man/man4/gre.4 (new) 1.697 +2 -0 src/sys/conf/files 1.347 +1 -0 src/sys/conf/options 1.1 +781 -0 src/sys/net/if_gre.c (new) 1.1 +166 -0 src/sys/net/if_gre.h (new) 1.60 +12 -0 src/sys/netinet/in_proto.c 1.1 +360 -0 src/sys/netinet/ip_gre.c (new) 1.1 +43 -0 src/sys/netinet/ip_gre.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 10:17:29 2002 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 3B96837B400; Fri, 6 Sep 2002 10:17:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A07BE43E4A; Fri, 6 Sep 2002 10:17:22 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86HHMJU093292; Fri, 6 Sep 2002 10:17:22 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86HHM7w093291; Fri, 6 Sep 2002 10:17:22 -0700 (PDT) Message-Id: <200209061717.g86HHM7w093291@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Sep 2002 10:17:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/06 10:17:22 PDT Modified files: share/man/man4 Makefile Log: Connect gre(4) to the build. Revision Changes Path 1.163 +1 -0 src/share/man/man4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 10:17:38 2002 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 189F037B4BB; Fri, 6 Sep 2002 10:17:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE5A443E3B; Fri, 6 Sep 2002 10:17:33 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86HHXJU093320; Fri, 6 Sep 2002 10:17:33 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86HHXMH093319; Fri, 6 Sep 2002 10:17:33 -0700 (PDT) Message-Id: <200209061717.g86HHXMH093319@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Sep 2002 10:17:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/if_gre Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/06 10:17:33 PDT Added files: sys/modules/if_gre Makefile Log: Add if_gre module glue. Revision Changes Path 1.1 +22 -0 src/sys/modules/if_gre/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 10:18:57 2002 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 5ACCA37B400; Fri, 6 Sep 2002 10:18:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ED1F43E3B; Fri, 6 Sep 2002 10:18:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86HIrJU093383; Fri, 6 Sep 2002 10:18:53 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86HIrdE093382; Fri, 6 Sep 2002 10:18:53 -0700 (PDT) Message-Id: <200209061718.g86HIrdE093382@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Sep 2002 10:18:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/06 10:18:53 PDT Modified files: sys/modules Makefile Log: Connect if_gre module to the build. Revision Changes Path 1.253 +1 -0 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 10:24:40 2002 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 505E337B400; Fri, 6 Sep 2002 10:24:35 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECB4043E42; Fri, 6 Sep 2002 10:24:31 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.11.6/8.11.6) with ESMTP id g86HOQs38471; Fri, 6 Sep 2002 20:24:27 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.12.5/8.12.5) with ESMTP id g86HOLdO001720; Fri, 6 Sep 2002 20:24:21 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D78E50C.20C6A53C@FreeBSD.org> Date: Fri, 06 Sep 2002 20:25:32 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 gre.4 src/sys/net if_gre.c if_gre.hsrc/sys/netinet in_proto.c ip_gre.c ip_gre.h src/sys/conf filesoptions References: <200209061712.g86HCped092935@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maxim Sobolev wrote: > > sobomax 2002/09/06 10:12:51 PDT > > Modified files: > sys/netinet in_proto.c > sys/conf files options > Added files: > share/man/man4 gre.4 > sys/net if_gre.c if_gre.h > sys/netinet ip_gre.c ip_gre.h > Log: > Add a new gre(4) driver, which could be used to create GRE (RFC1701) > and MOBILE (RFC2004) IP tunnels. > > Obrained from: NetBSD ^ t (coincidence with obrien is fully unintentional). -Maixim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 10:31:53 2002 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 65C8837B400; Fri, 6 Sep 2002 10:31:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10DBD43E6A; Fri, 6 Sep 2002 10:31:50 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: from freefall.freebsd.org (jedgar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86HVnJU095173; Fri, 6 Sep 2002 10:31:49 -0700 (PDT) (envelope-from jedgar@freefall.freebsd.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86HVnpm095172; Fri, 6 Sep 2002 10:31:49 -0700 (PDT) Message-Id: <200209061731.g86HVnpm095172@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Fri, 6 Sep 2002 10:31:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/pxtools Makefile distinfo pkg-plist ports/databases/pxtools/files patch-aa patch-src::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jedgar 2002/09/06 10:31:49 PDT Modified files: databases/pxtools Makefile distinfo pkg-plist Added files: databases/pxtools/files patch-src::Makefile.in Removed files: databases/pxtools/files patch-aa Log: Update port to 0.0.19. Revision Changes Path 1.8 +11 -1 ports/databases/pxtools/Makefile 1.7 +1 -1 ports/databases/pxtools/distinfo 1.6 +0 -11 ports/databases/pxtools/files/patch-aa (dead) 1.1 +11 -0 ports/databases/pxtools/files/patch-src::Makefile.in (new) 1.3 +2 -1 ports/databases/pxtools/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 Sep 6 10:33:17 2002 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 45C2C37B400; Fri, 6 Sep 2002 10:33:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDA8343E7B; Fri, 6 Sep 2002 10:33:11 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86HXBJU095388; Fri, 6 Sep 2002 10:33:11 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86HXB7k095387; Fri, 6 Sep 2002 10:33:11 -0700 (PDT) Message-Id: <200209061733.g86HXB7k095387@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 6 Sep 2002 10:33:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make make.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/09/06 10:33:11 PDT Modified files: usr.bin/make make.1 Log: Make it clear that the ":C" variable modifier expects an extended regular expression instead of an obsolete regular expression. Also, cross-reference re_format(7) instead of regex(3). MFC after: 3 days Revision Changes Path 1.58 +2 -2 src/usr.bin/make/make.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 10:45:39 2002 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 32BBE37B400; Fri, 6 Sep 2002 10:45:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE6E343E65; Fri, 6 Sep 2002 10:45:36 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from freefall.freebsd.org (iwasaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86HjaJU096395; Fri, 6 Sep 2002 10:45:36 -0700 (PDT) (envelope-from iwasaki@freefall.freebsd.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86Hja4r096394; Fri, 6 Sep 2002 10:45:36 -0700 (PDT) Message-Id: <200209061745.g86Hja4r096394@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Fri, 6 Sep 2002 10:45:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2002/09/06 10:45:36 PDT Modified files: etc/defaults pccard.conf Log: Add an entry for corega WL PCCL-11. PR: conf/42481 Submitted by: NINOMIYA Hideyuki Approved by: imp MFC after: 1 week Revision Changes Path 1.242 +6 -0 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 Fri Sep 6 11:16: 6 2002 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 172DC37B400; Fri, 6 Sep 2002 11:16:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD1E543E3B; Fri, 6 Sep 2002 11:16:03 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86IG3JU003519; Fri, 6 Sep 2002 11:16:03 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86IG3ni003518; Fri, 6 Sep 2002 11:16:03 -0700 (PDT) Message-Id: <200209061816.g86IG3ni003518@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Sep 2002 11:16:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_gre.c if_gre.h src/sys/netinet ip_gre.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/06 11:16:03 PDT Modified files: sys/net if_gre.c if_gre.h sys/netinet ip_gre.c Log: Reduce namespace pollution by staticizing everything, which doesn't need to be visible from outside of the module. Revision Changes Path 1.2 +15 -13 src/sys/net/if_gre.c 1.2 +0 -4 src/sys/net/if_gre.h 1.2 +4 -4 src/sys/netinet/ip_gre.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 11:16:33 2002 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 0673537B405; Fri, 6 Sep 2002 11:16:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB70B43E65; Fri, 6 Sep 2002 11:16:26 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86IGQJU003557; Fri, 6 Sep 2002 11:16:26 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86IGQhU003556; Fri, 6 Sep 2002 11:16:26 -0700 (PDT) Message-Id: <200209061816.g86IGQhU003556@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Fri, 6 Sep 2002 11:16:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.8 camcontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/09/06 11:16:26 PDT Modified files: sbin/camcontrol camcontrol.8 camcontrol.c Log: Add 'camcontrol load' as a complement to 'camcontrol eject'. Approved by: ken MFC after: 4 weeks Revision Changes Path 1.35 +8 -1 src/sbin/camcontrol/camcontrol.8 1.46 +3 -0 src/sbin/camcontrol/camcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 11:21: 3 2002 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 7FE1837B400; Fri, 6 Sep 2002 11:21:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16E9D43E75; Fri, 6 Sep 2002 11:21:00 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86IKxJU004171; Fri, 6 Sep 2002 11:20:59 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86IKxvZ004170; Fri, 6 Sep 2002 11:20:59 -0700 (PDT) Message-Id: <200209061820.g86IKxvZ004170@freefall.freebsd.org> From: Matt Jacob Date: Fri, 6 Sep 2002 11:20:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/06 11:20:59 PDT Modified files: sys/dev/isp isp_freebsd.c Log: Tsk. Now that we're not using our own locks, we have to remember to grab Giant in isp_kthread so that msleep is *happy* that there's no lock being passed to it (as tsleep turns out to be...) Revision Changes Path 1.86 +2 -0 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 11:25:39 2002 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 E620E37B401; Fri, 6 Sep 2002 11:25:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95CCB43E81; Fri, 6 Sep 2002 11:25:33 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86IPXJU004517; Fri, 6 Sep 2002 11:25:33 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86IPXHC004516; Fri, 6 Sep 2002 11:25:33 -0700 (PDT) Message-Id: <200209061825.g86IPXHC004516@freefall.freebsd.org> From: Marc Fonvieille Date: Fri, 6 Sep 2002 11:25:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/06 11:25:33 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Change Anthony C. Chavez email in Additional Contributors list. Requested by: Anthony C. Chavez Revision Changes Path 1.246 +1 -1 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 11:32:21 2002 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 973D737B406; Fri, 6 Sep 2002 11:32:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B8EB43E65; Fri, 6 Sep 2002 11:32:17 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86IWGJU005124; Fri, 6 Sep 2002 11:32:16 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86IWGgv005123; Fri, 6 Sep 2002 11:32:16 -0700 (PDT) Message-Id: <200209061832.g86IWGgv005123@freefall.freebsd.org> From: Matt Jacob Date: Fri, 6 Sep 2002 11:32:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.h ispvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/06 11:32:16 PDT Modified files: sys/dev/isp isp.c isp_freebsd.h ispvar.h Log: Remove STRNCAT (==>strncat) usage. Apparently I never read the man page correctly and it wasn't doing what I thought it was. Noticed by: Brooks Davis Revision Changes Path 1.97 +17 -18 src/sys/dev/isp/isp.c 1.70 +0 -1 src/sys/dev/isp/isp_freebsd.h 1.60 +0 -1 src/sys/dev/isp/ispvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 11:49:16 2002 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 F205837B400; Fri, 6 Sep 2002 11:49:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A372C43E4A; Fri, 6 Sep 2002 11:49:12 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86InCJU006601; Fri, 6 Sep 2002 11:49:12 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86InCCJ006600; Fri, 6 Sep 2002 11:49:12 -0700 (PDT) Message-Id: <200209061849.g86InCCJ006600@freefall.freebsd.org> From: Marc Fonvieille Date: Fri, 6 Sep 2002 11:49:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects newbies.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/06 11:49:12 PDT Modified files: en/projects newbies.sgml Log: Change old broken link to bsdi.com for The Complete FreeBSD with a freebsdmall.com one. Revision Changes Path 1.27 +2 -2 www/en/projects/newbies.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 11:51:25 2002 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 82D3237B400 for ; Fri, 6 Sep 2002 11:51:17 -0700 (PDT) Received: from smtp013.mail.yahoo.com (smtp013.mail.yahoo.com [216.136.173.57]) by mx1.FreeBSD.org (Postfix) with SMTP id 814B843E65 for ; Fri, 6 Sep 2002 11:51:16 -0700 (PDT) (envelope-from john_m_cooper@yahoo.com) Received: from pc016247.reshall.uidaho.edu (john?m?cooper@129.101.136.30 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 6 Sep 2002 18:51:15 -0000 Subject: Re: cvs commit: src/sys/dev/usb umass.c From: John Merryweather Cooper Reply-To: john_m_cooper@yahoo.com To: Guido van Rooij Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org In-Reply-To: <200209060651.g866pg0O084299@freefall.freebsd.org> References: <200209060651.g866pg0O084299@freefall.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 06 Sep 2002 11:52:24 -0700 Message-Id: <1031338350.681.0.camel@PC016247.reshall.uidaho.edu> Mime-Version: 1.0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I can confirm that, with the MFC of this version of umass, the FujiFilm FinePix 4900Z is now supported and works perfectly! Thanks! jmc On Thu, 2002-09-05 at 23:51, Guido van Rooij wrote: > guido 2002/09/05 23:51:42 PDT > > Modified files: (Branch: RELENG_4) > sys/dev/usb umass.c > Log: > MFC 1.52: 1) Fix a debug statement by filling in its data before the printf in > stead of after > 2) Honour NO_TEST_UNIT_READY quirk for atapi devices as well > 3) Actually support FujiFilm FinePix 6800 camera's. Will very likely also > work for other FinePix models. > 4) Enable ATAPI support for umass devices. > > Reviewed by: joe@frebsd.org > Approved by: re@freebsd.org > > Revision Changes Path > 1.11.2.10 +72 -8 src/sys/dev/usb/umass.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message -- _ | |V| / ' || MacroHard -- \ \_| | | \_, || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | AIM: johnmcooper || design . . . | Yahoo: john_m_cooper || | =====================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =====================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 12:23:35 2002 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 F347437B400; Fri, 6 Sep 2002 12:23:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A082043E7B; Fri, 6 Sep 2002 12:23:29 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: from freefall.freebsd.org (wollman@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86JNTJU013826; Fri, 6 Sep 2002 12:23:29 -0700 (PDT) (envelope-from wollman@freefall.freebsd.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86JNT2a013825; Fri, 6 Sep 2002 12:23:29 -0700 (PDT) Message-Id: <200209061923.g86JNT2a013825@freefall.freebsd.org> From: Garrett Wollman Date: Fri, 6 Sep 2002 12:23:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib atexit.3 exit.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wollman 2002/09/06 12:23:29 PDT Modified files: lib/libc/stdlib atexit.3 exit.3 Log: Include some verbage about not calling exit() from functions registered by atexit(). Revision Changes Path 1.8 +13 -2 src/lib/libc/stdlib/atexit.3 1.11 +13 -2 src/lib/libc/stdlib/exit.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 12:25:30 2002 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 3E38237B400; Fri, 6 Sep 2002 12:25:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4A3043E6A; Fri, 6 Sep 2002 12:25:25 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86JPPJU013995; Fri, 6 Sep 2002 12:25:25 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86JPPF3013994; Fri, 6 Sep 2002 12:25:25 -0700 (PDT) Message-Id: <200209061925.g86JPPF3013994@freefall.freebsd.org> From: John Baldwin Date: Fri, 6 Sep 2002 12:25:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/pci pci_cfgreg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/06 12:25:25 PDT Modified files: sys/i386/pci pci_cfgreg.c Log: Dump the $PIR table if booting verbose. Revision Changes Path 1.91 +3 -0 src/sys/i386/pci/pci_cfgreg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 12:42:49 2002 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 5A4D137B400; Fri, 6 Sep 2002 12:42:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D2AF43E42; Fri, 6 Sep 2002 12:42:46 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86JgjJU017104; Fri, 6 Sep 2002 12:42:45 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86Jgjnd017089; Fri, 6 Sep 2002 12:42:45 -0700 (PDT) Message-Id: <200209061942.g86Jgjnd017089@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 6 Sep 2002 12:42:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/scr2png Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/06 12:42:45 PDT Modified files: graphics/scr2png Makefile Log: Use ${REINPLACE_CMD} instead of ${PERL}. Approved by: nik (maintainer) Revision Changes Path 1.4 +3 -1 ports/graphics/scr2png/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 12:44:41 2002 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 4635037B400; Fri, 6 Sep 2002 12:44:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D762143E7B; Fri, 6 Sep 2002 12:43:55 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86JhjJU017256; Fri, 6 Sep 2002 12:43:45 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86Jhjsk017255; Fri, 6 Sep 2002 12:43:45 -0700 (PDT) Message-Id: <200209061943.g86Jhjsk017255@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 6 Sep 2002 12:43:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomedesktop Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/06 12:43:42 PDT Modified files: x11/gnomedesktop Makefile distinfo pkg-plist Log: Update to 2.0.8. Revision Changes Path 1.17 +1 -1 ports/x11/gnomedesktop/Makefile 1.15 +1 -1 ports/x11/gnomedesktop/distinfo 1.9 +1 -0 ports/x11/gnomedesktop/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 Sep 6 12:44:52 2002 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 9344637B427; Fri, 6 Sep 2002 12:44:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D940743E42; Fri, 6 Sep 2002 12:43:28 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86JhIJU017169; Fri, 6 Sep 2002 12:43:18 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86JhILX017168; Fri, 6 Sep 2002 12:43:18 -0700 (PDT) Message-Id: <200209061943.g86JhILX017168@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 6 Sep 2002 12:43:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/gedit2 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/06 12:43:18 PDT Modified files: editors/gedit2 Makefile distinfo pkg-plist Log: Update to 2.0.5. Revision Changes Path 1.51 +1 -1 ports/editors/gedit2/Makefile 1.25 +1 -1 ports/editors/gedit2/distinfo 1.20 +1 -0 ports/editors/gedit2/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 Sep 6 12:45:19 2002 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 A976637B6D9; Fri, 6 Sep 2002 12:44:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58EED43E8A; Fri, 6 Sep 2002 12:44:22 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86JiCJU017291; Fri, 6 Sep 2002 12:44:12 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86JiCbH017290; Fri, 6 Sep 2002 12:44:12 -0700 (PDT) Message-Id: <200209061944.g86JiCbH017290@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 6 Sep 2002 12:44:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gnomemedia2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/06 12:44:12 PDT Modified files: audio/gnomemedia2 Makefile distinfo Log: Update to 2.0.2.5. Revision Changes Path 1.30 +1 -1 ports/audio/gnomemedia2/Makefile 1.11 +1 -1 ports/audio/gnomemedia2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 12:45:37 2002 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 DF91537B752; Fri, 6 Sep 2002 12:44:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C899043E81; Fri, 6 Sep 2002 12:44:43 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86JiVJU017333; Fri, 6 Sep 2002 12:44:31 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86JiVxF017332; Fri, 6 Sep 2002 12:44:31 -0700 (PDT) Message-Id: <200209061944.g86JiVxF017332@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 6 Sep 2002 12:44:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomepanel Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/06 12:44:30 PDT Modified files: x11/gnomepanel Makefile distinfo Log: Update to 2.0.9. Revision Changes Path 1.18 +1 -1 ports/x11/gnomepanel/Makefile 1.13 +1 -1 ports/x11/gnomepanel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 12:45:52 2002 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 B2B4237B482; Fri, 6 Sep 2002 12:45:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37D7843E4A; Fri, 6 Sep 2002 12:45:18 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86JjFJU017391; Fri, 6 Sep 2002 12:45:17 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86JixMu017372; Fri, 6 Sep 2002 12:44:59 -0700 (PDT) Message-Id: <200209061944.g86JixMu017372@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 6 Sep 2002 12:44:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomesession Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/06 12:44:54 PDT Modified files: x11/gnomesession Makefile distinfo Log: Update to 2.0.7. Revision Changes Path 1.15 +1 -1 ports/x11/gnomesession/Makefile 1.12 +1 -1 ports/x11/gnomesession/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 12:45:54 2002 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 9F03B37B6E8; Fri, 6 Sep 2002 12:45:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA02643E4A; Fri, 6 Sep 2002 12:45:37 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86JjbJU017468; Fri, 6 Sep 2002 12:45:37 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86JjYdB017467; Fri, 6 Sep 2002 12:45:34 -0700 (PDT) Message-Id: <200209061945.g86JjYdB017467@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 6 Sep 2002 12:45:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/yelp Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/06 12:45:34 PDT Modified files: x11/yelp Makefile distinfo pkg-plist Log: Update to 1.0.6. Revision Changes Path 1.12 +2 -1 ports/x11/yelp/Makefile 1.10 +1 -1 ports/x11/yelp/distinfo 1.6 +2 -0 ports/x11/yelp/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 Sep 6 12:46: 6 2002 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 5978937B409; Fri, 6 Sep 2002 12:46:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0618C43E75; Fri, 6 Sep 2002 12:46:02 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86Jk1JU017602; Fri, 6 Sep 2002 12:46:01 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86Jk1PP017601; Fri, 6 Sep 2002 12:46:01 -0700 (PDT) Message-Id: <200209061946.g86Jk1PP017601@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 6 Sep 2002 12:46:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/libgnome Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/06 12:46:01 PDT Modified files: x11/libgnome Makefile distinfo pkg-plist Log: Update to 2.0.4. Revision Changes Path 1.115 +1 -1 ports/x11/libgnome/Makefile 1.49 +1 -1 ports/x11/libgnome/distinfo 1.45 +1 -0 ports/x11/libgnome/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 Sep 6 12:46:39 2002 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 3A76137B401; Fri, 6 Sep 2002 12:46:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDAE543E42; Fri, 6 Sep 2002 12:46:32 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86JkWJU017675; Fri, 6 Sep 2002 12:46:32 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86JkWJN017674; Fri, 6 Sep 2002 12:46:32 -0700 (PDT) Message-Id: <200209061946.g86JkWJN017674@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 6 Sep 2002 12:46:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnomeutils2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/06 12:46:32 PDT Modified files: misc/gnomeutils2 Makefile distinfo Log: Update to 2.0.5. Revision Changes Path 1.53 +1 -1 ports/misc/gnomeutils2/Makefile 1.27 +1 -1 ports/misc/gnomeutils2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 12:47:19 2002 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 0605237B490; Fri, 6 Sep 2002 12:47:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A01BD43E75; Fri, 6 Sep 2002 12:47:10 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86JlAJU017761; Fri, 6 Sep 2002 12:47:10 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86JlA5b017756; Fri, 6 Sep 2002 12:47:10 -0700 (PDT) Message-Id: <200209061947.g86JlA5b017756@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 6 Sep 2002 12:47:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gnomevfs2 Makefile distinfo pkg-plist ports/devel/gnomevfs2/files patch-aa patch-ab patch-libgnomevfs::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/06 12:47:10 PDT Modified files: devel/gnomevfs2 Makefile distinfo pkg-plist devel/gnomevfs2/files patch-aa patch-ab patch-libgnomevfs::Makefile.in Log: Update to 2.0.4. Revision Changes Path 1.51 +1 -1 ports/devel/gnomevfs2/Makefile 1.26 +1 -1 ports/devel/gnomevfs2/distinfo 1.23 +19 -12 ports/devel/gnomevfs2/files/patch-aa 1.13 +9 -10 ports/devel/gnomevfs2/files/patch-ab 1.5 +5 -5 ports/devel/gnomevfs2/files/patch-libgnomevfs::Makefile.in 1.27 +44 -0 ports/devel/gnomevfs2/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 Sep 6 12:47:43 2002 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 E736037B406; Fri, 6 Sep 2002 12:47:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79CF843E4A; Fri, 6 Sep 2002 12:47:37 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86JlbJU017851; Fri, 6 Sep 2002 12:47:37 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86JlbIT017850; Fri, 6 Sep 2002 12:47:37 -0700 (PDT) Message-Id: <200209061947.g86JlbIT017850@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 6 Sep 2002 12:47:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libgnomecanvas Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/06 12:47:37 PDT Modified files: graphics/libgnomecanvas Makefile distinfo pkg-plist Log: Update to 2.0.4. Revision Changes Path 1.22 +1 -1 ports/graphics/libgnomecanvas/Makefile 1.12 +1 -1 ports/graphics/libgnomecanvas/distinfo 1.12 +1 -0 ports/graphics/libgnomecanvas/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 Sep 6 12:48: 8 2002 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 DBCA237B434; Fri, 6 Sep 2002 12:48:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A45443E65; Fri, 6 Sep 2002 12:48:03 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86Jm3JU017898; Fri, 6 Sep 2002 12:48:03 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86Jm3a2017897; Fri, 6 Sep 2002 12:48:03 -0700 (PDT) Message-Id: <200209061948.g86Jm3a2017897@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 6 Sep 2002 12:48:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/libgnomeui Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/06 12:48:03 PDT Modified files: x11-toolkits/libgnomeui Makefile distinfo pkg-plist Log: Update to 2.0.5. Revision Changes Path 1.17 +1 -1 ports/x11-toolkits/libgnomeui/Makefile 1.10 +1 -1 ports/x11-toolkits/libgnomeui/distinfo 1.12 +1 -0 ports/x11-toolkits/libgnomeui/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 Sep 6 12:52:26 2002 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 521A437B400; Fri, 6 Sep 2002 12:52:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B96E243E9E; Fri, 6 Sep 2002 12:51:59 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86JpxJU018495; Fri, 6 Sep 2002 12:51:59 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86JpxWe018494; Fri, 6 Sep 2002 12:51:59 -0700 (PDT) Message-Id: <200209061951.g86JpxWe018494@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 6 Sep 2002 12:51:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libmd mdXhl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/06 12:51:59 PDT Modified files: lib/libmd mdXhl.c Log: Fix a bug where calling MD5File(3) with a zero-length file generated an error, due to an uninitialized variable. Reviewed by: phk, archie Revision Changes Path 1.17 +1 -0 src/lib/libmd/mdXhl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 12:59:34 2002 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 607A437B400; Fri, 6 Sep 2002 12:59:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 260B443E3B; Fri, 6 Sep 2002 12:59:30 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86JxUJU019218; Fri, 6 Sep 2002 12:59:30 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86JxTS9019217; Fri, 6 Sep 2002 12:59:29 -0700 (PDT) Message-Id: <200209061959.g86JxTS9019217@freefall.freebsd.org> From: Peter Wemm Date: Fri, 6 Sep 2002 12:59:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_nfs mount_nfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/06 12:59:29 PDT Modified files: sbin/mount_nfs mount_nfs.c Log: Bandaid for mount_nfs segfaulting with the more obscure mount options in /etc/fstab. This isn't a real fix though and I'm still not sure why it started failing. mount(8) breaks up the nfs args into seperate repeated '-o option=value' arguments. But, the altflags variable that we use to track things is incrementally built up each time we see the next option and shows us the cumulative set of flags, not just the flag that we are currently looking at. As a result, the strstr hack for looking up flags in a giant -o opt=val,opt=val, etc string was failing and causing a segfault. I do not know what changed recently that caused this to suddenly break, but the code has been rather bogus for some time. Revision Changes Path 1.56 +34 -22 src/sbin/mount_nfs/mount_nfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 13: 7:57 2002 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 B830137B405; Fri, 6 Sep 2002 13:07:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0746643E6E; Fri, 6 Sep 2002 13:07:51 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86K7oJU024217; Fri, 6 Sep 2002 13:07:50 -0700 (PDT) (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86K7oF5024216; Fri, 6 Sep 2002 13:07:50 -0700 (PDT) Message-Id: <200209062007.g86K7oF5024216@freefall.freebsd.org> From: Brooks Davis Date: Fri, 6 Sep 2002 13:07:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/en midway.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2002/09/06 13:07:50 PDT Modified files: sys/dev/en midway.c Log: Don't include "bpf.h" when compiling on FreeBSD. We always compile in bpf support these days. Revision Changes Path 1.29 +4 -0 src/sys/dev/en/midway.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 13:27: 5 2002 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 D9E2A37B400; Fri, 6 Sep 2002 13:27:02 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE15F43E4A; Fri, 6 Sep 2002 13:27:01 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.5/8.12.2) with ESMTP id g86KR0H7012264; Fri, 6 Sep 2002 22:27:00 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.5/8.12.5/Submit) id g86KR0dC012263; Fri, 6 Sep 2002 22:27:00 +0200 (CEST) Date: Fri, 6 Sep 2002 22:27:00 +0200 From: Wilko Bulte To: Matt Jacob Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/isp isp_freebsd.c Message-ID: <20020906222700.A12239@freebie.xs4all.nl> References: <200209061820.g86IKxvZ004170@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: <200209061820.g86IKxvZ004170@freefall.freebsd.org>; from mjacob@FreeBSD.ORG on Fri, Sep 06, 2002 at 11:20:59AM -0700 X-OS: FreeBSD 4.6-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Sep 06, 2002 at 11:20:59AM -0700, Matt Jacob wrote: Great, thanks! > mjacob 2002/09/06 11:20:59 PDT > > Modified files: > sys/dev/isp isp_freebsd.c > Log: > Tsk. Now that we're not using our own locks, we have to remember > to grab Giant in isp_kthread so that msleep is *happy* that there's > no lock being passed to it (as tsleep turns out to be...) > > Revision Changes Path > 1.86 +2 -0 src/sys/dev/isp/isp_freebsd.c ---end of quoted text--- -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, the Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 13:40:48 2002 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 3F36637B400; Fri, 6 Sep 2002 13:40:39 -0700 (PDT) Received: from spqr.osg.gov.bc.ca (spqr.osg.gov.bc.ca [142.32.102.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA0E243E3B; Fri, 6 Sep 2002 13:40:38 -0700 (PDT) (envelope-from Cy.Schubert@osg.gov.bc.ca) Received: from passer.osg.gov.bc.ca (passer.osg.gov.bc.ca [142.32.110.29]) by spqr.osg.gov.bc.ca (Postfix) with ESMTP id 748F79EF16; Fri, 6 Sep 2002 13:40:38 -0700 (PDT) Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.6/8.12.3) with ESMTP id g86KebxP003032; Fri, 6 Sep 2002 13:40:38 -0700 (PDT) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.6/8.12.3) with ESMTP id g86Keb7o006837; Fri, 6 Sep 2002 13:40:37 -0700 (PDT) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200209062040.g86Keb7o006837@cwsys.cwsent.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-os: FreeBSD X-Sender: cy@cwsent.com To: mjacob@feral.com Cc: Giorgos Keramidas , Cy Schubert , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/screen Makefile distinfo In-Reply-To: Message from Matthew Jacob of "Fri, 06 Sep 2002 09:32:48 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 06 Sep 2002 13:40:37 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Please let me know if there any other problems or issues. -- Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5766 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@FreeBSD.org In message , Matthew Jacob writ es: > > There are some of us who depend on screen enormously. I was reinstalling > my desktop to be -current, and in installing screen, found it out. That > had to be fixed. Now. > > > On Fri, 6 Sep 2002, Giorgos Keramidas wrote: > > > On 2002-09-05 20:38 +0000, Cy Schubert wrote: > > > cy 2002/09/05 20:38:47 PDT > > > > > > Modified files: > > > misc/screen Makefile distinfo > > > Log: > > > Update 3.9.12 --> 3.9.13 > > > > > > Submitted by: Matthew Jacob on ports@ > > > > > > Revision Changes Path > > > 1.41 +1 -1 ports/misc/screen/Makefile > > > 1.13 +1 -1 ports/misc/screen/distinfo > > > > Thanks! I stumbled upon this last night, while upgrading my installed > > ports, and in less than one day it's fixed already :-) > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 13:42:48 2002 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 EAB4C37B400; Fri, 6 Sep 2002 13:42:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A50B43E3B; Fri, 6 Sep 2002 13:42:42 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86KggJU027909; Fri, 6 Sep 2002 13:42:42 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86KggDa027908; Fri, 6 Sep 2002 13:42:42 -0700 (PDT) Message-Id: <200209062042.g86KggDa027908@freefall.freebsd.org> From: Marc Fonvieille Date: Fri, 6 Sep 2002 13:42:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/bibliography chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/06 13:42:42 PDT Modified files: en_US.ISO8859-1/books/handbook/bibliography chapter.sgml Log: Use correct Uniform Resource Identifier (URI), it works with all browsers but mozilla, which has a bug on that point. The fix respects the RFC 2396 related to URIs. PR: docs/42069 Submitted by: Christophe Juniet Revision Changes Path 1.44 +1 -1 doc/en_US.ISO8859-1/books/handbook/bibliography/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 13:46:25 2002 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 E730537B400; Fri, 6 Sep 2002 13:46:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96E9843E3B; Fri, 6 Sep 2002 13:46:22 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86KkMJU028086; Fri, 6 Sep 2002 13:46:22 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86KkMi0028085; Fri, 6 Sep 2002 13:46:22 -0700 (PDT) Message-Id: <200209062046.g86KkMi0028085@freefall.freebsd.org> From: Marc Fonvieille Date: Fri, 6 Sep 2002 13:46:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/multi-os article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/06 13:46:22 PDT Modified files: en_US.ISO8859-1/articles/multi-os article.sgml Log: Use correct Uniform Resource Identifier (URI), it works with all browsers but mozilla, which has a bug on that point. The fix respects the RFC 2396 related to URIs. Revision Changes Path 1.26 +1 -1 doc/en_US.ISO8859-1/articles/multi-os/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 13:56:23 2002 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 07CF637B400; Fri, 6 Sep 2002 13:56:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE4EA43E4A; Fri, 6 Sep 2002 13:56:18 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86KuIJU029087; Fri, 6 Sep 2002 13:56:18 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86KuI0Z029086; Fri, 6 Sep 2002 13:56:18 -0700 (PDT) Message-Id: <200209062056.g86KuI0Z029086@freefall.freebsd.org> From: Marc Fonvieille Date: Fri, 6 Sep 2002 13:56:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en docs.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/06 13:56:18 PDT Modified files: en docs.sgml Log: Change URIs to respect RFC 2396. Revision Changes Path 1.155 +3 -3 www/en/docs.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 13:56:40 2002 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 A6D8537B47B; Fri, 6 Sep 2002 13:56:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54DED43E42; Fri, 6 Sep 2002 13:56:30 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86KuUJU029212; Fri, 6 Sep 2002 13:56:30 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86KuUXN029211; Fri, 6 Sep 2002 13:56:30 -0700 (PDT) Message-Id: <200209062056.g86KuUXN029211@freefall.freebsd.org> From: Dirk Meyer Date: Fri, 6 Sep 2002 13:56:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gcvs Makefile distinfo pkg-plist ports/devel/gcvs/files patch-configure.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/09/06 13:56:30 PDT Modified files: devel/gcvs Makefile distinfo pkg-plist Added files: devel/gcvs/files patch-configure.in Log: Update to 1.0b5 Revision Changes Path 1.8 +1 -1 ports/devel/gcvs/Makefile 1.4 +1 -1 ports/devel/gcvs/distinfo 1.1 +53 -0 ports/devel/gcvs/files/patch-configure.in (new) 1.3 +1 -0 ports/devel/gcvs/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 Sep 6 14:10:24 2002 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 61AF637B400; Fri, 6 Sep 2002 14:10:16 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2750A43E4A; Fri, 6 Sep 2002 14:10:16 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id A381C2A7D6; Fri, 6 Sep 2002 14:10:15 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_gre.c if_gre.h src/sys/netinet ip_gre.c In-Reply-To: <200209061816.g86IG3ni003518@freefall.freebsd.org> Date: Fri, 06 Sep 2002 14:10:15 -0700 From: Peter Wemm Message-Id: <20020906211015.A381C2A7D6@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maxim Sobolev wrote: > sobomax 2002/09/06 11:16:03 PDT > > Modified files: > sys/net if_gre.c if_gre.h > sys/netinet ip_gre.c > Log: > Reduce namespace pollution by staticizing everything, which doesn't need to > be visible from outside of the module. This seems to break kdump: ===> usr.bin/kdump cc -O -pipe -I/home/src/usr.bin/kdump/../ktrace -I/home/src/usr.bin/kdump/../.. -c /home/src/usr.bin/kdump/kdump.c cc -O -pipe -I/home/src/usr.bin/kdump/../ktrace -I/home/src/usr.bin/kdump/../.. -c ioctl.c In file included from ioctl.c:63: /usr/obj/home/src/i386/usr/include/net/if_gre.h:89: field `gi_i' has incomplete type /usr/obj/home/src/i386/usr/include/net/if_gre.h:133: field `mi' has incomplete type Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "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 Fri Sep 6 14:59: 0 2002 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 6465337B400; Fri, 6 Sep 2002 14:58:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 171D743E42; Fri, 6 Sep 2002 14:58:58 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86LwvJU040347; Fri, 6 Sep 2002 14:58:57 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86Lwvnx040346; Fri, 6 Sep 2002 14:58:57 -0700 (PDT) Message-Id: <200209062158.g86Lwvnx040346@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Sep 2002 14:58:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_gre.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/06 14:58:57 PDT Modified files: sys/net if_gre.h Log: Include to unbreak kdump. I don't know why does kdump includes if_gre.h at all, but it does, without including ip.h before that. Poked by: peter Pointy hat to: kdump(1) Revision Changes Path 1.3 +4 -0 src/sys/net/if_gre.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 15: 1:21 2002 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 9AA5837B400; Fri, 6 Sep 2002 15:01:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16BFB43E65; Fri, 6 Sep 2002 15:01:15 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: from freefall.freebsd.org (roam@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86M1EJU040864; Fri, 6 Sep 2002 15:01:14 -0700 (PDT) (envelope-from roam@freefall.freebsd.org) Received: (from roam@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86M1Emn040863; Fri, 6 Sep 2002 15:01:14 -0700 (PDT) Message-Id: <200209062201.g86M1Emn040863@freefall.freebsd.org> From: Peter Pentchev Date: Fri, 6 Sep 2002 15:01:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/bogosort Makefile distinfo ports/misc/bogosort/files patch-bogosort.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2002/09/06 15:01:14 PDT Modified files: misc/bogosort Makefile distinfo Removed files: misc/bogosort/files patch-bogosort.c Log: Update to bogosort-0.4.1; Ulrik accepted my files/patch-bogosort.c fix, thus rendering this patch superfluous. Revision Changes Path 1.6 +1 -1 ports/misc/bogosort/Makefile 1.5 +1 -1 ports/misc/bogosort/distinfo 1.2 +0 -17 ports/misc/bogosort/files/patch-bogosort.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 15: 2:38 2002 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 1B73D37B400; Fri, 6 Sep 2002 15:02:32 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 179C143E4A; Fri, 6 Sep 2002 15:02:28 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com (xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.11.6/8.11.6) with ESMTP id g86M1xs48231; Sat, 7 Sep 2002 01:02:00 +0300 (EEST) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.5/8.12.5) with ESMTP id g86M1sdO002766; Sat, 7 Sep 2002 01:01:54 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.5/8.12.5/Submit) id g86M1kt6002765; Sat, 7 Sep 2002 01:01:46 +0300 (EEST) Date: Sat, 7 Sep 2002 01:01:46 +0300 From: Maxim Sobolev To: Peter Wemm Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/net if_gre.c if_gre.h src/sys/netinet ip_gre.c Message-ID: <20020906220146.GA2737@vega.vega.com> References: <200209061816.g86IG3ni003518@freefall.freebsd.org> <20020906211015.A381C2A7D6@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20020906211015.A381C2A7D6@canning.wemm.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Sep 06, 2002 at 02:10:15PM -0700, Peter Wemm wrote: > Maxim Sobolev wrote: > > sobomax 2002/09/06 11:16:03 PDT > > > > Modified files: > > sys/net if_gre.c if_gre.h > > sys/netinet ip_gre.c > > Log: > > Reduce namespace pollution by staticizing everything, which doesn't need to > > be visible from outside of the module. > > This seems to break kdump: > > ===> usr.bin/kdump > cc -O -pipe -I/home/src/usr.bin/kdump/../ktrace -I/home/src/usr.bin/kdump/../.. -c /home/src/usr.bin/kdump/kdump.c > cc -O -pipe -I/home/src/usr.bin/kdump/../ktrace -I/home/src/usr.bin/kdump/../.. -c ioctl.c > In file included from ioctl.c:63: > /usr/obj/home/src/i386/usr/include/net/if_gre.h:89: field `gi_i' has incomplete type > /usr/obj/home/src/i386/usr/include/net/if_gre.h:133: field `mi' has incomplete type Hmm, I suspect that actually broken is mkioctls, which have absolutely no reason to generate #include . In any case, I've committed a fix which should workaround the problem. Please let me know if it didn't help. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 15:14: 4 2002 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 5324337B400; Fri, 6 Sep 2002 15:14:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC74043E42; Fri, 6 Sep 2002 15:14:00 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86ME0JU046158; Fri, 6 Sep 2002 15:14:00 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86ME0HT046157; Fri, 6 Sep 2002 15:14:00 -0700 (PDT) Message-Id: <200209062214.g86ME0HT046157@freefall.freebsd.org> From: John Baldwin Date: Fri, 6 Sep 2002 15:14:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci_pci.c pcib_private.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/06 15:14:00 PDT Modified files: sys/dev/pci pci_pci.c pcib_private.h Log: Export pcib_attach() as a "protected" for use in subclasses of the PCI-PCI bridge driver. Revision Changes Path 1.17 +1 -2 src/sys/dev/pci/pci_pci.c 1.2 +1 -0 src/sys/dev/pci/pcib_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 15:15:47 2002 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 2A25537B400; Fri, 6 Sep 2002 15:15:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD97843E6E; Fri, 6 Sep 2002 15:15:44 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86MFiJU046321; Fri, 6 Sep 2002 15:15:44 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86MFisu046320; Fri, 6 Sep 2002 15:15:44 -0700 (PDT) Message-Id: <200209062215.g86MFisu046320@freefall.freebsd.org> From: John Baldwin Date: Fri, 6 Sep 2002 15:15:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include pci_cfgreg.h src/sys/i386/pci pci_cfgreg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/06 15:15:44 PDT Modified files: sys/i386/include pci_cfgreg.h sys/i386/pci pci_cfgreg.c Log: Add a function pci_probe_route_table() that returns true if our PCI BIOS supports interrupt routing and if the specified PCI bus is present in the routing table. Revision Changes Path 1.8 +1 -0 src/sys/i386/include/pci_cfgreg.h 1.92 +19 -0 src/sys/i386/pci/pci_cfgreg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 15:17:36 2002 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 1C8BC37B400 for ; Fri, 6 Sep 2002 15:17:33 -0700 (PDT) Received: from mail.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5874443E4A for ; Fri, 6 Sep 2002 15:17:31 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 9760 invoked from network); 6 Sep 2002 22:17:30 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 6 Sep 2002 22:17:30 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g86MHTBv016117; Fri, 6 Sep 2002 18:17:29 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200209062214.g86ME0HT046157@freefall.freebsd.org> Date: Fri, 06 Sep 2002 18:17:29 -0400 (EDT) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/dev/pci pci_pci.c pcib_private.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 06-Sep-2002 John Baldwin wrote: > jhb 2002/09/06 15:14:00 PDT > > Modified files: > sys/dev/pci pci_pci.c pcib_private.h > Log: > Export pcib_attach() as a "protected" for use in subclasses of the PCI-PCI ^ method > bridge driver. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "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 Fri Sep 6 15:19:44 2002 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 D67C837B400; Fri, 6 Sep 2002 15:19:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8701443E65; Fri, 6 Sep 2002 15:19:39 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86MJdJU046520; Fri, 6 Sep 2002 15:19:39 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86MJdGp046519; Fri, 6 Sep 2002 15:19:39 -0700 (PDT) Message-Id: <200209062219.g86MJdGp046519@freefall.freebsd.org> From: John Baldwin Date: Fri, 6 Sep 2002 15:19:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/pci pci_bus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/09/06 15:19:39 PDT Modified files: sys/i386/pci pci_bus.c Log: Add a subclass of the PCI-PCI bridge driver that uses the PCIBIOS to route interrupts if the child bus is described in the PCIBIOS interrupt routing table. For child busses that are in the routing table, they do not necessarily use a 'swizzle' on their pins on the parent bus to route interrupts for child devices. If the child bus is an embedded device then the pins on the child devices can be (and usually are) directly connected either to a PIC or to a Interrupt Router. This fixes PCIBIOS interrupt routing across PCI-PCI bridges for embedded devices. Revision Changes Path 1.87 +69 -2 src/sys/i386/pci/pci_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 15:58:17 2002 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 363FB37B400; Fri, 6 Sep 2002 15:58:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA2E543E65; Fri, 6 Sep 2002 15:58:11 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86MwBJU049547; Fri, 6 Sep 2002 15:58:11 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86MwBGE049546; Fri, 6 Sep 2002 15:58:11 -0700 (PDT) Message-Id: <200209062258.g86MwBGE049546@freefall.freebsd.org> From: Giorgos Keramidas Date: Fri, 6 Sep 2002 15:58:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/el_GR.ISO8859-7/articles Makefile doc/el_GR.ISO8859-7/articles/releng Makefile article.sgml branches.ascii branches.pic extra.css X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/06 15:58:11 PDT Modified files: el_GR.ISO8859-7/articles Makefile Added files: el_GR.ISO8859-7/articles/releng Makefile article.sgml branches.ascii branches.pic extra.css Log: Add new translation of releng/ article in Greek, and connect it to the build. Revision Changes Path 1.5 +1 -0 doc/el_GR.ISO8859-7/articles/Makefile 1.1 +27 -0 doc/el_GR.ISO8859-7/articles/releng/Makefile (new) 1.1 +992 -0 doc/el_GR.ISO8859-7/articles/releng/article.sgml (new) 1.1 +30 -0 doc/el_GR.ISO8859-7/articles/releng/branches.ascii (new) 1.1 +116 -0 doc/el_GR.ISO8859-7/articles/releng/branches.pic (new) 1.1 +17 -0 doc/el_GR.ISO8859-7/articles/releng/extra.css (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 16: 8:30 2002 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 5AFCA37B401; Fri, 6 Sep 2002 16:08:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07AB043E88; Fri, 6 Sep 2002 16:07:45 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86N7YJU054880; Fri, 6 Sep 2002 16:07:34 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86N7YwK054879; Fri, 6 Sep 2002 16:07:34 -0700 (PDT) Message-Id: <200209062307.g86N7YwK054879@freefall.freebsd.org> From: Giorgos Keramidas Date: Fri, 6 Sep 2002 16:07:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/releng article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/06 16:07:34 PDT Modified files: en_US.ISO8859-1/articles/releng article.sgml Log: - Avoid accidental line breaks in ``I/O intensive''. - Fix comment to match section title. - Mark up Makefile as a . Revision Changes Path 1.37 +3 -3 doc/en_US.ISO8859-1/articles/releng/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 16:26:13 2002 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 260A537B400; Fri, 6 Sep 2002 16:26:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA0FF43E6A; Fri, 6 Sep 2002 16:26:09 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86NQ9JU056335; Fri, 6 Sep 2002 16:26:09 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86NQ9R6056334; Fri, 6 Sep 2002 16:26:09 -0700 (PDT) Message-Id: <200209062326.g86NQ9R6056334@freefall.freebsd.org> From: Alan Eldridge Date: Fri, 6 Sep 2002 16:26:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/fam Makefile ports/devel/fam/files fam.sh.sample X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/09/06 16:26:09 PDT Modified files: devel/fam Makefile Removed files: devel/fam/files fam.sh.sample Log: Do not support running fam standalone (started from /usr/local/etc/rc.d) anymore. Revision Changes Path 1.7 +1 -1 ports/devel/fam/Makefile 1.3 +0 -21 ports/devel/fam/files/fam.sh.sample (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 16:28:15 2002 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 366F137B400; Fri, 6 Sep 2002 16:28:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE56C43E6A; Fri, 6 Sep 2002 16:28:11 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86NSBJU056449; Fri, 6 Sep 2002 16:28:11 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86NSBRu056448; Fri, 6 Sep 2002 16:28:11 -0700 (PDT) Message-Id: <200209062328.g86NSBRu056448@freefall.freebsd.org> From: Alan Eldridge Date: Fri, 6 Sep 2002 16:28:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/fam pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/09/06 16:28:11 PDT Modified files: devel/fam pkg-plist Log: Oops! Forgot this one. Removal of etc/rc.d/fam.sh.sample. Revision Changes Path 1.5 +0 -1 ports/devel/fam/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 Sep 6 16:40:21 2002 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 9894937B400; Fri, 6 Sep 2002 16:40:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 489AD43E72; Fri, 6 Sep 2002 16:40:18 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g86NeIJU057391; Fri, 6 Sep 2002 16:40:18 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g86NeIE4057390; Fri, 6 Sep 2002 16:40:18 -0700 (PDT) Message-Id: <200209062340.g86NeIE4057390@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 6 Sep 2002 16:40:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/06 16:40:17 PDT Modified files: www/WebMagick Makefile www/WebMagick/files patch-aa Log: %htmlOpts tuning Revision Changes Path 1.30 +1 -1 ports/www/WebMagick/Makefile 1.28 +11 -26 ports/www/WebMagick/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 Fri Sep 6 17:32:53 2002 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 D8B2437B401; Fri, 6 Sep 2002 17:32:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADC9143E8A; Fri, 6 Sep 2002 17:32:47 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g870WlJU065781; Fri, 6 Sep 2002 17:32:47 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g870WlS3065780; Fri, 6 Sep 2002 17:32:47 -0700 (PDT) Message-Id: <200209070032.g870WlS3065780@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 6 Sep 2002 17:32:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/emacs/files patch-bb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/06 17:32:47 PDT Added files: editors/emacs/files patch-bb Log: Fix build on -current (remove duplicate declarations of things in system headers) Revision Changes Path 1.1 +11 -0 ports/editors/emacs/files/patch-bb (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 17:39:21 2002 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 913B237B400; Fri, 6 Sep 2002 17:39:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4555F43E42; Fri, 6 Sep 2002 17:39:18 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g870dIJU066146; Fri, 6 Sep 2002 17:39:18 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g870dHe3066144; Fri, 6 Sep 2002 17:39:17 -0700 (PDT) Message-Id: <200209070039.g870dHe3066144@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 6 Sep 2002 17:39:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/emacs20-dl/files patch-src_emacs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/06 17:39:17 PDT Added files: editors/emacs20-dl/files patch-src_emacs.c Log: Fix build on -current (bogus duplicate declaration) Revision Changes Path 1.1 +13 -0 ports/editors/emacs20-dl/files/patch-src_emacs.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 17:52:36 2002 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 9B0B537B400; Fri, 6 Sep 2002 17:52:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E4B643E42; Fri, 6 Sep 2002 17:52:33 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g870qXJU067268; Fri, 6 Sep 2002 17:52:33 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g870qXDT067267; Fri, 6 Sep 2002 17:52:33 -0700 (PDT) Message-Id: <200209070052.g870qXDT067267@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 6 Sep 2002 17:52:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/emacs20-mule-devel/files patch-src_emacs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/06 17:52:32 PDT Added files: editors/emacs20-mule-devel/files patch-src_emacs.c Log: Fix build on -current (bogus duplicate declarations) Revision Changes Path 1.1 +13 -0 ports/editors/emacs20-mule-devel/files/patch-src_emacs.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 17:55:45 2002 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 EE0E637B400; Fri, 6 Sep 2002 17:55:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A17D443E3B; Fri, 6 Sep 2002 17:55:41 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g870tfJU067501; Fri, 6 Sep 2002 17:55:41 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g870tfCU067500; Fri, 6 Sep 2002 17:55:41 -0700 (PDT) Message-Id: <200209070055.g870tfCU067500@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 6 Sep 2002 17:55:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/mule-common/files patch-src_emacs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/06 17:55:41 PDT Added files: editors/mule-common/files patch-src_emacs.c Log: Fix build on -current (bogus duplicate declarations) Revision Changes Path 1.1 +13 -0 ports/editors/mule-common/files/patch-src_emacs.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 18: 6: 5 2002 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 6686637B400; Fri, 6 Sep 2002 18:06:00 -0700 (PDT) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB6A43E4A; Fri, 6 Sep 2002 18:05:59 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from hades.hell.gr (patr530-b137.otenet.gr [212.205.244.145]) by mailsrv.otenet.gr (8.12.4/8.12.4) with ESMTP id g8715Q7f006956; Sat, 7 Sep 2002 04:05:45 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.6/8.12.6) with ESMTP id g8715Kcf016750; Sat, 7 Sep 2002 04:05:20 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from charon@localhost) by hades.hell.gr (8.12.6/8.12.6/Submit) id g8715Fq3016749; Sat, 7 Sep 2002 04:05:15 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Sat, 7 Sep 2002 04:05:15 +0300 From: Giorgos Keramidas To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/mule-common/files patch-src_emacs.c Message-ID: <20020907010515.GB16550@hades.hell.gr> References: <200209070055.g870tfCU067500@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209070055.g870tfCU067500@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Log: > Fix build on -current (bogus duplicate declarations) > > 1.1 +11 -0 ports/editors/emacs/files/patch-bb (new) > 1.1 +13 -0 ports/editors/emacs20-dl/files/patch-src_emacs.c (new) > 1.1 +13 -0 ports/editors/emacs20-mule-devel/files/patch-src_emacs.c (new) > 1.1 +13 -0 ports/editors/mule-common/files/patch-src_emacs.c (new) Thank you! GNU Emacsen & friends, all fixed :))) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 18:15:32 2002 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 62E8F37B400; Fri, 6 Sep 2002 18:15:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1833D43E3B; Fri, 6 Sep 2002 18:15:30 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from freefall.freebsd.org (mux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g871FTJU073173; Fri, 6 Sep 2002 18:15:29 -0700 (PDT) (envelope-from mux@freefall.freebsd.org) Received: (from mux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g871FTFN073172; Fri, 6 Sep 2002 18:15:29 -0700 (PDT) Message-Id: <200209070115.g871FTFN073172@freefall.freebsd.org> From: Maxime Henrion Date: Fri, 6 Sep 2002 18:15:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.cpu.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/09/06 18:15:29 PDT Modified files: share/mk bsd.cpu.mk Log: Update to use all the new CPU optimizations of GCC3. Reviewed by: kris Revision Changes Path 1.17 +29 -9 src/share/mk/bsd.cpu.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 18:19:19 2002 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 67E6637B400; Fri, 6 Sep 2002 18:19:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C0D243E6E; Fri, 6 Sep 2002 18:19:16 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from freefall.freebsd.org (mux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g871JFJU073338; Fri, 6 Sep 2002 18:19:15 -0700 (PDT) (envelope-from mux@freefall.freebsd.org) Received: (from mux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g871JFHH073337; Fri, 6 Sep 2002 18:19:15 -0700 (PDT) Message-Id: <200209070119.g871JFHH073337@freefall.freebsd.org> From: Maxime Henrion Date: Fri, 6 Sep 2002 18:19:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/etc make.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/09/06 18:19:15 PDT Modified files: share/examples/etc make.conf Log: List the new athlon CPUs supported by the CPUTYPE make variable. Submitted by: kris Revision Changes Path 1.199 +2 -1 src/share/examples/etc/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 Sep 6 18:23:37 2002 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 20C9D37B400; Fri, 6 Sep 2002 18:23:28 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FA5243E4A; Fri, 6 Sep 2002 18:23:28 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6A59966C4E; Fri, 6 Sep 2002 18:23:25 -0700 (PDT) Date: Fri, 6 Sep 2002 18:23:25 -0700 From: Kris Kennaway To: Maxime Henrion Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org Subject: HEADS UP: SSE instructions (Re: cvs commit: src/share/mk bsd.cpu.mk) Message-ID: <20020907012324.GA84837@xor.obsecurity.org> References: <200209070115.g871FTFN073172@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="r5Pyd7+fXNt84Ff3" Content-Disposition: inline In-Reply-To: <200209070115.g871FTFN073172@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 06, 2002 at 06:15:29PM -0700, Maxime Henrion wrote: > mux 2002/09/06 18:15:29 PDT >=20 > Modified files: > share/mk bsd.cpu.mk=20 > Log: > Update to use all the new CPU optimizations of GCC3. > =20 > Reviewed by: kris Note that you'll need to have 'options CPU_ENABLE_SSE' in your kernel configuration file if you have a SSE-capable CPU, otherwise you'll get SIGILL from certain applications (e.g. ncurses) Peter is going to enable this by default shortly. Kris --r5Pyd7+fXNt84Ff3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9eVUMWry0BWjoQKURAoCdAJ4gsgtrEy1FpssNMlIdCOcUKRE9SACgisde XjmevPK0CmhLMRac14syHl0= =BaNI -----END PGP SIGNATURE----- --r5Pyd7+fXNt84Ff3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 18:23:56 2002 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 A024837B496; Fri, 6 Sep 2002 18:23:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA4F643E84; Fri, 6 Sep 2002 18:23:51 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g871NpJU073865; Fri, 6 Sep 2002 18:23:51 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g871Np7L073864; Fri, 6 Sep 2002 18:23:51 -0700 (PDT) Message-Id: <200209070123.g871Np7L073864@freefall.freebsd.org> From: Peter Wemm Date: Fri, 6 Sep 2002 18:23:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_aout.c src/sys/compat/pecoff imgact_pecoff.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/06 18:23:51 PDT Modified files: sys/kern imgact_aout.c sys/compat/pecoff imgact_pecoff.c Log: Collect the a.out coredump code into the calling functions. XXX why does pecoff dump in a.out format? Revision Changes Path 1.22 +15 -1 src/sys/compat/pecoff/imgact_pecoff.c 1.84 +16 -1 src/sys/kern/imgact_aout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 18:26:15 2002 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 BE1E637B400; Fri, 6 Sep 2002 18:26:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4903A43E97; Fri, 6 Sep 2002 18:26:11 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g871QBJU074055; Fri, 6 Sep 2002 18:26:11 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g871QBER074054; Fri, 6 Sep 2002 18:26:11 -0700 (PDT) Message-Id: <200209070126.g871QBER074054@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 6 Sep 2002 18:26:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.cpu.mk src/share/examples/etc make.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/06 18:26:11 PDT Modified files: share/mk bsd.cpu.mk share/examples/etc make.conf Log: Add support for ev67 and ev45 CPUTYPEs (new in gcc3) Revision Changes Path 1.200 +1 -1 src/share/examples/etc/make.conf 1.18 +4 -2 src/share/mk/bsd.cpu.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 18:26:40 2002 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 3C95A37B400; Fri, 6 Sep 2002 18:26:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F104A43E84; Fri, 6 Sep 2002 18:26:34 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g871QYJU074168; Fri, 6 Sep 2002 18:26:34 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g871QYta074167; Fri, 6 Sep 2002 18:26:34 -0700 (PDT) Message-Id: <200209070126.g871QYta074167@freefall.freebsd.org> From: Peter Wemm Date: Fri, 6 Sep 2002 18:26:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha vm_machdep.c src/sys/i386/i386 vm_machdep.c src/sys/ia64/ia64 vm_machdep.c src/sys/powerpc/powerpc vm_machdep.c src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/06 18:26:34 PDT Modified files: sys/alpha/alpha vm_machdep.c sys/i386/i386 vm_machdep.c sys/ia64/ia64 vm_machdep.c sys/powerpc/powerpc vm_machdep.c sys/sys proc.h Log: Zap the implementations of the i386-aout specific cpu_coredump function. Most of the non-i386 platforms had rather broken implementations anyway. Revision Changes Path 1.71 +0 -23 src/sys/alpha/alpha/vm_machdep.c 1.191 +0 -34 src/sys/i386/i386/vm_machdep.c 1.46 +0 -22 src/sys/ia64/ia64/vm_machdep.c 1.75 +0 -15 src/sys/powerpc/powerpc/vm_machdep.c 1.243 +0 -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 Fri Sep 6 18:28:54 2002 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 5A7CF37B400; Fri, 6 Sep 2002 18:28:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF88343E4A; Fri, 6 Sep 2002 18:28:49 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g871SnJU074316; Fri, 6 Sep 2002 18:28:49 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g871SnHu074315; Fri, 6 Sep 2002 18:28:49 -0700 (PDT) Message-Id: <200209070128.g871SnHu074315@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 6 Sep 2002 18:28:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/WebMagick/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/06 18:28:49 PDT Modified files: www/WebMagick/files patch-aa Log: Update to latest patch from project CVS Revision Changes Path 1.29 +321 -44 ports/www/WebMagick/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 Fri Sep 6 18:29:29 2002 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 B255637B400; Fri, 6 Sep 2002 18:29:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63D3143E3B; Fri, 6 Sep 2002 18:29:21 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g871TLJU074385; Fri, 6 Sep 2002 18:29:21 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g871TLT5074384; Fri, 6 Sep 2002 18:29:21 -0700 (PDT) Message-Id: <200209070129.g871TLT5074384@freefall.freebsd.org> From: Peter Wemm Date: Fri, 6 Sep 2002 18:29:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/06 18:29:21 PDT Modified files: sys/i386/linux linux_sysvec.c Log: Give this a self contained a.out coredump routine. XXX freebsd-aout coredumps for a linux-aout binary is a bit pointless. Revision Changes Path 1.104 +60 -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 Fri Sep 6 18:29:47 2002 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 DC67037B401; Fri, 6 Sep 2002 18:29:24 -0700 (PDT) Received: from alpha.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADA8843E3B; Fri, 6 Sep 2002 18:29:23 -0700 (PDT) (envelope-from culverk@yumyumyum.org) Received: from alpha.yumyumyum.org (localhost [127.0.0.1]) by alpha.yumyumyum.org (8.12.5/8.12.5) with ESMTP id g871STEN047853; Fri, 6 Sep 2002 21:28:29 -0400 (EDT) (envelope-from culverk@yumyumyum.org) Received: from localhost (culverk@localhost) by alpha.yumyumyum.org (8.12.5/8.12.5/Submit) with ESMTP id g871SSPl047850; Fri, 6 Sep 2002 21:28:28 -0400 (EDT) (envelope-from culverk@yumyumyum.org) X-Authentication-Warning: alpha.yumyumyum.org: culverk owned process doing -bs Date: Fri, 6 Sep 2002 21:28:28 -0400 (EDT) From: Kenneth Culver To: Kris Kennaway Cc: Maxime Henrion , , , Subject: Re: HEADS UP: SSE instructions (Re: cvs commit: src/share/mk bsd.cpu.mk) In-Reply-To: <20020907012324.GA84837@xor.obsecurity.org> Message-ID: <20020906212438.J46717-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-2.1 required=5.0 tests=IN_REP_TO,X_AUTH_WARNING,NO_MX_FOR_FROM,AWL version=2.31 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Note that you'll need to have 'options CPU_ENABLE_SSE' in your kernel > configuration file if you have a SSE-capable CPU, otherwise you'll get > SIGILL from certain applications (e.g. ncurses) What if you don't want to do this though? Athlon XP processors support SSE instructions, but not at the same time as 3dnow instructions. The processor has to switch modes or something like that. What if a user wants to actually use the 3dnow instructions? Does this mean that on an athlon XP which supports SSE instructions, if you don't want to enable them you'll catch SIGILL and die when using those "certain apps?" Just wondering. Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 18:30:43 2002 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 CDC2A37B400; Fri, 6 Sep 2002 18:30:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A27E43E86; Fri, 6 Sep 2002 18:30:37 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g871UbJU074813; Fri, 6 Sep 2002 18:30:37 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g871UbK1074812; Fri, 6 Sep 2002 18:30:37 -0700 (PDT) Message-Id: <200209070130.g871UbK1074812@freefall.freebsd.org> From: Peter Wemm Date: Fri, 6 Sep 2002 18:30:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/06 18:30:37 PDT Modified files: sys/conf files.i386 Log: Make imgact_aout.c optional. It is i386 specific. Revision Changes Path 1.417 +1 -1 src/sys/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 18:31:27 2002 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 3E18537B400; Fri, 6 Sep 2002 18:31:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E882843E86; Fri, 6 Sep 2002 18:31:21 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g871VLJU074907; Fri, 6 Sep 2002 18:31:21 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g871VL7b074906; Fri, 6 Sep 2002 18:31:21 -0700 (PDT) Message-Id: <200209070131.g871VL7b074906@freefall.freebsd.org> From: Peter Wemm Date: Fri, 6 Sep 2002 18:31:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/aout Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/06 18:31:21 PDT Added files: sys/modules/aout Makefile Log: Add an a.out exec module. Revision Changes Path 1.1 +11 -0 src/sys/modules/aout/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 18:31:44 2002 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 5E68C37B400; Fri, 6 Sep 2002 18:31:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4C7D43E86; Fri, 6 Sep 2002 18:31:38 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g871VcJU074941; Fri, 6 Sep 2002 18:31:38 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g871VcUP074940; Fri, 6 Sep 2002 18:31:38 -0700 (PDT) Message-Id: <200209070131.g871VcUP074940@freefall.freebsd.org> From: Peter Wemm Date: Fri, 6 Sep 2002 18:31:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/06 18:31:38 PDT Modified files: sys/modules Makefile Log: Add the aout module subdir for the i386. Revision Changes Path 1.254 +1 -0 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 18:41:47 2002 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 DE24D37B400; Fri, 6 Sep 2002 18:41:38 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C67043E6E; Fri, 6 Sep 2002 18:41:37 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B3DA966C4E; Fri, 6 Sep 2002 18:41:36 -0700 (PDT) Date: Fri, 6 Sep 2002 18:41:36 -0700 From: Kris Kennaway To: Kenneth Culver Cc: Kris Kennaway , Maxime Henrion , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: HEADS UP: SSE instructions (Re: cvs commit: src/share/mk bsd.cpu.mk) Message-ID: <20020907014136.GB85013@xor.obsecurity.org> References: <20020907012324.GA84837@xor.obsecurity.org> <20020906212438.J46717-100000@alpha.yumyumyum.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="l76fUT7nc3MelDdI" Content-Disposition: inline In-Reply-To: <20020906212438.J46717-100000@alpha.yumyumyum.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --l76fUT7nc3MelDdI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Sep 06, 2002 at 09:28:28PM -0400, Kenneth Culver wrote: > Athlon XP processors support SSE instructions, but not at the same > time as 3dnow instructions. The processor has to switch modes or > something like that. What if a user wants to actually use the 3dnow > instructions? Does this mean that on an athlon XP which supports SSE > instructions, if you don't want to enable them you'll catch SIGILL > and die when using those "certain apps?" Just wondering. I assume the compiler is not stupid enough to try and use both when that is impossible. Don't forget this is all just passing a CPU name to gcc which actually decides what instructions to use. Kris --l76fUT7nc3MelDdI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9eVlPWry0BWjoQKURAqKPAJ9F0DmFuRtzartgTewi8QulF6J8BQCgnXqq CLjQxQQ5CbrlG8rSO95Pros= =X5SA -----END PGP SIGNATURE----- --l76fUT7nc3MelDdI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 18:42:41 2002 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 1587C37B400; Fri, 6 Sep 2002 18:42:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B77D143E3B; Fri, 6 Sep 2002 18:42:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g871gXJU075815; Fri, 6 Sep 2002 18:42:33 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g871gX17075814; Fri, 6 Sep 2002 18:42:33 -0700 (PDT) Message-Id: <200209070142.g871gX17075814@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 6 Sep 2002 18:42:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/aub Makefile distinfo pkg-descr pkg-plist ports/news/aub/files patch-01 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/06 18:42:33 PDT Modified files: news/aub Makefile distinfo pkg-descr pkg-plist Removed files: news/aub/files patch-01 Log: Update to version 2.1.2. Revision Changes Path 1.16 +10 -17 ports/news/aub/Makefile 1.3 +1 -3 ports/news/aub/distinfo 1.3 +0 -125 ports/news/aub/files/patch-01 (dead) 1.2 +2 -0 ports/news/aub/pkg-descr 1.5 +6 -2 ports/news/aub/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 18:44: 4 2002 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 EBF6B37B400; Fri, 6 Sep 2002 18:43:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A195A43E42; Fri, 6 Sep 2002 18:43:58 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g871hwJU075983; Fri, 6 Sep 2002 18:43:58 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g871hwuQ075982; Fri, 6 Sep 2002 18:43:58 -0700 (PDT) Message-Id: <200209070143.g871hwuQ075982@freefall.freebsd.org> From: Peter Wemm Date: Fri, 6 Sep 2002 18:43:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/06 18:43:58 PDT Modified files: sys/conf options.i386 Log: Add COMPAT_AOUT option so that config will not yell when you try and compile it statically. Revision Changes Path 1.178 +1 -0 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 Sep 6 18:48:56 2002 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 D057A37B400; Fri, 6 Sep 2002 18:48:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5888F43E4A; Fri, 6 Sep 2002 18:48:53 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g871mrJU076222; Fri, 6 Sep 2002 18:48:53 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g871mrSJ076221; Fri, 6 Sep 2002 18:48:53 -0700 (PDT) Message-Id: <200209070148.g871mrSJ076221@freefall.freebsd.org> From: Julian Elischer Date: Fri, 6 Sep 2002 18:48:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_thread.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/09/06 18:48:53 PDT Modified files: sys/kern kern_thread.c Log: fix misplaced schedlock Submitted by: davidxu@freebsd.org Revision Changes Path 1.21 +1 -1 src/sys/kern/kern_thread.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 18:49:58 2002 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 7B0AA37B400; Fri, 6 Sep 2002 18:49:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FB2843E4A; Fri, 6 Sep 2002 18:49:53 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g871nrJU076271; Fri, 6 Sep 2002 18:49:53 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g871nrbn076270; Fri, 6 Sep 2002 18:49:53 -0700 (PDT) Message-Id: <200209070149.g871nrbn076270@freefall.freebsd.org> From: Peter Wemm Date: Fri, 6 Sep 2002 18:49:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/06 18:49:52 PDT Modified files: sys/i386/conf NOTES Log: Add options COMPAT_AOUT to detect future bitrot. Revision Changes Path 1.1035 +3 -0 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 Sep 6 18:50:47 2002 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 9407C37B400; Fri, 6 Sep 2002 18:50:37 -0700 (PDT) Received: from alpha.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D70343E4A; Fri, 6 Sep 2002 18:50:36 -0700 (PDT) (envelope-from culverk@yumyumyum.org) Received: from alpha.yumyumyum.org (localhost [127.0.0.1]) by alpha.yumyumyum.org (8.12.5/8.12.5) with ESMTP id g871nfEN047994; Fri, 6 Sep 2002 21:49:42 -0400 (EDT) (envelope-from culverk@yumyumyum.org) Received: from localhost (culverk@localhost) by alpha.yumyumyum.org (8.12.5/8.12.5/Submit) with ESMTP id g871nfF8047991; Fri, 6 Sep 2002 21:49:41 -0400 (EDT) (envelope-from culverk@yumyumyum.org) X-Authentication-Warning: alpha.yumyumyum.org: culverk owned process doing -bs Date: Fri, 6 Sep 2002 21:49:41 -0400 (EDT) From: Kenneth Culver To: Kris Kennaway Cc: Maxime Henrion , , , Subject: Re: HEADS UP: SSE instructions (Re: cvs commit: src/share/mk bsd.cpu.mk) In-Reply-To: <20020907014136.GB85013@xor.obsecurity.org> Message-ID: <20020906214850.J46717-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-2.1 required=5.0 tests=IN_REP_TO,X_AUTH_WARNING,NO_MX_FOR_FROM,AWL version=2.31 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I assume the compiler is not stupid enough to try and use both when that > is impossible. Don't forget this is all just passing a CPU name to gcc > which actually decides what instructions to use. That's not what I mean... What I mean is that if one application is using SSE, and the other wants to use 3dnow, this will incur a performance penalty (although I'm not sure how much or how noticable it is), so some people may not want to have SSE enabled. Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 18:57:34 2002 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 DB1F737B400; Fri, 6 Sep 2002 18:57:26 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 537F443E42; Fri, 6 Sep 2002 18:57:26 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id CA9BA66D7A; Fri, 6 Sep 2002 18:57:25 -0700 (PDT) Date: Fri, 6 Sep 2002 18:57:25 -0700 From: Kris Kennaway To: Kenneth Culver Cc: Kris Kennaway , Maxime Henrion , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: HEADS UP: SSE instructions (Re: cvs commit: src/share/mk bsd.cpu.mk) Message-ID: <20020907015725.GA85652@xor.obsecurity.org> References: <20020907014136.GB85013@xor.obsecurity.org> <20020906214850.J46717-100000@alpha.yumyumyum.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline In-Reply-To: <20020906214850.J46717-100000@alpha.yumyumyum.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 06, 2002 at 09:49:41PM -0400, Kenneth Culver wrote: > > I assume the compiler is not stupid enough to try and use both when that > > is impossible. Don't forget this is all just passing a CPU name to gcc > > which actually decides what instructions to use. >=20 > That's not what I mean... What I mean is that if one application is using > SSE, and the other wants to use 3dnow, this will incur a performance > penalty (although I'm not sure how much or how noticable it is), so some > people may not want to have SSE enabled. Don't set CPUTYPE then, if you know better than the compiler how to optimize your system. Kris --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9eV0EWry0BWjoQKURAusWAKD0OfkvGpC1LWsznlhEXfRQbdot8gCfUfah YYxWx3UjL0jVusejQFnRTlc= =PHW+ -----END PGP SIGNATURE----- --7JfCtLOvnd9MIVvH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 19: 3:25 2002 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 1F30E37B400; Fri, 6 Sep 2002 19:03:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C78C043E65; Fri, 6 Sep 2002 19:03:21 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: from freefall.freebsd.org (sf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8723LJU077638; Fri, 6 Sep 2002 19:03:21 -0700 (PDT) (envelope-from sf@freefall.freebsd.org) Received: (from sf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8723LZG077636; Fri, 6 Sep 2002 19:03:21 -0700 (PDT) Message-Id: <200209070203.g8723LZG077636@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Fri, 6 Sep 2002 19:03:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xsystem35/files patch-soundcard.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sf 2002/09/06 19:03:21 PDT Added files: emulators/xsystem35/files patch-soundcard.h Log: fix build: machine/soundcard.h is depreciated. Revision Changes Path 1.1 +39 -0 ports/emulators/xsystem35/files/patch-soundcard.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 19: 3:50 2002 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 D016D37B400; Fri, 6 Sep 2002 19:03:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59B8543E7B; Fri, 6 Sep 2002 19:03:46 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8723kJU077703; Fri, 6 Sep 2002 19:03:46 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8723kxd077702; Fri, 6 Sep 2002 19:03:46 -0700 (PDT) Message-Id: <200209070203.g8723kxd077702@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 6 Sep 2002 19:03:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/genius Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/06 19:03:46 PDT Modified files: deskutils/genius Makefile Log: Depend on libgmp-freebsd to fix build on -current Revision Changes Path 1.16 +2 -0 ports/deskutils/genius/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 19:25: 0 2002 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 878BF37B400; Fri, 6 Sep 2002 19:24:54 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3F3A43E4A; Fri, 6 Sep 2002 19:24:53 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id DD7F82A7D6; Fri, 6 Sep 2002 19:24:53 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Kenneth Culver Cc: Kris Kennaway , Maxime Henrion , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: HEADS UP: SSE instructions (Re: cvs commit: src/share/mk bsd.cpu.mk) In-Reply-To: <20020906214850.J46717-100000@alpha.yumyumyum.org> Date: Fri, 06 Sep 2002 19:24:53 -0700 From: Peter Wemm Message-Id: <20020907022453.DD7F82A7D6@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kenneth Culver wrote: > > I assume the compiler is not stupid enough to try and use both when that > > is impossible. Don't forget this is all just passing a CPU name to gcc > > which actually decides what instructions to use. > > That's not what I mean... What I mean is that if one application is using > SSE, and the other wants to use 3dnow, this will incur a performance > penalty (although I'm not sure how much or how noticable it is), so some > people may not want to have SSE enabled. If you set your CPUTYPE cause gcc to *generate* sse instructions, then it will crash the binary if the kernel doesn't support it. As far as I understood it, the 'dont mix 3dnow and SSE' thing was exactly that.. do not mix the instructions together in the same application stream.. Apparently the instruction decoder wasn't tuned for both in the same data stream. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "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 Fri Sep 6 19:45:37 2002 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 ABBDB37B400; Fri, 6 Sep 2002 19:45:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B26C43E72; Fri, 6 Sep 2002 19:45:34 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g872jYJU084874; Fri, 6 Sep 2002 19:45:34 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g872jXmG084873; Fri, 6 Sep 2002 19:45:33 -0700 (PDT) Message-Id: <200209070245.g872jXmG084873@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 6 Sep 2002 19:45:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/pilot-link/files patch-ag patch-ah patch-ai patch-aj patch-ak X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/06 19:45:33 PDT Added files: palm/pilot-link/files patch-ag patch-ah patch-ai patch-aj patch-ak Log: Fix compilation on -current Submitted by: kan PR: ports/39440 Revision Changes Path 1.1 +11 -0 ports/palm/pilot-link/files/patch-ag (new) 1.1 +11 -0 ports/palm/pilot-link/files/patch-ah (new) 1.1 +11 -0 ports/palm/pilot-link/files/patch-ai (new) 1.1 +11 -0 ports/palm/pilot-link/files/patch-aj (new) 1.1 +12 -0 ports/palm/pilot-link/files/patch-ak (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 19:53:22 2002 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 848D737B400; Fri, 6 Sep 2002 19:53:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCCFD43E42; Fri, 6 Sep 2002 19:53:19 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g872rJJU085642; Fri, 6 Sep 2002 19:53:19 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g872rJq6085641; Fri, 6 Sep 2002 19:53:19 -0700 (PDT) Message-Id: <200209070253.g872rJq6085641@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 6 Sep 2002 19:53:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strtok.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/06 19:53:19 PDT Modified files: lib/libc/string strtok.c Log: Call strtok_r() via a libc private name from within strtok(). Revision Changes Path 1.9 +6 -2 src/lib/libc/string/strtok.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 19:58:45 2002 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 653C637B400; Fri, 6 Sep 2002 19:58:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B6B643E3B; Fri, 6 Sep 2002 19:58:41 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g872weJU085884; Fri, 6 Sep 2002 19:58:40 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g872wem8085883; Fri, 6 Sep 2002 19:58:40 -0700 (PDT) Message-Id: <200209070258.g872wem8085883@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 6 Sep 2002 19:58:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/golddig/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/06 19:58:40 PDT Modified files: games/golddig/files patch-ad Log: Use posix syntax for chown Revision Changes Path 1.3 +2 -2 ports/games/golddig/files/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 20: 0:35 2002 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 8477737B400; Fri, 6 Sep 2002 20:00:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38C3543E65; Fri, 6 Sep 2002 20:00:30 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8730UJU086126; Fri, 6 Sep 2002 20:00:30 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8730UCZ086125; Fri, 6 Sep 2002 20:00:30 -0700 (PDT) Message-Id: <200209070300.g8730UCZ086125@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 6 Sep 2002 20:00:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/http-analyze/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/06 20:00:30 PDT Modified files: www/http-analyze/files patch-aa Log: Use posix syntax for chown Revision Changes Path 1.4 +6 -4 ports/www/http-analyze/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 Fri Sep 6 20: 2:51 2002 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 9841137B400; Fri, 6 Sep 2002 20:02:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C9F943E65; Fri, 6 Sep 2002 20:02:47 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8732lJU086461; Fri, 6 Sep 2002 20:02:47 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8732lMB086460; Fri, 6 Sep 2002 20:02:47 -0700 (PDT) Message-Id: <200209070302.g8732lMB086460@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 6 Sep 2002 20:02:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/efax/files patch-src:fax X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/06 20:02:47 PDT Modified files: comms/efax/files patch-src:fax Log: Use posix syntax for chown Revision Changes Path 1.2 +1 -1 ports/comms/efax/files/patch-src:fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 20:13:28 2002 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 AAB6D37B400; Fri, 6 Sep 2002 20:13:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A30843E6A; Fri, 6 Sep 2002 20:13:24 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g873DOJU091869; Fri, 6 Sep 2002 20:13:24 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g873DOiM091868; Fri, 6 Sep 2002 20:13:24 -0700 (PDT) Message-Id: <200209070313.g873DOiM091868@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 6 Sep 2002 20:13:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/clint Makefile pkg-plist ports/devel/clint/files patch-input.cc patch-python.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/06 20:13:23 PDT Modified files: devel/clint Makefile pkg-plist Added files: devel/clint/files patch-input.cc patch-python.h Log: 1. fix compile on GCC 3.2 2. add missing files in plist 3. drop maintainership Submitted by: Craig Rodrigues (1) (2) Revision Changes Path 1.2 +2 -1 ports/devel/clint/Makefile 1.1 +33 -0 ports/devel/clint/files/patch-input.cc (new) 1.1 +24 -0 ports/devel/clint/files/patch-python.h (new) 1.2 +2 -0 ports/devel/clint/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 Sep 6 20:14:35 2002 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 D538137B400; Fri, 6 Sep 2002 20:14:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2070943E77; Fri, 6 Sep 2002 20:14:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g873ESJU092023; Fri, 6 Sep 2002 20:14:28 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g873ERQ6092022; Fri, 6 Sep 2002 20:14:27 -0700 (PDT) Message-Id: <200209070314.g873ERQ6092022@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 6 Sep 2002 20:14:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/bbpager/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/06 20:14:27 PDT Added files: x11-wm/bbpager/files patch-aa patch-ab Log: Fix build on -current (s/friend/friend class/) Shown how to fix by: kan Revision Changes Path 1.1 +20 -0 ports/x11-wm/bbpager/files/patch-aa (new) 1.1 +11 -0 ports/x11-wm/bbpager/files/patch-ab (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 20:16:35 2002 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 8180637B400; Fri, 6 Sep 2002 20:16:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F83043E4A; Fri, 6 Sep 2002 20:16:30 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g873GUJU092212; Fri, 6 Sep 2002 20:16:30 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g873GUOG092211; Fri, 6 Sep 2002 20:16:30 -0700 (PDT) Message-Id: <200209070316.g873GUOG092211@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 6 Sep 2002 20:16:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/bbapm/files patch-LinkedList.hh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/06 20:16:29 PDT Added files: x11-wm/bbapm/files patch-LinkedList.hh Log: Attempt to fix build by s/friend/friend class/. This still blows up later though. Revision Changes Path 1.1 +11 -0 ports/x11-wm/bbapm/files/patch-LinkedList.hh (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 20:18:57 2002 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 E5DD437B401; Fri, 6 Sep 2002 20:18:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AE1543E6A; Fri, 6 Sep 2002 20:18:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g873IoJU092343; Fri, 6 Sep 2002 20:18:50 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g873IoJF092342; Fri, 6 Sep 2002 20:18:50 -0700 (PDT) Message-Id: <200209070318.g873IoJF092342@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 6 Sep 2002 20:18:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/bbdate/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/06 20:18:50 PDT Added files: x11-clocks/bbdate/files patch-aa Log: Partially fix build on -current. This is still broken. Revision Changes Path 1.1 +11 -0 ports/x11-clocks/bbdate/files/patch-aa (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 20:21:53 2002 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 C60E337B400; Fri, 6 Sep 2002 20:21:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79AA743E4A; Fri, 6 Sep 2002 20:21:47 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g873LlJU092914; Fri, 6 Sep 2002 20:21:47 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g873Ll5d092913; Fri, 6 Sep 2002 20:21:47 -0700 (PDT) Message-Id: <200209070321.g873Ll5d092913@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 6 Sep 2002 20:21:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/bbmail/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/06 20:21:47 PDT Added files: mail/bbmail/files patch-aa patch-ab patch-ac Log: Fix build on current (s/friend/friend class/). Revision Changes Path 1.1 +11 -0 ports/mail/bbmail/files/patch-aa (new) 1.1 +11 -0 ports/mail/bbmail/files/patch-ab (new) 1.1 +11 -0 ports/mail/bbmail/files/patch-ac (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 20:23: 7 2002 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 1FFA237B400; Fri, 6 Sep 2002 20:22:58 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 192E443E3B; Fri, 6 Sep 2002 20:22:57 -0700 (PDT) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org ([12.233.149.189]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020907032255.WBNU9751.sccrmhc01.attbi.com@bmah.dyndns.org>; Sat, 7 Sep 2002 03:22:55 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id g873MtsU011866; Fri, 6 Sep 2002 20:22:55 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id g873Mt9k011865; Fri, 6 Sep 2002 20:22:55 -0700 (PDT) Message-Id: <200209070322.g873Mt9k011865@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20020729 with nmh-1.0.4 To: Maxim Sobolev Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_gre.c if_gre.h src/sys/netinet ip_gre.c In-Reply-To: <20020906220146.GA2737@vega.vega.com> References: <200209061816.g86IG3ni003518@freefall.freebsd.org> <20020906211015.A381C2A7D6@canning.wemm.org> <20020906220146.GA2737@vega.vega.com> Comments: In-reply-to Maxim Sobolev message dated "Sat, 07 Sep 2002 01:01:46 +0300." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-780164049P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 06 Sep 2002 20:22:55 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_-780164049P Content-Type: text/plain; charset=us-ascii If memory serves me right, Maxim Sobolev wrote: > On Fri, Sep 06, 2002 at 02:10:15PM -0700, Peter Wemm wrote: > > ===> usr.bin/kdump > > cc -O -pipe -I/home/src/usr.bin/kdump/../ktrace -I/home/src/usr.bin/kdump/ > ../.. -c /home/src/usr.bin/kdump/kdump.c > > cc -O -pipe -I/home/src/usr.bin/kdump/../ktrace -I/home/src/usr.bin/kdump/ > ../.. -c ioctl.c > > In file included from ioctl.c:63: > > /usr/obj/home/src/i386/usr/include/net/if_gre.h:89: field `gi_i' has incomp > lete type > > /usr/obj/home/src/i386/usr/include/net/if_gre.h:133: field `mi' has incompl > ete type > > Hmm, I suspect that actually broken is mkioctls, which have absolutely > no reason to generate #include . In any case, I've committed > a fix which should workaround the problem. Please let me know if it > didn't help. It didn't seem to help me. I've got rev. 1.3 of if_gre.h, but kdump gives exactly the same error message as before. (I attempted a buildworld starting with a clean /usr/obj.) Is it possible that the generated ioctl.c needs to do something like #define INET in order for your workaround to take effect? Bruce. --==_Exmh_-780164049P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE9eXEP2MoxcVugUsMRAsKCAKCEH7Lce3Cbdja1EFzXzz8p6LXDNwCfWeTB tHep+l/FP7fWOMKNQOKLMMI= =JJrt -----END PGP SIGNATURE----- --==_Exmh_-780164049P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 20:28:44 2002 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 6877937B400; Fri, 6 Sep 2002 20:28:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BAAB43E3B; Fri, 6 Sep 2002 20:28:38 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g873SYJU093333; Fri, 6 Sep 2002 20:28:34 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g873SYCM093332; Fri, 6 Sep 2002 20:28:34 -0700 (PDT) Message-Id: <200209070328.g873SYCM093332@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 6 Sep 2002 20:28:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/sablevm Makefile pkg-plist pkg-plist.gnome X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/09/06 20:28:34 PDT Modified files: java/sablevm Makefile pkg-plist Added files: java/sablevm pkg-plist.gnome Log: Use the right pkg-plist depending on whether GNOME support is configured. Revision Changes Path 1.10 +1 -0 ports/java/sablevm/Makefile 1.3 +0 -3 ports/java/sablevm/pkg-plist 1.1 +2092 -0 ports/java/sablevm/pkg-plist.gnome (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 20:38:18 2002 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 3AB1137B400; Fri, 6 Sep 2002 20:38:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E49FB43E65; Fri, 6 Sep 2002 20:38:13 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g873cDJU094233; Fri, 6 Sep 2002 20:38:13 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g873cDln094232; Fri, 6 Sep 2002 20:38:13 -0700 (PDT) Message-Id: <200209070338.g873cDln094232@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 6 Sep 2002 20:38:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wchar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/06 20:38:13 PDT Modified files: include wchar.h Log: Add restrict qualifiers to wcsstr()'s arguments. Revision Changes Path 1.18 +1 -1 src/include/wchar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 20:40:33 2002 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 C5D5237B400; Fri, 6 Sep 2002 20:40:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7924043E3B; Fri, 6 Sep 2002 20:40:28 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g873eSJU094599; Fri, 6 Sep 2002 20:40:28 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g873eSe0094594; Fri, 6 Sep 2002 20:40:28 -0700 (PDT) Message-Id: <200209070340.g873eSe0094594@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 6 Sep 2002 20:40:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gl-117 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/06 20:40:28 PDT Modified files: games/gl-117 Makefile distinfo Log: upgrade to 0.6.8 PR: 42488 Submitted by: Ports Fury Revision Changes Path 1.3 +1 -1 ports/games/gl-117/Makefile 1.3 +1 -1 ports/games/gl-117/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 20:40:54 2002 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 3D04F37B400; Fri, 6 Sep 2002 20:40:47 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id B834B43E42; Fri, 6 Sep 2002 20:40:46 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 626C12A7D6; Fri, 6 Sep 2002 20:40:46 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include pci_cfgreg.h src/sys/i386/pci pci_cfgreg.c In-Reply-To: <200209062215.g86MFisu046320@freefall.freebsd.org> Date: Fri, 06 Sep 2002 20:40:46 -0700 From: Peter Wemm Message-Id: <20020907034046.626C12A7D6@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin wrote: > jhb 2002/09/06 15:15:44 PDT > > Modified files: > sys/i386/include pci_cfgreg.h > sys/i386/pci pci_cfgreg.c > Log: > Add a function pci_probe_route_table() that returns true if our PCI BIOS > supports interrupt routing and if the specified PCI bus is present in the > routing table. cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I/home/src/sys -I/home/src/sys/dev -I/home/src/sys/contrib/dev/acpica -I/home/src/sys/contrib/ipfilter -I/home/src/sys/../include -D_KERNEL -include opt_global.h -fno-common -mpreferred-stack-boundary=2 -ffreestanding -Werror /home/src/sys/i386/pci/pci_cfgreg.c cc1: warnings being treated as errors /home/src/sys/i386/pci/pci_cfgreg.c:549: warning: `pci_print_route_table' defined but not used *** Error code 1 Stop in /usr/obj/home/src/sys/HAMMER. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "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 Fri Sep 6 20:42:21 2002 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 650B737B400; Fri, 6 Sep 2002 20:42:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18D7A43E6A; Fri, 6 Sep 2002 20:42:19 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g873gIJU094948; Fri, 6 Sep 2002 20:42:18 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g873gIb0094947; Fri, 6 Sep 2002 20:42:18 -0700 (PDT) Message-Id: <200209070342.g873gIb0094947@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 6 Sep 2002 20:42:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/libetpan Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/06 20:42:18 PDT Modified files: mail/libetpan Makefile distinfo pkg-plist Log: upgrade to 0.26 PR: 42489 Submitted by: Ports Fury Revision Changes Path 1.3 +6 -5 ports/mail/libetpan/Makefile 1.2 +1 -1 ports/mail/libetpan/distinfo 1.3 +5 -0 ports/mail/libetpan/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 Sep 6 20:46:48 2002 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 2147D37B400; Fri, 6 Sep 2002 20:46:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3162A43E6E; Fri, 6 Sep 2002 20:46:19 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g873k9JU095193; Fri, 6 Sep 2002 20:46:09 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g873k9dN095192; Fri, 6 Sep 2002 20:46:09 -0700 (PDT) Message-Id: <200209070346.g873k9dN095192@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 6 Sep 2002 20:46:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/cadaver Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/06 20:46:08 PDT Modified files: www/cadaver Makefile distinfo Log: upgrade to 0.20.5 PR: 42490 Submitted by: Ports Fury Revision Changes Path 1.16 +1 -1 ports/www/cadaver/Makefile 1.6 +1 -1 ports/www/cadaver/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 20:50:10 2002 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 B001537B400; Fri, 6 Sep 2002 20:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E24743E6E; Fri, 6 Sep 2002 20:50:03 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g873o3JU095551; Fri, 6 Sep 2002 20:50:03 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g873o3JX095550; Fri, 6 Sep 2002 20:50:03 -0700 (PDT) Message-Id: <200209070350.g873o3JX095550@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 6 Sep 2002 20:50:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/plib Makefile distinfo pkg-plist ports/x11-toolkits/plib/files patch-src::js::js.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/06 20:50:03 PDT Modified files: x11-toolkits/plib Makefile distinfo pkg-plist Added files: x11-toolkits/plib/files patch-src::js::js.h Log: upgrade to 1.6.0 PR: 42492 Submitted by: Ports Fury Revision Changes Path 1.15 +2 -6 ports/x11-toolkits/plib/Makefile 1.4 +1 -1 ports/x11-toolkits/plib/distinfo 1.1 +14 -0 ports/x11-toolkits/plib/files/patch-src::js::js.h (new) 1.4 +7 -3 ports/x11-toolkits/plib/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 20:51:40 2002 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 37C6937B400; Fri, 6 Sep 2002 20:51:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E07B143E65; Fri, 6 Sep 2002 20:51:34 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g873pYJU096032; Fri, 6 Sep 2002 20:51:34 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g873pYG8096031; Fri, 6 Sep 2002 20:51:34 -0700 (PDT) Message-Id: <200209070351.g873pYG8096031@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 6 Sep 2002 20:51:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/p5-File-Scan Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/06 20:51:34 PDT Modified files: security/p5-File-Scan Makefile distinfo Log: upgrade to 0.35 PR: 42493 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/security/p5-File-Scan/Makefile 1.4 +1 -1 ports/security/p5-File-Scan/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 20:53: 9 2002 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 9167837B400; Fri, 6 Sep 2002 20:53:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 414C943E4A; Fri, 6 Sep 2002 20:53:03 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g873r3JU096187; Fri, 6 Sep 2002 20:53:03 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g873r3Yx096186; Fri, 6 Sep 2002 20:53:03 -0700 (PDT) Message-Id: <200209070353.g873r3Yx096186@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 6 Sep 2002 20:53:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mimedefang Makefile distinfo ports/mail/mimedefang/files patch-Makefile.in patch-init-script.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/06 20:53:03 PDT Modified files: mail/mimedefang Makefile distinfo mail/mimedefang/files patch-Makefile.in patch-init-script.in Log: upgrade to 2.20 PR: 42494 Submitted by: maintainer Revision Changes Path 1.10 +4 -4 ports/mail/mimedefang/Makefile 1.9 +1 -1 ports/mail/mimedefang/distinfo 1.5 +9 -6 ports/mail/mimedefang/files/patch-Makefile.in 1.3 +4 -4 ports/mail/mimedefang/files/patch-init-script.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 21: 3:34 2002 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 CA4E337B400; Fri, 6 Sep 2002 21:03:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 676D643E4A; Fri, 6 Sep 2002 21:03:29 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8743TJU097013; Fri, 6 Sep 2002 21:03:29 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8743TnN097012; Fri, 6 Sep 2002 21:03:29 -0700 (PDT) Message-Id: <200209070403.g8743TnN097012@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 6 Sep 2002 21:03:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string wcscat.c wcscpy.c wcsncat.c wcsncpy.c wcsstr.c wmemcpy.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/06 21:03:29 PDT Modified files: lib/libc/string wcscat.c wcscpy.c wcsncat.c wcsncpy.c wcsstr.c wmemcpy.c Log: Add restrict qualifiers where C99 permits them. All of these already had restrict qualifiers on their prototypes in . Revision Changes Path 1.6 +2 -2 src/lib/libc/string/wcscat.c 1.6 +2 -2 src/lib/libc/string/wcscpy.c 1.6 +2 -2 src/lib/libc/string/wcsncat.c 1.6 +2 -2 src/lib/libc/string/wcsncpy.c 1.6 +2 -2 src/lib/libc/string/wcsstr.c 1.6 +2 -2 src/lib/libc/string/wmemcpy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 21: 7: 5 2002 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 0679937B400; Fri, 6 Sep 2002 21:07:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6FFA43E72; Fri, 6 Sep 2002 21:07:00 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87470JU001519; Fri, 6 Sep 2002 21:07:00 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g874701g001518; Fri, 6 Sep 2002 21:07:00 -0700 (PDT) Message-Id: <200209070407.g874701g001518@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 6 Sep 2002 21:07:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string wmemchr.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/06 21:07:00 PDT Modified files: lib/libc/string wmemchr.3 Log: Sync prototypes with with respect to the restrict qualifier. Revision Changes Path 1.6 +7 -7 src/lib/libc/string/wmemchr.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 21:13:48 2002 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 3F73237B400; Fri, 6 Sep 2002 21:13:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E866743E4A; Fri, 6 Sep 2002 21:13:45 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g874DjJU002170; Fri, 6 Sep 2002 21:13:45 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g874DjKB002169; Fri, 6 Sep 2002 21:13:45 -0700 (PDT) Message-Id: <200209070413.g874DjKB002169@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 6 Sep 2002 21:13:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gkrellm2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/09/06 21:13:45 PDT Modified files: sysutils/gkrellm2 Makefile distinfo Log: Update to 2.0.2. Revision Changes Path 1.54 +1 -5 ports/sysutils/gkrellm2/Makefile 1.38 +1 -1 ports/sysutils/gkrellm2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 21:16:15 2002 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 173F737B400; Fri, 6 Sep 2002 21:16:09 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C60043E65; Fri, 6 Sep 2002 21:16:08 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g874G7fO007768; Fri, 6 Sep 2002 21:16:07 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g874G6vO007767; Fri, 6 Sep 2002 21:16:06 -0700 (PDT) Date: Fri, 6 Sep 2002 21:16:06 -0700 From: "David O'Brien" To: Kenneth Culver Cc: Kris Kennaway , Maxime Henrion , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: HEADS UP: SSE instructions (Re: cvs commit: src/share/mk bsd.cpu.mk) Message-ID: <20020907041606.GA7708@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG Mail-Followup-To: David O'Brien , Kenneth Culver , Kris Kennaway , Maxime Henrion , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, current@FreeBSD.ORG References: <20020907012324.GA84837@xor.obsecurity.org> <20020906212438.J46717-100000@alpha.yumyumyum.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020906212438.J46717-100000@alpha.yumyumyum.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Sep 06, 2002 at 09:28:28PM -0400, Kenneth Culver wrote: > > Note that you'll need to have 'options CPU_ENABLE_SSE' in your kernel > > configuration file if you have a SSE-capable CPU, otherwise you'll get > > SIGILL from certain applications (e.g. ncurses) > > What if you don't want to do this though? Athlon XP processors support SSE > instructions, but not at the same time as 3dnow instructions. The > processor has to switch modes or something like that. What if a user wants > to actually use the 3dnow instructions? Does this mean that on an athlon > XP which supports SSE instructions, if you don't want to enable them > you'll catch SIGILL and die when using those "certain apps?" Just > wondering. I will get an AMD authoritative answer to this question. Please wait a week before discussing the issue more. -- David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 21:32:48 2002 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 C6AB737B400; Fri, 6 Sep 2002 21:32:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C90043E4A; Fri, 6 Sep 2002 21:32:44 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g874WiJU003723; Fri, 6 Sep 2002 21:32:44 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g874WixP003722; Fri, 6 Sep 2002 21:32:44 -0700 (PDT) Message-Id: <200209070432.g874WixP003722@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 6 Sep 2002 21:32:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libosip Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/06 21:32:44 PDT Modified files: net/libosip Makefile distinfo Log: upgrade to 0.8.9 Revision Changes Path 1.4 +1 -1 ports/net/libosip/Makefile 1.3 +1 -1 ports/net/libosip/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 21:41:19 2002 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 05D8037B400; Fri, 6 Sep 2002 21:41:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB10843E42; Fri, 6 Sep 2002 21:41:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g874fEJU004697; Fri, 6 Sep 2002 21:41:14 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g874fEFi004696; Fri, 6 Sep 2002 21:41:14 -0700 (PDT) Message-Id: <200209070441.g874fEFi004696@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 6 Sep 2002 21:41:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ddd Makefile ports/devel/ddd/files patch-02 patch-strerror.c patch-strsignal.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/06 21:41:13 PDT Modified files: devel/ddd Makefile devel/ddd/files patch-02 Added files: devel/ddd/files patch-strerror.c patch-strsignal.c Log: Fix build on -current. Submitted by: kan PR: ports/42454 Revision Changes Path 1.41 +2 -0 ports/devel/ddd/Makefile 1.6 +3 -0 ports/devel/ddd/files/patch-02 1.1 +17 -0 ports/devel/ddd/files/patch-strerror.c (new) 1.1 +17 -0 ports/devel/ddd/files/patch-strsignal.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 21:43:12 2002 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 1232437B400; Fri, 6 Sep 2002 21:43:06 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F20743E3B; Fri, 6 Sep 2002 21:43:05 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 38E742A7D6; Fri, 6 Sep 2002 21:43:05 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: John Baldwin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include pci_cfgreg.h src/sys/i386/pci pci_cfgreg.c In-Reply-To: <20020907034046.626C12A7D6@canning.wemm.org> Date: Fri, 06 Sep 2002 21:43:05 -0700 From: Peter Wemm Message-Id: <20020907044305.38E742A7D6@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peter Wemm wrote: > John Baldwin wrote: > > jhb 2002/09/06 15:15:44 PDT > > > > Modified files: > > sys/i386/include pci_cfgreg.h > > sys/i386/pci pci_cfgreg.c > > Log: > > Add a function pci_probe_route_table() that returns true if our PCI BIOS > > supports interrupt routing and if the specified PCI bus is present in the > > routing table. > > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extens ions -ansi -g -nostdinc -I- -I. -I/home/src/sys -I/home/src/sys/dev -I/hom e/src/sys/contrib/dev/acpica -I/home/src/sys/contrib/ipfilter -I/home/src/s ys/../include -D_KERNEL -include opt_global.h -fno-common -mpreferred-sta ck-boundary=2 -ffreestanding -Werror /home/src/sys/i386/pci/pci_cfgreg.c > cc1: warnings being treated as errors > /home/src/sys/i386/pci/pci_cfgreg.c:549: warning: `pci_print_route_table' def ined but not used > *** Error code 1 > > Stop in /usr/obj/home/src/sys/HAMMER. I think this might have been a source tree sync problem. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "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 Fri Sep 6 21:59:53 2002 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 AA00437B400; Fri, 6 Sep 2002 21:59:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DB1B43E3B; Fri, 6 Sep 2002 21:59:49 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g874xnJU005828; Fri, 6 Sep 2002 21:59:49 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g874xnmx005827; Fri, 6 Sep 2002 21:59:49 -0700 (PDT) Message-Id: <200209070459.g874xnmx005827@freefall.freebsd.org> From: Peter Wemm Date: Fri, 6 Sep 2002 21:59:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/06 21:59:49 PDT Modified files: sys/i386/linux linux_sysvec.c Log: Supposedly linux has added a 6th syscall arg register (%ebp). I am not 100% sure if this is enough, but it will not harm anything. Revision Changes Path 1.105 +1 -0 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 Fri Sep 6 22:55:28 2002 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 34A9437B400; Fri, 6 Sep 2002 22:55:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA5543E65; Fri, 6 Sep 2002 22:55:23 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g875tNJU014068; Fri, 6 Sep 2002 22:55:23 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g875tNmO014067; Fri, 6 Sep 2002 22:55:23 -0700 (PDT) Message-Id: <200209070555.g875tNmO014067@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 6 Sep 2002 22:55:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/SWIG-devel Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/06 22:55:23 PDT Modified files: devel/SWIG-devel Makefile distinfo pkg-plist Log: Update to 1.3.14. - Switch tcl from 8.2 to 8.3. - Add support for java, ocaml and pike. Submitted by: Andrew Filonov - Set CATEGORIES dynamically according to SWIG_LANGUAGES. Revision Changes Path 1.45 +33 -5 ports/devel/SWIG-devel/Makefile 1.20 +1 -1 ports/devel/SWIG-devel/distinfo 1.22 +30 -13 ports/devel/SWIG-devel/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 Sep 6 23: 7:58 2002 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 35D9B37B400; Fri, 6 Sep 2002 23:07:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C48F43E65; Fri, 6 Sep 2002 23:07:55 -0700 (PDT) (envelope-from davidc@FreeBSD.org) Received: from freefall.freebsd.org (davidc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8767tJU020121; Fri, 6 Sep 2002 23:07:55 -0700 (PDT) (envelope-from davidc@freefall.freebsd.org) Received: (from davidc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8767t0j020120; Fri, 6 Sep 2002 23:07:55 -0700 (PDT) Message-Id: <200209070607.g8767t0j020120@freefall.freebsd.org> From: Chad David Date: Fri, 6 Sep 2002 23:07:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 signal.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG davidc 2002/09/06 23:07:55 PDT Modified files: share/man/man9 signal.9 Log: Note that siginit() does not cause every signal to be ignored only the ones with a default property of SA_IGNORE, and that it acquires and releases the processes lock. Revision Changes Path 1.3 +16 -3 src/share/man/man9/signal.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 23:16:26 2002 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 90B5437B400; Fri, 6 Sep 2002 23:16:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E07243E4A; Fri, 6 Sep 2002 23:16:23 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g876GMJU021535; Fri, 6 Sep 2002 23:16:22 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g876GMWF021534; Fri, 6 Sep 2002 23:16:22 -0700 (PDT) Message-Id: <200209070616.g876GMWF021534@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Sep 2002 23:16:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/kdump mkioctls X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/06 23:16:22 PDT Modified files: usr.bin/kdump mkioctls Log: Add #include in attempt to fix the world. Revision Changes Path 1.32 +1 -0 src/usr.bin/kdump/mkioctls To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 23:18:18 2002 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 8C14637B400; Fri, 6 Sep 2002 23:18:11 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC40343E42; Fri, 6 Sep 2002 23:18:06 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com (xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.11.6/8.11.6) with ESMTP id g876Hxs67809; Sat, 7 Sep 2002 09:18:00 +0300 (EEST) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.5/8.12.5) with ESMTP id g876HtdO006189; Sat, 7 Sep 2002 09:17:55 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.5/8.12.5/Submit) id g876HnN3006188; Sat, 7 Sep 2002 09:17:49 +0300 (EEST) Date: Sat, 7 Sep 2002 09:17:49 +0300 From: Maxim Sobolev To: "Bruce A. Mah" Cc: Peter Wemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/net if_gre.c if_gre.h src/sys/netinet ip_gre.c Message-ID: <20020907061749.GA6176@vega.vega.com> References: <200209061816.g86IG3ni003518@freefall.freebsd.org> <20020906211015.A381C2A7D6@canning.wemm.org> <20020906220146.GA2737@vega.vega.com> <200209070322.g873Mt9k011865@intruder.bmah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200209070322.g873Mt9k011865@intruder.bmah.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Sep 06, 2002 at 08:22:55PM -0700, Bruce A. Mah wrote: > If memory serves me right, Maxim Sobolev wrote: > > On Fri, Sep 06, 2002 at 02:10:15PM -0700, Peter Wemm wrote: > > > > ===> usr.bin/kdump > > > cc -O -pipe -I/home/src/usr.bin/kdump/../ktrace -I/home/src/usr.bin/kdump/ > > ../.. -c /home/src/usr.bin/kdump/kdump.c > > > cc -O -pipe -I/home/src/usr.bin/kdump/../ktrace -I/home/src/usr.bin/kdump/ > > ../.. -c ioctl.c > > > In file included from ioctl.c:63: > > > /usr/obj/home/src/i386/usr/include/net/if_gre.h:89: field `gi_i' has incomp > > lete type > > > /usr/obj/home/src/i386/usr/include/net/if_gre.h:133: field `mi' has incompl > > ete type > > > > Hmm, I suspect that actually broken is mkioctls, which have absolutely > > no reason to generate #include . In any case, I've committed > > a fix which should workaround the problem. Please let me know if it > > didn't help. > > It didn't seem to help me. I've got rev. 1.3 of if_gre.h, but kdump > gives exactly the same error message as before. (I attempted a > buildworld starting with a clean /usr/obj.) > > Is it possible that the generated ioctl.c needs to do something like > #define INET in order for your workaround to take effect? Ok, I've just added #include into generated ioctl.c. Please let me know if the problem persists. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 23:40:16 2002 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 21E6537B400; Fri, 6 Sep 2002 23:40:06 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A9C43E3B; Fri, 6 Sep 2002 23:40:05 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.3/8.12.3) with ESMTP id g876e3wu013166; Fri, 6 Sep 2002 23:40:03 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.3/8.12.3/Submit) id g876e33Y013165; Fri, 6 Sep 2002 23:40:03 -0700 Date: Fri, 6 Sep 2002 23:40:03 -0700 From: Brooks Davis To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/kdump mkioctls Message-ID: <20020906234003.A25321@Odin.AC.HMC.Edu> References: <200209070616.g876GMWF021534@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209070616.g876GMWF021534@freefall.freebsd.org>; from sobomax@FreeBSD.org on Fri, Sep 06, 2002 at 11:16:22PM -0700 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 06, 2002 at 11:16:22PM -0700, Maxim Sobolev wrote: > sobomax 2002/09/06 23:16:22 PDT >=20 > Modified files: > usr.bin/kdump mkioctls=20 > Log: > Add #include in attempt to fix the world. That probably isn't sufficent. The following patch to if_gre.h fixed got me through building world. -- Brooks Index: if_gre.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/sys/net/if_gre.h,v retrieving revision 1.3 diff -u -p -r1.3 if_gre.h --- if_gre.h 6 Sep 2002 21:58:57 -0000 1.3 +++ if_gre.h 7 Sep 2002 06:38:58 -0000 @@ -43,9 +43,9 @@ #include #include =20 -#ifdef INET +#include +#include #include -#endif =20 struct gre_softc { struct ifnet sc_if; --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9eZ9CXY6L6fI4GtQRAj/RAJwIU72TRJOTT58q1949RbvlSCjb/QCcC6lh wh4eg4RnvtbZlSiQSnzAO7k= =3hjy -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 6 23:58: 1 2002 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 D32D337B400; Fri, 6 Sep 2002 23:57:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8425543E65; Fri, 6 Sep 2002 23:57:57 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g876vvJU024846; Fri, 6 Sep 2002 23:57:57 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g876vvUD024845; Fri, 6 Sep 2002 23:57:57 -0700 (PDT) Message-Id: <200209070657.g876vvUD024845@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 6 Sep 2002 23:57:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla pkg-descr ports/www/mozilla-devel pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/06 23:57:57 PDT Modified files: www/mozilla pkg-descr www/mozilla-devel pkg-descr Log: Bring the pkg-descr's up-to-date to reflect the current releases. PR: 42485 Revision Changes Path 1.21 +6 -10 ports/www/mozilla-devel/pkg-descr 1.21 +6 -12 ports/www/mozilla/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 Sep 6 23:59:57 2002 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 BD6AB37B400; Fri, 6 Sep 2002 23:59:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71A4E43E42; Fri, 6 Sep 2002 23:59:52 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g876xqJU025069; Fri, 6 Sep 2002 23:59:52 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g876xqg7025068; Fri, 6 Sep 2002 23:59:52 -0700 (PDT) Message-Id: <200209070659.g876xqg7025068@freefall.freebsd.org> From: Hye-Shik Chang Date: Fri, 6 Sep 2002 23:59:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pyrex Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2002/09/06 23:59:52 PDT Modified files: devel/pyrex Makefile distinfo pkg-plist Log: Update to 0.4.4 Revision Changes Path 1.6 +1 -1 ports/devel/pyrex/Makefile 1.5 +1 -1 ports/devel/pyrex/distinfo 1.5 +5 -0 ports/devel/pyrex/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 Sep 7 0: 2:20 2002 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 7AFF937B400; Sat, 7 Sep 2002 00:02:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38E1543E4A; Sat, 7 Sep 2002 00:02:13 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8772DJU025707; Sat, 7 Sep 2002 00:02:13 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8772CM0025706; Sat, 7 Sep 2002 00:02:12 -0700 (PDT) Message-Id: <200209070702.g8772CM0025706@freefall.freebsd.org> From: Peter Wemm Date: Sat, 7 Sep 2002 00:02:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/i386/i386 initcpu.c machdep.c src/sys/i386/isa npx.c src/sys/i386/linux linux_ptrace.c src/sys/pc98/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/07 00:02:12 PDT Modified files: sys/conf options.i386 options.pc98 sys/i386/conf NOTES sys/i386/i386 initcpu.c machdep.c sys/i386/isa npx.c sys/i386/linux linux_ptrace.c sys/pc98/i386 machdep.c Log: Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions) if compiling with I686_CPU as a target. CPU_DISABLE_SSE will prevent this from happening and will guarantee the code is not compiled in. I am still not happy with this, but gcc is now generating code that uses these instructions if you set CPUTYPE to p3/p4 or athlon-4/mp/xp or higher. Revision Changes Path 1.179 +1 -0 src/sys/conf/options.i386 1.152 +1 -0 src/sys/conf/options.pc98 1.1036 +4 -1 src/sys/i386/conf/NOTES 1.36 +7 -0 src/sys/i386/i386/initcpu.c 1.530 +7 -0 src/sys/i386/i386/machdep.c 1.130 +7 -0 src/sys/i386/isa/npx.c 1.5 +10 -1 src/sys/i386/linux/linux_ptrace.c 1.290 +7 -0 src/sys/pc98/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 Sat Sep 7 0:10:41 2002 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 744D237B400; Sat, 7 Sep 2002 00:10:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2945743E3B; Sat, 7 Sep 2002 00:10:38 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g877AcJU031128; Sat, 7 Sep 2002 00:10:38 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g877Ab09031127; Sat, 7 Sep 2002 00:10:37 -0700 (PDT) Message-Id: <200209070710.g877Ab09031127@freefall.freebsd.org> From: Hye-Shik Chang Date: Sat, 7 Sep 2002 00:10:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-plex Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2002/09/07 00:10:37 PDT Modified files: devel/py-plex Makefile distinfo Log: Update to 1.1.3 Revision Changes Path 1.2 +2 -2 ports/devel/py-plex/Makefile 1.2 +1 -1 ports/devel/py-plex/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 0:13:14 2002 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 E677937B400; Sat, 7 Sep 2002 00:13:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 385BD43E6E; Sat, 7 Sep 2002 00:13:09 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g877D9JU031334; Sat, 7 Sep 2002 00:13:09 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g877D8S7031333; Sat, 7 Sep 2002 00:13:08 -0700 (PDT) Message-Id: <200209070713.g877D8S7031333@freefall.freebsd.org> From: Peter Wemm Date: Sat, 7 Sep 2002 00:13:08 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/07 00:13:08 PDT Modified files: sys/compat/pecoff imgact_pecoff.c Log: Fix a missing line in a cut/paste error. Revision Changes Path 1.23 +1 -0 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 Sat Sep 7 0:21:36 2002 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 793B937B400; Sat, 7 Sep 2002 00:21:30 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D7B43E65; Sat, 7 Sep 2002 00:21:29 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id RAA21028; Sat, 7 Sep 2002 17:21:23 +1000 Date: Sat, 7 Sep 2002 17:28:55 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Maxim Sobolev Cc: Peter Wemm , , Subject: Re: cvs commit: src/sys/net if_gre.c if_gre.h src/sys/netinet ip_gre.c In-Reply-To: <20020906220146.GA2737@vega.vega.com> Message-ID: <20020907172723.P18391-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 7 Sep 2002, Maxim Sobolev wrote: > On Fri, Sep 06, 2002 at 02:10:15PM -0700, Peter Wemm wrote: > > This seems to break kdump: > > > > ===> usr.bin/kdump > > cc -O -pipe -I/home/src/usr.bin/kdump/../ktrace -I/home/src/usr.bin/kdump/../.. -c /home/src/usr.bin/kdump/kdump.c > > cc -O -pipe -I/home/src/usr.bin/kdump/../ktrace -I/home/src/usr.bin/kdump/../.. -c ioctl.c > > In file included from ioctl.c:63: > > /usr/obj/home/src/i386/usr/include/net/if_gre.h:89: field `gi_i' has incomplete type > > /usr/obj/home/src/i386/usr/include/net/if_gre.h:133: field `mi' has incomplete type > > Hmm, I suspect that actually broken is mkioctls, which have absolutely > no reason to generate #include . In any case, I've committed > a fix which should workaround the problem. Please let me know if it > didn't help. mkioctls has every reason to generate an #include , since that header defines some ioctls. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 0:28:35 2002 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 A716137B400; Sat, 7 Sep 2002 00:28:29 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05FC143E3B; Sat, 7 Sep 2002 00:28:29 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id A50E92A7D6; Sat, 7 Sep 2002 00:28:25 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/i386/i386 initcpu.c machdep.c src/sys/i386/isa npx.c src/sys/i386/linux linux_ptrace.c src/sys/pc98/i386 machdep.c In-Reply-To: <200209070702.g8772CM0025706@freefall.freebsd.org> Date: Sat, 07 Sep 2002 00:28:25 -0700 From: Peter Wemm Message-Id: <20020907072825.A50E92A7D6@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peter Wemm wrote: > peter 2002/09/07 00:02:12 PDT > > Modified files: > sys/conf options.i386 options.pc98 > sys/i386/conf NOTES > sys/i386/i386 initcpu.c machdep.c > sys/i386/isa npx.c > sys/i386/linux linux_ptrace.c > sys/pc98/i386 machdep.c > Log: > Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions) > if compiling with I686_CPU as a target. CPU_DISABLE_SSE will prevent > this from happening and will guarantee the code is not compiled in. > > I am still not happy with this, but gcc is now generating code that uses > these instructions if you set CPUTYPE to p3/p4 or athlon-4/mp/xp or higher. I've been trying to figure out the right syntax for negative options. I'd have rathered have a common definitions file that had a list of default options and then disable them in per-system configurations. eg: instead of options CPU_DISABLE_SSE have something like this instead: disable CPU_ENABLE_SSE options -CPU_ENABLE_SSE noopt CPU_DISABLE_SSE -option CPU_DISABLE_SSE or something. I just cannot quite think of something I like. enable/disable might make sense if we had an 'enable' keyword. eg: "enable ACPI_DEBUG" instead of "options ACPI_DEBUG" etc. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 0:38:27 2002 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 79B3F37B400; Sat, 7 Sep 2002 00:38:24 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38B8943E65; Sat, 7 Sep 2002 00:38:23 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id RAA22084; Sat, 7 Sep 2002 17:38:21 +1000 Date: Sat, 7 Sep 2002 17:45:53 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/net if_gre.h In-Reply-To: <200209062158.g86Lwvnx040346@freefall.freebsd.org> Message-ID: <20020907172938.Y18391-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 6 Sep 2002, Maxim Sobolev wrote: > sobomax 2002/09/06 14:58:57 PDT > > Modified files: > sys/net if_gre.h > Log: > Include to unbreak kdump. I don't know why does kdump > includes if_gre.h at all, but it does, without including ip.h before > that. > > Poked by: peter > Pointy hat to: kdump(1) > > Revision Changes Path > 1.3 +4 -0 src/sys/net/if_gre.h This makes things worse. It doesn't affect kdump, since the include is conditional on the kernel option INET. If the include were unconditional, then it would cause even more namespace pollution to be exported to userland. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 1: 0: 7 2002 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 D696037B400; Sat, 7 Sep 2002 01:00:04 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98E8D43E42; Sat, 7 Sep 2002 01:00:04 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 3E8A5AE03F; Sat, 7 Sep 2002 01:00:04 -0700 (PDT) Date: Sat, 7 Sep 2002 01:00:04 -0700 From: Alfred Perlstein To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/i386/i386 initcpu.c machdep.c src/sys/i386/isa npx.c src/sys/i386/linux linux_ptrace.c src/sys/pc98/i386 machdep.c Message-ID: <20020907080004.GJ21806@elvis.mu.org> References: <200209070702.g8772CM0025706@freefall.freebsd.org> <20020907072825.A50E92A7D6@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020907072825.A50E92A7D6@canning.wemm.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Peter Wemm [020907 00:28] wrote: > or something. I just cannot quite think of something I like. > enable/disable might make sense if we had an 'enable' keyword. > eg: "enable ACPI_DEBUG" instead of "options ACPI_DEBUG" etc. This makes the most sense, make 'enable' a synonym for 'options' and add a 'disable' keyword and we should be good to go. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 1: 4:59 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 320E437B400; Sat, 7 Sep 2002 01:04:54 -0700 (PDT) Date: Sat, 7 Sep 2002 01:04:54 -0700 From: Juli Mallett To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/i386/i386 initcpu.c machdep.c src/sys/i386/isa npx.c src/sys/i386/linux linux_ptrace.c src/sys/pc98/i386 machdep.c Message-ID: <20020907010454.A63704@FreeBSD.org> References: <200209070702.g8772CM0025706@freefall.freebsd.org> <20020907072825.A50E92A7D6@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020907072825.A50E92A7D6@canning.wemm.org>; from peter@wemm.org on Sat, Sep 07, 2002 at 12:28:25AM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Peter Wemm [ Data: 2002-09-07 ] [ Subjecte: Re: cvs commit: src/sys/conf options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/i386/i386 initcpu.c machdep.c src/sys/i386/isa npx.c src/sys/i386/linux linux_ptrace.c src/sys/pc98/ > I've been trying to figure out the right syntax for negative options. > > I'd have rathered have a common definitions file that had a list of default > options and then disable them in per-system configurations. eg: instead > of > options CPU_DISABLE_SSE > have something like this instead: > disable CPU_ENABLE_SSE > options -CPU_ENABLE_SSE > noopt CPU_DISABLE_SSE > -option CPU_DISABLE_SSE > or something. I just cannot quite think of something I like. > enable/disable might make sense if we had an 'enable' keyword. > eg: "enable ACPI_DEBUG" instead of "options ACPI_DEBUG" etc. OSF (and BSD Lites) used to allow the config to be done in the style of 'options FOO+BAR-baz' and such, so it seems to me that the -CPU_ENABLE_SSE way would fit in best with the few config(8) type systems that implemented this. -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@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 Sep 7 1:14:24 2002 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 924FC37B400; Sat, 7 Sep 2002 01:14:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43CA943E72; Sat, 7 Sep 2002 01:14:20 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g878EJJU040136; Sat, 7 Sep 2002 01:14:19 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g878EJkp040135; Sat, 7 Sep 2002 01:14:19 -0700 (PDT) Message-Id: <200209070814.g878EJkp040135@freefall.freebsd.org> From: Juli Mallett Date: Sat, 7 Sep 2002 01:14:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen siglist.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/07 01:14:19 PDT Modified files: lib/libc/gen siglist.c Log: Two arrays were born from the same seeds, both grew into complementary sets of pointers to strings. These two arrays were fixed to the same size, but one had an implicit zeroed trailer element, which was unused because the size was used up by the ones before said zeroed trailer element. So the unused limb was chopped off the over-sized-but-not-over-sized array, and everyone lived happily ever after. Revision Changes Path 1.4 +1 -1 src/lib/libc/gen/siglist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 1:17: 7 2002 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 6B42137B400; Sat, 7 Sep 2002 01:17:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2070A43E75; Sat, 7 Sep 2002 01:16:58 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g878GwJU040307; Sat, 7 Sep 2002 01:16:58 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g878GvGq040306; Sat, 7 Sep 2002 01:16:57 -0700 (PDT) Message-Id: <200209070816.g878GvGq040306@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 7 Sep 2002 01:16:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wchar.h src/lib/libc/string Makefile.inc wcstok.3 wcstok.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/07 01:16:57 PDT Modified files: include wchar.h lib/libc/string Makefile.inc Added files: lib/libc/string wcstok.3 wcstok.c Log: Add an implementation of wcstok(), based on strtok_r(). Revision Changes Path 1.19 +2 -0 src/include/wchar.h 1.29 +4 -3 src/lib/libc/string/Makefile.inc 1.1 +120 -0 src/lib/libc/string/wcstok.3 (new) 1.1 +89 -0 src/lib/libc/string/wcstok.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 1:44:55 2002 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 477BE37B400; Sat, 7 Sep 2002 01:44:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB75143E42; Sat, 7 Sep 2002 01:44:49 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: from freefall.freebsd.org (ade@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g878inJU042700; Sat, 7 Sep 2002 01:44:49 -0700 (PDT) (envelope-from ade@freefall.freebsd.org) Received: (from ade@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g878innK042699; Sat, 7 Sep 2002 01:44:49 -0700 (PDT) Message-Id: <200209070844.g878innK042699@freefall.freebsd.org> From: Ade Lovett Date: Sat, 7 Sep 2002 01:44:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-aoutlibs Makefile ports/devel/autoconf Makefile ports/devel/autoconf213 Makefile ports/devel/automake Makefile ports/devel/automake14 Makefile ports/databases/db2 Makefile ports/databases/db3 Makefile ports/databases/db4 Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ade 2002/09/07 01:44:49 PDT Modified files: x11/XFree86-aoutlibs Makefile devel/autoconf Makefile devel/autoconf213 Makefile devel/automake Makefile devel/automake14 Makefile databases/db2 Makefile databases/db3 Makefile databases/db4 Makefile devel/gettext Makefile devel/gettext-old Makefile devel/gmake Makefile devel/libtool Makefile x11/xcolors Makefile Log: Relinquish all my ports. Revision Changes Path 1.27 +1 -1 ports/databases/db2/Makefile 1.45 +1 -1 ports/databases/db3/Makefile 1.43 +1 -1 ports/databases/db4/Makefile 1.32 +1 -1 ports/devel/autoconf/Makefile 1.32 +1 -1 ports/devel/autoconf213/Makefile 1.23 +1 -1 ports/devel/automake/Makefile 1.23 +1 -1 ports/devel/automake14/Makefile 1.25 +1 -1 ports/devel/gettext-old/Makefile 1.37 +1 -1 ports/devel/gettext/Makefile 1.43 +1 -1 ports/devel/gmake/Makefile 1.19 +1 -1 ports/devel/libtool/Makefile 1.17 +2 -2 ports/x11/XFree86-aoutlibs/Makefile 1.21 +2 -2 ports/x11/xcolors/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 1:46: 3 2002 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 BA93937B400; Sat, 7 Sep 2002 01:45:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F2AE43E3B; Sat, 7 Sep 2002 01:45:58 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: from freefall.freebsd.org (ade@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g878jwJU042974; Sat, 7 Sep 2002 01:45:58 -0700 (PDT) (envelope-from ade@freefall.freebsd.org) Received: (from ade@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g878jwgT042973; Sat, 7 Sep 2002 01:45:58 -0700 (PDT) Message-Id: <200209070845.g878jwgT042973@freefall.freebsd.org> From: Ade Lovett Date: Sat, 7 Sep 2002 01:45:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ade 2002/09/07 01:45:58 PDT Modified files: . access Log: Indicate my resignation. See developers@ for more details. Revision Changes Path 1.337 +0 -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 Sat Sep 7 3: 7:14 2002 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 0FE1737B400; Sat, 7 Sep 2002 03:07:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B600343E4A; Sat, 7 Sep 2002 03:07:10 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87A7AJU057937; Sat, 7 Sep 2002 03:07:10 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87A7AWl057936; Sat, 7 Sep 2002 03:07:10 -0700 (PDT) Message-Id: <200209071007.g87A7AWl057936@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 7 Sep 2002 03:07:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/WebMagick/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/07 03:07:10 PDT Modified files: www/WebMagick/files patch-aa Added files: www/WebMagick/files patch-ab Log: Update from latest project CVS Revision Changes Path 1.30 +297 -18 ports/www/WebMagick/files/patch-aa 1.12 +33 -0 ports/www/WebMagick/files/patch-ab (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 3:20:30 2002 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 06FCA37B400; Sat, 7 Sep 2002 03:20:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF45B43E6E; Sat, 7 Sep 2002 03:20:26 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: from freefall.freebsd.org (dfr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87AKQJU058806; Sat, 7 Sep 2002 03:20:26 -0700 (PDT) (envelope-from dfr@freefall.freebsd.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87AKQYb058805; Sat, 7 Sep 2002 03:20:26 -0700 (PDT) Message-Id: <200209071020.g87AKQYb058805@freefall.freebsd.org> From: Doug Rabson Date: Sat, 7 Sep 2002 03:20:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys ucontext.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2002/09/07 03:20:26 PDT Modified files: sys/sys ucontext.h Log: Add __BEGIN_DECLS/__END_DECLS so that c++ code can use makecontext() etc. Revision Changes Path 1.6 +6 -0 src/sys/sys/ucontext.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 3:55: 0 2002 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 E4FB437B400; Sat, 7 Sep 2002 03:54:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96FC643E4A; Sat, 7 Sep 2002 03:54:55 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: from freefall.freebsd.org (okazaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87AstJU061572; Sat, 7 Sep 2002 03:54:55 -0700 (PDT) (envelope-from okazaki@freefall.freebsd.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87Astn1061571; Sat, 7 Sep 2002 03:54:55 -0700 (PDT) Message-Id: <200209071054.g87Astn1061571@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Sat, 7 Sep 2002 03:54:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/junit Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG okazaki 2002/09/07 03:54:54 PDT Modified files: java/junit Makefile distinfo pkg-plist Log: Upgrade to JUnit 3.8.1, a roll-up release for 3.8 with a couple of fixes. Revision Changes Path 1.8 +1 -1 ports/java/junit/Makefile 1.4 +1 -1 ports/java/junit/distinfo 1.5 +4 -0 ports/java/junit/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 Sep 7 4:12:40 2002 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 2875337B400; Sat, 7 Sep 2002 04:12:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D232243E3B; Sat, 7 Sep 2002 04:12:37 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87BCbJU071199; Sat, 7 Sep 2002 04:12:37 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87BCata071194; Sat, 7 Sep 2002 04:12:36 -0700 (PDT) Message-Id: <200209071112.g87BCata071194@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 7 Sep 2002 04:12:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gtk+licq Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/09/07 04:12:36 PDT Modified files: net/gtk+licq Makefile Log: mark BROKEN, cuase of licq update Revision Changes Path 1.11 +2 -0 ports/net/gtk+licq/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 5: 5:46 2002 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 2916837B400; Sat, 7 Sep 2002 05:05:40 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8BE243E3B; Sat, 7 Sep 2002 05:05:38 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA06721; Sat, 7 Sep 2002 22:05:29 +1000 Date: Sat, 7 Sep 2002 22:13:03 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Peter Wemm Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/conf options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/i386/i386 initcpu.c machdep.c src/sys/i386/isa npx.c src/sys/i386/linux linux_ptrace.c src/sys/pc98/i386 machdep. In-Reply-To: <20020907072825.A50E92A7D6@canning.wemm.org> Message-ID: <20020907215414.H19242-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 7 Sep 2002, Peter Wemm wrote: > Peter Wemm wrote: > > peter 2002/09/07 00:02:12 PDT > > > > Modified files: > > sys/conf options.i386 options.pc98 > > sys/i386/conf NOTES > > sys/i386/i386 initcpu.c machdep.c > > sys/i386/isa npx.c > > sys/i386/linux linux_ptrace.c > > sys/pc98/i386 machdep.c > > Log: > > Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions) > > if compiling with I686_CPU as a target. CPU_DISABLE_SSE will prevent > > this from happening and will guarantee the code is not compiled in. > > > > I am still not happy with this, but gcc is now generating code that uses > > these instructions if you set CPUTYPE to p3/p4 or athlon-4/mp/xp or higher. > > I've been trying to figure out the right syntax for negative options. CPU_DISABLE_SSE is enough in this case, since CPU_ENABLE_SSE shouldn't exist (or have existed for so long). There are runtime tests for the feature, and it has small runtime space/time overheads. Perhaps it should be disabled unconditionally on CPUs that can't have it (386, 486, 586(?)). Similarly for the npx option, except disabling it is even less useful. > I'd have rathered have a common definitions file that had a list of default > options and then disable them in per-system configurations. eg: instead > of > options CPU_DISABLE_SSE > have something like this instead: > disable CPU_ENABLE_SSE > options -CPU_ENABLE_SSE > noopt CPU_DISABLE_SSE > -option CPU_DISABLE_SSE > or something. I just cannot quite think of something I like. > enable/disable might make sense if we had an 'enable' keyword. > eg: "enable ACPI_DEBUG" instead of "options ACPI_DEBUG" etc. The ifdefs for this might still be messy. Currently you have ones which enable SSE if certain CPUs are configured and then disable it if CPU_DISABLE_SSE is configured. Putting this tangle in config files wouldn't be much simpler. Logically it is simplest for all options to be positive at at least 1 level. I think I prefer positive options at the source code level. config(8) could turn negative options into the absence of positive options and negative options into positive ones. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 5:20:54 2002 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 44DDB37B400; Sat, 7 Sep 2002 05:20:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE3443E3B; Sat, 7 Sep 2002 05:20:48 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87CKmJU083492; Sat, 7 Sep 2002 05:20:48 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87CKmQo083488; Sat, 7 Sep 2002 05:20:48 -0700 (PDT) Message-Id: <200209071220.g87CKmQo083488@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 7 Sep 2002 05:20:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/kdump mkioctls X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/07 05:20:47 PDT Modified files: usr.bin/kdump mkioctls Log: Also add #include before to fix the world. Submitted by: Brooks Davis Revision Changes Path 1.33 +1 -0 src/usr.bin/kdump/mkioctls To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 5:22:23 2002 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 6EB1637B400; Sat, 7 Sep 2002 05:22:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21E5543E42; Sat, 7 Sep 2002 05:22:18 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87CMIJU083893; Sat, 7 Sep 2002 05:22:18 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87CMHYo083892; Sat, 7 Sep 2002 05:22:17 -0700 (PDT) Message-Id: <200209071222.g87CMHYo083892@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 7 Sep 2002 05:22:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_gre.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/07 05:22:17 PDT Modified files: sys/net if_gre.h Log: Remove #include . Submitted by: bde Revision Changes Path 1.4 +0 -4 src/sys/net/if_gre.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 5:23:48 2002 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 3E02A37B400; Sat, 7 Sep 2002 05:23:37 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 236BE43E6E; Sat, 7 Sep 2002 05:23:33 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com (xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.11.6/8.11.6) with ESMTP id g87CNIs80606; Sat, 7 Sep 2002 15:23:19 +0300 (EEST) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.5/8.12.5) with ESMTP id g87CNGdO006705; Sat, 7 Sep 2002 15:23:16 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.5/8.12.5/Submit) id g87CNCAR006704; Sat, 7 Sep 2002 15:23:12 +0300 (EEST) Date: Sat, 7 Sep 2002 15:23:12 +0300 From: Maxim Sobolev To: Brooks Davis Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/kdump mkioctls Message-ID: <20020907122312.GA6687@vega.vega.com> References: <200209070616.g876GMWF021534@freefall.freebsd.org> <20020906234003.A25321@Odin.AC.HMC.Edu> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20020906234003.A25321@Odin.AC.HMC.Edu> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Sep 06, 2002 at 11:40:03PM -0700, Brooks Davis wrote: > On Fri, Sep 06, 2002 at 11:16:22PM -0700, Maxim Sobolev wrote: > > sobomax 2002/09/06 23:16:22 PDT > > > > Modified files: > > usr.bin/kdump mkioctls > > Log: > > Add #include in attempt to fix the world. > > That probably isn't sufficent. The following patch to if_gre.h fixed > got me through building world. > > -- Brooks > > Index: if_gre.h > =================================================================== > RCS file: /home/ncvs/src/sys/net/if_gre.h,v > retrieving revision 1.3 > diff -u -p -r1.3 if_gre.h > --- if_gre.h 6 Sep 2002 21:58:57 -0000 1.3 > +++ if_gre.h 7 Sep 2002 06:38:58 -0000 > @@ -43,9 +43,9 @@ > #include > #include > > -#ifdef INET > +#include > +#include > #include > -#endif > > struct gre_softc { > struct ifnet sc_if; Committed, thanks! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 5:26:12 2002 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 8EC0137B400; Sat, 7 Sep 2002 05:26:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 424D943E42; Sat, 7 Sep 2002 05:26:08 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87CQ8JU084481; Sat, 7 Sep 2002 05:26:08 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87CQ8j9084480; Sat, 7 Sep 2002 05:26:08 -0700 (PDT) Message-Id: <200209071226.g87CQ8j9084480@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 7 Sep 2002 05:26:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/edquota edquota.8 edquota.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/09/07 05:26:07 PDT Modified files: usr.sbin/edquota edquota.8 edquota.c Log: Allow edquota(8) to be used for setting up quotas non-interactively (add a new -e option for that). Feature requested by: Alex V. Belinsky MFC after: 1 month Revision Changes Path 1.15 +45 -0 src/usr.sbin/edquota/edquota.8 1.19 +104 -23 src/usr.sbin/edquota/edquota.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 5:58:47 2002 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 89F4637B400; Sat, 7 Sep 2002 05:58:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EDDC43E4A; Sat, 7 Sep 2002 05:58:45 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87CwjJU089405; Sat, 7 Sep 2002 05:58:45 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87Cwijj089404; Sat, 7 Sep 2002 05:58:44 -0700 (PDT) Message-Id: <200209071258.g87Cwijj089404@freefall.freebsd.org> From: Julian Elischer Date: Sat, 7 Sep 2002 05:58:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_thread.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/09/07 05:58:44 PDT Modified files: sys/kern kern_thread.c Log: fix braino.. was clearing part of wrong thread structure.. Revision Changes Path 1.22 +1 -1 src/sys/kern/kern_thread.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 6: 2:24 2002 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 D309D37B400; Sat, 7 Sep 2002 06:02:19 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B760B43E42; Sat, 7 Sep 2002 06:02:18 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g87D2HO9036237; Sat, 7 Sep 2002 15:02:17 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g87D2H75449731; Sat, 7 Sep 2002 15:02:17 +0200 (MES) Date: Sat, 7 Sep 2002 15:07:31 +0200 (CEST) From: Martin Blapp To: Julian Elischer Cc: , Subject: Re: cvs commit: src/sys/kern kern_thread.c In-Reply-To: <200209071258.g87Cwijj089404@freefall.freebsd.org> Message-ID: <20020907150628.M46827-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Julian, Does this fix the CTRL Z, fg, bg issues during a buildworld ? panic: bremfree: removing a buffer not on a queue Backtrace available if you need it. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 6:40:17 2002 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 1413237B400; Sat, 7 Sep 2002 06:40:10 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5E8F43E65; Sat, 7 Sep 2002 06:40:09 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020907134009.OKHR14182.rwcrmhc52.attbi.com@InterJet.elischer.org>; Sat, 7 Sep 2002 13:40:09 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id GAA46751; Sat, 7 Sep 2002 06:20:16 -0700 (PDT) Date: Sat, 7 Sep 2002 06:20:15 -0700 (PDT) From: Julian Elischer To: Martin Blapp Cc: Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_thread.c In-Reply-To: <20020907150628.M46827-100000@levais.imp.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have never seen that, but some changes committed earlier might fix it.. if not check this: Index: kern_sig.c =================================================================== RCS file: /home/ncvs/src/sys/kern/kern_sig.c,v retrieving revision 1.186 diff -u -r1.186 kern_sig.c --- kern_sig.c 5 Sep 2002 07:30:14 -0000 1.186 +++ kern_sig.c 7 Sep 2002 02:31:00 -0000 @@ -1412,10 +1412,9 @@ FOREACH_THREAD_IN_PROC(p, td) { if (td->td_wchan && (td->td_flags & TDF_SINTR)) { if (td->td_flags & TDF_CVWAITQ) - cv_waitq_remove(td); + cv_abort(td); else - unsleep(td); - setrunnable(td); + abortsleep(td); } } mtx_unlock_spin(&sched_lock); (cut-n-paste) if that fixes it it is a stopgap.. thre is a real fix in teh works but I'm too tired tonight to finish it.. (about 40K diffs so far.) On Sat, 7 Sep 2002, Martin Blapp wrote: > > Hi Julian, > > Does this fix the CTRL Z, fg, bg issues during > a buildworld ? > > panic: bremfree: removing a buffer not on a queue > > Backtrace available if you need it. > > Martin > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 6:44:32 2002 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 78A3337B401; Sat, 7 Sep 2002 06:44:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F29B243E77; Sat, 7 Sep 2002 06:44:28 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87DiSJU005792; Sat, 7 Sep 2002 06:44:28 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87DiSW4005791; Sat, 7 Sep 2002 06:44:28 -0700 (PDT) Message-Id: <200209071344.g87DiSW4005791@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 7 Sep 2002 06:44:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/libetpan distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/07 06:44:28 PDT Modified files: mail/libetpan distinfo Log: wrong md5 last commit Submitted by: rafan@muse.csie.ntu.edu.tw Revision Changes Path 1.3 +1 -1 ports/mail/libetpan/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 7:16:43 2002 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 8663C37B400; Sat, 7 Sep 2002 07:16:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B1EA43E3B; Sat, 7 Sep 2002 07:16:38 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87EGcJU012579; Sat, 7 Sep 2002 07:16:38 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87EGbQL012578; Sat, 7 Sep 2002 07:16:37 -0700 (PDT) Message-Id: <200209071416.g87EGbQL012578@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 7 Sep 2002 07:16:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/zipios++ Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/07 07:16:37 PDT Modified files: archivers/zipios++ Makefile Log: 1. fix build with gcc 3.2 2. drop maintainership Submitted by: Craig Rodrigues Revision Changes Path 1.2 +1 -1 ports/archivers/zipios++/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 7:19: 9 2002 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 0534D37B400; Sat, 7 Sep 2002 07:19:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B90CC43E3B; Sat, 7 Sep 2002 07:19:03 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87EJ3JU012788; Sat, 7 Sep 2002 07:19:03 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87EJ3pm012787; Sat, 7 Sep 2002 07:19:03 -0700 (PDT) Message-Id: <200209071419.g87EJ3pm012787@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 7 Sep 2002 07:19:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/zipios++/files patch-deflateoutputstreambuf.cpp patch-directory.h patch-fileentry.h patch-simplesmartptr.h patch-test_simplesmartptr.cpp patch-zipios_common.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/07 07:19:03 PDT Added files: archivers/zipios++/files patch-deflateoutputstreambuf.cpp patch-directory.h patch-fileentry.h patch-simplesmartptr.h patch-test_simplesmartptr.cpp patch-zipios_common.h Log: forgot to include all the patches last commit Revision Changes Path 1.1 +10 -0 ports/archivers/zipios++/files/patch-deflateoutputstreambuf.cpp (new) 1.1 +97 -0 ports/archivers/zipios++/files/patch-directory.h (new) 1.1 +13 -0 ports/archivers/zipios++/files/patch-fileentry.h (new) 1.1 +37 -0 ports/archivers/zipios++/files/patch-simplesmartptr.h (new) 1.1 +13 -0 ports/archivers/zipios++/files/patch-test_simplesmartptr.cpp (new) 1.1 +11 -0 ports/archivers/zipios++/files/patch-zipios_common.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 7:32:26 2002 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 7882B37B400; Sat, 7 Sep 2002 07:32:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6F9443E6E; Sat, 7 Sep 2002 07:32:23 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87EWNJU013918; Sat, 7 Sep 2002 07:32:23 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87EWNmi013903; Sat, 7 Sep 2002 07:32:23 -0700 (PDT) Message-Id: <200209071432.g87EWNmi013903@freefall.freebsd.org> From: Bruce Evans Date: Sat, 7 Sep 2002 07:32:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_ptrace.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/09/07 07:32:22 PDT Modified files: sys/i386/linux linux_ptrace.c Log: Include instead of depending on namespace pollution in . Revision Changes Path 1.6 +1 -0 src/sys/i386/linux/linux_ptrace.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 8:12:23 2002 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 2F1BF37B400; Sat, 7 Sep 2002 08:12:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5C1443E3B; Sat, 7 Sep 2002 08:12:16 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87FCGJU021782; Sat, 7 Sep 2002 08:12:16 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87FCGRK021781; Sat, 7 Sep 2002 08:12:16 -0700 (PDT) Message-Id: <200209071512.g87FCGRK021781@freefall.freebsd.org> From: Marc Fonvieille Date: Sat, 7 Sep 2002 08:12:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/07 08:12:15 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Add link to floppies directory for Alpha arch. Submitted by: knoland@mindspring.com Revision Changes Path 1.214 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 8:35:36 2002 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 073AE37B400; Sat, 7 Sep 2002 08:35:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE34343E4A; Sat, 7 Sep 2002 08:35:33 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87FZXJU023682; Sat, 7 Sep 2002 08:35:33 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87FZXo6023681; Sat, 7 Sep 2002 08:35:33 -0700 (PDT) Message-Id: <200209071535.g87FZXo6023681@freefall.freebsd.org> From: Jacques Vidrine Date: Sat, 7 Sep 2002 08:35:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/hesiod/files patch-hestest.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/09/07 08:35:32 PDT Added files: net/hesiod/files patch-hestest.c Log: Fix missing in hestest.c (noticed in -CURRENT). Revision Changes Path 1.1 +12 -0 ports/net/hesiod/files/patch-hestest.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 8:44:24 2002 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 C6D2E37B400; Sat, 7 Sep 2002 08:44:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DEA043E6E; Sat, 7 Sep 2002 08:44:14 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87FiEJU024439; Sat, 7 Sep 2002 08:44:14 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87FiEoQ024438; Sat, 7 Sep 2002 08:44:14 -0700 (PDT) Message-Id: <200209071544.g87FiEoQ024438@freefall.freebsd.org> From: Jacques Vidrine Date: Sat, 7 Sep 2002 08:44:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pam_krb5/files patch-pam_krb5_sess.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/09/07 08:44:13 PDT Added files: security/pam_krb5/files patch-pam_krb5_sess.c Log: Add missing . Noticed in -CURRENT. Revision Changes Path 1.1 +12 -0 ports/security/pam_krb5/files/patch-pam_krb5_sess.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 9:12:25 2002 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 2B75837B400; Sat, 7 Sep 2002 09:12:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4DE843E3B; Sat, 7 Sep 2002 09:12:22 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87GCMJU031026; Sat, 7 Sep 2002 09:12:22 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87GCMrl031025; Sat, 7 Sep 2002 09:12:22 -0700 (PDT) Message-Id: <200209071612.g87GCMrl031025@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 7 Sep 2002 09:12:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/WebMagick/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/07 09:12:22 PDT Modified files: www/WebMagick/files patch-aa Log: Update to latest variant from project CVS Revision Changes Path 1.31 +85 -38 ports/www/WebMagick/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 Sep 7 9:13: 1 2002 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 5310937B400; Sat, 7 Sep 2002 09:12:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06E1843E42; Sat, 7 Sep 2002 09:12:55 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87GCsJU031186; Sat, 7 Sep 2002 09:12:54 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87GCsic031184; Sat, 7 Sep 2002 09:12:54 -0700 (PDT) Message-Id: <200209071612.g87GCsic031184@freefall.freebsd.org> From: Matt Jacob Date: Sat, 7 Sep 2002 09:12:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/07 09:12:53 PDT Modified files: sys/dev/isp isp.c Log: The size argument to snprintf does not have to be backed off by one to account for a NULL byte. Submitted by: Jacques A. Vidrine Revision Changes Path 1.98 +17 -17 src/sys/dev/isp/isp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 9:50:43 2002 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 BF8E137B400; Sat, 7 Sep 2002 09:50:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 731A343E6A; Sat, 7 Sep 2002 09:50:37 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: from freefall.freebsd.org (dannyboy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87GoaJU034561; Sat, 7 Sep 2002 09:50:36 -0700 (PDT) (envelope-from dannyboy@freefall.freebsd.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87Goa3g034560; Sat, 7 Sep 2002 09:50:36 -0700 (PDT) Message-Id: <200209071650.g87Goa3g034560@freefall.freebsd.org> From: Daniel Harris Date: Sat, 7 Sep 2002 09:50:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal about.sgml statistic.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dannyboy 2002/09/07 09:50:36 PDT Modified files: en/internal about.sgml statistic.sgml Log: Change urchin reference to analog. Remove blurb about bsd counter, even at new address in PR counter is "broken." Spell TeraSolutions without the extra "r" it had acquired here. PR: 41758 Submitted by: Dmitry Morozovsky Revision Changes Path 1.44 +4 -5 www/en/internal/about.sgml 1.16 +6 -17 www/en/internal/statistic.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 9:50:59 2002 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 855B337B43C; Sat, 7 Sep 2002 09:50:43 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 000F843E6E; Sat, 7 Sep 2002 09:50:42 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.3/8.12.3) with ESMTP id g87Goewu030930; Sat, 7 Sep 2002 09:50:40 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.3/8.12.3/Submit) id g87GoevS030929; Sat, 7 Sep 2002 09:50:40 -0700 Date: Sat, 7 Sep 2002 09:50:40 -0700 From: Brooks Davis To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/kdump mkioctls Message-ID: <20020907095040.A28483@Odin.AC.HMC.Edu> References: <200209071220.g87CKmQo083488@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209071220.g87CKmQo083488@freefall.freebsd.org>; from sobomax@FreeBSD.org on Sat, Sep 07, 2002 at 05:20:47AM -0700 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 07, 2002 at 05:20:47AM -0700, Maxim Sobolev wrote: > sobomax 2002/09/07 05:20:47 PDT >=20 > Modified files: > usr.bin/kdump mkioctls=20 > Log: > Also add #include before to fix the > world. After a bit of thought, I realized what the real solution probably is. Rather then adding this stuff to mkioctls, most of if_gre.h should be under _KERNEL. The new ioctls just use ifreqs anyway so they don't need all the fancy definitions. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9ei5gXY6L6fI4GtQRAhRtAKDJIqA5btZrChr3jPXSrgfmdkCUtgCgviRJ Ql5QlqxrbgAvJVWvO++aVzA= =uOo7 -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 10:12:56 2002 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 E464737B400; Sat, 7 Sep 2002 10:12:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 973A743E4A; Sat, 7 Sep 2002 10:12:50 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87HCoJU042150; Sat, 7 Sep 2002 10:12:50 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87HCoNY042149; Sat, 7 Sep 2002 10:12:50 -0700 (PDT) Message-Id: <200209071712.g87HCoNY042149@freefall.freebsd.org> From: Marc Fonvieille Date: Sat, 7 Sep 2002 10:12:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/eresources chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/09/07 10:12:50 PDT Modified files: en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: Addition of fr.comp.os.bsd to the BSD newsgroups list. Revision Changes Path 1.96 +5 -0 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 11: 2:23 2002 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 4DA3737B400; Sat, 7 Sep 2002 11:02:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E544043E65; Sat, 7 Sep 2002 11:02:18 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from freefall.freebsd.org (tmm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87I2IJU046033; Sat, 7 Sep 2002 11:02:18 -0700 (PDT) (envelope-from tmm@freefall.freebsd.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87I2IeI046031; Sat, 7 Sep 2002 11:02:18 -0700 (PDT) Message-Id: <200209071802.g87I2IeI046031@freefall.freebsd.org> From: Thomas Moestl Date: Sat, 7 Sep 2002 11:02:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/linux Makefile src/sys/modules/pecoff Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/09/07 11:02:18 PDT Modified files: sys/modules/linux Makefile sys/modules/pecoff Makefile Log: Unbreak the modules build: - add dependencies on opt_cpu.h and opt_kstack_pages.h to the linux module Makefile in the i386 case. The latter is needed by an i386-only file, the former by the i386 implementation of linux_sysvec.c (opt_cpu.h is used for architecture-dependent options, so I added it only for i386, although this file is also generated for the alpha). - add a dependency on opt_kstack_pages.h to the pecoff module Makefile. Revision Changes Path 1.59 +2 -1 src/sys/modules/linux/Makefile 1.4 +2 -2 src/sys/modules/pecoff/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 11: 2:56 2002 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 3AE9537B400; Sat, 7 Sep 2002 11:02:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86E1243E6A; Sat, 7 Sep 2002 11:02:50 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87I2oJU046070; Sat, 7 Sep 2002 11:02:50 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87I2o8r046069; Sat, 7 Sep 2002 11:02:50 -0700 (PDT) Message-Id: <200209071802.g87I2o8r046069@freefall.freebsd.org> From: Clive Lin Date: Sat, 7 Sep 2002 11:02:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys clive.key X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2002/09/07 11:02:50 PDT Modified files: en_US.ISO8859-1/books/handbook/pgpkeys clive.key Log: Update my key, which has updated expiration date. Revision Changes Path 1.2 +29 -19 doc/en_US.ISO8859-1/books/handbook/pgpkeys/clive.key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 11:39:38 2002 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 995B537B400; Sat, 7 Sep 2002 11:39:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CC6643E77; Sat, 7 Sep 2002 11:39:35 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from freefall.freebsd.org (horikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87IdZJU053854; Sat, 7 Sep 2002 11:39:35 -0700 (PDT) (envelope-from horikawa@freefall.freebsd.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87IdZVJ053853; Sat, 7 Sep 2002 11:39:35 -0700 (PDT) Message-Id: <200209071839.g87IdZVJ053853@freefall.freebsd.org> From: Kazuo Horikawa Date: Sat, 7 Sep 2002 11:39:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 sh.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/09/07 11:39:34 PDT Modified files: ja_JP.eucJP/man/man1 sh.1 Log: Remove extra .Xc Restore original revision string Revision Changes Path 1.39 +1 -2 doc/ja_JP.eucJP/man/man1/sh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 11:55:18 2002 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 D278837B407; Sat, 7 Sep 2002 11:55:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A2E43E7B; Sat, 7 Sep 2002 11:54:45 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87IscJU055530; Sat, 7 Sep 2002 11:54:38 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87IscCt055529; Sat, 7 Sep 2002 11:54:38 -0700 (PDT) Message-Id: <200209071854.g87IscCt055529@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 7 Sep 2002 11:54:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla-embedded-devel Makefile ports/www/mozilla-headers-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/09/07 11:54:38 PDT Modified files: www/mozilla-embedded-devel Makefile www/mozilla-headers-devel Makefile Log: Point the -devel versions of headers and embedded to the mozilla-devel. Ugh. PR: 42506 Submitted by: Esa Karkkainen Revision Changes Path 1.18 +2 -2 ports/www/mozilla-embedded-devel/Makefile 1.9 +2 -2 ports/www/mozilla-headers-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 11:57: 7 2002 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 2056F37B40E; Sat, 7 Sep 2002 11:57:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F027043E91; Sat, 7 Sep 2002 11:56:22 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87IuIJU055707; Sat, 7 Sep 2002 11:56:18 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87IuIEe055706; Sat, 7 Sep 2002 11:56:18 -0700 (PDT) Message-Id: <200209071856.g87IuIEe055706@freefall.freebsd.org> From: Juli Mallett Date: Sat, 7 Sep 2002 11:56:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_sysvec.c src/sys/pc98/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/07 11:56:18 PDT Modified files: sys/i386/linux linux_sysvec.c sys/pc98/i386 machdep.c Log: Diff reduction in comments for filling the siginfo structure - refer to filling in the POSIX parts, when doing the same thing in every port of FreeBSD. Revision Changes Path 1.106 +1 -1 src/sys/i386/linux/linux_sysvec.c 1.291 +1 -1 src/sys/pc98/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 Sat Sep 7 11:59:22 2002 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 300FE37B407; Sat, 7 Sep 2002 11:59:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1478243E42; Sat, 7 Sep 2002 11:59:16 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87IxFJU055982; Sat, 7 Sep 2002 11:59:15 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87IxFM5055981; Sat, 7 Sep 2002 11:59:15 -0700 (PDT) Message-Id: <200209071859.g87IxFM5055981@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 7 Sep 2002 11:59:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/07 11:59:15 PDT Modified files: release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml Log: Add some more AMD processors to the supported hardware list. PR: 40712 Revision Changes Path 1.3 +5 -3 src/release/doc/en_US.ISO8859-1/hardware/i386/proc-i386.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 12: 4:40 2002 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 278D737B400; Sat, 7 Sep 2002 12:04:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE7AE43E65; Sat, 7 Sep 2002 12:04:35 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87J4ZJU056638; Sat, 7 Sep 2002 12:04:35 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87J4ZLr056637; Sat, 7 Sep 2002 12:04:35 -0700 (PDT) Message-Id: <200209071904.g87J4ZLr056637@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 7 Sep 2002 12:04:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/07 12:04:35 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: COMPAT_AOUT, AMD Elan SC520 support. Revision Changes Path 1.422 +9 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 12: 8:52 2002 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 D128F37B400; Sat, 7 Sep 2002 12:08:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 839EA43E42; Sat, 7 Sep 2002 12:08:48 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87J8mJU061174; Sat, 7 Sep 2002 12:08:48 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87J8mGl061173; Sat, 7 Sep 2002 12:08:48 -0700 (PDT) Message-Id: <200209071908.g87J8mGl061173@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 7 Sep 2002 12:08:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/09/07 12:08:48 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml Log: MFC: Add some more AMD processors to the supported hardware list. proc-i386.sgml 1.2->1.3 (partial) PR: 40712 Approved by: re (implicitly) Revision Changes Path 1.1.2.3 +3 -3 src/release/doc/en_US.ISO8859-1/hardware/i386/proc-i386.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 12:12:22 2002 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 C426437B400; Sat, 7 Sep 2002 12:12:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8155543E72; Sat, 7 Sep 2002 12:12:19 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87JCJJU062024; Sat, 7 Sep 2002 12:12:19 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87JCIMw062023; Sat, 7 Sep 2002 12:12:18 -0700 (PDT) Message-Id: <200209071912.g87JCIMw062023@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 7 Sep 2002 12:12:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/pygopherd Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/pygopherd/files patch-pygopherd patch-pygopherd.8 patch-pygopherd.conf patch-setup.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/07 12:12:18 PDT Modified files: net Makefile Added files: net/pygopherd Makefile distinfo pkg-comment pkg-descr pkg-plist net/pygopherd/files patch-pygopherd patch-pygopherd.8 patch-pygopherd.conf patch-setup.py Log: add pygopherd 1.1.0 Multiprotocol Information Server Revision Changes Path 1.829 +1 -0 ports/net/Makefile 1.1 +36 -0 ports/net/pygopherd/Makefile (new) 1.1 +1 -0 ports/net/pygopherd/distinfo (new) 1.1 +11 -0 ports/net/pygopherd/files/patch-pygopherd (new) 1.1 +11 -0 ports/net/pygopherd/files/patch-pygopherd.8 (new) 1.1 +11 -0 ports/net/pygopherd/files/patch-pygopherd.conf (new) 1.1 +11 -0 ports/net/pygopherd/files/patch-setup.py (new) 1.1 +1 -0 ports/net/pygopherd/pkg-comment (new) 1.1 +19 -0 ports/net/pygopherd/pkg-descr (new) 1.1 +124 -0 ports/net/pygopherd/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 12:12:38 2002 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 9F4AE37B401; Sat, 7 Sep 2002 12:12:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF62E43E72; Sat, 7 Sep 2002 12:12:24 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87JCOJU062067; Sat, 7 Sep 2002 12:12:24 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87JCOha062066; Sat, 7 Sep 2002 12:12:24 -0700 (PDT) Message-Id: <200209071912.g87JCOha062066@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 7 Sep 2002 12:12:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/09/07 12:12:24 PDT Modified files: . modules Log: pygopherd --> ports/net/pygopherd Revision Changes Path 1.5829 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 12:13: 3 2002 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 6C83037B400; Sat, 7 Sep 2002 12:12:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28BE143E42; Sat, 7 Sep 2002 12:12:54 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87JCsJU062249; Sat, 7 Sep 2002 12:12:54 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87JCs0I062248; Sat, 7 Sep 2002 12:12:54 -0700 (PDT) Message-Id: <200209071912.g87JCs0I062248@freefall.freebsd.org> From: Juli Mallett Date: Sat, 7 Sep 2002 12:12:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/i386/i386 machdep.c src/sys/ia64/ia64 machdep.c src/sys/pc98/i386 machdep.c src/sys/sparc64/sparc64 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/07 12:12:53 PDT Modified files: sys/alpha/alpha machdep.c sys/i386/i386 machdep.c sys/ia64/ia64 machdep.c sys/pc98/i386 machdep.c sys/sparc64/sparc64 machdep.c Log: Fill out two fields (si_pid, si_uid) in the siginfo structure handed back to userland in the signal handler that were not being iflled out before, but should and can be. This part of sendsig could be slightly refactored to use an MI interface, or ideally, *sendsig*() would have an API change to accept a siginfo_t, which would be filled out by an MI function in the level above sendsig, and said MI function would make a small call into MD code to fill out the MD parts (some of which may be bogus, such as the si_addr stuff in some places). This would eventually make it possible for parts of the kernel sending signals to set up a siginfo with meaningful information. Reviewed by: mux MFC after: 2 weeks Revision Changes Path 1.184 +2 -0 src/sys/alpha/alpha/machdep.c 1.532 +2 -0 src/sys/i386/i386/machdep.c 1.110 +2 -0 src/sys/ia64/ia64/machdep.c 1.292 +2 -0 src/sys/pc98/i386/machdep.c 1.62 +2 -0 src/sys/sparc64/sparc64/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 Sep 7 12:17:43 2002 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 0ECB537B400; Sat, 7 Sep 2002 12:17:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B826643E6E; Sat, 7 Sep 2002 12:17:38 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87JHcJU062515; Sat, 7 Sep 2002 12:17:38 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87JHcmf062514; Sat, 7 Sep 2002 12:17:38 -0700 (PDT) Message-Id: <200209071917.g87JHcmf062514@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 7 Sep 2002 12:17:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/mp-letter Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/07 12:17:38 PDT Modified files: print/mp-letter Makefile Log: Update MASTERSITES. Reminded by: fenner unfetchable distfiles email Revision Changes Path 1.17 +5 -3 ports/print/mp-letter/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 12:25:10 2002 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 4CB6537B400; Sat, 7 Sep 2002 12:25:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01AA443E65; Sat, 7 Sep 2002 12:25:07 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87JP6JU063202; Sat, 7 Sep 2002 12:25:06 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87JP6JT063201; Sat, 7 Sep 2002 12:25:06 -0700 (PDT) Message-Id: <200209071925.g87JP6JT063201@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 7 Sep 2002 12:25:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/clog Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/07 12:25:06 PDT Modified files: net/clog Makefile Log: Update MASTERSITES. Reminded by: fenner Revision Changes Path 1.8 +3 -4 ports/net/clog/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 12:51:39 2002 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 65E6837B400; Sat, 7 Sep 2002 12:51:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8534D43E81; Sat, 7 Sep 2002 12:51:32 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from freefall.freebsd.org (olgeni@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87JpVJU065410; Sat, 7 Sep 2002 12:51:31 -0700 (PDT) (envelope-from olgeni@freefall.freebsd.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87JpVNF065409; Sat, 7 Sep 2002 12:51:31 -0700 (PDT) Message-Id: <200209071951.g87JpVNF065409@freefall.freebsd.org> From: Jimmy Olgeni Date: Sat, 7 Sep 2002 12:51:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/mit-scheme Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/09/07 12:51:31 PDT Modified files: lang/mit-scheme Makefile Log: Add missing url type to MASTER_SITES. Revision Changes Path 1.32 +1 -1 ports/lang/mit-scheme/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 13: 4:41 2002 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 E554037B400; Sat, 7 Sep 2002 13:04:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AAE443E75; Sat, 7 Sep 2002 13:04:38 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87K4cJU066379; Sat, 7 Sep 2002 13:04:38 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87K4cSk066378; Sat, 7 Sep 2002 13:04:38 -0700 (PDT) Message-Id: <200209072004.g87K4cSk066378@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 7 Sep 2002 13:04:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/celvis Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/07 13:04:38 PDT Modified files: chinese/celvis Makefile Log: Turn over to ports@. Revision Changes Path 1.15 +2 -2 ports/chinese/celvis/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 13: 5:14 2002 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 6E84F37B400; Sat, 7 Sep 2002 13:05:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A56443E81; Sat, 7 Sep 2002 13:05:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87K58JU067183; Sat, 7 Sep 2002 13:05:08 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87K58im067180; Sat, 7 Sep 2002 13:05:08 -0700 (PDT) Message-Id: <200209072005.g87K58im067180@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 7 Sep 2002 13:05:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/cxterm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/07 13:05:08 PDT Modified files: chinese/cxterm Makefile Log: Turn over to ports@. Revision Changes Path 1.19 +2 -2 ports/chinese/cxterm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 13: 7:47 2002 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 E03E737B400; Sat, 7 Sep 2002 13:07:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66CC543E75; Sat, 7 Sep 2002 13:07:41 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87K7fJU070844; Sat, 7 Sep 2002 13:07:41 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87K7fnJ070843; Sat, 7 Sep 2002 13:07:41 -0700 (PDT) Message-Id: <200209072007.g87K7fnJ070843@freefall.freebsd.org> From: Oliver Braun Date: Sat, 7 Sep 2002 13:07:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/hs-c2hs Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/09/07 13:07:41 PDT Modified files: devel/hs-c2hs Makefile distinfo pkg-plist Log: * Upgrade to 0.10.16. * Add knob WITH_PROFILE. Revision Changes Path 1.4 +13 -1 ports/devel/hs-c2hs/Makefile 1.2 +1 -1 ports/devel/hs-c2hs/distinfo 1.2 +13 -12 ports/devel/hs-c2hs/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 Sep 7 13:38: 8 2002 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 436F037B400; Sat, 7 Sep 2002 13:38:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAFF343E4A; Sat, 7 Sep 2002 13:38:01 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87Kc1JU073201; Sat, 7 Sep 2002 13:38:01 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87Kc1c8073200; Sat, 7 Sep 2002 13:38:01 -0700 (PDT) Message-Id: <200209072038.g87Kc1c8073200@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 7 Sep 2002 13:38:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/xxgdb/files patch-ah patch-ai X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/07 13:38:01 PDT Added files: devel/xxgdb/files patch-ah patch-ai Log: Fix build on -current (union wait removal). Submitted by: kan Revision Changes Path 1.1 +20 -0 ports/devel/xxgdb/files/patch-ah (new) 1.1 +20 -0 ports/devel/xxgdb/files/patch-ai (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 13:53:12 2002 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 4988437B400; Sat, 7 Sep 2002 13:53:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0DEF43E65; Sat, 7 Sep 2002 13:53:08 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87Kr8JU074420; Sat, 7 Sep 2002 13:53:08 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87Kr8Uq074419; Sat, 7 Sep 2002 13:53:08 -0700 (PDT) Message-Id: <200209072053.g87Kr8Uq074419@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 7 Sep 2002 13:53:08 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/07 13:53:08 PDT Modified files: Mk bsd.sites.mk Log: Two MASTER_SITE_SOURCEWARE fixes. The first fixes an existing problem, the second the fact that sourceware is scheduled to go away. Submitted by: pfeifer Revision Changes Path 1.99 +3 -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 Sat Sep 7 13:55:23 2002 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 7BE8A37B400; Sat, 7 Sep 2002 13:55:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B10E43E4A; Sat, 7 Sep 2002 13:55:19 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87KtJJU074535; Sat, 7 Sep 2002 13:55:19 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87KtJip074534; Sat, 7 Sep 2002 13:55:19 -0700 (PDT) Message-Id: <200209072055.g87KtJip074534@freefall.freebsd.org> From: Patrick Li Date: Sat, 7 Sep 2002 13:55:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/ion/files patch-disable_border patch-system.mk patch-winprop_frame X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/09/07 13:55:18 PDT Modified files: x11-wm/ion/files patch-system.mk Added files: x11-wm/ion/files patch-disable_border patch-winprop_frame Log: Unbreak build and add 2 new patches for enable/disable border and frame functionality. PR: ports/41056 Submitted by: maintainer Revision Changes Path 1.1 +162 -0 ports/x11-wm/ion/files/patch-disable_border (new) 1.3 +8 -4 ports/x11-wm/ion/files/patch-system.mk 1.1 +74 -0 ports/x11-wm/ion/files/patch-winprop_frame (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 13:58:47 2002 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 5C32A37B400; Sat, 7 Sep 2002 13:58:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F1A543E3B; Sat, 7 Sep 2002 13:58:45 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87KwiJU074979; Sat, 7 Sep 2002 13:58:44 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87KwiTD074978; Sat, 7 Sep 2002 13:58:44 -0700 (PDT) Message-Id: <200209072058.g87KwiTD074978@freefall.freebsd.org> From: Patrick Li Date: Sat, 7 Sep 2002 13:58:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/gbase Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/09/07 13:58:44 PDT Modified files: converters/gbase Makefile Log: Add USE_GNOMENG PR: ports/42191 Submitted by: Edwin Groothuis Revision Changes Path 1.3 +2 -1 ports/converters/gbase/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 14:59:54 2002 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 C251737B400; Sat, 7 Sep 2002 14:59:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75EA343E3B; Sat, 7 Sep 2002 14:59:49 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87LxnJU084087; Sat, 7 Sep 2002 14:59:49 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87LxliD084086; Sat, 7 Sep 2002 14:59:47 -0700 (PDT) Message-Id: <200209072159.g87LxliD084086@freefall.freebsd.org> From: Tim Vanderhoek Date: Sat, 7 Sep 2002 14:59:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/44bsd-more pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/07 14:59:45 PDT Modified files: misc/44bsd-more pkg-descr Log: Minor notational pedantism. Revision Changes Path 1.2 +1 -1 ports/misc/44bsd-more/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 Sep 7 15: 7:16 2002 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 CDE4B37B400; Sat, 7 Sep 2002 15:07:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9386343E4A; Sat, 7 Sep 2002 15:07:12 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87M7CJU089372; Sat, 7 Sep 2002 15:07:12 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87M7CWN089371; Sat, 7 Sep 2002 15:07:12 -0700 (PDT) Message-Id: <200209072207.g87M7CWN089371@freefall.freebsd.org> From: Peter Wemm Date: Sat, 7 Sep 2002 15:07:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options options.i386 options.pc98 options.x86_64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/07 15:07:12 PDT Modified files: sys/conf options options.i386 options.pc98 options.x86_64 Log: Move the KSTACK_PAGES option from MD to MI. Although not all platforms support this, we do have MI code that references it and is otherwise unaware of an override. The alternative is to put knowledge in these MI files about which platforms have the opt_kstack_pages.h option file. It is more likely that other platforms will gain the ability to tune the kstack size. Revision Changes Path 1.348 +1 -0 src/sys/conf/options 1.180 +0 -1 src/sys/conf/options.i386 1.153 +0 -1 src/sys/conf/options.pc98 1.2 +0 -1 src/sys/conf/options.x86_64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 15:11:49 2002 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 25C9037B401; Sat, 7 Sep 2002 15:11:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9C0A43E42; Sat, 7 Sep 2002 15:11:45 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87MBjJU089742; Sat, 7 Sep 2002 15:11:45 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87MBjQB089741; Sat, 7 Sep 2002 15:11:45 -0700 (PDT) Message-Id: <200209072211.g87MBjQB089741@freefall.freebsd.org> From: Peter Wemm Date: Sat, 7 Sep 2002 15:11:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c src/sys/sys systm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/07 15:11:45 PDT Modified files: sys/kern kern_proc.c sys/sys systm.h Log: Make UAREA_PAGES and KSTACK_PAGES visible to userland via sysctl, like PS_STRINGS and USRSTACK is. This is necessary in order to decode a.out core dumps. kern_proc.c was already referring to both of these values but was missing the #include "opt_kstack_pages.h". Make the sysctl variables visible so that certain kld modules can see how their parent kernel was configured. Revision Changes Path 1.146 +6 -0 src/sys/kern/kern_proc.c 1.183 +2 -0 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 15:15:51 2002 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 6FA9D37B400; Sat, 7 Sep 2002 15:15:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D03043E42; Sat, 7 Sep 2002 15:15:48 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87MFlJU090278; Sat, 7 Sep 2002 15:15:48 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87MFlC2090277; Sat, 7 Sep 2002 15:15:47 -0700 (PDT) Message-Id: <200209072215.g87MFlC2090277@freefall.freebsd.org> From: Peter Wemm Date: Sat, 7 Sep 2002 15:15:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_aout.c src/sys/i386/linux linux_sysvec.c src/sys/compat/pecoff imgact_pecoff.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/07 15:15:47 PDT Modified files: sys/kern imgact_aout.c sys/i386/linux linux_sysvec.c sys/compat/pecoff imgact_pecoff.c Log: The true value of how the kernel was configured for KSTACK_PAGES was not available at module compile time. Do not #include the bogus opt_kstack_pages.h at this point and instead refer to the variables that are also exported via sysctl. Revision Changes Path 1.24 +7 -8 src/sys/compat/pecoff/imgact_pecoff.c 1.107 +6 -6 src/sys/i386/linux/linux_sysvec.c 1.85 +6 -8 src/sys/kern/imgact_aout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 15:18:23 2002 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 9147937B400; Sat, 7 Sep 2002 15:18:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4418143E72; Sat, 7 Sep 2002 15:18:20 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87MIKJU090509; Sat, 7 Sep 2002 15:18:20 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87MIKYB090508; Sat, 7 Sep 2002 15:18:20 -0700 (PDT) Message-Id: <200209072218.g87MIKYB090508@freefall.freebsd.org> From: Peter Wemm Date: Sat, 7 Sep 2002 15:18:20 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/07 15:18:20 PDT Modified files: sys/kern sys_process.c Log: Remove bogus fill_kinfo_proc() before ptrace_set_pc(). There was no need for this. Submitted by: bde Revision Changes Path 1.102 +0 -1 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 Sat Sep 7 15:31:51 2002 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 398B137B400; Sat, 7 Sep 2002 15:31:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB48C43E3B; Sat, 7 Sep 2002 15:31:44 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87MViJU091814; Sat, 7 Sep 2002 15:31:44 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87MVixx091813; Sat, 7 Sep 2002 15:31:44 -0700 (PDT) Message-Id: <200209072231.g87MVixx091813@freefall.freebsd.org> From: Peter Wemm Date: Sat, 7 Sep 2002 15:31:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_aout.c src/sys/compat/pecoff imgact_pecoff.c src/sys/i386/linux linux_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/07 15:31:44 PDT Modified files: sys/kern imgact_aout.c sys/compat/pecoff imgact_pecoff.c sys/i386/linux linux_sysvec.c Log: Tidy up some loose ends that bde pointed out. caddr_t bad, ok? Move fill_kinfo_proc to before we copy the results instead of after the copy and too late. There is still more to do here. Revision Changes Path 1.25 +6 -7 src/sys/compat/pecoff/imgact_pecoff.c 1.108 +7 -8 src/sys/i386/linux/linux_sysvec.c 1.86 +7 -7 src/sys/kern/imgact_aout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 15:43:50 2002 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 5A17537B400; Sat, 7 Sep 2002 15:43:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DD4043E4A; Sat, 7 Sep 2002 15:43:45 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87MhiJU092631; Sat, 7 Sep 2002 15:43:44 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87MhiTm092630; Sat, 7 Sep 2002 15:43:44 -0700 (PDT) Message-Id: <200209072243.g87MhiTm092630@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 7 Sep 2002 15:43:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/EZWGL distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/07 15:43:44 PDT Modified files: graphics/EZWGL distinfo Log: The previous distfile was corrupted; the new one has no other changes. Submitted by: kan Revision Changes Path 1.7 +1 -1 ports/graphics/EZWGL/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 15:55:11 2002 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 6F6F337B400; Sat, 7 Sep 2002 15:55:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FCD843E75; Sat, 7 Sep 2002 15:55:07 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87Mt6JU093418; Sat, 7 Sep 2002 15:55:06 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87Mt6Qg093413; Sat, 7 Sep 2002 15:55:06 -0700 (PDT) Message-Id: <200209072255.g87Mt6Qg093413@freefall.freebsd.org> From: Giorgos Keramidas Date: Sat, 7 Sep 2002 15:55:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/releng-packages article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/07 15:55:06 PDT Modified files: en_US.ISO8859-1/articles/releng-packages article.sgml Log: Mark up file content sample with . Revision Changes Path 1.7 +1 -1 doc/en_US.ISO8859-1/articles/releng-packages/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 16: 6:12 2002 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 55D7C37B400; Sat, 7 Sep 2002 16:06:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 071E443E65; Sat, 7 Sep 2002 16:06:10 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87N69JU098433; Sat, 7 Sep 2002 16:06:09 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87N69TR098432; Sat, 7 Sep 2002 16:06:09 -0700 (PDT) Message-Id: <200209072306.g87N69TR098432@freefall.freebsd.org> From: Giorgos Keramidas Date: Sat, 7 Sep 2002 16:06:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/releng-packages article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/07 16:06:09 PDT Modified files: en_US.ISO8859-1/articles/releng-packages article.sgml Log: Add a and a couple of syntax/grammar fixes. Revision Changes Path 1.8 +3 -3 doc/en_US.ISO8859-1/articles/releng-packages/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 16:12:31 2002 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 86A6837B400; Sat, 7 Sep 2002 16:12:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3639343E4A; Sat, 7 Sep 2002 16:12:29 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87NCTJU099079; Sat, 7 Sep 2002 16:12:29 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87NCTSJ099078; Sat, 7 Sep 2002 16:12:29 -0700 (PDT) Message-Id: <200209072312.g87NCTSJ099078@freefall.freebsd.org> From: Giorgos Keramidas Date: Sat, 7 Sep 2002 16:12:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/releng-packages article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/07 16:12:29 PDT Modified files: en_US.ISO8859-1/articles/releng-packages article.sgml Log: Markup INDEX with everywhere. Revision Changes Path 1.9 +4 -4 doc/en_US.ISO8859-1/articles/releng-packages/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 16:34:29 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 6A47237B400; Sat, 7 Sep 2002 16:34:23 -0700 (PDT) Date: Sat, 7 Sep 2002 16:34:23 -0700 From: Juli Mallett To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha machdep.c src/sys/i386/i386 machdep.c src/sys/ia64/ia64 machdep.c src/sys/pc98/i386 machdep.c src/sys/sparc64/sparc64 machdep.c Message-ID: <20020907163423.A14528@FreeBSD.org> References: <200209071912.g87JCs0I062248@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209071912.g87JCs0I062248@freefall.freebsd.org>; from jmallett@FreeBSD.org on Sat, Sep 07, 2002 at 12:12:53PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Juli Mallett [ Data: 2002-09-07 ] [ Subjecte: cvs commit: src/sys/alpha/alpha machdep.c src/sys/i386/i386 machdep.c src/sys/ia64/ia64 machdep.c src/sys/pc98/i386 machdep.c src/sys/sparc64/sparc64 machdep.c ] > jmallett 2002/09/07 12:12:53 PDT > > Modified files: > sys/alpha/alpha machdep.c > sys/i386/i386 machdep.c > sys/ia64/ia64 machdep.c > sys/pc98/i386 machdep.c > sys/sparc64/sparc64 machdep.c > Log: > Fill out two fields (si_pid, si_uid) in the siginfo structure handed back > to userland in the signal handler that were not being iflled out before, but > should and can be. Note that until everything is refactored as I want, I can't make these fields "honest", about who's sending the signal, just about who the signal is being delivered to. I'm now torn, do I want to continue to push just to break the kernel API for signal senders, or do I want to push to also use siginfo's instead of signal numbers, in the kernel? This would allow code sending signals to send *much* more information, too. SVR4 uses siginfo much more "nicely" than we use things, I think. Being able to get meaningful information is very nice. It might also be possible to implement some of the shiny signal-based poll mechanisms, given the ability to pack somewhat arbitrary data into the siginfo structure. We also have plenty of room for growth in it, not that FreeBSD has an in-use ABI for siginfo, really. juli (who's ashamed to admit to having fun in the kernel) -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@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 Sep 7 17: 7:53 2002 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 B065637B400; Sat, 7 Sep 2002 17:07:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6404D43E6A; Sat, 7 Sep 2002 17:07:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8807oJU007294; Sat, 7 Sep 2002 17:07:50 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8807onU007293; Sat, 7 Sep 2002 17:07:50 -0700 (PDT) Message-Id: <200209080007.g8807onU007293@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 7 Sep 2002 17:07:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/crafty/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/07 17:07:50 PDT Modified files: games/crafty/files patch-aa Log: Link with ${CXX} instead of ${CC} since this contains C++ code. Revision Changes Path 1.15 +18 -7 ports/games/crafty/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 Sep 7 17:15:54 2002 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 278AB37B401; Sat, 7 Sep 2002 17:15:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2EA043E6E; Sat, 7 Sep 2002 17:15:50 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: from freefall.freebsd.org (sf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g880FoJU007965; Sat, 7 Sep 2002 17:15:50 -0700 (PDT) (envelope-from sf@freefall.freebsd.org) Received: (from sf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g880FoOQ007964; Sat, 7 Sep 2002 17:15:50 -0700 (PDT) Message-Id: <200209080015.g880FoOQ007964@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sat, 7 Sep 2002 17:15:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/linux_rar Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sf 2002/09/07 17:15:50 PDT Modified files: archivers/linux_rar Makefile pkg-descr Log: o track MASTER_SITES. o mark IGNORE: recommend to use archiver/rar instead. BSD binary works better. Revision Changes Path 1.24 +3 -1 ports/archivers/linux_rar/Makefile 1.4 +1 -1 ports/archivers/linux_rar/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 Sep 7 17:17:28 2002 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 37FEF37B400; Sat, 7 Sep 2002 17:17:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF2C043E4A; Sat, 7 Sep 2002 17:17:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g880HMJU008078; Sat, 7 Sep 2002 17:17:22 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g880HMdo008077; Sat, 7 Sep 2002 17:17:22 -0700 (PDT) Message-Id: <200209080017.g880HMdo008077@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 7 Sep 2002 17:17:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/flashplayer/files Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/07 17:17:22 PDT Modified files: graphics/flashplayer/files Makefile Log: This is a C++ program, not a C program..use appropriate magic. Revision Changes Path 1.3 +3 -3 ports/graphics/flashplayer/files/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 17:30:40 2002 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 B6D7A37B400; Sat, 7 Sep 2002 17:30:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6109D43E6A; Sat, 7 Sep 2002 17:30:37 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g880UbJU009261; Sat, 7 Sep 2002 17:30:37 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g880Ub1F009260; Sat, 7 Sep 2002 17:30:37 -0700 (PDT) Message-Id: <200209080030.g880Ub1F009260@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 7 Sep 2002 17:30:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/fte/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/07 17:30:37 PDT Modified files: editors/fte/files patch-ac Log: This is C++ code, so build and link with ${CXX}. This still blows up later with a compiler error. Revision Changes Path 1.2 +13 -7 ports/editors/fte/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 Sat Sep 7 17:36:51 2002 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 B56D037B400; Sat, 7 Sep 2002 17:36:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B9D343E77; Sat, 7 Sep 2002 17:36:48 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g880amJU009549; Sat, 7 Sep 2002 17:36:48 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g880amWC009548; Sat, 7 Sep 2002 17:36:48 -0700 (PDT) Message-Id: <200209080036.g880amWC009548@freefall.freebsd.org> From: Christian Weisgerber Date: Sat, 7 Sep 2002 17:36:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/wy60 Makefile distinfo pkg-plist ports/comms/wy60/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/09/07 17:36:47 PDT Modified files: comms/wy60 Makefile distinfo pkg-plist Added files: comms/wy60/files patch-Makefile.in Log: Update to 2.0.4: emulation improvements. Revision Changes Path 1.2 +3 -4 ports/comms/wy60/Makefile 1.2 +1 -1 ports/comms/wy60/distinfo 1.1 +14 -0 ports/comms/wy60/files/patch-Makefile.in (new) 1.2 +4 -2 ports/comms/wy60/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 Sep 7 17:37:14 2002 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 3201937B400; Sat, 7 Sep 2002 17:37:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D879943E81; Sat, 7 Sep 2002 17:37:08 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g880b8JU009660; Sat, 7 Sep 2002 17:37:08 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g880b8HL009659; Sat, 7 Sep 2002 17:37:08 -0700 (PDT) Message-Id: <200209080037.g880b8HL009659@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 7 Sep 2002 17:37:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/dtv/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/07 17:37:08 PDT Added files: graphics/dtv/files patch-aa Log: Fix build on -current (machine/soundcard.h -> sys/soundcard.h) Revision Changes Path 1.1 +11 -0 ports/graphics/dtv/files/patch-aa (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 17:40:58 2002 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 35B6837B400; Sat, 7 Sep 2002 17:40:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA3BC43E3B; Sat, 7 Sep 2002 17:40:52 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g880eqJU009933; Sat, 7 Sep 2002 17:40:52 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g880eqBj009932; Sat, 7 Sep 2002 17:40:52 -0700 (PDT) Message-Id: <200209080040.g880eqBj009932@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 7 Sep 2002 17:40:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/editss/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/07 17:40:52 PDT Added files: games/editss/files patch-aa patch-ab patch-ac Log: Fix build on -current (unnecessary #include ) Revision Changes Path 1.1 +10 -0 ports/games/editss/files/patch-aa (new) 1.1 +10 -0 ports/games/editss/files/patch-ab (new) 1.1 +10 -0 ports/games/editss/files/patch-ac (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 17:42:34 2002 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 CAAD937B400; Sat, 7 Sep 2002 17:42:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77D7B43E65; Sat, 7 Sep 2002 17:42:29 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g880gTJU010358; Sat, 7 Sep 2002 17:42:29 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g880gT2v010357; Sat, 7 Sep 2002 17:42:29 -0700 (PDT) Message-Id: <200209080042.g880gT2v010357@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 7 Sep 2002 17:42:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/fkiss/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/07 17:42:29 PDT Added files: games/fkiss/files patch-aa Log: Fix build on current (machine/soundcard.h -> sys/soundcard.h) Revision Changes Path 1.1 +11 -0 ports/games/fkiss/files/patch-aa (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 17:44:47 2002 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 ADD2F37B400; Sat, 7 Sep 2002 17:44:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60ABA43E42; Sat, 7 Sep 2002 17:44:43 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g880ihJU010490; Sat, 7 Sep 2002 17:44:43 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g880ihmO010489; Sat, 7 Sep 2002 17:44:43 -0700 (PDT) Message-Id: <200209080044.g880ihmO010489@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 7 Sep 2002 17:44:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gmixer/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/07 17:44:43 PDT Modified files: audio/gmixer/files patch-ab Log: Fix build on -current (machine/soundcard.h -> sys/soundcard.h) Revision Changes Path 1.2 +3 -3 ports/audio/gmixer/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 Sep 7 17:45:46 2002 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 EE89537B400; Sat, 7 Sep 2002 17:45:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62C2C43E4A; Sat, 7 Sep 2002 17:45:38 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g880jcJU010603; Sat, 7 Sep 2002 17:45:38 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g880jbOa010602; Sat, 7 Sep 2002 17:45:37 -0700 (PDT) Message-Id: <200209080045.g880jbOa010602@freefall.freebsd.org> From: Giorgos Keramidas Date: Sat, 7 Sep 2002 17:45:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/releng-packages article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/07 17:45:37 PDT Modified files: en_US.ISO8859-1/articles/releng-packages article.sgml Log: Lots of tagging and sgml'ification. Revision Changes Path 1.10 +14 -14 doc/en_US.ISO8859-1/articles/releng-packages/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 17:47:51 2002 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 56B5C37B400; Sat, 7 Sep 2002 17:47:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA7D643E3B; Sat, 7 Sep 2002 17:47:46 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g880lkJU010710; Sat, 7 Sep 2002 17:47:46 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g880lkhL010709; Sat, 7 Sep 2002 17:47:46 -0700 (PDT) Message-Id: <200209080047.g880lkhL010709@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 7 Sep 2002 17:47:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mixer.app/files patch-Mixer.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/07 17:47:46 PDT Added files: audio/mixer.app/files patch-Mixer.cc Log: Fix build on -current (machine/soundcard.h -> sys/soundcard.h) Revision Changes Path 1.1 +11 -0 ports/audio/mixer.app/files/patch-Mixer.cc (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 17:48: 5 2002 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 7EE1F37B401; Sat, 7 Sep 2002 17:47:47 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0267A43E42; Sat, 7 Sep 2002 17:47:46 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 1201E9E59; Sat, 7 Sep 2002 20:41:33 -0400 (EDT) Date: Sat, 7 Sep 2002 20:41:33 -0400 From: Mike Barcroft To: Juli Mallett Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha machdep.c src/sys/i386/i386 machdep.c src/sys/ia64/ia64 machdep.c src/sys/pc98/i386 machdep.c src/sys/sparc64/sparc64 machdep.c Message-ID: <20020907204132.J47192@espresso.q9media.com> References: <200209071912.g87JCs0I062248@freefall.freebsd.org> <20020907163423.A14528@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020907163423.A14528@FreeBSD.org>; from jmallett@FreeBSD.org on Sat, Sep 07, 2002 at 04:34:23PM -0700 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Juli Mallett writes: > Note that until everything is refactored as I want, I can't make these > fields "honest", about who's sending the signal, just about who the signal > is being delivered to. I'm now torn, do I want to continue to push just > to break the kernel API for signal senders, or do I want to push to also > use siginfo's instead of signal numbers, in the kernel? This would allow > code sending signals to send *much* more information, too. SVR4 uses > siginfo much more "nicely" than we use things, I think. Being able to > get meaningful information is very nice. I'd like to see p_xstat replaced with a p_xsiginfo in struct proc to help facilitate waitid(2). I think the extra information provided by siginfo_t would be useful for debugging large applications that have many processes. If using siginfo_t's instead of plain int's helps facilitate other POSIX interfaces, the 56 byte overhead (on ILP32) isn't much to pay. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 17:48:19 2002 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 C170937B400; Sat, 7 Sep 2002 17:48:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41BDB43E6A; Sat, 7 Sep 2002 17:48:15 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g880mFJU010788; Sat, 7 Sep 2002 17:48:15 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g880mF5r010787; Sat, 7 Sep 2002 17:48:15 -0700 (PDT) Message-Id: <200209080048.g880mF5r010787@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 7 Sep 2002 17:48:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/fxtv/files patch-ad patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/07 17:48:15 PDT Added files: graphics/fxtv/files patch-ad patch-ae Log: Fix build on -current (machine/soundcard.h -> sys/soundcard.h, and #ifdef 0 -> #if 0) Revision Changes Path 1.3 +13 -0 ports/graphics/fxtv/files/patch-ad (new) 1.1 +11 -0 ports/graphics/fxtv/files/patch-ae (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 17:52:51 2002 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 EA9FF37B400; Sat, 7 Sep 2002 17:52:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C1A643E65; Sat, 7 Sep 2002 17:52:47 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g880qlJU011366; Sat, 7 Sep 2002 17:52:47 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g880qlgY011365; Sat, 7 Sep 2002 17:52:47 -0700 (PDT) Message-Id: <200209080052.g880qlgY011365@freefall.freebsd.org> From: Giorgos Keramidas Date: Sat, 7 Sep 2002 17:52:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/releng-packages article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/07 17:52:47 PDT Modified files: en_US.ISO8859-1/articles/releng-packages article.sgml Log: Expand contractions. Revision Changes Path 1.11 +30 -30 doc/en_US.ISO8859-1/articles/releng-packages/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 17:58:42 2002 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 112BE37B400; Sat, 7 Sep 2002 17:58:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4E4A43E72; Sat, 7 Sep 2002 17:58:39 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g880wdJU011617; Sat, 7 Sep 2002 17:58:39 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g880wdvu011616; Sat, 7 Sep 2002 17:58:39 -0700 (PDT) Message-Id: <200209080058.g880wdvu011616@freefall.freebsd.org> From: Giorgos Keramidas Date: Sat, 7 Sep 2002 17:58:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/releng-packages article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/07 17:58:39 PDT Modified files: en_US.ISO8859-1/articles/releng-packages article.sgml Log: Add and reword a few remaining places. Revision Changes Path 1.12 +6 -6 doc/en_US.ISO8859-1/articles/releng-packages/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 18: 1:48 2002 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 792EF37B401; Sat, 7 Sep 2002 18:01:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2483143E65; Sat, 7 Sep 2002 18:01:43 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8811hJU012084; Sat, 7 Sep 2002 18:01:43 -0700 (PDT) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8811gEH012081; Sat, 7 Sep 2002 18:01:42 -0700 (PDT) Message-Id: <200209080101.g8811gEH012081@freefall.freebsd.org> From: Giorgos Keramidas Date: Sat, 7 Sep 2002 18:01:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/releng-packages article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/09/07 18:01:42 PDT Modified files: en_US.ISO8859-1/articles/releng-packages article.sgml Log: Wrap long lines, and remove eol-whitespace. Translators please ignore this change. Revision Changes Path 1.13 +38 -36 doc/en_US.ISO8859-1/articles/releng-packages/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 18:10:56 2002 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 EC51837B400; Sat, 7 Sep 2002 18:10:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C4C143E3B; Sat, 7 Sep 2002 18:10:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g881ArJU016725; Sat, 7 Sep 2002 18:10:53 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g881Ar34016724; Sat, 7 Sep 2002 18:10:53 -0700 (PDT) Message-Id: <200209080110.g881Ar34016724@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 7 Sep 2002 18:10:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/plib/files patch-src::sl::slPortability.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/07 18:10:53 PDT Added files: x11-toolkits/plib/files patch-src::sl::slPortability.h Log: Fix build on -current (machine/soundcard.h -> sys/soundcard.h) Revision Changes Path 1.1 +11 -0 ports/x11-toolkits/plib/files/patch-src::sl::slPortability.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 18:11:45 2002 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 0C9CC37B405; Sat, 7 Sep 2002 18:11:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE7D943E4A; Sat, 7 Sep 2002 18:11:35 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g881BZJU016904; Sat, 7 Sep 2002 18:11:35 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g881BZZW016903; Sat, 7 Sep 2002 18:11:35 -0700 (PDT) Message-Id: <200209080111.g881BZZW016903@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 7 Sep 2002 18:11:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/muuz/files patch-ad patch-ae patch-af patch-ag patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/07 18:11:35 PDT Modified files: misc/muuz/files patch-ad Added files: misc/muuz/files patch-ae patch-af patch-ag patch-ah Log: Fix build on -current (machine/soundcard.h -> sys/soundcard.h) and various compilation fixes to satisfy gcc 3.2 Revision Changes Path 1.2 +11 -2 ports/misc/muuz/files/patch-ad 1.1 +11 -0 ports/misc/muuz/files/patch-ae (new) 1.1 +11 -0 ports/misc/muuz/files/patch-af (new) 1.1 +11 -0 ports/misc/muuz/files/patch-ag (new) 1.1 +10 -0 ports/misc/muuz/files/patch-ah (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 18:19:29 2002 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 2C4F337B400; Sat, 7 Sep 2002 18:19:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3A2A43E75; Sat, 7 Sep 2002 18:19:25 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g881JPJU017548; Sat, 7 Sep 2002 18:19:25 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g881JP0a017547; Sat, 7 Sep 2002 18:19:25 -0700 (PDT) Message-Id: <200209080119.g881JP0a017547@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 7 Sep 2002 18:19:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/qvwm/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/07 18:19:25 PDT Added files: x11-wm/qvwm/files patch-aa Log: Fix build on -current (machine/soundcard.h -> sys/soundcard.h) Revision Changes Path 1.1 +11 -0 ports/x11-wm/qvwm/files/patch-aa (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 18:20: 9 2002 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 5CC4537B400; Sat, 7 Sep 2002 18:20:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DD6043E6E; Sat, 7 Sep 2002 18:20:06 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g881K5JU017668; Sat, 7 Sep 2002 18:20:05 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g881K52k017667; Sat, 7 Sep 2002 18:20:05 -0700 (PDT) Message-Id: <200209080120.g881K52k017667@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 7 Sep 2002 18:20:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/nas/files patch-ab patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/07 18:20:05 PDT Modified files: audio/nas/files patch-ab Added files: audio/nas/files patch-ah Log: Fix build on -current (machine/soundcard.h -> sys/soundcard.h, and avoid duplicate bogus declaration of sys_nerr) Revision Changes Path 1.6 +23 -13 ports/audio/nas/files/patch-ab 1.1 +12 -0 ports/audio/nas/files/patch-ah (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 18:25:55 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 39D6237B400; Sat, 7 Sep 2002 18:25:48 -0700 (PDT) Date: Sat, 7 Sep 2002 18:25:48 -0700 From: Juli Mallett To: Mike Barcroft Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha machdep.c src/sys/i386/i386 machdep.c src/sys/ia64/ia64 machdep.c src/sys/pc98/i386 machdep.c src/sys/sparc64/sparc64 machdep.c Message-ID: <20020907182548.A19608@FreeBSD.org> References: <200209071912.g87JCs0I062248@freefall.freebsd.org> <20020907163423.A14528@FreeBSD.org> <20020907204132.J47192@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020907204132.J47192@espresso.q9media.com>; from mike@FreeBSD.org on Sat, Sep 07, 2002 at 08:41:33PM -0400 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Mike Barcroft [ Data: 2002-09-07 ] [ Subjecte: Re: cvs commit: src/sys/alpha/alpha machdep.c src/sys/i386/i386 machdep.c src/sys/ia64/ia64 machdep.c src/sys/pc98/i386 machdep.c src/sys/sparc64/sparc64 machdep.c ] > Juli Mallett writes: > > Note that until everything is refactored as I want, I can't make these > > fields "honest", about who's sending the signal, just about who the signal > > is being delivered to. I'm now torn, do I want to continue to push just > > to break the kernel API for signal senders, or do I want to push to also > > use siginfo's instead of signal numbers, in the kernel? This would allow > > code sending signals to send *much* more information, too. SVR4 uses > > siginfo much more "nicely" than we use things, I think. Being able to > > get meaningful information is very nice. > > I'd like to see p_xstat replaced with a p_xsiginfo in struct proc to > help facilitate waitid(2). I think the extra information provided by > siginfo_t would be useful for debugging large applications that have > many processes. waitid as well as handling normal SIGCHLD would be well facilitated. > If using siginfo_t's instead of plain int's helps facilitate other > POSIX interfaces, the 56 byte overhead (on ILP32) isn't much to pay. Yep. Looks like I should start working to upgrade our fileserver to CURRENT so I can get this stuff worked on in the environment I will have to be committing to. I'll get right to it! -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@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 Sep 7 18:33: 9 2002 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 7C52637B400; Sat, 7 Sep 2002 18:33:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D01F43E3B; Sat, 7 Sep 2002 18:33:05 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g881X5JU018788; Sat, 7 Sep 2002 18:33:05 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g881X5k1018787; Sat, 7 Sep 2002 18:33:05 -0700 (PDT) Message-Id: <200209080133.g881X5k1018787@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 7 Sep 2002 18:33:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/rocksndiamonds/files patch-aa patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/07 18:33:05 PDT Modified files: games/rocksndiamonds/files patch-aa patch-ad Log: Fix build in -current (machine/soundcard.h -> sys/soundcard.h) and respect CC Revision Changes Path 1.3 +10 -5 ports/games/rocksndiamonds/files/patch-aa 1.3 +8 -6 ports/games/rocksndiamonds/files/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 18:37:42 2002 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 66F9637B400; Sat, 7 Sep 2002 18:37:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 181B943E6A; Sat, 7 Sep 2002 18:37:40 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g881bdJU019037; Sat, 7 Sep 2002 18:37:39 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g881bdfs019036; Sat, 7 Sep 2002 18:37:39 -0700 (PDT) Message-Id: <200209080137.g881bdfs019036@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 7 Sep 2002 18:37:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/wmmixer/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/07 18:37:39 PDT Added files: audio/wmmixer/files patch-ab Log: Partially fix build on -current (machine/soundcard.h -> sys/soundcard.h). This still blows up with a C++ error. Revision Changes Path 1.1 +11 -0 ports/audio/wmmixer/files/patch-ab (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 18:39:10 2002 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 9F18A37B400; Sat, 7 Sep 2002 18:39:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5025B43E6E; Sat, 7 Sep 2002 18:39:05 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g881d5JU019148; Sat, 7 Sep 2002 18:39:05 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g881d5fb019147; Sat, 7 Sep 2002 18:39:05 -0700 (PDT) Message-Id: <200209080139.g881d5fb019147@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 7 Sep 2002 18:39:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/synaesthesia/files patch-sound.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/09/07 18:39:05 PDT Modified files: graphics/synaesthesia/files patch-sound.cc Log: Fix build on -current (machine/soundcard.h -> sys/soundcard.h) Revision Changes Path 1.2 +12 -2 ports/graphics/synaesthesia/files/patch-sound.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 19:17:49 2002 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 D89B937B400; Sat, 7 Sep 2002 19:17:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A18643E4A; Sat, 7 Sep 2002 19:17:45 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g882HjJU026036; Sat, 7 Sep 2002 19:17:45 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g882Hj60026035; Sat, 7 Sep 2002 19:17:45 -0700 (PDT) Message-Id: <200209080217.g882Hj60026035@freefall.freebsd.org> From: Peter Wemm Date: Sat, 7 Sep 2002 19:17:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/07 19:17:45 PDT Modified files: sys/kern imgact_elf.c Log: Do not blow up when we walk off the end of the brands list. Found by: kris, jake Revision Changes Path 1.127 +3 -1 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 19:33:45 2002 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 7268C37B400; Sat, 7 Sep 2002 19:33:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 257C043E6E; Sat, 7 Sep 2002 19:33:43 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g882XhJU027279; Sat, 7 Sep 2002 19:33:43 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g882XgSM027278; Sat, 7 Sep 2002 19:33:42 -0700 (PDT) Message-Id: <200209080233.g882XgSM027278@freefall.freebsd.org> From: Peter Wemm Date: Sat, 7 Sep 2002 19:33:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/07 19:33:42 PDT Modified files: sys/i386/conf NOTES Log: Note that 'device gzip' *requires* COMPAT_AOUT. Maybe this "device" should be renamed to COMPAT_GZIPAOUT or something like that. Revision Changes Path 1.1037 +1 -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 Sat Sep 7 19:59:43 2002 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 CDF0737B400; Sat, 7 Sep 2002 19:59:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CC9743E4A; Sat, 7 Sep 2002 19:59:39 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g882xdJU029161; Sat, 7 Sep 2002 19:59:39 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g882xdFM029160; Sat, 7 Sep 2002 19:59:39 -0700 (PDT) Message-Id: <200209080259.g882xdFM029160@freefall.freebsd.org> From: Peter Wemm Date: Sat, 7 Sep 2002 19:59:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/aout Makefile src/sys/modules/linux Makefile src/sys/modules/pecoff Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/07 19:59:38 PDT Modified files: sys/modules/aout Makefile sys/modules/linux Makefile sys/modules/pecoff Makefile Log: opt_kstack_pages.h is not needed anymore. It would have been a Bad Thing if it had been different to the running kernel. Revision Changes Path 1.2 +1 -1 src/sys/modules/aout/Makefile 1.60 +1 -2 src/sys/modules/linux/Makefile 1.5 +1 -1 src/sys/modules/pecoff/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 20:47:56 2002 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 F048237B400; Sat, 7 Sep 2002 20:47:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A579943E6E; Sat, 7 Sep 2002 20:47:53 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: from freefall.freebsd.org (jim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g883lrJU036806; Sat, 7 Sep 2002 20:47:53 -0700 (PDT) (envelope-from jim@freefall.freebsd.org) Received: (from jim@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g883lrld036805; Sat, 7 Sep 2002 20:47:53 -0700 (PDT) Message-Id: <200209080347.g883lrld036805@freefall.freebsd.org> From: Jim Mock Date: Sat, 7 Sep 2002 20:47:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/xchat Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jim 2002/09/07 20:47:53 PDT Modified files: irc/xchat Makefile Log: Add USE_GNOME= gtk12 so configure actually finds gtk and builds the GUI. Submitted by: skrueger@europe.com Revision Changes Path 1.102 +1 -0 ports/irc/xchat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 21: 3:42 2002 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 831F237B401; Sat, 7 Sep 2002 21:03:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3425443E4A; Sat, 7 Sep 2002 21:03:37 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8843bJU038140; Sat, 7 Sep 2002 21:03:37 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8843bPd038139; Sat, 7 Sep 2002 21:03:37 -0700 (PDT) Message-Id: <200209080403.g8843bPd038139@freefall.freebsd.org> From: Trevor Johnson Date: Sat, 7 Sep 2002 21:03:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_base-6 pkg-plist.alpha pkg-plist.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/07 21:03:36 PDT Modified files: emulators/linux_base-6 pkg-plist.alpha pkg-plist.i386 Log: Sort packing lists. Revision Changes Path 1.9 +2 -2 ports/emulators/linux_base-6/pkg-plist.alpha 1.8 +1 -1 ports/emulators/linux_base-6/pkg-plist.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 21:20:55 2002 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 3CAD537B400; Sat, 7 Sep 2002 21:20:49 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B69643E42; Sat, 7 Sep 2002 21:20:48 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 245DA66D7A; Sat, 7 Sep 2002 21:20:48 -0700 (PDT) Date: Sat, 7 Sep 2002 21:20:48 -0700 From: Kris Kennaway To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern imgact_elf.c Message-ID: <20020908042047.GA10721@xor.obsecurity.org> References: <200209080217.g882Hj60026035@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline In-Reply-To: <200209080217.g882Hj60026035@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 07, 2002 at 07:17:45PM -0700, Peter Wemm wrote: > peter 2002/09/07 19:17:45 PDT >=20 > Modified files: > sys/kern imgact_elf.c=20 > Log: > Do not blow up when we walk off the end of the brands list. > =20 > Found by: kris, jake Thanks! kris --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9es/+Wry0BWjoQKURAhSFAKCnCHfJgvNPb3eJ8jLTBVbOT2jGygCgjwR5 EcMlHoFFpMmMqr7AD4j6fQ4= =iLvV -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 21:24:42 2002 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 7F9DD37B401; Sat, 7 Sep 2002 21:24:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D7D143E42; Sat, 7 Sep 2002 21:24:39 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g884OcJU044049; Sat, 7 Sep 2002 21:24:38 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g884Ocfs044048; Sat, 7 Sep 2002 21:24:38 -0700 (PDT) Message-Id: <200209080424.g884Ocfs044048@freefall.freebsd.org> From: Trevor Johnson Date: Sat, 7 Sep 2002 21:24:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_base-6 distinfo.alpha distinfo.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/07 21:24:38 PDT Modified files: emulators/linux_base-6 distinfo.alpha distinfo.i386 Log: Sort distinfo files, for easier maintenance. Revision Changes Path 1.6 +13 -13 ports/emulators/linux_base-6/distinfo.alpha 1.5 +14 -14 ports/emulators/linux_base-6/distinfo.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 21:31:16 2002 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 E758137B401; Sat, 7 Sep 2002 21:31:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A35E43E3B; Sat, 7 Sep 2002 21:31:09 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g884V9JU044756; Sat, 7 Sep 2002 21:31:09 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g884V9jw044755; Sat, 7 Sep 2002 21:31:09 -0700 (PDT) Message-Id: <200209080431.g884V9jw044755@freefall.freebsd.org> From: Trevor Johnson Date: Sat, 7 Sep 2002 21:31:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_base-6 distinfo distinfo.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/07 21:31:09 PDT Modified files: emulators/linux_base-6 distinfo distinfo.i386 Log: Remove old glib-1.2.5-1 hashes someone left when glib was updated to 1.2.6-2). Revision Changes Path 1.21 +0 -1 ports/emulators/linux_base-6/distinfo 1.6 +0 -1 ports/emulators/linux_base-6/distinfo.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 21:41:21 2002 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 8D06337B400; Sat, 7 Sep 2002 21:41:17 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E3FC43E3B; Sat, 7 Sep 2002 21:41:16 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 2DF1981277; Sun, 8 Sep 2002 14:11:14 +0930 (CST) Date: Sun, 8 Sep 2002 14:11:14 +0930 From: Greg 'groggy' Lehey To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_mutex.c Message-ID: <20020908044114.GF12935@wantadilla.lemis.com> References: <200209031825.g83IPG4U068304@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209031825.g83IPG4U068304@freefall.freebsd.org> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday, 3 September 2002 at 11:25:16 -0700, John Baldwin wrote: > jhb 2002/09/03 11:25:16 PDT > > Modified files: > sys/kern kern_mutex.c > Log: > Add some KASSERT()'s to ensure that we don't perform spin mutex ops on > sleep mutexes and vice versa. WITNESS normally should catch this but > not everyone uses WITNESS so this is a fallback to catch nasty but easy > to do bugs. Is this a temporary thing which will go away, or is it dependent on some other debugging option? It doesn't seem to be something that should remain in production systems for ever. Greg -- 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 Sep 7 21:43:25 2002 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 1944C37B400; Sat, 7 Sep 2002 21:43:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D103343E81; Sat, 7 Sep 2002 21:43:21 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g884hLJU045732; Sat, 7 Sep 2002 21:43:21 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g884hLlR045731; Sat, 7 Sep 2002 21:43:21 -0700 (PDT) Message-Id: <200209080443.g884hLlR045731@freefall.freebsd.org> From: Trevor Johnson Date: Sat, 7 Sep 2002 21:43:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_base-6 Makefile distinfo.alpha distinfo.i386 pkg-plist.alpha pkg-plist.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/07 21:43:21 PDT Modified files: emulators/linux_base-6 Makefile distinfo.alpha distinfo.i386 pkg-plist.alpha pkg-plist.i386 Log: Add GTK+ 1.2.6-7 from Red Hat 6.2. This is needed by Mozilla and by Netscape 6 and 7. With all of those (so far), Java only works with this version of linux_base. The linux-gtk port is no longer compatible with linux_base-6. Increment PORTREVISION. Revision Changes Path 1.66 +5 -3 ports/emulators/linux_base-6/Makefile 1.7 +1 -0 ports/emulators/linux_base-6/distinfo.alpha 1.7 +1 -0 ports/emulators/linux_base-6/distinfo.i386 1.10 +117 -0 ports/emulators/linux_base-6/pkg-plist.alpha 1.9 +117 -0 ports/emulators/linux_base-6/pkg-plist.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 21:43:37 2002 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 7D7C237B41B; Sat, 7 Sep 2002 21:43:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D89843E65; Sat, 7 Sep 2002 21:43:29 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: from freefall.freebsd.org (wollman@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g884hTJU045751; Sat, 7 Sep 2002 21:43:29 -0700 (PDT) (envelope-from wollman@freefall.freebsd.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g884hTiL045750; Sat, 7 Sep 2002 21:43:29 -0700 (PDT) Message-Id: <200209080443.g884hTiL045750@freefall.freebsd.org> From: Garrett Wollman Date: Sat, 7 Sep 2002 21:43:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getgrouplist.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wollman 2002/09/07 21:43:28 PDT Modified files: lib/libc/gen getgrouplist.c Log: Fix a syntax error which causes an annoying warning. Revision Changes Path 1.12 +1 -0 src/lib/libc/gen/getgrouplist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 21:45:21 2002 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 CD2A237B400; Sat, 7 Sep 2002 21:45:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8A0B43E4A; Sat, 7 Sep 2002 21:45:16 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g884jGJU045951; Sat, 7 Sep 2002 21:45:16 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g884jGXq045950; Sat, 7 Sep 2002 21:45:16 -0700 (PDT) Message-Id: <200209080445.g884jGXq045950@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 7 Sep 2002 21:45:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_witness.c src/sys/dev/sab sab.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/09/07 21:45:16 PDT Modified files: sys/kern subr_witness.c sys/dev/sab sab.c Log: Make this driver work a whole lot better. - Get the initial mode from the prom settings and don't clobber the mode on open. - Copy output into an internal ring buffer instead of accessing the tty outq directly in the interrupt handler. This fixes a problem where garbage would show up in the output stream. - Reset the console port completely and reprogram all the parameters before enabling it. This fixes seemingly random hangs on startup when using a fast interrupt handler. - Add minimal locking in place of spls. - Remove dead code and minor cleanups. Revision Changes Path 1.3 +168 -140 src/sys/dev/sab/sab.c 1.124 +1 -0 src/sys/kern/subr_witness.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 21:53:24 2002 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 597EA37B400; Sat, 7 Sep 2002 21:53:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D81D943E4A; Sat, 7 Sep 2002 21:53:21 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g884rLJU046646; Sat, 7 Sep 2002 21:53:21 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g884rLLb046645; Sat, 7 Sep 2002 21:53:21 -0700 (PDT) Message-Id: <200209080453.g884rLLb046645@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 7 Sep 2002 21:53:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/ruby-bdb Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/09/07 21:53:21 PDT Modified files: databases/ruby-bdb Makefile distinfo pkg-plist Log: Update to 0.3.4. Revision Changes Path 1.26 +1 -5 ports/databases/ruby-bdb/Makefile 1.19 +1 -1 ports/databases/ruby-bdb/distinfo 1.10 +1 -0 ports/databases/ruby-bdb/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 Sep 7 22: 6:50 2002 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 A13E437B400; Sat, 7 Sep 2002 22:06:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B2D543E42; Sat, 7 Sep 2002 22:06:46 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8856kJU051871; Sat, 7 Sep 2002 22:06:46 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8856kqI051870; Sat, 7 Sep 2002 22:06:46 -0700 (PDT) Message-Id: <200209080506.g8856kqI051870@freefall.freebsd.org> From: Trevor Johnson Date: Sat, 7 Sep 2002 22:06:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-netscape6 Makefile ports/www/netscape7 Makefile distinfo pkg-descr pkg-message ports/www/netscape7/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/09/07 22:06:45 PDT Modified files: www/linux-netscape6 Makefile www/netscape7 Makefile distinfo pkg-descr pkg-message www/netscape7/scripts configure Log: security fix: update Netscape 7 to 7.0 (Netscape 6.2.3 ports remain forbidden) Revision Changes Path 1.66 +6 -3 ports/www/linux-netscape6/Makefile 1.65 +5 -3 ports/www/netscape7/Makefile 1.14 +13 -13 ports/www/netscape7/distinfo 1.17 +3 -8 ports/www/netscape7/pkg-descr 1.3 +4 -4 ports/www/netscape7/pkg-message 1.5 +5 -5 ports/www/netscape7/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 22:39:41 2002 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 DBCC937B400; Sat, 7 Sep 2002 22:39:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF3A43E7B; Sat, 7 Sep 2002 22:39:37 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g885dbJU054143; Sat, 7 Sep 2002 22:39:37 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g885dbdV054142; Sat, 7 Sep 2002 22:39:37 -0700 (PDT) Message-Id: <200209080539.g885dbdV054142@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Sat, 7 Sep 2002 22:39:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/09/07 22:39:36 PDT Modified files: sbin/camcontrol camcontrol.c Log: Split cam_argmask and move "commands" into cam_cmdmask. This addresses the issue of not having any free bits left for additional commands. Approved by: ken MFC after: 4 weeks Revision Changes Path 1.47 +102 -94 src/sbin/camcontrol/camcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 7 22:41:49 2002 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 A5C5A37B400; Sat, 7 Sep 2002 22:41:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EDD743E65; Sat, 7 Sep 2002 22:41:44 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g885fiJU054513; Sat, 7 Sep 2002 22:41:44 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g885fiDS054512; Sat, 7 Sep 2002 22:41:44 -0700 (PDT) Message-Id: <200209080541.g885fiDS054512@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 7 Sep 2002 22:41:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap termcap.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/09/07 22:41:43 PDT Modified files: share/termcap termcap.src Log: 1) Remove all two-letters names and derivates, comes with Xfree* entries spam, we don't use two-letters names already many years. 2) Make xterm-color just plain alias to xterm instead of unnecessary reduplication of color capabilities already exist in xterm entry. Revision Changes Path 1.131 +24 -35 src/share/termcap/termcap.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message