From owner-cvs-all Sun Oct 13 0: 3: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 AB3D837B401; Sun, 13 Oct 2002 00:03:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EB2243E7B; Sun, 13 Oct 2002 00:03:11 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: from freefall.freebsd.org (kbyanc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D73BCo090848; Sun, 13 Oct 2002 00:03:11 -0700 (PDT) (envelope-from kbyanc@freefall.freebsd.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D73BJC090847; Sun, 13 Oct 2002 00:03:11 -0700 (PDT) Message-Id: <200210130703.g9D73BJC090847@freefall.freebsd.org> From: Kelly Yancey Date: Sun, 13 Oct 2002 00:03:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet raw_ip.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 kbyanc 2002/10/13 00:03:11 PDT Modified files: (Branch: RELENG_4) sys/netinet raw_ip.c Log: MFC 1.73, 1.75: use macros rather than fondling implementation details. Revision Changes Path 1.64.2.11 +4 -6 src/sys/netinet/raw_ip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 0: 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 5317137B401; Sun, 13 Oct 2002 00:07:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02E7143EDA; Sun, 13 Oct 2002 00:07:52 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from freefall.freebsd.org (marcel@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D77pCo095299; Sun, 13 Oct 2002 00:07:51 -0700 (PDT) (envelope-from marcel@freefall.freebsd.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D77pb4095298; Sun, 13 Oct 2002 00:07:51 -0700 (PDT) Message-Id: <200210130707.g9D77pb4095298@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 13 Oct 2002 00:07:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.ia64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/13 00:07:51 PDT Modified files: sys/conf Makefile.ia64 Log: Build the kernel with -mconstant-gp. This means that function calls, with the exception of indirect function calls, are assumed to be intra load module and thus that GP will be the same. This avoids saving, setting and restoring GP for each function call and reduces the kernel with ~320KB. There's obviously a performance benefit as well. Note that since we generally don't know if calls will be intra or inter load module when we're compiling kernel modules, -mconstant-gp cannot be used for modules. Revision Changes Path 1.53 +2 -0 src/sys/conf/Makefile.ia64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 0:10: 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 64FD437B401; Sun, 13 Oct 2002 00:09:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18CC543E88; Sun, 13 Oct 2002 00:09:59 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: from freefall.freebsd.org (kbyanc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D79wCo095451; Sun, 13 Oct 2002 00:09:58 -0700 (PDT) (envelope-from kbyanc@freefall.freebsd.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D79wTE095450; Sun, 13 Oct 2002 00:09:58 -0700 (PDT) Message-Id: <200210130709.g9D79wTE095450@freefall.freebsd.org> From: Kelly Yancey Date: Sun, 13 Oct 2002 00:09:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in.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 kbyanc 2002/10/13 00:09:58 PDT Modified files: (Branch: RELENG_4) sys/netinet in.c Log: MFC 1.49, 1.50, 1.52: use macros rather than fondling implementation details. Revision Changes Path 1.44.2.13 +4 -7 src/sys/netinet/in.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 0:11: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 A1E3137B401; Sun, 13 Oct 2002 00:11:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5390843EAF; Sun, 13 Oct 2002 00:11:46 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: from freefall.freebsd.org (kbyanc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D7BkCo097628; Sun, 13 Oct 2002 00:11:46 -0700 (PDT) (envelope-from kbyanc@freefall.freebsd.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D7Bk4P097627; Sun, 13 Oct 2002 00:11:46 -0700 (PDT) Message-Id: <200210130711.g9D7Bk4P097627@freefall.freebsd.org> From: Kelly Yancey Date: Sun, 13 Oct 2002 00:11:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_ether.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 kbyanc 2002/10/13 00:11:46 PDT Modified files: (Branch: RELENG_4) sys/netinet if_ether.c Log: MFC 1.76: Use macros rather than fondling implementation details. Revision Changes Path 1.64.2.20 +2 -2 src/sys/netinet/if_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 0:12: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 633C737B401; Sun, 13 Oct 2002 00:12:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2327443E88; Sun, 13 Oct 2002 00:12:54 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D7CsCo097786; Sun, 13 Oct 2002 00:12:54 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D7CrRJ097785; Sun, 13 Oct 2002 00:12:54 -0700 (PDT) Message-Id: <200210130712.g9D7CrRJ097785@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 13 Oct 2002 00:12:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/fvcool 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 lioux 2002/10/13 00:12:53 PDT Modified files: sysutils Makefile Added files: sysutils/fvcool Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: New port fvcool version 1.0.2: VCool for FreeBSD - Cooling software for AMD Athlon/Durin CPUs PR: 43732 Submitted by: Frerich Raabe Revision Changes Path 1.302 +1 -0 ports/sysutils/Makefile 1.1 +41 -0 ports/sysutils/fvcool/Makefile (new) 1.1 +1 -0 ports/sysutils/fvcool/distinfo (new) 1.1 +1 -0 ports/sysutils/fvcool/pkg-comment (new) 1.1 +16 -0 ports/sysutils/fvcool/pkg-descr (new) 1.1 +5 -0 ports/sysutils/fvcool/pkg-message (new) 1.1 +5 -0 ports/sysutils/fvcool/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 Oct 13 0: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 25F9A37B407; Sun, 13 Oct 2002 00:13:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDDE643E7B; Sun, 13 Oct 2002 00:13:01 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D7D1Co097822; Sun, 13 Oct 2002 00:13:01 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D7D1Gm097821; Sun, 13 Oct 2002 00:13:01 -0700 (PDT) Message-Id: <200210130713.g9D7D1Gm097821@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 13 Oct 2002 00:13: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 lioux 2002/10/13 00:13:01 PDT Modified files: . modules Log: fvcool --> ports/sysutils/fvcool Revision Changes Path 1.6072 +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 Oct 13 0:20: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 2A2C737B401; Sun, 13 Oct 2002 00:20:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E04943E7B; Sun, 13 Oct 2002 00:20:14 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: from freefall.freebsd.org (kbyanc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D7KECo098368; Sun, 13 Oct 2002 00:20:14 -0700 (PDT) (envelope-from kbyanc@freefall.freebsd.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D7KEFu098367; Sun, 13 Oct 2002 00:20:14 -0700 (PDT) Message-Id: <200210130720.g9D7KEFu098367@freefall.freebsd.org> From: Kelly Yancey Date: Sun, 13 Oct 2002 00:20:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.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 kbyanc 2002/10/13 00:20:14 PDT Modified files: (Branch: RELENG_4) sys/net if.c Log: MFC 1.100, 1.101, queue-related bits of 1.111, and 1.113: Use macros rather than fondling implementation details. Revision Changes Path 1.85.2.20 +27 -30 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 0: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 BDE7B37B401; Sun, 13 Oct 2002 00:23:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7086343E88; Sun, 13 Oct 2002 00:23:00 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: from freefall.freebsd.org (kbyanc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D7N0Co000374; Sun, 13 Oct 2002 00:23:00 -0700 (PDT) (envelope-from kbyanc@freefall.freebsd.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D7N0iw000373; Sun, 13 Oct 2002 00:23:00 -0700 (PDT) Message-Id: <200210130723.g9D7N0iw000373@freefall.freebsd.org> From: Kelly Yancey Date: Sun, 13 Oct 2002 00:23:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_stf.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 kbyanc 2002/10/13 00:23:00 PDT Modified files: (Branch: RELENG_4) sys/net if_stf.c Log: MFC (spirit of) 1.6: use macros rather than fondling implementation details. Revision Changes Path 1.1.2.10 +1 -4 src/sys/net/if_stf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 0:25: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 C7E4037B401; Sun, 13 Oct 2002 00:25:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A46943EA9; Sun, 13 Oct 2002 00:25:35 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: from freefall.freebsd.org (kbyanc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D7PZCo000442; Sun, 13 Oct 2002 00:25:35 -0700 (PDT) (envelope-from kbyanc@freefall.freebsd.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D7PZLh000441; Sun, 13 Oct 2002 00:25:35 -0700 (PDT) Message-Id: <200210130725.g9D7PZLh000441@freefall.freebsd.org> From: Kelly Yancey Date: Sun, 13 Oct 2002 00:25:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net rtsock.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 kbyanc 2002/10/13 00:25:35 PDT Modified files: (Branch: RELENG_4) sys/net rtsock.c Log: MFC 1.49, 1.50: use macros rather than fondling implementation details. Revision Changes Path 1.44.2.10 +7 -7 src/sys/net/rtsock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 0:29: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 0650937B401; Sun, 13 Oct 2002 00:29:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC16F43E97; Sun, 13 Oct 2002 00:29:53 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: from freefall.freebsd.org (kbyanc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D7TrCo000545; Sun, 13 Oct 2002 00:29:53 -0700 (PDT) (envelope-from kbyanc@freefall.freebsd.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D7TrIG000544; Sun, 13 Oct 2002 00:29:53 -0700 (PDT) Message-Id: <200210130729.g9D7TrIG000544@freefall.freebsd.org> From: Kelly Yancey Date: Sun, 13 Oct 2002 00:29:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.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 kbyanc 2002/10/13 00:29:53 PDT Modified files: (Branch: RELENG_4) sys/kern kern_synch.c Log: Use macros rather than fondling implementation details. Revision Changes Path 1.87.2.6 +2 -1 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 0:34: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 31E4E37B401; Sun, 13 Oct 2002 00:34:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8BCE43E91; Sun, 13 Oct 2002 00:34:19 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D7YJCo002713; Sun, 13 Oct 2002 00:34:19 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D7YJda002712; Sun, 13 Oct 2002 00:34:19 -0700 (PDT) Message-Id: <200210130734.g9D7YJda002712@freefall.freebsd.org> From: Alan Eldridge Date: Sun, 13 Oct 2002 00:34:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/kdevelop 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/10/13 00:34:19 PDT Modified files: devel/kdevelop Makefile Log: Back version down. Makefile used a bad algorithm to get port version, which broken when kde went to 3.0.4. No harm to back down here, since you can't have built the other one. PR: 43998 Submitted by: Lev Serebryakov Revision Changes Path 1.48 +1 -3 ports/devel/kdevelop/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 0: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 2BFD237B401; Sun, 13 Oct 2002 00:38:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B48AB43E75; Sun, 13 Oct 2002 00:38:41 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: from freefall.freebsd.org (kbyanc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D7cfCo002921; Sun, 13 Oct 2002 00:38:41 -0700 (PDT) (envelope-from kbyanc@freefall.freebsd.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D7cfhl002920; Sun, 13 Oct 2002 00:38:41 -0700 (PDT) Message-Id: <200210130738.g9D7cfhl002920@freefall.freebsd.org> From: Kelly Yancey Date: Sun, 13 Oct 2002 00:38:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.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 kbyanc 2002/10/13 00:38:41 PDT Modified files: (Branch: RELENG_4) sys/kern vfs_subr.c Log: Use macros rather than fondling implementation details. Revision Changes Path 1.249.2.28 +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 Sun Oct 13 0: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 2D4F537B401; Sun, 13 Oct 2002 00:46:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D363443E9E; Sun, 13 Oct 2002 00:46:31 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: from freefall.freebsd.org (kbyanc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D7kBCo005145; Sun, 13 Oct 2002 00:46:11 -0700 (PDT) (envelope-from kbyanc@freefall.freebsd.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D7kBiZ005144; Sun, 13 Oct 2002 00:46:11 -0700 (PDT) Message-Id: <200210130746.g9D7kBiZ005144@freefall.freebsd.org> From: Kelly Yancey Date: Sun, 13 Oct 2002 00:46:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.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 kbyanc 2002/10/13 00:46:11 PDT Modified files: (Branch: RELENG_4) sys/net if.c Log: Fix instance where the first argument to arp_ifinit() doesn't need casting in order to silence compiler warning. Previously, arp_ifinit() wasn't even prototyped due to improper includes. Revision Changes Path 1.85.2.21 +1 -1 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 0:51: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 41E5437B401; Sun, 13 Oct 2002 00:51:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E48AF43EA3; Sun, 13 Oct 2002 00:51:11 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: from freefall.freebsd.org (roger@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D7pBCo007299; Sun, 13 Oct 2002 00:51:11 -0700 (PDT) (envelope-from roger@freefall.freebsd.org) Received: (from roger@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D7pBpV007298; Sun, 13 Oct 2002 00:51:11 -0700 (PDT) Message-Id: <200210130751.g9D7pBpV007298@freefall.freebsd.org> From: Roger Hardiman Date: Sun, 13 Oct 2002 00:51:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnomemeeting Makefile ports/net/gnomemeeting/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 roger 2002/10/13 00:51:11 PDT Modified files: net/gnomemeeting Makefile net/gnomemeeting/files patch-ab Log: Patch so it can use latest version of OpenH323 libs and bump port revision Revision Changes Path 1.17 +1 -1 ports/net/gnomemeeting/Makefile 1.7 +1 -1 ports/net/gnomemeeting/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 Sun Oct 13 1:13: 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 D219337B401; Sun, 13 Oct 2002 01:13:06 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id D11CE43E77; Sun, 13 Oct 2002 01:12:37 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g9D8Acm15263; Sun, 13 Oct 2002 11:10:38 +0300 (EEST) (envelope-from ru) Date: Sun, 13 Oct 2002 11:10:38 +0300 From: Ruslan Ermilov To: "Greg 'groggy' Lehey" Cc: Tony Finch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/man Makefile.inc src/share/mk bsd.man.mk src/usr.bin/catman catman.c Message-ID: <20021013081038.GA14919@sunbay.com> References: <200210110916.g9B9GP8f064951@freefall.freebsd.org> <20021012040759.A23338@chiark.greenend.org.uk> <20021012155812.GA36832@sunbay.com> <20021013003257.GA64063@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline In-Reply-To: <20021013003257.GA64063@wantadilla.lemis.com> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 13, 2002 at 10:02:57AM +0930, Greg 'groggy' Lehey wrote: > On Saturday, 12 October 2002 at 18:58:12 +0300, Ruslan Ermilov wrote: > > On Sat, Oct 12, 2002 at 04:07:59AM +0100, Tony Finch wrote: > >> On Fri, Oct 11, 2002 at 02:16:24AM -0700, Ruslan Ermilov wrote: > >>> > >>> So turn off the color support for now (when generating catpages), > >>> until we figure out what do we do with this new feature. I have > >>> a patch for grotty(1) that tells it to use the "reverse video" > >>> attribute to render the italic font. Once this is accepted, we > >>> can turn color support back on (if there won't be any objections > >>> from the community). > >> > >> I much prefer the current lack of use of reverse video by man in xterm= s. > >> If it were introduced it would do grievous harm to readability. I much > >> prefer the idea of colour -- in fact here's a gratuitous plug for w3mm= an > >> [|-....o > >> > > I think you have not understand the problem. Under xterm, the underlin= ed > > mode just works, so there is no problem running > > > > nroff -man /usr/src/bin/cat/cat.1 |less -R > > > > But try the same under "cons25", and see how "file ..." is rendered in > > the SYNOPSIS. >=20 > I've been waiting for groff 1.18 exactly because of the colour > support. I can understand that it's a nuisance under the > circumstances you describe, but I would be disappointed to see it > turned off altogether. There must be some way to just not make it the > default. Or is that what you're doing? >=20 Yes. I've sent the patch for grotty(1) that allows it to use the "reverse video" attribute to render the italic font in the nroff mode. After this is accepted (and I'm sure it will be), I plan to import the patch and turn the color support back on. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9qSp+Ukv4P6juNwoRAmN6AJsFw7mTT8CW8wmUO4q5YosyWq8rcQCeJTdr cLdazdJ5sKvsEw5NgC38rh8= =DyOl -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 1:36: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 F04F337B401; Sun, 13 Oct 2002 01:36:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A29D443E4A; Sun, 13 Oct 2002 01:36:16 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D8aGCo020855; Sun, 13 Oct 2002 01:36:16 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D8aGDC020854; Sun, 13 Oct 2002 01:36:16 -0700 (PDT) Message-Id: <200210130836.g9D8aGDC020854@freefall.freebsd.org> From: Ruslan Ermilov Date: Sun, 13 Oct 2002 01:36:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff/src/include 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 ru 2002/10/13 01:36:16 PDT Modified files: gnu/usr.bin/groff/src/include config.h Log: Support FreeBSD versions starting from 4.0-RELEASE. Reminded by: imp Revision Changes Path 1.2 +10 -0 src/gnu/usr.bin/groff/src/include/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 1:46: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 EBFDC37B401; Sun, 13 Oct 2002 01:46:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E75043E97; Sun, 13 Oct 2002 01:46:57 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D8kvCo023061; Sun, 13 Oct 2002 01:46:57 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D8kv7f023060; Sun, 13 Oct 2002 01:46:57 -0700 (PDT) Message-Id: <200210130846.g9D8kv7f023060@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 13 Oct 2002 01:46:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libedit editline.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/10/13 01:46:57 PDT Modified files: lib/libedit editline.3 Log: FreeBSD's libedit does not include NetBSD's readline emulation code. Remove references to it from the Authors and History sections. Revision Changes Path 1.19 +4 -5 src/lib/libedit/editline.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 2:21: 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 3852737B401; Sun, 13 Oct 2002 02:21:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE4CE43E6A; Sun, 13 Oct 2002 02:21: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.6/8.12.6) with ESMTP id g9D9L6Co036290; Sun, 13 Oct 2002 02:21:06 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D9L6TM036289; Sun, 13 Oct 2002 02:21:06 -0700 (PDT) Message-Id: <200210130921.g9D9L6TM036289@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 13 Oct 2002 02:21:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/oooqs 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/10/13 02:21:06 PDT Modified files: x11/oooqs Makefile distinfo pkg-plist Log: upgrade to 1.0.R.3 PR: 43990 Submitted by: maintainer Revision Changes Path 1.2 +13 -9 ports/x11/oooqs/Makefile 1.2 +1 -1 ports/x11/oooqs/distinfo 1.2 +30 -2 ports/x11/oooqs/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 Oct 13 2:28: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 A481537B401; Sun, 13 Oct 2002 02:28:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F5F43E9E; Sun, 13 Oct 2002 02:28:50 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D9SoCo036644; Sun, 13 Oct 2002 02:28:50 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D9SobP036643; Sun, 13 Oct 2002 02:28:50 -0700 (PDT) Message-Id: <200210130928.g9D9SobP036643@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 13 Oct 2002 02:28:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/fvwm-themes Makefile distinfo pkg-plist ports/x11-wm/fvwm-themes/files patch-configure 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 ijliao 2002/10/13 02:28:50 PDT Modified files: x11-wm/fvwm-themes Makefile distinfo pkg-plist Removed files: x11-wm/fvwm-themes/files patch-configure patch-configure.in Log: upgrade to 0.6.1 take over maintainership PR: 43996 Submitted by: Kyle Martin Approved by: old maintainer timeout Revision Changes Path 1.5 +9 -3 ports/x11-wm/fvwm-themes/Makefile 1.2 +2 -1 ports/x11-wm/fvwm-themes/distinfo 1.2 +0 -13 ports/x11-wm/fvwm-themes/files/patch-configure (dead) 1.2 +0 -11 ports/x11-wm/fvwm-themes/files/patch-configure.in (dead) 1.4 +833 -380 ports/x11-wm/fvwm-themes/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 Oct 13 2:48: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 032DE37B401; Sun, 13 Oct 2002 02:48:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A80F043E65; Sun, 13 Oct 2002 02:48:32 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: from freefall.freebsd.org (ue@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D9mWCo041293; Sun, 13 Oct 2002 02:48:32 -0700 (PDT) (envelope-from ue@freefall.freebsd.org) Received: (from ue@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D9mWlJ041292; Sun, 13 Oct 2002 02:48:32 -0700 (PDT) Message-Id: <200210130948.g9D9mWlJ041292@freefall.freebsd.org> From: Udo Erdelhoff Date: Sun, 13 Oct 2002 02:48:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.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 ue 2002/10/13 02:48:32 PDT Modified files: (Branch: RELENG_4) release/doc/de_DE.ISO8859-1/relnotes/common new.sgml Log: Fix a couple typos and incomplete sentences Revision Changes Path 1.1.2.7 +11 -11 src/release/doc/de_DE.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 Oct 13 2:49: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 F22F937B401; Sun, 13 Oct 2002 02:49:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A159B43E7B; Sun, 13 Oct 2002 02:49:16 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D9nGCo041336; Sun, 13 Oct 2002 02:49:16 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D9nGNV041335; Sun, 13 Oct 2002 02:49:16 -0700 (PDT) Message-Id: <200210130949.g9D9nGNV041335@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 13 Oct 2002 02:49:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/t3x 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 ijliao 2002/10/13 02:49:16 PDT Modified files: lang/t3x Makefile distinfo pkg-descr pkg-plist Log: upgrade to 7.0.3 PR: 43590 Submitted by: maintainer Revision Changes Path 1.5 +3 -3 ports/lang/t3x/Makefile 1.5 +1 -1 ports/lang/t3x/distinfo 1.3 +1 -1 ports/lang/t3x/pkg-descr 1.4 +78 -77 ports/lang/t3x/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 Oct 13 2:50: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 159D537B401; Sun, 13 Oct 2002 02:50:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B64C143E7B; Sun, 13 Oct 2002 02:50:34 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: from freefall.freebsd.org (ue@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D9oYCo042518; Sun, 13 Oct 2002 02:50:34 -0700 (PDT) (envelope-from ue@freefall.freebsd.org) Received: (from ue@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9D9oYci042517; Sun, 13 Oct 2002 02:50:34 -0700 (PDT) Message-Id: <200210130950.g9D9oYci042517@freefall.freebsd.org> From: Udo Erdelhoff Date: Sun, 13 Oct 2002 02:50:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/errata article.sgml src/release/doc/de_DE.ISO8859-1/hardware/alpha article.sgml src/release/doc/de_DE.ISO8859-1/hardware/i386 article.sgml src/release/doc/de_DE.ISO8859-1/installation/alpha article.sgml src/release/doc/de_DE.ISO8859-1/installation/i386 article.sgml src/release/doc/de_DE.ISO8859-1/readme 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 ue 2002/10/13 02:50:34 PDT Modified files: (Branch: RELENG_4) release/doc/de_DE.ISO8859-1/errata article.sgml release/doc/de_DE.ISO8859-1/hardware/alpha article.sgml release/doc/de_DE.ISO8859-1/hardware/i386 article.sgml release/doc/de_DE.ISO8859-1/installation/alpha article.sgml release/doc/de_DE.ISO8859-1/installation/i386 article.sgml release/doc/de_DE.ISO8859-1/readme article.sgml release/doc/de_DE.ISO8859-1/relnotes/alpha article.sgml release/doc/de_DE.ISO8859-1/relnotes/i386 article.sgml release/doc/de_DE.ISO8859-1/share/sgml catalog release.dsl Removed files: (Branch: RELENG_4) release/doc/de_DE.ISO8859-1/share/sgml release.ent Log: Kick out the localized release.ent to make the release engineers happy. Revision Changes Path 1.1.2.7 +2 -2 src/release/doc/de_DE.ISO8859-1/errata/article.sgml 1.1.2.3 +2 -3 src/release/doc/de_DE.ISO8859-1/hardware/alpha/article.sgml 1.1.2.3 +2 -3 src/release/doc/de_DE.ISO8859-1/hardware/i386/article.sgml 1.1.2.3 +2 -3 src/release/doc/de_DE.ISO8859-1/installation/alpha/article.sgml 1.1.2.3 +2 -3 src/release/doc/de_DE.ISO8859-1/installation/i386/article.sgml 1.1.2.6 +2 -2 src/release/doc/de_DE.ISO8859-1/readme/article.sgml 1.1.2.3 +2 -3 src/release/doc/de_DE.ISO8859-1/relnotes/alpha/article.sgml 1.1.2.3 +2 -3 src/release/doc/de_DE.ISO8859-1/relnotes/i386/article.sgml 1.1.2.2 +1 -5 src/release/doc/de_DE.ISO8859-1/share/sgml/catalog 1.1.2.3 +2 -2 src/release/doc/de_DE.ISO8859-1/share/sgml/release.dsl 1.1.2.3 +0 -39 src/release/doc/de_DE.ISO8859-1/share/sgml/release.ent (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 3:16: 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 AAABF37B401; Sun, 13 Oct 2002 03:15:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50BD043E7B; Sun, 13 Oct 2002 03:15:59 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: from freefall.freebsd.org (ue@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DAFxCo052894; Sun, 13 Oct 2002 03:15:59 -0700 (PDT) (envelope-from ue@freefall.freebsd.org) Received: (from ue@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DAFxZ4052893; Sun, 13 Oct 2002 03:15:59 -0700 (PDT) Message-Id: <200210131015.g9DAFxZ4052893@freefall.freebsd.org> From: Udo Erdelhoff Date: Sun, 13 Oct 2002 03:15: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: 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 ue 2002/10/13 03:15:58 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Restore a closing tag that was accidentally deleted during the reset Revision Changes Path 1.22.2.302 +2 -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 Sun Oct 13 3:17: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 CB8C137B401; Sun, 13 Oct 2002 03:17:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3838643E7B; Sun, 13 Oct 2002 03:17:03 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DAH3Co052929; Sun, 13 Oct 2002 03:17:03 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DAH36c052928; Sun, 13 Oct 2002 03:17:03 -0700 (PDT) Message-Id: <200210131017.g9DAH36c052928@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 13 Oct 2002 03:16:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/ircII 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 kris 2002/10/13 03:16:58 PDT Modified files: irc/ircII Makefile distinfo pkg-plist Log: Update to ircII-20020912 Reviewed by: maintainer Revision Changes Path 1.36 +1 -1 ports/irc/ircII/Makefile 1.16 +1 -1 ports/irc/ircII/distinfo 1.21 +2 -2 ports/irc/ircII/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 Oct 13 3:24: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 0800B37B401; Sun, 13 Oct 2002 03:24:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6DEC43E7B; Sun, 13 Oct 2002 03:24:42 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: from freefall.freebsd.org (ue@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DAOgCo055168; Sun, 13 Oct 2002 03:24:42 -0700 (PDT) (envelope-from ue@freefall.freebsd.org) Received: (from ue@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DAOgKR055167; Sun, 13 Oct 2002 03:24:42 -0700 (PDT) Message-Id: <200210131024.g9DAOgKR055167@freefall.freebsd.org> From: Udo Erdelhoff Date: Sun, 13 Oct 2002 03:24:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/hardware/alpha proc-alpha.sgml src/release/doc/de_DE.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 ue 2002/10/13 03:24:42 PDT Modified files: (Branch: RELENG_4) release/doc/de_DE.ISO8859-1/hardware/alpha proc-alpha.sgml release/doc/de_DE.ISO8859-1/relnotes/common new.sgml Log: Complete the catch-up for the DE release notes: relnotes/common/new.sgml: 1.22.2.300 -> 1.22.2.302 While I'm here, mark hardware/alpha/proc-alpha.sgml as up-to-date. Revision Changes Path 1.1.2.6 +2 -2 src/release/doc/de_DE.ISO8859-1/hardware/alpha/proc-alpha.sgml 1.1.2.8 +22 -546 src/release/doc/de_DE.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 Oct 13 4: 4: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 2F75637B401; Sun, 13 Oct 2002 04:04:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B414343E97; Sun, 13 Oct 2002 04:04:17 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DB4HCo068302; Sun, 13 Oct 2002 04:04:17 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DB4Hab068301; Sun, 13 Oct 2002 04:04:17 -0700 (PDT) Message-Id: <200210131104.g9DB4Hab068301@freefall.freebsd.org> From: Alan Eldridge Date: Sun, 13 Oct 2002 04:04:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/barry 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/10/13 04:04:17 PDT Modified files: sysutils/barry Makefile Log: Unbreak by creating subdir under applnk if necessary. Submitted by: so14k@so14k.com (maintainer via irc) Revision Changes Path 1.4 +3 -2 ports/sysutils/barry/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 4: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 3016437B401; Sun, 13 Oct 2002 04:22:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEC6543E88; Sun, 13 Oct 2002 04:22:21 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DBMGCo077280; Sun, 13 Oct 2002 04:22:17 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DBMGoF077279; Sun, 13 Oct 2002 04:22:16 -0700 (PDT) Message-Id: <200210131122.g9DBMGoF077279@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 13 Oct 2002 04:22:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio tmpfile.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/10/13 04:22:16 PDT Modified files: lib/libc/stdio tmpfile.c Log: Ignore TMPDIR if the application is setugid. MFC after: 2 weeks Revision Changes Path 1.8 +2 -1 src/lib/libc/stdio/tmpfile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 4:23: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 C72FD37B401; Sun, 13 Oct 2002 04:23:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 782F443E8A; Sun, 13 Oct 2002 04:23:32 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DBNWCo077328; Sun, 13 Oct 2002 04:23:32 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DBNWRH077327; Sun, 13 Oct 2002 04:23:32 -0700 (PDT) Message-Id: <200210131123.g9DBNWRH077327@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 13 Oct 2002 04:23:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_info.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/10/13 04:23:32 PDT Modified files: lib/libc_r/uthread uthread_info.c Log: Dump in $TMPDIR if !setugid, and use mode 0644 instead of 0666. MFC after: 2 weeks Revision Changes Path 1.21 +12 -8 src/lib/libc_r/uthread/uthread_info.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 4:25: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 98FBC37B401; Sun, 13 Oct 2002 04:25:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3649D43E8A; Sun, 13 Oct 2002 04:25:32 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DBPWCo077453; Sun, 13 Oct 2002 04:25:32 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DBPWQC077452; Sun, 13 Oct 2002 04:25:32 -0700 (PDT) Message-Id: <200210131125.g9DBPWQC077452@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 13 Oct 2002 04:25:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/bootpd getether.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/10/13 04:25:31 PDT Modified files: libexec/bootpd getether.c Log: Use strlcpy instead of incorrectly using strncpy. MFC after: 2 weeks Revision Changes Path 1.13 +1 -1 src/libexec/bootpd/getether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 4:26: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 589AF37B401; Sun, 13 Oct 2002 04:26:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C52943E65; Sun, 13 Oct 2002 04:26:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DBQbCo077513; Sun, 13 Oct 2002 04:26:37 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DBQbOg077512; Sun, 13 Oct 2002 04:26:37 -0700 (PDT) Message-Id: <200210131126.g9DBQbOg077512@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 13 Oct 2002 04:26:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/fingerd fingerd.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/10/13 04:26:37 PDT Modified files: libexec/fingerd fingerd.c Log: Mark the logerr() function __printflike(). MFC after: 3 days Revision Changes Path 1.23 +1 -1 src/libexec/fingerd/fingerd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 4:27: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 948AD37B401; Sun, 13 Oct 2002 04:27:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A81343E91; Sun, 13 Oct 2002 04:27: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.6/8.12.6) with ESMTP id g9DBRbCo077553; Sun, 13 Oct 2002 04:27:37 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DBRbL9077552; Sun, 13 Oct 2002 04:27:37 -0700 (PDT) Message-Id: <200210131127.g9DBRbL9077552@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 13 Oct 2002 04:27:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/bootpd hwaddr.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/10/13 04:27:36 PDT Modified files: libexec/bootpd hwaddr.c Log: Don't call report() without a format string. MFC after: 3 days Revision Changes Path 1.9 +1 -1 src/libexec/bootpd/hwaddr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 4:34: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 7687C37B401; Sun, 13 Oct 2002 04:34:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2842443E7B; Sun, 13 Oct 2002 04:34:52 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DBYpCo079861; Sun, 13 Oct 2002 04:34:52 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DBYpnh079860; Sun, 13 Oct 2002 04:34:51 -0700 (PDT) Message-Id: <200210131134.g9DBYpnh079860@freefall.freebsd.org> From: Alan Eldridge Date: Sun, 13 Oct 2002 04:34:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/autoconf213 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/10/13 04:34:51 PDT Modified files: devel/autoconf213 Makefile Log: 1. Make nicer message is USE_AUTOCONF* defined. 2. Make post-install target actions DESTDIR-safe. Revision Changes Path 1.36 +17 -8 ports/devel/autoconf213/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 4: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 EC7DC37B401; Sun, 13 Oct 2002 04:35:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E9EB43E4A; Sun, 13 Oct 2002 04:35:48 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DBZmCo079914; Sun, 13 Oct 2002 04:35:48 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DBZmYS079913; Sun, 13 Oct 2002 04:35:48 -0700 (PDT) Message-Id: <200210131135.g9DBZmYS079913@freefall.freebsd.org> From: Alan Eldridge Date: Sun, 13 Oct 2002 04:35:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/autoconf 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/10/13 04:35:47 PDT Modified files: devel/autoconf Makefile Log: Add msg and failure if USE_AUTOCONF* defined. Revision Changes Path 1.35 +10 -0 ports/devel/autoconf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 4:54: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 1A5E137B401; Sun, 13 Oct 2002 04:54:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C018F43E65; Sun, 13 Oct 2002 04:54:17 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DBsHCo084838; Sun, 13 Oct 2002 04:54:17 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DBsHVC084837; Sun, 13 Oct 2002 04:54:17 -0700 (PDT) Message-Id: <200210131154.g9DBsHVC084837@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 13 Oct 2002 04:54:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mib.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 mike 2002/10/13 04:54:16 PDT Modified files: sys/kern kern_mib.c Log: Include directly instead of depending on to include to include . Revision Changes Path 1.60 +1 -0 src/sys/kern/kern_mib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 4: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 761CF37B401; Sun, 13 Oct 2002 04:57:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29A2343E4A; Sun, 13 Oct 2002 04:57:44 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from freefall.freebsd.org (anders@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DBviCo084949; Sun, 13 Oct 2002 04:57:44 -0700 (PDT) (envelope-from anders@freefall.freebsd.org) Received: (from anders@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DBvhML084948; Sun, 13 Oct 2002 04:57:43 -0700 (PDT) Message-Id: <200210131157.g9DBvhML084948@freefall.freebsd.org> From: Anders Nordby Date: Sun, 13 Oct 2002 04:57:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exmh2 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 anders 2002/10/13 04:57:43 PDT Modified files: mail/exmh2 Makefile Log: kris removed ports/mail/mh, so remove WITH_MH here then. Revision Changes Path 1.48 +0 -4 ports/mail/exmh2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 4: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 1542C37B404; Sun, 13 Oct 2002 04:58:14 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B96143E91; Sun, 13 Oct 2002 04:58:13 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 1DB739C0A; Sun, 13 Oct 2002 07:50:39 -0400 (EDT) Date: Sun, 13 Oct 2002 07:50:39 -0400 From: Mike Barcroft To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys signal.h Message-ID: <20021013075039.A22315@espresso.q9media.com> References: <200210130033.g9D0XqWR072184@freefall.freebsd.org> <20021013033514.GA80994@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021013033514.GA80994@dhcp01.pn.xcllnt.net>; from marcel@xcllnt.net on Sat, Oct 12, 2002 at 08:35:14PM -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 Marcel Moolenaar writes: > On Sat, Oct 12, 2002 at 05:33:52PM -0700, Mike Barcroft wrote: > > mike 2002/10/12 17:33:52 PDT > [snip] > > Revision Changes Path > > 1.34 +70 -49 src/sys/sys/signal.h > > Mike, > > This commit breaks a kernel build for kern/kern_mib.c. The problem is > that kern_mib.c uses _KPOSIX_VERSION that was indirectly pulled in > by sys/signal.h by means of the inclusion of sys/_posix.h (I think). > We now don't have any consumers of _posix.h... Oops, I forgot that LINT explicitly defines a _KPOSIX_VERSION, so I should have tested it with GENERIC too. I've committed a fix. The include path was even more complicated than this since was including which was including . 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 Sun Oct 13 5: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 1417A37B401; Sun, 13 Oct 2002 05:22:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B891143EA3; Sun, 13 Oct 2002 05:22:57 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DCMvCo099048; Sun, 13 Oct 2002 05:22:57 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DCMv1e099047; Sun, 13 Oct 2002 05:22:57 -0700 (PDT) Message-Id: <200210131222.g9DCMv1e099047@freefall.freebsd.org> From: Ruslan Ermilov Date: Sun, 13 Oct 2002 05:22:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff/tmac 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 ru 2002/10/13 05:22:57 PDT Modified files: gnu/usr.bin/groff/tmac Makefile Log: Oops, missed that in rev. 1.35. Spotted by: make release Revision Changes Path 1.38 +0 -1 src/gnu/usr.bin/groff/tmac/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 5:33: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 7555237B401; Sun, 13 Oct 2002 05:33:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2694643E6E; Sun, 13 Oct 2002 05:33:39 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DCXcCo002091; Sun, 13 Oct 2002 05:33:39 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DCXc01002090; Sun, 13 Oct 2002 05:33:38 -0700 (PDT) Message-Id: <200210131233.g9DCXc01002090@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 13 Oct 2002 05:33:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/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 mike 2002/10/13 05:33:38 PDT Modified files: sys/sparc64/include signal.h Log: #ifdef _KERNEL not #if _KERNEL. Pointy hat to: mike Revision Changes Path 1.9 +1 -1 src/sys/sparc64/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 Sun Oct 13 5:48: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 8BEFA37B407; Sun, 13 Oct 2002 05:48:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35A2F43E97; Sun, 13 Oct 2002 05:48:22 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from freefall.freebsd.org (anders@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DCmLCo004717; Sun, 13 Oct 2002 05:48:22 -0700 (PDT) (envelope-from anders@freefall.freebsd.org) Received: (from anders@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DCmLhP004716; Sun, 13 Oct 2002 05:48:21 -0700 (PDT) Message-Id: <200210131248.g9DCmLhP004716@freefall.freebsd.org> From: Anders Nordby Date: Sun, 13 Oct 2002 05:48:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/HVSC-Update 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 anders 2002/10/13 05:48:21 PDT Modified files: audio Makefile Added files: audio/HVSC-Update Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add HVSC-Update, a tool to update your HVSC C= 64 SID tune collection. Revision Changes Path 1.1 +36 -0 ports/audio/HVSC-Update/Makefile (new) 1.1 +1 -0 ports/audio/HVSC-Update/distinfo (new) 1.1 +1 -0 ports/audio/HVSC-Update/pkg-comment (new) 1.1 +3 -0 ports/audio/HVSC-Update/pkg-descr (new) 1.1 +4 -0 ports/audio/HVSC-Update/pkg-plist (new) 1.352 +1 -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 Sun Oct 13 5: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 CF86F37B491; Sun, 13 Oct 2002 05:48:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81F2843E7B; Sun, 13 Oct 2002 05:48:26 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from freefall.freebsd.org (anders@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DCmQCo004757; Sun, 13 Oct 2002 05:48:26 -0700 (PDT) (envelope-from anders@freefall.freebsd.org) Received: (from anders@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DCmQ9G004756; Sun, 13 Oct 2002 05:48:26 -0700 (PDT) Message-Id: <200210131248.g9DCmQ9G004756@freefall.freebsd.org> From: Anders Nordby Date: Sun, 13 Oct 2002 05:48: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 anders 2002/10/13 05:48:26 PDT Modified files: . modules Log: HVSC-Update --> ports/audio/HVSC-Update Revision Changes Path 1.6073 +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 Oct 13 5:54: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 8270137B401; Sun, 13 Oct 2002 05:54:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A77143E91; Sun, 13 Oct 2002 05:54: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.6/8.12.6) with ESMTP id g9DCsnCo007137; Sun, 13 Oct 2002 05:54:49 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DCsnrW007136; Sun, 13 Oct 2002 05:54:49 -0700 (PDT) Message-Id: <200210131254.g9DCsnrW007136@freefall.freebsd.org> From: Alan Eldridge Date: Sun, 13 Oct 2002 05:54:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/automake14 Makefile pkg-plist ports/devel/automake14/files patch-Makefile.in patch-aa patch-ab patch-aclocal.in patch-ad patch-automake.texi patch-m4-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 alane 2002/10/13 05:54:48 PDT Modified files: devel/automake14 Makefile pkg-plist Added files: devel/automake14/files patch-Makefile.in patch-aclocal.in patch-automake.texi patch-m4-Makefile.in Removed files: devel/automake14/files patch-aa patch-ab patch-ad Log: 1. Made post-install DESTDIR-safe. 2. Made install put files in the RIGHT place (no extra level of dirs; changing 'datadir' is not the right thing to do). 3. Made nice exit when you have USE_AUTOMAKE* defined. 4. Renamed patch files so I can tell what they do. 5. Portrevision bump => 3. Revision Changes Path 1.27 +19 -11 ports/devel/automake14/Makefile 1.1 +77 -0 ports/devel/automake14/files/patch-Makefile.in (new) 1.8 +0 -28 ports/devel/automake14/files/patch-aa (dead) 1.8 +0 -64 ports/devel/automake14/files/patch-ab (dead) 1.1 +61 -0 ports/devel/automake14/files/patch-aclocal.in (new) 1.6 +0 -61 ports/devel/automake14/files/patch-ad (dead) 1.1 +28 -0 ports/devel/automake14/files/patch-automake.texi (new) 1.1 +11 -0 ports/devel/automake14/files/patch-m4-Makefile.in (new) 1.14 +75 -76 ports/devel/automake14/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 Oct 13 6: 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 37F3D37B401; Sun, 13 Oct 2002 06:02:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDA4F43E8A; Sun, 13 Oct 2002 06:02: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.6/8.12.6) with ESMTP id g9DD2QCo009552; Sun, 13 Oct 2002 06:02:26 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DD2QBb009551; Sun, 13 Oct 2002 06:02:26 -0700 (PDT) Message-Id: <200210131302.g9DD2QBb009551@freefall.freebsd.org> From: Alan Eldridge Date: Sun, 13 Oct 2002 06:02:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/automake14 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/10/13 06:02:26 PDT Modified files: devel/automake14 Makefile Log: Cosmetic. Removed commented out stuff. Revision Changes Path 1.28 +1 -2 ports/devel/automake14/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 6: 4: 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 5136837B401; Sun, 13 Oct 2002 06:04:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 028DB43E77; Sun, 13 Oct 2002 06:04:07 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DD46Co010490; Sun, 13 Oct 2002 06:04:06 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DD46Hs010489; Sun, 13 Oct 2002 06:04:06 -0700 (PDT) Message-Id: <200210131304.g9DD46Hs010489@freefall.freebsd.org> From: Alan Eldridge Date: Sun, 13 Oct 2002 06:04:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/automake 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/10/13 06:04:06 PDT Modified files: devel/automake Makefile Log: 1. Made post-install DESTDIR-safe. 2. Made nicer message when USE_AUTOMAKE* is defined. 3. Removed unneeded WRKSRC= line. Revision Changes Path 1.26 +10 -4 ports/devel/automake/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 6: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 E408637B401; Sun, 13 Oct 2002 06:59:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9540C43E65; Sun, 13 Oct 2002 06:59:41 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DDxfCo034150; Sun, 13 Oct 2002 06:59:41 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DDxf3F034149; Sun, 13 Oct 2002 06:59:41 -0700 (PDT) Message-Id: <200210131359.g9DDxf3F034149@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 13 Oct 2002 06:59:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects/c99 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 mike 2002/10/13 06:59:40 PDT Modified files: en/projects/c99 index.sgml Log: o Assign sockatmark() task to fenner. o Add new task for signal(3)/sigaction(2), unassigned. o Add new task for RTS (real-time signal) functions, unassigned. o Add completed task for . o Add completed task for . o Mark the task as completed. o Add task for the remaining issues. Revision Changes Path 1.70 +62 -9 www/en/projects/c99/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 7:11: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 739C737B401; Sun, 13 Oct 2002 07:11:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07B0D43E6A; Sun, 13 Oct 2002 07:11: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.6/8.12.6) with ESMTP id g9DEBWCo043087; Sun, 13 Oct 2002 07:11:32 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DEBWOG043086; Sun, 13 Oct 2002 07:11:32 -0700 (PDT) Message-Id: <200210131411.g9DEBWOG043086@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 13 Oct 2002 07:11:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/netdude Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/netdude/files patch-Makfile.in patch-configure patch-nd.h patch-nd_arp.c patch-nd_arp.h patch-nd_ether.c patch-nd_ether_callbacks.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 ijliao 2002/10/13 07:11:32 PDT Modified files: net Makefile Added files: net/netdude Makefile distinfo pkg-comment pkg-descr pkg-plist net/netdude/files patch-Makfile.in patch-configure patch-nd.h patch-nd_arp.c patch-nd_arp.h patch-nd_ether.c patch-nd_ether_callbacks.c patch-nd_fddi.h patch-nd_fddi_callbacks.c patch-nd_icmp.c patch-nd_icmp.h patch-nd_icmp_callbacks.c patch-nd_ip.c patch-nd_ip_callbacks.c patch-nd_misc.c patch-nd_misc.h patch-nd_snap.c patch-nd_tcb.c patch-nd_udp.c patch-src::Makefile.in Log: add netdude 0.3.1 NETwork DUmp data Displayer and Editor for tcpdump tracefiles Revision Changes Path 1.857 +1 -0 ports/net/Makefile 1.1 +45 -0 ports/net/netdude/Makefile (new) 1.1 +1 -0 ports/net/netdude/distinfo (new) 1.1 +11 -0 ports/net/netdude/files/patch-Makfile.in (new) 1.1 +20 -0 ports/net/netdude/files/patch-configure (new) 1.1 +10 -0 ports/net/netdude/files/patch-nd.h (new) 1.1 +10 -0 ports/net/netdude/files/patch-nd_arp.c (new) 1.1 +10 -0 ports/net/netdude/files/patch-nd_arp.h (new) 1.1 +10 -0 ports/net/netdude/files/patch-nd_ether.c (new) 1.1 +28 -0 ports/net/netdude/files/patch-nd_ether_callbacks.c (new) 1.1 +11 -0 ports/net/netdude/files/patch-nd_fddi.h (new) 1.1 +29 -0 ports/net/netdude/files/patch-nd_fddi_callbacks.c (new) 1.1 +10 -0 ports/net/netdude/files/patch-nd_icmp.c (new) 1.1 +49 -0 ports/net/netdude/files/patch-nd_icmp.h (new) 1.1 +179 -0 ports/net/netdude/files/patch-nd_icmp_callbacks.c (new) 1.1 +11 -0 ports/net/netdude/files/patch-nd_ip.c (new) 1.1 +10 -0 ports/net/netdude/files/patch-nd_ip_callbacks.c (new) 1.1 +10 -0 ports/net/netdude/files/patch-nd_misc.c (new) 1.1 +10 -0 ports/net/netdude/files/patch-nd_misc.h (new) 1.1 +10 -0 ports/net/netdude/files/patch-nd_snap.c (new) 1.1 +19 -0 ports/net/netdude/files/patch-nd_tcb.c (new) 1.1 +13 -0 ports/net/netdude/files/patch-nd_udp.c (new) 1.1 +19 -0 ports/net/netdude/files/patch-src::Makefile.in (new) 1.1 +1 -0 ports/net/netdude/pkg-comment (new) 1.1 +5 -0 ports/net/netdude/pkg-descr (new) 1.1 +208 -0 ports/net/netdude/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 Oct 13 7: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 13F6237B495; Sun, 13 Oct 2002 07:11:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9D0943E6A; Sun, 13 Oct 2002 07:11:37 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DEBbCo043120; Sun, 13 Oct 2002 07:11:37 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DEBbWJ043119; Sun, 13 Oct 2002 07:11:37 -0700 (PDT) Message-Id: <200210131411.g9DEBbWJ043119@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 13 Oct 2002 07:11: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 ijliao 2002/10/13 07:11:37 PDT Modified files: . modules Log: netdude --> ports/net/netdude Revision Changes Path 1.6074 +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 Oct 13 7:12: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 31FA037B401; Sun, 13 Oct 2002 07:12:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D640643E3B; Sun, 13 Oct 2002 07:12:41 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from freefall.freebsd.org (olgeni@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DECfCo043416; Sun, 13 Oct 2002 07:12:41 -0700 (PDT) (envelope-from olgeni@freefall.freebsd.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DECf0S043415; Sun, 13 Oct 2002 07:12:41 -0700 (PDT) Message-Id: <200210131412.g9DECf0S043415@freefall.freebsd.org> From: Jimmy Olgeni Date: Sun, 13 Oct 2002 07:12:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin 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/10/13 07:12:41 PDT Modified files: sysutils/webmin Makefile distinfo Log: Update modules: file, majordomo, postgresql, webmin. Revision Changes Path 1.131 +4 -2 ports/sysutils/webmin/Makefile 1.104 +4 -0 ports/sysutils/webmin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 7:25: 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 6FA6937B401; Sun, 13 Oct 2002 07:25:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F77243E8A; Sun, 13 Oct 2002 07:25:02 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DEP2Co045807; Sun, 13 Oct 2002 07:25:02 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DEP1Hx045805; Sun, 13 Oct 2002 07:25:01 -0700 (PDT) Message-Id: <200210131425.g9DEP1Hx045805@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 13 Oct 2002 07:25:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include unistd.h src/sys/sys unistd.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/10/13 07:25:01 PDT Modified files: include unistd.h sys/sys unistd.h Log: Move the _POSIX_VERSION constant from to , so that it can be used in-kernel for a sysctl. Revision Changes Path 1.61 +1 -2 src/include/unistd.h 1.35 +3 -0 src/sys/sys/unistd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 7:26: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 32A0337B401; Sun, 13 Oct 2002 07:26:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9C7243E9C; Sun, 13 Oct 2002 07:26:10 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DEQACo045880; Sun, 13 Oct 2002 07:26:10 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DEQApi045879; Sun, 13 Oct 2002 07:26:10 -0700 (PDT) Message-Id: <200210131426.g9DEQApi045879@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 13 Oct 2002 07:26:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/centericq 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/10/13 07:26:10 PDT Modified files: net/centericq Makefile Log: ncurses is gone Revision Changes Path 1.46 +1 -7 ports/net/centericq/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 7:26: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 B78BD37B401; Sun, 13 Oct 2002 07:26:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1111543E91; Sun, 13 Oct 2002 07:26:30 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DEQTCo046293; Sun, 13 Oct 2002 07:26:29 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DEQTFR046292; Sun, 13 Oct 2002 07:26:29 -0700 (PDT) Message-Id: <200210131426.g9DEQTFR046292@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 13 Oct 2002 07:26:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mib.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 mike 2002/10/13 07:26:29 PDT Modified files: sys/kern kern_mib.c Log: Update a sysctl to use _POSIX_VERSION from , instead of the kernel option _KPOSIX_VERSION. Revision Changes Path 1.61 +2 -2 src/sys/kern/kern_mib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 7:29: 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 7EAEA37B401; Sun, 13 Oct 2002 07:29:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F03E43E91; Sun, 13 Oct 2002 07:29:05 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DET5Co047042; Sun, 13 Oct 2002 07:29:05 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DET44S047041; Sun, 13 Oct 2002 07:29:05 -0700 (PDT) Message-Id: <200210131429.g9DET44S047041@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 13 Oct 2002 07:29:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES options src/sys/sys _posix.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/10/13 07:29:04 PDT Modified files: sys/conf NOTES options sys/sys _posix.h Log: Remove _KPOSIX_VERSION as a kernel option, nothing uses this any more. Revision Changes Path 1.1092 +0 -2 src/sys/conf/NOTES 1.356 +0 -1 src/sys/conf/options 1.8 +0 -7 src/sys/sys/_posix.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 8: 5: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 E6E9F37B401; Sun, 13 Oct 2002 08:05:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97E7143E6E; Sun, 13 Oct 2002 08:05:26 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DF5PCo059358; Sun, 13 Oct 2002 08:05:25 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DF5P5p059357; Sun, 13 Oct 2002 08:05:25 -0700 (PDT) Message-Id: <200210131505.g9DF5P5p059357@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 13 Oct 2002 08:05:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gimp-devel 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 marcus 2002/10/13 08:05:24 PDT Modified files: graphics/gimp-devel Makefile pkg-plist Log: If gnomepanel is installed, install a desktop entry for gimp. Submitted by: Franz Klammer Revision Changes Path 1.105 +8 -0 ports/graphics/gimp-devel/Makefile 1.65 +1 -0 ports/graphics/gimp-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 Sun Oct 13 8: 5: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 677A237B401; Sun, 13 Oct 2002 08:05:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 181EA43E77; Sun, 13 Oct 2002 08:05:57 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DF5uCo059590; Sun, 13 Oct 2002 08:05:56 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DF5uEX059589; Sun, 13 Oct 2002 08:05:56 -0700 (PDT) Message-Id: <200210131505.g9DF5uEX059589@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 13 Oct 2002 08:05:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys _posix.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/10/13 08:05:56 PDT Removed files: sys/sys _posix.h Log: Remove ; nothing uses it anymore. Revision Changes Path 1.9 +0 -84 src/sys/sys/_posix.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 Oct 13 8: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 E88A037B401; Sun, 13 Oct 2002 08:23:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98C1A43E8A; Sun, 13 Oct 2002 08:23:08 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DFN8Co070863; Sun, 13 Oct 2002 08:23:08 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DFN83J070862; Sun, 13 Oct 2002 08:23:08 -0700 (PDT) Message-Id: <200210131523.g9DFN83J070862@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 13 Oct 2002 08:23:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/fileroller 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/10/13 08:23:08 PDT Modified files: archivers/fileroller Makefile distinfo pkg-plist Log: Update to 2.1.1. Revision Changes Path 1.9 +1 -2 ports/archivers/fileroller/Makefile 1.4 +1 -1 ports/archivers/fileroller/distinfo 1.5 +1 -0 ports/archivers/fileroller/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 Oct 13 8:30: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 0A19337B401; Sun, 13 Oct 2002 08:30:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF9C343E97; Sun, 13 Oct 2002 08:30:17 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DFUHCo072855; Sun, 13 Oct 2002 08:30:17 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DFUHAc072854; Sun, 13 Oct 2002 08:30:17 -0700 (PDT) Message-Id: <200210131530.g9DFUHAc072854@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 13 Oct 2002 08:30:17 -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 mike 2002/10/13 08:30:17 PDT Modified files: sys/ia64/include signal.h Log: struct ia64_fpreg needs to be available outside of the kernel for struct sigcontext. Pointy hat to: mike Revision Changes Path 1.10 +4 -2 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 Sun Oct 13 8: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 B09C537B401; Sun, 13 Oct 2002 08:36:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC82543EAF; Sun, 13 Oct 2002 08:36:47 -0700 (PDT) (envelope-from mheinen@FreeBSD.org) Received: from freefall.freebsd.org (mheinen@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DFalCo075014; Sun, 13 Oct 2002 08:36:47 -0700 (PDT) (envelope-from mheinen@freefall.freebsd.org) Received: (from mheinen@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DFalIo075013; Sun, 13 Oct 2002 08:36:47 -0700 (PDT) Message-Id: <200210131536.g9DFalIo075013@freefall.freebsd.org> From: Martin Heinen Date: Sun, 13 Oct 2002 08:36:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip 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 mheinen 2002/10/13 08:36:47 PDT Modified files: en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: dos -> DOS Approved by: alex (mentor) Revision Changes Path 1.93 +1 -1 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/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 Oct 13 8:39: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 1418537B401; Sun, 13 Oct 2002 08:39:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B80B643E7B; Sun, 13 Oct 2002 08:39:16 -0700 (PDT) (envelope-from mheinen@FreeBSD.org) Received: from freefall.freebsd.org (mheinen@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DFdGCo075105; Sun, 13 Oct 2002 08:39:16 -0700 (PDT) (envelope-from mheinen@freefall.freebsd.org) Received: (from mheinen@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DFdGo5075104; Sun, 13 Oct 2002 08:39:16 -0700 (PDT) Message-Id: <200210131539.g9DFdGo5075104@freefall.freebsd.org> From: Martin Heinen Date: Sun, 13 Oct 2002 08:39:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/config 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 mheinen 2002/10/13 08:39:16 PDT Modified files: en_US.ISO8859-1/books/handbook/config chapter.sgml Log: folowing -> following Approved by: alex (mentor) Revision Changes Path 1.64 +1 -1 doc/en_US.ISO8859-1/books/handbook/config/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 Oct 13 8:49: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 9F85037B401; Sun, 13 Oct 2002 08:49:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5295B43E97; Sun, 13 Oct 2002 08:49: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.6/8.12.6) with ESMTP id g9DFnlCo077562; Sun, 13 Oct 2002 08:49:47 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DFnkfL077561; Sun, 13 Oct 2002 08:49:46 -0700 (PDT) Message-Id: <200210131549.g9DFnkfL077561@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 13 Oct 2002 08:49:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome 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 marcus 2002/10/13 08:49:46 PDT Modified files: en/gnome news.xml Log: Announce GNOME 2.1.0 ports are available. Revision Changes Path 1.21 +22 -1 www/en/gnome/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 8:56: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 9F69F37B404; Sun, 13 Oct 2002 08:56:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DA7443E9C; Sun, 13 Oct 2002 08:56: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.6/8.12.6) with ESMTP id g9DFulCo079865; Sun, 13 Oct 2002 08:56:47 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DFul5a079864; Sun, 13 Oct 2002 08:56:47 -0700 (PDT) Message-Id: <200210131556.g9DFul5a079864@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 13 Oct 2002 08:56:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gdm2 Makefile ports/x11/gdm2/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 marcus 2002/10/13 08:56:45 PDT Modified files: x11/gdm2 Makefile x11/gdm2/files patch-ab Log: Disable automatic vty allocation. This only works on Linux, and breaks GDM out-of-the-box. PR: 44012 Submitted by: Keith Jones Revision Changes Path 1.50 +1 -1 ports/x11/gdm2/Makefile 1.11 +9 -3 ports/x11/gdm2/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 Sun Oct 13 9: 4: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 810FB37B401; Sun, 13 Oct 2002 09:04:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3318643E97; Sun, 13 Oct 2002 09:04:48 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DG4mCo082389; Sun, 13 Oct 2002 09:04:48 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DG4lCa082386; Sun, 13 Oct 2002 09:04:47 -0700 (PDT) Message-Id: <200210131604.g9DG4lCa082386@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 13 Oct 2002 09:04:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/ntfs ntfs_vfsops.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/10/13 09:04:47 PDT Modified files: sys/fs/ntfs ntfs_vfsops.c Log: Pass flags to VOP_CLOSE() corresponding to what was passed to VOP_OPEN(). Submitted by: "Peter Edwards" Revision Changes Path 1.48 +1 -0 src/sys/fs/ntfs/ntfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 9: 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 5893437B401; Sun, 13 Oct 2002 09:07:04 -0700 (PDT) Received: from mail1.gambling.com (mail1.gambling.com [207.139.179.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29E3C43E6A; Sun, 13 Oct 2002 09:07:03 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from [196.30.178.121] (helo=localhost) by mail1.gambling.com with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 180lGY-000KrB-00; Sun, 13 Oct 2002 12:06:56 -0400 Received: from sheldonh by localhost with local (Exim 4.10) id 180lFZ-0000dh-00; Sun, 13 Oct 2002 18:05:53 +0200 Date: Sun, 13 Oct 2002 18:05:53 +0200 From: Sheldon Hearn To: Kris Kennaway Cc: Mark Valentine , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/mail Makefile ports/mail/mh Makefile distinfo pkg-comment pkg-descr pkg-plist ports/mail/mh/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao ... Message-ID: <20021013160553.GC840@starjuice.net> Mail-Followup-To: Kris Kennaway , Mark Valentine , cvs-committers@freebsd.org, cvs-all@freebsd.org References: <20021013051222.GA5739@xor.obsecurity.org> <200210130524.g9D5Obe1094121@dotar.thuvia.org> <20021013053254.GA6045@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021013053254.GA6045@xor.obsecurity.org> User-Agent: Mutt/1.5.1i X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *180lGY-000KrB-00*QKJNxXz7Qg.* Sender: owner-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/10/12 22:32), Kris Kennaway wrote: > > If something fails to build, mark it broken, sure. If someone cares > > they'll fix it - and there'll still be people who get it building for > > themselves using the port as a basis, even if the fix isn't fed back. > > Sorry Mark, but this port was marked forbidden for ALMOST 2 1/2 YEARS > without anyone caring enough to fix it: I have no regrets about > removing it. And anyway, this isn't the best example to use in trying to win the point, because MH has had a maintained successor for a while now. It's called nmh, is reasonably compatible with MH and is well-supported by the FreeBSD ports tree. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 9: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 7504B37B401; Sun, 13 Oct 2002 09:13:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 278FC43E4A; Sun, 13 Oct 2002 09:13:13 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from freefall.freebsd.org (mux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DGDCCo095151; Sun, 13 Oct 2002 09:13:12 -0700 (PDT) (envelope-from mux@freefall.freebsd.org) Received: (from mux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DGDC4q095150; Sun, 13 Oct 2002 09:13:12 -0700 (PDT) Message-Id: <200210131613.g9DGDC4q095150@freefall.freebsd.org> From: Maxime Henrion Date: Sun, 13 Oct 2002 09:13:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/ntfs ntfs_vfsops.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 mux 2002/10/13 09:13:12 PDT Modified files: sys/fs/ntfs ntfs_vfsops.c Log: - Remove a useless initialization for 'ronly', if it hadn't been there, we would have noticed that 'ronly' was uninitialized :-). - Kill a nearby 'register' keyword. Revision Changes Path 1.49 +2 -2 src/sys/fs/ntfs/ntfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 9: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 58AE937B401; Sun, 13 Oct 2002 09:15:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06BB343E6A; Sun, 13 Oct 2002 09:15:23 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DGFMCo095283; Sun, 13 Oct 2002 09:15:22 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DGFMgO095282; Sun, 13 Oct 2002 09:15:22 -0700 (PDT) Message-Id: <200210131615.g9DGFMgO095282@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 13 Oct 2002 09:15:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/vm 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/10/13 09:15:22 PDT Modified files: en_US.ISO8859-1/books/developers-handbook/vm chapter.sgml Log: Fix the vm chapter layout in order to have a TOC. Submitted by: Hiten Pandya Revision Changes Path 1.4 +23 -18 doc/en_US.ISO8859-1/books/developers-handbook/vm/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 Oct 13 9:19: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 A679437B401; Sun, 13 Oct 2002 09:19:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 575CB43E75; Sun, 13 Oct 2002 09:19: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.6/8.12.6) with ESMTP id g9DGJECo095416; Sun, 13 Oct 2002 09:19:14 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DGJEL5095415; Sun, 13 Oct 2002 09:19:14 -0700 (PDT) Message-Id: <200210131619.g9DGJEL5095415@freefall.freebsd.org> From: Ian Dowse Date: Sun, 13 Oct 2002 09:19:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.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 iedowse 2002/10/13 09:19:13 PDT Modified files: (Branch: RELENG_4) sys/kern vfs_subr.c Log: Fix the typo in the previous RELENG_4 revision (1.249.2.28) that caused panics on boot in relpbuf() for many people. PR: kern/44007 Detective work by: Dmitry Morozovsky Revision Changes Path 1.249.2.29 +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 Sun Oct 13 9:22: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 C508037B404; Sun, 13 Oct 2002 09:22:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72F7343E7B; Sun, 13 Oct 2002 09:22:24 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DGMOCo097628; Sun, 13 Oct 2002 09:22:24 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DGMO8q097627; Sun, 13 Oct 2002 09:22:24 -0700 (PDT) Message-Id: <200210131622.g9DGMO8q097627@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 13 Oct 2002 09:22:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/vm 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/10/13 09:22:24 PDT Modified files: en_US.ISO8859-1/books/developers-handbook/vm chapter.sgml Log: Add missing tags, and s/-4.x/4.X Revision Changes Path 1.5 +2 -2 doc/en_US.ISO8859-1/books/developers-handbook/vm/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 Oct 13 9:26: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 7A88A37B401; Sun, 13 Oct 2002 09:26:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C9A143E77; Sun, 13 Oct 2002 09:26:27 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DGQRCo097755; Sun, 13 Oct 2002 09:26:27 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DGQRj6097754; Sun, 13 Oct 2002 09:26:27 -0700 (PDT) Message-Id: <200210131626.g9DGQRj6097754@freefall.freebsd.org> From: Robert Watson Date: Sun, 13 Oct 2002 09:26:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc group X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/13 09:26:26 PDT Modified files: etc group Log: For consistency with other entries in group, don't put the daemon or xten users in their groups explicitly--we pick that up from the gid field in master.passwd. Revision Changes Path 1.25 +2 -2 src/etc/group To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 9:29: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 6378937B401; Sun, 13 Oct 2002 09:29:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E88C43E6A; Sun, 13 Oct 2002 09:29:18 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DGTHCo097958; Sun, 13 Oct 2002 09:29:18 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DGTHGl097957; Sun, 13 Oct 2002 09:29:17 -0700 (PDT) Message-Id: <200210131629.g9DGTHGl097957@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 13 Oct 2002 09:29:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC src/sys/conf NOTES options src/sys/i386/conf GENERIC OLDCARD src/sys/ia64/conf GENERIC SKI src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/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 mike 2002/10/13 09:29:17 PDT Modified files: sys/alpha/conf GENERIC sys/conf NOTES options sys/i386/conf GENERIC OLDCARD sys/ia64/conf GENERIC SKI sys/pc98/conf GENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC Log: Remove the P1003_1B kernel option; it is no longer used. Revision Changes Path 1.152 +1 -2 src/sys/alpha/conf/GENERIC 1.1093 +0 -2 src/sys/conf/NOTES 1.357 +0 -1 src/sys/conf/options 1.368 +1 -2 src/sys/i386/conf/GENERIC 1.13 +1 -2 src/sys/i386/conf/OLDCARD 1.39 +1 -2 src/sys/ia64/conf/GENERIC 1.8 +1 -2 src/sys/ia64/conf/SKI 1.217 +1 -2 src/sys/pc98/conf/GENERIC 1.18 +1 -2 src/sys/powerpc/conf/GENERIC 1.38 +1 -2 src/sys/sparc64/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 9:30: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 5BC2837B401; Sun, 13 Oct 2002 09:30:20 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 517A443E88; Sun, 13 Oct 2002 09:30:17 -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 g9DGTkOo012977; Sun, 13 Oct 2002 12:29:46 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 13 Oct 2002 12:29:45 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc group In-Reply-To: <200210131626.g9DGQRj6097754@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 I was going to make a similar change to remove root from wheel in /etc/group, but couldn't remember if there would be nasty side effects. There didn't appear to be any in local testing, but you should count this as a solicitation to inquire as to whether there are some I haven't found. Generally speaking, we appear to have a convention (reinforced by our user management tools) that we don't explicitly list users whose primary gid is that of a group in that group definition. FWIW, I notice that root is also a member of a boatload of funky groups (staff, kmem, ..) which is a bit odd also, in my view. I'll probably clean that up also unless there are objections. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Sun, 13 Oct 2002, Robert Watson wrote: > rwatson 2002/10/13 09:26:26 PDT > > Modified files: > etc group > Log: > For consistency with other entries in group, don't put the daemon or > xten users in their groups explicitly--we pick that up from the gid > field in master.passwd. > > Revision Changes Path > 1.25 +2 -2 src/etc/group > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 9:39: 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 EA43C37B401; Sun, 13 Oct 2002 09:39:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 771AC43E91; Sun, 13 Oct 2002 09:39:00 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DGd0Co000970; Sun, 13 Oct 2002 09:39:00 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DGd0tM000969; Sun, 13 Oct 2002 09:39:00 -0700 (PDT) Message-Id: <200210131639.g9DGd0tM000969@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 13 Oct 2002 09:38:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/install adduser1.scr adduser2.scr adduser3.scr boot-mgr.scr console-saver1.scr console-saver2.scr console-saver3.scr console-saver4.scr desktop.scr disklabel-auto.scr disklabel-ed1.scr disklabel-ed2.scr ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/13 09:38:56 PDT Removed files: fr_FR.ISO8859-1/books/handbook/install adduser1.scr adduser2.scr adduser3.scr boot-mgr.scr console-saver1.scr console-saver2.scr console-saver3.scr console-saver4.scr desktop.scr disklabel-auto.scr disklabel-ed1.scr disklabel-ed2.scr disklabel-fs.scr disklabel-root1.scr disklabel-root2.scr disklabel-root3.scr dist-set.scr dist-set2.scr docmenu1.scr ed0-conf.scr ed0-conf2.scr edit-inetd-conf.scr fdisk-drive1.scr fdisk-drive2.scr fdisk-edit1.scr fdisk-edit2.scr ftp-anon1.scr ftp-anon2.scr hdwrconf.scr keymap.scr main-doc.scr main-keymap.scr main-options.scr main-std.scr main1.scr mainexit.scr media.scr mouse1.scr mouse2.scr mouse3.scr mouse4.scr mouse5.scr mouse6.scr nfs-server-edit.scr options.scr pkg-cat.scr pkg-confirm.scr pkg-install.scr pkg-sel.scr probstart.scr security.scr sysinstall-exit.scr timezone1.scr timezone2.scr timezone3.scr userconfig.scr userconfig2.scr xf86setup.scr Log: Remove useless .scr files. We use, now, up-to-date files from en_US.ISO8859-1 directory. Revision Changes Path 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/adduser1.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/adduser2.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/adduser3.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/boot-mgr.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/console-saver1.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/console-saver2.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/console-saver3.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/console-saver4.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/desktop.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/disklabel-auto.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/disklabel-ed1.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/disklabel-ed2.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/disklabel-fs.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/disklabel-root1.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/disklabel-root2.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/disklabel-root3.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/dist-set.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/dist-set2.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/docmenu1.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/ed0-conf.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/ed0-conf2.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/edit-inetd-conf.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/fdisk-drive1.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/fdisk-drive2.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/fdisk-edit1.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/fdisk-edit2.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/ftp-anon1.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/ftp-anon2.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/hdwrconf.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/keymap.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/main-doc.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/main-keymap.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/main-options.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/main-std.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/main1.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/mainexit.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/media.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/mouse1.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/mouse2.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/mouse3.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/mouse4.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/mouse5.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/mouse6.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/nfs-server-edit.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/options.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/pkg-cat.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/pkg-confirm.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/pkg-install.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/pkg-sel.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/probstart.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/security.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/sysinstall-exit.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/timezone1.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/timezone2.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/timezone3.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/userconfig.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/userconfig2.scr (dead) 1.2 +0 -1 doc/fr_FR.ISO8859-1/books/handbook/install/xf86setup.scr (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 9:41: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 0114B37B401; Sun, 13 Oct 2002 09:41:34 -0700 (PDT) Received: from thuvia.demon.co.uk (thuvia.demon.co.uk [193.237.34.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id D023443E88; Sun, 13 Oct 2002 09:41:26 -0700 (PDT) (envelope-from mark@thuvia.demon.co.uk) Received: from dotar.thuvia.org (dotar.thuvia.org [10.0.0.4]) by phaidor.thuvia.org (8.12.3/8.12.3) with ESMTP id g9DGfHcF002632; Sun, 13 Oct 2002 17:41:18 +0100 (BST) (envelope-from mark@thuvia.demon.co.uk) Received: from dotar.thuvia.org (localhost [IPv6:::1]) by dotar.thuvia.org (8.12.6/8.12.6) with ESMTP id g9DGfGP0008051; Sun, 13 Oct 2002 17:41:16 +0100 (BST) (envelope-from mark@dotar.thuvia.org) Received: (from mark@localhost) by dotar.thuvia.org (8.12.6/8.12.6/Submit) id g9DGfGQM008050; Sun, 13 Oct 2002 17:41:16 +0100 (BST) Date: Sun, 13 Oct 2002 17:41:16 +0100 (BST) From: Mark Valentine Message-Id: <200210131641.g9DGfGQM008050@dotar.thuvia.org> In-Reply-To: <20021013160553.GC840@starjuice.net> X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: Sheldon Hearn , Kris Kennaway Subject: Re: cvs commit: ports/mail Makefile ports/mail/mh Makefile distinfo pkg-comment pkg-descr pkg-plist ports/mail/mh/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao ... Cc: cvs-committers@freebsd.org, cvs-all@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 > From: Sheldon Hearn > Date: Sun 13 Oct, 2002 > Subject: Re: cvs commit: ports/mail Makefile ports/mail/mh Makefile distinfo pkg-comment pkg-descr pkg-plist ports/mail/mh/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao > And anyway, this isn't the best example to use in trying to win the > point, because MH has had a maintained successor for a while now. It's > called nmh, is reasonably compatible with MH and is well-supported by > the FreeBSD ports tree. Fair enough. I don't use this port, just trying to make a general point that INSECURE != BROKEN. Cheers, Mark. -- Mark Valentine, Thuvia Labs "Tigers will do ANYTHING for a tuna fish sandwich." Mark Valentine uses "We're kind of stupid that way." *munch* *munch* and endorses FreeBSD -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 9:49: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 5CDF737B401; Sun, 13 Oct 2002 09:49:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E32B43E77; Sun, 13 Oct 2002 09:49: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.6/8.12.6) with ESMTP id g9DGnqCo005489; Sun, 13 Oct 2002 09:49:52 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DGnqms005488; Sun, 13 Oct 2002 09:49:52 -0700 (PDT) Message-Id: <200210131649.g9DGnqms005488@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 13 Oct 2002 09:49:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gdm2/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 marcus 2002/10/13 09:49:52 PDT Modified files: x11/gdm2/files patch-ab Log: Add a bit I forgot in my last commit. Revision Changes Path 1.12 +1 -1 ports/x11/gdm2/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 Sun Oct 13 9:52: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 D561137B401; Sun, 13 Oct 2002 09:52:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 870DC43E75; Sun, 13 Oct 2002 09:52:09 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DGq9Co007681; Sun, 13 Oct 2002 09:52:09 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DGq9ng007680; Sun, 13 Oct 2002 09:52:09 -0700 (PDT) Message-Id: <200210131652.g9DGq9ng007680@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 13 Oct 2002 09:52:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/install disk-layout.eps example-dir1.dot example-dir1.eps example-dir2.dot example-dir2.eps example-dir3.dot example-dir3.eps example-dir4.dot example-dir4.eps example-dir5.dot example-dir5.eps X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/13 09:52:04 PDT Removed files: fr_FR.ISO8859-1/books/handbook/install disk-layout.eps example-dir1.dot example-dir1.eps example-dir2.dot example-dir2.eps example-dir3.dot example-dir3.eps example-dir4.dot example-dir4.eps example-dir5.dot example-dir5.eps Log: Remove useless files. Revision Changes Path 1.2 +0 -20704 doc/fr_FR.ISO8859-1/books/handbook/install/disk-layout.eps (dead) 1.2 +0 -7 doc/fr_FR.ISO8859-1/books/handbook/install/example-dir1.dot (dead) 1.2 +0 -299 doc/fr_FR.ISO8859-1/books/handbook/install/example-dir1.eps (dead) 1.2 +0 -8 doc/fr_FR.ISO8859-1/books/handbook/install/example-dir2.dot (dead) 1.2 +0 -341 doc/fr_FR.ISO8859-1/books/handbook/install/example-dir2.eps (dead) 1.2 +0 -8 doc/fr_FR.ISO8859-1/books/handbook/install/example-dir3.dot (dead) 1.2 +0 -341 doc/fr_FR.ISO8859-1/books/handbook/install/example-dir3.eps (dead) 1.2 +0 -9 doc/fr_FR.ISO8859-1/books/handbook/install/example-dir4.dot (dead) 1.2 +0 -383 doc/fr_FR.ISO8859-1/books/handbook/install/example-dir4.eps (dead) 1.2 +0 -9 doc/fr_FR.ISO8859-1/books/handbook/install/example-dir5.dot (dead) 1.2 +0 -383 doc/fr_FR.ISO8859-1/books/handbook/install/example-dir5.eps (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 10: 0: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 5263A37B401; Sun, 13 Oct 2002 10:00:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0182243E7B; Sun, 13 Oct 2002 10:00:38 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DH0bCo008811; Sun, 13 Oct 2002 10:00:37 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DH0bdC008807; Sun, 13 Oct 2002 10:00:37 -0700 (PDT) Message-Id: <200210131700.g9DH0bdC008807@freefall.freebsd.org> From: Robert Watson Date: Sun, 13 Oct 2002 10:00:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc group X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/13 10:00:37 PDT Modified files: etc group Log: Remove root from the kmem, sys, tty, and staff groups in the default configuration. Root privileges override DAC on local file systems and therefore root does not generally need to be a member of a group to access files owned by that group. In the NFS case, require explicit authorization for root to have these privileges. Leave root in operator for dump/restore broadcast reasons; leave root in wheel until discrepencies in the "no users in wheel means any user can su" policy are resolved (possibly indefinitely). Revision Changes Path 1.26 +4 -4 src/etc/group To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 10: 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 95CEF37B401; Sun, 13 Oct 2002 10:02:56 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F1E943E75; Sun, 13 Oct 2002 10:02:55 -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 g9DH2POo020778; Sun, 13 Oct 2002 13:02:25 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 13 Oct 2002 13:02:24 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Mike Barcroft Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC src/sys/conf NOTES options src/sys/i386/conf GENERIC OLDCARD src/sys/ia64/conf GENERIC SKI src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC In-Reply-To: <200210131629.g9DGTHGl097957@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 I wouldn't mind seeing the src/sys/posix4 .c stuff repo-copied to an appropriate file or two in src/sys/kern, at least for the scheduling interfaces. The code implementation of the aio and semaphore services is already in src/sys/kern. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Sun, 13 Oct 2002, Mike Barcroft wrote: > mike 2002/10/13 09:29:17 PDT > > Modified files: > sys/alpha/conf GENERIC > sys/conf NOTES options > sys/i386/conf GENERIC OLDCARD > sys/ia64/conf GENERIC SKI > sys/pc98/conf GENERIC > sys/powerpc/conf GENERIC > sys/sparc64/conf GENERIC > Log: > Remove the P1003_1B kernel option; it is no longer used. > > Revision Changes Path > 1.152 +1 -2 src/sys/alpha/conf/GENERIC > 1.1093 +0 -2 src/sys/conf/NOTES > 1.357 +0 -1 src/sys/conf/options > 1.368 +1 -2 src/sys/i386/conf/GENERIC > 1.13 +1 -2 src/sys/i386/conf/OLDCARD > 1.39 +1 -2 src/sys/ia64/conf/GENERIC > 1.8 +1 -2 src/sys/ia64/conf/SKI > 1.217 +1 -2 src/sys/pc98/conf/GENERIC > 1.18 +1 -2 src/sys/powerpc/conf/GENERIC > 1.38 +1 -2 src/sys/sparc64/conf/GENERIC > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 10: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 BA1B937B401; Sun, 13 Oct 2002 10:11:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AD6A43E7B; Sun, 13 Oct 2002 10:11:38 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: from freefall.freebsd.org (shige@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DHBcCo016805; Sun, 13 Oct 2002 10:11:38 -0700 (PDT) (envelope-from shige@freefall.freebsd.org) Received: (from shige@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DHBchV016804; Sun, 13 Oct 2002 10:11:38 -0700 (PDT) Message-Id: <200210131711.g9DHBchV016804@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 13 Oct 2002 10:11:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/zsh-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 shige 2002/10/13 10:11:37 PDT Modified files: shells/zsh-devel Makefile distinfo pkg-plist Log: Update to 4.1.0.dev5. Remove FORBIDDEN mark. Revision Changes Path 1.57 +1 -3 ports/shells/zsh-devel/Makefile 1.26 +1 -1 ports/shells/zsh-devel/distinfo 1.30 +20 -0 ports/shells/zsh-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 Sun Oct 13 10:28: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 A85A837B401; Sun, 13 Oct 2002 10:28:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57F1843E77; Sun, 13 Oct 2002 10:28: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.6/8.12.6) with ESMTP id g9DHSFCo039138; Sun, 13 Oct 2002 10:28:15 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DHSF5x039136; Sun, 13 Oct 2002 10:28:15 -0700 (PDT) Message-Id: <200210131728.g9DHSF5x039136@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 13 Oct 2002 10:28:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys disklabel.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/10/13 10:28:15 PDT Modified files: sys/sys disklabel.h Log: Correctly account for MAXPARTITIONS in the CTASSERT() which protects the size of the disklabel structure. Hit by: schweikh Revision Changes Path 1.94 +1 -1 src/sys/sys/disklabel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 10:28: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 036BC37B404; Sun, 13 Oct 2002 10:28:25 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05E4943E75; Sun, 13 Oct 2002 10:28:24 -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 g9DHRrOo026898; Sun, 13 Oct 2002 13:27:54 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 13 Oct 2002 13:27:53 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc group In-Reply-To: <200210131626.g9DGQRj6097754@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 I may revert this change if we bump into problems -- the semantics here are fairly obscure. In particular, if you experience problems with daemons and setuid binaries, or the like relating to access control, please let me know. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Sun, 13 Oct 2002, Robert Watson wrote: > rwatson 2002/10/13 09:26:26 PDT > > Modified files: > etc group > Log: > For consistency with other entries in group, don't put the daemon or > xten users in their groups explicitly--we pick that up from the gid > field in master.passwd. > > Revision Changes Path > 1.25 +2 -2 src/etc/group > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 10:42: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 721F237B401; Sun, 13 Oct 2002 10:42:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F52A43E3B; Sun, 13 Oct 2002 10:42:15 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from freefall.freebsd.org (schweikh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DHgECo058641; Sun, 13 Oct 2002 10:42:15 -0700 (PDT) (envelope-from schweikh@freefall.freebsd.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DHgEK4058640; Sun, 13 Oct 2002 10:42:14 -0700 (PDT) Message-Id: <200210131742.g9DHgEK4058640@freefall.freebsd.org> From: Jens Schweikhardt Date: Sun, 13 Oct 2002 10:42:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.8 src/lib/libc/sys write.2 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 schweikh 2002/10/13 10:42:14 PDT Modified files: (Branch: RELENG_4) sbin/disklabel disklabel.8 lib/libc/sys write.2 Log: MFC: Document that write(2) et al can return EROFS for attempts to write the disk label area. PR: 43891 Revision Changes Path 1.12.2.8 +7 -0 src/lib/libc/sys/write.2 1.15.2.20 +4 -1 src/sbin/disklabel/disklabel.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 10:50: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 4169837B401; Sun, 13 Oct 2002 10:50:24 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E0E143E75; Sun, 13 Oct 2002 10:50:23 -0700 (PDT) (envelope-from mark@grimreaper.grondar.org) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id g9DHoMW1083819; Sun, 13 Oct 2002 18:50:22 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id g9DHoM96083818; Sun, 13 Oct 2002 18:50:22 +0100 (BST) Received: from grimreaper.grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.5) with ESMTP id g9DHjO01008151; Sun, 13 Oct 2002 18:45:24 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Message-Id: <200210131745.g9DHjO01008151@grimreaper.grondar.org> To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc group References: <200210131700.g9DH0bdC008807@freefall.freebsd.org> In-Reply-To: <200210131700.g9DH0bdC008807@freefall.freebsd.org> ; from Robert Watson "Sun, 13 Oct 2002 10:00:37 PDT." Date: Sun, 13 Oct 2002 18:45:23 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Leave root in operator for dump/restore broadcast reasons; leave root > in wheel until discrepencies in the "no users in wheel means any user > can su" policy are resolved (possibly indefinitely). This sounds like a policy decision that can be handed over to PAM. M -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 11: 4: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 89CAE37B401; Sun, 13 Oct 2002 11:04:57 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAA1E43E88; Sun, 13 Oct 2002 11:04:55 -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 g9DI4POo034909; Sun, 13 Oct 2002 14:04:25 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 13 Oct 2002 14:04:24 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc group In-Reply-To: <200210131745.g9DHjO01008151@grimreaper.grondar.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 Sun, 13 Oct 2002, Mark Murray wrote: > > Leave root in operator for dump/restore broadcast reasons; leave root > > in wheel until discrepencies in the "no users in wheel means any user > > can su" policy are resolved (possibly indefinitely). > > This sounds like a policy decision that can be handed over to PAM. Currently, it is, I believe. I was sure at one point that we supported a mode of operation for su that allowed any user to su to root if the wheel group was empty, and restricted it to the wheel group if it was non-empty. That no longer appears to be the case on 5.0, and I haven't got a 4.x box I can afford to shoot down to experiment with right now on that branch. Currently, the wheel behavior in the PAM case is entirely encapsulated in pam_wheel(8). Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 11: 8: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 08C0937B401; Sun, 13 Oct 2002 11:08:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9E4B43E7B; Sun, 13 Oct 2002 11:08:53 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DI8rCo068228; Sun, 13 Oct 2002 11:08:53 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DI8rAg068227; Sun, 13 Oct 2002 11:08:53 -0700 (PDT) Message-Id: <200210131808.g9DI8rAg068227@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 13 Oct 2002 11:08:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/mail 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/10/13 11:08:53 PDT Modified files: fr_FR.ISO8859-1/books/handbook/mail chapter.sgml Log: MFen 1.54 --> 1.62 Revision Changes Path 1.5 +36 -30 doc/fr_FR.ISO8859-1/books/handbook/mail/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 Oct 13 11: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 E8CA837B401; Sun, 13 Oct 2002 11:16:12 -0700 (PDT) Received: from aeimail.aei.ca (aeimail.aei.ca [206.123.6.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0187843E88; Sun, 13 Oct 2002 11:16:12 -0700 (PDT) (envelope-from anarcat@anarcat.ath.cx) Received: from shall.anarcat.ath.cx (3jequi1ucpibx5wp@dsl-131-45.aei.ca [66.36.131.45]) by aeimail.aei.ca (8.11.6/8.10.1) with ESMTP id g9DIFsM27690; Sun, 13 Oct 2002 14:15:55 -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 C19FD342; Sun, 13 Oct 2002 14:15:51 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Sun, 13 Oct 2002 14:15:12 -0400 Date: Sun, 13 Oct 2002 14:15:12 -0400 From: The Anarcat To: Robert Watson Cc: Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc group Message-ID: <20021013181512.GB489@lenny.anarcat.ath.cx> Mail-Followup-To: Robert Watson , Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200210131745.g9DHjO01008151@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wzJLGUyc3ArbnUjN" Content-Disposition: inline In-Reply-To: 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 --wzJLGUyc3ArbnUjN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun Oct 13, 2002 at 02:04:24PM -0400, Robert Watson wrote: >=20 > Currently, it is, I believe. I was sure at one point that we supported a > mode of operation for su that allowed any user to su to root if the wheel > group was empty, and restricted it to the wheel group if it was non-empty= .=20 > That no longer appears to be the case on 5.0, and I haven't got a 4.x box > I can afford to shoot down to experiment with right now on that branch. FYI, 3 use cases on -stable: anarcat@lenny[~]% uname -a FreeBSD lenny.anarcat.ath.cx 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #1: Tue = Sep 17 09:31:25 EDT 2002 anarcat@lenny.anarcat.ath.cx:/usr/obj/usr/src/= sys/LENNY i386 anarcat@lenny[~]% groups anarcat wheel anarcat@lenny[~]% su =20 Password: lenny# grep wheel /etc/group wheel:*:0:root,anarcat lenny# anarcat@lenny[~]% groups anarcat operator cdrecord dos anarcat@lenny[~]% su=20 Password: lenny# grep wheel /etc/group wheel:*:0: lenny#=20 anarcat@lenny[~]% groups anarcat wheel operator cdrecord dos anarcat@lenny[~]% su=20 su: you are not in the correct group (wheel) to su root. anarcat@lenny[~]% grep wheel /etc/group wheel:*:0:root anarcat@lenny[~]%=20 --=20 =46rom the age of uniformity, from the age of solitude, from the age of Big Brother, from the age of doublethink - greetings! --wzJLGUyc3ArbnUjN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9qbgwttcWHAnWiGcRAuS9AJ9XWz619uWytPdN4xgXx+WWTru9sgCgngB8 O1ZXkXCNTRrov3EZF+vK8zA= =Lz4r -----END PGP SIGNATURE----- --wzJLGUyc3ArbnUjN-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 11: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 2A71D37B401; Sun, 13 Oct 2002 11:17:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6C9143E6E; Sun, 13 Oct 2002 11:17:34 -0700 (PDT) (envelope-from mheinen@FreeBSD.org) Received: from freefall.freebsd.org (mheinen@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DIHYCo070559; Sun, 13 Oct 2002 11:17:34 -0700 (PDT) (envelope-from mheinen@freefall.freebsd.org) Received: (from mheinen@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DIHYHo070558; Sun, 13 Oct 2002 11:17:34 -0700 (PDT) Message-Id: <200210131817.g9DIHYHo070558@freefall.freebsd.org> From: Martin Heinen Date: Sun, 13 Oct 2002 11:17:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/config chapter.sgml doc/en_US.ISO8859-1/books/handbook/install chapter.sgml doc/en_US.ISO8859-1/books/handbook/security 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 mheinen 2002/10/13 11:17:34 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/config chapter.sgml en_US.ISO8859-1/books/handbook/install chapter.sgml en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Add hostid tags for IP addresses and netmasks. Approved by: alex (mentor) Revision Changes Path 1.171 +19 -19 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.65 +9 -9 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml 1.220 +5 -5 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml 1.116 +3 -3 doc/en_US.ISO8859-1/books/handbook/security/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 Oct 13 11:18: 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 E06D837B401; Sun, 13 Oct 2002 11:18:06 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39E9C43E3B; Sun, 13 Oct 2002 11:18:06 -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 g9DII5pk014426; Sun, 13 Oct 2002 12:18:05 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 13 Oct 2002 12:17:41 -0600 (MDT) Message-Id: <20021013.121741.61891248.imp@bsdimp.com> To: rwatson@FreeBSD.org Cc: mark@grondar.za, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc group From: "M. Warner Losh" In-Reply-To: References: <200210131745.g9DHjO01008151@grimreaper.grondar.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: Robert Watson writes: : Currently, it is, I believe. I was sure at one point that we supported a : mode of operation for su that allowed any user to su to root if the wheel : group was empty, and restricted it to the wheel group if it was non-empty. FreeBSD 4.5 definitely behaves this way, and I would be really horked if 5.0-RELEASE doesn't have some way to get a similar result. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 11:19: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 4C9FC37B401; Sun, 13 Oct 2002 11:19:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D540C43E6E; Sun, 13 Oct 2002 11:19:25 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DIJPCo070642; Sun, 13 Oct 2002 11:19:25 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DIJOsW070641; Sun, 13 Oct 2002 11:19:24 -0700 (PDT) Message-Id: <200210131819.g9DIJOsW070641@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 13 Oct 2002 11:19:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/md md.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/10/13 11:19:24 PDT Modified files: sys/dev/md md.c Log: MODINFO_SIZE metadata has type size_t, not unsigned. This makes preloaded md root work on sparc64. Revision Changes Path 1.72 +1 -1 src/sys/dev/md/md.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 11: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 536B337B401; Sun, 13 Oct 2002 11:31:59 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77D0D43E97; Sun, 13 Oct 2002 11:31:58 -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 g9DIVPOo038574; Sun, 13 Oct 2002 14:31:25 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 13 Oct 2002 14:31:24 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: "M. Warner Losh" Cc: mark@grondar.za, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc group In-Reply-To: <20021013.121741.61891248.imp@bsdimp.com> 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 Sun, 13 Oct 2002, M. Warner Losh wrote: > In message: > Robert Watson writes: > : Currently, it is, I believe. I was sure at one point that we supported a > : mode of operation for su that allowed any user to su to root if the wheel > : group was empty, and restricted it to the wheel group if it was non-empty. > > FreeBSD 4.5 definitely behaves this way, and I would be really horked if > 5.0-RELEASE doesn't have some way to get a similar result. I believe you accomplish it in the New World Order by dropping pam_wheel from the /etc/pam.d/su requirements. So I'm guessing that the current /etc/group arrangement with root appearing in both wheel and operator is the right one for the time being. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 11:32: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 BA0DC37B401; Sun, 13 Oct 2002 11:32:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B57843E7B; Sun, 13 Oct 2002 11:32:40 -0700 (PDT) (envelope-from cognet@FreeBSD.org) Received: from freefall.freebsd.org (cognet@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DIWeCo075154; Sun, 13 Oct 2002 11:32:40 -0700 (PDT) (envelope-from cognet@freefall.freebsd.org) Received: (from cognet@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DIWe7S075153; Sun, 13 Oct 2002 11:32:40 -0700 (PDT) Message-Id: <200210131832.g9DIWe7S075153@freefall.freebsd.org> From: Olivier Houchard Date: Sun, 13 Oct 2002 11:32:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/trm trm.c trm.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 cognet 2002/10/13 11:32:39 PDT Added files: sys/dev/trm trm.c trm.h Log: Import of the trm(4) driver (for Tekram DC395U/UW/F and DC315U SCSI adapters). Reviewed by: mux, scottl Approved by: mux, scottl Revision Changes Path 1.1 +3387 -0 src/sys/dev/trm/trm.c (new) 1.1 +965 -0 src/sys/dev/trm/trm.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 11:36: 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 3BF4537B401; Sun, 13 Oct 2002 11:36:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF16743E6E; Sun, 13 Oct 2002 11:36:07 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DIa7Co075274; Sun, 13 Oct 2002 11:36:07 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DIa7JK075273; Sun, 13 Oct 2002 11:36:07 -0700 (PDT) Message-Id: <200210131836.g9DIa7JK075273@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 13 Oct 2002 11:36:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sparc64 boot_crunch.conf dokern.sh mkisoimages.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 jake 2002/10/13 11:36:07 PDT Added files: release/sparc64 boot_crunch.conf dokern.sh mkisoimages.sh Log: Add beginnings of sparc64 release magic. Revision Changes Path 1.1 +29 -0 src/release/sparc64/boot_crunch.conf (new) 1.1 +6 -0 src/release/sparc64/dokern.sh (new) 1.1 +70 -0 src/release/sparc64/mkisoimages.sh (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 11:39: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 B0E8A37B401; Sun, 13 Oct 2002 11:39:35 -0700 (PDT) Received: from cognet.ci0.org (cognet.ci0.org [80.65.224.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id A296043E6E; Sun, 13 Oct 2002 11:39:34 -0700 (PDT) (envelope-from doginou@cognet.ci0.org) Received: from cognet.ci0.org (cognet.ci0.org [80.65.224.102] (may be forged)) by cognet.ci0.org (8.12.6/8.12.5) with ESMTP id g9DIa4Kc046216; Sun, 13 Oct 2002 20:36:05 +0200 (CEST) (envelope-from doginou@cognet.ci0.org) Received: (from doginou@localhost) by cognet.ci0.org (8.12.6/8.12.6/Submit) id g9DIa4HN046215; Sun, 13 Oct 2002 20:36:04 +0200 (CEST) Date: Sun, 13 Oct 2002 20:36:04 +0200 From: Olivier Houchard To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: sys/dev/trm trm.c trm.h Message-ID: <20021013183604.GA46138@ci0.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 > Approved by: mux, scottl Oops this should have been Approved by: mux (mentor). Olivier Houchard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 11:42: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 B378237B401; Sun, 13 Oct 2002 11:42:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64E0143E88; Sun, 13 Oct 2002 11:42: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.6/8.12.6) with ESMTP id g9DIgaCo077542; Sun, 13 Oct 2002 11:42:36 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DIgapX077541; Sun, 13 Oct 2002 11:42:36 -0700 (PDT) Message-Id: <200210131842.g9DIgapX077541@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 13 Oct 2002 11:42:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom.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/10/13 11:42:35 PDT Modified files: sys/geom geom.h Log: Give GEOM modules a chance to specify their own init routine, in case they have special requirements. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.28 +4 -1 src/sys/geom/geom.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 11:44: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 D48D737B401; Sun, 13 Oct 2002 11:44:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 808DD43E8A; Sun, 13 Oct 2002 11:44:27 -0700 (PDT) (envelope-from cognet@FreeBSD.org) Received: from freefall.freebsd.org (cognet@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DIiRCo077720; Sun, 13 Oct 2002 11:44:27 -0700 (PDT) (envelope-from cognet@freefall.freebsd.org) Received: (from cognet@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DIiRZJ077719; Sun, 13 Oct 2002 11:44:27 -0700 (PDT) Message-Id: <200210131844.g9DIiRZJ077719@freefall.freebsd.org> From: Olivier Houchard Date: Sun, 13 Oct 2002 11:44:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES files src/sys/modules Makefile src/sys/modules/trm 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 cognet 2002/10/13 11:44:26 PDT Modified files: sys/conf files NOTES sys/modules Makefile Added files: sys/modules/trm Makefile Log: Connect trm(4) to the build. Reviewed by: mux (mentor) Approved by: mux (mentor) Revision Changes Path 1.1094 +2 -0 src/sys/conf/NOTES 1.718 +1 -0 src/sys/conf/files 1.268 +1 -0 src/sys/modules/Makefile 1.1 +12 -0 src/sys/modules/trm/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 Oct 13 11:47: 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 07F9037B406; Sun, 13 Oct 2002 11:46:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6382B43E88; Sun, 13 Oct 2002 11:46:58 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DIkwCo077835; Sun, 13 Oct 2002 11:46:58 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DIkwQ6077834; Sun, 13 Oct 2002 11:46:58 -0700 (PDT) Message-Id: <200210131846.g9DIkwQ6077834@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 13 Oct 2002 11:46:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gdm2 Makefile ports/x11/gdm2/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 marcus 2002/10/13 11:46:57 PDT Modified files: x11/gdm2 Makefile x11/gdm2/files patch-ab Log: When shutting down from gdm, try to power down the machine instead of just halting it. PR: 44018 Submitted by: Keith Jones Revision Changes Path 1.51 +1 -1 ports/x11/gdm2/Makefile 1.13 +11 -2 ports/x11/gdm2/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 Sun Oct 13 11:52: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 2E7B437B401; Sun, 13 Oct 2002 11:52:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2EF043E7B; Sun, 13 Oct 2002 11:52: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.6/8.12.6) with ESMTP id g9DIqlCo080155; Sun, 13 Oct 2002 11:52:47 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DIqlRr080154; Sun, 13 Oct 2002 11:52:47 -0700 (PDT) Message-Id: <200210131852.g9DIqlRr080154@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 13 Oct 2002 11:52:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/sparc64/loader Makefile 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 jake 2002/10/13 11:52:47 PDT Modified files: sys/boot/sparc64/loader Makefile main.c Log: Compile in support for zipfs and bzipfs so we can load the gzipped mfsroot that releases use. Revision Changes Path 1.13 +8 -0 src/sys/boot/sparc64/loader/Makefile 1.16 +6 -0 src/sys/boot/sparc64/loader/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 12: 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 888A037B401; Sun, 13 Oct 2002 12:01:11 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0604143E77; Sun, 13 Oct 2002 12:01:11 -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 g9DJ135b058311; Sun, 13 Oct 2002 12:01:03 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g9DJ0tB8058310; Sun, 13 Oct 2002 12:00:55 -0700 (PDT) Date: Sun, 13 Oct 2002 12:00:55 -0700 From: "David O'Brien" To: Robert Watson Cc: "M. Warner Losh" , mark@grondar.za, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc group Message-ID: <20021013190055.GA57842@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Robert Watson , "M. Warner Losh" , mark@grondar.za, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20021013.121741.61891248.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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, Oct 13, 2002 at 02:31:24PM -0400, Robert Watson wrote: > I believe you accomplish it in the New World Order by dropping pam_wheel > from the /etc/pam.d/su requirements. So I'm guessing that the current > /etc/group arrangement with root appearing in both wheel and operator is > the right one for the time being. This is too engrained in BSD systems and its admins to change. That it has changed in 5-CURRENT means some committer decided they didn't care that last time this came up the majority strongly wanted traditional behavior want IT LEFT ALONE and instead decided their own desires > that of a large group of others. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 12: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 EAB4137B401; Sun, 13 Oct 2002 12:21:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B91C43E65; Sun, 13 Oct 2002 12:21:39 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DJLdCo091530; Sun, 13 Oct 2002 12:21:39 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DJLd1U091529; Sun, 13 Oct 2002 12:21:39 -0700 (PDT) Message-Id: <200210131921.g9DJLd1U091529@freefall.freebsd.org> From: Archie Cobbs Date: Sun, 13 Oct 2002 12:21:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jikes-devel 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/10/13 12:21:38 PDT Modified files: java/jikes-devel Makefile distinfo Log: Update to version 1.17. Revision Changes Path 1.2 +2 -3 ports/java/jikes-devel/Makefile 1.2 +1 -1 ports/java/jikes-devel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 12:22: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 5643137B401; Sun, 13 Oct 2002 12:22:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAF3143E9C; Sun, 13 Oct 2002 12:22:43 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DJMhCo091634; Sun, 13 Oct 2002 12:22:43 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DJMh6q091633; Sun, 13 Oct 2002 12:22:43 -0700 (PDT) Message-Id: <200210131922.g9DJMh6q091633@freefall.freebsd.org> From: Archie Cobbs Date: Sun, 13 Oct 2002 12:22:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jikes 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 archie 2002/10/13 12:22:43 PDT Modified files: java/jikes Makefile Log: Update MASTER_SITES after directory re-org. Revision Changes Path 1.33 +1 -1 ports/java/jikes/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 12:25: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 6960837B401; Sun, 13 Oct 2002 12:25:26 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61F4643E91; Sun, 13 Oct 2002 12:25:24 -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 g9DJOkOo040406; Sun, 13 Oct 2002 15:24:46 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 13 Oct 2002 15:24:45 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: "David O'Brien" Cc: "M. Warner Losh" , mark@grondar.za, des@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc group In-Reply-To: <20021013190055.GA57842@dragon.nuxi.com> 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 Sun, 13 Oct 2002, David O'Brien wrote: > On Sun, Oct 13, 2002 at 02:31:24PM -0400, Robert Watson wrote: > > I believe you accomplish it in the New World Order by dropping pam_wheel > > from the /etc/pam.d/su requirements. So I'm guessing that the current > > /etc/group arrangement with root appearing in both wheel and operator is > > the right one for the time being. > > This is too engrained in BSD systems and its admins to change. Could people take a look at the attached patch to pam_wheel.c -- I'd like to add this (assuming it's completely right) and change the default for su's invocation of pam_wheel.c to include "exempt_if_empty". ? pam_wheel.8.gz ? pam_wheel.so.2 Index: pam_wheel.8 =================================================================== RCS file: /home/ncvs/src/lib/libpam/modules/pam_wheel/pam_wheel.8,v retrieving revision 1.7 diff -u -r1.7 pam_wheel.8 --- pam_wheel.8 26 Aug 2001 18:09:00 -0000 1.7 +++ pam_wheel.8 13 Oct 2002 19:24:07 -0000 @@ -55,7 +55,7 @@ .Dq Li wheel . .Pp The following options may be passed to the authentication module: -.Bl -tag -width ".Cm auth_as_self" +.Bl -tag -width ".Cm exempt_if_empty" .It Cm debug .Xr syslog 3 debugging information at @@ -103,6 +103,14 @@ if the user is authenticating to a user that is not the superuser. +.It Cm exempt_if_empty +return +.Dv PAM_IGNORE +if the specified group (default group of +.Dq Li wheel ) +is empty, providing traditional BSD +.Xr su 8 +semantics permitting any user to su if the wheel group is empty. .El .Sh SEE ALSO .Xr getlogin 2 , Index: pam_wheel.c =================================================================== RCS file: /home/ncvs/src/lib/libpam/modules/pam_wheel/pam_wheel.c,v retrieving revision 1.11 diff -u -r1.11 pam_wheel.c --- pam_wheel.c 12 Apr 2002 22:27:25 -0000 1.11 +++ pam_wheel.c 13 Oct 2002 19:24:08 -0000 @@ -59,7 +59,8 @@ PAM_OPT_GROUP, PAM_OPT_TRUST, PAM_OPT_AUTH_AS_SELF, - PAM_OPT_NOROOT_OK + PAM_OPT_NOROOT_OK, + PAM_OPT_EXEMPT_IF_EMPTY }; static struct opttab other_options[] = { @@ -68,6 +69,7 @@ { "trust", PAM_OPT_TRUST }, { "auth_as_self", PAM_OPT_AUTH_AS_SELF }, { "noroot_ok", PAM_OPT_NOROOT_OK }, + { "exempt_if_empty", PAM_OPT_EXEMPT_IF_EMPTY }, { NULL, 0 } }; @@ -152,6 +154,12 @@ } PAM_LOG("Got group: %s", grp->gr_name); + + /* If the group is empty, see if we exempt empty groups. */ + if (*(grp->gr_mem) == NULL) { + if (pam_test_option(&options, PAM_OPT_EXEMPT_IF_EMPTY, NULL)) + return (PAM_IGNORE); + } if (pwd->pw_gid == grp->gr_gid || in_list(grp->gr_mem, pwd->pw_name)) { if (pam_test_option(&options, PAM_OPT_DENY, NULL)) { Index: su =================================================================== RCS file: /home/ncvs/src/etc/pam.d/su,v retrieving revision 1.8 diff -u -r1.8 su --- su 18 Apr 2002 17:40:27 -0000 1.8 +++ su 13 Oct 2002 19:24:57 -0000 @@ -7,7 +7,7 @@ # auth auth sufficient pam_rootok.so no_warn auth sufficient pam_self.so no_warn -auth requisite pam_wheel.so no_warn auth_as_self noroot_ok +auth requisite pam_wheel.so no_warn auth_as_self noroot_ok exempty_if_empty #auth sufficient pam_kerberosIV.so no_warn #auth sufficient pam_krb5.so no_warn try_first_pass auth_as_self auth sufficient pam_opie.so no_warn no_fake_prompts To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 12:27: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 C0AA637B401; Sun, 13 Oct 2002 12:27:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71D7943E88; Sun, 13 Oct 2002 12:27: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.6/8.12.6) with ESMTP id g9DJRLCo091818; Sun, 13 Oct 2002 12:27:21 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DJRLb1091817; Sun, 13 Oct 2002 12:27:21 -0700 (PDT) Message-Id: <200210131927.g9DJRLb1091817@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 13 Oct 2002 12:27:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/pango 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/10/13 12:27:21 PDT Modified files: x11-toolkits/pango Makefile distinfo Log: Update to 1.0.5. Revision Changes Path 1.37 +4 -4 ports/x11-toolkits/pango/Makefile 1.15 +1 -1 ports/x11-toolkits/pango/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 12:47: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 93C1937B401; Sun, 13 Oct 2002 12:47:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44AC943E9E; Sun, 13 Oct 2002 12:47: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.6/8.12.6) with ESMTP id g9DJljCo097139; Sun, 13 Oct 2002 12:47:46 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DJlj7d097138; Sun, 13 Oct 2002 12:47:45 -0700 (PDT) Message-Id: <200210131947.g9DJlj7d097138@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 13 Oct 2002 12:47:45 -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 marcus 2002/10/13 12:47:45 PDT Modified files: Mk bsd.sites.mk Log: It seems some of the GNOME mirrors are lagging behind in updates. Shuffle things around a little to try and improve download times. Revision Changes Path 1.111 +8 -6 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 Sun Oct 13 12:59: 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 8466337B401; Sun, 13 Oct 2002 12:59:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34CFF43E8A; Sun, 13 Oct 2002 12:59:03 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from freefall.freebsd.org (joerg@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DJx3Co099583; Sun, 13 Oct 2002 12:59:03 -0700 (PDT) (envelope-from joerg@freefall.freebsd.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DJx2QE099582; Sun, 13 Oct 2002 12:59:02 -0700 (PDT) Message-Id: <200210131959.g9DJx2QE099582@freefall.freebsd.org> From: Joerg Wunsch Date: Sun, 13 Oct 2002 12:59:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/daily 110.clean-tmps 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 joerg 2002/10/13 12:59:02 PDT Modified files: (Branch: RELENG_4) etc/periodic/daily 110.clean-tmps Log: MFC rev 1.12: honor the ctime when considering a file for removal. Revision Changes Path 1.6.2.4 +2 -1 src/etc/periodic/daily/110.clean-tmps To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 13: 0: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 A55E737B401; Sun, 13 Oct 2002 13:00:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53F4F43E7B; Sun, 13 Oct 2002 13:00:58 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from freefall.freebsd.org (gioria@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DK0wCo001354; Sun, 13 Oct 2002 13:00:58 -0700 (PDT) (envelope-from gioria@freefall.freebsd.org) Received: (from gioria@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DK0wfA001341; Sun, 13 Oct 2002 13:00:58 -0700 (PDT) Message-Id: <200210132000.g9DK0wfA001341@freefall.freebsd.org> From: Sebastien Gioria Date: Sun, 13 Oct 2002 13:00:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.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 gioria 2002/10/13 13:00:57 PDT Modified files: (Branch: RELENG_4) release/doc/fr_FR.ISO8859-1/errata article.sgml Log: Typos fix Second commit from my MacOSx Workstation !!! Revision Changes Path 1.1.2.9 +4 -5 src/release/doc/fr_FR.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 Sun Oct 13 13: 7: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 C974637B401; Sun, 13 Oct 2002 13:07:47 -0700 (PDT) Received: from phalanx.trit.org (phalanx.trit.org [63.198.170.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AF5643E9C; Sun, 13 Oct 2002 13:07:47 -0700 (PDT) (envelope-from dima@trit.org) Received: from sparkie.trit.org (sparkie.trit.org [192.168.4.16]) by phalanx.trit.org (Postfix) with ESMTP id 01FDD1A1B7; Sun, 13 Oct 2002 20:07:47 +0000 (UTC) Received: (from dima@localhost) by sparkie.trit.org (8.10.2+Sun/8.10.2) id g9DK7kv28078; Sun, 13 Oct 2002 20:07:46 GMT X-Authentication-Warning: sparkie.trit.org: dima set sender to dima@trit.org using -f Date: Sun, 13 Oct 2002 20:07:46 +0000 From: Dima Dorfman To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc Message-ID: <20021013200745.GA27804@trit.org> References: <200210120721.g9C7LJgs083349@freefall.freebsd.org> <20021012225619.K16856-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021012225619.K16856-100000@gamplex.bde.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 Bruce Evans wrote: > On Sat, 12 Oct 2002, Dima Dorfman wrote: > > > dd 2002/10/12 00:21:19 PDT > > > > Modified files: > > etc rc > > Log: > > Aesthetics: Most (all?) other messages output at boot time have > > trailing periods, so why shouldn't this one? > > > > Revision Changes Path > > 1.322 +1 -1 src/etc/rc > > Um, most don't. Most are output by device drivers. It is usually a > style bug for kernel messages to have a trailing period, and this bug > is missing in most devices drivers. About half of the messages in > /etc/rc follow similar rules. The exceptions are mostly to terminate > lists (echo '.'). I probably could have worded my commit message better; when I said "output at boot time", I meant "output from rc scripts at boot time". With RCng, output looks like this (partial): Updating motd. Starting ntpd. Configuring syscons: blanktime allscreens. ... Starting moused. Starting cron. All the messages have trailing periods; this commit just makes that message, which is only output in the RCng case, consistent with the rest. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 13: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 8A97037B401; Sun, 13 Oct 2002 13:24:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39CA643E91; Sun, 13 Oct 2002 13:24:28 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DKORCo010939; Sun, 13 Oct 2002 13:24:28 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DKORY9010938; Sun, 13 Oct 2002 13:24:27 -0700 (PDT) Message-Id: <200210132024.g9DKORY9010938@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 13 Oct 2002 13:24:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/config 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/10/13 13:24:27 PDT Modified files: en_US.ISO8859-1/books/handbook/config chapter.sgml Log: Add index entries for the "Setting Up Network Interface Cards" section. Revision Changes Path 1.66 +23 -0 doc/en_US.ISO8859-1/books/handbook/config/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 Oct 13 13:33: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 72DE737B401; Sun, 13 Oct 2002 13:33:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2398943E9E; Sun, 13 Oct 2002 13:33: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.6/8.12.6) with ESMTP id g9DKXYCo013189; Sun, 13 Oct 2002 13:33:34 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DKXY59013188; Sun, 13 Oct 2002 13:33:34 -0700 (PDT) Message-Id: <200210132033.g9DKXY59013188@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 13 Oct 2002 13:33:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom.h geom_ctl.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/10/13 13:33:34 PDT Modified files: sys/geom geom.h Added files: sys/geom geom_ctl.c Log: Add the outline of the "/dev/geom.ctl" handling code. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.29 +8 -1 src/sys/geom/geom.h 1.1 +193 -0 src/sys/geom/geom_ctl.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 13:36: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 4E37F37B401; Sun, 13 Oct 2002 13:36:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 001F143E9E; Sun, 13 Oct 2002 13:36:48 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DKamCo013348; Sun, 13 Oct 2002 13:36:48 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DKam2v013347; Sun, 13 Oct 2002 13:36:48 -0700 (PDT) Message-Id: <200210132036.g9DKam2v013347@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 13 Oct 2002 13:36:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: 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 phk 2002/10/13 13:36:48 PDT Modified files: sys/conf files Log: Add in the GEOM control module. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.719 +1 -0 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 14: 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 7D9D837B401; Sun, 13 Oct 2002 14:07:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E26043E88; Sun, 13 Oct 2002 14:07: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.6/8.12.6) with ESMTP id g9DL70Co024687; Sun, 13 Oct 2002 14:07:01 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DL70Ua024683; Sun, 13 Oct 2002 14:07:00 -0700 (PDT) Message-Id: <200210132107.g9DL70Ua024683@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 13 Oct 2002 14:07:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/squid Makefile ports/www/squid24 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/10/13 14:07:00 PDT Modified files: www/squid Makefile www/squid24 Makefile Log: - Use MASTER_SITE_SUBDIR. - Add MASTER_SITE_RINGSERVER to MASTER_SITES. Revision Changes Path 1.91 +6 -4 ports/www/squid/Makefile 1.91 +6 -4 ports/www/squid24/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 14:22: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 019BB37B401; Sun, 13 Oct 2002 14:22:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA0C743E97; Sun, 13 Oct 2002 14:22:40 -0700 (PDT) (envelope-from mp@FreeBSD.org) Received: from freefall.freebsd.org (mp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DLMeCo029782; Sun, 13 Oct 2002 14:22:40 -0700 (PDT) (envelope-from mp@freefall.freebsd.org) Received: (from mp@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DLMecF029781; Sun, 13 Oct 2002 14:22:40 -0700 (PDT) Message-Id: <200210132122.g9DLMecF029781@freefall.freebsd.org> From: Mark Peek Date: Sun, 13 Oct 2002 14:22:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gdb53/files patch-gdb_config_alpha_fbsd.mh patch-gdb_config_alpha_nm-fbsd.h patch-gdb_config_i386_fbsd.mh patch-gdb_config_i386_nm-fbsd.h patch-gdb_config_nm-fbsd.h patch-gdb_freebsd-uthread.c patch-gdb_i386-tdep.c patch-gdb_kvm-fbsd.c patch-gdb_target.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 mp 2002/10/13 14:22:40 PDT Modified files: devel/gdb53/files patch-gdb_config_alpha_fbsd.mh patch-gdb_config_i386_fbsd.mh patch-gdb_config_i386_nm-fbsd.h patch-gdb_freebsd-uthread.c patch-gdb_kvm-fbsd.c patch-gdb_target.c Added files: devel/gdb53/files patch-gdb_config_alpha_nm-fbsd.h patch-gdb_config_nm-fbsd.h patch-gdb_i386-tdep.c Log: Patches to get FreeBSD changes working with gdb-5.3. Revision Changes Path 1.3 +4 -3 ports/devel/gdb53/files/patch-gdb_config_alpha_fbsd.mh 1.1 +11 -0 ports/devel/gdb53/files/patch-gdb_config_alpha_nm-fbsd.h (new) 1.4 +7 -5 ports/devel/gdb53/files/patch-gdb_config_i386_fbsd.mh 1.4 +8 -33 ports/devel/gdb53/files/patch-gdb_config_i386_nm-fbsd.h 1.1 +34 -0 ports/devel/gdb53/files/patch-gdb_config_nm-fbsd.h (new) 1.3 +28 -12 ports/devel/gdb53/files/patch-gdb_freebsd-uthread.c 1.1 +12 -0 ports/devel/gdb53/files/patch-gdb_i386-tdep.c (new) 1.2 +423 -794 ports/devel/gdb53/files/patch-gdb_kvm-fbsd.c 1.4 +4 -7 ports/devel/gdb53/files/patch-gdb_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 14:23: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 2868237B401; Sun, 13 Oct 2002 14:23:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD06F43E7B; Sun, 13 Oct 2002 14:23:25 -0700 (PDT) (envelope-from mp@FreeBSD.org) Received: from freefall.freebsd.org (mp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DLNPCo029926; Sun, 13 Oct 2002 14:23:25 -0700 (PDT) (envelope-from mp@freefall.freebsd.org) Received: (from mp@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DLNPGF029925; Sun, 13 Oct 2002 14:23:25 -0700 (PDT) Message-Id: <200210132123.g9DLNPGF029925@freefall.freebsd.org> From: Mark Peek Date: Sun, 13 Oct 2002 14:23:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gdb53/files patch-gdb_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 mp 2002/10/13 14:23:25 PDT Added files: devel/gdb53/files patch-gdb_defs.h Log: Quiet PARAMS warning. Revision Changes Path 1.1 +20 -0 ports/devel/gdb53/files/patch-gdb_defs.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 15:22: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 0D7DA37B401; Sun, 13 Oct 2002 15:22:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B46D143E9C; Sun, 13 Oct 2002 15:22: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.6/8.12.6) with ESMTP id g9DMMUCo048738; Sun, 13 Oct 2002 15:22:30 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DMMUDF048737; Sun, 13 Oct 2002 15:22:30 -0700 (PDT) Message-Id: <200210132222.g9DMMUDF048737@freefall.freebsd.org> From: Peter Wemm Date: Sun, 13 Oct 2002 15:22:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT commitcheck X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/13 15:22:30 PDT Modified files: . commitcheck Log: *plonk*. Turn off commits for a while. Revision Changes Path 1.24 +1 -0 CVSROOT/commitcheck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 15: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 70FAE37B401; Sun, 13 Oct 2002 15:23:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E29543E8A; Sun, 13 Oct 2002 15:23:35 -0700 (PDT) (envelope-from mheinen@FreeBSD.org) Received: from freefall.freebsd.org (mheinen@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DMNYCo048765; Sun, 13 Oct 2002 15:23:35 -0700 (PDT) (envelope-from mheinen@freefall.freebsd.org) Received: (from mheinen@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9DMNYIZ048764; Sun, 13 Oct 2002 15:23:34 -0700 (PDT) Message-Id: <200210132223.g9DMNYIZ048764@freefall.freebsd.org> From: Martin Heinen Date: Sun, 13 Oct 2002 15:23:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/config 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 mheinen 2002/10/13 15:23:34 PDT Modified files: en_US.ISO8859-1/books/handbook/config chapter.sgml Log: removed line with a sole w introduced with the last commit Approved by: alex (mentor) Revision Changes Path 1.67 +0 -1 doc/en_US.ISO8859-1/books/handbook/config/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 Oct 13 15:53: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 99BFC37B401; Sun, 13 Oct 2002 15:53:24 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A01443E9C; Sun, 13 Oct 2002 15:53:24 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id A4FC39C0A; Sun, 13 Oct 2002 18:45:45 -0400 (EDT) Date: Sun, 13 Oct 2002 18:45:45 -0400 From: Mike Barcroft To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC src/sys/conf NOTES options src/sys/i386/conf GENERIC OLDCARD src/sys/ia64/conf GENERIC SKI src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC Message-ID: <20021013184545.C22315@espresso.q9media.com> References: <200210131629.g9DGTHGl097957@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ; from rwatson@FreeBSD.org on Sun, Oct 13, 2002 at 01:02:24PM -0400 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 Robert Watson writes: > I wouldn't mind seeing the src/sys/posix4 .c stuff repo-copied to an > appropriate file or two in src/sys/kern, at least for the scheduling > interfaces. The code implementation of the aio and semaphore services is > already in src/sys/kern. Yes, that's already listed as a task for the project (under Miscellaneous): http://www.FreeBSD.org/projects/c99/ It just needs an owner. 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 Sun Oct 13 16:25: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 017BB37B401; Sun, 13 Oct 2002 16:25:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A840B43E77; Sun, 13 Oct 2002 16:25:36 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9DNP6Mt041301; Sun, 13 Oct 2002 16:25:06 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9DNP6hO041300; Sun, 13 Oct 2002 16:25:06 -0700 (PDT) Message-Id: <200210132325.g9DNP6hO041300@repoman.freebsd.org> From: Peter Wemm Date: Sun, 13 Oct 2002 16:25:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT cfg_local.pm commitcheck X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/13 16:25:06 PDT Modified files: . cfg_local.pm commitcheck Log: Lets see if we are back in business. Revision Changes Path 1.14 +0 -0 CVSROOT/cfg_local.pm 1.26 +0 -0 CVSROOT/commitcheck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 17: 6: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 5647F37B401; Sun, 13 Oct 2002 17:06:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06CD343EAC; Sun, 13 Oct 2002 17:06:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E05nMt044081; Sun, 13 Oct 2002 17:05:49 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E05nRR044080; Sun, 13 Oct 2002 17:05:49 -0700 (PDT) Message-Id: <200210140005.g9E05nRR044080@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 13 Oct 2002 17:05:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/libbfd 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/10/13 17:05:49 PDT Modified files: gnu/usr.bin/binutils/libbfd Makefile Log: Take a guess at what WARNS level will make this compile on ia64. Revision Changes Path 1.22 +1 -1 src/gnu/usr.bin/binutils/libbfd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 17: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 22FFE37B401; Sun, 13 Oct 2002 17:23:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B489643EA9; Sun, 13 Oct 2002 17:23:43 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E0NDMt045305; Sun, 13 Oct 2002 17:23:13 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E0ND0u045304; Sun, 13 Oct 2002 17:23:13 -0700 (PDT) Message-Id: <200210140023.g9E0ND0u045304@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 13 Oct 2002 17:23:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomepanel 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/10/13 17:23:13 PDT Modified files: x11/gnomepanel Makefile Log: Add a missing INSTALLS_SHLIB. Revision Changes Path 1.20 +1 -0 ports/x11/gnomepanel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 17:33: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 D1C3537B401; Sun, 13 Oct 2002 17:33:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C2F543EB2; Sun, 13 Oct 2002 17:33:48 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E0XHMt045951; Sun, 13 Oct 2002 17:33:17 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E0XHoc045950; Sun, 13 Oct 2002 17:33:17 -0700 (PDT) Message-Id: <200210140033.g9E0XHoc045950@repoman.freebsd.org> From: Alan Eldridge Date: Sun, 13 Oct 2002 17:33:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/automake14 Makefile ports/devel/automake14/files patch-aclocal.in patch-automake.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 alane 2002/10/13 17:33:17 PDT Modified files: devel/automake14 Makefile devel/automake14/files patch-aclocal.in Added files: devel/automake14/files patch-automake.in Log: Unbreak automake/aclocal from my changes this morning. My test case wasn't thorough enough. PORTREVISION bump to force the change out (my judgement). Revision Changes Path 1.29 +1 -1 ports/devel/automake14/Makefile 1.2 +9 -10 ports/devel/automake14/files/patch-aclocal.in 1.1 +11 -0 ports/devel/automake14/files/patch-automake.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 17:45: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 14B0B37B401; Sun, 13 Oct 2002 17:45:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B69BD43EA9; Sun, 13 Oct 2002 17:45:44 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E0jEMt046729; Sun, 13 Oct 2002 17:45:14 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E0jDr0046723; Sun, 13 Oct 2002 17:45:13 -0700 (PDT) Message-Id: <200210140045.g9E0jDr0046723@repoman.freebsd.org> From: Greg Lehey Date: Sun, 13 Oct 2002 17:45:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.geschichte X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/10/13 17:45:13 PDT Modified files: usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.geschichte Log: Clarify that a number of incidents relate to Germany. This file contains a number of incidents which do not related to Germany. It's not clear whether they should remain or not, so I have left them. Revision Changes Path 1.10 +14 -15 src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 17:46: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 1E22937B401; Sun, 13 Oct 2002 17:46:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3DCC43EB3; Sun, 13 Oct 2002 17:46:21 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E0jpMt046772; Sun, 13 Oct 2002 17:45:51 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E0jpQq046771; Sun, 13 Oct 2002 17:45:51 -0700 (PDT) Message-Id: <200210140045.g9E0jpQq046771@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 13 Oct 2002 17:45:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/mklocale mklocale.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 tjr 2002/10/13 17:45:51 PDT Modified files: usr.bin/mklocale mklocale.1 Log: Add Big5, MSKanji and UTF-8 to the list of supported encodings. Mark UTF2 as being deprecated. Revision Changes Path 1.13 +29 -10 src/usr.bin/mklocale/mklocale.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 17:55: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 C7BAF37B401; Sun, 13 Oct 2002 17:55:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A2E343EAC; Sun, 13 Oct 2002 17:55:40 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E0t9Mt047369; Sun, 13 Oct 2002 17:55:09 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E0t9YW047368; Sun, 13 Oct 2002 17:55:09 -0700 (PDT) Message-Id: <200210140055.g9E0t9YW047368@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 13 Oct 2002 17:55:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/rats 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 kris 2002/10/13 17:55:09 PDT Modified files: security/rats Makefile distinfo Log: Update to rats-2.1 Revision Changes Path 1.8 +1 -1 ports/security/rats/Makefile 1.6 +1 -1 ports/security/rats/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 17:59: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 BEF6237B401; Sun, 13 Oct 2002 17:59:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CCD643EAC; Sun, 13 Oct 2002 17:59:12 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E0wfMt047514; Sun, 13 Oct 2002 17:58:41 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E0wfV4047513; Sun, 13 Oct 2002 17:58:41 -0700 (PDT) Message-Id: <200210140058.g9E0wfV4047513@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 13 Oct 2002 17:58:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/gutenmark Makefile ports/textproc/gutenmark/files patch-MatchWordlists.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/10/13 17:58:41 PDT Modified files: textproc/gutenmark Makefile Added files: textproc/gutenmark/files patch-MatchWordlists.c Log: Fix build. Submitted by: Maxim Maximov PR: ports/43766 Revision Changes Path 1.4 +0 -2 ports/textproc/gutenmark/Makefile 1.1 +16 -0 ports/textproc/gutenmark/files/patch-MatchWordlists.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 18: 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 0022037B401; Sun, 13 Oct 2002 18:08:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A318743EAF; Sun, 13 Oct 2002 18:08:15 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E17iMt048188; Sun, 13 Oct 2002 18:07:44 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E17iHA048187; Sun, 13 Oct 2002 18:07:44 -0700 (PDT) Message-Id: <200210140107.g9E17iHA048187@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 13 Oct 2002 18:07:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/bibcard Makefile ports/print/bibcard/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/10/13 18:07:44 PDT Modified files: print/bibcard Makefile Added files: print/bibcard/files patch-04 Log: Fix build. Submitted by: Adam Weinberger PR: ports/42452 Revision Changes Path 1.17 +0 -2 ports/print/bibcard/Makefile 1.1 +12 -0 ports/print/bibcard/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 Sun Oct 13 18:11: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 F3E6A37B401; Sun, 13 Oct 2002 18:11:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26F243EB2; Sun, 13 Oct 2002 18:11:36 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E1B5Mt048666; Sun, 13 Oct 2002 18:11:05 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E1B5lX048665; Sun, 13 Oct 2002 18:11:05 -0700 (PDT) Message-Id: <200210140111.g9E1B5lX048665@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 13 Oct 2002 18:11:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailgraph 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 kris 2002/10/13 18:11:05 PDT Modified files: mail/mailgraph Makefile distinfo pkg-plist Log: Fix build [1] and update to mailgraph-0.22 [2] Submitted by: Olivier Tharan [1] (based on), Gea-Suan Lin (maintainer) PR: ports/43637 [1], ports/43350 [2] Revision Changes Path 1.7 +2 -4 ports/mail/mailgraph/Makefile 1.5 +1 -1 ports/mail/mailgraph/distinfo 1.3 +1 -0 ports/mail/mailgraph/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 Oct 13 18:16: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 21D1C37B401; Sun, 13 Oct 2002 18:16:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1A7E43EB1; Sun, 13 Oct 2002 18:16:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E1FlMt048868; Sun, 13 Oct 2002 18:15:47 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E1FldC048867; Sun, 13 Oct 2002 18:15:47 -0700 (PDT) Message-Id: <200210140115.g9E1FldC048867@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 13 Oct 2002 18:15:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/marc-search Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/www/marc-search/files marc-search.conf 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/10/13 18:15:47 PDT Modified files: www Makefile Removed files: www/marc-search Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist www/marc-search/files marc-search.conf patch-aa Log: Remove the marc-search port, which has been broken for 2 years and 8 months because it depends on software not in the ports collection. Reviewed by: sheldonh (maintainer) Revision Changes Path 1.546 +0 -1 ports/www/Makefile 1.9 +0 -67 ports/www/marc-search/Makefile (dead) 1.2 +0 -1 ports/www/marc-search/distinfo (dead) 1.2 +0 -5 ports/www/marc-search/files/marc-search.conf (dead) 1.2 +0 -40 ports/www/marc-search/files/patch-aa (dead) 1.3 +0 -1 ports/www/marc-search/pkg-comment (dead) 1.2 +0 -9 ports/www/marc-search/pkg-descr (dead) 1.2 +0 -2 ports/www/marc-search/pkg-message (dead) 1.2 +0 -9 ports/www/marc-search/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 Sun Oct 13 18:16: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 3F4CC37B401; Sun, 13 Oct 2002 18:16:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E680543EAF; Sun, 13 Oct 2002 18:16:40 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E1GAMt048905; Sun, 13 Oct 2002 18:16:10 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E1GAIQ048904; Sun, 13 Oct 2002 18:16:10 -0700 (PDT) Message-Id: <200210140116.g9E1GAIQ048904@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 13 Oct 2002 18:16:10 -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 kris 2002/10/13 18:16:10 PDT Modified files: . modules Log: Remove marc-search Revision Changes Path 1.6075 +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 Sun Oct 13 18:22: 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 AA3A837B401; Sun, 13 Oct 2002 18:22:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D77043E77; Sun, 13 Oct 2002 18:22:08 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E1LbMt049432; Sun, 13 Oct 2002 18:21:37 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E1Lbk7049431; Sun, 13 Oct 2002 18:21:37 -0700 (PDT) Message-Id: <200210140121.g9E1Lbk7049431@repoman.freebsd.org> From: Alan Cox Date: Sun, 13 Oct 2002 18:21:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.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/10/13 18:21:37 PDT Modified files: sys/kern vfs_aio.c Log: Eliminate the unnecessary clearing of flag bits that are already clear in lio_listio(2). Revision Changes Path 1.140 +1 -4 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 18:46: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 DB4A137B401; Sun, 13 Oct 2002 18:46:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EB6443EA3; Sun, 13 Oct 2002 18:46:49 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E1kIMt051000; Sun, 13 Oct 2002 18:46:18 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E1kIhi050999; Sun, 13 Oct 2002 18:46:18 -0700 (PDT) Message-Id: <200210140146.g9E1kIhi050999@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 13 Oct 2002 18:46:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale mskanji.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/10/13 18:46:18 PDT Modified files: lib/libc/locale mskanji.c Log: Style changes. Mainly removing excessive whitespace and parens. Revision Changes Path 1.7 +29 -24 src/lib/libc/locale/mskanji.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 18:51: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 6131837B401; Sun, 13 Oct 2002 18:51:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B718643E97; Sun, 13 Oct 2002 18:51:16 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E1ojMt051501; Sun, 13 Oct 2002 18:50:45 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E1ojuB051500; Sun, 13 Oct 2002 18:50:45 -0700 (PDT) Message-Id: <200210140150.g9E1ojuB051500@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 13 Oct 2002 18:50:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale mskanji.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/10/13 18:50:45 PDT Modified files: lib/libc/locale mskanji.c Log: FA, FB and FC are lead bytes according to recent Microsoft documentation. Revision Changes Path 1.8 +1 -1 src/lib/libc/locale/mskanji.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 19: 0: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 06B6C37B413; Sun, 13 Oct 2002 19:00:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FF7943E9C; Sun, 13 Oct 2002 19:00:28 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E1xvMt051830; Sun, 13 Oct 2002 18:59:57 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E1xv7B051828; Sun, 13 Oct 2002 18:59:57 -0700 (PDT) Message-Id: <200210140159.g9E1xv7B051828@repoman.freebsd.org> From: Warner Losh Date: Sun, 13 Oct 2002 18:59:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wavelan_ieee.h if_wi.c if_wi_pccard.c if_wireg.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 imp 2002/10/13 18:59:57 PDT Modified files: sys/dev/wi if_wavelan_ieee.h if_wi.c if_wi_pccard.c if_wireg.h Log: o Comment out the symbol download code for 4.x. o Add hooks for doing power management of the output signal. o Minor hacks to make flexlint happy wrt staticness of functions. Revision Changes Path 1.16 +3 -3 src/sys/dev/wi/if_wavelan_ieee.h 1.117 +19 -3 src/sys/dev/wi/if_wi.c 1.14 +2 -0 src/sys/dev/wi/if_wi_pccard.c 1.40 +18 -0 src/sys/dev/wi/if_wireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 19: 7: 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 7A1FF37B401; Sun, 13 Oct 2002 19:07:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B54D43EAC; Sun, 13 Oct 2002 19:07:06 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E26ZMt052418; Sun, 13 Oct 2002 19:06:35 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E26Zbe052417; Sun, 13 Oct 2002 19:06:35 -0700 (PDT) Message-Id: <200210140206.g9E26Zbe052417@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 13 Oct 2002 19:06:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomelibs/files patch-libgnomeui_gnome_segv.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 marcus 2002/10/13 19:06:35 PDT Added files: x11/gnomelibs/files patch-libgnomeui_gnome_segv.c Log: Fix build on -CURRENT. Revision Changes Path 1.1 +14 -0 ports/x11/gnomelibs/files/patch-libgnomeui_gnome_segv.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 19: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 35A4A37B401; Sun, 13 Oct 2002 19:40:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E860243EB2; Sun, 13 Oct 2002 19:40:17 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E2dkMt054586; Sun, 13 Oct 2002 19:39:46 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E2dk2Q054585; Sun, 13 Oct 2002 19:39:46 -0700 (PDT) Message-Id: <200210140239.g9E2dk2Q054585@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 13 Oct 2002 19:39:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome screenshots.sgml www/en/gnome/images Makefile ss1-tn.png ss2-tn.png ss3-tn.png ss5-tn.png ss6-tn.png X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/13 19:39:46 PDT Modified files: en/gnome screenshots.sgml en/gnome/images Makefile Added files: en/gnome/images ss1-tn.png ss2-tn.png ss3-tn.png ss5-tn.png ss6-tn.png Log: Create thumbnails of the screenshots to cut down on the load time for the screenshot index page. Also, remove the GNOME 2.0b5 screenshot as we are now at GNOME 2.0.2 Final. Thumbnails were Submitted by: Adam Weinberger Revision Changes Path 1.6 +12 -2 www/en/gnome/images/Makefile 1.1 +323 -0 www/en/gnome/images/ss1-tn.png (new) 1.1 +360 -0 www/en/gnome/images/ss2-tn.png (new) 1.1 +921 -0 www/en/gnome/images/ss3-tn.png (new) 1.1 +188 -0 www/en/gnome/images/ss5-tn.png (new) 1.1 +296 -0 www/en/gnome/images/ss6-tn.png (new) 1.13 +7 -12 www/en/gnome/screenshots.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 19:45: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 D17D137B401; Sun, 13 Oct 2002 19:45:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8403743EB3; Sun, 13 Oct 2002 19:45:33 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E2j2Mt055076; Sun, 13 Oct 2002 19:45:02 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E2j2Cs055075; Sun, 13 Oct 2002 19:45:02 -0700 (PDT) Message-Id: <200210140245.g9E2j2Cs055075@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 13 Oct 2002 19:45:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome/images ss4.png X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/13 19:45:02 PDT Removed files: en/gnome/images ss4.png Log: Actually remove the GNOME 2.0b5 screenshot. Revision Changes Path 1.2 +0 -196 www/en/gnome/images/ss4.png (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 20:21: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 F23F737B401; Sun, 13 Oct 2002 20:21:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CAC343EAF; Sun, 13 Oct 2002 20:21:07 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E3KaMt057781; Sun, 13 Oct 2002 20:20:36 -0700 (PDT) (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E3KaAW057780; Sun, 13 Oct 2002 20:20:36 -0700 (PDT) Message-Id: <200210140320.g9E3KaAW057780@repoman.freebsd.org> From: Kirk McKusick Date: Sun, 13 Oct 2002 20:20:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/hpfs hpfs.h hpfs_vfsops.c hpfs_vnops.c src/sys/fs/msdosfs msdosfs_denode.c src/sys/fs/ntfs ntfs_inode.h ntfs_subr.c ntfs_vfsops.c src/sys/fs/nullfs null_subr.c null_vnops.c src/sys/fs/nwfs nwfs_node.c src/sys/fs/pseudofs ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mckusick 2002/10/13 20:20:36 PDT Modified files: sys/fs/hpfs hpfs.h hpfs_vfsops.c hpfs_vnops.c sys/fs/msdosfs msdosfs_denode.c sys/fs/ntfs ntfs_inode.h ntfs_subr.c ntfs_vfsops.c sys/fs/nullfs null_subr.c null_vnops.c sys/fs/nwfs nwfs_node.c sys/fs/pseudofs pseudofs_vncache.c sys/fs/smbfs smbfs_io.c smbfs_node.c sys/fs/udf udf_vfsops.c udf_vnops.c sys/fs/unionfs union.h union_subr.c union_vnops.c sys/gnu/ext2fs ext2_ihash.c ext2_inode.c ext2_vfsops.c sys/isofs/cd9660 cd9660_node.c cd9660_vfsops.c sys/kern vfs_default.c vfs_subr.c sys/nfsclient nfs_node.c sys/security/lomac lomacfs_vnops.c sys/ufs/ffs ffs_vfsops.c sys/ufs/ufs ufs_inode.c Log: Regularize the vop_stdlock'ing protocol across all the filesystems that use it. Specifically, vop_stdlock uses the lock pointed to by vp->v_vnlock. By default, getnewvnode sets up vp->v_vnlock to reference vp->v_lock. Filesystems that wish to use the default do not need to allocate a lock at the front of their node structure (as some still did) or do a lockinit. They can simply start using vn_lock/VOP_UNLOCK. Filesystems that wish to manage their own locks, but still use the vop_stdlock functions (such as nullfs) can simply replace vp->v_vnlock with a pointer to the lock that they wish to have used for the vnode. Such filesystems are responsible for setting the vp->v_vnlock back to the default in their vop_reclaim routine (e.g., vp->v_vnlock = &vp->v_lock). In theory, this set of changes cleans up the existing filesystem lock interface and should have no function change to the existing locking scheme. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.13 +0 -1 src/sys/fs/hpfs/hpfs.h 1.29 +0 -1 src/sys/fs/hpfs/hpfs_vfsops.c 1.35 +0 -1 src/sys/fs/hpfs/hpfs_vnops.c 1.66 +0 -3 src/sys/fs/msdosfs/msdosfs_denode.c 1.11 +0 -2 src/sys/fs/ntfs/ntfs_inode.h 1.26 +0 -1 src/sys/fs/ntfs/ntfs_subr.c 1.50 +0 -1 src/sys/fs/ntfs/ntfs_vfsops.c 1.38 +0 -3 src/sys/fs/nullfs/null_subr.c 1.59 +1 -0 src/sys/fs/nullfs/null_vnops.c 1.27 +1 -1 src/sys/fs/nwfs/nwfs_node.c 1.18 +1 -2 src/sys/fs/pseudofs/pseudofs_vncache.c 1.14 +1 -1 src/sys/fs/smbfs/smbfs_io.c 1.10 +1 -1 src/sys/fs/smbfs/smbfs_node.c 1.7 +0 -2 src/sys/fs/udf/udf_vfsops.c 1.17 +1 -3 src/sys/fs/udf/udf_vnops.c 1.26 +0 -5 src/sys/fs/unionfs/union.h 1.65 +0 -2 src/sys/fs/unionfs/union_subr.c 1.94 +0 -84 src/sys/fs/unionfs/union_vnops.c 1.36 +1 -1 src/sys/gnu/ext2fs/ext2_ihash.c 1.37 +0 -1 src/sys/gnu/ext2fs/ext2_inode.c 1.100 +0 -1 src/sys/gnu/ext2fs/ext2_vfsops.c 1.44 +1 -2 src/sys/isofs/cd9660/cd9660_node.c 1.105 +0 -5 src/sys/isofs/cd9660/cd9660_vfsops.c 1.67 +7 -7 src/sys/kern/vfs_default.c 1.413 +8 -9 src/sys/kern/vfs_subr.c 1.58 +0 -1 src/sys/nfsclient/nfs_node.c 1.9 +4 -4 src/sys/security/lomac/lomacfs_vnops.c 1.193 +2 -3 src/sys/ufs/ffs/ffs_vfsops.c 1.48 +0 -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 Oct 13 20:59: 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 5E55037B401; Sun, 13 Oct 2002 20:59:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB7A43EA9; Sun, 13 Oct 2002 20:59:04 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E3wWMt060039; Sun, 13 Oct 2002 20:58:32 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E3wWFd060038; Sun, 13 Oct 2002 20:58:32 -0700 (PDT) Message-Id: <200210140358.g9E3wWFd060038@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 13 Oct 2002 20:58:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome index.xsl www/en/gnome/docs faq.sgml faq2.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 marcus 2002/10/13 20:58:32 PDT Modified files: en/gnome index.xsl en/gnome/docs faq.sgml faq2.sgml Log: * Fix some grammatical nits * s/1.4.1/1.4/g , s/2.0.[0-9]/2.0/g * mention gnome2-fifth-toe Submitted by: Adam Weinberger Revision Changes Path 1.36 +44 -36 www/en/gnome/docs/faq.sgml 1.17 +43 -21 www/en/gnome/docs/faq2.sgml 1.30 +8 -8 www/en/gnome/index.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 20: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 A720537B401; Sun, 13 Oct 2002 20:59:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5955143EA9; Sun, 13 Oct 2002 20:59:21 -0700 (PDT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E3woMt060065; Sun, 13 Oct 2002 20:58:50 -0700 (PDT) (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E3wnkM060064; Sun, 13 Oct 2002 20:58:49 -0700 (PDT) Message-Id: <200210140358.g9E3wnkM060064@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sun, 13 Oct 2002 20:58:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libxine 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 nobutaka 2002/10/13 20:58:49 PDT Modified files: graphics/libxine Makefile Log: Remove dependency on libdivxdecore-devel since better DivX support provided by recent graphics/ffmpeg update. Pointed out by: lioux Revision Changes Path 1.24 +1 -2 ports/graphics/libxine/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 21: 0: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 2A34737B401; Sun, 13 Oct 2002 21:00:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1AC443E97; Sun, 13 Oct 2002 21:00:44 -0700 (PDT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E40DMt060315; Sun, 13 Oct 2002 21:00:13 -0700 (PDT) (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E40Dot060313; Sun, 13 Oct 2002 21:00:13 -0700 (PDT) Message-Id: <200210140400.g9E40Dot060313@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sun, 13 Oct 2002 21:00:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/mlterm 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 nobutaka 2002/10/13 21:00:13 PDT Modified files: x11/mlterm Makefile distinfo Log: Update to 2.6.2. Revision Changes Path 1.10 +1 -1 ports/x11/mlterm/Makefile 1.8 +1 -1 ports/x11/mlterm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 21:12: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 7F9B137B401; Sun, 13 Oct 2002 21:12:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 335B543EA3; Sun, 13 Oct 2002 21:12:52 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E4CKMt061278; Sun, 13 Oct 2002 21:12:20 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E4CKTL061277; Sun, 13 Oct 2002 21:12:20 -0700 (PDT) Message-Id: <200210140412.g9E4CKTL061277@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 13 Oct 2002 21:12:20 -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/10/13 21:12:20 PDT Modified files: x11/gnomedesktop Makefile distinfo pkg-plist Log: Update to 2.0.9. Revision Changes Path 1.19 +1 -1 ports/x11/gnomedesktop/Makefile 1.16 +1 -1 ports/x11/gnomedesktop/distinfo 1.10 +3 -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 Sun Oct 13 21: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 A55AB37B404; Sun, 13 Oct 2002 21:13:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4783443EB7; Sun, 13 Oct 2002 21:13:13 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E4CfMt061310; Sun, 13 Oct 2002 21:12:41 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E4CfwL061309; Sun, 13 Oct 2002 21:12:41 -0700 (PDT) Message-Id: <200210140412.g9E4CfwL061309@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 13 Oct 2002 21:12:41 -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/10/13 21:12:41 PDT Modified files: x11/gnomepanel Makefile distinfo Log: Update to 2.0.10. Revision Changes Path 1.21 +1 -1 ports/x11/gnomepanel/Makefile 1.14 +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 Sun Oct 13 21: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 E91DB37B401; Sun, 13 Oct 2002 21:13:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E04C543EA3; Sun, 13 Oct 2002 21:13:33 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E4D2Mt061351; Sun, 13 Oct 2002 21:13:02 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E4D2F2061350; Sun, 13 Oct 2002 21:13:02 -0700 (PDT) Message-Id: <200210140413.g9E4D2F2061350@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 13 Oct 2002 21:13:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomesession 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/10/13 21:13:02 PDT Modified files: x11/gnomesession Makefile distinfo pkg-plist Log: Update to 2.0.8. Revision Changes Path 1.17 +1 -1 ports/x11/gnomesession/Makefile 1.13 +1 -1 ports/x11/gnomesession/distinfo 1.8 +1 -0 ports/x11/gnomesession/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 Oct 13 22:16: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 6E75B37B401; Sun, 13 Oct 2002 22:16:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21CF143EAA; Sun, 13 Oct 2002 22:16:35 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E5G3Mt065195; Sun, 13 Oct 2002 22:16:03 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E5G351065194; Sun, 13 Oct 2002 22:16:03 -0700 (PDT) Message-Id: <200210140516.g9E5G351065194@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sun, 13 Oct 2002 22:16:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libdvbpsi 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/10/13 22:16:03 PDT Modified files: graphics/libdvbpsi Makefile distinfo Log: upgrade to 0.1.2 Revision Changes Path 1.3 +2 -2 ports/graphics/libdvbpsi/Makefile 1.2 +1 -1 ports/graphics/libdvbpsi/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 22:27: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 A49C037B401; Sun, 13 Oct 2002 22:27:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 575F443E91; Sun, 13 Oct 2002 22:27:32 -0700 (PDT) (envelope-from cjc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E5R0Mt065835; Sun, 13 Oct 2002 22:27:00 -0700 (PDT) (envelope-from cjc@repoman.freebsd.org) Received: (from cjc@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E5R060065834; Sun, 13 Oct 2002 22:27:00 -0700 (PDT) Message-Id: <200210140527.g9E5R060065834@repoman.freebsd.org> From: "Crist J. Clark" Date: Sun, 13 Oct 2002 22:27:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cjc 2002/10/13 22:27:00 PDT Modified files: sys/net if_ethersubr.c Log: Unconditionally restore the pointer to the saved Ethernet header after going to bridge.c:bdg_forward(). The header can be munged even if the mbuf does not /appear/ to change. PR: kern/42465 MFC after: 4 days Revision Changes Path 1.127 +1 -4 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 22:31: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 6C65337B401; Sun, 13 Oct 2002 22:31:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20B5643EAF; Sun, 13 Oct 2002 22:31:21 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E5UnMt066340; Sun, 13 Oct 2002 22:30:49 -0700 (PDT) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E5UnoS066339; Sun, 13 Oct 2002 22:30:49 -0700 (PDT) Message-Id: <200210140530.g9E5UnoS066339@repoman.freebsd.org> From: Hye-Shik Chang Date: Sun, 13 Oct 2002 22:30:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/utf8locale 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/10/13 22:30:49 PDT Modified files: misc/utf8locale Makefile distinfo Log: Update to 1.3 Now supports full Unicode 3.2 code area, and uses UTF-8 encoder on -current. Revision Changes Path 1.5 +1 -1 ports/misc/utf8locale/Makefile 1.4 +1 -1 ports/misc/utf8locale/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 22:38: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 E9D9237B404; Sun, 13 Oct 2002 22:38:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D2EB43EA9; Sun, 13 Oct 2002 22:38:54 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E5cMMt066597; Sun, 13 Oct 2002 22:38:22 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E5cMAM066596; Sun, 13 Oct 2002 22:38:22 -0700 (PDT) Message-Id: <200210140538.g9E5cMAM066596@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 13 Oct 2002 22:38:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 dump_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 marcel 2002/10/13 22:38:22 PDT Modified files: sys/ia64/ia64 dump_machdep.c Log: Allow kernel dumps to be aborted with ctrl-C. Revision Changes Path 1.7 +14 -3 src/sys/ia64/ia64/dump_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 22:51: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 190EE37B401; Sun, 13 Oct 2002 22:51:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE0E743E91; Sun, 13 Oct 2002 22:51:44 -0700 (PDT) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E5pDMt067734; Sun, 13 Oct 2002 22:51:13 -0700 (PDT) (envelope-from adrian@repoman.freebsd.org) Received: (from adrian@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E5pCrY067733; Sun, 13 Oct 2002 22:51:12 -0700 (PDT) Message-Id: <200210140551.g9E5pCrY067733@repoman.freebsd.org> From: Adrian Chadd Date: Sun, 13 Oct 2002 22:51:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/squid 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 adrian 2002/10/13 22:51:12 PDT Modified files: www/squid Makefile distinfo pkg-plist Log: Update the port to squid-2.5.stable1. Notable features: * I'm building _all_ of the error page languages now * I'm building a handful of the helper modules (the ones that don't require ldap or samba to be installed) * underscores in hostnames are enabled - every few weeks we squid people get emails asking why someone can't get to some_user.geocities.com . Bad geocities. :) Revision Changes Path 1.92 +11 -7 ports/www/squid/Makefile 1.66 +1 -1 ports/www/squid/distinfo 1.18 +819 -30 ports/www/squid/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 Oct 13 23:10: 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 386DE37B401; Sun, 13 Oct 2002 23:10:06 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0503743EB1; Sun, 13 Oct 2002 23:10: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 EE4A22A88D; Sun, 13 Oct 2002 23:09:57 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd Makefile In-Reply-To: <200210140005.g9E05nRR044080@repoman.freebsd.org> Date: Sun, 13 Oct 2002 23:09:57 -0700 From: Peter Wemm Message-Id: <20021014060957.EE4A22A88D@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 E. O'Brien" wrote: > obrien 2002/10/13 17:05:49 PDT > > Modified files: > gnu/usr.bin/binutils/libbfd Makefile > Log: > Take a guess at what WARNS level will make this compile on ia64. Thanks. the ia64 tinderbox ran to completion. 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 Oct 13 23: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 B173D37B401; Sun, 13 Oct 2002 23:37:54 -0700 (PDT) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98F2443EAC; Sun, 13 Oct 2002 23:37:53 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 180yrP-0000xO-00; Mon, 14 Oct 2002 13:37:51 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 180yrO-0000wu-00; Mon, 14 Oct 2002 13:37:50 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.4/8.12.4) with ESMTP id g9E4Ed9M021760; Mon, 14 Oct 2002 11:15:49 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.4/8.12.4/Submit) id g9E4CXDr021670; Mon, 14 Oct 2002 11:12:33 +0700 (NOVST) Date: Mon, 14 Oct 2002 11:12:30 +0700 From: Alexey Dokuchaev To: Joe Marcus Clarke Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/x11/gdm2 Makefile ports/x11/gdm2/files patch-ab Message-ID: <20021014111230.A19903@regency.nsu.ru> References: <200210131556.g9DFul5a079864@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: <200210131556.g9DFul5a079864@freefall.freebsd.org>; from marcus@freebsd.org on Sun, Oct 13, 2002 at 08:56:45AM -0700 X-Envelope-To: cvs-all@freebsd.org, cvs-committers@freebsd.org, marcus@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 Sun, Oct 13, 2002 at 08:56:45AM -0700, Joe Marcus Clarke wrote: > marcus 2002/10/13 08:56:45 PDT > > Modified files: > x11/gdm2 Makefile > x11/gdm2/files patch-ab > Log: > Disable automatic vty allocation. This only works on Linux, and breaks > GDM out-of-the-box. Does this fix invoking GDM from /etc/ttys issue? ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 23: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 8DA2E37B401; Sun, 13 Oct 2002 23:42:55 -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 BF41D43EAF; Sun, 13 Oct 2002 23:42:54 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from gyros (gyros.marcuscom.com [192.168.1.9]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id g9E6gh01021058; Mon, 14 Oct 2002 02:42:43 -0400 (EDT) (envelope-from marcus@FreeBSD.org) Subject: Re: cvs commit: ports/x11/gdm2 Makefile ports/x11/gdm2/files patch-ab From: Joe Marcus Clarke To: Alexey Dokuchaev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <20021014111230.A19903@regency.nsu.ru> References: <200210131556.g9DFul5a079864@freefall.freebsd.org> <20021014111230.A19903@regency.nsu.ru> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 14 Oct 2002 02:42:19 -0400 Message-Id: <1034577740.321.21.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-5.1 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.41 Sender: owner-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, 2002-10-14 at 00:12, Alexey Dokuchaev wrote: > On Sun, Oct 13, 2002 at 08:56:45AM -0700, Joe Marcus Clarke wrote: > > marcus 2002/10/13 08:56:45 PDT > > > > Modified files: > > x11/gdm2 Makefile > > x11/gdm2/files patch-ab > > Log: > > Disable automatic vty allocation. This only works on Linux, and breaks > > GDM out-of-the-box. > > Does this fix invoking GDM from /etc/ttys issue? In and of itself, no. However, in looking at the gdm2 CVS repo, a commit was made a little while ago that may. Since my rc script has been working, I haven't tried to see if it works. If you give it a shot, let me know how it turns out. Joe > > ./danfe > > -- Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 13 23:57: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 87EE937B401; Sun, 13 Oct 2002 23:57:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A84843EAA; Sun, 13 Oct 2002 23:57:56 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E6vOMt071661; Sun, 13 Oct 2002 23:57:24 -0700 (PDT) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E6vOA3071660; Sun, 13 Oct 2002 23:57:24 -0700 (PDT) Message-Id: <200210140657.g9E6vOA3071660@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sun, 13 Oct 2002 23:57:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/xferstats Makefile distinfo ports/net/xferstats/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 demon 2002/10/13 23:57:24 PDT Modified files: net/xferstats Makefile distinfo Added files: net/xferstats/files patch-aa patch-ab patch-ac Log: Upgrade port to version 2.16; Add three patches: patch-aa: If you use CHUNK_INPUT without this patch, you end up with many error messages xferstats in free(): warning: modified (chunk-) pointer (or you may want to fix chunks...) patch-ab: If number of "Files Transmitted" is divisible by CHUNK_INPUT without this patch, you end up with error "No data to process." instead of results. patch-ac: Typical beginner's bug in C: feof() is used before read function, where its result is not tested then. Without this patch the last line is counted twice. PR: 44015 Submitted by: Cejka Rudolf Revision Changes Path 1.12 +1 -3 ports/net/xferstats/Makefile 1.3 +1 -1 ports/net/xferstats/distinfo 1.1 +10 -0 ports/net/xferstats/files/patch-aa (new) 1.1 +23 -0 ports/net/xferstats/files/patch-ab (new) 1.1 +84 -0 ports/net/xferstats/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 Mon Oct 14 0: 7: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 F16E137B401; Mon, 14 Oct 2002 00:07:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADF0043EB1; Mon, 14 Oct 2002 00:07:44 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E77CMt072404; Mon, 14 Oct 2002 00:07:12 -0700 (PDT) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E77CPN072403; Mon, 14 Oct 2002 00:07:12 -0700 (PDT) Message-Id: <200210140707.g9E77CPN072403@repoman.freebsd.org> From: SADA Kenji Date: Mon, 14 Oct 2002 00:07:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/mikachan-ttfonts Makefile distinfo pkg-comment pkg-deinstall pkg-descr pkg-install pkg-plist ports/japanese/mikachan-ttfonts/files fonts.dir.mika X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/14 00:07:12 PDT Modified files: japanese Makefile Added files: japanese/mikachan-ttfonts Makefile distinfo pkg-comment pkg-deinstall pkg-descr pkg-install pkg-plist japanese/mikachan-ttfonts/files fonts.dir.mika Log: Add new port: ja-mikachan-ttfonts. This is handwritten TrueType font-set. See: http://mikachan-font.com Lha use was adviced by sf, thanks. Revision Changes Path 1.451 +1 -0 ports/japanese/Makefile 1.1 +40 -0 ports/japanese/mikachan-ttfonts/Makefile (new) 1.1 +1 -0 ports/japanese/mikachan-ttfonts/distinfo (new) 1.1 +5 -0 ports/japanese/mikachan-ttfonts/files/fonts.dir.mika (new) 1.1 +1 -0 ports/japanese/mikachan-ttfonts/pkg-comment (new) 1.1 +11 -0 ports/japanese/mikachan-ttfonts/pkg-deinstall (new) 1.1 +4 -0 ports/japanese/mikachan-ttfonts/pkg-descr (new) 1.1 +20 -0 ports/japanese/mikachan-ttfonts/pkg-install (new) 1.1 +2 -0 ports/japanese/mikachan-ttfonts/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 Oct 14 0: 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 08C7837B401; Mon, 14 Oct 2002 00:09:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B244643E9E; Mon, 14 Oct 2002 00:09:52 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E79KMt072478; Mon, 14 Oct 2002 00:09:20 -0700 (PDT) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E79Kri072473; Mon, 14 Oct 2002 00:09:20 -0700 (PDT) Message-Id: <200210140709.g9E79Kri072473@repoman.freebsd.org> From: SADA Kenji Date: Mon, 14 Oct 2002 00:09:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/10/14 00:09:20 PDT Modified files: . modules Log: ja-mikachan-ttfonts --> ports/japanese/mikachan-ttfonts Revision Changes Path 1.6076 +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 Oct 14 0:16: 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 BF73C37B401; Mon, 14 Oct 2002 00:16:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74CC543EAF; Mon, 14 Oct 2002 00:16:04 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E7FWMt073084; Mon, 14 Oct 2002 00:15:32 -0700 (PDT) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E7FWvA073083; Mon, 14 Oct 2002 00:15:32 -0700 (PDT) Message-Id: <200210140715.g9E7FWvA073083@repoman.freebsd.org> From: SADA Kenji Date: Mon, 14 Oct 2002 00:15:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/10/14 00:15:32 PDT Modified files: . LEGAL Log: add japanese/mikachan-ttfonts Revision Changes Path 1.260 +2 -1 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 1: 0: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 6915837B404; Mon, 14 Oct 2002 01:00:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CF5643E97; Mon, 14 Oct 2002 01:00:22 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E7xnMt075790; Mon, 14 Oct 2002 00:59:49 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E7xn88075789; Mon, 14 Oct 2002 00:59:49 -0700 (PDT) Message-Id: <200210140759.g9E7xn88075789@repoman.freebsd.org> From: Ernst de Haan Date: Mon, 14 Oct 2002 00:59:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/linux-sun-jdk13 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 znerd 2002/10/14 00:59:49 PDT Modified files: java/linux-sun-jdk13 Makefile distinfo Log: Upgrade to 1.3.1_05. PR: 44009 Requested by: SUGIMURA Takashi Revision Changes Path 1.21 +2 -2 ports/java/linux-sun-jdk13/Makefile 1.10 +1 -1 ports/java/linux-sun-jdk13/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 1: 4: 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 5272937B401; Mon, 14 Oct 2002 01:04:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 060A243EB1; Mon, 14 Oct 2002 01:04:08 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E83ZMt076256; Mon, 14 Oct 2002 01:03:35 -0700 (PDT) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E83ZZI076255; Mon, 14 Oct 2002 01:03:35 -0700 (PDT) Message-Id: <200210140803.g9E83ZZI076255@repoman.freebsd.org> From: Murray Stokely Date: Mon, 14 Oct 2002 01:03:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial hardware.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/14 01:03:35 PDT Modified files: en/commercial hardware.raw Log: Remove old entries for BSDi and Telenet Systems. Add entry for Offmyserver, which is at least partially a descendant of those entities. Submitted by: Seth Kingsley Revision Changes Path 1.53 +21 -37 www/en/commercial/hardware.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 1:14: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 DB5B237B401; Mon, 14 Oct 2002 01:14:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 969D843E9C; Mon, 14 Oct 2002 01:14:19 -0700 (PDT) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E8DlMt076997; Mon, 14 Oct 2002 01:13:47 -0700 (PDT) (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E8DlNG076996; Mon, 14 Oct 2002 01:13:47 -0700 (PDT) Message-Id: <200210140813.g9E8DlNG076996@repoman.freebsd.org> From: Martin Heinen Date: Mon, 14 Oct 2002 01:13:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/config chapter.sgml doc/en_US.ISO8859-1/books/handbook/install chapter.sgml doc/en_US.ISO8859-1/books/handbook/security 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 mheinen 2002/10/14 01:13:47 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/config chapter.sgml en_US.ISO8859-1/books/handbook/install chapter.sgml en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Break long lines introduced by adding hostid tags. While I'm here insert two spaces at the end of sentences. This is a whitespace change only, translators can ignore this commit. Approved by: alex (mentor) Revision Changes Path 1.172 +160 -133 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.68 +19 -13 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml 1.221 +73 -69 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml 1.117 +40 -37 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 1:28: 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 9B9BC37B401; Mon, 14 Oct 2002 01:28:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FD4C43E97; Mon, 14 Oct 2002 01:28:00 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E8RSMt077774; Mon, 14 Oct 2002 01:27:28 -0700 (PDT) (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E8RRfP077773; Mon, 14 Oct 2002 01:27:27 -0700 (PDT) Message-Id: <200210140827.g9E8RRfP077773@repoman.freebsd.org> From: Will Andrews Date: Mon, 14 Oct 2002 01:27:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/mod_filter 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 will 2002/10/14 01:27:27 PDT Modified files: www Makefile Added files: www/mod_filter Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: Add mod_filter 1.4.1, an Apache module to filter output from other modules inside of Apache. PR: 33454 Submitted by: Seamus Venasse Revision Changes Path 1.547 +1 -0 ports/www/Makefile 1.1 +40 -0 ports/www/mod_filter/Makefile (new) 1.1 +1 -0 ports/www/mod_filter/distinfo (new) 1.1 +1 -0 ports/www/mod_filter/pkg-comment (new) 1.1 +9 -0 ports/www/mod_filter/pkg-descr (new) 1.1 +14 -0 ports/www/mod_filter/pkg-message (new) 1.1 +10 -0 ports/www/mod_filter/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 Oct 14 1:31: 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 A585637B401; Mon, 14 Oct 2002 01:31:03 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.50.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B67C43EAC; Mon, 14 Oct 2002 01:31:01 -0700 (PDT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.12.3/8.12.3) with ESMTP id g9E8QCIQ012199; Mon, 14 Oct 2002 10:26:12 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.3/8.12.3/Submit) id g9E8QCYR012198; Mon, 14 Oct 2002 10:26:12 +0200 (CEST) (envelope-from marc) Date: Mon, 14 Oct 2002 10:26:12 +0200 From: Marc Fonvieille To: Martin Heinen Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/config chapter.sgml doc/en_US.ISO8859-1/books/handbook/install chapter.sgml doc/en_US.ISO8859-1/books/handbook/security chapter.sgml Message-ID: <20021014102612.A12120@abigail.blackend.org> References: <200210140813.g9E8DlNG076996@repoman.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: <200210140813.g9E8DlNG076996@repoman.freebsd.org>; from mheinen@FreeBSD.org on Mon, Oct 14, 2002 at 01:13:47AM -0700 X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.6-PRERELEASE Sender: owner-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, Oct 14, 2002 at 01:13:47AM -0700, Martin Heinen wrote: > mheinen 2002/10/14 01:13:47 PDT > > Modified files: > en_US.ISO8859-1/books/handbook/advanced-networking > chapter.sgml > en_US.ISO8859-1/books/handbook/config chapter.sgml > en_US.ISO8859-1/books/handbook/install chapter.sgml > en_US.ISO8859-1/books/handbook/security chapter.sgml > Log: > Break long lines introduced by adding hostid tags. > While I'm here insert two spaces at the end of sentences. > > This is a whitespace change only, translators can ignore this commit. > > Approved by: alex (mentor) > > Revision Changes Path > 1.172 +160 -133 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml > 1.68 +19 -13 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml > 1.221 +73 -69 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml > 1.117 +40 -37 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml > Hello, Be careful on these commits, it adds a lot to the repo and it's far from mandatory especially the "two spaces". Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 1:31: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 1707F37B401; Mon, 14 Oct 2002 01:31:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A41B843EAF; Mon, 14 Oct 2002 01:31:16 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E8UiMt078268; Mon, 14 Oct 2002 01:30:44 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E8UiL9078267; Mon, 14 Oct 2002 01:30:44 -0700 (PDT) Message-Id: <200210140830.g9E8UiL9078267@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Oct 2002 01:30:44 -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 phk 2002/10/14 01:30:44 PDT Modified files: . access Log: Forced commit that mbr is under my mentorship to gain full src-commit bit. Revision Changes Path 1.343 +0 -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 Mon Oct 14 1:33: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 1E34637B401; Mon, 14 Oct 2002 01:33:26 -0700 (PDT) Received: from milan.hitnet.rwth-aachen.de (milan.hitnet.RWTH-Aachen.DE [137.226.181.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD3D43EB3; Mon, 14 Oct 2002 01:33:25 -0700 (PDT) (envelope-from chris@unixpages.org) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) by milan.hitnet.rwth-aachen.de (Postfix) with ESMTP id 42E27C1DC; Mon, 14 Oct 2002 10:33:24 +0200 (CEST) Received: by gondor.middleearth (Postfix, from userid 1001) id C7B4E15448; Mon, 14 Oct 2002 10:33:23 +0200 (CEST) Date: Mon, 14 Oct 2002 10:33:23 +0200 From: Christian Brueffer To: Ian Dowse Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern vfs_subr.c Message-ID: <20021014083323.GF46123@unixpages.org> References: <200210131619.g9DGJEL5095415@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210131619.g9DGJEL5095415@freefall.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT X-PGP-Key: http://www.unixpages.org/cbrueffer.asc Sender: owner-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, Oct 13, 2002 at 09:19:14AM -0700, Ian Dowse wrote: > iedowse 2002/10/13 09:19:13 PDT > > Modified files: (Branch: RELENG_4) > sys/kern vfs_subr.c > Log: > Fix the typo in the previous RELENG_4 revision (1.249.2.28) that > caused panics on boot in relpbuf() for many people. > > PR: kern/44007 > Detective work by: Dmitry Morozovsky > > Revision Changes Path > 1.249.2.29 +1 -1 src/sys/kern/vfs_subr.c > Thanks! - Christian -- http://www.unixpages.org chris@unixpages.org GPG Pub-Key : www.unixpages.org/cbrueffer.asc GPG Fingerprint: 0DB5 8563 2473 C72A A8D1 56EA DAD2 B05D 5F3C 3185 GPG Key ID : DAD2B05D5F3C3185 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 1:38: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 871A037B401; Mon, 14 Oct 2002 01:38:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CD6543EAC; Mon, 14 Oct 2002 01:38:19 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E8bkMt078742; Mon, 14 Oct 2002 01:37:46 -0700 (PDT) (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E8bke6078741; Mon, 14 Oct 2002 01:37:46 -0700 (PDT) Message-Id: <200210140837.g9E8bke6078741@repoman.freebsd.org> From: Will Andrews Date: Mon, 14 Oct 2002 01:37:46 -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 will 2002/10/14 01:37:46 PDT Modified files: . modules Log: mod_filter --> ports/www/mod_filter Revision Changes Path 1.6077 +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 Oct 14 1:40: 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 774BB37B401; Mon, 14 Oct 2002 01:40:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B34043EB3; Mon, 14 Oct 2002 01:40:04 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E8dVMt078813; Mon, 14 Oct 2002 01:39:31 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E8dVX1078809; Mon, 14 Oct 2002 01:39:31 -0700 (PDT) Message-Id: <200210140839.g9E8dVX1078809@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 Oct 2002 01:39:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/nam 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/10/14 01:39:31 PDT Modified files: net/nam Makefile Log: fix WRKSRC PR: 44036 Submitted by: Edwin Groothuis Revision Changes Path 1.13 +1 -1 ports/net/nam/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 1:44: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 3A76137B401; Mon, 14 Oct 2002 01:44:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E103D43E8A; Mon, 14 Oct 2002 01:44:09 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E8hbMt079415; Mon, 14 Oct 2002 01:43:37 -0700 (PDT) (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E8hb7X079414; Mon, 14 Oct 2002 01:43:37 -0700 (PDT) Message-Id: <200210140843.g9E8hb7X079414@repoman.freebsd.org> From: Will Andrews Date: Mon, 14 Oct 2002 01:43:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/sjog Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/sjog/files patch-setbrightness::Makefile.am patch-setbrightness::setbrightness.c patch-src::Makefile.am patch-src::pci.h patch-src::pci_freebsd.c patch-src::sjog.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 will 2002/10/14 01:43:37 PDT Modified files: sysutils Makefile Added files: sysutils/sjog Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/sjog/files patch-setbrightness::Makefile.am patch-setbrightness::setbrightness.c patch-src::Makefile.am patch-src::pci.h patch-src::pci_freebsd.c patch-src::sjog.c patch-src::sjog_spic.c patch-src::sjog_volume.c patch-src::sonypi.c patch-src::sonypi.h Log: Add sjog 0.5, a userland daemon for Sony Vaio Jog Dial. PR: 41905 Submitted by: Bruce M Simpson Revision Changes Path 1.303 +1 -0 ports/sysutils/Makefile 1.1 +23 -0 ports/sysutils/sjog/Makefile (new) 1.1 +1 -0 ports/sysutils/sjog/distinfo (new) 1.1 +13 -0 ports/sysutils/sjog/files/patch-setbrightness::Makefile.am (new) 1.1 +86 -0 ports/sysutils/sjog/files/patch-setbrightness::setbrightness.c (new) 1.1 +15 -0 ports/sysutils/sjog/files/patch-src::Makefile.am (new) 1.1 +278 -0 ports/sysutils/sjog/files/patch-src::pci.h (new) 1.1 +153 -0 ports/sysutils/sjog/files/patch-src::pci_freebsd.c (new) 1.1 +14 -0 ports/sysutils/sjog/files/patch-src::sjog.c (new) 1.1 +45 -0 ports/sysutils/sjog/files/patch-src::sjog_spic.c (new) 1.1 +12 -0 ports/sysutils/sjog/files/patch-src::sjog_volume.c (new) 1.1 +434 -0 ports/sysutils/sjog/files/patch-src::sonypi.c (new) 1.1 +87 -0 ports/sysutils/sjog/files/patch-src::sonypi.h (new) 1.1 +1 -0 ports/sysutils/sjog/pkg-comment (new) 1.1 +17 -0 ports/sysutils/sjog/pkg-descr (new) 1.1 +7 -0 ports/sysutils/sjog/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 Oct 14 1:44: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 C129B37B401; Mon, 14 Oct 2002 01:44:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7793943EAC; Mon, 14 Oct 2002 01:44:24 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E8hqMt079455; Mon, 14 Oct 2002 01:43:52 -0700 (PDT) (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E8hq0M079454; Mon, 14 Oct 2002 01:43:52 -0700 (PDT) Message-Id: <200210140843.g9E8hq0M079454@repoman.freebsd.org> From: Will Andrews Date: Mon, 14 Oct 2002 01:43:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2002/10/14 01:43:52 PDT Modified files: . modules Log: sjog --> ports/sysutils/sjog Revision Changes Path 1.6078 +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 Oct 14 1:46: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 95CF837B401; Mon, 14 Oct 2002 01:46:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 492A743E8A; Mon, 14 Oct 2002 01:46:30 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E8jvMt079557; Mon, 14 Oct 2002 01:45:57 -0700 (PDT) (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E8jvkd079556; Mon, 14 Oct 2002 01:45:57 -0700 (PDT) Message-Id: <200210140845.g9E8jvkd079556@repoman.freebsd.org> From: Will Andrews Date: Mon, 14 Oct 2002 01:45:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts addport X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2002/10/14 01:45:57 PDT Modified files: Tools/scripts addport Log: Modifications to support ncvs.freebsd.org != freefall.freebsd.org. This actually simplifies some of the code and makes other parts more complicated. Tested by: www/mod_filter && (after bugfixes) sysutils/sjog Noticed by: ijliao (by way of peter) Revision Changes Path 1.25 +15 -14 ports/Tools/scripts/addport To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 1:48: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 CD8CB37B401; Mon, 14 Oct 2002 01:48:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75B2743EAF; Mon, 14 Oct 2002 01:48:15 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E8lhMt079625; Mon, 14 Oct 2002 01:47:43 -0700 (PDT) (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E8lg56079624; Mon, 14 Oct 2002 01:47:42 -0700 (PDT) Message-Id: <200210140847.g9E8lg56079624@repoman.freebsd.org> From: Will Andrews Date: Mon, 14 Oct 2002 01:47:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts modulesupdate X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/14 01:47:42 PDT Added files: Tools/scripts modulesupdate Log: I never thought I'd change this code, but a change was required to make sure cvs -R is enforced for freefall !=n cvs. And it's a Bad Thing(TM) that a piece of code addport depended on wasn't in the CVS tree anyway. Revision Changes Path 1.1 +107 -0 ports/Tools/scripts/modulesupdate (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 1: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 BC16237B401; Mon, 14 Oct 2002 01:54:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73DCC43E8A; Mon, 14 Oct 2002 01:54:22 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E8roMt080162; Mon, 14 Oct 2002 01:53:50 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E8rnfR080161; Mon, 14 Oct 2002 01:53:49 -0700 (PDT) Message-Id: <200210140853.g9E8rnfR080161@repoman.freebsd.org> From: Martin Blapp Date: Mon, 14 Oct 2002 01:53:49 -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 mbr 2002/10/14 01:53:49 PDT Modified files: . access Log: Forced commit to note that kan has now a ports-commit bit and I'm his mentor at the beginning. Revision Changes Path 1.344 +0 -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 Mon Oct 14 1:54: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 47A2937B401; Mon, 14 Oct 2002 01:54:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E76143E9C; Mon, 14 Oct 2002 01:54:41 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E8s9Mt080204; Mon, 14 Oct 2002 01:54:09 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E8s87I080203; Mon, 14 Oct 2002 01:54:08 -0700 (PDT) Message-Id: <200210140854.g9E8s87I080203@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Oct 2002 01:54:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/su su.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/10/14 01:54:08 PDT Modified files: usr.bin/su su.c Log: Remove an unused variable. Revision Changes Path 1.59 +0 -2 src/usr.bin/su/su.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 2: 3: 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 D10A437B401; Mon, 14 Oct 2002 02:03:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FBB243E91; Mon, 14 Oct 2002 02:03:05 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E92XMt080872; Mon, 14 Oct 2002 02:02:33 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E92XIn080871; Mon, 14 Oct 2002 02:02:33 -0700 (PDT) Message-Id: <200210140902.g9E92XIn080871@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 Oct 2002 02:02:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/libtre 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/10/14 02:02:33 PDT Modified files: textproc Makefile Added files: textproc/libtre Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add libtre 0.3.2 A lightweight fully POSIX compliant regexp matching library Revision Changes Path 1.436 +1 -0 ports/textproc/Makefile 1.1 +26 -0 ports/textproc/libtre/Makefile (new) 1.1 +1 -0 ports/textproc/libtre/distinfo (new) 1.1 +1 -0 ports/textproc/libtre/pkg-comment (new) 1.1 +14 -0 ports/textproc/libtre/pkg-descr (new) 1.1 +5 -0 ports/textproc/libtre/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 Oct 14 2: 3: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 97B9937B406; Mon, 14 Oct 2002 02:03:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C00343EAA; Mon, 14 Oct 2002 02:03:15 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E92gMt080915; Mon, 14 Oct 2002 02:02:42 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E92gbI080914; Mon, 14 Oct 2002 02:02:42 -0700 (PDT) Message-Id: <200210140902.g9E92gbI080914@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 Oct 2002 02:02:42 -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/10/14 02:02:42 PDT Modified files: . modules Log: libtre --> ports/textproc/libtre Revision Changes Path 1.6079 +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 Oct 14 2: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 B19AF37B401; Mon, 14 Oct 2002 02:13:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64B1F43E6A; Mon, 14 Oct 2002 02:13:00 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E9CRMt081639; Mon, 14 Oct 2002 02:12:27 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E9CR6e081638; Mon, 14 Oct 2002 02:12:27 -0700 (PDT) Message-Id: <200210140912.g9E9CR6e081638@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 14 Oct 2002 02:12:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/src/devices/grotty grotty.man tty.cc 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 ru 2002/10/14 02:12:27 PDT Modified files: (Branch: FSF) contrib/groff/src/devices/grotty grotty.man tty.cc Log: From ChangeLog: : 2002-10-13 Ruslan Ermilov : : Add the new -r option to grotty. It is similar to the -i option : except it tells grotty(1) to use the "reverse video" attribute to : render italic fonts. Revision Changes Path 1.1.1.6 +9 -1 src/contrib/groff/src/devices/grotty/grotty.man 1.1.1.4 +22 -3 src/contrib/groff/src/devices/grotty/tty.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 2: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 5650D37B401; Mon, 14 Oct 2002 02:15:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BE4A43EB1; Mon, 14 Oct 2002 02:15:50 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E9FHMt081775; Mon, 14 Oct 2002 02:15:17 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E9FHJB081774; Mon, 14 Oct 2002 02:15:17 -0700 (PDT) Message-Id: <200210140915.g9E9FHJB081774@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 14 Oct 2002 02:15:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/src/devices/grotty grotty.man X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/10/14 02:15:17 PDT Modified files: contrib/groff/src/devices/grotty grotty.man Log: Merge FSF changes onto mainline (-r option). Revision Changes Path 1.7 +9 -1 src/contrib/groff/src/devices/grotty/grotty.man To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 2: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 EEC0D37B40A; Mon, 14 Oct 2002 02:23:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A5E843EAC; Mon, 14 Oct 2002 02:23:07 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E9MYMt082413; Mon, 14 Oct 2002 02:22:34 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E9MY3g082412; Mon, 14 Oct 2002 02:22:34 -0700 (PDT) Message-Id: <200210140922.g9E9MY3g082412@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 14 Oct 2002 02:22:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile src/release/i386 dokern.sh src/release/pc98 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 nyan 2002/10/14 02:22:34 PDT Modified files: (Branch: RELENG_4) release Makefile release/i386 dokern.sh Added files: (Branch: RELENG_4) release/pc98 dokern.sh Log: MFC: Use ${TARGET}/dokern.sh instead of ${TARGET_ARCH}/dokern.sh. Revision Changes Path 1.536.2.100 +1 -1 src/release/Makefile 1.58.2.3 +0 -70 src/release/i386/dokern.sh 1.66.2.1 +119 -0 src/release/pc98/dokern.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 Oct 14 2: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 40E9237B401; Mon, 14 Oct 2002 02:26:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E921F43EB1; Mon, 14 Oct 2002 02:26:09 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E9PbMt082518; Mon, 14 Oct 2002 02:25:37 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E9PbMj082517; Mon, 14 Oct 2002 02:25:37 -0700 (PDT) Message-Id: <200210140925.g9E9PbMj082517@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 14 Oct 2002 02:25:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 syscons.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 nyan 2002/10/14 02:25:37 PDT Modified files: (Branch: RELENG_4) sys/pc98/pc98 syscons.c Log: Merged from sys/dev/syscons/syscons.c revision 1.336.2.14. Revision Changes Path 1.143.2.15 +14 -0 src/sys/pc98/pc98/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 2:28: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 B80F537B401; Mon, 14 Oct 2002 02:28:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DBBB43EA3; Mon, 14 Oct 2002 02:28:23 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E9RoMt082588; Mon, 14 Oct 2002 02:27:50 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E9Roxi082587; Mon, 14 Oct 2002 02:27:50 -0700 (PDT) Message-Id: <200210140927.g9E9Roxi082587@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 14 Oct 2002 02:27:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 machdep.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 nyan 2002/10/14 02:27:50 PDT Modified files: (Branch: RELENG_4) sys/pc98/i386 machdep.c Log: MFi386: revision 1.385.2.25. Revision Changes Path 1.151.2.28 +4 -6 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 Mon Oct 14 2:31: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 AF34537B401; Mon, 14 Oct 2002 02:31:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61D6E43EAC; Mon, 14 Oct 2002 02:31:42 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E9V9Mt083088; Mon, 14 Oct 2002 02:31:09 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E9V91j083087; Mon, 14 Oct 2002 02:31:09 -0700 (PDT) Message-Id: <200210140931.g9E9V91j083087@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 14 Oct 2002 02:31:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa pnp.c src/sys/pc98/pc98 sio.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 nyan 2002/10/14 02:31:09 PDT Modified files: (Branch: RELENG_4) sys/isa pnp.c sys/pc98/pc98 sio.c Log: MFC: Added some buggy PC-98 PnP cards support. Revision Changes Path 1.5.2.1 +41 -1 src/sys/isa/pnp.c 1.124.2.19 +23 -1 src/sys/pc98/pc98/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 2:35: 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 543E337B401; Mon, 14 Oct 2002 02:35:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B32D43EA3; Mon, 14 Oct 2002 02:35:06 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E9YXMt083209; Mon, 14 Oct 2002 02:34:33 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E9YXgO083208; Mon, 14 Oct 2002 02:34:33 -0700 (PDT) Message-Id: <200210140934.g9E9YXgO083208@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 14 Oct 2002 02:34:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 busio.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 nyan 2002/10/14 02:34:33 PDT Modified files: (Branch: RELENG_4) sys/pc98/i386 busio.s Log: MFC: Fixed SBUS_RA_*_region_* functions. Revision Changes Path 1.1.2.2 +167 -64 src/sys/pc98/i386/busio.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 2:40: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 1EE1A37B401; Mon, 14 Oct 2002 02:40:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A51543EB3; Mon, 14 Oct 2002 02:40:13 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E9dfMt083467; Mon, 14 Oct 2002 02:39:41 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E9dehg083466; Mon, 14 Oct 2002 02:39:40 -0700 (PDT) Message-Id: <200210140939.g9E9dehg083466@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 14 Oct 2002 02:39:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 sio.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 nyan 2002/10/14 02:39:40 PDT Modified files: (Branch: RELENG_4) sys/pc98/pc98 sio.c Log: MFC: Fixed a warning if COM_MULTIPORT option is not defined. Revision Changes Path 1.124.2.20 +1 -1 src/sys/pc98/pc98/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 2:41: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 0A5D837B401; Mon, 14 Oct 2002 02:41:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B519643EAC; Mon, 14 Oct 2002 02:41:09 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E9ebMt083875; Mon, 14 Oct 2002 02:40:37 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E9ebUa083874; Mon, 14 Oct 2002 02:40:37 -0700 (PDT) Message-Id: <200210140940.g9E9ebUa083874@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 14 Oct 2002 02:40:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/apm apm.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 nyan 2002/10/14 02:40:37 PDT Modified files: (Branch: RELENG_4) sys/pc98/apm apm.c Log: MFi386: revision 1.114.2.4. Revision Changes Path 1.5.2.3 +40 -58 src/sys/pc98/apm/apm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 3: 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 E25E537B401; Mon, 14 Oct 2002 03:02:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 963BA43EA9; Mon, 14 Oct 2002 03:02:57 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EA2OMt085433; Mon, 14 Oct 2002 03:02:25 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EA2OVj085432; Mon, 14 Oct 2002 03:02:24 -0700 (PDT) Message-Id: <200210141002.g9EA2OVj085432@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Oct 2002 03:02:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_dump.c geom_io.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/10/14 03:02:24 PDT Modified files: sys/geom geom_dump.c geom_io.c Log: Add more KASSERTS. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.13 +1 -1 src/sys/geom/geom_dump.c 1.17 +7 -1 src/sys/geom/geom_io.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 3: 5: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 2CFDA37B401; Mon, 14 Oct 2002 03:05:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4BD643EB1; Mon, 14 Oct 2002 03:05:55 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EA5NMt085593; Mon, 14 Oct 2002 03:05:23 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EA5NxQ085592; Mon, 14 Oct 2002 03:05:23 -0700 (PDT) Message-Id: <200210141005.g9EA5NxQ085592@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Oct 2002 03:05:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom.h geom_ctl.c geom_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/10/14 03:05:23 PDT Modified files: sys/geom geom.h geom_ctl.c geom_subr.c Log: Implement the GEOMCONFIGGEOM ioctl which can be used to manually create and configure an instance of a class on a give provider. Sponsored by: DARPA & NAI Labs Revision Changes Path 1.30 +51 -3 src/sys/geom/geom.h 1.2 +35 -1 src/sys/geom/geom_ctl.c 1.17 +82 -37 src/sys/geom/geom_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 3:10: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 B8F0237B401; Mon, 14 Oct 2002 03:10:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D75D43EB3; Mon, 14 Oct 2002 03:10:42 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EAA9Mt085931; Mon, 14 Oct 2002 03:10:09 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EAA96C085930; Mon, 14 Oct 2002 03:10:09 -0700 (PDT) Message-Id: <200210141010.g9EAA96C085930@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 14 Oct 2002 03:10:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 sio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/10/14 03:10:09 PDT Modified files: sys/pc98/pc98 sio.c Log: Merged from sys/dev/sio/sio.c revision 1.382. Revision Changes Path 1.181 +1 -1 src/sys/pc98/pc98/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 3:15: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 05ABF37B401; Mon, 14 Oct 2002 03:15:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF2E543EB2; Mon, 14 Oct 2002 03:15:34 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EAF2Mt086305; Mon, 14 Oct 2002 03:15:02 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EAF1tx086304; Mon, 14 Oct 2002 03:15:01 -0700 (PDT) Message-Id: <200210141015.g9EAF1tx086304@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 14 Oct 2002 03:15:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/10/14 03:15:01 PDT Modified files: sys/modules Makefile Log: The ep and pccard modules build on pc98. Revision Changes Path 1.269 +2 -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 Mon Oct 14 3: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 C4CBD37B401; Mon, 14 Oct 2002 03:43:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79E2343EA9; Mon, 14 Oct 2002 03:43:11 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EAgcMt088162; Mon, 14 Oct 2002 03:42:38 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EAgcl1088161; Mon, 14 Oct 2002 03:42:38 -0700 (PDT) Message-Id: <200210141042.g9EAgcl1088161@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 14 Oct 2002 03:42:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libedit history.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/10/14 03:42:38 PDT Modified files: lib/libedit history.c Log: Write the strvis()'d string out to the history file in history_save(), not the original string. Fixes the bug where every second line of a history file was empty. Revision Changes Path 1.7 +2 -2 src/lib/libedit/history.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 3:44: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 5DD6A37B401; Mon, 14 Oct 2002 03:44:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1272B43EB2; Mon, 14 Oct 2002 03:44:33 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EAi0Mt088207; Mon, 14 Oct 2002 03:44:00 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EAi0gP088206; Mon, 14 Oct 2002 03:44:00 -0700 (PDT) Message-Id: <200210141044.g9EAi0gP088206@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 14 Oct 2002 03:44:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mklocale ja_JP.SJIS.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 tjr 2002/10/14 03:44:00 PDT Modified files: share/mklocale ja_JP.SJIS.src Log: Add LC_CTYPE information for characters with lead bytes ED, EE, FA, FB, FC. Revision Changes Path 1.4 +13 -0 src/share/mklocale/ja_JP.SJIS.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 4: 5: 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 C817E37B401; Mon, 14 Oct 2002 04:04:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BD2743E6A; Mon, 14 Oct 2002 04:04:59 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EB4QMt089479; Mon, 14 Oct 2002 04:04:26 -0700 (PDT) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EB4QlU089478; Mon, 14 Oct 2002 04:04:26 -0700 (PDT) Message-Id: <200210141104.g9EB4QlU089478@repoman.freebsd.org> From: Udo Erdelhoff Date: Mon, 14 Oct 2002 04:04:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/share/sgml release.dsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2002/10/14 04:04:26 PDT Modified files: release/doc/de_DE.ISO8859-1/share/sgml release.dsl Log: Move toc-depth define to the correct position and reduce whitespace diff to the english original. Revision Changes Path 1.5 +4 -4 src/release/doc/de_DE.ISO8859-1/share/sgml/release.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 4:18: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 D171237B401; Mon, 14 Oct 2002 04:18:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82AC243EB1; Mon, 14 Oct 2002 04:18:54 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EBILMt090267; Mon, 14 Oct 2002 04:18:21 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EBILC9090266; Mon, 14 Oct 2002 04:18:21 -0700 (PDT) Message-Id: <200210141118.g9EBILC9090266@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 14 Oct 2002 04:18:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdio.h src/lib/libc/stdio local.h vfscanf.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/10/14 04:18:21 PDT Modified files: include stdio.h lib/libc/stdio local.h vfscanf.c Log: Use a weak reference instead of a macro to make vfscanf an alias for __vfscanf. Revision Changes Path 1.50 +2 -11 src/include/stdio.h 1.20 +2 -0 src/lib/libc/stdio/local.h 1.26 +2 -0 src/lib/libc/stdio/vfscanf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 4:21: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 0F6B037B404; Mon, 14 Oct 2002 04:21:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B514B43EB1; Mon, 14 Oct 2002 04:21:38 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EBL5Mt090738; Mon, 14 Oct 2002 04:21:05 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EBL5uY090737; Mon, 14 Oct 2002 04:21:05 -0700 (PDT) Message-Id: <200210141121.g9EBL5uY090737@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Oct 2002 04:21:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/crypto/rijndael rijndael-api-fst.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/10/14 04:21:05 PDT Modified files: sys/crypto/rijndael rijndael-api-fst.c Log: Don't panic when we can just return an error code. Revision Changes Path 1.4 +6 -2 src/sys/crypto/rijndael/rijndael-api-fst.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 4:24: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 A342F37B401 for ; Mon, 14 Oct 2002 04:24:54 -0700 (PDT) Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 26A2F43EA9 for ; Mon, 14 Oct 2002 04:24:52 -0700 (PDT) (envelope-from ue@nathan.ruhr.de) Received: (qmail 6981 invoked by uid 10); 14 Oct 2002 11:24:48 -0000 Received: from nathan.internal (localhost [127.0.0.1]) by nathan.internal (8.12.6/8.12.6) with ESMTP id g9EBRgp7004695; Mon, 14 Oct 2002 13:27:42 +0200 (CEST) (envelope-from ue@nathan.internal) Received: (from ue@localhost) by nathan.internal (8.12.6/8.12.6/Submit) id g9EBRfIk004664; Mon, 14 Oct 2002 13:27:41 +0200 (CEST) Date: Mon, 14 Oct 2002 13:27:41 +0200 From: Udo Erdelhoff To: Marc Fonvieille Cc: Martin Heinen , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/config chapter.sgml doc/en_US.ISO8859-1/books/handbook/install chapter.sgml doc/en_US.ISO8859-1/books/handbook/security chapter.sgml Message-ID: <20021014112740.GA93793@nathan.internal> Mail-Followup-To: Marc Fonvieille , Martin Heinen , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200210140813.g9E8DlNG076996@repoman.freebsd.org> <20021014102612.A12120@abigail.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021014102612.A12120@abigail.blackend.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 Hi, On Mon, Oct 14, 2002 at 10:26:12AM +0200, Marc Fonvieille wrote: > Be careful on these commits, it adds a lot to the repo and it's far > from mandatory especially the "two spaces". please re-read chapter 10 of the Documentation Project Primer. 'Always use two spaces at the end of sentences' sounds pretty mandatory to me. /s/Udo -- The first rule of system administration: Always put your best foot forward; straight into the groin of anyone who stands in your way To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 4: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 E0B1937B401; Mon, 14 Oct 2002 04:32:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73D3143EB1; Mon, 14 Oct 2002 04:32:20 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EBVlMt091418; Mon, 14 Oct 2002 04:31:47 -0700 (PDT) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EBVlkJ091417; Mon, 14 Oct 2002 04:31:47 -0700 (PDT) Message-Id: <200210141131.g9EBVlkJ091417@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 14 Oct 2002 04:31:47 -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 knu 2002/10/14 04:31:47 PDT Modified files: audio/mpg123.el Makefile distinfo Log: The distfile was updated to 1.33. Revision Changes Path 1.18 +1 -1 ports/audio/mpg123.el/Makefile 1.16 +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 Mon Oct 14 4:40: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 770DD37B401; Mon, 14 Oct 2002 04:40:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30FDF43EAA; Mon, 14 Oct 2002 04:40:52 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EBeJMt092098; Mon, 14 Oct 2002 04:40:19 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EBeJTQ092097; Mon, 14 Oct 2002 04:40:19 -0700 (PDT) Message-Id: <200210141140.g9EBeJTQ092097@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 Oct 2002 04:40:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/xmedcon Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/xmedcon/files patch-etc::Makefile.am patch-man::Makefile.am patch-source::Makefile.am X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/14 04:40:19 PDT Modified files: graphics Makefile Added files: graphics/xmedcon Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/xmedcon/files patch-etc::Makefile.am patch-man::Makefile.am patch-source::Makefile.am Log: add xmedcon 0.8.1 A medical image conversion utility and library PR: 43448 Submitted by: Paul Everlund Revision Changes Path 1.514 +1 -0 ports/graphics/Makefile 1.1 +73 -0 ports/graphics/xmedcon/Makefile (new) 1.1 +1 -0 ports/graphics/xmedcon/distinfo (new) 1.1 +27 -0 ports/graphics/xmedcon/files/patch-etc::Makefile.am (new) 1.1 +29 -0 ports/graphics/xmedcon/files/patch-man::Makefile.am (new) 1.1 +16 -0 ports/graphics/xmedcon/files/patch-source::Makefile.am (new) 1.1 +1 -0 ports/graphics/xmedcon/pkg-comment (new) 1.1 +11 -0 ports/graphics/xmedcon/pkg-descr (new) 1.1 +43 -0 ports/graphics/xmedcon/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 Oct 14 4:41: 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 8F65F37B404; Mon, 14 Oct 2002 04:41:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45B7343E91; Mon, 14 Oct 2002 04:41:00 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EBeRMt092182; Mon, 14 Oct 2002 04:40:27 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EBeRdr092180; Mon, 14 Oct 2002 04:40:27 -0700 (PDT) Message-Id: <200210141140.g9EBeRdr092180@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 Oct 2002 04:40: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 ijliao 2002/10/14 04:40:27 PDT Modified files: . modules Log: xmedcon --> ports/graphics/xmedcon Revision Changes Path 1.6080 +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 Oct 14 4:48: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 3032F37B401; Mon, 14 Oct 2002 04:48:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D955643E4A; Mon, 14 Oct 2002 04:48:10 -0700 (PDT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EBlbMt092422; Mon, 14 Oct 2002 04:47:37 -0700 (PDT) (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EBlbmA092421; Mon, 14 Oct 2002 04:47:37 -0700 (PDT) Message-Id: <200210141147.g9EBlbmA092421@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 14 Oct 2002 04:47:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci t4dwave.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 cognet 2002/10/14 04:47:37 PDT Modified files: sys/dev/sound/pci t4dwave.c Log: Fix support for the ALi M5451 (rev 0.2) chip. Reviewed by: orion, mux Approved by: mux (mentor) MFC after: 1 week Revision Changes Path 1.33 +47 -5 src/sys/dev/sound/pci/t4dwave.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 5: 5: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 900E237B404; Mon, 14 Oct 2002 05:05:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D765243EB1; Mon, 14 Oct 2002 05:05:40 -0700 (PDT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EC57Mt093676; Mon, 14 Oct 2002 05:05:07 -0700 (PDT) (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EC578C093675; Mon, 14 Oct 2002 05:05:07 -0700 (PDT) Message-Id: <200210141205.g9EC578C093675@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 14 Oct 2002 05:05:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/pmap 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 skv 2002/10/14 05:05:07 PDT Modified files: sysutils Makefile Added files: sysutils/pmap Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add pmap 20021014, detailed process memory display. Revision Changes Path 1.304 +1 -0 ports/sysutils/Makefile 1.1 +31 -0 ports/sysutils/pmap/Makefile (new) 1.1 +1 -0 ports/sysutils/pmap/distinfo (new) 1.1 +1 -0 ports/sysutils/pmap/pkg-comment (new) 1.1 +7 -0 ports/sysutils/pmap/pkg-descr (new) 1.1 +3 -0 ports/sysutils/pmap/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 Oct 14 5: 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 3DE1737B401; Mon, 14 Oct 2002 05:08:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E796C43EAA; Mon, 14 Oct 2002 05:08:18 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EC7dMt093799; Mon, 14 Oct 2002 05:07:39 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EC7dSm093798; Mon, 14 Oct 2002 05:07:39 -0700 (PDT) Message-Id: <200210141207.g9EC7dSm093798@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 14 Oct 2002 05:07:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC.hints X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/10/14 05:07:39 PDT Modified files: sys/pc98/conf GENERIC.hints Log: MFi386: revision 1.9. Revision Changes Path 1.13 +0 -5 src/sys/pc98/conf/GENERIC.hints To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 5:31: 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 A34B137B401; Mon, 14 Oct 2002 05:31:05 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.50.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93CC243EAF; Mon, 14 Oct 2002 05:31:02 -0700 (PDT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.12.3/8.12.3) with ESMTP id g9ECQcIQ013438; Mon, 14 Oct 2002 14:26:38 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.3/8.12.3/Submit) id g9ECQbPI013437; Mon, 14 Oct 2002 14:26:37 +0200 (CEST) (envelope-from marc) Date: Mon, 14 Oct 2002 14:26:37 +0200 From: Marc Fonvieille To: Udo Erdelhoff Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/config chapter.sgml doc/en_US.ISO8859-1/books/handbook/install chapter.sgml doc/en_US.ISO8859-1/books/handbook/security chapter.sgml Message-ID: <20021014142637.B12396@abigail.blackend.org> References: <200210140813.g9E8DlNG076996@repoman.freebsd.org> <20021014102612.A12120@abigail.blackend.org> <20021014112740.GA93793@nathan.internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021014112740.GA93793@nathan.internal>; from ue@nathan.ruhr.de on Mon, Oct 14, 2002 at 01:27:41PM +0200 X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.6-PRERELEASE Sender: owner-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, Oct 14, 2002 at 01:27:41PM +0200, Udo Erdelhoff wrote: > Hi, > On Mon, Oct 14, 2002 at 10:26:12AM +0200, Marc Fonvieille wrote: > > Be careful on these commits, it adds a lot to the repo and it's far > > from mandatory especially the "two spaces". > > please re-read chapter 10 of the Documentation Project Primer. 'Always > use two spaces at the end of sentences' sounds pretty mandatory to me. > You missed my point, many submissions were "refused" on that "2 spaces addition" and others "spaces cleaning" to avoid an useless size increasing of the repo. However I'm not talking about new docs, which have to respect the doc-primer "before the commit"; and when a .sgml file starts to be a mess after many commits, of course some "wraplines" are needed. With the word "mandatory", and now "useless", I wanted to say that it brings nothing to the reader, but that's just my opinion. Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 5:39: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 EC98137B404; Mon, 14 Oct 2002 05:39:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC9443EB2; Mon, 14 Oct 2002 05:39:21 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ECcmMt095799; Mon, 14 Oct 2002 05:38:48 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9ECcmR5095798; Mon, 14 Oct 2002 05:38:48 -0700 (PDT) Message-Id: <200210141238.g9ECcmR5095798@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 Oct 2002 05:38:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/libgcrypt Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/libgcrypt/files patch-aclocal.m4 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 ijliao 2002/10/14 05:38:48 PDT Modified files: security Makefile Added files: security/libgcrypt Makefile distinfo pkg-comment pkg-descr pkg-plist security/libgcrypt/files patch-aclocal.m4 patch-ltmain.sh Log: add libgcrypt 1.1.0 General purpose crypto library based on code used in GnuPG PR: 43894 Submitted by: Tilman Linneweh Revision Changes Path 1.340 +1 -0 ports/security/Makefile 1.1 +34 -0 ports/security/libgcrypt/Makefile (new) 1.1 +1 -0 ports/security/libgcrypt/distinfo (new) 1.1 +14 -0 ports/security/libgcrypt/files/patch-aclocal.m4 (new) 1.1 +32 -0 ports/security/libgcrypt/files/patch-ltmain.sh (new) 1.1 +1 -0 ports/security/libgcrypt/pkg-comment (new) 1.1 +4 -0 ports/security/libgcrypt/pkg-descr (new) 1.1 +10 -0 ports/security/libgcrypt/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 Oct 14 5:39: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 60EED37B406; Mon, 14 Oct 2002 05:39:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1638543EAC; Mon, 14 Oct 2002 05:39:32 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ECcwMt095836; Mon, 14 Oct 2002 05:38:58 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9ECcwJv095835; Mon, 14 Oct 2002 05:38:58 -0700 (PDT) Message-Id: <200210141238.g9ECcwJv095835@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 Oct 2002 05:38: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/10/14 05:38:58 PDT Modified files: . modules Log: libgcrypt --> ports/security/libgcrypt Revision Changes Path 1.6081 +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 Oct 14 5:41: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 08E8A37B401; Mon, 14 Oct 2002 05:41:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D156F43EAC; Mon, 14 Oct 2002 05:41:51 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ECfIMt096300; Mon, 14 Oct 2002 05:41:18 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9ECfICA096299; Mon, 14 Oct 2002 05:41:18 -0700 (PDT) Message-Id: <200210141241.g9ECfICA096299@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 Oct 2002 05:41:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qconfirm 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 ijliao 2002/10/14 05:41:18 PDT Modified files: mail/qconfirm Makefile distinfo pkg-descr pkg-plist Log: upgrade to 0.5.2 PR: 44023 Submitted by: maintainer Revision Changes Path 1.2 +4 -4 ports/mail/qconfirm/Makefile 1.2 +1 -1 ports/mail/qconfirm/distinfo 1.2 +1 -1 ports/mail/qconfirm/pkg-descr 1.2 +2 -0 ports/mail/qconfirm/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 Oct 14 6: 3: 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 3B2EA37B401; Mon, 14 Oct 2002 06:03:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E32B543EA9; Mon, 14 Oct 2002 06:03:03 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ED2UMt097585; Mon, 14 Oct 2002 06:02:30 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9ED2UZF097584; Mon, 14 Oct 2002 06:02:30 -0700 (PDT) Message-Id: <200210141302.g9ED2UZF097584@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 14 Oct 2002 06:02:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall cdrom.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 nyan 2002/10/14 06:02:30 PDT Modified files: usr.sbin/sysinstall cdrom.c Log: Check correct machine name. Revision Changes Path 1.53 +2 -0 src/usr.sbin/sysinstall/cdrom.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 6: 4: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 C478437B401; Mon, 14 Oct 2002 06:04:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7951D43EA9; Mon, 14 Oct 2002 06:04:54 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ED4LMt097657; Mon, 14 Oct 2002 06:04:21 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9ED4LsW097656; Mon, 14 Oct 2002 06:04:21 -0700 (PDT) Message-Id: <200210141304.g9ED4LsW097656@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 14 Oct 2002 06:04:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall floppy.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 nyan 2002/10/14 06:04:21 PDT Modified files: usr.sbin/sysinstall floppy.c Log: Use snprintf() instead of sprintf(). Revision Changes Path 1.38 +4 -4 src/usr.sbin/sysinstall/floppy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 6: 6: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 4A3B037B406; Mon, 14 Oct 2002 06:06:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F65143EBE; Mon, 14 Oct 2002 06:06:46 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ED6DMt097787; Mon, 14 Oct 2002 06:06:13 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9ED6DdN097786; Mon, 14 Oct 2002 06:06:13 -0700 (PDT) Message-Id: <200210141306.g9ED6DdN097786@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 14 Oct 2002 06:06:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall ftp.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 nyan 2002/10/14 06:06:13 PDT Modified files: usr.sbin/sysinstall ftp.c Log: The MACHINE variable on pc98 is "i386". So, use "pc98" directly in PC98 case. Revision Changes Path 1.45 +7 -1 src/usr.sbin/sysinstall/ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 6:15: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 751DB37B401; Mon, 14 Oct 2002 06:15:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2915C43EAF; Mon, 14 Oct 2002 06:15:48 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EDFEMt098416; Mon, 14 Oct 2002 06:15:14 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EDFE9i098415; Mon, 14 Oct 2002 06:15:14 -0700 (PDT) Message-Id: <200210141315.g9EDFE9i098415@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 14 Oct 2002 06:15:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall disks.c src/lib/libdisk change.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 nyan 2002/10/14 06:15:14 PDT Modified files: usr.sbin/sysinstall disks.c lib/libdisk change.c Log: Fix to check disk geometry. Submitted by: kawanobe@st.rim.or.jp (Kawanobe Koh) Revision Changes Path 1.21 +18 -1 src/lib/libdisk/change.c 1.135 +4 -2 src/usr.sbin/sysinstall/disks.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 6:22: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 7D06D37B401; Mon, 14 Oct 2002 06:22:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 470DE43EAA; Mon, 14 Oct 2002 06:22:12 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EDLcMt098965; Mon, 14 Oct 2002 06:21:38 -0700 (PDT) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EDLcxW098964; Mon, 14 Oct 2002 06:21:38 -0700 (PDT) Message-Id: <200210141321.g9EDLcxW098964@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 14 Oct 2002 06:21:38 -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 trevor 2002/10/14 06:21:38 PDT Modified files: Mk bsd.sites.mk Log: Add MASTER_SITE_NETSCAPE to bsd.sites.mk. As originally submitted, this was the list of sites from the www/linux-netscape6 port. I looked at fenner's survey, and removed some sites which did not carry Netscape 7 or which have been offline for a long time. Also, for some mysterious reason it takes 80 seconds to get a login prompt when I use the hostname ftp.netscape.com, so I replaced it in the list with two of the hosts it seems to point to, with the quicker one first and the slower one last. Submitted by: Kimura Fuyuki Reviewed by: sada (as originally submitted) PR: 42678 Revision Changes Path 1.112 +30 -1 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 Mon Oct 14 6:31: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 94DFA37B401; Mon, 14 Oct 2002 06:31:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 489FD43E8A; Mon, 14 Oct 2002 06:31:55 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EDVLMt099635; Mon, 14 Oct 2002 06:31:21 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EDVLfb099634; Mon, 14 Oct 2002 06:31:21 -0700 (PDT) Message-Id: <200210141331.g9EDVLfb099634@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 Oct 2002 06:31:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/queue-repair 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 ijliao 2002/10/14 06:31:21 PDT Modified files: mail/queue-repair Makefile pkg-plist Log: - Default to RUN_DEPEND on mail/qmail port (can be turned off - define WITHOUT_QMAIL_PORT); patch source for nofiles->qnofiles group used by the qmail port (suggested by Kevin M. Dulzo ) - Bump PORTREVISION - Do not install yet another copy of GPL (COPYING) PR: 44022 Submitted by: maintainer Revision Changes Path 1.2 +11 -2 ports/mail/queue-repair/Makefile 1.2 +0 -1 ports/mail/queue-repair/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 Oct 14 6:38: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 4A3BD37B401; Mon, 14 Oct 2002 06:38:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F14AE43E9C; Mon, 14 Oct 2002 06:38:55 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EDcMMt000255; Mon, 14 Oct 2002 06:38:22 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EDcMtx000254; Mon, 14 Oct 2002 06:38:22 -0700 (PDT) Message-Id: <200210141338.g9EDcMtx000254@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 Oct 2002 06:38:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qmail-notify 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 ijliao 2002/10/14 06:38:22 PDT Modified files: mail/qmail-notify Makefile pkg-plist Log: - Do not install yet another copy of GPL - Silence MKDIRs in do-install PR: 44024 Submitted by: maintainer Revision Changes Path 1.2 +3 -3 ports/mail/qmail-notify/Makefile 1.2 +0 -1 ports/mail/qmail-notify/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 Oct 14 6:42: 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 A72D237B401; Mon, 14 Oct 2002 06:42:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A51543EAF; Mon, 14 Oct 2002 06:42:03 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EDfTMt000740; Mon, 14 Oct 2002 06:41:29 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EDfT2T000739; Mon, 14 Oct 2002 06:41:29 -0700 (PDT) Message-Id: <200210141341.g9EDfT2T000739@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 Oct 2002 06:41:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pymsgauth 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 ijliao 2002/10/14 06:41:29 PDT Modified files: mail/pymsgauth Makefile pkg-plist Log: - Always install sample config file (i.e. even if NOPORTDOCS is defined) - Do not install yet another copy of GPL - Cleanup Makefile - Sort pkg-plist PR: 44025 Submitted by: maintainer Revision Changes Path 1.2 +7 -9 ports/mail/pymsgauth/Makefile 1.2 +8 -7 ports/mail/pymsgauth/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 Oct 14 6:48: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 B642C37B401; Mon, 14 Oct 2002 06:48:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 698EB43EAC; Mon, 14 Oct 2002 06:48:39 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EDm6Mt000934; Mon, 14 Oct 2002 06:48:06 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EDm5bb000933; Mon, 14 Oct 2002 06:48:05 -0700 (PDT) Message-Id: <200210141348.g9EDm5bb000933@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 Oct 2002 06:48:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-Mason 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/10/14 06:48:05 PDT Modified files: www/p5-HTML-Mason Makefile distinfo Log: upgrade to 1.15 PR: 44037 Submitted by: maintainer Revision Changes Path 1.24 +1 -1 ports/www/p5-HTML-Mason/Makefile 1.17 +1 -1 ports/www/p5-HTML-Mason/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 6:50: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 5BD0C37B401; Mon, 14 Oct 2002 06:50:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F55043EAF; Mon, 14 Oct 2002 06:50:51 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EDoHMt001389; Mon, 14 Oct 2002 06:50:17 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EDoH2p001385; Mon, 14 Oct 2002 06:50:17 -0700 (PDT) Message-Id: <200210141350.g9EDoH2p001385@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 14 Oct 2002 06:50:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/l10n 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 ache 2002/10/14 06:50:17 PDT Modified files: en_US.ISO8859-1/books/handbook/l10n chapter.sgml Log: Update locale names, remove obsoleted names Revision Changes Path 1.84 +6 -25 doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 6:51: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 8435837B406; Mon, 14 Oct 2002 06:51:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3767843EAC; Mon, 14 Oct 2002 06:51:33 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EDoxMt001855; Mon, 14 Oct 2002 06:50:59 -0700 (PDT) (envelope-from dwcjr@repoman.freebsd.org) Received: (from dwcjr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EDoxrG001853; Mon, 14 Oct 2002 06:50:59 -0700 (PDT) Message-Id: <200210141350.g9EDoxrG001853@repoman.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 14 Oct 2002 06:50:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba 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/10/14 06:50:59 PDT Modified files: net/samba Makefile distinfo pkg-plist Log: Update to rc3 Fix package building when VFS isn't selected Noticed by: Neil Darlow Revision Changes Path 1.102 +1 -1 ports/net/samba/Makefile 1.42 +1 -1 ports/net/samba/distinfo 1.42 +1 -1 ports/net/samba/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 Oct 14 7: 2: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 8705A37B404; Mon, 14 Oct 2002 07:02:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AD9243E7B; Mon, 14 Oct 2002 07:02:48 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EE2EMt002409; Mon, 14 Oct 2002 07:02:14 -0700 (PDT) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EE2EMG002407; Mon, 14 Oct 2002 07:02:14 -0700 (PDT) Message-Id: <200210141402.g9EE2EMG002407@repoman.freebsd.org> From: "James E. Housley" Date: Mon, 14 Oct 2002 07:02:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/amanda-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 jeh 2002/10/14 07:02:14 PDT Modified files: misc/amanda-server Makefile Log: The misc/amanda-{client,server} ports force user/group to operator. This should be site-overridable. PR: 44032 Submitted-by: Phil Homewood Revision Changes Path 1.55 +33 -3 ports/misc/amanda-server/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 7: 3: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 7DDCF37B401; Mon, 14 Oct 2002 07:03:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA9EB43EB1; Mon, 14 Oct 2002 07:03:26 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EE2rMt002639; Mon, 14 Oct 2002 07:02:53 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EE2qPg002637; Mon, 14 Oct 2002 07:02:52 -0700 (PDT) Message-Id: <200210141402.g9EE2qPg002637@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 Oct 2002 07:02:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/apinger 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/10/14 07:02:52 PDT Modified files: net/apinger Makefile distinfo pkg-plist Log: upgrade to 0.5 PR: 44048 Submitted by: maintainer Revision Changes Path 1.4 +8 -11 ports/net/apinger/Makefile 1.4 +1 -1 ports/net/apinger/distinfo 1.2 +4 -4 ports/net/apinger/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 Oct 14 7:12: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 0F7E737B401; Mon, 14 Oct 2002 07:12:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B71BE43E77; Mon, 14 Oct 2002 07:12:50 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EECHMt003406; Mon, 14 Oct 2002 07:12:17 -0700 (PDT) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EECHTp003405; Mon, 14 Oct 2002 07:12:17 -0700 (PDT) Message-Id: <200210141412.g9EECHTp003405@repoman.freebsd.org> From: Mike Barcroft Date: Mon, 14 Oct 2002 07:12:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys 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 mike 2002/10/14 07:12:17 PDT Modified files: sys/sys signal.h Log: 1) Although C99 allows implementations to define additional SIG* constants in scope, C90 does not; so, add namespace visibility conditionals to SIG*. 2) Define the extended __sighandler_t type only in BSD namespace. 3) Don't forward declare a struct for a prototype in . 4) Move location of SIG_* constants. 5) Move a forward declare into the correct namespace conditional. Requested by: bde (1) Submitted by: bde (2 thru 5) Revision Changes Path 1.35 +40 -18 src/sys/sys/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 Oct 14 7:14: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 E648937B401; Mon, 14 Oct 2002 07:14:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 548E543EF1; Mon, 14 Oct 2002 07:14:11 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EEDbMt003463; Mon, 14 Oct 2002 07:13:37 -0700 (PDT) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EEDbsk003462; Mon, 14 Oct 2002 07:13:37 -0700 (PDT) Message-Id: <200210141413.g9EEDbsk003462@repoman.freebsd.org> From: Mike Barcroft Date: Mon, 14 Oct 2002 07:13:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/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 mike 2002/10/14 07:13:37 PDT Modified files: include signal.h Log: o Move forward declaration for struct timespec to a more appropriate location. o Don't prototype functions for which we don't have an implementation. o Add forward declaration for struct __ucontext, previously this was forward declared in . o Add a comment about the size of NSIG. PR: 35924 Submitted by: bde Revision Changes Path 1.22 +14 -2 src/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 Oct 14 7:23: 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 E57E837B401; Mon, 14 Oct 2002 07:23:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AD4B43E77; Mon, 14 Oct 2002 07:23:03 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EEMUMt004143; Mon, 14 Oct 2002 07:22:30 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EEMTQx004142; Mon, 14 Oct 2002 07:22:29 -0700 (PDT) Message-Id: <200210141422.g9EEMTQx004142@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Oct 2002 07:22:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/10/14 07:22:29 PDT Modified files: sys/kern subr_disk.c Log: Populate more fields of the disklabel for PC98. Submitted by: Kawanobe Koh Revision Changes Path 1.62 +2 -0 src/sys/kern/subr_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 7:29: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 8E82637B401; Mon, 14 Oct 2002 07:29:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4568A43E3B; Mon, 14 Oct 2002 07:29:20 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EESkMt004407; Mon, 14 Oct 2002 07:28:46 -0700 (PDT) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EESktA004406; Mon, 14 Oct 2002 07:28:46 -0700 (PDT) Message-Id: <200210141428.g9EESktA004406@repoman.freebsd.org> From: Mike Barcroft Date: Mon, 14 Oct 2002 07:28:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys 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 mike 2002/10/14 07:28:46 PDT Modified files: sys/sys signal.h Log: style(9) Submitted by: bde (partially) Revision Changes Path 1.36 +29 -28 src/sys/sys/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 Oct 14 7:40: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 4E5D537B401; Mon, 14 Oct 2002 07:40:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAAF943EBE; Mon, 14 Oct 2002 07:40:41 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EEe8Mt005372; Mon, 14 Oct 2002 07:40:08 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EEe87t005371; Mon, 14 Oct 2002 07:40:08 -0700 (PDT) Message-Id: <200210141440.g9EEe87t005371@repoman.freebsd.org> From: John Baldwin Date: Mon, 14 Oct 2002 07:40:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.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 jhb 2002/10/14 07:40:08 PDT Modified files: (Branch: RELENG_4) sys/i386/i386 nexus.c Log: Argh, use 'BUS_ADD_CHILD()' instead of 'device_add_child()' to add eisa0 and friends. We have to use the kobj version so that the nexus driver's nexus_add_child() function gets called and device ivars get setup. Tested by: many Pointy hat to: jhb Revision Changes Path 1.26.2.8 +4 -4 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 Mon Oct 14 8:20: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 0F07E37B401; Mon, 14 Oct 2002 08:20:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BADEF43EB1; Mon, 14 Oct 2002 08:20:12 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EFJcMt007728; Mon, 14 Oct 2002 08:19:38 -0700 (PDT) (envelope-from dwcjr@repoman.freebsd.org) Received: (from dwcjr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EFJcuZ007726; Mon, 14 Oct 2002 08:19:38 -0700 (PDT) Message-Id: <200210141519.g9EFJcuZ007726@repoman.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 14 Oct 2002 08:19: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 dwcjr 2002/10/14 08:19:38 PDT Modified files: . modules Log: Add squid 2.5 to the modules list Revision Changes Path 1.6083 +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 Oct 14 8:46: 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 9C44E37B401; Mon, 14 Oct 2002 08:46:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D3E343E9E; Mon, 14 Oct 2002 08:46:04 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EFjUMt009529; Mon, 14 Oct 2002 08:45:30 -0700 (PDT) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EFjUii009528; Mon, 14 Oct 2002 08:45:30 -0700 (PDT) Message-Id: <200210141545.g9EFjUii009528@repoman.freebsd.org> From: Christian Weisgerber Date: Mon, 14 Oct 2002 08:45:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsd Makefile distinfo ports/devel/cvsd/files patch-cvsd.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/10/14 08:45:30 PDT Modified files: devel/cvsd Makefile distinfo Removed files: devel/cvsd/files patch-cvsd.c Log: Update to version 0.9.13. PR: 43783 Submitted by: Ports Fury Revision Changes Path 1.10 +8 -5 ports/devel/cvsd/Makefile 1.7 +1 -1 ports/devel/cvsd/distinfo 1.2 +0 -16 ports/devel/cvsd/files/patch-cvsd.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 Oct 14 9: 0: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 EE15F37B401; Mon, 14 Oct 2002 09:00:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E73A43EB3; Mon, 14 Oct 2002 09:00:56 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EG0MMt010590; Mon, 14 Oct 2002 09:00:22 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EG0MdO010588; Mon, 14 Oct 2002 09:00:22 -0700 (PDT) Message-Id: <200210141600.g9EG0MdO010588@repoman.freebsd.org> From: Martin Blapp Date: Mon, 14 Oct 2002 09:00:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice Makefile distinfo ports/editors/openoffice/files zipmoz.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 mbr 2002/10/14 09:00:22 PDT Modified files: editors/openoffice Makefile distinfo editors/openoffice/files zipmoz.sh Log: Finally make the mozilla addressbook and ldap datasources working. Add a new "register-mozilla" target, add a openoffice mozilla 1.01 patch to the mozilla build. Fix the zipmoz.sh to catch up with the mozilla changes. Bump portrevision. Revision Changes Path 1.128 +31 -6 ports/editors/openoffice/Makefile 1.27 +1 -0 ports/editors/openoffice/distinfo 1.4 +27 -7 ports/editors/openoffice/files/zipmoz.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 9: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 E6F0037B404; Mon, 14 Oct 2002 09:15:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EA1243EAA; Mon, 14 Oct 2002 09:15:26 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EGEqMt011474; Mon, 14 Oct 2002 09:14:52 -0700 (PDT) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EGEqlA011473; Mon, 14 Oct 2002 09:14:52 -0700 (PDT) Message-Id: <200210141614.g9EGEqlA011473@repoman.freebsd.org> From: Christian Weisgerber Date: Mon, 14 Oct 2002 09:14:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libast Makefile distinfo pkg-plist ports/devel/libast/files patch-configure patch-libast.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 naddy 2002/10/14 09:14:52 PDT Modified files: devel/libast Makefile distinfo pkg-plist devel/libast/files patch-libast.h Added files: devel/libast/files patch-configure Log: Update to version 0.5. PR: 43785 Submitted by: Ports Fury Revision Changes Path 1.5 +6 -2 ports/devel/libast/Makefile 1.3 +1 -1 ports/devel/libast/distinfo 1.1 +10 -0 ports/devel/libast/files/patch-configure (new) 1.2 +2 -2 ports/devel/libast/files/patch-libast.h 1.2 +15 -2 ports/devel/libast/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 Oct 14 9:23: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 985DC37B401; Mon, 14 Oct 2002 09:23:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ACA243E97; Mon, 14 Oct 2002 09:23:27 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EGMrMt012108; Mon, 14 Oct 2002 09:22:53 -0700 (PDT) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EGMraS012107; Mon, 14 Oct 2002 09:22:53 -0700 (PDT) Message-Id: <200210141622.g9EGMraS012107@repoman.freebsd.org> From: Christian Weisgerber Date: Mon, 14 Oct 2002 09:22:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/libdbi Makefile distinfo pkg-plist ports/databases/libdbi/files patch-Makefile.in patch-configure patch-include::dbi::dbi.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 naddy 2002/10/14 09:22:53 PDT Modified files: databases/libdbi Makefile distinfo pkg-plist Added files: databases/libdbi/files patch-Makefile.in patch-configure Removed files: databases/libdbi/files patch-include::dbi::dbi.h Log: Update to version 0.6.5. PR: 43782 Submitted by: Ports Fury Revision Changes Path 1.2 +24 -14 ports/databases/libdbi/Makefile 1.2 +1 -1 ports/databases/libdbi/distinfo 1.1 +11 -0 ports/databases/libdbi/files/patch-Makefile.in (new) 1.1 +10 -0 ports/databases/libdbi/files/patch-configure (new) 1.2 +0 -10 ports/databases/libdbi/files/patch-include::dbi::dbi.h (dead) 1.2 +35 -35 ports/databases/libdbi/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 Oct 14 9:31: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 A20AE37B401; Mon, 14 Oct 2002 09:31:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6609F43EA9; Mon, 14 Oct 2002 09:31:13 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EGUdMt012752; Mon, 14 Oct 2002 09:30:39 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EGUd1i012751; Mon, 14 Oct 2002 09:30:39 -0700 (PDT) Message-Id: <200210141630.g9EGUd1i012751@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 14 Oct 2002 09:30:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile src/release/pc98 dokern.sh drivers-small.conf 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 nyan 2002/10/14 09:30:39 PDT Modified files: release Makefile release/pc98 dokern.sh drivers.conf Added files: release/pc98 drivers-small.conf Log: Fixed disk full problem for pc98 distribution. Now, it makes 4 installation floppies. kern-small.flp and mfsroot-small.flp are for old machines that don't support 1.44MB floppy. These floppies don't have pci related devices. kern.flp and mfsroot.flp are normal 1.44MB floppy images. Revision Changes Path 1.710 +35 -8 src/release/Makefile 1.67 +57 -68 src/release/pc98/dokern.sh 1.1 +40 -0 src/release/pc98/drivers-small.conf (new) 1.6 +17 -23 src/release/pc98/drivers.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 9:52: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 78B0E37B401; Mon, 14 Oct 2002 09:52:26 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 128F643E75; Mon, 14 Oct 2002 09:52:26 -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 JAA09191; Mon, 14 Oct 2002 09:55:03 -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 JAA09176; Mon, 14 Oct 2002 09:54:57 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 14 Oct 2002 09:54:57 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Nick Sayer Cc: cvs-all@freebsd.org, Martijn Lina Subject: Re: cvs commit: ports/net Makefile ports/net/jabber-yahoo Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/jabber-yahoo/files patch-aa In-Reply-To: <200210121437.g9CEbqLX039183@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, 12 Oct 2002, Nick Sayer wrote: # nsayer 2002/10/12 07:37:51 PDT # # Modified files: # net Makefile # Added files: # net/jabber-yahoo Makefile distinfo pkg-comment pkg-descr # pkg-plist # net/jabber-yahoo/files patch-aa # Log: # Add jabber-yahoo 2.0.1, jabber Yahoo Transport module. This appears to take care of PR ports/38899 (New port: Yahoo transport for the Jabber server). -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 9:55: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 E53AC37B401; Mon, 14 Oct 2002 09:55:52 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FB8143EB1; Mon, 14 Oct 2002 09:55:52 -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 JAA09286; Mon, 14 Oct 2002 09:58:30 -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 JAA09270; Mon, 14 Oct 2002 09:58:10 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 14 Oct 2002 09:58:10 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Ying-Chieh Liao Cc: cvs-all@freebsd.org, Keith Waclena Subject: Re: cvs commit: ports/audio/cdrdao Makefile distinfo pkg-plist ports/audio/cdrdao/files patch-ac patch-configure patch-xdao::SoundIF-linux.cc In-Reply-To: <200210121548.g9CFmIp4067979@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, 12 Oct 2002, Ying-Chieh Liao wrote: # ijliao 2002/10/12 08:48:17 PDT # # Modified files: # audio/cdrdao Makefile distinfo pkg-plist # Added files: # audio/cdrdao/files patch-configure # patch-xdao::SoundIF-linux.cc # Removed files: # audio/cdrdao/files patch-ac # Log: # upgrade to 1.1.7 # # PR: 43960 # Submitted by: Ports Fury All though PR ports/37804 (cdrdao-1.1.5 port has bad checksum) mentions this port, the sender had an issue with the Source Forge mirror changes, which have since been resolved. So this PR can be closed (I believe). -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 9:57: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 9120F37B401; Mon, 14 Oct 2002 09:57:54 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C62A43EA3; Mon, 14 Oct 2002 09:57:54 -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 KAA09363; Mon, 14 Oct 2002 10:00:33 -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 KAA09356; Mon, 14 Oct 2002 10:00:29 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 14 Oct 2002 10:00:29 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Ying-Chieh Liao Cc: cvs-all@freebsd.org, Dan Peck Subject: Re: cvs commit: ports/graphics/bbrb Makefile distinfo In-Reply-To: <200210121632.g9CGWVBP019244@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, 12 Oct 2002, Ying-Chieh Liao wrote: # ijliao 2002/10/12 09:32:31 PDT # # Modified files: # graphics/bbrb Makefile distinfo # Log: # upgrade to 0.4.1 # # PR: 43967 # Submitted by: Ports Fury This appears to take care of PR ports/41942 (Update bbrb port to version 0.4.1). -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 10: 1: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 12F0637B401; Mon, 14 Oct 2002 10:01:23 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9077743EB3; Mon, 14 Oct 2002 10:01:22 -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 KAA09461; Mon, 14 Oct 2002 10:04:03 -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 KAA09453; Mon, 14 Oct 2002 10:04:01 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 14 Oct 2002 10:04:01 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Kris Kennaway Cc: cvs-all@freebsd.org, Sebastien Gioria Subject: Re: cvs commit: ports/games/connect4 distinfo In-Reply-To: <200210121959.g9CJxUGG082356@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, 12 Oct 2002, Kris Kennaway wrote: # kris 2002/10/12 12:59:29 PDT # # Modified files: # games/connect4 distinfo # Log: # Add a duplicate md5 sum (different email address in usenet article source) This is the same as PR ports/42211 (MD5 checksum is not up to date for ports/games/connect4). -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 10: 3: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 CA54337B401; Mon, 14 Oct 2002 10:03:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80E9343EB3; Mon, 14 Oct 2002 10:03:10 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EH2aMt014905; Mon, 14 Oct 2002 10:02:36 -0700 (PDT) (envelope-from jmz@repoman.freebsd.org) Received: (from jmz@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EH2aAU014904; Mon, 14 Oct 2002 10:02:36 -0700 (PDT) Message-Id: <200210141702.g9EH2aAU014904@repoman.freebsd.org> From: Jean-Marc Zucconi Date: Mon, 14 Oct 2002 10:02:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/dvips 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 jmz 2002/10/14 10:02:36 PDT Modified files: print/dvips Makefile Log: Set MASTER_SITES to ${MASTER_SITE_LOCAL} Revision Changes Path 1.24 +2 -2 ports/print/dvips/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 10: 5: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 B607C37B401; Mon, 14 Oct 2002 10:05:49 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4274F43E9E; Mon, 14 Oct 2002 10:05:49 -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 KAA09573; Mon, 14 Oct 2002 10:08:26 -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 KAA09566; Mon, 14 Oct 2002 10:08:23 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 14 Oct 2002 10:08:22 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Greg Lehey Cc: cvs-all@freebsd.org, Tilman Linneweh Subject: Re: cvs commit: ports/benchmarks/rawio Makefile distinfo In-Reply-To: <200210130151.g9D1pkZI094873@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, 12 Oct 2002, Greg Lehey wrote: # grog 2002/10/12 18:51:46 PDT # # Modified files: # benchmarks/rawio Makefile distinfo # Log: # Upgrade to version 1.2. # # Reminded by: kkenn Was this PR ports/40535 (Updated Port benchmarks/rawio 1.1 -> 1.2)? -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 10: 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 2E8EE37B401; Mon, 14 Oct 2002 10:07:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4D9443EAC; Mon, 14 Oct 2002 10:07:45 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EH7BMt015200; Mon, 14 Oct 2002 10:07:11 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EH7Bsk015199; Mon, 14 Oct 2002 10:07:11 -0700 (PDT) Message-Id: <200210141707.g9EH7Bsk015199@repoman.freebsd.org> From: Robert Watson Date: Mon, 14 Oct 2002 10:07:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs fs.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 rwatson 2002/10/14 10:07:11 PDT Modified files: sys/ufs/ffs fs.h Log: Define two new superblock file system flags: FS_ACLS Administrative enable/disable of extended ACL support FS_MULTILABEL Administrative flag to indicate to the MAC Framework that objects in the file system are individually labeled using extended attributes. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Reviewed by: (in principal) mckusick, phk Revision Changes Path 1.34 +10 -0 src/sys/ufs/ffs/fs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 10: 9: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 E745C37B401; Mon, 14 Oct 2002 10:09:23 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A440D43EB3; Mon, 14 Oct 2002 10:09:22 -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 g9EH8qOo060175; Mon, 14 Oct 2002 13:08:52 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 14 Oct 2002 13:08:51 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs fs.h In-Reply-To: <200210141707.g9EH7Bsk015199@repoman.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 Mon, 14 Oct 2002, Robert Watson wrote: > Obtained from: TrustedBSD Project > Sponsored by: DARPA, Network Associates Laboratories > Reviewed by: (in principal) mckusick, phk More likely, in principle, but perhaps not. :-) The perils of letting one's fingers get away with themselves over a high latency link. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 10:13: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 C558D37B401; Mon, 14 Oct 2002 10:13:52 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D14A43E6A; Mon, 14 Oct 2002 10:13:51 -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 KAA09782; Mon, 14 Oct 2002 10:16:24 -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 KAA09775; Mon, 14 Oct 2002 10:16:20 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 14 Oct 2002 10:16:20 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Kris Kennaway Cc: cvs-all@freebsd.org, kondo hiroshi Subject: Re: cvs commit: ports/net Makefile ports/net/SSLtelnet Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/SSLtelnet/files Makefile.patch patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al ... In-Reply-To: <200210130336.g9D3aeUB026990@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, 12 Oct 2002, Kris Kennaway wrote: # kris 2002/10/12 20:36:40 PDT # # Modified files: # net Makefile # Removed files: # net/SSLtelnet Makefile distinfo pkg-comment pkg-descr # pkg-plist # net/SSLtelnet/files Makefile.patch patch-aa patch-ab patch-ac # patch-ad patch-ae patch-af patch-ag # patch-ah patch-ai patch-aj patch-ak # patch-al patch-am # Log: # The SSLtelnet port was marked FORBIDDEN for security reasons 13 months ago. # Remove it. I suppose PR ports/42676 (SSLtelnet FreeBSD-SA-01:49.telnetd patch) can now be closed then. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 10:18: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 ADAD837B406; Mon, 14 Oct 2002 10:18:36 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 775A243E75; Mon, 14 Oct 2002 10:18:35 -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 KAA09947; Mon, 14 Oct 2002 10:21:16 -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 KAA09940; Mon, 14 Oct 2002 10:21:14 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 14 Oct 2002 10:21:14 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Kris Kennaway Cc: cvs-all@freebsd.org, Thierry Thomas , dirk@freebsd.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/pear Makefile distinfo pkg-comment pkg-descr pkg-plist In-Reply-To: <200210130344.g9D3iRfd029439@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, 12 Oct 2002, Kris Kennaway wrote: # kris 2002/10/12 20:44:27 PDT # # Modified files: # devel Makefile # Removed files: # devel/pear Makefile distinfo pkg-comment pkg-descr # pkg-plist # Log: # The pear port was marked FORBIDDEN 9 months ago because it was incorporated # into mod-php 4.1.0. Remove it. PR ports/37649 (devel/pear: unbreaking, upgrading to 4.2, and adding Log module) has quite a bit of update info on this port. If I remember correctly, the pear that is shipped with php is horribly out of date. I seem to recall that the long term plan was to ship the pear stuff apart from the php releases (something like perl and CPAN). Perhaps dirk could shed some more light on this. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 10:19: 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 C0EED37B401; Mon, 14 Oct 2002 10:19:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20A3443EA9; Mon, 14 Oct 2002 10:19:02 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EHIRMt015921; Mon, 14 Oct 2002 10:18:27 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EHIR2m015920; Mon, 14 Oct 2002 10:18:27 -0700 (PDT) Message-Id: <200210141718.g9EHIR2m015920@repoman.freebsd.org> From: Robert Watson Date: Mon, 14 Oct 2002 10:18:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mount.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 rwatson 2002/10/14 10:18:27 PDT Modified files: sys/sys mount.h Log: Define MNT_ACLS, which can report on the status of the FS_ACLS flag used by UFS to administratively enable support for extended ACLs. While I'm here, remove MNT_MULTILABEL from the list of file system flags we permit to be updated after the initial mount. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.141 +3 -3 src/sys/sys/mount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 10:22: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 CDF4B37B401; Mon, 14 Oct 2002 10:22:35 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56CE143E9E; Mon, 14 Oct 2002 10:22:35 -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 KAA10071; Mon, 14 Oct 2002 10:25:08 -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 KAA10064; Mon, 14 Oct 2002 10:25:05 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 14 Oct 2002 10:25:05 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Kris Kennaway Cc: cvs-all@freebsd.org, Oliver Eikemeier Subject: Re: cvs commit: ports/mail/ssmtp Makefile In-Reply-To: <200210130453.g9D4r6L1051332@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, 12 Oct 2002, Kris Kennaway wrote: # kris 2002/10/12 21:53:06 PDT # # Modified files: # mail/ssmtp Makefile # Log: # BROKEN -> IGNORE to prevent package build PR ports/40344 (update of mail/ssmtp to 2.50.9) has an update to this port, unfortunately the patch isn't in the form of a diff. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 10: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 B8CD337B401; Mon, 14 Oct 2002 10:29:31 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41C1343EA9; Mon, 14 Oct 2002 10:29:31 -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 KAA10236; Mon, 14 Oct 2002 10:32:11 -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 KAA10229; Mon, 14 Oct 2002 10:32:05 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 14 Oct 2002 10:32:05 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Archie Cobbs Cc: cvs-all@freebsd.org, Ernst de Haan Subject: Re: cvs commit: ports/java/jikes-devel Makefile distinfo In-Reply-To: <200210131921.g9DJLd1U091529@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 Sun, 13 Oct 2002, Archie Cobbs wrote: # archie 2002/10/13 12:21:38 PDT # # Modified files: # java/jikes-devel Makefile distinfo # Log: # Update to version 1.17. Was this PR java/43621 (Port java/jikes-devel --> 1.17)? Either way this PR can be closed now. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 10:32: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 9888B37B401; Mon, 14 Oct 2002 10:32:28 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C8543EAA; Mon, 14 Oct 2002 10:32:28 -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 KAA10300; Mon, 14 Oct 2002 10:35:08 -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 KAA10293; Mon, 14 Oct 2002 10:35:07 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 14 Oct 2002 10:35:07 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Kris Kennaway Cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports/mail/mailgraph Makefile distinfo pkg-plist In-Reply-To: <200210140111.g9E1B5lX048665@repoman.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 Sun, 13 Oct 2002, Kris Kennaway wrote: # kris 2002/10/13 18:11:05 PDT # # Modified files: # mail/mailgraph Makefile distinfo pkg-plist # Log: # Fix build [1] and update to mailgraph-0.22 [2] # # Submitted by: Olivier Tharan [1] (based on), # Gea-Suan Lin (maintainer) # PR: ports/43637 [1], ports/43350 [2] Man you've been busy lately! Both of these PRs are still listed as open. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 10:38: 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 DE25E37B401; Mon, 14 Oct 2002 10:38:08 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A34843EAA; Mon, 14 Oct 2002 10:38:08 -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 KAA10534; Mon, 14 Oct 2002 10:40:46 -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 KAA10527; Mon, 14 Oct 2002 10:40:44 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 14 Oct 2002 10:40:44 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Akinori MUSHA Cc: cvs-all@freebsd.org, Andreas Schulz Subject: Re: cvs commit: ports/audio/mpg123.el Makefile distinfo In-Reply-To: <200210141131.g9EBVlkJ091417@repoman.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, 14 Oct 2002, Akinori MUSHA wrote: # knu 2002/10/14 04:31:47 PDT # # Modified files: # audio/mpg123.el Makefile distinfo # Log: # The distfile was updated to 1.33. I believe this takes care of PR ports/43659 (mpg123.el has a checksum error). -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 10:41: 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 338C537B401; Mon, 14 Oct 2002 10:41:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBA5543EA3; Mon, 14 Oct 2002 10:41:03 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EHeTMt017669; Mon, 14 Oct 2002 10:40:29 -0700 (PDT) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EHeTY0017668; Mon, 14 Oct 2002 10:40:29 -0700 (PDT) Message-Id: <200210141740.g9EHeTY0017668@repoman.freebsd.org> From: Christian Weisgerber Date: Mon, 14 Oct 2002 10:40:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zephyr 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 naddy 2002/10/14 10:40:29 PDT Modified files: net/zephyr Makefile Log: Mark net/zephyr as broken because it requires libss, which has been removed just before the release of 4.6. PR: 44033 Submitted by: Edwin Groothuis Revision Changes Path 1.16 +7 -1 ports/net/zephyr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 10:45: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 7BD5037B401; Mon, 14 Oct 2002 10:45:12 -0700 (PDT) Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE1A543E9E; Mon, 14 Oct 2002 10:45:11 -0700 (PDT) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id KAA25320; Mon, 14 Oct 2002 10:41:32 -0700 (PDT) Received: from arch20m.dellroad.org (localhost [127.0.0.1]) by arch20m.dellroad.org (8.12.6/8.12.6) with ESMTP id g9EHe9ON082730; Mon, 14 Oct 2002 10:40:09 -0700 (PDT) (envelope-from archie@arch20m.dellroad.org) Received: (from archie@localhost) by arch20m.dellroad.org (8.12.6/8.12.6/Submit) id g9EHe89x082729; Mon, 14 Oct 2002 10:40:08 -0700 (PDT) From: Archie Cobbs Message-Id: <200210141740.g9EHe89x082729@arch20m.dellroad.org> Subject: Re: cvs commit: ports/java/jikes-devel Makefile distinfo In-Reply-To: "from Joseph Scott at Oct 14, 2002 10:32:05 am" To: Joseph Scott Date: Mon, 14 Oct 2002 10:40:08 -0700 (PDT) Cc: Archie Cobbs , cvs-all@FreeBSD.ORG, Ernst de Haan X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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 Joseph Scott writes: > # Modified files: > # java/jikes-devel Makefile distinfo > # Log: > # Update to version 1.17. > > Was this PR java/43621 (Port java/jikes-devel --> 1.17)? Either > way this PR can be closed now. Yes, thanks.. -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 10:52: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 E36AC37B401; Mon, 14 Oct 2002 10:52:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 907E843E75; Mon, 14 Oct 2002 10:52:41 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EHq7Mt018384; Mon, 14 Oct 2002 10:52:07 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EHq7UE018383; Mon, 14 Oct 2002 10:52:07 -0700 (PDT) Message-Id: <200210141752.g9EHq7UE018383@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 14 Oct 2002 10:52:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cyrus-sasl2 Makefile distinfo ports/security/cyrus-sasl2/files patch-lib::Makefile.in staticopen.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 ume 2002/10/14 10:52:07 PDT Modified files: security/cyrus-sasl2 Makefile distinfo Added files: security/cyrus-sasl2/files patch-lib::Makefile.in Removed files: security/cyrus-sasl2/files staticopen.h Log: Update to 2.1.9. Revision Changes Path 1.56 +1 -2 ports/security/cyrus-sasl2/Makefile 1.13 +1 -1 ports/security/cyrus-sasl2/distinfo 1.1 +13 -0 ports/security/cyrus-sasl2/files/patch-lib::Makefile.in (new) 1.2 +0 -174 ports/security/cyrus-sasl2/files/staticopen.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 Oct 14 11: 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 477B937B401 for ; Mon, 14 Oct 2002 11:00:22 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 5155F43EDC for ; Mon, 14 Oct 2002 11:00:20 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 33455 invoked by uid 1000); 14 Oct 2002 18:00:21 -0000 Date: Mon, 14 Oct 2002 11:00:21 -0700 (PDT) From: Nate Lawson To: Kirk McKusick Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/hpfs hpfs.h hpfs_vfsops.c hpfs_vnops.c src/sys/fs/msdosfs msdosfs_denode.c src/sys/fs/ntfs ntfs_inode.h ntfs_subr.c ntfs_vfsops.c src/sys/fs/nullfs null_subr.c null_vnops.c src/sys/fs/nwfs nwfs_node.c src/sys/fs/pseudofs ... In-Reply-To: <200210140320.g9E3KaAW057780@repoman.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 Thank you very much. A lot of the fs's were seeing significant bitrot, especially in locking. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 11:21: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 8E12F37B401; Mon, 14 Oct 2002 11:21:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DEEB43EAF; Mon, 14 Oct 2002 11:21:38 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EIL3Mt020282; Mon, 14 Oct 2002 11:21:03 -0700 (PDT) (envelope-from dannyboy@repoman.freebsd.org) Received: (from dannyboy@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EIL357020281; Mon, 14 Oct 2002 11:21:03 -0700 (PDT) Message-Id: <200210141821.g9EIL357020281@repoman.freebsd.org> From: Daniel Harris Date: Mon, 14 Oct 2002 11:21:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/gimp-print 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 dannyboy 2002/10/14 11:21:03 PDT Modified files: print/gimp-print Makefile distinfo pkg-plist Log: o Update to 4.2.2. o Add cups-base to BUILD_DEPENDS in with-cups case. o Set maintainer to ports@, maintainer timeout on past two updates. PR: 42095, 44031 Submitted by: Ports Fury (42095), Edwin Groothuis (44031) Revision Changes Path 1.6 +11 -7 ports/print/gimp-print/Makefile 1.3 +1 -1 ports/print/gimp-print/distinfo 1.3 +610 -0 ports/print/gimp-print/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 Oct 14 11: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 A0D6D37B404; Mon, 14 Oct 2002 11:26:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DCFB43EB1; Mon, 14 Oct 2002 11:26:12 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EIPbMt020446; Mon, 14 Oct 2002 11:25:37 -0700 (PDT) (envelope-from dannyboy@repoman.freebsd.org) Received: (from dannyboy@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EIPbYs020445; Mon, 14 Oct 2002 11:25:37 -0700 (PDT) Message-Id: <200210141825.g9EIPbYs020445@repoman.freebsd.org> From: Daniel Harris Date: Mon, 14 Oct 2002 11:25:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/gimp-print 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 dannyboy 2002/10/14 11:25:37 PDT Modified files: print/gimp-print Makefile Log: Sorry, first PR in prev. commit should be 42905. Revision Changes Path 1.7 +0 -0 ports/print/gimp-print/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 11: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 33FD937B401; Mon, 14 Oct 2002 11:34:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA1F43EB1; Mon, 14 Oct 2002 11:34:00 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EIXQMt021023; Mon, 14 Oct 2002 11:33:26 -0700 (PDT) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EIXQ3K021022; Mon, 14 Oct 2002 11:33:26 -0700 (PDT) Message-Id: <200210141833.g9EIXQ3K021022@repoman.freebsd.org> From: Ceri Davies Date: Mon, 14 Oct 2002 11:33:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial consulting.raw hardware.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/14 11:33:26 PDT Modified files: en/commercial consulting.raw hardware.raw Log: Move the entry for Ten 26 to the hardware section. Revision Changes Path 1.74 +0 -9 www/en/commercial/consulting.raw 1.54 +9 -0 www/en/commercial/hardware.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 11:44: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 4E20D37B401; Mon, 14 Oct 2002 11:44:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0276743E97; Mon, 14 Oct 2002 11:44:33 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EIhwMt022894; Mon, 14 Oct 2002 11:43:58 -0700 (PDT) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EIhwJq022893; Mon, 14 Oct 2002 11:43:58 -0700 (PDT) Message-Id: <200210141843.g9EIhwJq022893@repoman.freebsd.org> From: Ceri Davies Date: Mon, 14 Oct 2002 11:43:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial consulting.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/10/14 11:43:58 PDT Modified files: en/commercial consulting.raw Log: Add TundraWare Inc.. Submitted by: Tim Daneliuk Revision Changes Path 1.75 +10 -0 www/en/commercial/consulting.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 11:54: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 6AB0937B401; Mon, 14 Oct 2002 11:54:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EEAE43EA3; Mon, 14 Oct 2002 11:54:21 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EIsKMt023712; Mon, 14 Oct 2002 11:54:20 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EIsKc1023711; Mon, 14 Oct 2002 11:54:20 -0700 (PDT) Message-Id: <200210141854.g9EIsKc1023711@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 11:54:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es includes.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 jesusr 2002/10/14 11:54:20 PDT Modified files: es includes.sgml Log: Update to 4.7-RELEASE Revision Changes Path 1.13 +2 -2 www/es/includes.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:11: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 30C5337B401; Mon, 14 Oct 2002 12:11:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C41C243EAF; Mon, 14 Oct 2002 12:11:19 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJBJMt060849; Mon, 14 Oct 2002 12:11:19 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJBJTx060761; Mon, 14 Oct 2002 12:11:19 -0700 (PDT) Message-Id: <200210141911.g9EJBJTx060761@repoman.freebsd.org> From: John Baldwin Date: Mon, 14 Oct 2002 12:11:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire fwohci_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/10/14 12:11:19 PDT Modified files: sys/dev/firewire fwohci_pci.c Log: This file doesn't need opt_bus.h. Revision Changes Path 1.3 +0 -2 src/sys/dev/firewire/fwohci_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:16: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 6A3BB37B401; Mon, 14 Oct 2002 12:16:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C63743EA3; Mon, 14 Oct 2002 12:16:41 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJGeMt077973; Mon, 14 Oct 2002 12:16:40 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJGefD077972; Mon, 14 Oct 2002 12:16:40 -0700 (PDT) Message-Id: <200210141916.g9EJGefD077972@repoman.freebsd.org> From: Ernst de Haan Date: Mon, 14 Oct 2002 12:16:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.java.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 znerd 2002/10/14 12:16:40 PDT Modified files: Mk bsd.java.mk Log: Fixed support for Blackdown JDK 1.3.x. Submitted by: Seamus Venasse Revision Changes Path 1.27 +3 -1 ports/Mk/bsd.java.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12: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 1614537B401; Mon, 14 Oct 2002 12:17:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB57C43E91; Mon, 14 Oct 2002 12:17:13 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJHDMt078018; Mon, 14 Oct 2002 12:17:13 -0700 (PDT) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJHDu5078017; Mon, 14 Oct 2002 12:17:13 -0700 (PDT) Message-Id: <200210141917.g9EJHDu5078017@repoman.freebsd.org> From: Ceri Davies Date: Mon, 14 Oct 2002 12:17:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking 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/10/14 12:17:13 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Correct ifconfig syntax. PR: docs/44047 Submitted by: Lukas Ertl Revision Changes Path 1.173 +2 -2 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:18: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 B08D737B401; Mon, 14 Oct 2002 12:18:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A2043EA9; Mon, 14 Oct 2002 12:18:28 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJIRMt078094; Mon, 14 Oct 2002 12:18:27 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJIRnO078093; Mon, 14 Oct 2002 12:18:27 -0700 (PDT) Message-Id: <200210141918.g9EJIRnO078093@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 12:18:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/handbook 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 jesusr 2002/10/14 12:18:27 PDT Modified files: es_ES.ISO8859-1/books/handbook Makefile Log: Let's begin with the big update of the spanish handbook. Revision Changes Path 1.4 +62 -13 doc/es_ES.ISO8859-1/books/handbook/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12: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 63F7637B411; Mon, 14 Oct 2002 12:18:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DBE843EA9; Mon, 14 Oct 2002 12:18:31 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJIUMt078160; Mon, 14 Oct 2002 12:18:30 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJIUPN078159; Mon, 14 Oct 2002 12:18:30 -0700 (PDT) Message-Id: <200210141918.g9EJIUPN078159@repoman.freebsd.org> From: John Baldwin Date: Mon, 14 Oct 2002 12:18:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/firewire/firewire Makefile src/sys/modules/firewire/fwe Makefile src/sys/modules/firewire/sbp 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 jhb 2002/10/14 12:18:30 PDT Modified files: sys/modules/firewire/firewire Makefile sys/modules/firewire/fwe Makefile sys/modules/firewire/sbp Makefile Log: - Remove unused opt_foo.h headers. - Don't mess with CFLAGS. - Fix description of fwe module Makefile. Revision Changes Path 1.2 +0 -4 src/sys/modules/firewire/firewire/Makefile 1.2 +4 -9 src/sys/modules/firewire/fwe/Makefile 1.2 +2 -7 src/sys/modules/firewire/sbp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:21: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 3372037B401; Mon, 14 Oct 2002 12:21:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA20243EBE; Mon, 14 Oct 2002 12:21:45 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJLjMt078656; Mon, 14 Oct 2002 12:21:45 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJLjjJ078655; Mon, 14 Oct 2002 12:21:45 -0700 (PDT) Message-Id: <200210141921.g9EJLjjJ078655@repoman.freebsd.org> From: John Baldwin Date: Mon, 14 Oct 2002 12:21:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES 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 jhb 2002/10/14 12:21:45 PDT Modified files: sys/conf NOTES files Log: Allow firewire, sbp (SCSI over firewire), and fwe (non-standard raw ethernet over firewire) to be statically compiled into the kernel as devices. Revision Changes Path 1.1095 +7 -0 src/sys/conf/NOTES 1.720 +6 -0 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:22: 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 8757137B401; Mon, 14 Oct 2002 12:22:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38E5C43EA9; Mon, 14 Oct 2002 12:22:01 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJM0Mt078695; Mon, 14 Oct 2002 12:22:00 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJM0VZ078694; Mon, 14 Oct 2002 12:22:00 -0700 (PDT) Message-Id: <200210141922.g9EJM0VZ078694@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 12:22:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/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 jesusr 2002/10/14 12:22:00 PDT Modified files: es_ES.ISO8859-1/books/handbook book.sgml Log: Update to last version. Revision Changes Path 1.5 +147 -87 doc/es_ES.ISO8859-1/books/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 Mon Oct 14 12:23: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 78D9E37B401; Mon, 14 Oct 2002 12:23:14 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBE2F43E9C; Mon, 14 Oct 2002 12:23:12 -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 FAA12015; Tue, 15 Oct 2002 05:23:09 +1000 Date: Tue, 15 Oct 2002 05:33:33 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Mike Barcroft Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/sys signal.h In-Reply-To: <200210141412.g9EECHTp003405@repoman.freebsd.org> Message-ID: <20021015052445.I2861-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, 14 Oct 2002, Mike Barcroft wrote: > mike 2002/10/14 07:12:17 PDT > > Modified files: > sys/sys signal.h > Log: > 1) Although C99 allows implementations to define additional SIG* > constants in scope, C90 does not; so, add namespace visibility > conditionals to SIG*. Er, C90 is the same as C99 here (both allow it). I just prefer to keep visibilility conditionals for the base standard(s). They serve as documentation if nothing else (signal.3 of course doesn't say which signals are in which standards). There are too many versions of standards to ifdef for non-base standards, although we try to do this for functions (standards mostly require this). We actually only ifdef SIG* for POSIX. The set of signals for C9[09] is small and uninteresting. We do similar things for E* in . > 2) Define the extended __sighandler_t type only in BSD namespace. > 3) Don't forward declare a struct for a prototype in . > 4) Move location of SIG_* constants. > 5) Move a forward declare into the correct namespace conditional. > > Requested by: bde (1) > Submitted by: bde (2 thru 5) Thanks. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:23: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 B4E6637B409; Mon, 14 Oct 2002 12:23:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82E6F43EE1; Mon, 14 Oct 2002 12:23:21 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJNKMt078793; Mon, 14 Oct 2002 12:23:20 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJNKVW078792; Mon, 14 Oct 2002 12:23:20 -0700 (PDT) Message-Id: <200210141923.g9EJNKVW078792@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 12:23:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/handbook chapters.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 jesusr 2002/10/14 12:23:20 PDT Modified files: es_ES.ISO8859-1/books/handbook chapters.ent Log: Rewrite to match english structure. Revision Changes Path 1.2 +30 -34 doc/es_ES.ISO8859-1/books/handbook/chapters.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:23: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 A2BA037B401; Mon, 14 Oct 2002 12:23:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1DC843EAA; Mon, 14 Oct 2002 12:23:37 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJNbMt078824; Mon, 14 Oct 2002 12:23:37 -0700 (PDT) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJNbc8078823; Mon, 14 Oct 2002 12:23:37 -0700 (PDT) Message-Id: <200210141923.g9EJNbc8078823@repoman.freebsd.org> From: Ceri Davies Date: Mon, 14 Oct 2002 12:23:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/introduction 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/10/14 12:23:37 PDT Modified files: en_US.ISO8859-1/books/handbook/introduction chapter.sgml Log: Grammatical improvement in the synopsis. PR: docs/43790 Submitted by: Matt Mills Revision Changes Path 1.72 +1 -1 doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:24: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 D43CF37B401; Mon, 14 Oct 2002 12:24:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82EBC43EAC; Mon, 14 Oct 2002 12:24:12 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJOBMt078880; Mon, 14 Oct 2002 12:24:11 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJOB9T078879; Mon, 14 Oct 2002 12:24:11 -0700 (PDT) Message-Id: <200210141924.g9EJOB9T078879@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 12:24:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/handbook chapter.decl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jesusr 2002/10/14 12:24:11 PDT Modified files: es_ES.ISO8859-1/books/handbook chapter.decl Log: Update to DocBook 4.1 Revision Changes Path 1.2 +1 -1 doc/es_ES.ISO8859-1/books/handbook/chapter.decl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:29: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 611A037B401; Mon, 14 Oct 2002 12:29:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 117A343E9C; Mon, 14 Oct 2002 12:29:27 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJTQMt079135; Mon, 14 Oct 2002 12:29:26 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJTQab079134; Mon, 14 Oct 2002 12:29:26 -0700 (PDT) Message-Id: <200210141929.g9EJTQab079134@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 12:29:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/handbook/basics 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 jesusr 2002/10/14 12:29:26 PDT Modified files: es_ES.ISO8859-1/books/handbook/basics chapter.sgml Log: Update to last spanish version. Revision Changes Path 1.2 +565 -137 doc/es_ES.ISO8859-1/books/handbook/basics/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:31: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 F0E8037B404; Mon, 14 Oct 2002 12:31:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83E3D43EBE; Mon, 14 Oct 2002 12:31:36 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJVZMt079585; Mon, 14 Oct 2002 12:31:35 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJVZbd079584; Mon, 14 Oct 2002 12:31:35 -0700 (PDT) Message-Id: <200210141931.g9EJVZbd079584@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 12:31:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/handbook/cutting-edge 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 jesusr 2002/10/14 12:31:35 PDT Modified files: es_ES.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: Update to last spanish version. Revision Changes Path 1.2 +1235 -15 doc/es_ES.ISO8859-1/books/handbook/cutting-edge/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:33: 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 A4D4037B404; Mon, 14 Oct 2002 12:33:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19F7643EB3; Mon, 14 Oct 2002 12:33:05 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJX4Mt079663; Mon, 14 Oct 2002 12:33:04 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJX4xU079662; Mon, 14 Oct 2002 12:33:04 -0700 (PDT) Message-Id: <200210141933.g9EJX4xU079662@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 12:33:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.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 jesusr 2002/10/14 12:33:04 PDT Modified files: es_ES.ISO8859-1/books/handbook/eresources chapter.sgml Log: Update to last spanish version. Revision Changes Path 1.2 +1772 -14 doc/es_ES.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 Mon Oct 14 12:33: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 DF54137B411; Mon, 14 Oct 2002 12:33:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C4FC43E65; Mon, 14 Oct 2002 12:33:13 -0700 (PDT) (envelope-from pirzyk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJXCMt079729; Mon, 14 Oct 2002 12:33:12 -0700 (PDT) (envelope-from pirzyk@repoman.freebsd.org) Received: (from pirzyk@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJXCCp079728; Mon, 14 Oct 2002 12:33:12 -0700 (PDT) Message-Id: <200210141933.g9EJXCCp079728@repoman.freebsd.org> From: Jim Pirzyk Date: Mon, 14 Oct 2002 12:33:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options.i386 src/sys/i386/conf NOTES src/sys/i386/include atomic.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 pirzyk 2002/10/14 12:33:12 PDT Modified files: sys/conf options.i386 sys/i386/conf NOTES sys/i386/include atomic.h Log: Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 systems. This is most beneficial for vmware client os installs. Reviewed by: jmallet, iedowse, tlambert2@mindspring.com MFC After: never, -STABLE does not currently use this instruction Revision Changes Path 1.181 +1 -0 src/sys/conf/options.i386 1.1048 +5 -0 src/sys/i386/conf/NOTES 1.29 +1 -1 src/sys/i386/include/atomic.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:34: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 D492F37B401; Mon, 14 Oct 2002 12:34:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35FF843EBE; Mon, 14 Oct 2002 12:34:41 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJYeMt079787; Mon, 14 Oct 2002 12:34:40 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJYeqS079786; Mon, 14 Oct 2002 12:34:40 -0700 (PDT) Message-Id: <200210141934.g9EJYeqS079786@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 12:34:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/handbook/introduction 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 jesusr 2002/10/14 12:34:40 PDT Modified files: es_ES.ISO8859-1/books/handbook/introduction chapter.sgml Log: Update to last spanish version. Revision Changes Path 1.4 +900 -605 doc/es_ES.ISO8859-1/books/handbook/introduction/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:35: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 585F437B401; Mon, 14 Oct 2002 12:35:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A35D43E9E; Mon, 14 Oct 2002 12:35:57 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJZtMt079887; Mon, 14 Oct 2002 12:35:55 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJZtOa079886; Mon, 14 Oct 2002 12:35:55 -0700 (PDT) Message-Id: <200210141935.g9EJZtOa079886@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 12:35:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/handbook/kernelconfig 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 jesusr 2002/10/14 12:35:55 PDT Modified files: es_ES.ISO8859-1/books/handbook/kernelconfig chapter.sgml Log: Update to last spanish version. Revision Changes Path 1.2 +1510 -6 doc/es_ES.ISO8859-1/books/handbook/kernelconfig/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:37: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 4B88D37B401; Mon, 14 Oct 2002 12:37:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFCCD43EB1; Mon, 14 Oct 2002 12:37:36 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJbZMt080004; Mon, 14 Oct 2002 12:37:35 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJbZiE080003; Mon, 14 Oct 2002 12:37:35 -0700 (PDT) Message-Id: <200210141937.g9EJbZiE080003@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 12:37:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/handbook/kernelopts 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 jesusr 2002/10/14 12:37:35 PDT Modified files: es_ES.ISO8859-1/books/handbook/kernelopts chapter.sgml Log: Update to last spanish version. Revision Changes Path 1.2 +175 -131 doc/es_ES.ISO8859-1/books/handbook/kernelopts/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:40: 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 2E0F637B401; Mon, 14 Oct 2002 12:40:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3C8143EB1; Mon, 14 Oct 2002 12:40:00 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJe0Mt080105; Mon, 14 Oct 2002 12:40:00 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJe0ut080104; Mon, 14 Oct 2002 12:40:00 -0700 (PDT) Message-Id: <200210141940.g9EJe0ut080104@repoman.freebsd.org> From: Robert Watson Date: Mon, 14 Oct 2002 12:40:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount mntopts.h mount.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/10/14 12:40:00 PDT Modified files: sbin/mount mntopts.h mount.c Log: Teach mount(8) about MNT_ACLS for the purposes of mount options and mount option printing. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.20 +3 -1 src/sbin/mount/mntopts.h 1.50 +2 -0 src/sbin/mount/mount.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:40: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 428C137B409; Mon, 14 Oct 2002 12:40:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E599643EAC; Mon, 14 Oct 2002 12:40:10 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJeAMt080170; Mon, 14 Oct 2002 12:40:10 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJeAG6080169; Mon, 14 Oct 2002 12:40:10 -0700 (PDT) Message-Id: <200210141940.g9EJeAG6080169@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 12:40:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/handbook/ports 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 jesusr 2002/10/14 12:40:10 PDT Modified files: es_ES.ISO8859-1/books/handbook/ports chapter.sgml Log: Update to last spanish version. Revision Changes Path 1.3 +1419 -1935 doc/es_ES.ISO8859-1/books/handbook/ports/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:41: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 9ACCA37B401; Mon, 14 Oct 2002 12:41:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BAD843EB1; Mon, 14 Oct 2002 12:41:39 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJfcMt080488; Mon, 14 Oct 2002 12:41:38 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJfc31080486; Mon, 14 Oct 2002 12:41:38 -0700 (PDT) Message-Id: <200210141941.g9EJfc31080486@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 12:41:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/handbook/ppp-and-slip 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 jesusr 2002/10/14 12:41:38 PDT Modified files: es_ES.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: Update to last spanish version. Revision Changes Path 1.2 +3176 -6 doc/es_ES.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12: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 B0E9D37B401; Mon, 14 Oct 2002 12:42:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7133B43EAC; Mon, 14 Oct 2002 12:42:33 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJgXMt080655; Mon, 14 Oct 2002 12:42:33 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJgXUv080654; Mon, 14 Oct 2002 12:42:33 -0700 (PDT) Message-Id: <200210141942.g9EJgXUv080654@repoman.freebsd.org> From: Alan Eldridge Date: Mon, 14 Oct 2002 12:42:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/automake14 Makefile pkg-plist ports/devel/autoconf213 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/10/14 12:42:33 PDT Modified files: devel/automake14 Makefile pkg-plist devel/autoconf213 Makefile pkg-plist Log: 1. Bumped portrevision (yes, again, sorry for the thrash). 2. Fixed bug that Knu pointed out, which was the bad dirs were captured in bsd.port.mk (to be fixed RSN, in testing now). Fixed with the magic of ... symlinks! (I always thought symlinks to . were lame, and they are, but sometimes they can get you out of a corner. Temporarily.) 3. The question is, will anything break trying to recursively go down the tree following symlinks? If so, that tool needs to be fixed. A symlink to '.' (or '..') just plain should not be followed. Bottom line is, AUTOCONF_DIR, AUTOMAKE_DIR, & ACLOCAL_DIR work again. As a side effect of this fix, you can now download the entire internet onto 1 floppy disk. Revision Changes Path 1.37 +3 -1 ports/devel/autoconf213/Makefile 1.11 +1 -0 ports/devel/autoconf213/pkg-plist 1.30 +4 -1 ports/devel/automake14/Makefile 1.15 +2 -0 ports/devel/automake14/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 Oct 14 12:43: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 1A08737B401; Mon, 14 Oct 2002 12:43:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFC8F43E77; Mon, 14 Oct 2002 12:43:09 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJh9Mt080693; Mon, 14 Oct 2002 12:43:09 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJh9jX080692; Mon, 14 Oct 2002 12:43:09 -0700 (PDT) Message-Id: <200210141943.g9EJh9jX080692@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 12:43:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/handbook/printing 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 jesusr 2002/10/14 12:43:09 PDT Modified files: es_ES.ISO8859-1/books/handbook/printing chapter.sgml Log: Update to last spanish version. Revision Changes Path 1.2 +5116 -5 doc/es_ES.ISO8859-1/books/handbook/printing/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:44: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 7FC9E37B406; Mon, 14 Oct 2002 12:44:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3043443E9E; Mon, 14 Oct 2002 12:44:52 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJipMt080767; Mon, 14 Oct 2002 12:44:51 -0700 (PDT) (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJipLZ080766; Mon, 14 Oct 2002 12:44:51 -0700 (PDT) Message-Id: <200210141944.g9EJipLZ080766@repoman.freebsd.org> From: Kirk McKusick Date: Mon, 14 Oct 2002 12:44:51 -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 mckusick 2002/10/14 12:44:51 PDT Modified files: sys/kern vfs_subr.c Log: Unconditionally reset vp->v_vnlock back to the default in the vclean() function (e.g., vp->v_vnlock = &vp->v_lock) rather than requiring filesystems that use alternate locks to do so in their vop_reclaim functions. This change is a further cleanup of the vop_stdlock interface. Submitted by: Poul-Henning Kamp Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.414 +3 -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 Mon Oct 14 12:46: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 6010737B401; Mon, 14 Oct 2002 12:46:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1073343E91; Mon, 14 Oct 2002 12:46:49 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJkmMt080919; Mon, 14 Oct 2002 12:46:48 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJkmbM080918; Mon, 14 Oct 2002 12:46:48 -0700 (PDT) Message-Id: <200210141946.g9EJkmbM080918@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 12:46:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/handbook/users 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 jesusr 2002/10/14 12:46:48 PDT Added files: es_ES.ISO8859-1/books/handbook/users chapter.sgml Log: Add first version. Revision Changes Path 1.1 +1099 -0 doc/es_ES.ISO8859-1/books/handbook/users/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 Oct 14 12:50: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 0FB2D37B401; Mon, 14 Oct 2002 12:50:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B343643E77; Mon, 14 Oct 2002 12:50:14 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJoEMt081100; Mon, 14 Oct 2002 12:50:14 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJoEXX081099; Mon, 14 Oct 2002 12:50:14 -0700 (PDT) Message-Id: <200210141950.g9EJoEXX081099@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 12:50:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.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 jesusr 2002/10/14 12:50:14 PDT Added files: es_ES.ISO8859-1/books/handbook/multimedia chapter.sgml Log: Add first version of this chapter. Revision Changes Path 1.1 +582 -0 doc/es_ES.ISO8859-1/books/handbook/multimedia/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 Oct 14 12:52: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 A7D5637B401; Mon, 14 Oct 2002 12:52:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5660343E91; Mon, 14 Oct 2002 12:52:13 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJqDMt081500; Mon, 14 Oct 2002 12:52:13 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJqD4l081499; Mon, 14 Oct 2002 12:52:13 -0700 (PDT) Message-Id: <200210141952.g9EJqD4l081499@repoman.freebsd.org> From: Robert Watson Date: Mon, 14 Oct 2002 12:52:12 -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 rwatson 2002/10/14 12:52:12 PDT Modified files: sbin/tunefs tunefs.8 tunefs.c Log: Introduce -a [enable|disable] and -l [enable|disable] flags to the tunefs command, permitting it to set FS_ACLS and FS_MULTILABEL administrative flags on UFS file systems. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.28 +6 -0 src/sbin/tunefs/tunefs.8 1.28 +67 -7 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 Mon Oct 14 12:53: 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 8491237B401; Mon, 14 Oct 2002 12:53:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36CA743E77; Mon, 14 Oct 2002 12:53:00 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJqxMt081561; Mon, 14 Oct 2002 12:52:59 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJqxl2081560; Mon, 14 Oct 2002 12:52:59 -0700 (PDT) Message-Id: <200210141952.g9EJqxl2081560@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 12:52:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/handbook colophon.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 jesusr 2002/10/14 12:52:59 PDT Added files: es_ES.ISO8859-1/books/handbook colophon.sgml Log: Add first version of the colophon. Revision Changes Path 1.1 +30 -0 doc/es_ES.ISO8859-1/books/handbook/colophon.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 Oct 14 12:54: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 9C3BB37B401; Mon, 14 Oct 2002 12:54:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D3BD43E8A; Mon, 14 Oct 2002 12:54:40 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJseMt081651; Mon, 14 Oct 2002 12:54:40 -0700 (PDT) (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJsehB081650; Mon, 14 Oct 2002 12:54:40 -0700 (PDT) Message-Id: <200210141954.g9EJsehB081650@repoman.freebsd.org> From: Kirk McKusick Date: Mon, 14 Oct 2002 12:54:39 -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 mckusick 2002/10/14 12:54:39 PDT Modified files: sys/kern vfs_subr.c Log: When scanning the freelist looking for candidate vnodes to recycle, be sure to exit the loop with vp == NULL if no candidates are found. Formerly, this bug would cause the last vnode inspected to be used, even if it was not available. The result was a panic "vn_finished_write: neg cnt". Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.415 +3 -4 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:54: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 8875937B404; Mon, 14 Oct 2002 12:54:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3997243EA9; Mon, 14 Oct 2002 12:54:46 -0700 (PDT) (envelope-from pirzyk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJsjMt081677; Mon, 14 Oct 2002 12:54:45 -0700 (PDT) (envelope-from pirzyk@repoman.freebsd.org) Received: (from pirzyk@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJsjEA081676; Mon, 14 Oct 2002 12:54:45 -0700 (PDT) Message-Id: <200210141954.g9EJsjEA081676@repoman.freebsd.org> From: Jim Pirzyk Date: Mon, 14 Oct 2002 12:54:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net getaddrinfo.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 pirzyk 2002/10/14 12:54:45 PDT Modified files: (Branch: RELENG_4) lib/libc/net getaddrinfo.c Log: Enable libc to use the sortlist in /etc/resolv.conf PR: bin/27939 Reviewed by: sheldonh, ru (very very long time ago) Written by: ume Revision Changes Path 1.9.2.12 +82 -0 src/lib/libc/net/getaddrinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 12:54: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 21FA337B6C8; Mon, 14 Oct 2002 12:54:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6C5243E8A; Mon, 14 Oct 2002 12:54:50 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJsoMt081703; Mon, 14 Oct 2002 12:54:50 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJsoq6081702; Mon, 14 Oct 2002 12:54:50 -0700 (PDT) Message-Id: <200210141954.g9EJsoq6081702@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 12:54:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/handbook/boot 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 jesusr 2002/10/14 12:54:50 PDT Added files: es_ES.ISO8859-1/books/handbook/boot chapter.sgml Log: Add first version of the boot chapter. Revision Changes Path 1.1 +754 -0 doc/es_ES.ISO8859-1/books/handbook/boot/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 Oct 14 12:55: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 AB34537B401; Mon, 14 Oct 2002 12:55:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F0CC43EB1; Mon, 14 Oct 2002 12:55:50 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EJtnMt081791; Mon, 14 Oct 2002 12:55:49 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EJtnQ8081790; Mon, 14 Oct 2002 12:55:49 -0700 (PDT) Message-Id: <200210141955.g9EJtnQ8081790@repoman.freebsd.org> From: Robert Watson Date: Mon, 14 Oct 2002 12:55:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_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 rwatson 2002/10/14 12:55:49 PDT Modified files: sys/ufs/ufs ufs_vnops.c Log: Fix two memory leaks in error conditions involving the UFS ACL code: if failures occur, make sure that we release both the default ACL and access ACL storage during new object creation. Spotted by: phk and his pet flexelint Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.212 +4 -0 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 13: 2: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 EE59B37B401; Mon, 14 Oct 2002 13:02:38 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id A608E43EAC; Mon, 14 Oct 2002 13:02:37 -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 GAA14536; Tue, 15 Oct 2002 06:02:35 +1000 Date: Tue, 15 Oct 2002 06:12:59 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Mike Barcroft Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/sys signal.h In-Reply-To: <20021015052445.I2861-100000@gamplex.bde.org> Message-ID: <20021015061121.L3052-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, 15 Oct 2002, Bruce Evans wrote: > On Mon, 14 Oct 2002, Mike Barcroft wrote: > > > mike 2002/10/14 07:12:17 PDT > > > > Modified files: > > sys/sys signal.h > > Log: > > 1) Although C99 allows implementations to define additional SIG* > > constants in scope, C90 does not; so, add namespace visibility > > conditionals to SIG*. > > ... There are too many versions of standards > to ifdef for non-base standards, although we try to do this for functions > (standards mostly require this). We actually only ifdef SIG* for POSIX. > The set of signals for C9[09] is small and uninteresting. Oops, we ifdef everything now. You've almost convinced me that ifdefing anything here is too ugly :-). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 13: 5: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 DE08937B401; Mon, 14 Oct 2002 13:05:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A7B543EB2; Mon, 14 Oct 2002 13:05:24 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EK5OMt082546; Mon, 14 Oct 2002 13:05:24 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EK5OKL082545; Mon, 14 Oct 2002 13:05:24 -0700 (PDT) Message-Id: <200210142005.g9EK5OKL082545@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 13:05:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/share/sgml authors.ent freebsd.dsl teams.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 jesusr 2002/10/14 13:05:24 PDT Modified files: es_ES.ISO8859-1/share/sgml freebsd.dsl Added files: es_ES.ISO8859-1/share/sgml authors.ent teams.ent Log: Arrange share/sgml contents to build the spanish handbook with the same look as english version. Revision Changes Path 1.1 +724 -0 doc/es_ES.ISO8859-1/share/sgml/authors.ent (new) 1.7 +16 -20 doc/es_ES.ISO8859-1/share/sgml/freebsd.dsl 1.1 +30 -0 doc/es_ES.ISO8859-1/share/sgml/teams.ent (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 13: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 A164E37B401; Mon, 14 Oct 2002 13:10:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52B9D43EB3; Mon, 14 Oct 2002 13:10:40 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EKAeMt083037; Mon, 14 Oct 2002 13:10:40 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EKAdht083033; Mon, 14 Oct 2002 13:10:39 -0700 (PDT) Message-Id: <200210142010.g9EKAdht083033@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 13:10:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.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 jesusr 2002/10/14 13:10:39 PDT Added files: es_ES.ISO8859-1/books/handbook/preface preface.sgml Log: Add first preface version. Revision Changes Path 1.1 +466 -0 doc/es_ES.ISO8859-1/books/handbook/preface/preface.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 Oct 14 13: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 26F3B37B401; Mon, 14 Oct 2002 13:11:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3CA743EAC; Mon, 14 Oct 2002 13:11:17 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EKBHMt083334; Mon, 14 Oct 2002 13:11:17 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EKBHhk083333; Mon, 14 Oct 2002 13:11:17 -0700 (PDT) Message-Id: <200210142011.g9EKBHhk083333@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 Oct 2002 13:11:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/science Makefile ports/science/flounder Makefile distinfo pkg-comment pkg-descr pkg-plist ports/science/flounder/files patch-Colourscale.cc patch-Fl_Gnuplot.cc patch-Fl_Gnuplot.h patch-GlAreaUI.cc patch-Glarea.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/10/14 13:11:17 PDT Modified files: science Makefile Added files: science/flounder Makefile distinfo pkg-comment pkg-descr pkg-plist science/flounder/files patch-Colourscale.cc patch-Fl_Gnuplot.cc patch-Fl_Gnuplot.h patch-GlAreaUI.cc patch-Glarea.cc patch-Glarea.h patch-IGBheader.cc patch-Myslider.cc patch-PlotWin.cc patch-RenderEPS.cc patch-RenderEPS.h patch-SubsampUI.cc patch-flguppy.cc patch-flguppy.h patch-igbhead.cc patch-isosurf.cc Log: add flounder 0.32a A quick way to visualize regularly spaced 4D data Revision Changes Path 1.19 +1 -0 ports/science/Makefile 1.1 +45 -0 ports/science/flounder/Makefile (new) 1.1 +1 -0 ports/science/flounder/distinfo (new) 1.1 +13 -0 ports/science/flounder/files/patch-Colourscale.cc (new) 1.1 +26 -0 ports/science/flounder/files/patch-Fl_Gnuplot.cc (new) 1.1 +11 -0 ports/science/flounder/files/patch-Fl_Gnuplot.h (new) 1.1 +41 -0 ports/science/flounder/files/patch-GlAreaUI.cc (new) 1.1 +29 -0 ports/science/flounder/files/patch-Glarea.cc (new) 1.1 +11 -0 ports/science/flounder/files/patch-Glarea.h (new) 1.1 +13 -0 ports/science/flounder/files/patch-IGBheader.cc (new) 1.1 +11 -0 ports/science/flounder/files/patch-Myslider.cc (new) 1.1 +11 -0 ports/science/flounder/files/patch-PlotWin.cc (new) 1.1 +11 -0 ports/science/flounder/files/patch-RenderEPS.cc (new) 1.1 +11 -0 ports/science/flounder/files/patch-RenderEPS.h (new) 1.1 +11 -0 ports/science/flounder/files/patch-SubsampUI.cc (new) 1.1 +20 -0 ports/science/flounder/files/patch-flguppy.cc (new) 1.1 +11 -0 ports/science/flounder/files/patch-flguppy.h (new) 1.1 +12 -0 ports/science/flounder/files/patch-igbhead.cc (new) 1.1 +28 -0 ports/science/flounder/files/patch-isosurf.cc (new) 1.1 +1 -0 ports/science/flounder/pkg-comment (new) 1.1 +21 -0 ports/science/flounder/pkg-descr (new) 1.1 +2 -0 ports/science/flounder/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 Oct 14 13:11: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 56D8137B4EF; Mon, 14 Oct 2002 13:11:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0891443E65; Mon, 14 Oct 2002 13:11:24 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EKBNMt083371; Mon, 14 Oct 2002 13:11:23 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EKBNeI083370; Mon, 14 Oct 2002 13:11:23 -0700 (PDT) Message-Id: <200210142011.g9EKBNeI083370@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 Oct 2002 13:11:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/10/14 13:11:23 PDT Modified files: . modules Log: flounder --> ports/science/flounder Revision Changes Path 1.6084 +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 Oct 14 13:20: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 2D59637B401; Mon, 14 Oct 2002 13:20:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5175D43EB3; Mon, 14 Oct 2002 13:20:18 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EKKHMt083717; Mon, 14 Oct 2002 13:20:17 -0700 (PDT) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EKKH7K083715; Mon, 14 Oct 2002 13:20:17 -0700 (PDT) Message-Id: <200210142020.g9EKKH7K083715@repoman.freebsd.org> From: Jake Burkholder Date: Mon, 14 Oct 2002 13:20:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom.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 jake 2002/10/14 13:20:17 PDT Modified files: sys/geom geom.h Log: Moved geom class initialization to SI_SUB_DRIVERS from SI_SUB_PSEUDO. This fixes mounting root from md(4) which calls disk_create() early. Revision Changes Path 1.31 +1 -1 src/sys/geom/geom.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 13:21: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 BE21537B408; Mon, 14 Oct 2002 13:21:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD5143EA3; Mon, 14 Oct 2002 13:21:09 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EKL9Mt084062; Mon, 14 Oct 2002 13:21:09 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EKL96F084061; Mon, 14 Oct 2002 13:21:09 -0700 (PDT) Message-Id: <200210142021.g9EKL96F084061@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 13:21:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/handbook/pgpkeys pgpkeys.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 jesusr 2002/10/14 13:21:09 PDT Added files: es_ES.ISO8859-1/books/handbook/pgpkeys pgpkeys.ent Log: Add by the momento to build ok. Revision Changes Path 1.1 +103 -0 doc/es_ES.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 13:21: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 CD89E37B404 for ; Mon, 14 Oct 2002 13:21:53 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6686743EB2 for ; Mon, 14 Oct 2002 13:21:53 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 16548 invoked from network); 14 Oct 2002 20:21:53 -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 ; 14 Oct 2002 20:21:53 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id g9EKLon5032101; Mon, 14 Oct 2002 16:21:50 -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: <200210142020.g9EKKH7K083715@repoman.freebsd.org> Date: Mon, 14 Oct 2002 16:21:54 -0400 (EDT) From: John Baldwin To: Jake Burkholder Subject: RE: cvs commit: src/sys/geom geom.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 14-Oct-2002 Jake Burkholder wrote: > jake 2002/10/14 13:20:17 PDT > > Modified files: > sys/geom geom.h > Log: > Moved geom class initialization to SI_SUB_DRIVERS from SI_SUB_PSEUDO. > This fixes mounting root from md(4) which calls disk_create() early. Thanks from everyone on re@. :) -- 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 Mon Oct 14 13: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 58B8D37B401; Mon, 14 Oct 2002 13:22:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08DBC43EA9; Mon, 14 Oct 2002 13:22:54 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EKMrMt084139; Mon, 14 Oct 2002 13:22:53 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EKMrgG084138; Mon, 14 Oct 2002 13:22:53 -0700 (PDT) Message-Id: <200210142022.g9EKMrgG084138@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 14 Oct 2002 13:22:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/handbook/ports 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 jesusr 2002/10/14 13:22:53 PDT Modified files: es_ES.ISO8859-1/books/handbook/ports chapter.sgml Log: Replace man.pkg.fetch.1 by man.fetch.1 . Revision Changes Path 1.4 +1 -1 doc/es_ES.ISO8859-1/books/handbook/ports/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 13:23: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 1AC8337B401; Mon, 14 Oct 2002 13:23:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F6343EAC; Mon, 14 Oct 2002 13:23:41 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EKNfMt084176; Mon, 14 Oct 2002 13:23:41 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EKNfOB084175; Mon, 14 Oct 2002 13:23:41 -0700 (PDT) Message-Id: <200210142023.g9EKNfOB084175@repoman.freebsd.org> From: Sam Leffler Date: Mon, 14 Oct 2002 13:23:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 crypto.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 sam 2002/10/14 13:23:41 PDT Modified files: share/man/man9 crypto.9 Log: update to better reflect reality: o describe additional argument in driver callbacks o describe flow-control mechanism for processing crypto requests o remove old cruft o remove openbsd-specific cruft o fixup some references o yada yada ... Revision Changes Path 1.2 +65 -51 src/share/man/man9/crypto.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 13:24: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 72A7437B401; Mon, 14 Oct 2002 13:24:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 236F643EAC; Mon, 14 Oct 2002 13:24:24 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EKONMt084225; Mon, 14 Oct 2002 13:24:23 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EKON2g084224; Mon, 14 Oct 2002 13:24:23 -0700 (PDT) Message-Id: <200210142024.g9EKON2g084224@repoman.freebsd.org> From: Martin Blapp Date: Mon, 14 Oct 2002 13:24:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice Makefile 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 mbr 2002/10/14 13:24:23 PDT Modified files: editors/openoffice Makefile pkg-message Log: Add a new rtld system patch to Makefile and pkg_message. The symbol lookup order in rtld is not working as it should and exceptions over dlopened libs are broken. The system patch is a workaround for this issue. While we are here, order the patches a bit and put them all in the same download dir. Submitted by: kan (rtld patch) Revision Changes Path 1.129 +13 -6 ports/editors/openoffice/Makefile 1.14 +9 -0 ports/editors/openoffice/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 13: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 0728B37B401; Mon, 14 Oct 2002 13:24:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDA4343E3B; Mon, 14 Oct 2002 13:24:58 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EKOwMt084273; Mon, 14 Oct 2002 13:24:58 -0700 (PDT) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EKOw2D084272; Mon, 14 Oct 2002 13:24:58 -0700 (PDT) Message-Id: <200210142024.g9EKOw2D084272@repoman.freebsd.org> From: Eric Anholt Date: Mon, 14 Oct 2002 13:24:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/dri-devel 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 anholt 2002/10/14 13:24:58 PDT Modified files: graphics/dri-devel Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: Update dri-devel port to a more recent snapshot. This includes fixes for XV with R200, and irq support for some chips to reduce cpu load while running GL programs. Also, added warning messages that this is development code. Revision Changes Path 1.3 +10 -1 ports/graphics/dri-devel/Makefile 1.3 +1 -1 ports/graphics/dri-devel/distinfo 1.2 +1 -1 ports/graphics/dri-devel/pkg-comment 1.2 +1 -1 ports/graphics/dri-devel/pkg-descr 1.2 +6 -0 ports/graphics/dri-devel/pkg-message 1.2 +1 -0 ports/graphics/dri-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 Mon Oct 14 13:31: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 D7BD437B401; Mon, 14 Oct 2002 13:31:33 -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 78AF443ED8; Mon, 14 Oct 2002 13:31:23 -0700 (PDT) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.6/8.12.6) with ESMTP id g9EKVMkY076459; Mon, 14 Oct 2002 16:31:22 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.6/8.12.6/Submit) id g9EKVMa4076458; Mon, 14 Oct 2002 16:31:22 -0400 (EDT) Date: Mon, 14 Oct 2002 16:31:22 -0400 From: Alexander Kabaev To: Martin Blapp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice Makefile pkg-message Message-Id: <20021014163122.7c550b4f.ak03@gte.com> In-Reply-To: <200210142024.g9EKON2g084224@repoman.freebsd.org> References: <200210142024.g9EKON2g084224@repoman.freebsd.org> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.8.5claws7 (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 Mon, 14 Oct 2002 13:24:23 -0700 (PDT) Martin Blapp wrote: > mbr 2002/10/14 13:24:23 PDT > > Modified files: > editors/openoffice Makefile pkg-message > Log: > Add a new rtld system patch to Makefile and pkg_message. The > symbol lookup order in rtld is not working as it should and > exceptions over dlopened libs are broken. The system patch > is a workaround for this issue. > > While we are here, order the patches a bit and put them all in > the same download dir. > > Submitted by: kan (rtld patch) > > Revision Changes Path > 1.129 +13 -6 ports/editors/openoffice/Makefile > 1.14 +9 -0 ports/editors/openoffice/pkg-message It should be noted that the patch should be considered highly experimental and potentially dangerous, until someone with better rtld knowledge proves otherwise. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 13: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 2DB3C37B401; Mon, 14 Oct 2002 13:31:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D548443E9C; Mon, 14 Oct 2002 13:31:54 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EKVsMt084891; Mon, 14 Oct 2002 13:31:54 -0700 (PDT) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EKVs6S084890; Mon, 14 Oct 2002 13:31:54 -0700 (PDT) Message-Id: <200210142031.g9EKVs6S084890@repoman.freebsd.org> From: Julian Elischer Date: Mon, 14 Oct 2002 13:31:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_glue.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/10/14 13:31:54 PDT Modified files: sys/vm vm_glue.c Log: Remove old useless debugging code Revision Changes Path 1.158 +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 Mon Oct 14 13:34: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 9FA3C37B401; Mon, 14 Oct 2002 13:34:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22A2A43E9E; Mon, 14 Oct 2002 13:34:32 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EKYVMt085020; Mon, 14 Oct 2002 13:34:31 -0700 (PDT) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EKYVRi085019; Mon, 14 Oct 2002 13:34:31 -0700 (PDT) Message-Id: <200210142034.g9EKYVRi085019@repoman.freebsd.org> From: Julian Elischer Date: Mon, 14 Oct 2002 13:34:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_switch.c sched_4bsd.c src/sys/posix4 ksched.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 julian 2002/10/14 13:34:31 PDT Modified files: sys/kern kern_switch.c sched_4bsd.c sys/posix4 ksched.c sys/sys proc.h Log: Tidy up the scheduler's code for changing the priority of a thread. Logically pretty much a NOP. Revision Changes Path 1.44 +47 -13 src/sys/kern/kern_switch.c 1.2 +11 -26 src/sys/kern/sched_4bsd.c 1.21 +2 -8 src/sys/posix4/ksched.c 1.270 +3 -3 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 Mon Oct 14 13: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 7098C37B404; Mon, 14 Oct 2002 13:38:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21DA943EB2; Mon, 14 Oct 2002 13:38:41 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EKceMt085307; Mon, 14 Oct 2002 13:38:40 -0700 (PDT) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EKce1g085306; Mon, 14 Oct 2002 13:38:40 -0700 (PDT) Message-Id: <200210142038.g9EKce1g085306@repoman.freebsd.org> From: Mike Barcroft Date: Mon, 14 Oct 2002 13:38:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include string.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/10/14 13:38:40 PDT Modified files: include string.h Log: Correct visibility conditionals for memccpy(), strdup(), and strtok_r(). Merge conditional prototypes into the regular block. Revision Changes Path 1.18 +29 -18 src/include/string.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 13:43: 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 4A28F37B401; Mon, 14 Oct 2002 13:43:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1C5743E9C; Mon, 14 Oct 2002 13:43:02 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EKh2Mt085826; Mon, 14 Oct 2002 13:43:02 -0700 (PDT) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EKh26A085825; Mon, 14 Oct 2002 13:43:02 -0700 (PDT) Message-Id: <200210142043.g9EKh26A085825@repoman.freebsd.org> From: Julian Elischer Date: Mon, 14 Oct 2002 13:43:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_switch.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/10/14 13:43:02 PDT Modified files: sys/kern kern_switch.c Log: Did you ever notice how stupid bugs show up much clearer when you see them in a commit message? Revision Changes Path 1.45 +1 -1 src/sys/kern/kern_switch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 13: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 E4F2737B401; Mon, 14 Oct 2002 13:44:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98BF543EA9; Mon, 14 Oct 2002 13:44:51 -0700 (PDT) (envelope-from csgr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EKipMt085895; Mon, 14 Oct 2002 13:44:51 -0700 (PDT) (envelope-from csgr@repoman.freebsd.org) Received: (from csgr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EKipKV085894; Mon, 14 Oct 2002 13:44:51 -0700 (PDT) Message-Id: <200210142044.g9EKipKV085894@repoman.freebsd.org> From: Geoff Rehmet Date: Mon, 14 Oct 2002 13:44:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG csgr 2002/10/14 13:44:51 PDT Modified files: . modules Log: Added module for unionfs Revision Changes Path 1.6085 +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 Oct 14 13: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 B515E37B401; Mon, 14 Oct 2002 13:50:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33D2543EBE; Mon, 14 Oct 2002 13:50:42 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EKofMt086386; Mon, 14 Oct 2002 13:50:41 -0700 (PDT) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EKofrx086381; Mon, 14 Oct 2002 13:50:41 -0700 (PDT) Message-Id: <200210142050.g9EKofrx086381@repoman.freebsd.org> From: Mike Barcroft Date: Mon, 14 Oct 2002 13:50:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys ipc.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/10/14 13:50:41 PDT Modified files: sys/sys ipc.h Log: o Add typedefs for gid_t, key_t, mode_t, and uid_t. o Add comment about ipc_perm's members. o Add some visibility conditionals for non-standard extentions. o Remove a comment about ftok() not belonging. Revision Changes Path 1.21 +30 -4 src/sys/sys/ipc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 13:55: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 2EFF537B401; Mon, 14 Oct 2002 13:55:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D30343EAA; Mon, 14 Oct 2002 13:55:49 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EKtnMt086705; Mon, 14 Oct 2002 13:55:49 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EKtnnB086704; Mon, 14 Oct 2002 13:55:49 -0700 (PDT) Message-Id: <200210142055.g9EKtnnB086704@repoman.freebsd.org> From: Robert Watson Date: Mon, 14 Oct 2002 13:55:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc group X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/14 13:55:49 PDT Modified files: etc group Log: Remove root from the 'guest' group: missed in a previous pass. Spotted by: jhb Revision Changes Path 1.27 +1 -1 src/etc/group To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 14: 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 B8A7937B401; Mon, 14 Oct 2002 14:02:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5350743E88; Mon, 14 Oct 2002 14:02:12 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EL2CMt087372; Mon, 14 Oct 2002 14:02:12 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EL2B7O087371; Mon, 14 Oct 2002 14:02:11 -0700 (PDT) Message-Id: <200210142102.g9EL2B7O087371@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 14 Oct 2002 14:02:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/opera Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/opera/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 des 2002/10/14 14:02:11 PDT Modified files: www Makefile Added files: www/opera Makefile distinfo pkg-comment pkg-descr pkg-plist www/opera/files patch-aa Log: Tentative port of the native FreeBSD version of Opera. Revision Changes Path 1.549 +1 -0 ports/www/Makefile 1.1 +28 -0 ports/www/opera/Makefile (new) 1.1 +1 -0 ports/www/opera/distinfo (new) 1.1 +21 -0 ports/www/opera/files/patch-aa (new) 1.1 +1 -0 ports/www/opera/pkg-comment (new) 1.1 +4 -0 ports/www/opera/pkg-descr (new) 1.1 +398 -0 ports/www/opera/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 Oct 14 14:11: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 D11A537B401; Mon, 14 Oct 2002 14:11:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8433643EA3; Mon, 14 Oct 2002 14:11:26 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ELBQMt088115; Mon, 14 Oct 2002 14:11:26 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9ELBQOv088114; Mon, 14 Oct 2002 14:11:26 -0700 (PDT) Message-Id: <200210142111.g9ELBQOv088114@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 14 Oct 2002 14:11: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 des 2002/10/14 14:11:26 PDT Modified files: . modules Log: opera -> ports/www/opera (addport blew up trying to do this) Revision Changes Path 1.6086 +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 Oct 14 14:15: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 97D9037B404; Mon, 14 Oct 2002 14:15:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44BA543ED8; Mon, 14 Oct 2002 14:15:05 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ELF4Mt088229; Mon, 14 Oct 2002 14:15:04 -0700 (PDT) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9ELF4Pv088228; Mon, 14 Oct 2002 14:15:04 -0700 (PDT) Message-Id: <200210142115.g9ELF4Pv088228@repoman.freebsd.org> From: Alfred Perlstein Date: Mon, 14 Oct 2002 14:15:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.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 alfred 2002/10/14 14:15:04 PDT Modified files: sys/kern sys_pipe.c Log: Remove a KASSERT I added in 1.73 to catch uninitialized pipes. It must be removed because it is done without the pipe being locked via pipelock() and therefore is vulnerable to races with pipespace() erroneously triggering it by temporarily zero'ing out the structure backing the pipe. It looks as if this assertion is not needed because all manipulation of the data changed by pipespace() _is_ protected by pipelock(). Reported by: kris, mckusick Revision Changes Path 1.124 +0 -2 src/sys/kern/sys_pipe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 14:22: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 CE2CA37B401; Mon, 14 Oct 2002 14:22:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C3443EA3; Mon, 14 Oct 2002 14:22:23 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ELMNMt088834; Mon, 14 Oct 2002 14:22:23 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9ELMNse088833; Mon, 14 Oct 2002 14:22:23 -0700 (PDT) Message-Id: <200210142122.g9ELMNse088833@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Oct 2002 14:22:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_slice.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/10/14 14:22:23 PDT Modified files: sys/geom geom_slice.c Log: Remove a bogus local variable. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.21 +0 -2 src/sys/geom/geom_slice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 14:23:36 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 06E1037B401; Mon, 14 Oct 2002 14:23:36 -0700 (PDT) Date: Mon, 14 Oct 2002 14:23:35 -0700 From: Juli Mallett To: Julian Elischer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_switch.c Message-ID: <20021014142335.A9157@FreeBSD.org> References: <200210142043.g9EKh26A085825@repoman.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: <200210142043.g9EKh26A085825@repoman.freebsd.org>; from julian@FreeBSD.org on Mon, Oct 14, 2002 at 01:43:02PM -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: Julian Elischer [ Data: 2002-10-14 ] [ Subjecte: cvs commit: src/sys/kern kern_switch.c ] > julian 2002/10/14 13:43:02 PDT > > Modified files: > sys/kern kern_switch.c > Log: > Did you ever notice how stupid bugs show up much clearer > when you see them in a commit message? Huh? -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 14: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 AF98437B401; Mon, 14 Oct 2002 14:34:51 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78E5443EA3; Mon, 14 Oct 2002 14:34:51 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 61E062A88D; Mon, 14 Oct 2002 14:34:51 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Julian Elischer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_switch.c In-Reply-To: <200210142043.g9EKh26A085825@repoman.freebsd.org> Date: Mon, 14 Oct 2002 14:34:51 -0700 From: Peter Wemm Message-Id: <20021014213451.61E062A88D@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 Julian Elischer wrote: > julian 2002/10/14 13:43:02 PDT > > Modified files: > sys/kern kern_switch.c > Log: > Did you ever notice how stupid bugs show up much clearer > when you see them in a commit message? Adding a joke to a commit message is one thing, but please do not leave out the actual commit message. 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 Oct 14 15: 1: 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 E0C2937B404; Mon, 14 Oct 2002 15:01:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92D3943EB1; Mon, 14 Oct 2002 15:01:07 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EM17Mt091432; Mon, 14 Oct 2002 15:01:07 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EM171K091430; Mon, 14 Oct 2002 15:01:07 -0700 (PDT) Message-Id: <200210142201.g9EM171K091430@repoman.freebsd.org> From: Ernst de Haan Date: Mon, 14 Oct 2002 15:01:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xmlenc 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 znerd 2002/10/14 15:01:07 PDT Modified files: textproc/xmlenc Makefile distinfo pkg-plist Log: Upgrade to xmlenc 0.6. Revision Changes Path 1.2 +1 -1 ports/textproc/xmlenc/Makefile 1.2 +1 -1 ports/textproc/xmlenc/distinfo 1.2 +10 -0 ports/textproc/xmlenc/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 Oct 14 15: 4: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 6C2C037B401; Mon, 14 Oct 2002 15:04:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AD1D43E77; Mon, 14 Oct 2002 15:04:51 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EM4oMt091552; Mon, 14 Oct 2002 15:04:50 -0700 (PDT) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EM4os1091551; Mon, 14 Oct 2002 15:04:50 -0700 (PDT) Message-Id: <200210142204.g9EM4os1091551@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 14 Oct 2002 15:04:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/config 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 trhodes 2002/10/14 15:04:50 PDT Modified files: en_US.ISO8859-1/books/handbook/config chapter.sgml Log: Grammar. No new content. Revision Changes Path 1.69 +10 -12 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 15:13: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 453E337B401; Mon, 14 Oct 2002 15:13:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC3C243EB7; Mon, 14 Oct 2002 15:13:22 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EMDMMt092248; Mon, 14 Oct 2002 15:13:22 -0700 (PDT) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EMDMkk092247; Mon, 14 Oct 2002 15:13:22 -0700 (PDT) Message-Id: <200210142213.g9EMDMkk092247@repoman.freebsd.org> From: Jake Burkholder Date: Mon, 14 Oct 2002 15:13:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/cdrtools 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/10/14 15:13:22 PDT Modified files: sysutils/cdrtools Makefile Log: Make this compile on sparc64. Needed for make release. Revision Changes Path 1.38 +2 -2 ports/sysutils/cdrtools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 15:13: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 192AD37B401; Mon, 14 Oct 2002 15:13:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9182E43E42; Mon, 14 Oct 2002 15:13:51 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EMDpMt092281; Mon, 14 Oct 2002 15:13:51 -0700 (PDT) (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EMDpAS092280; Mon, 14 Oct 2002 15:13:51 -0700 (PDT) Message-Id: <200210142213.g9EMDpAS092280@repoman.freebsd.org> From: Matt Jacob Date: Mon, 14 Oct 2002 15:13:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_target.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/14 15:13:51 PDT Modified files: sys/dev/isp isp_target.c Log: LINT related fixes (as noticed by bde) Revision Changes Path 1.22 +6 -6 src/sys/dev/isp/isp_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 15:20: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 4B35A37B401; Mon, 14 Oct 2002 15:20:24 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DE6043EAF; Mon, 14 Oct 2002 15:20:23 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021014222022.GEDN28253.sccrmhc01.attbi.com@InterJet.elischer.org>; Mon, 14 Oct 2002 22:20:22 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA75967; Mon, 14 Oct 2002 15:14:28 -0700 (PDT) Date: Mon, 14 Oct 2002 15:14:28 -0700 (PDT) From: Julian Elischer To: Juli Mallett Cc: Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_switch.c In-Reply-To: <20021014142335.A9157@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 I subscribe to Matt's "enhanced" commit messages that show the diff as well. I always check the diff after a checkin to check that I checked in what I though I checked in.. In this case I saw a braino, where I put a line in the wrong place by 2 lines.. On Mon, 14 Oct 2002, Juli Mallett wrote: > * De: Julian Elischer [ Data: 2002-10-14 ] > [ Subjecte: cvs commit: src/sys/kern kern_switch.c ] > > julian 2002/10/14 13:43:02 PDT > > > > Modified files: > > sys/kern kern_switch.c > > Log: > > Did you ever notice how stupid bugs show up much clearer > > when you see them in a commit message? > > Huh? > -- > Juli Mallett | FreeBSD: The Power To Serve > Will break world for fulltime employment. | finger jmallett@FreeBSD.org > http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking! > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 15:25: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 441AD37B401; Mon, 14 Oct 2002 15:25:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8AED43EB3; Mon, 14 Oct 2002 15:25:30 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EMPUMt093042; Mon, 14 Oct 2002 15:25:30 -0700 (PDT) (envelope-from anders@repoman.freebsd.org) Received: (from anders@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EMPU65093041; Mon, 14 Oct 2002 15:25:30 -0700 (PDT) Message-Id: <200210142225.g9EMPU65093041@repoman.freebsd.org> From: Anders Nordby Date: Mon, 14 Oct 2002 15:25:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pwman 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 anders 2002/10/14 15:25:30 PDT Modified files: security/pwman Makefile distinfo Log: Update to 0.3.2. Revision Changes Path 1.3 +1 -1 ports/security/pwman/Makefile 1.3 +1 -1 ports/security/pwman/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 15:31: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 870C037B404; Mon, 14 Oct 2002 15:31:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4038743E88; Mon, 14 Oct 2002 15:31:53 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EMVrMt093652; Mon, 14 Oct 2002 15:31:53 -0700 (PDT) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EMVqih093651; Mon, 14 Oct 2002 15:31:52 -0700 (PDT) Message-Id: <200210142231.g9EMVqih093651@repoman.freebsd.org> From: Alfred Perlstein Date: Mon, 14 Oct 2002 15:31:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii acphy.c amphy.c brgphy.c dcphy.c exphy.c lxtphy.c mii.c mlphy.c nsgphy.c nsphy.c pnaphy.c pnphy.c qsphy.c rlphy.c tdkphy.c tlphy.c ukphy.c xmphy.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 alfred 2002/10/14 15:31:52 PDT Modified files: sys/dev/mii acphy.c amphy.c brgphy.c dcphy.c exphy.c lxtphy.c mii.c mlphy.c nsgphy.c nsphy.c pnaphy.c pnphy.c qsphy.c rlphy.c tdkphy.c tlphy.c ukphy.c xmphy.c Log: Put function return types on a line by themselves. Cleanup my earlier de-__P sweep and remove whitespace between function names and paramters. Revision Changes Path 1.10 +6 -4 src/sys/dev/mii/acphy.c 1.11 +6 -4 src/sys/dev/mii/amphy.c 1.15 +6 -4 src/sys/dev/mii/brgphy.c 1.18 +6 -4 src/sys/dev/mii/dcphy.c 1.14 +6 -4 src/sys/dev/mii/exphy.c 1.8 +6 -4 src/sys/dev/mii/lxtphy.c 1.15 +21 -13 src/sys/dev/mii/mii.c 1.16 +10 -6 src/sys/dev/mii/mlphy.c 1.11 +2 -2 src/sys/dev/mii/nsgphy.c 1.16 +6 -4 src/sys/dev/mii/nsphy.c 1.9 +2 -2 src/sys/dev/mii/pnaphy.c 1.12 +6 -4 src/sys/dev/mii/pnphy.c 1.9 +6 -4 src/sys/dev/mii/qsphy.c 1.14 +6 -4 src/sys/dev/mii/rlphy.c 1.10 +2 -2 src/sys/dev/mii/tdkphy.c 1.12 +6 -4 src/sys/dev/mii/tlphy.c 1.12 +2 -2 src/sys/dev/mii/ukphy.c 1.9 +6 -4 src/sys/dev/mii/xmphy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 15:36: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 5C88A37B401; Mon, 14 Oct 2002 15:36:11 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7186643EAC; Mon, 14 Oct 2002 15:36:10 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id g9EMa3Iw002319; Tue, 15 Oct 2002 00:36:04 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Julian Elischer Cc: Juli Mallett , Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_switch.c In-Reply-To: Your message of "Mon, 14 Oct 2002 15:14:28 PDT." Date: Tue, 15 Oct 2002 00:36:03 +0200 Message-ID: <2318.1034634963@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 , Ju lian Elischer writes: >I subscribe to Matt's "enhanced" commit messages that show the diff >as well. I always check the diff after a checkin to check that I checked >in what I though I checked in.. In this case I saw a braino, where >I put a line in the wrong place by 2 lines.. That all nice and stuff, but we'd still like commit messages which gives useful information. -- 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 Oct 14 16: 1: 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 E5A8537B406; Mon, 14 Oct 2002 16:01:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A7943E7B; Mon, 14 Oct 2002 16:01:03 -0700 (PDT) (envelope-from max@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EN13Mt095550; Mon, 14 Oct 2002 16:01:03 -0700 (PDT) (envelope-from max@repoman.freebsd.org) Received: (from max@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EN137T095548; Mon, 14 Oct 2002 16:01:03 -0700 (PDT) Message-Id: <200210142301.g9EN137T095548@repoman.freebsd.org> From: Masafumi Max NAKANE Date: Mon, 14 Oct 2002 16:01:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ircII Makefile ports/japanese/ircII/files patch-source::wserv.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 max 2002/10/14 16:01:03 PDT Modified files: japanese/ircII Makefile Added files: japanese/ircII/files patch-source::wserv.c Log: Add a patch to correct the problem with interaction between ircII and screen. Suggested by: mistral@imasy.or.jp (Yoshihiko SARUMARU) Patch Obtained From: PR 11388 (from Christopher N. Harrell ) Revision Changes Path 1.13 +2 -1 ports/japanese/ircII/Makefile 1.1 +24 -0 ports/japanese/ircII/files/patch-source::wserv.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 Oct 14 16:11: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 6608B37B401; Mon, 14 Oct 2002 16:11:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C7543E9E; Mon, 14 Oct 2002 16:11:41 -0700 (PDT) (envelope-from max@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ENBeMt096311; Mon, 14 Oct 2002 16:11:40 -0700 (PDT) (envelope-from max@repoman.freebsd.org) Received: (from max@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9ENBeTL096310; Mon, 14 Oct 2002 16:11:40 -0700 (PDT) Message-Id: <200210142311.g9ENBeTL096310@repoman.freebsd.org> From: Masafumi Max NAKANE Date: Mon, 14 Oct 2002 16:11:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/delegate 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/10/14 16:11:40 PDT Modified files: net/delegate Makefile distinfo Log: Upgrade to 7.9.13. Revision Changes Path 1.38 +1 -1 ports/net/delegate/Makefile 1.30 +1 -1 ports/net/delegate/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 16:18: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 3384137B401; Mon, 14 Oct 2002 16:18:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC75A43EAF; Mon, 14 Oct 2002 16:18:09 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ENI9Mt096537; Mon, 14 Oct 2002 16:18:09 -0700 (PDT) (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9ENI9h5096536; Mon, 14 Oct 2002 16:18:09 -0700 (PDT) Message-Id: <200210142318.g9ENI9h5096536@repoman.freebsd.org> From: Kirk McKusick Date: Mon, 14 Oct 2002 16:18:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c 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 mckusick 2002/10/14 16:18:09 PDT Modified files: sys/ufs/ufs ufs_vnops.c sys/ufs/ffs ffs_vnops.c Log: When reading or writing the extended attributes of a special device or fifo in UFS2, the normal ufs_strategy routine needs to be used rather than the spec_strategy or fifo_strategy routine. Thus the ffsext_strategy routine is interposed in the ffs_vnops vectors for special devices and fifo's to pick off this special case. Otherwise it simply falls through to the usual spec_strategy or fifo_strategy routine. Submitted by: Robert Watson Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.99 +38 -3 src/sys/ufs/ffs/ffs_vnops.c 1.213 +0 -2 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 16: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 2C43F37B401; Mon, 14 Oct 2002 16:18:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1EA043E77; Mon, 14 Oct 2002 16:18:35 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ENIZMt096563; Mon, 14 Oct 2002 16:18:35 -0700 (PDT) (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9ENIZiw096562; Mon, 14 Oct 2002 16:18:35 -0700 (PDT) Message-Id: <200210142318.g9ENIZiw096562@repoman.freebsd.org> From: John Polstra Date: Mon, 14 Oct 2002 16:18:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide 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 jdp 2002/10/14 16:18:35 PDT Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Correct an error in the instructions for using cvpasswd. Noticed by: gerald Revision Changes Path 1.139 +5 -2 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 16:33: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 345CA37B401; Mon, 14 Oct 2002 16:33:54 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id EBCBC43EB3; Mon, 14 Oct 2002 16:33:52 -0700 (PDT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 15 Oct 2002 00:33:52 +0100 (BST) To: Jim Pirzyk Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options.i386 src/sys/i386/conf NOTES src/sys/i386/include atomic.h In-Reply-To: Your message of "Mon, 14 Oct 2002 12:33:12 PDT." <200210141933.g9EJXCCp079728@repoman.freebsd.org> Date: Tue, 15 Oct 2002 00:33:52 +0100 From: Ian Dowse Message-ID: <200210150033.aa30307@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 <200210141933.g9EJXCCp079728@repoman.freebsd.org>, Jim Pirzyk writes : >pirzyk 2002/10/14 12:33:12 PDT > Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 systems. > This is most beneficial for vmware client os installs. Thank you! This has been requested by VMware users many times, but nobody else ever got around to doing it. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 16:36: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 A81DD37B401; Mon, 14 Oct 2002 16:36:25 -0700 (PDT) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3190F43E75; Mon, 14 Oct 2002 16:36:25 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.4) with ESMTP id g9ENaNPQ005680; Mon, 14 Oct 2002 16:36:23 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.4/Submit) id g9ENaNXY005679; Mon, 14 Oct 2002 16:36:23 -0700 (PDT) (envelope-from dillon) Date: Mon, 14 Oct 2002 16:36:23 -0700 (PDT) From: Matthew Dillon Message-Id: <200210142336.g9ENaNXY005679@apollo.backplane.com> To: Julian Elischer , Juli Mallett , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_switch.c References: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This feature is available to everyone via their freefall account. Only a couple of people are using it but I personally find it extremely useful. The filter picks out the commits I might be interested in, I can delete the ones out of that set that do not interest me at the time, and it's a no-brainer to give the rest a once over. It's been rather enlightening, in fact. Login to your freefall account and then cd ~dillon/filters. Create a file named the same as your username. I suggest starting with the SAMPLE file. You can also look at other people's files to see what they do, such as mine. For example, my filter grabs commits made into src/ and tags the Subject: with [src], then mails it to my main mailbox on apollo.backplane.com. Make sure perms are 644 (640 might work too). The documentation is in ~dillon/dfilter/README on freefall. Eventually I'll make a port out of it and write a real man page. Ultimately I would like to use this filter mechanism to filter PR submissions and mailing list submissions in addition to commits. In fact I tried subscribing myself to the PR mailing list but I guess the moderator lost it. The filter can filter on anything in the message... any header, or the body, so it can be useful to tag PRs that one might be interested in as well as commit messages. To expand it to that, though, I want to move it out of my personal account and into a special account. No special privilages are needed other then read-only repository access. Personally I do not think we should try to build the diff set into the commit mechanism itself. The commit mechanism should be as simple and straightforward as possible in order to ensure that we do not accidently introduce a billion bugs or unnecessarily slow down the commit process (think of the very large commits that occassionally must be done). And not everyone wants or needs a diff for every single commit either! -Matt Matthew Dillon :I subscribe to Matt's "enhanced" commit messages that show the diff :as well. I always check the diff after a checkin to check that I checked :in what I though I checked in.. In this case I saw a braino, where :I put a line in the wrong place by 2 lines.. : : :On Mon, 14 Oct 2002, Juli Mallett wrote: : :> * De: Julian Elischer [ Data: 2002-10-14 ] :> [ Subjecte: cvs commit: src/sys/kern kern_switch.c ] :> > julian 2002/10/14 13:43:02 PDT :> > :> > Modified files: :> > sys/kern kern_switch.c :> > Log: :> > Did you ever notice how stupid bugs show up much clearer :> > when you see them in a commit message? :> :> Huh? :> -- :> Juli Mallett | FreeBSD: The Power To Serve :> Will break world for fulltime employment. | finger jmallett@FreeBSD.org :> http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 16:38: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 F073937B401; Mon, 14 Oct 2002 16:38:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A22DE43EAC; Mon, 14 Oct 2002 16:38:42 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ENcgMt097881; Mon, 14 Oct 2002 16:38:42 -0700 (PDT) (envelope-from eric@repoman.freebsd.org) Received: (from eric@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9ENcgve097880; Mon, 14 Oct 2002 16:38:42 -0700 (PDT) Message-Id: <200210142338.g9ENcgve097880@repoman.freebsd.org> From: Eric Melville Date: Mon, 14 Oct 2002 16:38:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gtoaster 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 eric 2002/10/14 16:38:42 PDT Modified files: sysutils/gtoaster Makefile Log: Update epoch. Submitted by: Valentin Zahariev Revision Changes Path 1.7 +1 -0 ports/sysutils/gtoaster/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 16: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 1F5BB37B401; Mon, 14 Oct 2002 16:42:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF94843E75; Mon, 14 Oct 2002 16:42:54 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ENgsMt098400; Mon, 14 Oct 2002 16:42:54 -0700 (PDT) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9ENgsp4098399; Mon, 14 Oct 2002 16:42:54 -0700 (PDT) Message-Id: <200210142342.g9ENgsp4098399@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 14 Oct 2002 16:42:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/ipa Makefile distinfo pkg-descr pkg-plist ports/sysutils/ipa/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 lioux 2002/10/14 16:42:54 PDT Modified files: sysutils/ipa Makefile distinfo pkg-descr pkg-plist sysutils/ipa/files patch-aa Log: Update to 1.2.8 PR: 43465 Submitted by: maintainer Revision Changes Path 1.22 +4 -2 ports/sysutils/ipa/Makefile 1.19 +1 -1 ports/sysutils/ipa/distinfo 1.10 +4 -4 ports/sysutils/ipa/files/patch-aa 1.6 +2 -3 ports/sysutils/ipa/pkg-descr 1.5 +4 -2 ports/sysutils/ipa/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 Oct 14 16: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 2F75F37B401; Mon, 14 Oct 2002 16:58:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5E6743EB2; Mon, 14 Oct 2002 16:58:46 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ENwkMt099181; Mon, 14 Oct 2002 16:58:46 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9ENwkoJ099180; Mon, 14 Oct 2002 16:58:46 -0700 (PDT) Message-Id: <200210142358.g9ENwkoJ099180@repoman.freebsd.org> From: Peter Wemm Date: Mon, 14 Oct 2002 16:58:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xlreg.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/10/14 16:58:46 PDT Modified files: sys/pci if_xlreg.h Log: Turn off the premature locking in xl. The driver tries to use the mutexes as spl replacements, but you cant sleep while holding mutexes. This change has been made on many other drivers. Revision Changes Path 1.37 +6 -0 src/sys/pci/if_xlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 17: 2: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 671E937B401; Mon, 14 Oct 2002 17:02:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A9743E9E; Mon, 14 Oct 2002 17:02:51 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F02oMt099807; Mon, 14 Oct 2002 17:02:50 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F02oMO099806; Mon, 14 Oct 2002 17:02:50 -0700 (PDT) Message-Id: <200210150002.g9F02oMO099806@repoman.freebsd.org> From: Peter Wemm Date: Mon, 14 Oct 2002 17:02:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include pcb.h src/sys/i386/include pcb.h src/sys/ia64/include pcb.h src/sys/powerpc/include pcb.h src/sys/sparc64/include pcb.h src/sys/sys user.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/10/14 17:02:50 PDT Modified files: sys/alpha/include pcb.h sys/i386/include pcb.h sys/ia64/include pcb.h sys/powerpc/include pcb.h sys/sparc64/include pcb.h sys/sys user.h Log: The a.out md_coredump stuff isn't referenced anywhere anymore, and hasn't been filled in for ages.. Nuked. Revision Changes Path 1.8 +0 -10 src/sys/alpha/include/pcb.h 1.48 +0 -10 src/sys/i386/include/pcb.h 1.10 +0 -7 src/sys/ia64/include/pcb.h 1.6 +0 -5 src/sys/powerpc/include/pcb.h 1.11 +0 -3 src/sys/sparc64/include/pcb.h 1.51 +1 -2 src/sys/sys/user.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 17: 3: 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 153AD37B404; Mon, 14 Oct 2002 17:02:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA3A043E9E; Mon, 14 Oct 2002 17:02:51 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F02pMt099840; Mon, 14 Oct 2002 17:02:51 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F02pi9099839; Mon, 14 Oct 2002 17:02:51 -0700 (PDT) Message-Id: <200210150002.g9F02pi9099839@repoman.freebsd.org> From: John Baldwin Date: Mon, 14 Oct 2002 17:02:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa isa_common.c isavar.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/10/14 17:02:51 PDT Modified files: sys/isa isa_common.c isavar.h Log: - Use __BUS_ACCESSOR() to define the ISA ivar accessor functions instead of homerolling our own version. - Rename the enum for memsize from ISA_IVAR_MSIZE to ISA_IVAR_MEMSIZE since using 'MSIZE' in the macro invocation of ISA_ACCESSOR() conflicts with the 'MSIZE' kernel option. The accessor function is still isa_get_msize(). Revision Changes Path 1.32 +4 -4 src/sys/isa/isa_common.c 1.24 +6 -18 src/sys/isa/isavar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 17: 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 C702A37B404; Mon, 14 Oct 2002 17:03:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C27643EAC; Mon, 14 Oct 2002 17:03:41 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F03fMt099890; Mon, 14 Oct 2002 17:03:41 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F03fBB099889; Mon, 14 Oct 2002 17:03:41 -0700 (PDT) Message-Id: <200210150003.g9F03fBB099889@repoman.freebsd.org> From: John Baldwin Date: Mon, 14 Oct 2002 17:03:41 -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/10/14 17:03:41 PDT Modified files: sys/kern kern_descrip.c Log: Remove the leaderp variable and just access p_leader directly. The p_leader field is not protected by the proc lock but is only set during fork1() by the parent process and never changes. Revision Changes Path 1.163 +3 -12 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 Mon Oct 14 17: 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 EF5B037B401; Mon, 14 Oct 2002 17:06:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF88343EA9; Mon, 14 Oct 2002 17:06:13 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F06DMt000224; Mon, 14 Oct 2002 17:06:13 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F06DnE000223; Mon, 14 Oct 2002 17:06:13 -0700 (PDT) Message-Id: <200210150006.g9F06DnE000223@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 14 Oct 2002 17:06:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome screenshots.sgml www/en/gnome/images Makefile ss7-tn.png ss7.png ss8-tn.png ss8.png X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/14 17:06:13 PDT Modified files: en/gnome screenshots.sgml en/gnome/images Makefile Added files: en/gnome/images ss7-tn.png ss7.png ss8-tn.png ss8.png Log: Add some new GNOME 2.1 screenshots with their thumbnails. Screenshots were Submitted by: Franz Klammer Revision Changes Path 1.7 +5 -1 www/en/gnome/images/Makefile 1.1 +311 -0 www/en/gnome/images/ss7-tn.png (new) 1.1 +875 -0 www/en/gnome/images/ss7.png (new) 1.1 +442 -0 www/en/gnome/images/ss8-tn.png (new) 1.1 +1955 -0 www/en/gnome/images/ss8.png (new) 1.14 +15 -1 www/en/gnome/screenshots.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 17: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 74CD937B401; Mon, 14 Oct 2002 17:14:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 358E643EAF; Mon, 14 Oct 2002 17:14:33 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F0EXMt000883; Mon, 14 Oct 2002 17:14:33 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F0EWcx000882; Mon, 14 Oct 2002 17:14:32 -0700 (PDT) Message-Id: <200210150014.g9F0EWcx000882@repoman.freebsd.org> From: John Baldwin Date: Mon, 14 Oct 2002 17:14:32 -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 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 jhb 2002/10/14 17:14:32 PDT Modified files: sys/kern kern_exit.c kern_fork.c kern_proc.c sys/sys proc.h Log: - Add a new global mutex 'ppeers_lock' to protect the p_peers list of processes forked with RFTHREAD. - Use a goto to a label for common code when exiting from fork1() in case of an error. - Move the RFTHREAD linkage setup code later in fork since the ppeers_lock cannot be locked while holding a proc lock. Handle the race of a task leader exiting and killing its peers while a peer is forking a new child. In that case, go ahead and let the peer process proceed normally as the parent is about to kill it. However, the task leader may have already gone to sleep to wait for the peers to die, so the new child process may not receive a SIGKILL from the task leader. Rather than try to destruct the new child process, just go ahead and send it a SIGKILL directly and add it to the p_peers list. This ensures that the task leader will wait until both the peer process doing the fork() and the new child process have received their KILL signals and exited. Discussed with: truckman (earlier versions) Revision Changes Path 1.184 +6 -6 src/sys/kern/kern_exit.c 1.171 +50 -38 src/sys/kern/kern_fork.c 1.162 +2 -0 src/sys/kern/kern_proc.c 1.271 +3 -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 Mon Oct 14 17: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 AB33537B401; Mon, 14 Oct 2002 17:40:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D63F43EB7; Mon, 14 Oct 2002 17:40:53 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F0erMt002539; Mon, 14 Oct 2002 17:40:53 -0700 (PDT) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F0erKP002538; Mon, 14 Oct 2002 17:40:53 -0700 (PDT) Message-Id: <200210150040.g9F0erKP002538@repoman.freebsd.org> From: Mike Barcroft Date: Mon, 14 Oct 2002 17:40:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys _types.h types.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/10/14 17:40:53 PDT Modified files: sys/sys _types.h types.h Log: Move details of key_t to , so that it can be typedef'd in more than just . Revision Changes Path 1.9 +1 -0 src/sys/sys/_types.h 1.76 +5 -1 src/sys/sys/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 18: 0:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (unknown [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFE2337B401; Mon, 14 Oct 2002 18:00:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F26243EB1; Mon, 14 Oct 2002 18:00:15 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F10FMt003665; Mon, 14 Oct 2002 18:00:15 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F10EKr003656; Mon, 14 Oct 2002 18:00:14 -0700 (PDT) Message-Id: <200210150100.g9F10EKr003656@repoman.freebsd.org> From: Garance A Drosehn Date: Mon, 14 Oct 2002 18:00:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpc movejobs.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 gad 2002/10/14 18:00:14 PDT Modified files: usr.sbin/lpr/lpc movejobs.c Log: Several commit logs point here saying "More details on the new 'lpc topq' are in the log message for revision 1.2 of lpc/movejobs.c". However, those details were mistakenly force-committed as revision 1.2 of common_source/matchjobs.c. This forced-commit is just to add the expected revision 1.2 here, as a pointer to the actual details. See http://cvsweb.freebsd.org/src/usr.sbin/lpr/common_source/matchjobs.c , revision 1.2. Revision Changes Path 1.2 +0 -0 src/usr.sbin/lpr/lpc/movejobs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 18: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 12AB837B401; Mon, 14 Oct 2002 18:19:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B72AA43EAA; Mon, 14 Oct 2002 18:19:48 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F1JmMt004890; Mon, 14 Oct 2002 18:19:48 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F1JmMq004889; Mon, 14 Oct 2002 18:19:48 -0700 (PDT) Message-Id: <200210150119.g9F1JmMq004889@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 14 Oct 2002 18:19:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/porteasy Makefile ports/misc/porteasy/src porteasy.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/14 18:19:48 PDT Modified files: misc/porteasy Makefile misc/porteasy/src porteasy.pl Log: Prevent infinite loop in master port detection code. Revision Changes Path 1.21 +1 -1 ports/misc/porteasy/Makefile 1.26 +10 -4 ports/misc/porteasy/src/porteasy.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 18:36: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 D14DE37B401; Mon, 14 Oct 2002 18:36:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAA4A43E91; Mon, 14 Oct 2002 18:36:45 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F1ajMt006171; Mon, 14 Oct 2002 18:36:45 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F1ajmU006170; Mon, 14 Oct 2002 18:36:45 -0700 (PDT) Message-Id: <200210150136.g9F1ajmU006170@repoman.freebsd.org> From: Peter Wemm Date: Mon, 14 Oct 2002 18:36:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern syscalls.master X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/14 18:36:45 PDT Modified files: sys/kern syscalls.master Log: Restore pointer that was removed in 1.128. This wasn't a merge-o. Revision Changes Path 1.129 +4 -0 src/sys/kern/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 18:38: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 6968237B401; Mon, 14 Oct 2002 18:38:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C6F443E8A; Mon, 14 Oct 2002 18:38:30 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F1cTMt006264; Mon, 14 Oct 2002 18:38:29 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F1cTBi006263; Mon, 14 Oct 2002 18:38:29 -0700 (PDT) Message-Id: <200210150138.g9F1cTBi006263@repoman.freebsd.org> From: Alan Eldridge Date: Mon, 14 Oct 2002 18:38:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cups-pstoraster 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/10/14 18:38:29 PDT Modified files: print/cups-pstoraster Makefile Log: Found the problem. If it found a glib, which would only be a non-ports glib, it would try to build Omni(?) drivers. We turn that off at config time and no more problem. PR: 43845 Revision Changes Path 1.3 +2 -1 ports/print/cups-pstoraster/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 18: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 C0CED37B401; Mon, 14 Oct 2002 18:45:18 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BAE643E91; Mon, 14 Oct 2002 18:45:17 -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 g9F1ijOo086353; Mon, 14 Oct 2002 21:44:45 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 14 Oct 2002 21:44:44 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern syscalls.master In-Reply-To: <200210150136.g9F1ajmU006170@repoman.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 Now you have the comment in there twice again; I removed the second one last time because you left the '+'s in front of the lines, resulting in a syntax error. You didn't re-add the '+'s this time at least :-) Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Mon, 14 Oct 2002, Peter Wemm wrote: > peter 2002/10/14 18:36:45 PDT > > Modified files: > sys/kern syscalls.master > Log: > Restore pointer that was removed in 1.128. This wasn't a merge-o. > > Revision Changes Path > 1.129 +4 -0 src/sys/kern/syscalls.master > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 18:50: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 60F3A37B401; Mon, 14 Oct 2002 18:50:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1254643EB3; Mon, 14 Oct 2002 18:50:10 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F1o9Mt007103; Mon, 14 Oct 2002 18:50:09 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F1o990007102; Mon, 14 Oct 2002 18:50:09 -0700 (PDT) Message-Id: <200210150150.g9F1o990007102@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 14 Oct 2002 18:50:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci agp_amd.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/10/14 18:50:09 PDT Modified files: sys/pci agp_amd.c Log: Fix previous commit: Don't cast integral types to pointers to print them with %p. Cast to unsigned long and print with %#lx. Discussed with: bde Revision Changes Path 1.12 +2 -2 src/sys/pci/agp_amd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 19:28: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 8329237B401; Mon, 14 Oct 2002 19:28:37 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FC9543EAA; Mon, 14 Oct 2002 19:28:36 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id A1D4D814A7; Tue, 15 Oct 2002 11:58:33 +0930 (CST) Date: Tue, 15 Oct 2002 11:58:33 +0930 From: Greg 'groggy' Lehey To: Julian Elischer Cc: Juli Mallett , Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_switch.c Message-ID: <20021015022833.GR31388@wantadilla.lemis.com> References: <20021014142335.A9157@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Monday, 14 October 2002 at 15:14:28 -0700, Julian Elischer wrote: > On Mon, 14 Oct 2002, Juli Mallett wrote: > >> * De: Julian Elischer [ Data: 2002-10-14 ] >> [ Subjecte: cvs commit: src/sys/kern kern_switch.c ] >>> julian 2002/10/14 13:43:02 PDT >>> >>> Modified files: >>> sys/kern kern_switch.c >>> Log: >>> Did you ever notice how stupid bugs show up much clearer >>> when you see them in a commit message? >> >> Huh? > > I subscribe to Matt's "enhanced" commit messages that show the diff > as well. I always check the diff after a checkin to check that I checked > in what I though I checked in.. That doesn't help much if you're reading commit logs some time after the event. 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 Mon Oct 14 20:35: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 A934A37B401; Mon, 14 Oct 2002 20:35:36 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FB8543E7B; Mon, 14 Oct 2002 20:35:36 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 57C572A88D; Mon, 14 Oct 2002 20:35:36 -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: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern syscalls.master In-Reply-To: Date: Mon, 14 Oct 2002 20:35:36 -0700 From: Peter Wemm Message-Id: <20021015033536.57C572A88D@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: > Now you have the comment in there twice again; I removed the second one > last time because you left the '+'s in front of the lines, resulting in a > syntax error. You didn't re-add the '+'s this time at least :-) If it bothers you, feel free to remove the one from the beginning of the file. Those were the ones I added at the last minute and fubared world. But the request needs to be right there at the place that new syscalls are added or the reminder will be pointless since a comment on the second page of the file will not be seen in the usual case when somebody who has read this file 50 times already goes to get a new syscall number. 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 Oct 14 21:11: 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 2D0C137B401; Mon, 14 Oct 2002 21:10:59 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 639F143E7B; Mon, 14 Oct 2002 21:10:58 -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 g9F4AROo091953; Tue, 15 Oct 2002 00:10:27 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Tue, 15 Oct 2002 00:10:27 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern syscalls.master In-Reply-To: <20021015033536.57C572A88D@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 On Mon, 14 Oct 2002, Peter Wemm wrote: > Robert Watson wrote: > > Now you have the comment in there twice again; I removed the second one > > last time because you left the '+'s in front of the lines, resulting in a > > syntax error. You didn't re-add the '+'s this time at least :-) > > If it bothers you, feel free to remove the one from the beginning of the > file. Those were the ones I added at the last minute and fubared world. > > But the request needs to be right there at the place that new syscalls > are added or the reminder will be pointless since a comment on the > second page of the file will not be seen in the usual case when somebody > who has read this file 50 times already goes to get a new syscall > number. Agreed. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 21: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 7152537B401; Mon, 14 Oct 2002 21:11:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EA9343E8A; Mon, 14 Oct 2002 21:11:38 -0700 (PDT) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F4BbMt017025; Mon, 14 Oct 2002 21:11:37 -0700 (PDT) (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F4Bbch017024; Mon, 14 Oct 2002 21:11:37 -0700 (PDT) Message-Id: <200210150411.g9F4Bbch017024@repoman.freebsd.org> From: Cy Schubert Date: Mon, 14 Oct 2002 21:11:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/tripwire Makefile ports/security/tripwire/files patch-src::STLport-4.0::src::num_put_float.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 cy 2002/10/14 21:11:37 PDT Modified files: security/tripwire Makefile Added files: security/tripwire/files patch-src::STLport-4.0::src::num_put_float.cpp Log: Fix a build bug in recent -STABLE. Submitted by: Jan Demter Revision Changes Path 1.16 +1 -0 ports/security/tripwire/Makefile 1.1 +11 -0 ports/security/tripwire/files/patch-src::STLport-4.0::src::num_put_float.cpp (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 21:25: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 9B9AE37B401; Mon, 14 Oct 2002 21:25:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3464C43E9E; Mon, 14 Oct 2002 21:25:20 -0700 (PDT) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F4PJMt017948; Mon, 14 Oct 2002 21:25:19 -0700 (PDT) (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F4PJJq017947; Mon, 14 Oct 2002 21:25:19 -0700 (PDT) Message-Id: <200210150425.g9F4PJJq017947@repoman.freebsd.org> From: Cy Schubert Date: Mon, 14 Oct 2002 21:25:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/security Makefile ports/security/krb5-beta Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/krb5-beta/files README.FreeBSD patch-ac patch-ad patch-ae patch-af patch-ai 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 cy 2002/10/14 21:25:19 PDT Modified files: . modules security Makefile Removed files: security/krb5-beta Makefile distinfo pkg-comment pkg-descr pkg-plist security/krb5-beta/files README.FreeBSD patch-ac patch-ad patch-ae patch-af patch-ai patch-aj patch-appl::bsd::Makefile.in patch-appl::bsd::klogind.M patch-appl::telnet::telnetd::Makefile.in patch-appl::telnet::telnetd::telnetd.8 patch-appl::telnet::telnetd::utility.c patch-as patch-at patch-av patch-ax patch-ay patch-ba patch-bb Log: MIT KRB5 1.2.6 has been GA for some time. Remove the beta. Revision Changes Path 1.6087 +0 -1 CVSROOT/modules 1.341 +0 -1 ports/security/Makefile 1.9 +0 -134 ports/security/krb5-beta/Makefile (dead) 1.9 +0 -1 ports/security/krb5-beta/distinfo (dead) 1.6 +0 -32 ports/security/krb5-beta/files/README.FreeBSD (dead) 1.6 +0 -13 ports/security/krb5-beta/files/patch-ac (dead) 1.6 +0 -13 ports/security/krb5-beta/files/patch-ad (dead) 1.6 +0 -13 ports/security/krb5-beta/files/patch-ae (dead) 1.6 +0 -13 ports/security/krb5-beta/files/patch-af (dead) 1.6 +0 -28 ports/security/krb5-beta/files/patch-ai (dead) 1.6 +0 -19 ports/security/krb5-beta/files/patch-aj (dead) 1.6 +0 -11 ports/security/krb5-beta/files/patch-appl::bsd::Makefile.in (dead) 1.6 +0 -34 ports/security/krb5-beta/files/patch-appl::bsd::klogind.M (dead) 1.6 +0 -11 ports/security/krb5-beta/files/patch-appl::telnet::telnetd::Makefile.in (dead) 1.6 +0 -22 ports/security/krb5-beta/files/patch-appl::telnet::telnetd::telnetd.8 (dead) 1.6 +0 -38 ports/security/krb5-beta/files/patch-appl::telnet::telnetd::utility.c (dead) 1.6 +0 -199 ports/security/krb5-beta/files/patch-as (dead) 1.6 +0 -14 ports/security/krb5-beta/files/patch-at (dead) 1.6 +0 -15 ports/security/krb5-beta/files/patch-av (dead) 1.6 +0 -11 ports/security/krb5-beta/files/patch-ax (dead) 1.6 +0 -50 ports/security/krb5-beta/files/patch-ay (dead) 1.6 +0 -81 ports/security/krb5-beta/files/patch-ba (dead) 1.6 +0 -10 ports/security/krb5-beta/files/patch-bb (dead) 1.6 +0 -1 ports/security/krb5-beta/pkg-comment (dead) 1.6 +0 -24 ports/security/krb5-beta/pkg-descr (dead) 1.6 +0 -125 ports/security/krb5-beta/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 Oct 14 21:38: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 CCCDD37B401; Mon, 14 Oct 2002 21:38:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82C6C43EAA; Mon, 14 Oct 2002 21:38:40 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F4ceMt018699; Mon, 14 Oct 2002 21:38:40 -0700 (PDT) (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F4cekh018698; Mon, 14 Oct 2002 21:38:40 -0700 (PDT) Message-Id: <200210150438.g9F4cekh018698@repoman.freebsd.org> From: Matt Jacob Date: Mon, 14 Oct 2002 21:38: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 mjacob 2002/10/14 21:38:40 PDT Modified files: sys/conf NOTES Log: Enable mpt && ISP_TARGET_MODE in isp (for Lint purposes) Revision Changes Path 1.1096 +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 Mon Oct 14 22:40: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 29A6737B401; Mon, 14 Oct 2002 22:40:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E145243EC2; Mon, 14 Oct 2002 22:40:07 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F5e7Mt022616; Mon, 14 Oct 2002 22:40:07 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F5e7ls022614; Mon, 14 Oct 2002 22:40:07 -0700 (PDT) Message-Id: <200210150540.g9F5e7ls022614@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 14 Oct 2002 22:40:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 elf_machdep.c src/sys/kern link_elf.c src/sys/sys linker.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 marcel 2002/10/14 22:40:07 PDT Modified files: sys/ia64/ia64 elf_machdep.c sys/kern link_elf.c sys/sys linker.h Log: Fix kernel module loading on ia64. Cross-module function calls were improperly relocated due to faulty logic in lookup_fdesc() in elf_machdep.c. The symbol index (symidx) was bogusly used for load modules other than the one the relocation applied to. This resulted in bogus bindings and consequently runtime failures. The fix is to use the symbol index only for the module being relocated and to use the symbol name for look-ups in the modules in the dependent list. As such, we need a function to return the symbol name given the linker file and symbol index. Revision Changes Path 1.7 +11 -4 src/sys/ia64/ia64/elf_machdep.c 1.63 +12 -0 src/sys/kern/link_elf.c 1.33 +1 -0 src/sys/sys/linker.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 22: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 0B5EF37B401; Mon, 14 Oct 2002 22:50:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1A5E43EA9; Mon, 14 Oct 2002 22:50:31 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F5oVMt023580; Mon, 14 Oct 2002 22:50:31 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F5oVhd023578; Mon, 14 Oct 2002 22:50:31 -0700 (PDT) Message-Id: <200210150550.g9F5oVhd023578@repoman.freebsd.org> From: Alan Eldridge Date: Mon, 14 Oct 2002 22:50:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/autoconf254 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 alane 2002/10/14 22:50:31 PDT Modified files: devel/autoconf254 Makefile distinfo Log: Update distinfo and Makefile to 2.54. Mark as BROKEN, BORKED, and FORBIDDEN. Undef NO_IGNORE so that people have to abide by it. Revision Changes Path 1.36 +9 -2 ports/devel/autoconf254/Makefile 1.12 +1 -1 ports/devel/autoconf254/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 22:53: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 B208437B401; Mon, 14 Oct 2002 22:53:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6584E43EA9; Mon, 14 Oct 2002 22:53:27 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F5rRMt023867; Mon, 14 Oct 2002 22:53:27 -0700 (PDT) (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F5rRv7023866; Mon, 14 Oct 2002 22:53:27 -0700 (PDT) Message-Id: <200210150553.g9F5rRv7023866@repoman.freebsd.org> From: Kevin Lo Date: Mon, 14 Oct 2002 22:53:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/docbook-xml 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 kevlo 2002/10/14 22:53:27 PDT Modified files: textproc/docbook-xml Makefile Log: Add one ftp site. Approved by: MAINTAINER Revision Changes Path 1.18 +2 -1 ports/textproc/docbook-xml/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 22:55: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 5E51F37B401; Mon, 14 Oct 2002 22:55:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 104AD43EB7; Mon, 14 Oct 2002 22:55:38 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F5tbMt023972; Mon, 14 Oct 2002 22:55:37 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F5tbqI023971; Mon, 14 Oct 2002 22:55:37 -0700 (PDT) Message-Id: <200210150555.g9F5tbqI023971@repoman.freebsd.org> From: Alan Eldridge Date: Mon, 14 Oct 2002 22:55:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/automake17 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/10/14 22:55:37 PDT Modified files: devel/automake17 Makefile Log: Undef NO_IGNORE. Mark as BORKED, BROKEN, and FORBIDDEN. Revision Changes Path 1.27 +6 -1 ports/devel/automake17/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 22:57: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 0AAD437B401; Mon, 14 Oct 2002 22:57:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3D7F43E9C; Mon, 14 Oct 2002 22:57:41 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F5vfMt024044; Mon, 14 Oct 2002 22:57:41 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F5vfde024043; Mon, 14 Oct 2002 22:57:41 -0700 (PDT) Message-Id: <200210150557.g9F5vfde024043@repoman.freebsd.org> From: Alan Eldridge Date: Mon, 14 Oct 2002 22:57:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/10/14 22:57:41 PDT Modified files: devel Makefile Log: add dirs for autoconf254, automake17 Revision Changes Path 1.952 +2 -0 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 22:58: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 7760C37B401; Mon, 14 Oct 2002 22:58:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AE3E43E97; Mon, 14 Oct 2002 22:58:50 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F5wnMt024110; Mon, 14 Oct 2002 22:58:49 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F5wndY024109; Mon, 14 Oct 2002 22:58:49 -0700 (PDT) Message-Id: <200210150558.g9F5wndY024109@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 Oct 2002 22:58:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/serveez 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/10/14 22:58:49 PDT Modified files: net/serveez Makefile distinfo pkg-plist Log: upgrade to 0.1.4 Revision Changes Path 1.3 +4 -3 ports/net/serveez/Makefile 1.2 +1 -1 ports/net/serveez/distinfo 1.3 +2 -0 ports/net/serveez/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 Oct 14 22:59: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 318E137B401; Mon, 14 Oct 2002 22:59:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB77643EA3; Mon, 14 Oct 2002 22:59:36 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F5xaMt024147; Mon, 14 Oct 2002 22:59:36 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F5xaX3024146; Mon, 14 Oct 2002 22:59:36 -0700 (PDT) Message-Id: <200210150559.g9F5xaX3024146@repoman.freebsd.org> From: Alan Eldridge Date: Mon, 14 Oct 2002 22:59: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 alane 2002/10/14 22:59:36 PDT Modified files: . modules Log: added modules for autoconf254, automake17 Revision Changes Path 1.6088 +2 -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 Oct 14 23:16: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 7721637B401; Mon, 14 Oct 2002 23:16:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 264B043EAA; Mon, 14 Oct 2002 23:16:35 -0700 (PDT) (envelope-from yoichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F6GYMt025412; Mon, 14 Oct 2002 23:16:34 -0700 (PDT) (envelope-from yoichi@repoman.freebsd.org) Received: (from yoichi@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F6GY3P025411; Mon, 14 Oct 2002 23:16:34 -0700 (PDT) Message-Id: <200210150616.g9F6GY3P025411@repoman.freebsd.org> From: Yoichi NAKAYAMA Date: Mon, 14 Oct 2002 23:16:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/liece Makefile distinfo ports/irc/liece/files patch-lisp:liece-emacs.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/10/14 23:16:34 PDT Modified files: irc/liece Makefile distinfo Removed files: irc/liece/files patch-lisp:liece-emacs.el Log: Update to 1.4.10 (Bug fix release). Revision Changes Path 1.14 +2 -1 ports/irc/liece/Makefile 1.6 +1 -1 ports/irc/liece/distinfo 1.2 +0 -10 ports/irc/liece/files/patch-lisp:liece-emacs.el (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 23:24: 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 6E9C337B401; Mon, 14 Oct 2002 23:24:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2421443EA9; Mon, 14 Oct 2002 23:24:03 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F6O2Mt025964; Mon, 14 Oct 2002 23:24:02 -0700 (PDT) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F6O28E025963; Mon, 14 Oct 2002 23:24:02 -0700 (PDT) Message-Id: <200210150624.g9F6O28E025963@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 14 Oct 2002 23:24:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/licq Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/10/14 23:24:02 PDT Modified files: net/licq Makefile Log: workaround for installed autoconf/automake grief PR: 42585,42654 Revision Changes Path 1.42 +4 -0 ports/net/licq/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 23:39: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 9D44237B401 for ; Mon, 14 Oct 2002 23:39:38 -0700 (PDT) Received: from scribble.fsn.hu (scribble.fsn.hu [193.224.40.95]) by mx1.FreeBSD.org (Postfix) with SMTP id 4CF8E43EAF for ; Mon, 14 Oct 2002 23:39:36 -0700 (PDT) (envelope-from bra@fsn.hu) Received: (qmail 19155 invoked by uid 1000); 15 Oct 2002 06:39:37 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 15 Oct 2002 06:39:37 -0000 Date: Tue, 15 Oct 2002 08:39:37 +0200 (CEST) From: Attila Nagy To: Matthew Dillon Cc: cvs-committers@FreeBSD.ORG, Subject: Re: cvs commit: src/sys/kern kern_switch.c In-Reply-To: <200210142336.g9ENaNXY005679@apollo.backplane.com> Message-ID: References: <200210142336.g9ENaNXY005679@apollo.backplane.com> 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 Hello, [diffs in the mail] > This feature is available to everyone via their freefall account. > Only a couple of people are using it but I personally find it > extremely useful. The filter picks out the commits I might be > interested in, I can delete the ones out of that set that do not > interest me at the time, and it's a no-brainer to give the rest a once > over. It's been rather enlightening, in fact. BTW, is there any way to get this functionality without being a FreeBSD committer? Maybe a CVS-extended list without any archives to save space? Or is this a do it yourself stuff? :) ----------[ Free Software ISOs - http://www.fsn.hu/?f=download ]---------- Attila Nagy e-mail: Attila.Nagy@fsn.hu Free Software Network (FSN.HU) phone @work: +361 210 1415 (194) cell.: +3630 306 6758 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 23:50: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 6B71C37B401; Mon, 14 Oct 2002 23:50:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AB1C43EB1; Mon, 14 Oct 2002 23:50:51 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F6ooMt027724; Mon, 14 Oct 2002 23:50:50 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F6oo5k027722; Mon, 14 Oct 2002 23:50:50 -0700 (PDT) Message-Id: <200210150650.g9F6oo5k027722@repoman.freebsd.org> From: Alan Eldridge Date: Mon, 14 Oct 2002 23:50:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/automake17 Makefile distinfo ports/devel/automake17/files patch-Makefile.in patch-aa patch-ab patch-aclocal.in patch-ad patch-automake.texi X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/14 23:50:50 PDT Modified files: devel/automake17 Makefile distinfo Added files: devel/automake17/files patch-Makefile.in patch-aclocal.in patch-automake.texi Removed files: devel/automake17/files patch-aa patch-ab patch-ad Log: 1. Renamed patch files. 2. Updated version & distinfo. Revision Changes Path 1.28 +3 -2 ports/devel/automake17/Makefile 1.10 +1 -1 ports/devel/automake17/distinfo 1.1 +11 -0 ports/devel/automake17/files/patch-Makefile.in (new) 1.7 +0 -25 ports/devel/automake17/files/patch-aa (dead) 1.8 +0 -11 ports/devel/automake17/files/patch-ab (dead) 1.1 +48 -0 ports/devel/automake17/files/patch-aclocal.in (new) 1.7 +0 -48 ports/devel/automake17/files/patch-ad (dead) 1.1 +25 -0 ports/devel/automake17/files/patch-automake.texi (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 23: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 6350137B401; Mon, 14 Oct 2002 23:52:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26B7343EAF; Mon, 14 Oct 2002 23:52:35 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F6qYMt027864; Mon, 14 Oct 2002 23:52:34 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F6qYnr027863; Mon, 14 Oct 2002 23:52:34 -0700 (PDT) Message-Id: <200210150652.g9F6qYnr027863@repoman.freebsd.org> From: Alan Eldridge Date: Mon, 14 Oct 2002 23:52:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/automake/files patch-Makefile.in patch-aa patch-ab patch-aclocal.in patch-ad patch-automake.texi X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/14 23:52:34 PDT Added files: devel/automake/files patch-Makefile.in patch-aclocal.in patch-automake.texi Removed files: devel/automake/files patch-aa patch-ab patch-ad Log: Renamed patch files to sensible names. Revision Changes Path 1.1 +11 -0 ports/devel/automake/files/patch-Makefile.in (new) 1.7 +0 -25 ports/devel/automake/files/patch-aa (dead) 1.8 +0 -11 ports/devel/automake/files/patch-ab (dead) 1.1 +48 -0 ports/devel/automake/files/patch-aclocal.in (new) 1.7 +0 -48 ports/devel/automake/files/patch-ad (dead) 1.1 +25 -0 ports/devel/automake/files/patch-automake.texi (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 23:55: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 3DC0237B401; Mon, 14 Oct 2002 23:55:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4B5543EAC; Mon, 14 Oct 2002 23:55:52 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F6tqMt027979; Mon, 14 Oct 2002 23:55:52 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F6tqwX027978; Mon, 14 Oct 2002 23:55:52 -0700 (PDT) Message-Id: <200210150655.g9F6tqwX027978@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 Oct 2002 23:55:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/sfront 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/10/14 23:55:52 PDT Modified files: audio/sfront Makefile distinfo Log: upgrade to 0.85 Revision Changes Path 1.9 +1 -1 ports/audio/sfront/Makefile 1.7 +1 -1 ports/audio/sfront/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 14 23: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 7734D37B401; Mon, 14 Oct 2002 23:56:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 299CE43E77; Mon, 14 Oct 2002 23:56:44 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F6uhMt028029; Mon, 14 Oct 2002 23:56:43 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F6uhUW028028; Mon, 14 Oct 2002 23:56:43 -0700 (PDT) Message-Id: <200210150656.g9F6uhUW028028@repoman.freebsd.org> From: Alan Eldridge Date: Mon, 14 Oct 2002 23:56:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/poc 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/10/14 23:56:43 PDT Modified files: security/poc Makefile Log: Added USE_GMAKE to Makefile to unbreak build. PR: 44067 Approved by: maintainer Revision Changes Path 1.3 +1 -0 ports/security/poc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 0:21: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 C0D9437B401; Tue, 15 Oct 2002 00:21:46 -0700 (PDT) Received: from mailreg.NCTU.edu.tw (mailreg.NCTU.edu.tw [140.113.27.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA44043E65; Tue, 15 Oct 2002 00:21:42 -0700 (PDT) (envelope-from ijliao@terry.dorm11.nctu.edu.tw) Received: from terry.dorm11.nctu.edu.tw (Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by mailreg.NCTU.edu.tw (Postfix) with ESMTP id 3F9605941AE; Tue, 15 Oct 2002 14:57:24 +0800 (CST) Received: by terry.dorm11.nctu.edu.tw (Postfix, from userid 1000) id EFD903D37; Tue, 15 Oct 2002 14:57:25 +0800 (CST) Date: Tue, 15 Oct 2002 14:57:25 +0800 From: Ying-Chieh Liao To: Alan Eldridge Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/automake/files patch-Makefile.in patch-aa patch-ab patch-aclocal.in patch-ad patch-automake.texi Message-ID: <20021015065725.GA62934@terry.dragon2.net> References: <200210150652.g9F6qYnr027863@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline In-Reply-To: <200210150652.g9F6qYnr027863@repoman.freebsd.org> X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 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 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Oct 14, 2002 at 23:52:34 -0700, Alan Eldridge wrote: > Added files: > devel/automake/files patch-Makefile.in patch-aclocal.in > patch-automake.texi > Removed files: > devel/automake/files patch-aa patch-ab patch-ad > Log: > Renamed patch files to sensible names. why not repo-copy ? -- int i;main(){for(;i["] From: Motoyuki Konno Date: Tue, 15 Oct 2002 00:31:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xmulti/files patch-locale:mywchar.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 motoyuki 2002/10/15 00:31:44 PDT Added files: games/xmulti/files patch-locale:mywchar.h Log: Fix build error on 5-current. Revision Changes Path 1.1 +12 -0 ports/games/xmulti/files/patch-locale:mywchar.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 0: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 87B7237B401; Tue, 15 Oct 2002 00:35:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CA8443E9C; Tue, 15 Oct 2002 00:35:47 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F7ZlMt030547; Tue, 15 Oct 2002 00:35:47 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F7Zk3b030546; Tue, 15 Oct 2002 00:35:46 -0700 (PDT) Message-Id: <200210150735.g9F7Zk3b030546@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 15 Oct 2002 00:35:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/png 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 ache 2002/10/15 00:35:46 PDT Modified files: graphics/png Makefile distinfo Log: Upgrade to 1.2.5 Revision Changes Path 1.54 +1 -1 ports/graphics/png/Makefile 1.24 +1 -1 ports/graphics/png/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 0:39: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 5A41F37B401; Tue, 15 Oct 2002 00:39:26 -0700 (PDT) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D26A43EA3; Tue, 15 Oct 2002 00:39:25 -0700 (PDT) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (alane@localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9F7cjj4089959; Tue, 15 Oct 2002 03:38:45 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9F7cjtK089958; Tue, 15 Oct 2002 03:38:45 -0400 (EDT) (envelope-from alane) Date: Tue, 15 Oct 2002 03:38:43 -0400 From: AlanE To: Ying-Chieh Liao Cc: Alan Eldridge , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/automake/files patch-Makefile.in patch-aa patch-ab patch-aclocal.in patch-ad patch-automake.texi Message-ID: <20021015073843.GA89745@wwweasel.geeksrus.net> Reply-To: alane@FreeBSD.org References: <200210150652.g9F6qYnr027863@repoman.freebsd.org> <20021015065725.GA62934@terry.dragon2.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021015065725.GA62934@terry.dragon2.net> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. 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, Oct 15, 2002 at 02:57:25PM +0800, Ying-Chieh Liao wrote: >On Mon, Oct 14, 2002 at 23:52:34 -0700, Alan Eldridge wrote: >> Added files: >> devel/automake/files patch-Makefile.in patch-aclocal.in >> patch-automake.texi >> Removed files: >> devel/automake/files patch-aa patch-ab patch-ad >> Log: >> Renamed patch files to sensible names. > >why not repo-copy ? For three patch files I didn't think it was worth it. I'm doing the same thing in the autoconf ports. None have much history, and what history is/was there isn't terribly relevant... that is, not like Makefile changes etc. It really comes down to a judgement call, and I'm the maintainer of the whole auto* pile of , and if I don't see any value in it, then it's not worth the bother to myself and to the others involved. -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 1:24: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 DFDBE37B401; Tue, 15 Oct 2002 01:24:13 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF3AD43EB1; Tue, 15 Oct 2002 01:24:12 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.10) id 181Mzr-000Ei4-00; Tue, 15 Oct 2002 10:24:11 +0200 Date: Tue, 15 Oct 2002 10:24:11 +0200 From: Sheldon Hearn To: Geoff Rehmet Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules Message-ID: <20021015082411.GK54759@starjuice.net> Mail-Followup-To: Geoff Rehmet , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200210142044.g9EKipKV085894@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210142044.g9EKipKV085894@repoman.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 (2002/10/14 13:44), Geoff Rehmet wrote: > csgr 2002/10/14 13:44:51 PDT > > Modified files: > . modules > Log: > Added module for unionfs Ooo! Does that mean you're working on it? :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 2: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 99E6337B401; Tue, 15 Oct 2002 02:20:02 -0700 (PDT) Received: from mailf.telia.com (mailf.telia.com [194.22.194.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD60543EAA; Tue, 15 Oct 2002 02:19:59 -0700 (PDT) (envelope-from anders@sushi.sanyusan.se) Received: from d1o283.telia.com (d1o283.telia.com [213.66.96.241]) by mailf.telia.com (8.12.5/8.12.5) with ESMTP id g9F9JqPk006992; Tue, 15 Oct 2002 11:19:56 +0200 (CEST) X-Original-Recipient: alane@FreeBSD.ORG Received: from sushi.sanyusan.se (h58n2fls31o283.telia.com [217.209.202.58]) by d1o283.telia.com (8.10.2/8.10.1) with ESMTP id g9F9JqD05737; Tue, 15 Oct 2002 11:19:52 +0200 (CEST) Received: from sushi.sanyusan.se (localhost [127.0.0.1]) by sushi.sanyusan.se (8.12.6/8.12.6) with ESMTP id g9F9JibZ004192; Tue, 15 Oct 2002 11:19:44 +0200 (CEST) (envelope-from anders@sushi.sanyusan.se) Received: (from anders@localhost) by sushi.sanyusan.se (8.12.6/8.12.6/Submit) id g9F9JifA004191; Tue, 15 Oct 2002 11:19:44 +0200 (CEST) Date: Tue, 15 Oct 2002 11:19:44 +0200 From: Anders Andersson To: alane@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/automake/files patch-Makefile.in patch-aa patch-ab patch-aclocal.in patch-ad patch-automake.texi Message-ID: <20021015091944.GA649@sushi.sanyusan.se> References: <200210150652.g9F6qYnr027863@repoman.freebsd.org> <20021015065725.GA62934@terry.dragon2.net> <20021015073843.GA89745@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021015073843.GA89745@wwweasel.geeksrus.net> 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, Oct 15, 2002 at 03:38:43AM -0400, AlanE wrote: > For three patch files I didn't think it was worth it. I'm doing the same > thing in the autoconf ports. None have much history, and what history > is/was there isn't terribly relevant... that is, not like Makefile > changes etc. It really comes down to a judgement call, and I'm the > maintainer of the whole auto* pile of , and if I don't see any > value in it, then it's not worth the bother to myself and to the others > involved. I dont understand this reasoning, since I think it would be valuable to have the history of these sort of critical ports even in the future. We can't rely on you being the maintainer forever. -- Anders Andersson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 2:25: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 5D83537B401; Tue, 15 Oct 2002 02:25:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DA6843EB7; Tue, 15 Oct 2002 02:25:32 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F9PVMt037426; Tue, 15 Oct 2002 02:25:31 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F9PV8G037425; Tue, 15 Oct 2002 02:25:31 -0700 (PDT) Message-Id: <200210150925.g9F9PV8G037425@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 15 Oct 2002 02:25:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/wprint Makefile distinfo pkg-comment pkg-descr pkg-plist ports/print/wprint/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 ijliao 2002/10/15 02:25:31 PDT Modified files: print Makefile Added files: print/wprint Makefile distinfo pkg-comment pkg-descr pkg-plist print/wprint/files patch-Makefile.in Log: add wprint 2.04 Mozilla/HtmlDoc/Netscape Postscript Filter Revision Changes Path 1.223 +1 -0 ports/print/Makefile 1.1 +32 -0 ports/print/wprint/Makefile (new) 1.1 +1 -0 ports/print/wprint/distinfo (new) 1.1 +13 -0 ports/print/wprint/files/patch-Makefile.in (new) 1.1 +1 -0 ports/print/wprint/pkg-comment (new) 1.1 +7 -0 ports/print/wprint/pkg-descr (new) 1.1 +12 -0 ports/print/wprint/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 Tue Oct 15 2:25: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 7D08237B401; Tue, 15 Oct 2002 02:25:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FA4443ECF; Tue, 15 Oct 2002 02:25:39 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F9PdMt037463; Tue, 15 Oct 2002 02:25:39 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F9Pcqe037462; Tue, 15 Oct 2002 02:25:38 -0700 (PDT) Message-Id: <200210150925.g9F9Pcqe037462@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 15 Oct 2002 02:25: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 ijliao 2002/10/15 02:25:38 PDT Modified files: . modules Log: wprint --> ports/print/wprint Revision Changes Path 1.6089 +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 Oct 15 2:49: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 8D55737B401; Tue, 15 Oct 2002 02:49:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C5C743EAA; Tue, 15 Oct 2002 02:49:10 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F9nAMt038862; Tue, 15 Oct 2002 02:49:10 -0700 (PDT) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F9nAoV038861; Tue, 15 Oct 2002 02:49:10 -0700 (PDT) Message-Id: <200210150949.g9F9nAoV038861@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 15 Oct 2002 02:49:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/french/netscape7 pkg-message ports/german/netscape7 pkg-message ports/japanese/netscape7 pkg-message ports/www/netscape7 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 trevor 2002/10/15 02:49:10 PDT Modified files: french/netscape7 pkg-message german/netscape7 pkg-message japanese/netscape7 pkg-message www/netscape7 pkg-message Log: The release notes say: Do not share a profile between Netscape and Mozilla builds. Doing this can lead to unpredictable results, some of which may include loss of Search settings and preferences and unchecked growth of the Bookmarks file (large enough to freeze your system). It is best to create a new profile for each or manually copy (and change the name [of]) an existing profile. Warn users about this. Revision Changes Path 1.4 +3 -0 ports/french/netscape7/pkg-message 1.3 +3 -0 ports/german/netscape7/pkg-message 1.3 +3 -0 ports/japanese/netscape7/pkg-message 1.5 +3 -0 ports/www/netscape7/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 Oct 15 2:49: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 5AE7C37B401; Tue, 15 Oct 2002 02:49:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D12A43E75; Tue, 15 Oct 2002 02:49:55 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F9nsMt038894; Tue, 15 Oct 2002 02:49:54 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F9nsER038893; Tue, 15 Oct 2002 02:49:54 -0700 (PDT) Message-Id: <200210150949.g9F9nsER038893@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 15 Oct 2002 02:49:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string wcstok.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/10/15 02:49:54 PDT Modified files: lib/libc/string wcstok.3 Log: Remove stray comma at the end of the See Also list. Revision Changes Path 1.4 +1 -1 src/lib/libc/string/wcstok.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 2: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 D46EE37B40A; Tue, 15 Oct 2002 02:50:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84C8B43E65; Tue, 15 Oct 2002 02:50:07 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F9o7Mt038949; Tue, 15 Oct 2002 02:50:07 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F9o7gY038947; Tue, 15 Oct 2002 02:50:07 -0700 (PDT) Message-Id: <200210150950.g9F9o7gY038947@repoman.freebsd.org> From: Maxim Sobolev Date: Tue, 15 Oct 2002 02:50:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386/string bcopy.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 sobomax 2002/10/15 02:50:07 PDT Modified files: lib/libc/i386/string bcopy.S Log: Eliminate superfluous memory access in memcpy(3)/memmove(3). Obtained from: NetBSD MFC after: 1 week Revision Changes Path 1.10 +8 -13 src/lib/libc/i386/string/bcopy.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 2: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 8B92C37B401; Tue, 15 Oct 2002 02:51:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E39343E9E; Tue, 15 Oct 2002 02:51:54 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F9psMt039367; Tue, 15 Oct 2002 02:51:54 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F9prZR039366; Tue, 15 Oct 2002 02:51:54 -0700 (PDT) Message-Id: <200210150951.g9F9prZR039366@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 15 Oct 2002 02:51:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/wu-ftpd 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/10/15 02:51:53 PDT Modified files: ftp/wu-ftpd Makefile Log: Use correct SPT_TYPE to really change proctitle PR: 44019 Revision Changes Path 1.47 +3 -0 ports/ftp/wu-ftpd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 2:58: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 7103737B401; Tue, 15 Oct 2002 02:58:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C9D43EAA; Tue, 15 Oct 2002 02:58:19 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F9wIMt039552; Tue, 15 Oct 2002 02:58:18 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9F9wIoZ039551; Tue, 15 Oct 2002 02:58:18 -0700 (PDT) Message-Id: <200210150958.g9F9wIoZ039551@repoman.freebsd.org> From: Martin Blapp Date: Tue, 15 Oct 2002 02:58:18 -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/10/15 02:58:18 PDT Modified files: editors/openoffice Makefile Log: Fix inversed targets. Revision Changes Path 1.130 +1 -1 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 Tue Oct 15 3: 2: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 478ED37B401; Tue, 15 Oct 2002 03:02:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 035E543EA3; Tue, 15 Oct 2002 03:02:16 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FA2FMt040383; Tue, 15 Oct 2002 03:02:15 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FA2FYf040382; Tue, 15 Oct 2002 03:02:15 -0700 (PDT) Message-Id: <200210151002.g9FA2FYf040382@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 15 Oct 2002 03:02:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/science Makefile ports/science/xloops-ginac Makefile distinfo pkg-comment pkg-descr pkg-plist ports/science/xloops-ginac/files patch-ginsh_lexer.ll patch-ginsh_parser.yy X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/15 03:02:15 PDT Modified files: science Makefile Added files: science/xloops-ginac Makefile distinfo pkg-comment pkg-descr pkg-plist science/xloops-ginac/files patch-ginsh_lexer.ll patch-ginsh_parser.yy Log: add xloops-ginac 0.1.3 A program calculating Feynman diagrams Revision Changes Path 1.20 +1 -0 ports/science/Makefile 1.1 +26 -0 ports/science/xloops-ginac/Makefile (new) 1.1 +1 -0 ports/science/xloops-ginac/distinfo (new) 1.1 +11 -0 ports/science/xloops-ginac/files/patch-ginsh_lexer.ll (new) 1.1 +19 -0 ports/science/xloops-ginac/files/patch-ginsh_parser.yy (new) 1.1 +1 -0 ports/science/xloops-ginac/pkg-comment (new) 1.1 +3 -0 ports/science/xloops-ginac/pkg-descr (new) 1.1 +8 -0 ports/science/xloops-ginac/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 Tue Oct 15 3: 2: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 8816937B404; Tue, 15 Oct 2002 03:02:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0630B43EA3; Tue, 15 Oct 2002 03:02:25 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FA2OMt040421; Tue, 15 Oct 2002 03:02:24 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FA2O9V040420; Tue, 15 Oct 2002 03:02:24 -0700 (PDT) Message-Id: <200210151002.g9FA2O9V040420@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 15 Oct 2002 03:02: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/10/15 03:02:24 PDT Modified files: . modules Log: xloops-ginac --> ports/science/xloops-ginac Revision Changes Path 1.6090 +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 Oct 15 3: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 0F5C637B401; Tue, 15 Oct 2002 03:11:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1BBB43E9E; Tue, 15 Oct 2002 03:11:53 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FABrMt041087; Tue, 15 Oct 2002 03:11:53 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FABr0l041086; Tue, 15 Oct 2002 03:11:53 -0700 (PDT) Message-Id: <200210151011.g9FABr0l041086@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 15 Oct 2002 03:11:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strcoll.3 strtok.3 strxfrm.3 src/lib/libc/stdtime strftime.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/10/15 03:11:53 PDT Modified files: lib/libc/string strcoll.3 strtok.3 strxfrm.3 lib/libc/stdtime strftime.3 Log: Add cross-references to the wide character counterparts of these functions. Revision Changes Path 1.32 +2 -1 src/lib/libc/stdtime/strftime.3 1.12 +3 -2 src/lib/libc/string/strcoll.3 1.23 +3 -2 src/lib/libc/string/strtok.3 1.17 +2 -1 src/lib/libc/string/strxfrm.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 3:42: 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 2863037B401; Tue, 15 Oct 2002 03:42:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE21D43E8A; Tue, 15 Oct 2002 03:42:07 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FAg7Mt042998; Tue, 15 Oct 2002 03:42:07 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FAg7NT042997; Tue, 15 Oct 2002 03:42:07 -0700 (PDT) Message-Id: <200210151042.g9FAg7NT042997@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 15 Oct 2002 03:42:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/src/roff/troff node.cc 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 ru 2002/10/15 03:42:07 PDT Modified files: (Branch: FSF) contrib/groff/src/roff/troff node.cc Log: From ChangeLog: : 2002-10-14 Werner LEMBERG : : * src/roff/troff/node.cc (troff_output_file::put_char_width, : troff_output_file::put_char, troff_output_file::fill_color, : troff_output_file::glyph_color): Handle case where color pointer : is null. This paniced troff(1) attempting to format the vinum(4) manpage. Revision Changes Path 1.1.1.3 +8 -5 src/contrib/groff/src/roff/troff/node.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 4: 9: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 8F7CD37B401; Tue, 15 Oct 2002 04:09:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 409AC43E9E; Tue, 15 Oct 2002 04:09:57 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FB9vMt044457; Tue, 15 Oct 2002 04:09:57 -0700 (PDT) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FB9uBp044456; Tue, 15 Oct 2002 04:09:56 -0700 (PDT) Message-Id: <200210151109.g9FB9uBp044456@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 15 Oct 2002 04:09:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_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 maxim 2002/10/15 04:09:56 PDT Modified files: (Branch: RELENG_4) sys/netinet ip_input.c Log: MFC rev. 1.208: explicitly clear M_FRAG flag on a mbuf with the last fragment to unbreak ip fragments reassembling for loopback interface. Revision Changes Path 1.130.2.39 +2 -1 src/sys/netinet/ip_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 Oct 15 4: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 73BE837B401 for ; Tue, 15 Oct 2002 04:12:31 -0700 (PDT) Received: from nic.upatras.gr (nic.upatras.gr [150.140.129.30]) by mx1.FreeBSD.org (Postfix) with SMTP id DAD7D43EBE for ; Tue, 15 Oct 2002 04:12:28 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 17411 invoked from network); 15 Oct 2002 11:05:25 -0000 Received: from upnet-dialinpool-92.upnet.gr (HELO hades.hell.gr) (150.140.128.162) by nic.upatras.gr with SMTP; 15 Oct 2002 11:05:25 -0000 Received: by hades.hell.gr (Postfix, from userid 1001) id 8BD4DB696; Tue, 15 Oct 2002 12:49:31 +0300 (EEST) Date: Tue, 15 Oct 2002 12:49:31 +0300 From: Giorgos Keramidas To: Ruslan Ermilov Cc: Greg 'groggy' Lehey , Tony Finch , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/man Makefile.inc src/share/mk bsd.man.mk src/usr.bin/catman catman.c Message-ID: <20021015094930.GB2083@hades.hell.gr> References: <200210110916.g9B9GP8f064951@freefall.freebsd.org> <20021012040759.A23338@chiark.greenend.org.uk> <20021012155812.GA36832@sunbay.com> <20021013003257.GA64063@wantadilla.lemis.com> <20021013081038.GA14919@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021013081038.GA14919@sunbay.com> 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-10-13 11:10, Ruslan Ermilov wrote: > On Sun, Oct 13, 2002 at 10:02:57AM +0930, Greg 'groggy' Lehey wrote: > > > > I've been waiting for groff 1.18 exactly because of the colour > > support. I can understand that it's a nuisance under the > > circumstances you describe, but I would be disappointed to see it > > turned off altogether. There must be some way to just not make it the > > default. Or is that what you're doing? > > Yes. I've sent the patch for grotty(1) that allows it to use the > "reverse video" attribute to render the italic font in the nroff > mode. After this is accepted (and I'm sure it will be), I plan > to import the patch and turn the color support back on. I mostly use cons25 terminals to fire up screen(1) and this is a local change that I keep around in my .screenrc files: termcap cons* us=\E[36m:ue=\E[m The added termcap capabilities make underlined text come up as cyan, which makes manpages a lot more readable than reverse video (I've tried using us=\E[7m for a while, but the results weren't very pleasing to the eye). If it's not a rather hard thing to support, I'd really vote for keeping the colour support enabled, instead of using reverse video for underlined/italic text in nroff. If I'm completely out of topic and the changes are not going to force reverse video instead of the old underline attribute for italicised text, please ignore this... I haven't had the time to look at the changes yet, since my latest buildworld is still running. Giorgos. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 4:21: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 AF17F37B401; Tue, 15 Oct 2002 04:21:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61C6F43E91; Tue, 15 Oct 2002 04:21:40 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FBLeMt045512; Tue, 15 Oct 2002 04:21:40 -0700 (PDT) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FBLeg0045511; Tue, 15 Oct 2002 04:21:40 -0700 (PDT) Message-Id: <200210151121.g9FBLeg0045511@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 15 Oct 2002 04:21:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_output.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/10/15 04:21:40 PDT Modified files: (Branch: RELENG_4) sys/netinet ip_output.c Log: MFC rev. 1.164 - 1.165: in rare cases when there is no room for ip options ip_insertoptions() can fail and corrupt a header length. Initialize len and check what ip_insertoptions() returns. Revision Changes Path 1.99.2.32 +9 -3 src/sys/netinet/ip_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 5: 6: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 E8AF237B401; Tue, 15 Oct 2002 05:06:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0B6143EB2; Tue, 15 Oct 2002 05:06:20 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FC6KMt048378; Tue, 15 Oct 2002 05:06:20 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FC6Kiv048377; Tue, 15 Oct 2002 05:06:20 -0700 (PDT) Message-Id: <200210151206.g9FC6Kiv048377@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 15 Oct 2002 05:06:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/gmetadom Makefile distinfo pkg-comment pkg-descr pkg-plist ports/textproc/gmetadom/files patch-GdomeSmartDOMDOMString.cc patch-GdomeSmartDOMDOMStringAux.cc patch-GdomeSmartDOMDOMStringAux.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 ijliao 2002/10/15 05:06:20 PDT Modified files: textproc Makefile Added files: textproc/gmetadom Makefile distinfo pkg-comment pkg-descr pkg-plist textproc/gmetadom/files patch-GdomeSmartDOMDOMString.cc patch-GdomeSmartDOMDOMStringAux.cc patch-GdomeSmartDOMDOMStringAux.hh Log: add gmetadom 0.0.3c A Collection of DOM Implementations Revision Changes Path 1.437 +1 -0 ports/textproc/Makefile 1.1 +33 -0 ports/textproc/gmetadom/Makefile (new) 1.1 +1 -0 ports/textproc/gmetadom/distinfo (new) 1.1 +11 -0 ports/textproc/gmetadom/files/patch-GdomeSmartDOMDOMString.cc (new) 1.1 +11 -0 ports/textproc/gmetadom/files/patch-GdomeSmartDOMDOMStringAux.cc (new) 1.1 +11 -0 ports/textproc/gmetadom/files/patch-GdomeSmartDOMDOMStringAux.hh (new) 1.1 +1 -0 ports/textproc/gmetadom/pkg-comment (new) 1.1 +25 -0 ports/textproc/gmetadom/pkg-descr (new) 1.1 +170 -0 ports/textproc/gmetadom/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 Tue Oct 15 5: 6: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 57CB537B4EB; Tue, 15 Oct 2002 05:06:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 076B943EB2; Tue, 15 Oct 2002 05:06:27 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FC6QMt048415; Tue, 15 Oct 2002 05:06:26 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FC6QUH048414; Tue, 15 Oct 2002 05:06:26 -0700 (PDT) Message-Id: <200210151206.g9FC6QUH048414@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 15 Oct 2002 05:06: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 ijliao 2002/10/15 05:06:26 PDT Modified files: . modules Log: gmetadom --> ports/textproc/gmetadom Revision Changes Path 1.6091 +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 Oct 15 5:19: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 8B6C237B401; Tue, 15 Oct 2002 05:19:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CE7E43E75; Tue, 15 Oct 2002 05:19:53 -0700 (PDT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FCJrMt049120; Tue, 15 Oct 2002 05:19:53 -0700 (PDT) (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FCJqHs049119; Tue, 15 Oct 2002 05:19:52 -0700 (PDT) Message-Id: <200210151219.g9FCJqHs049119@repoman.freebsd.org> From: Sergey Skvortsov Date: Tue, 15 Oct 2002 05:19:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/jailutils 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/10/15 05:19:52 PDT Modified files: sysutils/jailutils Makefile distinfo Log: Updated to 0.5.2 Revision Changes Path 1.2 +8 -2 ports/sysutils/jailutils/Makefile 1.2 +1 -1 ports/sysutils/jailutils/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 5:20: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 CEFD237B401; Tue, 15 Oct 2002 05:20:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6C1E43E9E; Tue, 15 Oct 2002 05:20:27 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FCKRMt049311; Tue, 15 Oct 2002 05:20:27 -0700 (PDT) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FCKRJs049309; Tue, 15 Oct 2002 05:20:27 -0700 (PDT) Message-Id: <200210151220.g9FCKRJs049309@repoman.freebsd.org> From: Hye-Shik Chang Date: Tue, 15 Oct 2002 05:20:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/spamass-milter 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/10/15 05:20:27 PDT Modified files: mail/spamass-milter Makefile Log: Update for the new MASTER_SITE Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/mail/spamass-milter/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 5: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 A90C937B406; Tue, 15 Oct 2002 05:20:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B3C043E9C; Tue, 15 Oct 2002 05:20:29 -0700 (PDT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FCKTMt049350; Tue, 15 Oct 2002 05:20:29 -0700 (PDT) (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FCKTBn049347; Tue, 15 Oct 2002 05:20:29 -0700 (PDT) Message-Id: <200210151220.g9FCKTBn049347@repoman.freebsd.org> From: Sergey Skvortsov Date: Tue, 15 Oct 2002 05:20:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/jailer 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/10/15 05:20:28 PDT Modified files: sysutils/jailer Makefile distinfo Log: Updated to 1.1.2 Revision Changes Path 1.2 +1 -1 ports/sysutils/jailer/Makefile 1.2 +1 -1 ports/sysutils/jailer/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 5:42: 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 1A7B437B401; Tue, 15 Oct 2002 05:42:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD80043E97; Tue, 15 Oct 2002 05:42:06 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FCg6Mt050992; Tue, 15 Oct 2002 05:42:06 -0700 (PDT) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FCg6vi050991; Tue, 15 Oct 2002 05:42:06 -0700 (PDT) Message-Id: <200210151242.g9FCg6vi050991@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 15 Oct 2002 05:42:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-ORBit/files patch-Makefile.PL patch-demarshal.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 vanilla 2002/10/15 05:42:06 PDT Added files: devel/p5-ORBit/files patch-Makefile.PL patch-demarshal.c Log: Unbreak p5-ORBit. PR: ports/43441 Submitted by: Matt Loschert Revision Changes Path 1.1 +48 -0 ports/devel/p5-ORBit/files/patch-Makefile.PL (new) 1.1 +11 -0 ports/devel/p5-ORBit/files/patch-demarshal.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 5:53: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 3D15F37B401; Tue, 15 Oct 2002 05:53:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B53B643EB1; Tue, 15 Oct 2002 05:53:29 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FCrTMt051679; Tue, 15 Oct 2002 05:53:29 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FCrThJ051678; Tue, 15 Oct 2002 05:53:29 -0700 (PDT) Message-Id: <200210151253.g9FCrThJ051678@repoman.freebsd.org> From: Joerg Wunsch Date: Tue, 15 Oct 2002 05:53:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/mt mt.1 mt.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 joerg 2002/10/15 05:53:29 PDT Modified files: usr.bin/mt mt.1 mt.c Log: Add information about the SDLT density codes. Submitted by: "Stewart MacLund" MFC after: 1 week Revision Changes Path 1.35 +5 -0 src/usr.bin/mt/mt.1 1.33 +2 -0 src/usr.bin/mt/mt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 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 6A44837B401; Tue, 15 Oct 2002 05:56:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B11E43EB2; Tue, 15 Oct 2002 05:56:17 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FCuGMt051783; Tue, 15 Oct 2002 05:56:16 -0700 (PDT) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FCuGKx051782; Tue, 15 Oct 2002 05:56:16 -0700 (PDT) Message-Id: <200210151256.g9FCuGKx051782@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 15 Oct 2002 05:56:16 -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 vanilla 2002/10/15 05:56:16 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Matt Loschert for PR/43441 Revision Changes Path 1.274 +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 Tue Oct 15 5:58: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 F34C237B401; Tue, 15 Oct 2002 05:58:34 -0700 (PDT) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DA0E43EAC; Tue, 15 Oct 2002 05:58:34 -0700 (PDT) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (alane@localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9FCvpj4008492; Tue, 15 Oct 2002 08:57:51 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9FCvpKF008453; Tue, 15 Oct 2002 08:57:51 -0400 (EDT) (envelope-from alane) Date: Tue, 15 Oct 2002 08:57:51 -0400 From: AlanE To: Anders Andersson Cc: alane@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/automake/files patch-Makefile.in patch-aa patch-ab patch-aclocal.in patch-ad patch-automake.texi Message-ID: <20021015125751.GA72199@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net References: <200210150652.g9F6qYnr027863@repoman.freebsd.org> <20021015065725.GA62934@terry.dragon2.net> <20021015073843.GA89745@wwweasel.geeksrus.net> <20021015091944.GA649@sushi.sanyusan.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021015091944.GA649@sushi.sanyusan.se> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. 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, Oct 15, 2002 at 11:19:44AM +0200, Anders Andersson wrote: >On Tue, Oct 15, 2002 at 03:38:43AM -0400, AlanE wrote: >> For three patch files I didn't think it was worth it. I'm doing the same >> thing in the autoconf ports. None have much history, and what history >> is/was there isn't terribly relevant... that is, not like Makefile >> changes etc. It really comes down to a judgement call, and I'm the >> maintainer of the whole auto* pile of , and if I don't see any >> value in it, then it's not worth the bother to myself and to the others >> involved. > >I dont understand this reasoning, since I think it would be valuable to >have the history of these sort of critical ports even in the future. We >can't rely on you being the maintainer forever. I guess it's just a differnce of opinion. I'll consider what you've said the next time I am faced with a similar situation, and ask a portmgr for an opinion before doing such a non-repo rename. -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 6:18: 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 951FE37B401; Tue, 15 Oct 2002 06:18:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50D4C43E6E; Tue, 15 Oct 2002 06:18:01 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FDI1Mt053185; Tue, 15 Oct 2002 06:18:01 -0700 (PDT) (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FDI1D1053184; Tue, 15 Oct 2002 06:18:01 -0700 (PDT) Message-Id: <200210151318.g9FDI1D1053184@repoman.freebsd.org> From: Mikhail Teterin Date: Tue, 15 Oct 2002 06:18:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/sqsh Makefile distinfo pkg-descr pkg-plist ports/databases/sqsh/files patch-aa patch-ab patch-ac patch-rcpath patch-sqshrc X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/15 06:18:01 PDT Modified files: databases/sqsh Makefile distinfo pkg-descr pkg-plist databases/sqsh/files patch-ab Added files: databases/sqsh/files patch-rcpath patch-sqshrc Removed files: databases/sqsh/files patch-aa patch-ac Log: Reset maintainership to ports, due to the original author's timeout (the previous timeout also noted in the cvs-log -- 2 years ago). Upgrade to the latest sqsh-2.1. Build with readline and motif, unless WITHOUT_X11 is set (plain --with-x results in a rather hard to use X support, author recommend Motif too). Remove the bogus dependency on gettext introduced in Makefile version 1.2 -- the (unpatched) software will, indeed, link with libintl, if present -- mistaking it for Sybase OpenClient's libintl. Install the system-wide sqshrc as ${PREFIX}/etc/sqshrc.default, and allow for another system-wide ${PREFIX}/etc/sqshrc to overwrite some or all of the default settings. PR: ports/40374 (readline and X/Motif) Revision Changes Path 1.10 +22 -9 ports/databases/sqsh/Makefile 1.2 +1 -1 ports/databases/sqsh/distinfo 1.2 +0 -20 ports/databases/sqsh/files/patch-aa (dead) 1.5 +31 -28 ports/databases/sqsh/files/patch-ab 1.3 +0 -8 ports/databases/sqsh/files/patch-ac (dead) 1.1 +7 -0 ports/databases/sqsh/files/patch-rcpath (new) 1.1 +12 -0 ports/databases/sqsh/files/patch-sqshrc (new) 1.2 +2 -0 ports/databases/sqsh/pkg-descr 1.2 +1 -0 ports/databases/sqsh/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 Oct 15 6:27: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 C64EC37B401; Tue, 15 Oct 2002 06:27:13 -0700 (PDT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16D8A43EAC; Tue, 15 Oct 2002 06:27:13 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.3/8.12.3) with ESMTP id g9D89OV3007143; Sun, 13 Oct 2002 04:09:24 -0400 (EDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (8.12.3/8.12.3/Submit) with ESMTP id g9D89Onx007140; Sun, 13 Oct 2002 04:09:24 -0400 (EDT) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Sun, 13 Oct 2002 04:09:24 -0400 (EDT) From: Trevor Johnson To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: ports/devel Makefile ports/devel/ncurses Makefile distinfo pkg-comment pkg-descr pkg-plist In-Reply-To: <200210130341.g9D3fGvi029284@freefall.freebsd.org> Message-ID: <20021013040441.R5466-100000@blues.jpj.net> 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 > This has been in the base system and marked FORBIDDEN since 4.0-RELEASE. > Remove it. OpenSSH, OpenSSL, GNU tar, gcc, gdb, GNU patch, perl, and tcsh are part of the base system too. Shall those ports be removed? -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 6:51: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 3A28937B401; Tue, 15 Oct 2002 06:51:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F04CA43E9C; Tue, 15 Oct 2002 06:51:44 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FDpiMt055672; Tue, 15 Oct 2002 06:51:44 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FDpiQR055671; Tue, 15 Oct 2002 06:51:44 -0700 (PDT) Message-Id: <200210151351.g9FDpiQR055671@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 15 Oct 2002 06:51:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/gtkmathview 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/10/15 06:51:44 PDT Modified files: x11-toolkits Makefile Added files: x11-toolkits/gtkmathview Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add gtkmathview 0.3.0 A GTK Widget to Render MathML Documents Revision Changes Path 1.204 +1 -0 ports/x11-toolkits/Makefile 1.1 +42 -0 ports/x11-toolkits/gtkmathview/Makefile (new) 1.1 +1 -0 ports/x11-toolkits/gtkmathview/distinfo (new) 1.1 +1 -0 ports/x11-toolkits/gtkmathview/pkg-comment (new) 1.1 +5 -0 ports/x11-toolkits/gtkmathview/pkg-descr (new) 1.1 +30 -0 ports/x11-toolkits/gtkmathview/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 Tue Oct 15 6:51: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 333BC37B4EE; Tue, 15 Oct 2002 06:51:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCD5243E97; Tue, 15 Oct 2002 06:51:51 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FDppMt055709; Tue, 15 Oct 2002 06:51:51 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FDppnV055708; Tue, 15 Oct 2002 06:51:51 -0700 (PDT) Message-Id: <200210151351.g9FDppnV055708@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 15 Oct 2002 06:51:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/10/15 06:51:51 PDT Modified files: . modules Log: gtkmathview --> ports/x11-toolkits/gtkmathview Revision Changes Path 1.6092 +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 Oct 15 7:11: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 E5E3737B401; Tue, 15 Oct 2002 07:11:55 -0700 (PDT) Received: from mile.nevermind.kiev.ua (office.netstyle.com.ua [213.186.199.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CC8743EAF; Tue, 15 Oct 2002 07:11:53 -0700 (PDT) (envelope-from never@mile.nevermind.kiev.ua) Received: from mile.nevermind.kiev.ua (never@localhost [127.0.0.1]) by mile.nevermind.kiev.ua (8.12.6/8.12.6) with ESMTP id g9FEBlwX008092; Tue, 15 Oct 2002 17:11:48 +0300 (EEST) (envelope-from never@mile.nevermind.kiev.ua) Received: (from never@localhost) by mile.nevermind.kiev.ua (8.12.6/8.12.6/Submit) id g9FEBlMv008091; Tue, 15 Oct 2002 17:11:47 +0300 (EEST) Date: Tue, 15 Oct 2002 17:11:47 +0300 From: Alexandr Kovalenko To: Dirk Meyer Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/licq Makefile Message-ID: <20021015141146.GA8013@nevermind.kiev.ua> References: <200210150624.g9F6O28E025963@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200210150624.g9F6O28E025963@repoman.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 Hello, Dirk Meyer! On Mon, Oct 14, 2002 at 11:24:02PM -0700, you wrote: > dinoex 2002/10/14 23:24:02 PDT > > Modified files: > net/licq Makefile > Log: > workaround for installed autoconf/automake grief > PR: 42585,42654 Thank you. -- NEVE-RIPE Ukrainian FreeBSD User Group http://uafug.org.ua/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 7:14: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 E81D937B41A; Tue, 15 Oct 2002 07:14:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D71843E75; Tue, 15 Oct 2002 07:14:37 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FEEbMt057033; Tue, 15 Oct 2002 07:14:37 -0700 (PDT) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FEEbQn057032; Tue, 15 Oct 2002 07:14:37 -0700 (PDT) Message-Id: <200210151414.g9FEEbQn057032@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 15 Oct 2002 07:14:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/nd 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 naddy 2002/10/15 07:14:37 PDT Modified files: www/nd Makefile distinfo Log: Update to 0.6.0. PR: 44061 Submitted by: Volker Stolz Revision Changes Path 1.2 +1 -2 ports/www/nd/Makefile 1.2 +1 -1 ports/www/nd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 7:25: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 0AC9B37B401; Tue, 15 Oct 2002 07:25:33 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DAC843E75; Tue, 15 Oct 2002 07:25:31 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.10) id 181SdN-000FUF-00; Tue, 15 Oct 2002 16:25:21 +0200 Date: Tue, 15 Oct 2002 16:25:21 +0200 From: Sheldon Hearn To: Trevor Johnson Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/ncurses Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20021015142521.GP54759@starjuice.net> Mail-Followup-To: Trevor Johnson , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200210130341.g9D3fGvi029284@freefall.freebsd.org> <20021013040441.R5466-100000@blues.jpj.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021013040441.R5466-100000@blues.jpj.net> 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 (2002/10/13 04:09), Trevor Johnson wrote: > > This has been in the base system and marked FORBIDDEN since 4.0-RELEASE. > > Remove it. > > OpenSSH, OpenSSL, GNU tar, gcc, gdb, GNU patch, perl, and tcsh are part of > the base system too. Shall those ports be removed? The things you're talking about have ports that are well maintained and may provide upgrades beyond what's in the base system at any given point. The ncurses port was not well maintained and showed no signs of providing an upgrade over what's in the base system any time soon. So no. :-P Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 7:27: 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 905DF37B401; Tue, 15 Oct 2002 07:27:07 -0700 (PDT) Received: from fump.kawo2.rwth-aachen.de (fump.kawo2.RWTH-Aachen.DE [134.130.181.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88CD343EA9; Tue, 15 Oct 2002 07:27:06 -0700 (PDT) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: from fump.kawo2.rwth-aachen.de (alex@localhost [127.0.0.1]) by fump.kawo2.rwth-aachen.de (8.12.5/8.12.5) with ESMTP id g9FEdlZ5009219; Tue, 15 Oct 2002 16:39:47 +0200 (CEST) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.12.5/8.12.5/Submit) id g9FEdlka009218; Tue, 15 Oct 2002 16:39:47 +0200 (CEST) Date: Tue, 15 Oct 2002 16:39:46 +0200 From: Alexander Langer To: Matthew Dillon Cc: Julian Elischer , Juli Mallett , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_switch.c Message-ID: <20021015143946.GI7553@fump.kawo2.rwth-aachen.de> References: <200210142336.g9ENaNXY005679@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210142336.g9ENaNXY005679@apollo.backplane.com> X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. 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 Thus spake Matthew Dillon (dillon@apollo.backplane.com): > This feature is available to everyone via their freefall account. Matt, this is great :) Thanks a lot. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 7:29: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 C460337B401; Tue, 15 Oct 2002 07:29:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EA5F43E9E; Tue, 15 Oct 2002 07:29:48 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FETmMt057921; Tue, 15 Oct 2002 07:29:48 -0700 (PDT) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FETm8U057920; Tue, 15 Oct 2002 07:29:48 -0700 (PDT) Message-Id: <200210151429.g9FETm8U057920@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 15 Oct 2002 07:29:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/sysutils Makefile ports/sysutils/guitar Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/guitar/files patch-aa ports/sysutils/guitar/scripts bsdtar2gnutar X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/15 07:29:48 PDT Modified files: . modules sysutils Makefile Removed files: sysutils/guitar Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/guitar/files patch-aa sysutils/guitar/scripts bsdtar2gnutar Log: Remove sysutils/guitar port on maintainer's request: - It is not actively developed. - The creator seems to have disappeared from the net. - There are viable alternatives in the ports collection. PR: 44000 Submitted by: Dominik Brettnacher Revision Changes Path 1.6093 +0 -1 CVSROOT/modules 1.305 +0 -1 ports/sysutils/Makefile 1.9 +0 -36 ports/sysutils/guitar/Makefile (dead) 1.2 +0 -1 ports/sysutils/guitar/distinfo (dead) 1.2 +0 -11 ports/sysutils/guitar/files/patch-aa (dead) 1.2 +0 -1 ports/sysutils/guitar/pkg-comment (dead) 1.2 +0 -15 ports/sysutils/guitar/pkg-descr (dead) 1.2 +0 -2 ports/sysutils/guitar/pkg-plist (dead) 1.2 +0 -44 ports/sysutils/guitar/scripts/bsdtar2gnutar (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 7:31: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 9D4B737B401; Tue, 15 Oct 2002 07:31:37 -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 1DB8D43EB1; Tue, 15 Oct 2002 07:31:32 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 840D766C7B; Tue, 15 Oct 2002 07:31:31 -0700 (PDT) Date: Tue, 15 Oct 2002 07:31:31 -0700 From: Kris Kennaway To: Trevor Johnson Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/ncurses Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20021015143131.GA72182@xor.obsecurity.org> References: <200210130341.g9D3fGvi029284@freefall.freebsd.org> <20021013040441.R5466-100000@blues.jpj.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <20021013040441.R5466-100000@blues.jpj.net> 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 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 13, 2002 at 04:09:24AM -0400, Trevor Johnson wrote: > > This has been in the base system and marked FORBIDDEN since 4.0-RELEA= SE. > > Remove it. >=20 > OpenSSH, OpenSSL, GNU tar, gcc, gdb, GNU patch, perl, and tcsh are part of > the base system too. Shall those ports be removed? Those all have newer versions in the ports collection, so no. Kris --gKMricLos+KVdGMg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9rCbCWry0BWjoQKURAnd7AJ469Z3UeUXRC1FK95uT7q2uHug9twCgt1kn 1oC0mni/67+UxZgMdWEMbv0= =dN46 -----END PGP SIGNATURE----- --gKMricLos+KVdGMg-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 7:36: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 89E0337B401; Tue, 15 Oct 2002 07:36:36 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5221B43EAF; Tue, 15 Oct 2002 07:36:21 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g9FEX4t18539; Tue, 15 Oct 2002 17:33:05 +0300 (EEST) (envelope-from ru) Date: Tue, 15 Oct 2002 17:33:04 +0300 From: Ruslan Ermilov To: Giorgos Keramidas Cc: "Greg 'groggy' Lehey" , Tony Finch , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Coloured manpages (was: Re: cvs commit: src/gnu/usr.bin/man Makefile.inc src/share/mk bsd.man.mk src/usr.bin/catman catman.c) Message-ID: <20021015143304.GB12329@sunbay.com> References: <200210110916.g9B9GP8f064951@freefall.freebsd.org> <20021012040759.A23338@chiark.greenend.org.uk> <20021012155812.GA36832@sunbay.com> <20021013003257.GA64063@wantadilla.lemis.com> <20021013081038.GA14919@sunbay.com> <20021015094930.GB2083@hades.hell.gr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="61jdw2sOBCFtR2d/" Content-Disposition: inline In-Reply-To: <20021015094930.GB2083@hades.hell.gr> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --61jdw2sOBCFtR2d/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 15, 2002 at 12:49:31PM +0300, Giorgos Keramidas wrote: > On 2002-10-13 11:10, Ruslan Ermilov wrote: > > On Sun, Oct 13, 2002 at 10:02:57AM +0930, Greg 'groggy' Lehey wrote: > > > > > > I've been waiting for groff 1.18 exactly because of the colour > > > support. I can understand that it's a nuisance under the > > > circumstances you describe, but I would be disappointed to see it > > > turned off altogether. There must be some way to just not make it the > > > default. Or is that what you're doing? > > > > Yes. I've sent the patch for grotty(1) that allows it to use the > > "reverse video" attribute to render the italic font in the nroff > > mode. After this is accepted (and I'm sure it will be), I plan > > to import the patch and turn the color support back on. >=20 > I mostly use cons25 terminals to fire up screen(1) and this is a local > change that I keep around in my .screenrc files: >=20 > termcap cons* us=3D\E[36m:ue=3D\E[m >=20 > The added termcap capabilities make underlined text come up as cyan, > which makes manpages a lot more readable than reverse video (I've > tried using us=3D\E[7m for a while, but the results weren't very > pleasing to the eye). If it's not a rather hard thing to support, I'd > really vote for keeping the colour support enabled, instead of using > reverse video for underlined/italic text in nroff. >=20 > If I'm completely out of topic and the changes are not going to force > reverse video instead of the old underline attribute for italicised > text, please ignore this... I haven't had the time to look at the > changes yet, since my latest buildworld is still running. >=20 The problem is that without these hacks, "italic" fonts appear just like "bold", which worsens the quality of the generated catpages: both .Cm and .Ar, for example, look the same. And we certainly do not want our manpages look bad on our default terminal, do we? grotty(1) renders italic fonts with the help of the underlined attribute. syscons(4) does not distinguish between bold and underlined attributes. The offending code is in sys/dev/syscons/ scterm-sc.c:mask2attr(). The are three options here: 1. Keep the color support turned off for catpages and man(1). 2. Fix the syscons(4) to render underlined attribute in some way distinguishable from "bold". 3. Turn the color support back on but pass the -r option to grotty(1) which tells it to use the "reverse video" attribute to render italic fonts. This keeps the "cons25" output the old way, but worsens the "xterm" output, which will now render the underlined text as "reverse". Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --61jdw2sOBCFtR2d/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9rCcgUkv4P6juNwoRAmE8AJ4/Bb1AC+Ngc5JQ+09O6SUPeDXFOgCfeYXC MohTPC1WZ+v98HmcP3J4BFs= =Jrqq -----END PGP SIGNATURE----- --61jdw2sOBCFtR2d/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 7:39: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 A5F7E37B401; Tue, 15 Oct 2002 07:39:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53A3C43EAA; Tue, 15 Oct 2002 07:39:11 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FEdBMt058593; Tue, 15 Oct 2002 07:39:11 -0700 (PDT) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FEdBsT058592; Tue, 15 Oct 2002 07:39:11 -0700 (PDT) Message-Id: <200210151439.g9FEdBsT058592@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 15 Oct 2002 07:39:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/firedns Makefile distinfo pkg-plist ports/net/firedns/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 naddy 2002/10/15 07:39:11 PDT Modified files: net/firedns Makefile distinfo pkg-plist net/firedns/files patch-configure Log: Update to new vendor release 0.1.29. PR: 44083 Submitted by: Dean Hollister Revision Changes Path 1.4 +8 -5 ports/net/firedns/Makefile 1.3 +1 -1 ports/net/firedns/distinfo 1.2 +7 -12 ports/net/firedns/files/patch-configure 1.2 +2 -0 ports/net/firedns/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 Oct 15 7:48: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 B42B437B401; Tue, 15 Oct 2002 07:48:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70AB343EAA; Tue, 15 Oct 2002 07:48:18 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FEmIMt059248; Tue, 15 Oct 2002 07:48:18 -0700 (PDT) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FEmI06059247; Tue, 15 Oct 2002 07:48:18 -0700 (PDT) Message-Id: <200210151448.g9FEmI06059247@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 15 Oct 2002 07:48:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/firestring Makefile distinfo pkg-descr pkg-plist ports/misc/firestring/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 naddy 2002/10/15 07:48:18 PDT Modified files: misc/firestring Makefile distinfo pkg-descr pkg-plist misc/firestring/files patch-configure Log: Update to new vendor release 0.1.21. PR: 44085 Submitted by: Dean Hollister Revision Changes Path 1.3 +31 -24 ports/misc/firestring/Makefile 1.3 +1 -1 ports/misc/firestring/distinfo 1.2 +28 -50 ports/misc/firestring/files/patch-configure 1.2 +1 -1 ports/misc/firestring/pkg-descr 1.2 +3 -1 ports/misc/firestring/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 Oct 15 7:50: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 212C837B401; Tue, 15 Oct 2002 07:50:57 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10B6643EAA; Tue, 15 Oct 2002 07:50:56 -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.6/8.12.6) with ESMTP id g9FEok39097615; Tue, 15 Oct 2002 18:50:46 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.6/8.12.6/Submit) id g9FEokcu097614; Tue, 15 Oct 2002 18:50:46 +0400 (MSD) (envelope-from ache) Date: Tue, 15 Oct 2002 18:50:46 +0400 From: "Andrey A. Chernov" To: Ruslan Ermilov Cc: Giorgos Keramidas , "Greg 'groggy' Lehey" , Tony Finch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Coloured manpages (was: Re: cvs commit: src/gnu/usr.bin/man Makefile.inc src/share/mk bsd.man.mk src/usr.bin/catman catman.c) Message-ID: <20021015145046.GA97009@nagual.pp.ru> References: <200210110916.g9B9GP8f064951@freefall.freebsd.org> <20021012040759.A23338@chiark.greenend.org.uk> <20021012155812.GA36832@sunbay.com> <20021013003257.GA64063@wantadilla.lemis.com> <20021013081038.GA14919@sunbay.com> <20021015094930.GB2083@hades.hell.gr> <20021015143304.GB12329@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline In-Reply-To: <20021015143304.GB12329@sunbay.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 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 15, 2002 at 17:33:04 +0300, Ruslan Ermilov wrote: >=20 > 1. Keep the color support turned off for catpages and man(1). Yes, at least on the disk or through the pipe (generally, when device is not display). They are not only displayed on terminal but can be printed too or post-processed on some other way. --=20 Andrey A. Chernov http://ache.pp.ru/ --T4sUOijqQbZv57TR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iQCVAwUBPawrRuJgpPLZnQjrAQH0wAP+OYdA5cj+wMeV2UbwYzpbOxMmMO+90Kbs I3Y1fUMTW/4sMSd5k+oAPWlayaoxlYETwlkjjToy0y/VnSsj7IvnBTU1SYT6H9gt YS+TJokxIr0TtGM85VHLb1GlnGZcFSyfYcUDPOi4k5kPY0fdkXLpREVBj8nxJCIK xL1aQNjZpHY= =1hdD -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 8: 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 A5CA037B401; Tue, 15 Oct 2002 08:08:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5571943EAA; Tue, 15 Oct 2002 08:08:36 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FF8aMt060518; Tue, 15 Oct 2002 08:08:36 -0700 (PDT) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FF8as5060517; Tue, 15 Oct 2002 08:08:36 -0700 (PDT) Message-Id: <200210151508.g9FF8as5060517@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 15 Oct 2002 08:08:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/anubis 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 naddy 2002/10/15 08:08:36 PDT Modified files: mail/anubis Makefile distinfo pkg-plist Log: - Update port to 3.5.0. - Remove pkg-message; display compile-time options dynamically in pre-fetch target (a la apache port). PR: 44086 Submitted by: Sergei Kolobov Revision Changes Path 1.9 +31 -4 ports/mail/anubis/Makefile 1.6 +1 -1 ports/mail/anubis/distinfo 1.4 +3 -1 ports/mail/anubis/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 Oct 15 8:30: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 7628F37B401; Tue, 15 Oct 2002 08:30:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 276A443EAC; Tue, 15 Oct 2002 08:30:56 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FFUtMt072926; Tue, 15 Oct 2002 08:30:55 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FFUtMb072924; Tue, 15 Oct 2002 08:30:55 -0700 (PDT) Message-Id: <200210151530.g9FFUtMb072924@repoman.freebsd.org> From: Robert Watson Date: Tue, 15 Oct 2002 08:30:55 -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 rwatson 2002/10/15 08:30:55 PDT Modified files: sbin/tunefs tunefs.8 tunefs.c Log: Correct some of the style problems in this file: I introduced a style problem when I sorted 'a' before 'A'; our preferred order sorts 'A' first. Correct. Use .Cm instead of .Ar. Submitted by: bde Revision Changes Path 1.29 +4 -4 src/sbin/tunefs/tunefs.8 1.29 +6 -6 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 Tue Oct 15 9:26: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 2721B37B401; Tue, 15 Oct 2002 09:26:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A39F443EB1; Tue, 15 Oct 2002 09:26:15 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FGQFMt076310; Tue, 15 Oct 2002 09:26:15 -0700 (PDT) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FGQFbq076309; Tue, 15 Oct 2002 09:26:15 -0700 (PDT) Message-Id: <200210151626.g9FGQFbq076309@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 15 Oct 2002 09:26:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/netscape7 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/10/15 09:26:15 PDT Modified files: www/netscape7 Makefile Log: I e-mailed the repomeisters for their help. Revision Changes Path 1.67 +1 -0 ports/www/netscape7/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 9:28: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 A5EB237B401; Tue, 15 Oct 2002 09:28:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57F5243EAC; Tue, 15 Oct 2002 09:28:22 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FGSMMt076382; Tue, 15 Oct 2002 09:28:22 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FGSMn1076381; Tue, 15 Oct 2002 09:28:22 -0700 (PDT) Message-Id: <200210151628.g9FGSMn1076381@repoman.freebsd.org> From: Philippe Charnier Date: Tue, 15 Oct 2002 09:28:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/apm apm.8 apm.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 charnier 2002/10/15 09:28:22 PDT Modified files: usr.sbin/apm apm.8 apm.c Log: Add missing .Nm. Add FBSDID. fprintf -> warnx. Lowercase first letter inside err(). Revision Changes Path 1.23 +3 -1 src/usr.sbin/apm/apm.8 1.29 +5 -8 src/usr.sbin/apm/apm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 9:32: 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 14A9E37B401; Tue, 15 Oct 2002 09:32:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC5E843E6E; Tue, 15 Oct 2002 09:32:04 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FGW4Mt076873; Tue, 15 Oct 2002 09:32:04 -0700 (PDT) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FGW4Cj076872; Tue, 15 Oct 2002 09:32:04 -0700 (PDT) Message-Id: <200210151632.g9FGW4Cj076872@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 15 Oct 2002 09:32:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/netscape7 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/10/15 09:32:04 PDT Modified files: www/netscape7 Makefile Log: The "reges" and "reggb" components (regional settings for Latin America and United Kingdom) are Netscape 6isms. noticed by: Mike Harding Revision Changes Path 1.68 +0 -2 ports/www/netscape7/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 9:41: 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 6C85037B429; Tue, 15 Oct 2002 09:40:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD8AE43EB3; Tue, 15 Oct 2002 09:40:57 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FGevMt077527; Tue, 15 Oct 2002 09:40:57 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FGevM6077525; Tue, 15 Oct 2002 09:40:57 -0700 (PDT) Message-Id: <200210151640.g9FGevM6077525@repoman.freebsd.org> From: Max Khon Date: Tue, 15 Oct 2002 09:40:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_main_np.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 fjoe 2002/10/15 09:40:57 PDT Modified files: lib/libc_r/uthread uthread_main_np.c Log: fix typo in comments (in preparation for MFC) Approved by: deischen Revision Changes Path 1.4 +1 -1 src/lib/libc_r/uthread/uthread_main_np.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 9:49: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 0865237B401; Tue, 15 Oct 2002 09:49: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 4A27943EB1; Tue, 15 Oct 2002 09:49:22 -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 CAA28593; Wed, 16 Oct 2002 02:46:03 +1000 Date: Wed, 16 Oct 2002 02:56:37 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Giorgos Keramidas Cc: Ruslan Ermilov , "Greg 'groggy' Lehey" , Tony Finch , , Subject: Re: cvs commit: src/gnu/usr.bin/man Makefile.inc src/share/mk bsd.man.mk src/usr.bin/catman catman.c In-Reply-To: <20021015094930.GB2083@hades.hell.gr> Message-ID: <20021016024550.H1243-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, 15 Oct 2002, Giorgos Keramidas wrote: > On 2002-10-13 11:10, Ruslan Ermilov wrote: > > On Sun, Oct 13, 2002 at 10:02:57AM +0930, Greg 'groggy' Lehey wrote: > > > > > > I've been waiting for groff 1.18 exactly because of the colour > > > support. I can understand that it's a nuisance under the > > > circumstances you describe, but I would be disappointed to see it > > > turned off altogether. There must be some way to just not make it the > > > default. Or is that what you're doing? > > > > Yes. I've sent the patch for grotty(1) that allows it to use the > > "reverse video" attribute to render the italic font in the nroff > > mode. After this is accepted (and I'm sure it will be), I plan > > to import the patch and turn the color support back on. > > I mostly use cons25 terminals to fire up screen(1) and this is a local > change that I keep around in my .screenrc files: > > termcap cons* us=\E[36m:ue=\E[m > > The added termcap capabilities make underlined text come up as cyan, > which makes manpages a lot more readable than reverse video (I've > tried using us=\E[7m for a while, but the results weren't very > pleasing to the eye). If it's not a rather hard thing to support, I'd > really vote for keeping the colour support enabled, instead of using > reverse video for underlined/italic text in nroff. I use the following to map reverse video to a color for cons25 (white on blue actually -- it's still sort of reverse video, but has better colors than inverting the foreground and background would normally give). This also gives a cyan foreground. %%% case $TERM in cons25) printf '\033[0x\033[2;6x\033[6;7x\033[5;4x' ;; pcvt*) printf '\033[0;4;37;44m\033d\033[0;7;37;44m\033d\033[0;36;40m\033d' ;; esac %%% The pcvt version may have rotted. IIRC, this works better in pcvt because the escape sequences give a harder setting (one not affected by '\033C'). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 9:52: 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 719AE37B404; Tue, 15 Oct 2002 09:52:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17A3443EAA; Tue, 15 Oct 2002 09:52:05 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FGq4Mt078257; Tue, 15 Oct 2002 09:52:04 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FGq4sW078256; Tue, 15 Oct 2002 09:52:04 -0700 (PDT) Message-Id: <200210151652.g9FGq4sW078256@repoman.freebsd.org> From: Max Khon Date: Tue, 15 Oct 2002 09:52:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include pthread_np.h src/lib/libc_r/uthread Makefile.inc uthread_main_np.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 fjoe 2002/10/15 09:52:04 PDT Modified files: (Branch: RELENG_4) include pthread_np.h lib/libc_r/uthread Makefile.inc Added files: (Branch: RELENG_4) lib/libc_r/uthread uthread_main_np.c Log: MFC: pthread_main_np() Approved by: deischen Revision Changes Path 1.7.2.2 +1 -0 src/include/pthread_np.h 1.23.2.4 +2 -1 src/lib/libc_r/uthread/Makefile.inc 1.4.2.1 +45 -0 src/lib/libc_r/uthread/uthread_main_np.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 9:53: 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 1D64037B401; Tue, 15 Oct 2002 09:53:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4A0043EAA; Tue, 15 Oct 2002 09:53:00 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FGr0Mt078294; Tue, 15 Oct 2002 09:53:00 -0700 (PDT) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FGr04b078293; Tue, 15 Oct 2002 09:53:00 -0700 (PDT) Message-Id: <200210151653.g9FGr04b078293@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 15 Oct 2002 09:53:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/anubis 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 naddy 2002/10/15 09:53:00 PDT Removed files: mail/anubis pkg-message Log: Oops, forgotten in previous update to 3.5.0. Submitted by: Sergei Kolobov Revision Changes Path 1.2 +0 -11 ports/mail/anubis/pkg-message (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 10: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 0131637B401; Tue, 15 Oct 2002 10:20:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 956C243EAA; Tue, 15 Oct 2002 10:20:03 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FHK3Mt079772; Tue, 15 Oct 2002 10:20:03 -0700 (PDT) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FHK3bc079771; Tue, 15 Oct 2002 10:20:03 -0700 (PDT) Message-Id: <200210151720.g9FHK3bc079771@repoman.freebsd.org> From: Ceri Davies Date: Tue, 15 Oct 2002 10:20:03 -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 ceri 2002/10/15 10:20:03 PDT Modified files: en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: Move freebsd-security to the Technical Lists section. PR: docs/35378 Submitted by: Bob Johnson Revision Changes Path 1.101 +5 -5 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 Tue Oct 15 10:26: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 BBD5437B401; Tue, 15 Oct 2002 10:26:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E29243E42; Tue, 15 Oct 2002 10:26:40 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FHQeMt080346; Tue, 15 Oct 2002 10:26:40 -0700 (PDT) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FHQeJM080345; Tue, 15 Oct 2002 10:26:40 -0700 (PDT) Message-Id: <200210151726.g9FHQeJM080345@repoman.freebsd.org> From: Josef Karthauser Date: Tue, 15 Oct 2002 10:26:40 -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 joe 2002/10/15 10:26:40 PDT Modified files: en/donations wantlist.sgml Log: I no longer need a keyboard as one was provided by Linus Corin . Thanks Linus! :) Revision Changes Path 1.28 +1 -8 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 Oct 15 10:27: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 5D9C437B401; Tue, 15 Oct 2002 10:27:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8625643E91; Tue, 15 Oct 2002 10:27:15 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FHRFMt080387; Tue, 15 Oct 2002 10:27:15 -0700 (PDT) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FHRFMg080386; Tue, 15 Oct 2002 10:27:15 -0700 (PDT) Message-Id: <200210151727.g9FHRFMg080386@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 15 Oct 2002 10:27:15 -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 trevor 2002/10/15 10:27:15 PDT Modified files: Mk bsd.sites.mk Log: grammar Revision Changes Path 1.113 +2 -2 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 Tue Oct 15 10:36: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 DFD5837B401; Tue, 15 Oct 2002 10:36: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 CD11143EB2; Tue, 15 Oct 2002 10:36:08 -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 g9FHZwu01927; Tue, 15 Oct 2002 20:35:59 +0300 (EEST) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id g9FHZo6N008944; Tue, 15 Oct 2002 20:35:50 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.6/8.12.5/Submit) id g9FHZlmq008943; Tue, 15 Oct 2002 20:35:47 +0300 (EEST) Date: Tue, 15 Oct 2002 20:35:46 +0300 From: Maxim Sobolev To: Josef Karthauser Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: www/en/donations wantlist.sgml Message-ID: <20021015173546.GA8929@vega.vega.com> References: <200210151726.g9FHQeJM080345@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200210151726.g9FHQeJM080345@repoman.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 Tue, Oct 15, 2002 at 10:26:40AM -0700, Josef Karthauser wrote: > joe 2002/10/15 10:26:40 PDT > > Modified files: > en/donations wantlist.sgml > Log: > I no longer need a keyboard as one was provided by > Linus Corin . Thanks Linus! :) Now in addition to Alan Cox, the FreeBSD Project has its own Linus. ;)))) -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 10:49: 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 66C8437B401; Tue, 15 Oct 2002 10:49:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1950A43E8A; Tue, 15 Oct 2002 10:49:04 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FHn3Mt081754; Tue, 15 Oct 2002 10:49:03 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FHn3uJ081753; Tue, 15 Oct 2002 10:49:03 -0700 (PDT) Message-Id: <200210151749.g9FHn3uJ081753@repoman.freebsd.org> From: Maxim Sobolev Date: Tue, 15 Oct 2002 10:49:03 -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 sobomax 2002/10/15 10:49:03 PDT Modified files: en/donations wantlist.sgml Log: Register my small need. Revision Changes Path 1.29 +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 Oct 15 11: 3: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 4021837B401; Tue, 15 Oct 2002 11:03:11 -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 99E5043EA3; Tue, 15 Oct 2002 11:03:10 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D684066E67; Tue, 15 Oct 2002 11:03:09 -0700 (PDT) Date: Tue, 15 Oct 2002 11:03:09 -0700 From: Kris Kennaway To: Joseph Scott Cc: Kris Kennaway , cvs-all@freebsd.org, kondo hiroshi Subject: Re: cvs commit: ports/net Makefile ports/net/SSLtelnet Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/SSLtelnet/files Makefile.patch patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al ... Message-ID: <20021015180309.GA78473@xor.obsecurity.org> References: <200210130336.g9D3aeUB026990@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YiEDa0DAkWCtVeE4" Content-Disposition: inline In-Reply-To: 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 --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 14, 2002 at 10:16:20AM -0700, Joseph Scott wrote: >=20 > On Sat, 12 Oct 2002, Kris Kennaway wrote: >=20 > # kris 2002/10/12 20:36:40 PDT > #=20 > # Modified files: > # net Makefile=20 > # Removed files: > # net/SSLtelnet Makefile distinfo pkg-comment pkg-descr=20 > # pkg-plist=20 > # net/SSLtelnet/files Makefile.patch patch-aa patch-ab patch-ac=20 > # patch-ad patch-ae patch-af patch-ag=20 > # patch-ah patch-ai patch-aj patch-ak=20 > # patch-al patch-am=20 > # Log: > # The SSLtelnet port was marked FORBIDDEN for security reasons 13 month= s ago. > # Remove it. >=20 > I suppose PR ports/42676 (SSLtelnet FreeBSD-SA-01:49.telnetd > patch) can now be closed then. I really need to learn to check the PR database before doing stuff like this. I'll reinstate the ports I removed for which there is a submitted fix. Kris --YiEDa0DAkWCtVeE4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9rFhdWry0BWjoQKURAqS1AKCOPLt5QlcugGaHjhG+cZn5InxDcwCgt4jj /xnqIx97kOHwzT4OKdsvzAQ= =/VWc -----END PGP SIGNATURE----- --YiEDa0DAkWCtVeE4-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 11: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 1A67937B401; Tue, 15 Oct 2002 11:10:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BB0F43EA3; Tue, 15 Oct 2002 11:10:13 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FIADMt083162; Tue, 15 Oct 2002 11:10:13 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FIADnn083161; Tue, 15 Oct 2002 11:10:13 -0700 (PDT) Message-Id: <200210151810.g9FIADnn083161@repoman.freebsd.org> From: John Baldwin Date: Tue, 15 Oct 2002 11:10:13 -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/10/15 11:10:13 PDT Modified files: sys/kern kern_descrip.c Log: Argh. Put back setting of P_ADVLOCK for the F_WRLCK case that was accidentally lost in the previous revision. Submitted by: bde Pointy hat to: jhb Revision Changes Path 1.164 +3 -0 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 Oct 15 11: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 061DF37B401; Tue, 15 Oct 2002 11:14:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB8E443E97; Tue, 15 Oct 2002 11:14:05 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FIE5Mt083675; Tue, 15 Oct 2002 11:14:05 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FIE5Ov083674; Tue, 15 Oct 2002 11:14:05 -0700 (PDT) Message-Id: <200210151814.g9FIE5Ov083674@repoman.freebsd.org> From: Robert Watson Date: Tue, 15 Oct 2002 11:14:05 -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 rwatson 2002/10/15 11:14:05 PDT Modified files: sbin/tunefs tunefs.c Log: Teach tunefs to print the ACL and multilabel flag information when inspecting a superblock. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.30 +4 -0 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 Tue Oct 15 11:21: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 52FB137B401; Tue, 15 Oct 2002 11:21:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01EDB43EAF; Tue, 15 Oct 2002 11:21:26 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FILPMt084265; Tue, 15 Oct 2002 11:21:25 -0700 (PDT) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FILPd4084264; Tue, 15 Oct 2002 11:21:25 -0700 (PDT) Message-Id: <200210151821.g9FILPd4084264@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 15 Oct 2002 11:21:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ffmpeg 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/10/15 11:21:25 PDT Modified files: graphics/ffmpeg Makefile distinfo Log: o House a known good ffmpeg CVS snapshot under MASTER_SITE_LOCAL o Add -lm to libs, some installations seem to explicitly require it PR: 43973 Prompted by: Joe "Floid" Kanowitz Reviewed by: Charles Henrich , Steve O'Hara-Smith , alex@acatysmoof.com Revision Changes Path 1.7 +4 -3 ports/graphics/ffmpeg/Makefile 1.3 +1 -1 ports/graphics/ffmpeg/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 11:21: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 9A4DF37B401; Tue, 15 Oct 2002 11:21:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42C5443E91; Tue, 15 Oct 2002 11:21:54 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FILsMt084310; Tue, 15 Oct 2002 11:21:54 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FILrDY084309; Tue, 15 Oct 2002 11:21:53 -0700 (PDT) Message-Id: <200210151821.g9FILrDY084309@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Oct 2002 11:21:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom.h geom_enc.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/10/15 11:21:53 PDT Modified files: sys/geom geom.h geom_enc.c Log: Constification ? Yes, out that door, row on the left, one patch each. Sponsored by: DARPA & NAI Labs Revision Changes Path 1.32 +5 -5 src/sys/geom/geom.h 1.8 +5 -5 src/sys/geom/geom_enc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 11:24: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 277BB37B401; Tue, 15 Oct 2002 11:24:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF5FA43E91; Tue, 15 Oct 2002 11:24:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FIOVMt084384; Tue, 15 Oct 2002 11:24:31 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FIOVXk084383; Tue, 15 Oct 2002 11:24:31 -0700 (PDT) Message-Id: <200210151824.g9FIOVXk084383@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Oct 2002 11:24:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/login login.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/10/15 11:24:31 PDT Modified files: usr.bin/login login.c Log: Be consistent about functions being static. Spotted by: FlexeLint Revision Changes Path 1.91 +4 -4 src/usr.bin/login/login.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 11:27: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 1D47837B401; Tue, 15 Oct 2002 11:27:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BED7143E9C; Tue, 15 Oct 2002 11:27:35 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FIRZMt084577; Tue, 15 Oct 2002 11:27:35 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FIRZMO084576; Tue, 15 Oct 2002 11:27:35 -0700 (PDT) Message-Id: <200210151827.g9FIRZMO084576@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 15 Oct 2002 11:27:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/pan2 Makefile distinfo ports/news/pan2/files patch-Makefile 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/10/15 11:27:35 PDT Modified files: news/pan2 Makefile distinfo news/pan2/files patch-Makefile Removed files: news/pan2/files patch-configure Log: Update to 0.13.1. Submitted by: Martin Klaffenböck Revision Changes Path 1.65 +1 -2 ports/news/pan2/Makefile 1.44 +1 -1 ports/news/pan2/distinfo 1.2 +6 -6 ports/news/pan2/files/patch-Makefile 1.3 +0 -67 ports/news/pan2/files/patch-configure (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 11:34: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 33F7437B401; Tue, 15 Oct 2002 11:34:21 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id E61DD43EB1; Tue, 15 Oct 2002 11:34:19 -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 EAA01723; Wed, 16 Oct 2002 04:34:18 +1000 Date: Wed, 16 Oct 2002 04:44:52 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Matt Jacob Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/dev/isp isp_target.c In-Reply-To: <200210142213.g9EMDpAS092280@repoman.freebsd.org> Message-ID: <20021016044435.T1862-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, 14 Oct 2002, Matt Jacob wrote: > mjacob 2002/10/14 15:13:51 PDT > > Modified files: > sys/dev/isp isp_target.c > Log: > LINT related fixes (as noticed by bde) > > Revision Changes Path > 1.22 +6 -6 src/sys/dev/isp/isp_target.c Thanks. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 11:51: 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 DF67337B401; Tue, 15 Oct 2002 11:51:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91FF143EB7; Tue, 15 Oct 2002 11:51:03 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FIp3Mt087323; Tue, 15 Oct 2002 11:51:03 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FIp34e087318; Tue, 15 Oct 2002 11:51:03 -0700 (PDT) Message-Id: <200210151851.g9FIp34e087318@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Oct 2002 11:51:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/pseudofs pseudofs_vncache.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/10/15 11:51:03 PDT Modified files: sys/fs/pseudofs pseudofs_vncache.c Log: Plug an infrequent (I think) memory leak. Spotted by: FlexeLint Revision Changes Path 1.19 +3 -1 src/sys/fs/pseudofs/pseudofs_vncache.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 11:53: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 6635237B401; Tue, 15 Oct 2002 11:53:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18DD043E4A; Tue, 15 Oct 2002 11:53:56 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FIrtMt090472; Tue, 15 Oct 2002 11:53:55 -0700 (PDT) (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FIrt4r090471; Tue, 15 Oct 2002 11:53:55 -0700 (PDT) Message-Id: <200210151853.g9FIrt4r090471@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Tue, 15 Oct 2002 11:53:55 -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 mdodd 2002/10/15 11:53:55 PDT Modified files: en/donations wantlist.sgml Log: I'm having no luck finding hardware for the scd(4) driver. Maybe someone else has one of these. Revision Changes Path 1.30 +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 Tue Oct 15 11: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 1495837B401; Tue, 15 Oct 2002 11:56:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B89CE43E4A; Tue, 15 Oct 2002 11:56:13 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FIuDMt092941; Tue, 15 Oct 2002 11:56:13 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FIuDVw092937; Tue, 15 Oct 2002 11:56:13 -0700 (PDT) Message-Id: <200210151856.g9FIuDVw092937@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Oct 2002 11:56:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_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/10/15 11:56:13 PDT Modified files: sys/kern subr_bus.c Log: Use ; not , as statement separator in PDEBUG() macro. Ignoring a NULL dev in device_set_ivars() sounds wrong, KASSERT it to non-NULL instead. Do the same for device_get_ivars() for reasons of symmetry, though it probably would have yielded a panic anyway, this gives more precise diagnostics. Absentmindedly nodded OK to by: jhb Revision Changes Path 1.115 +4 -5 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 11: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 C295937B401; Tue, 15 Oct 2002 11:58:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7413D43EA3; Tue, 15 Oct 2002 11:58:38 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FIwcMt095059; Tue, 15 Oct 2002 11:58:38 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FIwcfc095058; Tue, 15 Oct 2002 11:58:38 -0700 (PDT) Message-Id: <200210151858.g9FIwcfc095058@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Oct 2002 11:58:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_linker.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/10/15 11:58:38 PDT Modified files: sys/kern kern_linker.c Log: Plug a memory-leak. "I think you're right" by: jake Revision Changes Path 1.95 +1 -0 src/sys/kern/kern_linker.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 12:11: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 16CFF37B401; Tue, 15 Oct 2002 12:11:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB0F343E6E; Tue, 15 Oct 2002 12:11:42 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FJBgMt099456; Tue, 15 Oct 2002 12:11:42 -0700 (PDT) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FJBgAL099455; Tue, 15 Oct 2002 12:11:42 -0700 (PDT) Message-Id: <200210151911.g9FJBgAL099455@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 15 Oct 2002 12:11:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/ruby-postgres 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/10/15 12:11:42 PDT Modified files: databases/ruby-postgres Makefile distinfo pkg-plist Log: Update to 0.7.0. Revision Changes Path 1.23 +2 -3 ports/databases/ruby-postgres/Makefile 1.8 +1 -1 ports/databases/ruby-postgres/distinfo 1.6 +1 -1 ports/databases/ruby-postgres/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 Oct 15 12:15: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 1B40337B401; Tue, 15 Oct 2002 12:15:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBDF143EA3; Tue, 15 Oct 2002 12:15:56 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FJFuMt099626; Tue, 15 Oct 2002 12:15:56 -0700 (PDT) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FJFuFA099625; Tue, 15 Oct 2002 12:15:56 -0700 (PDT) Message-Id: <200210151915.g9FJFuFA099625@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 15 Oct 2002 12:15:56 -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_cdrom.c patch-lib::freedb.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/10/15 12:15:56 PDT Modified files: audio/ruby-freedb Makefile distinfo Removed files: audio/ruby-freedb/files patch-freedb_cdrom.c patch-lib::freedb.rb Log: Update to 0.4.1. (patches fully integrated) Revision Changes Path 1.8 +1 -1 ports/audio/ruby-freedb/Makefile 1.6 +1 -1 ports/audio/ruby-freedb/distinfo 1.2 +0 -48 ports/audio/ruby-freedb/files/patch-freedb_cdrom.c (dead) 1.2 +0 -80 ports/audio/ruby-freedb/files/patch-lib::freedb.rb (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 12:29: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 CD98A37B404; Tue, 15 Oct 2002 12:29:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 788DB43EAA; Tue, 15 Oct 2002 12:29:09 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FJT9Mt000507; Tue, 15 Oct 2002 12:29:09 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FJT98o000506; Tue, 15 Oct 2002 12:29:09 -0700 (PDT) Message-Id: <200210151929.g9FJT98o000506@repoman.freebsd.org> From: Ernst de Haan Date: Tue, 15 Oct 2002 12:29:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/jakarta-tomcat4 pkg-comment 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 znerd 2002/10/15 12:29:09 PDT Modified files: www/jakarta-tomcat4 pkg-comment pkg-descr Log: Improved the description of this port. PR: 44102 Requested by: Liu Kang Revision Changes Path 1.3 +1 -1 ports/www/jakarta-tomcat4/pkg-comment 1.2 +7 -3 ports/www/jakarta-tomcat4/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 Oct 15 12:29: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 563CF37B401; Tue, 15 Oct 2002 12:29:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44A1A43EA3; Tue, 15 Oct 2002 12:29:45 -0700 (PDT) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FJTjMt000537; Tue, 15 Oct 2002 12:29:45 -0700 (PDT) (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FJTjJB000536; Tue, 15 Oct 2002 12:29:45 -0700 (PDT) Message-Id: <200210151929.g9FJTjJB000536@repoman.freebsd.org> From: Mark Peek Date: Tue, 15 Oct 2002 12:29:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gdb53/files patch-gdb_i386-tdep.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 mp 2002/10/15 12:29:44 PDT Modified files: devel/gdb53/files patch-gdb_i386-tdep.c Log: Fix patch to remove bogus prefix pathnames. Revision Changes Path 1.2 +2 -2 ports/devel/gdb53/files/patch-gdb_i386-tdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 12: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 3097337B401; Tue, 15 Oct 2002 12:31:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5BF943E9C; Tue, 15 Oct 2002 12:31:40 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FJVeMt000985; Tue, 15 Oct 2002 12:31:40 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FJVeQ2000984; Tue, 15 Oct 2002 12:31:40 -0700 (PDT) Message-Id: <200210151931.g9FJVeQ2000984@repoman.freebsd.org> From: Ernst de Haan Date: Tue, 15 Oct 2002 12:31:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/jakarta-tomcat41 pkg-comment 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 znerd 2002/10/15 12:31:40 PDT Modified files: www/jakarta-tomcat41 pkg-comment pkg-descr Log: Improved description. PR: 44102 Requested by: Liu Kang Revision Changes Path 1.4 +1 -1 ports/www/jakarta-tomcat41/pkg-comment 1.3 +3 -3 ports/www/jakarta-tomcat41/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 Oct 15 12:33: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 D783B37B404; Tue, 15 Oct 2002 12:33:10 -0700 (PDT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 954D143E75; Tue, 15 Oct 2002 12:33:09 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.3/8.12.3) with ESMTP id g9FJX8V3096009; Tue, 15 Oct 2002 15:33:08 -0400 (EDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (8.12.3/8.12.3/Submit) with ESMTP id g9FJX8WD096006; Tue, 15 Oct 2002 15:33:08 -0400 (EDT) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Tue, 15 Oct 2002 15:33:08 -0400 (EDT) From: Trevor Johnson To: Trevor Johnson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: ports/www/netscape7 Makefile In-Reply-To: <200210151626.g9FGQFbq076309@repoman.freebsd.org> Message-ID: <20021015152648.I84234-100000@blues.jpj.net> 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 > trevor 2002/10/15 09:26:15 PDT > > Modified files: > www/netscape7 Makefile > Log: > I e-mailed the repomeisters for their help. Peter Wemm has repaired the repository for me. He thinks the damage might have been caused by a bug in the cvs(1) 1.11.1p1 which I was using. After I update my cvs command to a version with fewer 1's, I'll have a go at correcting the port. :-) -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 12:38: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 5736637B401; Tue, 15 Oct 2002 12:38:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 064AA43E6E; Tue, 15 Oct 2002 12:38:47 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FJckMt001226; Tue, 15 Oct 2002 12:38:46 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FJckeO001225; Tue, 15 Oct 2002 12:38:46 -0700 (PDT) Message-Id: <200210151938.g9FJckeO001225@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 15 Oct 2002 12:38:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/pan2/files patch-Makefile 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 marcus 2002/10/15 12:38:46 PDT Added files: news/pan2/files patch-Makefile.in Removed files: news/pan2/files patch-Makefile Log: Rename patch-Makefile to patch-Makefile.in to correctly reflect the file it patches. Reported by: Martin Klaffenböck Revision Changes Path 1.3 +0 -11 ports/news/pan2/files/patch-Makefile (dead) 1.1 +11 -0 ports/news/pan2/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 Tue Oct 15 12:46: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 21E7237B401; Tue, 15 Oct 2002 12:46:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A374143EB3; Tue, 15 Oct 2002 12:46:48 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FJkmMt002164; Tue, 15 Oct 2002 12:46:48 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FJkmYA002163; Tue, 15 Oct 2002 12:46:48 -0700 (PDT) Message-Id: <200210151946.g9FJkmYA002163@repoman.freebsd.org> From: Max Khon Date: Tue, 15 Oct 2002 12:46:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/alpha SYS.h src/lib/libc/alpha/sys Makefile.inc src/lib/libc/gen ttyname.c src/lib/libc/i386 SYS.h src/lib/libc/i386/sys Makefile.inc Ovfork.S src/lib/libc/stdlib abort.c src/lib/libc_r Makefile src/lib/libc_r/uthread ... 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 fjoe 2002/10/15 12:46:48 PDT Modified files: (Branch: RELENG_4) lib/libc/alpha SYS.h lib/libc/alpha/sys Makefile.inc lib/libc/gen ttyname.c lib/libc/i386 SYS.h lib/libc/i386/sys Makefile.inc Ovfork.S lib/libc/stdlib abort.c lib/libc_r Makefile lib/libc_r/uthread pthread_private.h uthread_accept.c uthread_aio_suspend.c uthread_bind.c uthread_close.c uthread_connect.c uthread_dup.c uthread_dup2.c uthread_execve.c uthread_exit.c uthread_fchflags.c uthread_fchmod.c uthread_fchown.c uthread_fcntl.c uthread_fd.c uthread_flock.c uthread_fork.c uthread_fpathconf.c uthread_fstat.c uthread_fstatfs.c uthread_fsync.c uthread_getdirentries.c uthread_getpeername.c uthread_getsockname.c uthread_getsockopt.c uthread_info.c uthread_init.c uthread_ioctl.c uthread_kern.c uthread_kevent.c uthread_listen.c uthread_msync.c uthread_open.c uthread_pipe.c uthread_poll.c uthread_read.c uthread_readv.c uthread_recvfrom.c uthread_recvmsg.c uthread_select.c uthread_sendfile.c uthread_sendmsg.c uthread_sendto.c uthread_setsockopt.c uthread_shutdown.c uthread_sig.c uthread_sigaction.c uthread_sigblock.c uthread_signal.c uthread_sigsetmask.c uthread_sigwait.c uthread_socket.c uthread_socketpair.c uthread_spinlock.c uthread_wait4.c uthread_write.c uthread_writev.c Log: MFC: Diff reduction to -current libc_r (part 1): _thread_sys_{syscall} -> __sys_{syscall}. This change does not break ABI because these symbols are used solely inside libc_r. Approved by: deischen Revision Changes Path 1.11.2.2 +5 -5 src/lib/libc/alpha/SYS.h 1.6.2.1 +2 -2 src/lib/libc/alpha/sys/Makefile.inc 1.10.6.2 +1 -1 src/lib/libc/gen/ttyname.c 1.17.2.2 +4 -4 src/lib/libc/i386/SYS.h 1.17.2.3 +2 -2 src/lib/libc/i386/sys/Makefile.inc 1.11.2.1 +1 -1 src/lib/libc/i386/sys/Ovfork.S 1.5.6.2 +2 -2 src/lib/libc/stdlib/abort.c 1.24.2.6 +1 -1 src/lib/libc_r/Makefile 1.36.2.19 +57 -58 src/lib/libc_r/uthread/pthread_private.h 1.13.2.2 +2 -2 src/lib/libc_r/uthread/uthread_accept.c 1.2.2.3 +2 -2 src/lib/libc_r/uthread/uthread_aio_suspend.c 1.9.2.1 +2 -2 src/lib/libc_r/uthread/uthread_bind.c 1.10.2.2 +4 -4 src/lib/libc_r/uthread/uthread_close.c 1.10.2.2 +3 -3 src/lib/libc_r/uthread/uthread_connect.c 1.8.2.2 +2 -2 src/lib/libc_r/uthread/uthread_dup.c 1.9.2.6 +2 -2 src/lib/libc_r/uthread/uthread_dup2.c 1.11.2.3 +7 -7 src/lib/libc_r/uthread/uthread_execve.c 1.16.2.6 +6 -6 src/lib/libc_r/uthread/uthread_exit.c 1.4.2.1 +2 -2 src/lib/libc_r/uthread/uthread_fchflags.c 1.8.2.1 +2 -2 src/lib/libc_r/uthread/uthread_fchmod.c 1.8.2.1 +2 -2 src/lib/libc_r/uthread/uthread_fchown.c 1.12.2.2 +7 -7 src/lib/libc_r/uthread/uthread_fcntl.c 1.16.2.5 +2 -2 src/lib/libc_r/uthread/uthread_fd.c 1.8.2.1 +2 -2 src/lib/libc_r/uthread/uthread_flock.c 1.19.2.5 +10 -10 src/lib/libc_r/uthread/uthread_fork.c 1.1.2.2 +1 -1 src/lib/libc_r/uthread/uthread_fpathconf.c 1.8.2.1 +2 -2 src/lib/libc_r/uthread/uthread_fstat.c 1.8.2.1 +2 -2 src/lib/libc_r/uthread/uthread_fstatfs.c 1.8.2.1 +2 -2 src/lib/libc_r/uthread/uthread_fsync.c 1.8.2.1 +2 -2 src/lib/libc_r/uthread/uthread_getdirentries.c 1.9.2.1 +2 -2 src/lib/libc_r/uthread/uthread_getpeername.c 1.9.2.1 +2 -2 src/lib/libc_r/uthread/uthread_getsockname.c 1.9.2.1 +2 -2 src/lib/libc_r/uthread/uthread_getsockopt.c 1.14.2.5 +18 -18 src/lib/libc_r/uthread/uthread_info.c 1.23.2.8 +17 -17 src/lib/libc_r/uthread/uthread_init.c 1.9.2.2 +1 -1 src/lib/libc_r/uthread/uthread_ioctl.c 1.28.2.10 +4 -4 src/lib/libc_r/uthread/uthread_kern.c 1.2.2.4 +2 -2 src/lib/libc_r/uthread/uthread_kevent.c 1.8.2.1 +2 -2 src/lib/libc_r/uthread/uthread_listen.c 1.3.2.1 +2 -2 src/lib/libc_r/uthread/uthread_msync.c 1.9.2.1 +3 -3 src/lib/libc_r/uthread/uthread_open.c 1.8.2.1 +4 -4 src/lib/libc_r/uthread/uthread_pipe.c 1.9.2.2 +1 -1 src/lib/libc_r/uthread/uthread_poll.c 1.11.2.2 +1 -1 src/lib/libc_r/uthread/uthread_read.c 1.11.2.3 +1 -1 src/lib/libc_r/uthread/uthread_readv.c 1.9.2.2 +1 -1 src/lib/libc_r/uthread/uthread_recvfrom.c 1.7.2.2 +1 -1 src/lib/libc_r/uthread/uthread_recvmsg.c 1.16.2.3 +1 -1 src/lib/libc_r/uthread/uthread_select.c 1.2.2.8 +1 -1 src/lib/libc_r/uthread/uthread_sendfile.c 1.7.2.2 +1 -1 src/lib/libc_r/uthread/uthread_sendmsg.c 1.9.2.2 +1 -1 src/lib/libc_r/uthread/uthread_sendto.c 1.9.2.1 +2 -2 src/lib/libc_r/uthread/uthread_setsockopt.c 1.9.2.1 +4 -4 src/lib/libc_r/uthread/uthread_shutdown.c 1.25.2.11 +2 -2 src/lib/libc_r/uthread/uthread_sig.c 1.11.2.2 +2 -2 src/lib/libc_r/uthread/uthread_sigaction.c 1.4.2.1 +1 -1 src/lib/libc_r/uthread/uthread_sigblock.c 1.4.2.2 +2 -2 src/lib/libc_r/uthread/uthread_signal.c 1.4.2.1 +1 -1 src/lib/libc_r/uthread/uthread_sigsetmask.c 1.13.2.3 +3 -3 src/lib/libc_r/uthread/uthread_sigwait.c 1.8.2.1 +3 -3 src/lib/libc_r/uthread/uthread_socket.c 1.10.2.1 +4 -4 src/lib/libc_r/uthread/uthread_socketpair.c 1.8.2.1 +2 -2 src/lib/libc_r/uthread/uthread_spinlock.c 1.10.2.3 +1 -1 src/lib/libc_r/uthread/uthread_wait4.c 1.16.2.3 +1 -1 src/lib/libc_r/uthread/uthread_write.c 1.16.2.3 +1 -1 src/lib/libc_r/uthread/uthread_writev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 13: 0: 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 7C42237B401; Tue, 15 Oct 2002 13:00:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CF4343E9C; Tue, 15 Oct 2002 13:00:07 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FK06Mt002886; Tue, 15 Oct 2002 13:00:06 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FK063Z002885; Tue, 15 Oct 2002 13:00:06 -0700 (PDT) Message-Id: <200210152000.g9FK063Z002885@repoman.freebsd.org> From: Robert Watson Date: Tue, 15 Oct 2002 13:00:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.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/10/15 13:00:06 PDT Modified files: sys/ufs/ffs ffs_vfsops.c Log: If the FS_MULTILABEL flag is set in a UFS or UFS2 superblock, automatically set MNT_MULTILABEL in the mount flags. If FS_ACLS is set in a UFS or UFS2 superblock, automatically set MNT_ACLS in the mount flags. If either of these flags is set, but the appropriate kernel option to support the features associated with the flag isn't available, then print a warning at mount-time. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.194 +17 -0 src/sys/ufs/ffs/ffs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 13:24: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 71A4937B401; Tue, 15 Oct 2002 13:24:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDC7B43E9E; Tue, 15 Oct 2002 13:24:40 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FKOeMt004977; Tue, 15 Oct 2002 13:24:40 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FKOemu004976; Tue, 15 Oct 2002 13:24:40 -0700 (PDT) Message-Id: <200210152024.g9FKOemu004976@repoman.freebsd.org> From: Peter Wemm Date: Tue, 15 Oct 2002 13:24:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs ChangeLog DEVEL-CVS FREEBSD-upgrade HACKING INSTALL Makefile.am Makefile.in NEWS README TESTS TODO acinclude.m4 aclocal.m4 compile config.h.in configure configure.in depcomp mdate-sh noautomake.sh src/contrib/cvs/contrib ChangeLog ... 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 peter 2002/10/15 13:24:40 PDT Modified files: (Branch: RELENG_4) contrib/cvs ChangeLog DEVEL-CVS FREEBSD-upgrade HACKING INSTALL Makefile.am Makefile.in NEWS README TESTS TODO acinclude.m4 aclocal.m4 config.h.in configure configure.in depcomp contrib/cvs/contrib ChangeLog Makefile.am Makefile.in cvs_acls.in rcs2log.sh rcs2sccs.sh sccs2rcs.in contrib/cvs/diff ChangeLog Makefile.in diff3.c io.c system.h contrib/cvs/doc ChangeLog Makefile.am Makefile.in cvs.texinfo cvsclient.texi contrib/cvs/lib ChangeLog Makefile.in fnmatch.c getdate.y getline.c valloc.c xselect.h contrib/cvs/man ChangeLog Makefile.in cvs.1 cvs.5 cvsbug.8 contrib/cvs/src ChangeLog Makefile.am Makefile.in admin.c annotate.c buffer.c buffer.h checkout.c client.c client.h commit.c cvs.h diff.c entries.c error.h filesubr.c find_names.c history.c import.c lock.c log.c login.c logmsg.c main.c mkmodules.c modules.c myndbm.c parseinfo.c patch.c rcs.c rcs.h rcscmds.c recurse.c remove.c root.c sanity.sh server.c server.h subr.c tag.c update.c update.h vers_ts.c version.c wrapper.c zlib.c contrib/cvs/tools ChangeLog Makefile.in README Added files: (Branch: RELENG_4) contrib/cvs compile mdate-sh noautomake.sh contrib/cvs/contrib pvcs2rcs.in contrib/cvs/doc mdate-sh stamp-1 stamp-vti version-client.texi version.texi contrib/cvs/src root.h version.h.in Removed files: (Branch: RELENG_4) contrib/cvs/src prepend_args.c prepend_args.h version.c.in Log: MFC: cvs-1.11.2, plus client.c rev 1.7 (missing client upload) Revision Changes Path 1.1.1.8.2.3 +300 -7 src/contrib/cvs/ChangeLog 1.1.1.3.6.2 +1 -1 src/contrib/cvs/DEVEL-CVS 1.7.2.3 +4 -5 src/contrib/cvs/FREEBSD-upgrade 1.1.1.4.2.2 +13 -7 src/contrib/cvs/HACKING 1.1.1.6.2.3 +19 -6 src/contrib/cvs/INSTALL 1.1.1.1.2.2 +9 -18 src/contrib/cvs/Makefile.am 1.1.1.6.2.3 +60 -68 src/contrib/cvs/Makefile.in 1.1.1.6.2.3 +71 -24 src/contrib/cvs/NEWS 1.1.1.3.6.2 +1 -0 src/contrib/cvs/README 1.1.1.4.2.2 +79 -13 src/contrib/cvs/TESTS 1.1.1.5.2.3 +28 -8 src/contrib/cvs/TODO 1.1.1.1.2.2 +5 -3 src/contrib/cvs/acinclude.m4 1.1.1.1.2.2 +170 -197 src/contrib/cvs/aclocal.m4 1.1.1.1.2.1 +82 -0 src/contrib/cvs/compile (new) 1.1.1.6.2.3 +15 -0 src/contrib/cvs/config.h.in 1.1.1.7.2.3 +966 -732 src/contrib/cvs/configure 1.1.1.7.2.3 +64 -19 src/contrib/cvs/configure.in 1.1.1.7.2.3 +121 -0 src/contrib/cvs/contrib/ChangeLog 1.1.1.1.2.2 +3 -2 src/contrib/cvs/contrib/Makefile.am 1.1.1.4.2.3 +31 -37 src/contrib/cvs/contrib/Makefile.in 1.1.1.1.2.2 +50 -7 src/contrib/cvs/contrib/cvs_acls.in 1.1.1.1.2.1 +1150 -0 src/contrib/cvs/contrib/pvcs2rcs.in (new) 1.1.1.3.2.1 +247 -199 src/contrib/cvs/contrib/rcs2log.sh 1.1.1.2.6.1 +1 -1 src/contrib/cvs/contrib/rcs2sccs.sh 1.3.2.2 +7 -8 src/contrib/cvs/contrib/sccs2rcs.in 1.1.1.1.2.2 +60 -21 src/contrib/cvs/depcomp 1.1.1.3.2.3 +35 -0 src/contrib/cvs/diff/ChangeLog 1.1.1.3.2.2 +69 -79 src/contrib/cvs/diff/Makefile.in 1.2.2.3 +4 -4 src/contrib/cvs/diff/diff3.c 1.1.1.2.2.1 +2 -2 src/contrib/cvs/diff/io.c 1.1.1.2.2.2 +10 -0 src/contrib/cvs/diff/system.h 1.1.1.9.2.3 +297 -0 src/contrib/cvs/doc/ChangeLog 1.1.1.1.2.2 +19 -71 src/contrib/cvs/doc/Makefile.am 1.1.1.2.6.3 +103 -116 src/contrib/cvs/doc/Makefile.in 1.1.1.9.2.3 +982 -183 src/contrib/cvs/doc/cvs.texinfo 1.1.1.8.2.3 +3 -3 src/contrib/cvs/doc/cvsclient.texi 1.1.1.1.2.1 +92 -0 src/contrib/cvs/doc/mdate-sh (new) 1.1.1.1.2.1 +4 -0 src/contrib/cvs/doc/stamp-1 (new) 1.1.1.1.2.1 +4 -0 src/contrib/cvs/doc/stamp-vti (new) 1.1.1.1.2.1 +4 -0 src/contrib/cvs/doc/version-client.texi (new) 1.1.1.1.2.1 +4 -0 src/contrib/cvs/doc/version.texi (new) 1.1.1.7.2.3 +48 -0 src/contrib/cvs/lib/ChangeLog 1.1.1.6.2.3 +89 -100 src/contrib/cvs/lib/Makefile.in 1.1.1.3.2.1 +2 -2 src/contrib/cvs/lib/fnmatch.c 1.1.1.4.2.3 +1 -1 src/contrib/cvs/lib/getdate.y 1.1.1.3.6.2 +1 -0 src/contrib/cvs/lib/getline.c 1.1.1.1.8.1 +1 -1 src/contrib/cvs/lib/valloc.c 1.1.1.1.2.2 +3 -3 src/contrib/cvs/lib/xselect.h 1.1.1.5.2.3 +47 -0 src/contrib/cvs/man/ChangeLog 1.1.1.3.2.3 +41 -48 src/contrib/cvs/man/Makefile.in 1.15.2.5 +22 -7 src/contrib/cvs/man/cvs.1 1.1.1.1.8.1 +5 -0 src/contrib/cvs/man/cvs.5 1.2.6.3 +0 -0 src/contrib/cvs/man/cvsbug.8 1.1.1.1.2.1 +92 -0 src/contrib/cvs/mdate-sh (new) 1.1.1.1.2.1 +92 -0 src/contrib/cvs/noautomake.sh (new) 1.1.1.9.2.3 +804 -0 src/contrib/cvs/src/ChangeLog 1.1.1.1.2.2 +12 -22 src/contrib/cvs/src/Makefile.am 1.1.1.6.2.3 +138 -155 src/contrib/cvs/src/Makefile.in 1.1.1.6.2.3 +5 -5 src/contrib/cvs/src/admin.c 1.1.1.1.2.2 +24 -8 src/contrib/cvs/src/annotate.c 1.1.1.3.6.1 +149 -19 src/contrib/cvs/src/buffer.c 1.1.1.3.6.1 +3 -3 src/contrib/cvs/src/buffer.h 1.1.1.8.2.4 +105 -27 src/contrib/cvs/src/checkout.c 1.2.2.4 +382 -376 src/contrib/cvs/src/client.c 1.1.1.6.2.2 +36 -24 src/contrib/cvs/src/client.h 1.8.2.3 +6 -10 src/contrib/cvs/src/commit.c 1.11.2.4 +14 -24 src/contrib/cvs/src/cvs.h 1.14.2.3 +86 -38 src/contrib/cvs/src/diff.c 1.1.1.5.2.4 +0 -0 src/contrib/cvs/src/entries.c 1.1.1.2.6.2 +8 -3 src/contrib/cvs/src/error.h 1.6.2.3 +2 -3 src/contrib/cvs/src/filesubr.c 1.1.1.6.2.2 +3 -4 src/contrib/cvs/src/find_names.c 1.1.1.6.2.3 +5 -6 src/contrib/cvs/src/history.c 1.7.2.3 +14 -11 src/contrib/cvs/src/import.c 1.7.2.3 +12 -1 src/contrib/cvs/src/lock.c 1.1.1.5.2.3 +78 -61 src/contrib/cvs/src/log.c 1.3.2.3 +12 -4 src/contrib/cvs/src/login.c 1.6.2.3 +103 -59 src/contrib/cvs/src/logmsg.c 1.18.2.3 +6 -4 src/contrib/cvs/src/main.c 1.9.2.3 +12 -2 src/contrib/cvs/src/mkmodules.c 1.1.1.5.2.3 +14 -11 src/contrib/cvs/src/modules.c 1.1.1.5.2.2 +17 -6 src/contrib/cvs/src/myndbm.c 1.1.1.7.2.3 +15 -1 src/contrib/cvs/src/parseinfo.c 1.1.1.7.2.3 +5 -5 src/contrib/cvs/src/patch.c 1.2.4.1 +0 -86 src/contrib/cvs/src/prepend_args.c (dead) 1.1.4.1 +0 -26 src/contrib/cvs/src/prepend_args.h (dead) 1.19.2.3 +198 -53 src/contrib/cvs/src/rcs.c 1.7.2.3 +0 -0 src/contrib/cvs/src/rcs.h 1.7.2.2 +0 -0 src/contrib/cvs/src/rcscmds.c 1.6.2.3 +4 -1 src/contrib/cvs/src/recurse.c 1.1.1.5.2.3 +8 -0 src/contrib/cvs/src/remove.c 1.1.1.5.2.3 +29 -34 src/contrib/cvs/src/root.c 1.1.1.1.2.1 +37 -0 src/contrib/cvs/src/root.h (new) 1.1.1.8.2.3 +1708 -321 src/contrib/cvs/src/sanity.sh 1.13.2.3 +102 -76 src/contrib/cvs/src/server.c 1.1.1.6.2.1 +0 -1 src/contrib/cvs/src/server.h 1.1.1.7.2.3 +4 -4 src/contrib/cvs/src/subr.c 1.1.1.6.2.3 +76 -10 src/contrib/cvs/src/tag.c 1.6.2.4 +11 -11 src/contrib/cvs/src/update.c 1.1.1.2.6.3 +0 -0 src/contrib/cvs/src/update.h 1.1.1.6.2.3 +13 -4 src/contrib/cvs/src/vers_ts.c 1.1.1.8.2.2 +14 -4 src/contrib/cvs/src/version.c 1.1.1.1.2.2 +0 -86 src/contrib/cvs/src/version.c.in (dead) 1.1.1.1.2.1 +15 -0 src/contrib/cvs/src/version.h.in (new) 1.1.1.7.2.2 +28 -36 src/contrib/cvs/src/wrapper.c 1.1.1.3.2.2 +8 -8 src/contrib/cvs/src/zlib.c 1.1.1.4.2.2 +20 -0 src/contrib/cvs/tools/ChangeLog 1.1.1.4.2.2 +23 -31 src/contrib/cvs/tools/Makefile.in 1.1.1.2.2.1 +1 -1 src/contrib/cvs/tools/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 13:25: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 614DA37B401; Tue, 15 Oct 2002 13:25:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17DB743E9C; Tue, 15 Oct 2002 13:25:10 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FKP9Mt005137; Tue, 15 Oct 2002 13:25:09 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FKP95X005136; Tue, 15 Oct 2002 13:25:09 -0700 (PDT) Message-Id: <200210152025.g9FKP95X005136@repoman.freebsd.org> From: Peter Wemm Date: Tue, 15 Oct 2002 13:25:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cvs Makefile src/gnu/usr.bin/cvs/contrib Makefile src/gnu/usr.bin/cvs/cvs Makefile prepend_args.c prepend_args.h src/gnu/usr.bin/cvs/cvsbug Makefile src/gnu/usr.bin/cvs/doc Makefile src/gnu/usr.bin/cvs/lib 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 peter 2002/10/15 13:25:09 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/cvs Makefile gnu/usr.bin/cvs/contrib Makefile gnu/usr.bin/cvs/cvs Makefile gnu/usr.bin/cvs/cvsbug Makefile gnu/usr.bin/cvs/doc Makefile gnu/usr.bin/cvs/lib Makefile config.h gnu/usr.bin/cvs/libdiff Makefile Added files: (Branch: RELENG_4) gnu/usr.bin/cvs/cvs prepend_args.c prepend_args.h Log: MFC: cvs-1.11.2 bmake glue Revision Changes Path 1.13.2.2 +0 -0 src/gnu/usr.bin/cvs/Makefile 1.14.2.4 +0 -0 src/gnu/usr.bin/cvs/contrib/Makefile 1.32.2.4 +5 -4 src/gnu/usr.bin/cvs/cvs/Makefile 1.3.2.1 +86 -0 src/gnu/usr.bin/cvs/cvs/prepend_args.c (new) 1.2.2.1 +26 -0 src/gnu/usr.bin/cvs/cvs/prepend_args.h (new) 1.11.2.5 +0 -0 src/gnu/usr.bin/cvs/cvsbug/Makefile 1.12.2.2 +0 -11 src/gnu/usr.bin/cvs/doc/Makefile 1.19.2.2 +2 -1 src/gnu/usr.bin/cvs/lib/Makefile 1.6.2.3 +16 -1 src/gnu/usr.bin/cvs/lib/config.h 1.4.2.2 +0 -0 src/gnu/usr.bin/cvs/libdiff/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 13: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 A918437B401; Tue, 15 Oct 2002 13:30:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5938F43E9C; Tue, 15 Oct 2002 13:30:26 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FKUQMt005465; Tue, 15 Oct 2002 13:30:26 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FKUPOw005463; Tue, 15 Oct 2002 13:30:25 -0700 (PDT) Message-Id: <200210152030.g9FKUPOw005463@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 15 Oct 2002 13:30:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cyrus-sasl2 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 ume 2002/10/15 13:30:25 PDT Modified files: security/cyrus-sasl2 Makefile pkg-plist Log: - Add WITH_LDAP option which includes OpenLDAP2 support into saslauthd(8). - Install saslauthd(8) related docs. OpenLDAP2 support is described in LDAP_SASLAUTHD. Revision Changes Path 1.57 +13 -1 ports/security/cyrus-sasl2/Makefile 1.21 +8 -0 ports/security/cyrus-sasl2/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 Oct 15 13:32: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 DE99437B401; Tue, 15 Oct 2002 13:32:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 982DD43EAC; Tue, 15 Oct 2002 13:32:45 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FKWjMt005841; Tue, 15 Oct 2002 13:32:45 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FKWjQS005840; Tue, 15 Oct 2002 13:32:45 -0700 (PDT) Message-Id: <200210152032.g9FKWjQS005840@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Oct 2002 13:32:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1 i4b_l1dmux.c src/sys/i4b/layer1/ihfc i4b_ihfc_drv.c i4b_ihfc_l1if.c i4b_ihfc_pnp.c src/sys/i4b/layer1/isic i4b_isic_pnp.c src/sys/i4b/layer1/itjc i4b_itjc_pci.c src/sys/i4b/layer2 i4b_l2.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/10/15 13:32:45 PDT Modified files: sys/i4b/layer1 i4b_l1dmux.c sys/i4b/layer1/ihfc i4b_ihfc_drv.c i4b_ihfc_l1if.c i4b_ihfc_pnp.c sys/i4b/layer1/isic i4b_isic_pnp.c sys/i4b/layer1/itjc i4b_itjc_pci.c sys/i4b/layer2 i4b_l2.c Log: Be consistent about marking functions static. Found by: FlexeLint. Revision Changes Path 1.6 +2 -2 src/sys/i4b/layer1/i4b_l1dmux.c 1.14 +10 -10 src/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c 1.9 +8 -8 src/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c 1.7 +5 -5 src/sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c 1.8 +2 -2 src/sys/i4b/layer1/isic/i4b_isic_pnp.c 1.6 +2 -2 src/sys/i4b/layer1/itjc/i4b_itjc_pci.c 1.18 +2 -1 src/sys/i4b/layer2/i4b_l2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 13:39: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 93D9D37B401; Tue, 15 Oct 2002 13:39:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44FB943E7B; Tue, 15 Oct 2002 13:39:48 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FKdmMt006128; Tue, 15 Oct 2002 13:39:48 -0700 (PDT) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FKdmm7006127; Tue, 15 Oct 2002 13:39:48 -0700 (PDT) Message-Id: <200210152039.g9FKdmm7006127@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 15 Oct 2002 13:39:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xnap 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/10/15 13:39:48 PDT Modified files: audio/xnap Makefile distinfo Log: Update to 2.3 Revision Changes Path 1.12 +1 -1 ports/audio/xnap/Makefile 1.10 +1 -1 ports/audio/xnap/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 13:50: 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 66B3737B406; Tue, 15 Oct 2002 13:49:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1857043EAA; Tue, 15 Oct 2002 13:49:59 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FKnwMt006797; Tue, 15 Oct 2002 13:49:58 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FKnwsx006796; Tue, 15 Oct 2002 13:49:58 -0700 (PDT) Message-Id: <200210152049.g9FKnwsx006796@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Oct 2002 13:49:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kern.post.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 phk 2002/10/15 13:49:58 PDT Modified files: sys/conf kern.post.mk Log: Don't show the command line when doing "make lint". Revision Changes Path 1.30 +1 -1 src/sys/conf/kern.post.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 13:53: 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 EB07537B401; Tue, 15 Oct 2002 13:53:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98CED43E88; Tue, 15 Oct 2002 13:53:02 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FKr2Mt007320; Tue, 15 Oct 2002 13:53:02 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FKr2Iw007319; Tue, 15 Oct 2002 13:53:02 -0700 (PDT) Message-Id: <200210152053.g9FKr2Iw007319@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 15 Oct 2002 13:53:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common layout.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/10/15 13:53:02 PDT Modified files: release/doc/en_US.ISO8859-1/installation/common layout.sgml Log: Update "Distribution Format" section for reality; XFree86 is installed as a regular package, not as a bunch of tarballs in a special directory on the CDs. PR: 43977 Submitted by: Brian Candler Revision Changes Path 1.5 +9 -15 src/release/doc/en_US.ISO8859-1/installation/common/layout.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 13:54: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 7273737B401; Tue, 15 Oct 2002 13:54:41 -0700 (PDT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4F2843EAA; Tue, 15 Oct 2002 13:54:40 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.3/8.12.3) with ESMTP id g9FKsdV3000939; Tue, 15 Oct 2002 16:54:39 -0400 (EDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (8.12.3/8.12.3/Submit) with ESMTP id g9FKsd8c000936; Tue, 15 Oct 2002 16:54:39 -0400 (EDT) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Tue, 15 Oct 2002 16:54:39 -0400 (EDT) From: Trevor Johnson To: Peter Wemm Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/contrib/cvs ChangeLog DEVEL-CVS FREEBSD-upgrade HACKING INSTALL Makefile.am Makefile.in NEWS README TESTS TODO acinclude.m4 aclocal.m4 compile config.h.in configure con In-Reply-To: <200210152024.g9FKOemu004976@repoman.freebsd.org> Message-ID: <20021015165415.Y84234-100000@blues.jpj.net> 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 > MFC: cvs-1.11.2, plus client.c rev 1.7 (missing client upload) Hooray! -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 13:54: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 920F137B40D; Tue, 15 Oct 2002 13:54:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F0E343EAF; Tue, 15 Oct 2002 13:54:42 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FKsgMt007385; Tue, 15 Oct 2002 13:54:42 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FKsfJB007384; Tue, 15 Oct 2002 13:54:41 -0700 (PDT) Message-Id: <200210152054.g9FKsfJB007384@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 15 Oct 2002 13:54:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common trouble.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/10/15 13:54:41 PDT Modified files: release/doc/en_US.ISO8859-1/installation/common trouble.sgml Log: The matcd(4) driver is gone, so eliminate the quasi-FAQ entry in the installation guide that refers to it. Revision Changes Path 1.6 +1 -29 src/release/doc/en_US.ISO8859-1/installation/common/trouble.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 13:59: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 68F7B37B401; Tue, 15 Oct 2002 13:59:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C2D043E9C; Tue, 15 Oct 2002 13:59:57 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FKxuMt007683; Tue, 15 Oct 2002 13:59:56 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FKxuvd007682; Tue, 15 Oct 2002 13:59:56 -0700 (PDT) Message-Id: <200210152059.g9FKxuvd007682@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 15 Oct 2002 13:59:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net pfkeyv2.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 ume 2002/10/15 13:59:56 PDT Modified files: sys/net pfkeyv2.h Log: Correct the definitions of SADB_* to be compatible with RFC2407/IANA assignment. This change breaks binary compatibility. So, you need to recompile IPsec related applications. Revision Changes Path 1.8 +16 -16 src/sys/net/pfkeyv2.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 14: 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 EBB4437B401; Tue, 15 Oct 2002 14:01:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E53743EAC; Tue, 15 Oct 2002 14:01:14 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FL1EMt008085; Tue, 15 Oct 2002 14:01:14 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FL1ENM008084; Tue, 15 Oct 2002 14:01:14 -0700 (PDT) Message-Id: <200210152101.g9FL1ENM008084@repoman.freebsd.org> From: Martin Blapp Date: Tue, 15 Oct 2002 14:01:14 -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/10/15 14:01:14 PDT Modified files: editors/openoffice Makefile Log: Allow aborted builds to resume again. Revision Changes Path 1.131 +4 -2 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 Tue Oct 15 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 7E41537B401; Tue, 15 Oct 2002 14:11:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 134F043EAA; Tue, 15 Oct 2002 14:11:33 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FLBWMt008835; Tue, 15 Oct 2002 14:11:32 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FLBWeF008834; Tue, 15 Oct 2002 14:11:32 -0700 (PDT) Message-Id: <200210152111.g9FLBWeF008834@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 15 Oct 2002 14:11:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/pan2 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/10/15 14:11:32 PDT Modified files: news/pan2 Makefile Log: Quiet portlint. Revision Changes Path 1.66 +1 -1 ports/news/pan2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 14:23: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 125BB37B401; Tue, 15 Oct 2002 14:23:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7B8943EA9; Tue, 15 Oct 2002 14:23:22 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FLNMMt009531; Tue, 15 Oct 2002 14:23:22 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FLNMVJ009530; Tue, 15 Oct 2002 14:23:22 -0700 (PDT) Message-Id: <200210152123.g9FLNMVJ009530@repoman.freebsd.org> From: Robert Watson Date: Tue, 15 Oct 2002 14:23:22 -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 rwatson 2002/10/15 14:23:22 PDT Modified files: sbin/tunefs tunefs.c Log: Spell 'set' as 'cleared' where appropriate. Revision Changes Path 1.31 +2 -2 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 Tue Oct 15 14: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 CA67B37B406; Tue, 15 Oct 2002 14:24:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F354643EB2; Tue, 15 Oct 2002 14:24:26 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FLOQMt009612; Tue, 15 Oct 2002 14:24:26 -0700 (PDT) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FLOQcs009611; Tue, 15 Oct 2002 14:24:26 -0700 (PDT) Message-Id: <200210152124.g9FLOQcs009611@repoman.freebsd.org> From: Ceri Davies Date: Tue, 15 Oct 2002 14:24:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial consulting.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/10/15 14:24:26 PDT Modified files: en/commercial consulting.raw Log: Correct an erroneous email address in TundraWare Inc.'s entry. Submitted by: Tim Daneliuk Revision Changes Path 1.76 +2 -2 www/en/commercial/consulting.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 14: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 05A4D37B401; Tue, 15 Oct 2002 14:26:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC72B43E9E; Tue, 15 Oct 2002 14:26:29 -0700 (PDT) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FLQTMt009806; Tue, 15 Oct 2002 14:26:29 -0700 (PDT) (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FLQTWP009805; Tue, 15 Oct 2002 14:26:29 -0700 (PDT) Message-Id: <200210152126.g9FLQTWP009805@repoman.freebsd.org> From: Mark Peek Date: Tue, 15 Oct 2002 14:26:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gdb53/files patch-gdb_config_i386_tm-fbsd.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 mp 2002/10/15 14:26:29 PDT Removed files: devel/gdb53/files patch-gdb_config_i386_tm-fbsd.h Log: This patch isn't needed with gdb-5.3. Revision Changes Path 1.5 +0 -67 ports/devel/gdb53/files/patch-gdb_config_i386_tm-fbsd.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 14:26: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 1141C37B404; Tue, 15 Oct 2002 14:26:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D30B43EAA; Tue, 15 Oct 2002 14:26:53 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FLQrMt009837; Tue, 15 Oct 2002 14:26:53 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FLQrsm009836; Tue, 15 Oct 2002 14:26:53 -0700 (PDT) Message-Id: <200210152126.g9FLQrsm009836@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 15 Oct 2002 14:26:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/10/15 14:26:53 PDT Modified files: sys/sys param.h Log: Bump __FreeBSD_version for the Binutils 2.13 upgrade, which includes the new FreeBSD emulation, vec, and output format. Revision Changes Path 1.138 +1 -1 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 14:28: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 6CC3537B401; Tue, 15 Oct 2002 14:28:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31B2F43E9E; Tue, 15 Oct 2002 14:28:25 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FLSPMt009904; Tue, 15 Oct 2002 14:28:25 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FLSO9V009903; Tue, 15 Oct 2002 14:28:24 -0700 (PDT) Message-Id: <200210152128.g9FLSO9V009903@repoman.freebsd.org> From: Robert Watson Date: Tue, 15 Oct 2002 14:28:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_acl.c ufs_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 rwatson 2002/10/15 14:28:24 PDT Modified files: sys/ufs/ufs ufs_acl.c ufs_vnops.c Log: Push most UFS ACL behavior behind a check for MNT_ACLS, permitting ACLs to be administratively disabled as needed on UFS/UFS2 file systems. This also has the effect of preventing the slightly more expensive ACL code from running on non-ACL file systems, avoiding storage allocation for ACLs that may be read from disk. MNT_ACLS may be set at mount-time using mount -o acls, or implicitly by setting the FS_ACLS flag using tunefs. On UFS1, you may also have to configure ACL store. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.16 +12 -0 src/sys/ufs/ufs/ufs_acl.c 1.214 +117 -101 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 14:28: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 BE34137B401; Tue, 15 Oct 2002 14:28:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7225643E6E; Tue, 15 Oct 2002 14:28:51 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FLSpMt009938; Tue, 15 Oct 2002 14:28:51 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FLSpM5009937; Tue, 15 Oct 2002 14:28:51 -0700 (PDT) Message-Id: <200210152128.g9FLSpM5009937@repoman.freebsd.org> From: Nate Lawson Date: Tue, 15 Oct 2002 14:28:51 -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 njl 2002/10/15 14:28:51 PDT Modified files: sys/geom geom_dev.c Log: Return an error if the drive reports heads/sectors that do not make sense. This fixes a divide by zero in fdisk(8) Reviewed by: phk Revision Changes Path 1.26 +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 Tue Oct 15 14: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 22DC037B401; Tue, 15 Oct 2002 14:34:31 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9926C43EB3; Tue, 15 Oct 2002 14:34:30 -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 OAA35675; Tue, 15 Oct 2002 14:37:09 -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 OAA35668; Tue, 15 Oct 2002 14:37:07 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Tue, 15 Oct 2002 14:37:06 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Eric Anholt Cc: cvs-all@freebsd.org, Peter Johnson Subject: Re: cvs commit: ports/graphics/dri-devel Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist In-Reply-To: <200210142024.g9EKOw2D084272@repoman.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, 14 Oct 2002, Eric Anholt wrote: # anholt 2002/10/14 13:24:58 PDT # # Modified files: # graphics/dri-devel Makefile distinfo pkg-comment pkg-descr # pkg-message pkg-plist # Log: # Update dri-devel port to a more recent snapshot. This includes # fixes for XV # with R200, and irq support for some chips to reduce cpu load while # running GL # programs. Also, added warning messages that this is development code. Does this update resolve PR ports/43760 (PATCH: (ports/graphics/dri-devel) Fix Matrox G550 cursor) or is it still an issue? -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 14:35: 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 6124537B401; Tue, 15 Oct 2002 14:35:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 865BD43EAC; Tue, 15 Oct 2002 14:35:01 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FLZ1Mt010618; Tue, 15 Oct 2002 14:35:01 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FLZ193010617; Tue, 15 Oct 2002 14:35:01 -0700 (PDT) Message-Id: <200210152135.g9FLZ193010617@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 15 Oct 2002 14:35:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/kbd atkbdcreg.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/10/15 14:35:01 PDT Modified files: sys/dev/kbd atkbdcreg.h Log: Include "opt_kbd.h" since certain structures size depend on the value of KBDIO_DEBUG which may be defined in the kernel config (as it is in NOTES). This kind of bug is a _really_ horribly thing as we end up with one bit of code thinking a particular structure is 136 bytes and another that it is only 112 bytes. Ideally all places would remember to #include the right "opt_foo.h" file, but I think in practice file containing the variable sized struct should #include it explicitly as a precaution. Detected by: FlexeLint Revision Changes Path 1.9 +3 -1 src/sys/dev/kbd/atkbdcreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 14: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 AF2CB37B401; Tue, 15 Oct 2002 14:39:49 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4037243E65; Tue, 15 Oct 2002 14:39:49 -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 OAA35770; Tue, 15 Oct 2002 14:42:25 -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 OAA35756; Tue, 15 Oct 2002 14:41:38 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Tue, 15 Oct 2002 14:41:37 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Dag-Erling Smorgrav Cc: cvs-all@freebsd.org, Ralf Becker , Linh Pham Subject: Re: cvs commit: ports/www Makefile ports/www/opera Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/opera/files patch-aa In-Reply-To: <200210142102.g9EL2B7O087371@repoman.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, 14 Oct 2002, Dag-Erling Smorgrav wrote: # des 2002/10/14 14:02:11 PDT # # Modified files: # www Makefile # Added files: # www/opera Makefile distinfo pkg-comment pkg-descr # pkg-plist # www/opera/files patch-aa # Log: # Tentative port of the native FreeBSD version of Opera. This appears to take care of PRs ports/43552 (New port: FreeBSD-Opera) and ports/43903 (port submission - native opera 6.1 for FreeBSD). PR ports/43552 brought up the issue of doing a repo copy of linux-opera first, for what it's worth :-/ -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 14:41: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 2925F37B401; Tue, 15 Oct 2002 14:41:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC0ED43E6A; Tue, 15 Oct 2002 14:41:42 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FLfgMt011298; Tue, 15 Oct 2002 14:41:42 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FLfg6J011297; Tue, 15 Oct 2002 14:41:42 -0700 (PDT) Message-Id: <200210152141.g9FLfg6J011297@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 15 Oct 2002 14:41:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common layout.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/10/15 14:41:42 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/installation/common layout.sgml Log: MFC: Update "Distribution Format" section for reality; XFree86 is installed as a regular package, not as a bunch of tarballs in a special directory on the CDs. layout.sgml 1.4->1.5 Revision Changes Path 1.1.2.4 +9 -15 src/release/doc/en_US.ISO8859-1/installation/common/layout.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 14: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 5DA4737B401; Tue, 15 Oct 2002 14:42:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BC2E43E42; Tue, 15 Oct 2002 14:42:52 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FLgpMt011365; Tue, 15 Oct 2002 14:42:51 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FLgpRb011364; Tue, 15 Oct 2002 14:42:51 -0700 (PDT) Message-Id: <200210152142.g9FLgpRb011364@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 15 Oct 2002 14:42:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common trouble.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/10/15 14:42:51 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/installation/common trouble.sgml Log: MFC: The matcd(4) driver is gone, so eliminate the quasi-FAQ entry in the installation guide that refers to it. trouble.sgml 1.5->1.6 Revision Changes Path 1.1.2.4 +1 -29 src/release/doc/en_US.ISO8859-1/installation/common/trouble.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 14: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 4E74337B401; Tue, 15 Oct 2002 14:43:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF4C743E42; Tue, 15 Oct 2002 14:43:52 -0700 (PDT) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FLhqMt011402; Tue, 15 Oct 2002 14:43:52 -0700 (PDT) (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FLhqwh011401; Tue, 15 Oct 2002 14:43:52 -0700 (PDT) Message-Id: <200210152143.g9FLhqwh011401@repoman.freebsd.org> From: Mark Peek Date: Tue, 15 Oct 2002 14:43:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gdb53/files patch-gdb_config_sparc_fbsd.mh patch-gdb_config_sparc_nm-fbsd.h patch-sparc_fbsd.mh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2002/10/15 14:43:52 PDT Added files: devel/gdb53/files patch-gdb_config_sparc_fbsd.mh patch-gdb_config_sparc_nm-fbsd.h Removed files: devel/gdb53/files patch-sparc_fbsd.mh Log: Changes to allow compilation on a sparc64. Revision Changes Path 1.1 +10 -0 ports/devel/gdb53/files/patch-gdb_config_sparc_fbsd.mh (new) 1.1 +26 -0 ports/devel/gdb53/files/patch-gdb_config_sparc_nm-fbsd.h (new) 1.2 +0 -16 ports/devel/gdb53/files/patch-sparc_fbsd.mh (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 14: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 2F91E37B401; Tue, 15 Oct 2002 14:45:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D413843EDC; Tue, 15 Oct 2002 14:45:55 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FLjtMt011506; Tue, 15 Oct 2002 14:45:55 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FLjte1011505; Tue, 15 Oct 2002 14:45:55 -0700 (PDT) Message-Id: <200210152145.g9FLjte1011505@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 15 Oct 2002 14:45:55 -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/10/15 14:45:55 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: MFC: Remove matcd(4) device. Revision Changes Path 1.13.2.69 +0 -4 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 Tue Oct 15 14:46: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 4042137B401; Tue, 15 Oct 2002 14:46:32 -0700 (PDT) Received: from nala.dohd.org (a30207.upc-a.chello.nl [62.163.30.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5358843EE5; Tue, 15 Oct 2002 14:46:31 -0700 (PDT) (envelope-from freebsd@dohd.org) Received: by nala.dohd.org (Postfix, from userid 1008) id 3C736D90D; Tue, 15 Oct 2002 23:46:29 +0200 (MET DST) Date: Tue, 15 Oct 2002 23:46:29 +0200 From: Mark Huizer To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/games/gnuchess Makefile distinfo pkg-descr pkg-plist ports/games/gnuchess/files patch-aa Message-ID: <20021015214629.GB12862@eeyore.local.dohd.org> References: <200210071028.g97AS9Cc058286@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210071028.g97AS9Cc058286@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 Mon, Oct 07, 2002 at 03:28:09AM -0700, Mark Murray wrote: > markm 2002/10/07 03:28:09 PDT > > Modified files: > games/gnuchess Makefile distinfo pkg-descr pkg-plist > Removed files: > games/gnuchess/files patch-aa > Log: > Update to the zooty new 5.04 and drop maintainership. > I could take over, shouldn't be a problem. Mark -- Nice testing in little China... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 14:51: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 2117537B401; Tue, 15 Oct 2002 14:51:26 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D78E43E42; Tue, 15 Oct 2002 14:51:25 -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 OAA36086; Tue, 15 Oct 2002 14:54:01 -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 OAA36063; Tue, 15 Oct 2002 14:53:13 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Tue, 15 Oct 2002 14:53:11 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Mario Sergio Fujikawa Ferreira Cc: cvs-all@freebsd.org, Keith Jones Subject: Re: cvs commit: ports/graphics/ffmpeg Makefile distinfo In-Reply-To: <200210151821.g9FILPd4084264@repoman.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 Tue, 15 Oct 2002, Mario Sergio Fujikawa Ferreira wrote: # lioux 2002/10/15 11:21:25 PDT # # Modified files: # graphics/ffmpeg Makefile distinfo # Log: # o House a known good ffmpeg CVS snapshot under MASTER_SITE_LOCAL # o Add -lm to libs, some installations seem to explicitly require # it # # PR: 43973 # Prompted by: Joe "Floid" Kanowitz # Reviewed by: Charles Henrich , # Steve O'Hara-Smith , # alex@acatysmoof.com This appears to take care of PR ports/44027 (graphics/ffmpeg: 'make extract' MD5 checksum mismatch) as well. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 14:54: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 C27D037B401; Tue, 15 Oct 2002 14:54:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7663843E88; Tue, 15 Oct 2002 14:54:42 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FLsgMt012106; Tue, 15 Oct 2002 14:54:42 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FLsg9p012105; Tue, 15 Oct 2002 14:54:42 -0700 (PDT) Message-Id: <200210152154.g9FLsg9p012105@repoman.freebsd.org> From: Max Khon Date: Tue, 15 Oct 2002 14:54:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs 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 fjoe 2002/10/15 14:54:42 PDT Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs Log: MFC: add HP ScanJet 2200C PR: 41375 Approved by: joe Revision Changes Path 1.11.2.31 +1 -0 src/sys/dev/usb/usbdevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 14:55: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 8A68137B404; Tue, 15 Oct 2002 14:55:14 -0700 (PDT) Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEAD543E7B; Tue, 15 Oct 2002 14:55:13 -0700 (PDT) (envelope-from question@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1001) id B566B53E7; Tue, 15 Oct 2002 14:53:19 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id B0FA353DC; Tue, 15 Oct 2002 14:53:19 -0700 (PDT) Date: Tue, 15 Oct 2002 14:53:19 -0700 (PDT) From: Linh Pham To: Joseph Scott Cc: Dag-Erling Smorgrav , , Ralf Becker Subject: Re: cvs commit: ports/www Makefile ports/www/opera Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/opera/files patch-aa In-Reply-To: Message-ID: <20021015145050.I24529-100000@q.closedsrc.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 2002-10-15, Joseph Scott scribbled: # This appears to take care of PRs ports/43552 (New # port: FreeBSD-Opera) and ports/43903 (port submission - native opera 6.1 # for FreeBSD). # # PR ports/43552 brought up the issue of doing a repo copy of # linux-opera first, for what it's worth :-/ Yeah, I didn't find out about PR ports/43552 until several minutes after I had sent in my PR. BTW - there is a newer version of the Opera 6.1 for FreeBSD under: http://web.opera.com/download/unix/untested/intel-freebsd/257-20021010-6.1-P3/ -- Linh Pham question@closedsrc.org Webmaster and FreeBSD Geek http://closedsrc.org Apprentice Manager Editor and Writer http://www.daemonnews.org Courage: The things I do for love | And So Western Civilization Crumbles To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 14:56: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 1D2C737B401; Tue, 15 Oct 2002 14:56:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C24DD43E3B; Tue, 15 Oct 2002 14:56:32 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FLuWMt012228; Tue, 15 Oct 2002 14:56:32 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FLuWat012227; Tue, 15 Oct 2002 14:56:32 -0700 (PDT) Message-Id: <200210152156.g9FLuWat012227@repoman.freebsd.org> From: Max Khon Date: Tue, 15 Oct 2002 14:56:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.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 fjoe 2002/10/15 14:56:32 PDT Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen from usbdevs rev. 1.11.2.31 PR: 41375 Approved by: joe Revision Changes Path 1.32.2.29 +2 -1 src/sys/dev/usb/usbdevs.h 1.32.2.29 +7 -1 src/sys/dev/usb/usbdevs_data.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 14:59: 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 81C4F37B401; Tue, 15 Oct 2002 14:59:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31D6243E88; Tue, 15 Oct 2002 14:59:07 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FLx7Mt012328; Tue, 15 Oct 2002 14:59:07 -0700 (PDT) (envelope-from anders@repoman.freebsd.org) Received: (from anders@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FLx6nQ012327; Tue, 15 Oct 2002 14:59:06 -0700 (PDT) Message-Id: <200210152159.g9FLx6nQ012327@repoman.freebsd.org> From: Anders Nordby Date: Tue, 15 Oct 2002 14:59:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/thttpd 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 anders 2002/10/15 14:59:06 PDT Modified files: www/thttpd Makefile distinfo Log: Update to 2.23 beta 1. PR: 43988 Submitted by: Marc Recht Revision Changes Path 1.30 +2 -2 ports/www/thttpd/Makefile 1.22 +1 -1 ports/www/thttpd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 14: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 57D4B37B401; Tue, 15 Oct 2002 14:59:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A9AA43E75; Tue, 15 Oct 2002 14:59:40 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FLxdMt012362; Tue, 15 Oct 2002 14:59:39 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FLxdIC012361; Tue, 15 Oct 2002 14:59:39 -0700 (PDT) Message-Id: <200210152159.g9FLxdIC012361@repoman.freebsd.org> From: Max Khon Date: Tue, 15 Oct 2002 14:59:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 uscanner.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 fjoe 2002/10/15 14:59:39 PDT Modified files: share/man/man4 uscanner.4 Log: Add HP ScanJet 2200C PR: 41375 Approved by: joe Revision Changes Path 1.5 +2 -1 src/share/man/man4/uscanner.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 15: 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 2B7C237B401; Tue, 15 Oct 2002 15:02:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D005643E3B; Tue, 15 Oct 2002 15:02:54 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FM2sMt012875; Tue, 15 Oct 2002 15:02:54 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FM2sl3012874; Tue, 15 Oct 2002 15:02:54 -0700 (PDT) Message-Id: <200210152202.g9FM2sl3012874@repoman.freebsd.org> From: Max Khon Date: Tue, 15 Oct 2002 15:02:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uscanner.c src/share/man/man4 uscanner.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 fjoe 2002/10/15 15:02:54 PDT Modified files: (Branch: RELENG_4) sys/dev/usb uscanner.c share/man/man4 uscanner.4 Log: MFC: add HP ScanJet 2200C support PR: 41375 Approved by: joe Revision Changes Path 1.1.2.4 +2 -1 src/share/man/man4/uscanner.4 1.2.2.9 +1 -0 src/sys/dev/usb/uscanner.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 15:29: 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 EEE1F37B401; Tue, 15 Oct 2002 15:28:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FE9443E4A; Tue, 15 Oct 2002 15:28:59 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FMSxMt014503; Tue, 15 Oct 2002 15:28:59 -0700 (PDT) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FMSxCx014502; Tue, 15 Oct 2002 15:28:59 -0700 (PDT) Message-Id: <200210152228.g9FMSxCx014502@repoman.freebsd.org> From: Ian Dowse Date: Tue, 15 Oct 2002 15:28:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc clnt_dg.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/10/15 15:28:59 PDT Modified files: lib/libc/rpc clnt_dg.c Log: Use kqueue(2) instead of poll(2) to wait for replies and timeouts in the UDP RPC client code. As a side-effect, this fixes some bugs that might prevent the RPC call from ever timing out for example if the server keeps responding with the wrong xid. This could probably be simplified further by using the EVFILT_TIMER filter. Revision Changes Path 1.15 +90 -158 src/lib/libc/rpc/clnt_dg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 15:30: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 E87B937B40D; Tue, 15 Oct 2002 15:30:51 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 634C043E75; Tue, 15 Oct 2002 15:30:51 -0700 (PDT) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org ([12.233.149.189]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021015223051.BPQR11063.rwcrmhc52.attbi.com@bmah.dyndns.org>; Tue, 15 Oct 2002 22:30:51 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id g9FMUlva009383; Tue, 15 Oct 2002 15:30:47 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id g9FMUl9E009382; Tue, 15 Oct 2002 15:30:47 -0700 (PDT) Message-Id: <200210152230.g9FMUl9E009382@intruder.bmah.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Anders Nordby Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/exmh2 Makefile In-Reply-To: <200210131157.g9DBvhML084948@freefall.freebsd.org> References: <200210131157.g9DBvhML084948@freefall.freebsd.org> Comments: In-reply-to Anders Nordby message dated "Sun, 13 Oct 2002 04:57:43 -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_698474628P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Tue, 15 Oct 2002 15:30:47 -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_698474628P Content-Type: text/plain; charset=us-ascii If memory serves me right, Anders Nordby wrote: > anders 2002/10/13 04:57:43 PDT > > Modified files: > mail/exmh2 Makefile > Log: > kris removed ports/mail/mh, so remove WITH_MH here then. Thanks! Bruce. --==_Exmh_698474628P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE9rJcX2MoxcVugUsMRAicmAJ9K8US+cbW8t/bha3577wkH9WmKiwCgxDWB i8Y7hPvC8vX4ITiUdeNoic4= =ER0a -----END PGP SIGNATURE----- --==_Exmh_698474628P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 16: 7: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 635CF37B401; Tue, 15 Oct 2002 16:07:38 -0700 (PDT) Received: from blueyonder.co.uk (pcow057o.blueyonder.co.uk [195.188.53.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9444043E42; Tue, 15 Oct 2002 16:07:37 -0700 (PDT) (envelope-from kmjones@blueyonder.co.uk) Received: from pcow057o.blueyonder.co.uk ([127.0.0.1]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Wed, 16 Oct 2002 00:07:36 +0100 Received: from blueyonder.co.uk (unverified [80.192.25.36]) by pcow057o.blueyonder.co.uk (Content Technologies SMTPRS 4.2.9) with ESMTP id ; Wed, 16 Oct 2002 00:07:35 +0100 Message-ID: <3DAC9FB6.5080504@blueyonder.co.uk> Date: Wed, 16 Oct 2002 00:07:34 +0100 From: Keith Jones User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20021012 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joseph Scott Cc: Mario Sergio Fujikawa Ferreira , cvs-all@freebsd.org Subject: Re: cvs commit: ports/graphics/ffmpeg Makefile distinfo References: Content-Type: text/plain; charset=us-ascii; format=flowed 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 Joseph Scott wrote: > This appears to take care of PR ports/44027 > (graphics/ffmpeg: 'make extract' MD5 checksum mismatch) as well. Yep, I'm happy with that - close it. :) Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 16:20: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 6408937B401; Tue, 15 Oct 2002 16:20:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1725F43E6A; Tue, 15 Oct 2002 16:20:09 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FNK8Mt032384; Tue, 15 Oct 2002 16:20:08 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FNK8iE032373; Tue, 15 Oct 2002 16:20:08 -0700 (PDT) Message-Id: <200210152320.g9FNK8iE032373@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 15 Oct 2002 16:20:08 -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/10/15 16:20:08 PDT Modified files: share/sgml man-refs.ent Log: Add entities for bz*grep(1). Revision Changes Path 1.160 +3 -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 Tue Oct 15 16:25: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 76CDB37B401; Tue, 15 Oct 2002 16:25:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AFE243E65; Tue, 15 Oct 2002 16:25:57 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FNPuMt042743; Tue, 15 Oct 2002 16:25:56 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FNPuiI042741; Tue, 15 Oct 2002 16:25:56 -0700 (PDT) Message-Id: <200210152325.g9FNPuiI042741@repoman.freebsd.org> From: Sam Leffler Date: Tue, 15 Oct 2002 16:25:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hifn hifn7751.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 sam 2002/10/15 16:25:56 PDT Modified files: sys/dev/hifn hifn7751.c Log: missed additional callout that can run w/o Giant locked Revision Changes Path 1.3 +2 -1 src/sys/dev/hifn/hifn7751.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 16:32: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 7080137B401; Tue, 15 Oct 2002 16:32:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2311E43E3B; Tue, 15 Oct 2002 16:32:09 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FNW8Mt064710; Tue, 15 Oct 2002 16:32:08 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FNW89Z064703; Tue, 15 Oct 2002 16:32:08 -0700 (PDT) Message-Id: <200210152332.g9FNW89Z064703@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 15 Oct 2002 16:32:08 -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 kris 2002/10/15 16:32:08 PDT Modified files: . access Log: Add Tilman Linneweh as a ports committer. Tilman has submitted nearly 200 high-quality PRs including (recently) a lot of fixes for broken ports. I will be his mentor. Approved by: portmgr Revision Changes Path 1.345 +2 -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 Tue Oct 15 16:59: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 7D34637B401; Tue, 15 Oct 2002 16:59:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F56F43E6E; Tue, 15 Oct 2002 16:59:44 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FNxhMt062379; Tue, 15 Oct 2002 16:59:44 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9FNxhIx062378; Tue, 15 Oct 2002 16:59:43 -0700 (PDT) Message-Id: <200210152359.g9FNxhIx062378@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 15 Oct 2002 16:59:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gthumb2 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/10/15 16:59:43 PDT Modified files: graphics/gthumb2 Makefile distinfo pkg-plist Log: Update to 1.104. Submitted by: maintainer Revision Changes Path 1.6 +1 -1 ports/graphics/gthumb2/Makefile 1.6 +1 -1 ports/graphics/gthumb2/distinfo 1.7 +1 -0 ports/graphics/gthumb2/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 Oct 15 17:12: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 A23F737B401; Tue, 15 Oct 2002 17:12:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53EED43E42; Tue, 15 Oct 2002 17:12:38 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G0CcMt085057; Tue, 15 Oct 2002 17:12:38 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9G0Cbe6085056; Tue, 15 Oct 2002 17:12:37 -0700 (PDT) Message-Id: <200210160012.g9G0Cbe6085056@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 15 Oct 2002 17:12:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/gnomepim 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/10/15 17:12:37 PDT Modified files: deskutils/gnomepim Makefile Log: Remove extraneous '/' from pre-install target. PR: 44089 Submitted by: Alexandr Kovalenko Revision Changes Path 1.45 +1 -1 ports/deskutils/gnomepim/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 17:20: 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 35F2A37B409; Tue, 15 Oct 2002 17:20:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE44B43E3B; Tue, 15 Oct 2002 17:20:05 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G0K2Mt085274; Tue, 15 Oct 2002 17:20:03 -0700 (PDT) (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9G0JSxq085250; Tue, 15 Oct 2002 17:19:28 -0700 (PDT) Message-Id: <200210160019.g9G0JSxq085250@repoman.freebsd.org> From: Kirk McKusick Date: Tue, 15 Oct 2002 17:19:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.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 mckusick 2002/10/15 17:19:25 PDT Modified files: sys/ufs/ffs ffs_snapshot.c Log: Change locking so that all snapshots on a particular filesystem share a common lock. This change avoids a deadlock between snapshots when separate requests cause them to deadlock checking each other for a need to copy blocks that are close enough together that they fall into the same indirect block. Although I had anticipated a slowdown from contention for the single lock, my filesystem benchmarks show no measurable change in throughput on a uniprocessor system with three active snapshots. I conjecture that this result is because every copy-on-write fault must check all the active snapshots, so the process was inherently serial already. This change removes the last of the deadlocks of which I am aware in snapshots. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.45 +91 -42 src/sys/ufs/ffs/ffs_snapshot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 17:26: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 EEBD337B401; Tue, 15 Oct 2002 17:26:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C24843E4A; Tue, 15 Oct 2002 17:26:50 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G0QoMt085927; Tue, 15 Oct 2002 17:26:50 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9G0QoEm085926; Tue, 15 Oct 2002 17:26:50 -0700 (PDT) Message-Id: <200210160026.g9G0QoEm085926@repoman.freebsd.org> From: Alan Eldridge Date: Tue, 15 Oct 2002 17:26:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/kde3-i18n-zh_CN Makefile pkg-plist ports/chinese/kde3-i18n-zh_TW 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/10/15 17:26:50 PDT Modified files: chinese/kde3-i18n-zh_CN Makefile pkg-plist chinese/kde3-i18n-zh_TW Makefile Log: Change main category to chinese so pkgdb doesn't get sick over a missing origin. Remove share/doc/HTML from CN's plist. Revision Changes Path 1.14 +1 -1 ports/chinese/kde3-i18n-zh_CN/Makefile 1.6 +0 -1 ports/chinese/kde3-i18n-zh_CN/pkg-plist 1.14 +1 -1 ports/chinese/kde3-i18n-zh_TW/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 18: 5: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 3E4D937B401; Tue, 15 Oct 2002 18:05:07 -0700 (PDT) Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id A083843E42; Tue, 15 Oct 2002 18:05:06 -0700 (PDT) (envelope-from larse@ISI.EDU) Received: from isi.edu (nik.isi.edu [128.9.168.58]) by boreas.isi.edu (8.11.6/8.11.2) with ESMTP id g9G155C07285; Tue, 15 Oct 2002 18:05:06 -0700 (PDT) Message-ID: <3DACBB41.9040709@isi.edu> Date: Tue, 15 Oct 2002 18:05:05 -0700 From: Lars Eggert User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, de-de MIME-Version: 1.0 To: Jim Pirzyk Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options.i386 src/sys/i386/conf NOTES src/sys/i386/include atomic.h References: <200210141933.g9EJXCCp079728@repoman.freebsd.org> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms050109070606030506090009" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a cryptographically signed message in MIME format. --------------ms050109070606030506090009 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Jim Pirzyk wrote: > pirzyk 2002/10/14 12:33:12 PDT > > Modified files: > sys/conf options.i386 > sys/i386/conf NOTES > sys/i386/include atomic.h > Log: > Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 systems. > This is most beneficial for vmware client os installs. Setting this option in an SMP kernel makes it die a horrible death during boot. Lars -- Lars Eggert USC Information Sciences Institute --------------ms050109070606030506090009 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJtjCC AzgwggKhoAMCAQICEGZFcrfMdPXPY3ZFhNAukQEwDQYJKoZIhvcNAQEEBQAwgdExCzAJBgNV BAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgG A1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vydmlj ZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkG CSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw0wMDA4MzAwMDAw MDBaFw0wNDA4MjcyMzU5NTlaMIGSMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBD YXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xDzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UECxMUQ2Vy dGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVtYWlsIFJTQSAyMDAw LjguMzAwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAN4zMqZjxwklRT7SbngnZ4HF2ogZ gpcO40QpimM1Km1wPPrcrvfudG8wvDOQf/k0caCjbZjxw0+iZdsN+kvx1t1hpfmFzVWaNRqd knWoJ67Ycvm6AvbXsJHeHOmr4BgDqHxDQlBRh4M88Dm0m1SKE4f/s5udSWYALQmJ7JRr6aFp AgMBAAGjTjBMMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwxLTI5NzAS BgNVHRMBAf8ECDAGAQH/AgEAMAsGA1UdDwQEAwIBBjANBgkqhkiG9w0BAQQFAAOBgQAxsUtH XfkBceX1U2xdedY9mMAmE2KBIqcS+CKV6BtJtyd7BDm6/ObyJOuR+r3sDSo491BVqGz3Da1M G7wD9LXrokefbKIMWI0xQgkRbLAaadErErJAXWr5edDqLiXdiuT82w0fnQLzWtvKPPZE6iZp h39Ins6ln+eE2MliYq0FxjCCAzkwggKioAMCAQICAwglQTANBgkqhkiG9w0BAQQFADCBkjEL MAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3du MQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYD VQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwMB4XDTAyMDgyNDE4NTMzOVoX DTAzMDgyNDE4NTMzOVowVDEPMA0GA1UEBBMGRWdnZXJ0MQ0wCwYDVQQqEwRMYXJzMRQwEgYD VQQDEwtMYXJzIEVnZ2VydDEcMBoGCSqGSIb3DQEJARYNbGFyc2VAaXNpLmVkdTCCASIwDQYJ KoZIhvcNAQEBBQADggEPADCCAQoCggEBANI2Rrt4ggaQ/IrOsDeOm2H4/R5FRIL6JjDY3StE aogp1r23WKniQ1Vj98Nu5WxlaZ3Iam3Jen5T66H8u7rtMNpK4qAeAGoBsVeyVr1+CTFeuv+m xCh7BvBJwhLdm0zDaoDT05YKYZaqtsT+F286FWJQg31Xtf+vTKLVVrHcsafnteyal2NEt7Ac yZZfjsVLwxp2Lq3cwYfRQRoo7/yCVzS7HsgM6jmbO4taEMo4yC2rpnUbWEUCDTaCYgpAXzAl oiNk7GDh0wz2s5ZSnHRvNSBMAjCmpNtSYHfXFI1ANwrrrHIJ7Ei83+XN32PWY4OPzO3iown9 VR+vM+8lNx9OX28CAwEAAaNWMFQwKgYFK2UBBAEEITAfAgEAMBowGAIBBAQTTDJ1TXlmZkJO VWJOSkpjZFoyczAYBgNVHREEETAPgQ1sYXJzZUBpc2kuZWR1MAwGA1UdEwEB/wQCMAAwDQYJ KoZIhvcNAQEEBQADgYEAXcrIlKmPLM/r8r3oz2ZLPLaT1AyMjYTZY2qq/R7SUtFa9BNlTIFh DG78QKfJ9lo2LMzTPQqMZgNLmj95GbNPI8P8OIq2K6MeCZWz08ROackqTFP6xWbIFIfXcBVR 1dZnDDyDKBBh05KkvyTPawSQyOBUeNBfQUyO4TE+3o58U8UwggM5MIICoqADAgECAgMIJUEw DQYJKoZIhvcNAQEEBQAwgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MDAeFw0wMjA4MjQxODUzMzlaFw0wMzA4MjQxODUzMzlaMFQxDzANBgNVBAQTBkVnZ2VydDEN MAsGA1UEKhMETGFyczEUMBIGA1UEAxMLTGFycyBFZ2dlcnQxHDAaBgkqhkiG9w0BCQEWDWxh cnNlQGlzaS5lZHUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDSNka7eIIGkPyK zrA3jpth+P0eRUSC+iYw2N0rRGqIKda9t1ip4kNVY/fDbuVsZWmdyGptyXp+U+uh/Lu67TDa SuKgHgBqAbFXsla9fgkxXrr/psQoewbwScIS3ZtMw2qA09OWCmGWqrbE/hdvOhViUIN9V7X/ r0yi1Vax3LGn57XsmpdjRLewHMmWX47FS8Madi6t3MGH0UEaKO/8glc0ux7IDOo5mzuLWhDK OMgtq6Z1G1hFAg02gmIKQF8wJaIjZOxg4dMM9rOWUpx0bzUgTAIwpqTbUmB31xSNQDcK66xy CexIvN/lzd9j1mODj8zt4qMJ/VUfrzPvJTcfTl9vAgMBAAGjVjBUMCoGBStlAQQBBCEwHwIB ADAaMBgCAQQEE0wydU15ZmZCTlViTkpKY2RaMnMwGAYDVR0RBBEwD4ENbGFyc2VAaXNpLmVk dTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAF3KyJSpjyzP6/K96M9mSzy2k9QM jI2E2WNqqv0e0lLRWvQTZUyBYQxu/ECnyfZaNizM0z0KjGYDS5o/eRmzTyPD/DiKtiujHgmV s9PETmnJKkxT+sVmyBSH13AVUdXWZww8gygQYdOSpL8kz2sEkMjgVHjQX0FMjuExPt6OfFPF MYIDJzCCAyMCAQEwgZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MAIDCCVBMAkGBSsOAwIaBQCgggFhMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZI hvcNAQkFMQ8XDTAyMTAxNjAxMDUwNVowIwYJKoZIhvcNAQkEMRYEFHPT98zkS02Go22WOCvq P1qkYS7YMFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0G CCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGtBgsqhkiG9w0BCRACCzGB naCBmjCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJ Q2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZp Y2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwAgMIJUEwDQYJ KoZIhvcNAQEBBQAEggEAUVtrx5Z0MGeRL5Qm7YP6uebXaUy36EFlD3BKgis2xAhI1B14LNhB 7D7dnpucNy9RyOwcTQk82e71/LONF8vOqUnY95p1R527zLsX3Otx/m+5Wd5EflTIT2QWHOnx EQezZpReKUdSvOZDf/LdsIrE7meb1I3etgtxXdjAoD8277wqGlh2GkfZEITu744pQEY67DsK 7+XDBUn2+ZmX84ARQvqvQTd5a4v6W4G3UMCw3H4Xk7nA4PXAX1BPFlb444Av7JAJrcW/2cah PBYLR9L0+bGHOIkCHULR+lECRbgULH6RM2QEZ9Ku+trAxmRVxfIyRlO392i3z3f16MZLZaDz 1wAAAAAAAA== --------------ms050109070606030506090009-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 18: 6:13 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id E546037B401; Tue, 15 Oct 2002 18:06:11 -0700 (PDT) Date: Tue, 15 Oct 2002 18:06:11 -0700 From: Juli Mallett To: Lars Eggert Cc: Jim Pirzyk , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options.i386 src/sys/i386/conf NOTES src/sys/i386/include atomic.h Message-ID: <20021015180611.A15941@FreeBSD.org> References: <200210141933.g9EJXCCp079728@repoman.freebsd.org> <3DACBB41.9040709@isi.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: <3DACBB41.9040709@isi.edu>; from larse@ISI.EDU on Tue, Oct 15, 2002 at 06:05:05PM -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: Lars Eggert [ Data: 2002-10-15 ] [ Subjecte: Re: cvs commit: src/sys/conf options.i386 src/sys/i386/conf NOTES src/sys/i386/include atomic.h ] > Jim Pirzyk wrote: > > pirzyk 2002/10/14 12:33:12 PDT > > > > Modified files: > > sys/conf options.i386 > > sys/i386/conf NOTES > > sys/i386/include atomic.h > > Log: > > Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 systems. > > This is most beneficial for vmware client os installs. > > Setting this option in an SMP kernel makes it die a horrible death > during boot. Yes. And? -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 18:12: 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 52AEC37B401; Tue, 15 Oct 2002 18:11:59 -0700 (PDT) Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E83143E6A; Tue, 15 Oct 2002 18:11:58 -0700 (PDT) (envelope-from larse@ISI.EDU) Received: from isi.edu (nik.isi.edu [128.9.168.58]) by boreas.isi.edu (8.11.6/8.11.2) with ESMTP id g9G1BvC12761; Tue, 15 Oct 2002 18:11:57 -0700 (PDT) Message-ID: <3DACBCDD.3000903@isi.edu> Date: Tue, 15 Oct 2002 18:11:57 -0700 From: Lars Eggert User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, de-de MIME-Version: 1.0 To: Juli Mallett Cc: Jim Pirzyk , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options.i386 src/sys/i386/conf NOTES src/sys/i386/include atomic.h References: <200210141933.g9EJXCCp079728@repoman.freebsd.org> <3DACBB41.9040709@isi.edu> <20021015180611.A15941@FreeBSD.org> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms090408070107080207020009" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a cryptographically signed message in MIME format. --------------ms090408070107080207020009 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Juli Mallett wrote: > * De: Lars Eggert [ Data: 2002-10-15 ] > [ Subjecte: Re: cvs commit: src/sys/conf options.i386 src/sys/i386/conf NOTES src/sys/i386/include atomic.h ] > >>Jim Pirzyk wrote: >> >>>pirzyk 2002/10/14 12:33:12 PDT >>> >>> Modified files: >>> sys/conf options.i386 >>> sys/i386/conf NOTES >>> sys/i386/include atomic.h >>> Log: >>> Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 systems. >>> This is most beneficial for vmware client os installs. >> >>Setting this option in an SMP kernel makes it die a horrible death >>during boot. > > > Yes. And? Maybe a line could be added in NOTES stating that? (I know booting an SMP kernel inside vmware doesn't make sense; we have a custom setup that disables/enables kernel options per-machine from a common template, and it took me a bit to figure out why the SMP version suddenly crashed. We added CMPXCHG to the flags to turn off for SMP.) Lars -- Lars Eggert USC Information Sciences Institute --------------ms090408070107080207020009 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJtjCC AzgwggKhoAMCAQICEGZFcrfMdPXPY3ZFhNAukQEwDQYJKoZIhvcNAQEEBQAwgdExCzAJBgNV BAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgG A1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vydmlj ZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkG CSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw0wMDA4MzAwMDAw MDBaFw0wNDA4MjcyMzU5NTlaMIGSMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBD YXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xDzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UECxMUQ2Vy dGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVtYWlsIFJTQSAyMDAw LjguMzAwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAN4zMqZjxwklRT7SbngnZ4HF2ogZ gpcO40QpimM1Km1wPPrcrvfudG8wvDOQf/k0caCjbZjxw0+iZdsN+kvx1t1hpfmFzVWaNRqd knWoJ67Ycvm6AvbXsJHeHOmr4BgDqHxDQlBRh4M88Dm0m1SKE4f/s5udSWYALQmJ7JRr6aFp AgMBAAGjTjBMMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwxLTI5NzAS BgNVHRMBAf8ECDAGAQH/AgEAMAsGA1UdDwQEAwIBBjANBgkqhkiG9w0BAQQFAAOBgQAxsUtH XfkBceX1U2xdedY9mMAmE2KBIqcS+CKV6BtJtyd7BDm6/ObyJOuR+r3sDSo491BVqGz3Da1M G7wD9LXrokefbKIMWI0xQgkRbLAaadErErJAXWr5edDqLiXdiuT82w0fnQLzWtvKPPZE6iZp h39Ins6ln+eE2MliYq0FxjCCAzkwggKioAMCAQICAwglQTANBgkqhkiG9w0BAQQFADCBkjEL MAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3du MQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYD VQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwMB4XDTAyMDgyNDE4NTMzOVoX DTAzMDgyNDE4NTMzOVowVDEPMA0GA1UEBBMGRWdnZXJ0MQ0wCwYDVQQqEwRMYXJzMRQwEgYD VQQDEwtMYXJzIEVnZ2VydDEcMBoGCSqGSIb3DQEJARYNbGFyc2VAaXNpLmVkdTCCASIwDQYJ KoZIhvcNAQEBBQADggEPADCCAQoCggEBANI2Rrt4ggaQ/IrOsDeOm2H4/R5FRIL6JjDY3StE aogp1r23WKniQ1Vj98Nu5WxlaZ3Iam3Jen5T66H8u7rtMNpK4qAeAGoBsVeyVr1+CTFeuv+m xCh7BvBJwhLdm0zDaoDT05YKYZaqtsT+F286FWJQg31Xtf+vTKLVVrHcsafnteyal2NEt7Ac yZZfjsVLwxp2Lq3cwYfRQRoo7/yCVzS7HsgM6jmbO4taEMo4yC2rpnUbWEUCDTaCYgpAXzAl oiNk7GDh0wz2s5ZSnHRvNSBMAjCmpNtSYHfXFI1ANwrrrHIJ7Ei83+XN32PWY4OPzO3iown9 VR+vM+8lNx9OX28CAwEAAaNWMFQwKgYFK2UBBAEEITAfAgEAMBowGAIBBAQTTDJ1TXlmZkJO VWJOSkpjZFoyczAYBgNVHREEETAPgQ1sYXJzZUBpc2kuZWR1MAwGA1UdEwEB/wQCMAAwDQYJ KoZIhvcNAQEEBQADgYEAXcrIlKmPLM/r8r3oz2ZLPLaT1AyMjYTZY2qq/R7SUtFa9BNlTIFh DG78QKfJ9lo2LMzTPQqMZgNLmj95GbNPI8P8OIq2K6MeCZWz08ROackqTFP6xWbIFIfXcBVR 1dZnDDyDKBBh05KkvyTPawSQyOBUeNBfQUyO4TE+3o58U8UwggM5MIICoqADAgECAgMIJUEw DQYJKoZIhvcNAQEEBQAwgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MDAeFw0wMjA4MjQxODUzMzlaFw0wMzA4MjQxODUzMzlaMFQxDzANBgNVBAQTBkVnZ2VydDEN MAsGA1UEKhMETGFyczEUMBIGA1UEAxMLTGFycyBFZ2dlcnQxHDAaBgkqhkiG9w0BCQEWDWxh cnNlQGlzaS5lZHUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDSNka7eIIGkPyK zrA3jpth+P0eRUSC+iYw2N0rRGqIKda9t1ip4kNVY/fDbuVsZWmdyGptyXp+U+uh/Lu67TDa SuKgHgBqAbFXsla9fgkxXrr/psQoewbwScIS3ZtMw2qA09OWCmGWqrbE/hdvOhViUIN9V7X/ r0yi1Vax3LGn57XsmpdjRLewHMmWX47FS8Madi6t3MGH0UEaKO/8glc0ux7IDOo5mzuLWhDK OMgtq6Z1G1hFAg02gmIKQF8wJaIjZOxg4dMM9rOWUpx0bzUgTAIwpqTbUmB31xSNQDcK66xy CexIvN/lzd9j1mODj8zt4qMJ/VUfrzPvJTcfTl9vAgMBAAGjVjBUMCoGBStlAQQBBCEwHwIB ADAaMBgCAQQEE0wydU15ZmZCTlViTkpKY2RaMnMwGAYDVR0RBBEwD4ENbGFyc2VAaXNpLmVk dTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAF3KyJSpjyzP6/K96M9mSzy2k9QM jI2E2WNqqv0e0lLRWvQTZUyBYQxu/ECnyfZaNizM0z0KjGYDS5o/eRmzTyPD/DiKtiujHgmV s9PETmnJKkxT+sVmyBSH13AVUdXWZww8gygQYdOSpL8kz2sEkMjgVHjQX0FMjuExPt6OfFPF MYIDJzCCAyMCAQEwgZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MAIDCCVBMAkGBSsOAwIaBQCgggFhMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZI hvcNAQkFMQ8XDTAyMTAxNjAxMTE1N1owIwYJKoZIhvcNAQkEMRYEFLTk8MaBna72N2c89n+V cGlFLH31MFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0G CCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGtBgsqhkiG9w0BCRACCzGB naCBmjCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJ Q2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZp Y2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwAgMIJUEwDQYJ KoZIhvcNAQEBBQAEggEACt1lyfpz8cF3sQml1w0+nEb77M0N1P6HglThL7FaCGSSfoOS0ecf jsOn7dICz1xHsT1Bw1ggNtHcynawjOIRbbdsiOhsfElvc6TQKKrHcFSO0xJ5MbJhUL7iwGHM NJjRlASGDNOCUSDFoBUFU4D6zKvberrdu4LgTl4AjAi3255mTktoNfBKINwboWNPjZY0dPru Gu/yPZYnsSOomtvv4HkAh5fUtKlbes0L2Xtxg2efPPUOrr9MOChe48CVQpQRHSx6zNQGJJgU 2hnvO2GLFlq6/+bsNXdFySzy6U3pKfwUW9bZYvjWh/d/vpK2n0XsdyDTuhoXyE1NSsMBxw4m lAAAAAAAAA== --------------ms090408070107080207020009-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 18:34: 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 771A437B404; Tue, 15 Oct 2002 18:34:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2446B43E3B; Tue, 15 Oct 2002 18:34:02 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G1Y1mV002738; Tue, 15 Oct 2002 18:34:01 -0700 (PDT) (envelope-from dannyboy@repoman.freebsd.org) Received: (from dannyboy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G1Y1HZ002737; Tue, 15 Oct 2002 18:34:01 -0700 (PDT) Message-Id: <200210160134.g9G1Y1HZ002737@repoman.freebsd.org> From: Daniel Harris Date: Tue, 15 Oct 2002 18:34:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/gimp-print Makefile ports/print/gimp-print/files patch-rastertoprinter X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/15 18:34:01 PDT Modified files: print/gimp-print Makefile Added files: print/gimp-print/files patch-rastertoprinter Log: Actually add patchfile for rastertoprinter.c this time. While I'm here, fix BUILD_DEPENDS to look for an executable, it is not LIB_DEPENDS. Submitted in part by: Jeremy Prior Revision Changes Path 1.8 +1 -1 ports/print/gimp-print/Makefile 1.1 +10 -0 ports/print/gimp-print/files/patch-rastertoprinter (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 18:38: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 DB8B937B401; Tue, 15 Oct 2002 18:38:10 -0700 (PDT) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2E0F43E7B; Tue, 15 Oct 2002 18:38:09 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 181d8Q-0000xS-00; Wed, 16 Oct 2002 08:38:06 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 181d8P-0000wR-00; Wed, 16 Oct 2002 08:38:05 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.6/8.12.6) with ESMTP id g9G1cArk063763; Wed, 16 Oct 2002 08:38:10 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.6/8.12.6/Submit) id g9G1cAkm063732; Wed, 16 Oct 2002 08:38:10 +0700 (NOVST) Date: Wed, 16 Oct 2002 08:38:10 +0700 From: Alexey Dokuchaev To: Anders Nordby Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/www/thttpd Makefile distinfo Message-ID: <20021016013810.GE53130@regency.nsu.ru> References: <200210152159.g9FLx6nQ012327@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210152159.g9FLx6nQ012327@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Envelope-To: anders@freebsd.org, cvs-committers@freebsd.org, cvs-all@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, Oct 15, 2002 at 02:59:06PM -0700, Anders Nordby wrote: > anders 2002/10/15 14:59:06 PDT > > Modified files: > www/thttpd Makefile distinfo > Log: > Update to 2.23 beta 1. Finally! 8-) Thanks. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 18:38: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 2F9C437B401; Tue, 15 Oct 2002 18:38:48 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id B544743E88; Tue, 15 Oct 2002 18:38:46 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 13D9C81674; Wed, 16 Oct 2002 11:08:44 +0930 (CST) Date: Wed, 16 Oct 2002 11:08:44 +0930 From: Greg 'groggy' Lehey To: Ruslan Ermilov Cc: Giorgos Keramidas , Tony Finch , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Coloured manpages (was: Re: cvs commit: src/gnu/usr.bin/man Makefile.inc src/share/mk bsd.man.mk src/usr.bin/catman catman.c) Message-ID: <20021016013843.GP12010@wantadilla.lemis.com> References: <200210110916.g9B9GP8f064951@freefall.freebsd.org> <20021012040759.A23338@chiark.greenend.org.uk> <20021012155812.GA36832@sunbay.com> <20021013003257.GA64063@wantadilla.lemis.com> <20021013081038.GA14919@sunbay.com> <20021015094930.GB2083@hades.hell.gr> <20021015143304.GB12329@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021015143304.GB12329@sunbay.com> 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, 15 October 2002 at 17:33:04 +0300, Ruslan Ermilov wrote: > The are three options here: > > 1. Keep the color support turned off for catpages and man(1). > 2. Fix the syscons(4) to render underlined attribute in some way > distinguishable from "bold". > 3. Turn the color support back on but pass the -r option to > grotty(1) which tells it to use the "reverse video" attribute > to render italic fonts. This keeps the "cons25" output the > old way, but worsens the "xterm" output, which will now render > the underlined text as "reverse". I'm not overly concerned about how nroff renders, but I'd like to see colour support enabled for troff. Or is that already the case? I can't see any conflict for troff. 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 Tue Oct 15 18:39: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 ACDB737B401; Tue, 15 Oct 2002 18:39:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 539C843EB3; Tue, 15 Oct 2002 18:39:18 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G1dHmV002968; Tue, 15 Oct 2002 18:39:17 -0700 (PDT) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G1dHOr002967; Tue, 15 Oct 2002 18:39:17 -0700 (PDT) Message-Id: <200210160139.g9G1dHOr002967@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 15 Oct 2002 18:39:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/xinetd Makefile distinfo ports/security/xinetd/files.5 patch-xinetd::reconfig.c patch-xinetd::service.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 vanilla 2002/10/15 18:39:17 PDT Modified files: security/xinetd Makefile distinfo Added files: security/xinetd/files.5 patch-xinetd::reconfig.c patch-xinetd::service.c Log: Upgrade to 2.3.9, and fix broken on -current. PR: ports/44040 Submitted by: Jens Rehsack Revision Changes Path 1.41 +8 -2 ports/security/xinetd/Makefile 1.22 +1 -1 ports/security/xinetd/distinfo 1.1 +11 -0 ports/security/xinetd/files.5/patch-xinetd::reconfig.c (new) 1.1 +11 -0 ports/security/xinetd/files.5/patch-xinetd::service.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 18:40: 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 B3B8B37B401; Tue, 15 Oct 2002 18:40:08 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F64F43E6E; Tue, 15 Oct 2002 18:40:08 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021016014007.CZLV12986.sccrmhc02.attbi.com@InterJet.elischer.org>; Wed, 16 Oct 2002 01:40:07 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id SAA82430; Tue, 15 Oct 2002 18:23:55 -0700 (PDT) Date: Tue, 15 Oct 2002 18:23:54 -0700 (PDT) From: Julian Elischer To: Lars Eggert Cc: Jim Pirzyk , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options.i386 src/sys/i386/conf NOTES src/sys/i386/include atomic.h In-Reply-To: <3DACBB41.9040709@isi.edu> 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 How many SMP vmware's have you seen? On Tue, 15 Oct 2002, Lars Eggert wrote: > Jim Pirzyk wrote: > > pirzyk 2002/10/14 12:33:12 PDT > > > > Modified files: > > sys/conf options.i386 > > sys/i386/conf NOTES > > sys/i386/include atomic.h > > Log: > > Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 systems. > > This is most beneficial for vmware client os installs. > > Setting this option in an SMP kernel makes it die a horrible death > during boot. > > Lars > -- > Lars Eggert USC Information Sciences Institute > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 18:48: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 2668D37B401; Tue, 15 Oct 2002 18:48:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCB3F43E88; Tue, 15 Oct 2002 18:48:22 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G1mMmV003619; Tue, 15 Oct 2002 18:48:22 -0700 (PDT) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G1mMAD003618; Tue, 15 Oct 2002 18:48:22 -0700 (PDT) Message-Id: <200210160148.g9G1mMAD003618@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 15 Oct 2002 18:48:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pmf 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 vanilla 2002/10/15 18:48:22 PDT Modified files: net/pmf Makefile Log: - Fix MASTER_SITES - Utilize DATADIR/DOCSDIR/EXAMPLESDIR PR: ports/44119 Submitted by: Ports Fury. Revision Changes Path 1.19 +13 -13 ports/net/pmf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 18:53: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 B732537B401; Tue, 15 Oct 2002 18:53:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40A4B43E8A; Tue, 15 Oct 2002 18:53:35 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G1rYmV004137; Tue, 15 Oct 2002 18:53:34 -0700 (PDT) (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G1rYXb004136; Tue, 15 Oct 2002 18:53:34 -0700 (PDT) Message-Id: <200210160153.g9G1rYXb004136@repoman.freebsd.org> From: Garrett Wollman Date: Tue, 15 Oct 2002 18:53:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/zoneinfo - Imported sources X-FreeBSD-CVS-Branch: ADO Sender: owner-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/10/15 18:53:34 PDT src/share/zoneinfo - Imported sources Update of /home/ncvs/src/share/zoneinfo In directory repoman.freebsd.org:/tmp/cvs-serv4089 Log Message: Update from ADO to reflect changes in Brazil and absence of previously-anticipated changes in Israel. Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2002d.tar.gz Status: Vendor Tag: ADO Release Tags: tzdata2002d U src/share/zoneinfo/africa U src/share/zoneinfo/antarctica C src/share/zoneinfo/asia C src/share/zoneinfo/australasia U src/share/zoneinfo/europe U src/share/zoneinfo/northamerica C src/share/zoneinfo/southamerica U src/share/zoneinfo/pacificnew U src/share/zoneinfo/etcetera U src/share/zoneinfo/factory U src/share/zoneinfo/backward U src/share/zoneinfo/systemv U src/share/zoneinfo/solar87 U src/share/zoneinfo/solar88 U src/share/zoneinfo/solar89 C src/share/zoneinfo/iso3166.tab C src/share/zoneinfo/zone.tab U src/share/zoneinfo/leapseconds U src/share/zoneinfo/yearistype.sh 5 conflicts created by this import. Use the following command to help the merge: cvs checkout -jADO:yesterday -jADO src/share/zoneinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 18:54: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 5F1D937B401; Tue, 15 Oct 2002 18:54:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 052ED43E88; Tue, 15 Oct 2002 18:54:47 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G1skmV004432; Tue, 15 Oct 2002 18:54:46 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G1skp7004431; Tue, 15 Oct 2002 18:54:46 -0700 (PDT) Message-Id: <200210160154.g9G1skp7004431@repoman.freebsd.org> From: Sam Leffler Date: Tue, 15 Oct 2002 18:54:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/ipfilter/netinet ip_auth.c src/sys/dev/hfa fore_receive.c src/sys/kern subr_mbuf.c uipc_mbuf.c uipc_mbuf2.c src/sys/net bridge.c if_gre.c if_loop.c if_stf.c src/sys/netinet igmp.c in_gif.c ip_divert.c ip_dummynet.c ip_encap.c ip_fw2.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 sam 2002/10/15 18:54:46 PDT Modified files: sys/contrib/ipfilter/netinet ip_auth.c sys/dev/hfa fore_receive.c sys/kern subr_mbuf.c uipc_mbuf.c uipc_mbuf2.c sys/net bridge.c if_gre.c if_loop.c if_stf.c sys/netinet igmp.c in_gif.c ip_divert.c ip_dummynet.c ip_encap.c ip_fw2.c ip_icmp.c ip_input.c ip_mroute.c ip_output.c ip_var.h raw_ip.c tcp_input.c tcp_output.c tcp_subr.c tcp_syncache.c udp_usrreq.c sys/netinet6 icmp6.c in6_gif.c ip6_input.c ip6_mroute.c ip6_output.c ip6_var.h ipsec.c ipsec.h mld6.c nd6_nbr.c raw_ip6.c route6.c udp6_output.c sys/netipx ipx_ip.c sys/sys mbuf.h Log: Replace aux mbufs with packet tags: o instead of a list of mbufs use a list of m_tag structures a la openbsd o for netgraph et. al. extend the stock openbsd m_tag to include a 32-bit ABI/module number cookie o for openbsd compatibility define a well-known cookie MTAG_ABI_COMPAT and use this in defining openbsd-compatible m_tag_find and m_tag_get routines o rewrite KAME use of aux mbufs in terms of packet tags o eliminate the most heavily used aux mbufs by adding an additional struct inpcb parameter to ip_output and ip6_output to allow the IPsec code to locate the security policy to apply to outbound packets o bump __FreeBSD_version so code can be conditionalized o fixup ipfilter's call to ip_output based on __FreeBSD_version Reviewed by: julian, luigi (silent), -arch, -net, darren Approved by: julian, silence from everyone else Obtained from: openbsd (mostly) MFC after: 1 month Revision Changes Path 1.30 +2 -1 src/sys/contrib/ipfilter/netinet/ip_auth.c 1.16 +1 -1 src/sys/dev/hfa/fore_receive.c 1.32 +7 -14 src/sys/kern/subr_mbuf.c 1.106 +1 -1 src/sys/kern/uipc_mbuf.c 1.13 +125 -73 src/sys/kern/uipc_mbuf2.c 1.57 +1 -1 src/sys/net/bridge.c 1.7 +1 -1 src/sys/net/if_gre.c 1.72 +1 -2 src/sys/net/if_loop.c 1.25 +1 -1 src/sys/net/if_stf.c 1.37 +1 -1 src/sys/netinet/igmp.c 1.16 +1 -1 src/sys/netinet/in_gif.c 1.68 +1 -1 src/sys/netinet/ip_divert.c 1.54 +1 -1 src/sys/netinet/ip_dummynet.c 1.13 +11 -23 src/sys/netinet/ip_encap.c 1.12 +1 -1 src/sys/netinet/ip_fw2.c 1.71 +1 -1 src/sys/netinet/ip_icmp.c 1.212 +7 -7 src/sys/netinet/ip_input.c 1.80 +2 -2 src/sys/netinet/ip_mroute.c 1.166 +5 -11 src/sys/netinet/ip_output.c 1.66 +2 -1 src/sys/netinet/ip_var.h 1.101 +1 -8 src/sys/netinet/raw_ip.c 1.177 +1 -1 src/sys/netinet/tcp_input.c 1.71 +3 -12 src/sys/netinet/tcp_output.c 1.144 +3 -8 src/sys/netinet/tcp_subr.c 1.26 +4 -10 src/sys/netinet/tcp_syncache.c 1.123 +1 -7 src/sys/netinet/udp_usrreq.c 1.21 +3 -11 src/sys/netinet6/icmp6.c 1.7 +2 -2 src/sys/netinet6/in6_gif.c 1.39 +24 -39 src/sys/netinet6/ip6_input.c 1.16 +1 -1 src/sys/netinet6/ip6_mroute.c 1.41 +3 -5 src/sys/netinet6/ip6_output.c 1.10 +4 -3 src/sys/netinet6/ip6_var.h 1.16 +15 -115 src/sys/netinet6/ipsec.c 1.10 +0 -3 src/sys/netinet6/ipsec.h 1.9 +1 -1 src/sys/netinet6/mld6.c 1.13 +2 -10 src/sys/netinet6/nd6_nbr.c 1.22 +1 -8 src/sys/netinet6/raw_ip6.c 1.6 +3 -4 src/sys/netinet6/route6.c 1.9 +1 -7 src/sys/netinet6/udp6_output.c 1.30 +1 -1 src/sys/netipx/ipx_ip.c 1.107 +117 -62 src/sys/sys/mbuf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 18: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 E52A437B401; Tue, 15 Oct 2002 18:55:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 989D443E77; Tue, 15 Oct 2002 18:55:10 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G1tAmV004475; Tue, 15 Oct 2002 18:55:10 -0700 (PDT) (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G1tAGA004474; Tue, 15 Oct 2002 18:55:10 -0700 (PDT) Message-Id: <200210160155.g9G1tAGA004474@repoman.freebsd.org> From: Garrett Wollman Date: Tue, 15 Oct 2002 18:55:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/zoneinfo zone.tab X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/15 18:55:10 PDT Modified files: share/zoneinfo zone.tab Log: Re-sort to reflect change of East Timor from TP to TL. Revision Changes Path 1.13 +2 -2 src/share/zoneinfo/zone.tab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 18: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 0BEF637B401; Tue, 15 Oct 2002 18:55:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AF4643EA3; Tue, 15 Oct 2002 18:55:48 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G1tmmV004628; Tue, 15 Oct 2002 18:55:48 -0700 (PDT) (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G1tm18004627; Tue, 15 Oct 2002 18:55:48 -0700 (PDT) Message-Id: <200210160155.g9G1tm18004627@repoman.freebsd.org> From: Garrett Wollman Date: Tue, 15 Oct 2002 18:55:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/zoneinfo asia australasia southamerica X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/15 18:55:48 PDT Modified files: share/zoneinfo asia australasia southamerica Log: Merge from vendor tzdata2002d. PR: 44004 MFC after: 3 days Revision Changes Path 1.22 +41 -1 src/share/zoneinfo/asia 1.23 +33 -1 src/share/zoneinfo/australasia 1.20 +36 -13 src/share/zoneinfo/southamerica To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 18:57: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 C5F3E37B401; Tue, 15 Oct 2002 18:57:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81BBB43E6E; Tue, 15 Oct 2002 18:57:24 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G1vOmV004821; Tue, 15 Oct 2002 18:57:24 -0700 (PDT) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G1vONq004820; Tue, 15 Oct 2002 18:57:24 -0700 (PDT) Message-Id: <200210160157.g9G1vONq004820@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 15 Oct 2002 18:57:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/micq Makefile distinfo pkg-plist ports/net/micq/files patch-Makefile.in patch-ab patch-ac patch-lang::ru.i18n patch-src::icq_response.c patch-src::util.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 vanilla 2002/10/15 18:57:24 PDT Modified files: net/micq Makefile distinfo pkg-plist net/micq/files patch-lang::ru.i18n Added files: net/micq/files patch-Makefile.in Removed files: net/micq/files patch-ab patch-ac patch-src::icq_response.c patch-src::util.c Log: Upgrade to 0.4.9.4. PR: ports/44118 Submitted by: Ports Fury. Revision Changes Path 1.26 +5 -4 ports/net/micq/Makefile 1.15 +1 -1 ports/net/micq/distinfo 1.1 +11 -0 ports/net/micq/files/patch-Makefile.in (new) 1.4 +0 -17 ports/net/micq/files/patch-ab (dead) 1.5 +0 -14 ports/net/micq/files/patch-ac (dead) 1.3 +10 -25 ports/net/micq/files/patch-lang::ru.i18n 1.3 +0 -42 ports/net/micq/files/patch-src::icq_response.c (dead) 1.3 +0 -46 ports/net/micq/files/patch-src::util.c (dead) 1.8 +4 -4 ports/net/micq/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 Oct 15 19:10: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 137D737B401; Tue, 15 Oct 2002 19:10:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C8AB43E9E; Tue, 15 Oct 2002 19:10:09 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G2A9mV005685; Tue, 15 Oct 2002 19:10:09 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G2A8VI005684; Tue, 15 Oct 2002 19:10:08 -0700 (PDT) Message-Id: <200210160210.g9G2A8VI005684@repoman.freebsd.org> From: Sam Leffler Date: Tue, 15 Oct 2002 19:10:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netipsec ah.h ah_var.h esp.h esp_var.h ipcomp.h ipcomp_var.h ipip_var.h ipsec.c ipsec.h ipsec6.h ipsec_input.c ipsec_mbuf.c ipsec_output.c key.c key.h key_debug.c key_debug.h key_var.h keydb.h keysock.c keysock.h xform.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 sam 2002/10/15 19:10:08 PDT Added files: sys/netipsec ah.h ah_var.h esp.h esp_var.h ipcomp.h ipcomp_var.h ipip_var.h ipsec.c ipsec.h ipsec6.h ipsec_input.c ipsec_mbuf.c ipsec_output.c key.c key.h key_debug.c key_debug.h key_var.h keydb.h keysock.c keysock.h xform.h xform_ah.c xform_esp.c xform_ipcomp.c xform_ipip.c Log: "Fast IPsec": this is an experimental IPsec implementation that is derived from the KAME IPsec implementation, but with heavy borrowing and influence of openbsd. A key feature of this implementation is that it uses the kernel crypto framework to do all crypto work so when h/w crypto support is present IPsec operation is automatically accelerated. Otherwise the protocol implementations are rather differet while the SADB and policy management code is very similar to KAME (for the moment). Note that this implementation is enabled with a FAST_IPSEC option. With this you get all protocols; i.e. there is no FAST_IPSEC_ESP option. FAST_IPSEC and IPSEC are mutually exclusive; you cannot build both into a single system. This software is well tested with IPv4 but should be considered very experimental (i.e. do not deploy in production environments). This software does NOT currently support IPv6. In fact do not configure FAST_IPSEC and INET6 in the same system. Obtained from: KAME + openbsd Supported by: Vernier Networks Revision Changes Path 1.1 +56 -0 src/sys/netipsec/ah.h (new) 1.1 +78 -0 src/sys/netipsec/ah_var.h (new) 1.1 +69 -0 src/sys/netipsec/esp.h (new) 1.1 +78 -0 src/sys/netipsec/esp_var.h (new) 1.1 +55 -0 src/sys/netipsec/ipcomp.h (new) 1.1 +67 -0 src/sys/netipsec/ipcomp_var.h (new) 1.1 +65 -0 src/sys/netipsec/ipip_var.h (new) 1.1 +1941 -0 src/sys/netipsec/ipsec.c (new) 1.1 +389 -0 src/sys/netipsec/ipsec.h (new) 1.1 +89 -0 src/sys/netipsec/ipsec6.h (new) 1.1 +728 -0 src/sys/netipsec/ipsec_input.c (new) 1.1 +401 -0 src/sys/netipsec/ipsec_mbuf.c (new) 1.1 +737 -0 src/sys/netipsec/ipsec_output.c (new) 1.1 +7287 -0 src/sys/netipsec/key.c (new) 1.1 +107 -0 src/sys/netipsec/key.h (new) 1.1 +747 -0 src/sys/netipsec/key_debug.c (new) 1.1 +88 -0 src/sys/netipsec/key_debug.h (new) 1.1 +74 -0 src/sys/netipsec/key_var.h (new) 1.1 +181 -0 src/sys/netipsec/keydb.h (new) 1.1 +603 -0 src/sys/netipsec/keysock.c (new) 1.1 +82 -0 src/sys/netipsec/keysock.h (new) 1.1 +126 -0 src/sys/netipsec/xform.h (new) 1.1 +1209 -0 src/sys/netipsec/xform_ah.c (new) 1.1 +966 -0 src/sys/netipsec/xform_esp.c (new) 1.1 +608 -0 src/sys/netipsec/xform_ipcomp.c (new) 1.1 +699 -0 src/sys/netipsec/xform_ipip.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 19:13: 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 67F7137B401 for ; Tue, 15 Oct 2002 19:13:03 -0700 (PDT) Received: from haystack.lclark.edu (haystack.lclark.edu [149.175.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C98C43E4A for ; Tue, 15 Oct 2002 19:12:58 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from copeland-30-191.lclark.edu (anholt@copeland-30-191.lclark.edu [149.175.30.191]) by haystack.lclark.edu (8.9.3/8.9.3) with ESMTP id TAA15662; Tue, 15 Oct 2002 19:12:47 -0700 (PDT) Subject: Re: cvs commit: ports/graphics/dri-devel Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist From: Eric Anholt To: Joseph Scott Cc: cvs-all@FreeBSD.org, Peter Johnson In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 15 Oct 2002 19:12:47 -0700 Message-Id: <1034734371.869.3.camel@anholt.dyndns.org> 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-10-15 at 14:37, Joseph Scott wrote: > > On Mon, 14 Oct 2002, Eric Anholt wrote: > > # anholt 2002/10/14 13:24:58 PDT > # > # Modified files: > # graphics/dri-devel Makefile distinfo pkg-comment pkg-descr > # pkg-message pkg-plist > # Log: > # Update dri-devel port to a more recent snapshot. This includes > # fixes for XV > # with R200, and irq support for some chips to reduce cpu load while > # running GL > # programs. Also, added warning messages that this is development code. > > Does this update resolve PR ports/43760 > (PATCH: (ports/graphics/dri-devel) Fix Matrox G550 cursor) or is it still > an issue? Not yet. I wish DRI would get a merge from X, it would resolve a lot of these issues. I'll try to get to this soon, along with a patch to fix the new syncing to vblank option. -- Eric Anholt http://people.freebsd.org/~anholt/dri/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 19:16: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 C5D3237B401; Tue, 15 Oct 2002 19:16:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78E8643E4A; Tue, 15 Oct 2002 19:16:19 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G2GJmV006392; Tue, 15 Oct 2002 19:16:19 -0700 (PDT) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G2GIVA006391; Tue, 15 Oct 2002 19:16:18 -0700 (PDT) Message-Id: <200210160216.g9G2GIVA006391@repoman.freebsd.org> From: SADA Kenji Date: Tue, 15 Oct 2002 19:16:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 sshd.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 sada 2002/10/15 19:16:18 PDT Modified files: ja_JP.eucJP/man/man8 sshd.8 Log: Fix an edit mistake. Reviewed by: horikawa Revision Changes Path 1.8 +1 -6 doc/ja_JP.eucJP/man/man8/sshd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 19:18: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 CD40C37B401; Tue, 15 Oct 2002 19:18:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8187043E77; Tue, 15 Oct 2002 19:18:57 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G2IvmV006488; Tue, 15 Oct 2002 19:18:57 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G2IunU006487; Tue, 15 Oct 2002 19:18:56 -0700 (PDT) Message-Id: <200210160218.g9G2IunU006487@repoman.freebsd.org> From: Sam Leffler Date: Tue, 15 Oct 2002 19:18:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net pfkeyv2.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 sam 2002/10/15 19:18:56 PDT Modified files: sys/net pfkeyv2.h Log: add definitions for RIPEMD-160 HMAC and Skipjack encryption algorithms, for use by "Fast IPsec" Revision Changes Path 1.9 +2 -0 src/sys/net/pfkeyv2.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 19:25: 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 B519737B401; Tue, 15 Oct 2002 19:25:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FFB643E65; Tue, 15 Oct 2002 19:25:06 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G2P5mV007170; Tue, 15 Oct 2002 19:25:05 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G2P5wL007169; Tue, 15 Oct 2002 19:25:05 -0700 (PDT) Message-Id: <200210160225.g9G2P5wL007169@repoman.freebsd.org> From: Sam Leffler Date: Tue, 15 Oct 2002 19:25:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES files options src/sys/netinet in_pcb.c in_pcb.h in_proto.c ip_icmp.c ip_input.c ip_output.c raw_ip.c tcp_input.c tcp_output.c tcp_subr.c tcp_syncache.c udp_usrreq.c src/sys/netinet6 icmp6.c in6_pcb.c in6_proto.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 sam 2002/10/15 19:25:05 PDT Modified files: sys/conf NOTES files options sys/netinet in_pcb.c in_pcb.h in_proto.c ip_icmp.c ip_input.c ip_output.c raw_ip.c tcp_input.c tcp_output.c tcp_subr.c tcp_syncache.c udp_usrreq.c sys/netinet6 icmp6.c in6_pcb.c in6_proto.c ip6_forward.c ip6_input.c ip6_output.c raw_ip6.c udp6_usrreq.c Log: Tie new "Fast IPsec" code into the build. This involves the usual configuration stuff as well as conditional code in the IPv4 and IPv6 areas. Everything is conditional on FAST_IPSEC which is mutually exclusive with IPSEC (KAME IPsec implmentation). As noted previously, don't use FAST_IPSEC with INET6 at the moment. Reviewed by: KAME, rwatson Approved by: silence Supported by: Vernier Networks Revision Changes Path 1.1097 +2 -0 src/sys/conf/NOTES 1.721 +11 -0 src/sys/conf/files 1.358 +1 -0 src/sys/conf/options 1.111 +10 -0 src/sys/netinet/in_pcb.c 1.54 +1 -1 src/sys/netinet/in_pcb.h 1.61 +17 -0 src/sys/netinet/in_proto.c 1.72 +6 -0 src/sys/netinet/ip_icmp.c 1.213 +131 -2 src/sys/netinet/ip_input.c 1.167 +146 -2 src/sys/netinet/ip_output.c 1.102 +20 -0 src/sys/netinet/raw_ip.c 1.178 +19 -0 src/sys/netinet/tcp_input.c 1.72 +5 -0 src/sys/netinet/tcp_output.c 1.145 +8 -0 src/sys/netinet/tcp_subr.c 1.27 +9 -1 src/sys/netinet/tcp_syncache.c 1.124 +39 -86 src/sys/netinet/udp_usrreq.c 1.22 +6 -0 src/sys/netinet6/icmp6.c 1.33 +7 -0 src/sys/netinet6/in6_pcb.c 1.19 +9 -0 src/sys/netinet6/in6_proto.c 1.16 +9 -0 src/sys/netinet6/ip6_forward.c 1.40 +6 -0 src/sys/netinet6/ip6_input.c 1.42 +63 -4 src/sys/netinet6/ip6_output.c 1.23 +24 -0 src/sys/netinet6/raw_ip6.c 1.32 +29 -0 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 Oct 15 19:29: 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 DFE2F37B401; Tue, 15 Oct 2002 19:29:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1D8543E91; Tue, 15 Oct 2002 19:29:01 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G2T1mV007416; Tue, 15 Oct 2002 19:29:01 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G2T1Bk007415; Tue, 15 Oct 2002 19:29:01 -0700 (PDT) Message-Id: <200210160229.g9G2T1Bk007415@repoman.freebsd.org> From: Sam Leffler Date: Tue, 15 Oct 2002 19:29:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet udp_usrreq.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 sam 2002/10/15 19:29:01 PDT Modified files: sys/netinet udp_usrreq.c Log: Last commit to add FAST_IPSEC support also rearranged udp_input so that all input packets are stored in the socket using udp_append. This was done so that all IPsec- and MAC-related checking is now consolidated in udp_append. Note that this can lead to an extra packet copy being done before a packet is discarded because of one of these checks. Revision Changes Path 1.125 +0 -0 src/sys/netinet/udp_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 Oct 15 19:29: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 C55A137B401; Tue, 15 Oct 2002 19:29:53 -0700 (PDT) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 141E943E4A; Tue, 15 Oct 2002 19:29:53 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 181dtM-0004FP-00; Wed, 16 Oct 2002 09:26:36 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 181dtK-0004Ep-00; Wed, 16 Oct 2002 09:26:34 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.6/8.12.6) with ESMTP id g9G2Qcrk082951; Wed, 16 Oct 2002 09:26:38 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.6/8.12.6/Submit) id g9G2QcM4082854; Wed, 16 Oct 2002 09:26:38 +0700 (NOVST) Date: Wed, 16 Oct 2002 09:26:38 +0700 From: Alexey Dokuchaev To: Giorgos Keramidas Cc: Ruslan Ermilov , "Greg 'groggy' Lehey" , Tony Finch , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/man Makefile.inc src/share/mk bsd.man.mk src/usr.bin/catman catman.c Message-ID: <20021016022638.GC72251@regency.nsu.ru> References: <200210110916.g9B9GP8f064951@freefall.freebsd.org> <20021012040759.A23338@chiark.greenend.org.uk> <20021012155812.GA36832@sunbay.com> <20021013003257.GA64063@wantadilla.lemis.com> <20021013081038.GA14919@sunbay.com> <20021015094930.GB2083@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021015094930.GB2083@hades.hell.gr> User-Agent: Mutt/1.4i X-Envelope-To: keramida@ceid.upatras.gr, ru@freebsd.org, grog@freebsd.org, dot@dotat.at, cvs-committers@freebsd.org, cvs-all@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, Oct 15, 2002 at 12:49:31PM +0300, Giorgos Keramidas wrote: > On 2002-10-13 11:10, Ruslan Ermilov wrote: > > On Sun, Oct 13, 2002 at 10:02:57AM +0930, Greg 'groggy' Lehey wrote: > > > > > > I've been waiting for groff 1.18 exactly because of the colour > > > support. I can understand that it's a nuisance under the > > > circumstances you describe, but I would be disappointed to see it > > > turned off altogether. There must be some way to just not make it the > > > default. Or is that what you're doing? > > > > Yes. I've sent the patch for grotty(1) that allows it to use the > > "reverse video" attribute to render the italic font in the nroff > > mode. After this is accepted (and I'm sure it will be), I plan > > to import the patch and turn the color support back on. > > I mostly use cons25 terminals to fire up screen(1) and this is a local > change that I keep around in my .screenrc files: > > termcap cons* us=\E[36m:ue=\E[m > > The added termcap capabilities make underlined text come up as cyan, > which makes manpages a lot more readable than reverse video (I've I do the same thing, but I patch /usr/share/misc/termcap directly. ;-) ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 19:30: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 4D42F37B401; Tue, 15 Oct 2002 19:30:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2F4A43E4A; Tue, 15 Oct 2002 19:30:26 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G2UQmV007636; Tue, 15 Oct 2002 19:30:26 -0700 (PDT) (envelope-from jedgar@repoman.freebsd.org) Received: (from jedgar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G2UQ1D007634; Tue, 15 Oct 2002 19:30:26 -0700 (PDT) Message-Id: <200210160230.g9G2UQ1D007634@repoman.freebsd.org> From: "Chris D. Faulhaber" Date: Tue, 15 Oct 2002 19:30:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal ssh-keys.asc X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/15 19:30:26 PDT Modified files: en/internal ssh-keys.asc Log: o Add the ssh information for the following hosts: axp0.freebsd.org ftp-master.freebsd.org ncvs.freebsd.org panther.freebsd.org o Sort by hostname. Revision Changes Path 1.3 +39 -22 www/en/internal/ssh-keys.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 19:31: 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 EEF8737B401; Tue, 15 Oct 2002 19:31:01 -0700 (PDT) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAA9A43E88; Tue, 15 Oct 2002 19:31:00 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 181dxZ-0005Ix-00; Wed, 16 Oct 2002 09:30:57 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 181dxX-0005Hi-00; Wed, 16 Oct 2002 09:30:55 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.6/8.12.6) with ESMTP id g9G2Uxrk086204; Wed, 16 Oct 2002 09:30:59 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.6/8.12.6/Submit) id g9G2UxdI086112; Wed, 16 Oct 2002 09:30:59 +0700 (NOVST) Date: Wed, 16 Oct 2002 09:30:59 +0700 From: Alexey Dokuchaev To: Ruslan Ermilov Cc: Giorgos Keramidas , "Greg 'groggy' Lehey" , Tony Finch , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: Coloured manpages (was: Re: cvs commit: src/gnu/usr.bin/man Makefile.inc src/share/mk bsd.man.mk src/usr.bin/catman catman.c) Message-ID: <20021016023059.GD72251@regency.nsu.ru> References: <200210110916.g9B9GP8f064951@freefall.freebsd.org> <20021012040759.A23338@chiark.greenend.org.uk> <20021012155812.GA36832@sunbay.com> <20021013003257.GA64063@wantadilla.lemis.com> <20021013081038.GA14919@sunbay.com> <20021015094930.GB2083@hades.hell.gr> <20021015143304.GB12329@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021015143304.GB12329@sunbay.com> User-Agent: Mutt/1.4i X-Envelope-To: ru@freebsd.org, keramida@ceid.upatras.gr, grog@freebsd.org, dot@dotat.at, cvs-committers@freebsd.org, cvs-all@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, Oct 15, 2002 at 05:33:04PM +0300, Ruslan Ermilov wrote: > On Tue, Oct 15, 2002 at 12:49:31PM +0300, Giorgos Keramidas wrote: > > On 2002-10-13 11:10, Ruslan Ermilov wrote: > > > On Sun, Oct 13, 2002 at 10:02:57AM +0930, Greg 'groggy' Lehey wrote: > > > > > > > > I've been waiting for groff 1.18 exactly because of the colour > > > > support. I can understand that it's a nuisance under the > > > > circumstances you describe, but I would be disappointed to see it > > > > turned off altogether. There must be some way to just not make it the > > > > default. Or is that what you're doing? > > > > > > Yes. I've sent the patch for grotty(1) that allows it to use the > > > "reverse video" attribute to render the italic font in the nroff > > > mode. After this is accepted (and I'm sure it will be), I plan > > > to import the patch and turn the color support back on. > > > > I mostly use cons25 terminals to fire up screen(1) and this is a local > > change that I keep around in my .screenrc files: > > > > termcap cons* us=\E[36m:ue=\E[m > > > > The added termcap capabilities make underlined text come up as cyan, > > which makes manpages a lot more readable than reverse video (I've > > tried using us=\E[7m for a while, but the results weren't very > > pleasing to the eye). If it's not a rather hard thing to support, I'd > > really vote for keeping the colour support enabled, instead of using > > reverse video for underlined/italic text in nroff. > > > > If I'm completely out of topic and the changes are not going to force > > reverse video instead of the old underline attribute for italicised > > text, please ignore this... I haven't had the time to look at the > > changes yet, since my latest buildworld is still running. > > > The problem is that without these hacks, "italic" fonts appear just > like "bold", which worsens the quality of the generated catpages: > both .Cm and .Ar, for example, look the same. And we certainly do > not want our manpages look bad on our default terminal, do we? > > grotty(1) renders italic fonts with the help of the underlined > attribute. syscons(4) does not distinguish between bold and > underlined attributes. The offending code is in sys/dev/syscons/ > scterm-sc.c:mask2attr(). The are three options here: > > 1. Keep the color support turned off for catpages and man(1). > 2. Fix the syscons(4) to render underlined attribute in some way > distinguishable from "bold". > 3. Turn the color support back on but pass the -r option to > grotty(1) which tells it to use the "reverse video" attribute > to render italic fonts. This keeps the "cons25" output the > old way, but worsens the "xterm" output, which will now render > the underlined text as "reverse". Could we patch /usr/share/misc/termcap maybe (cons25w entry)? This will leave xterm along (since it does play nicely already) and console output will get prettier. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 19:33: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 762B037B401; Tue, 15 Oct 2002 19:33:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AB7C43E75; Tue, 15 Oct 2002 19:33:29 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G2XSmV008002; Tue, 15 Oct 2002 19:33:28 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G2XS8r008001; Tue, 15 Oct 2002 19:33:28 -0700 (PDT) Message-Id: <200210160233.g9G2XS8r008001@repoman.freebsd.org> From: Sam Leffler Date: Tue, 15 Oct 2002 19:33:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet udp_usrreq.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 sam 2002/10/15 19:33:28 PDT Modified files: sys/netinet udp_usrreq.c Log: correct PCB locking in broadcast/multicast case that was exposed by change to use udp_append Reviewed by: hsu Revision Changes Path 1.126 +1 -1 src/sys/netinet/udp_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 Oct 15 19:36: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 0108137B401; Tue, 15 Oct 2002 19:36:51 -0700 (PDT) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E00A43EA3; Tue, 15 Oct 2002 19:36:50 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 181e3C-00062n-00; Wed, 16 Oct 2002 09:36:46 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 181e3A-00061t-00; Wed, 16 Oct 2002 09:36:44 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.6/8.12.6) with ESMTP id g9G2anrk087877; Wed, 16 Oct 2002 09:36:49 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.6/8.12.6/Submit) id g9G2aj6B087834; Wed, 16 Oct 2002 09:36:45 +0700 (NOVST) Date: Wed, 16 Oct 2002 09:36:45 +0700 From: Alexey Dokuchaev To: "Andrey A. Chernov" Cc: Ruslan Ermilov , Giorgos Keramidas , "Greg 'groggy' Lehey" , Tony Finch , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: Coloured manpages (was: Re: cvs commit: src/gnu/usr.bin/man Makefile.inc src/share/mk bsd.man.mk src/usr.bin/catman catman.c) Message-ID: <20021016023645.GF72251@regency.nsu.ru> References: <200210110916.g9B9GP8f064951@freefall.freebsd.org> <20021012040759.A23338@chiark.greenend.org.uk> <20021012155812.GA36832@sunbay.com> <20021013003257.GA64063@wantadilla.lemis.com> <20021013081038.GA14919@sunbay.com> <20021015094930.GB2083@hades.hell.gr> <20021015143304.GB12329@sunbay.com> <20021015145046.GA97009@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021015145046.GA97009@nagual.pp.ru> User-Agent: Mutt/1.4i X-Envelope-To: grog@freebsd.org, ru@freebsd.org, keramida@ceid.upatras.gr, cvs-all@freebsd.org, dot@dotat.at, cvs-committers@freebsd.org, ache@nagual.pp.ru Sender: owner-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, Oct 15, 2002 at 06:50:46PM +0400, Andrey A. Chernov wrote: > On Tue, Oct 15, 2002 at 17:33:04 +0300, Ruslan Ermilov wrote: > > > > 1. Keep the color support turned off for catpages and man(1). > > Yes, at least on the disk or through the pipe (generally, when device is > not display). They are not only displayed on terminal but can be printed > too or post-processed on some other way. Color (and other weird formattig) should be dropped when output is not tty. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 19:42: 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 87CDF37B401; Tue, 15 Oct 2002 19:42:00 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id A561E43E6A; Tue, 15 Oct 2002 19:41:58 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 61A0F812F5; Wed, 16 Oct 2002 12:11:56 +0930 (CST) Date: Wed, 16 Oct 2002 12:11:56 +0930 From: Greg 'groggy' Lehey To: Alexey Dokuchaev Cc: "Andrey A. Chernov" , Ruslan Ermilov , Giorgos Keramidas , Tony Finch , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: Coloured manpages (was: Re: cvs commit: src/gnu/usr.bin/man Makefile.inc src/share/mk bsd.man.mk src/usr.bin/catman catman.c) Message-ID: <20021016024156.GC60369@wantadilla.lemis.com> References: <200210110916.g9B9GP8f064951@freefall.freebsd.org> <20021012040759.A23338@chiark.greenend.org.uk> <20021012155812.GA36832@sunbay.com> <20021013003257.GA64063@wantadilla.lemis.com> <20021013081038.GA14919@sunbay.com> <20021015094930.GB2083@hades.hell.gr> <20021015143304.GB12329@sunbay.com> <20021015145046.GA97009@nagual.pp.ru> <20021016023645.GF72251@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021016023645.GF72251@regency.nsu.ru> 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 Wednesday, 16 October 2002 at 9:36:45 +0700, Alexey Dokuchaev wrote: > On Tue, Oct 15, 2002 at 06:50:46PM +0400, Andrey A. Chernov wrote: >> On Tue, Oct 15, 2002 at 17:33:04 +0300, Ruslan Ermilov wrote: >>> >>> 1. Keep the color support turned off for catpages and man(1). >> >> Yes, at least on the disk or through the pipe (generally, when device is >> not display). They are not only displayed on terminal but can be printed >> too or post-processed on some other way. > > Color (and other weird formattig) should be dropped when output is not > tty. Why? That most emphatically does not apply to troff output, and I can't see why it should for nroff. 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 Tue Oct 15 19:46: 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 9D91E37B401; Tue, 15 Oct 2002 19:45:59 -0700 (PDT) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2B2043EA3; Tue, 15 Oct 2002 19:45:58 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 181eC0-00005E-00; Wed, 16 Oct 2002 09:45:52 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 181eBy-0008Vn-00; Wed, 16 Oct 2002 09:45:50 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.6/8.12.6) with ESMTP id g9G2jtrk093586; Wed, 16 Oct 2002 09:45:55 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.6/8.12.6/Submit) id g9G2jtkV093522; Wed, 16 Oct 2002 09:45:55 +0700 (NOVST) Date: Wed, 16 Oct 2002 09:45:55 +0700 From: Alexey Dokuchaev To: "Greg 'groggy' Lehey" Cc: "Andrey A. Chernov" , Ruslan Ermilov , Giorgos Keramidas , Tony Finch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Coloured manpages (was: Re: cvs commit: src/gnu/usr.bin/man Makefile.inc src/share/mk bsd.man.mk src/usr.bin/catman catman.c) Message-ID: <20021016024555.GG72251@regency.nsu.ru> References: <200210110916.g9B9GP8f064951@freefall.freebsd.org> <20021012040759.A23338@chiark.greenend.org.uk> <20021012155812.GA36832@sunbay.com> <20021013003257.GA64063@wantadilla.lemis.com> <20021013081038.GA14919@sunbay.com> <20021015094930.GB2083@hades.hell.gr> <20021015143304.GB12329@sunbay.com> <20021015145046.GA97009@nagual.pp.ru> <20021016023645.GF72251@regency.nsu.ru> <20021016024156.GC60369@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021016024156.GC60369@wantadilla.lemis.com> User-Agent: Mutt/1.4i X-Envelope-To: keramida@ceid.upatras.gr, ache@nagual.pp.ru, ru@FreeBSD.org, cvs-all@FreeBSD.org, dot@dotat.at, cvs-committers@FreeBSD.org, grog@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 Wed, Oct 16, 2002 at 12:11:56PM +0930, Greg 'groggy' Lehey wrote: > On Wednesday, 16 October 2002 at 9:36:45 +0700, Alexey Dokuchaev wrote: > > On Tue, Oct 15, 2002 at 06:50:46PM +0400, Andrey A. Chernov wrote: > >> On Tue, Oct 15, 2002 at 17:33:04 +0300, Ruslan Ermilov wrote: > >>> > >>> 1. Keep the color support turned off for catpages and man(1). > >> > >> Yes, at least on the disk or through the pipe (generally, when device is > >> not display). They are not only displayed on terminal but can be printed > >> too or post-processed on some other way. > > > > Color (and other weird formattig) should be dropped when output is not > > tty. > > Why? That most emphatically does not apply to troff output, and I > can't see why it should for nroff. Uhm.. I was a bit fast on my reasoning (thought about man(1) and ls(1) at the first time). {t,n}roff(1) is a different issue, agreed. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 19:50:54 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id BF32E37B401; Tue, 15 Oct 2002 19:50:53 -0700 (PDT) Date: Tue, 15 Oct 2002 19:50:53 -0700 From: Juli Mallett To: "Chris D. Faulhaber" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/internal ssh-keys.asc Message-ID: <20021015195053.B24512@FreeBSD.org> References: <200210160230.g9G2UQ1D007634@repoman.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: <200210160230.g9G2UQ1D007634@repoman.freebsd.org>; from jedgar@FreeBSD.org on Tue, Oct 15, 2002 at 07:30:26PM -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: "Chris D. Faulhaber" [ Data: 2002-10-15 ] [ Subjecte: cvs commit: www/en/internal ssh-keys.asc ] > jedgar 2002/10/15 19:30:26 PDT > > Modified files: > en/internal ssh-keys.asc > Log: > o Add the ssh information for the following hosts: > axp0.freebsd.org > ftp-master.freebsd.org > ncvs.freebsd.org Shouldn't that be repoman, and all of its (eventual, present, otherwise) aliases? -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 19:59: 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 05AB037B401; Tue, 15 Oct 2002 19:59:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB14943E9E; Tue, 15 Oct 2002 19:59:04 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G2x4mV009655; Tue, 15 Oct 2002 19:59:04 -0700 (PDT) (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G2x4Bp009654; Tue, 15 Oct 2002 19:59:04 -0700 (PDT) Message-Id: <200210160259.g9G2x4Bp009654@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 15 Oct 2002 19:59:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahd_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 gibbs 2002/10/15 19:59:03 PDT Modified files: sys/dev/aic7xxx ahd_pci.c Log: Never allow memory mapped I/O in PCI-X mode on controllers that do not support that configuration. This should fix problems with embedded 7902 controllers running in PCI-X mode. Revision Changes Path 1.4 +4 -2 src/sys/dev/aic7xxx/ahd_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 Oct 15 20: 0: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 BCA9537B401; Tue, 15 Oct 2002 20:00:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F5C743E77; Tue, 15 Oct 2002 20:00:46 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G30jmV009931; Tue, 15 Oct 2002 20:00:45 -0700 (PDT) (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G30jWw009929; Tue, 15 Oct 2002 20:00:45 -0700 (PDT) Message-Id: <200210160300.g9G30jWw009929@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 15 Oct 2002 20:00:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahd_pci.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 gibbs 2002/10/15 20:00:45 PDT Modified files: (Branch: RELENG_4) sys/dev/aic7xxx ahd_pci.c Log: MFC: Never allow memory mapped I/O in PCI-X mode on controllers that do not support that configuration. Revision Changes Path 1.2.2.3 +4 -2 src/sys/dev/aic7xxx/ahd_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 Oct 15 20: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 770EE37B401; Tue, 15 Oct 2002 20:12:04 -0700 (PDT) Received: from april.chuckr.org (april.chuckr.org [66.92.147.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71D6943E6A; Tue, 15 Oct 2002 20:12:03 -0700 (PDT) (envelope-from chuckr@chuckr.org) Received: from april.chuckr.org (localhost [127.0.0.1]) by april.chuckr.org (8.12.6/8.12.5) with ESMTP id g9G3AOIh022142; Tue, 15 Oct 2002 23:10:24 -0400 (EDT) (envelope-from chuckr@chuckr.org) Received: from localhost (chuckr@localhost) by april.chuckr.org (8.12.6/8.12.5/Submit) with ESMTP id g9G3AMLZ022139; Tue, 15 Oct 2002 23:10:22 -0400 (EDT) X-Authentication-Warning: april.chuckr.org: chuckr owned process doing -bs Date: Tue, 15 Oct 2002 23:10:21 -0400 (EDT) From: Chuck Robey To: Alexey Dokuchaev Cc: "Greg 'groggy' Lehey" , "Andrey A. Chernov" , Ruslan Ermilov , Giorgos Keramidas , Tony Finch , , Subject: Re: Coloured manpages (was: Re: cvs commit: src/gnu/usr.bin/man Makefile.inc src/share/mk bsd.man.mk src/usr.bin/catman catman.c) In-Reply-To: <20021016024555.GG72251@regency.nsu.ru> Message-ID: <20021015230932.K18455-100000@april.chuckr.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, 16 Oct 2002, Alexey Dokuchaev wrote: > On Wed, Oct 16, 2002 at 12:11:56PM +0930, Greg 'groggy' Lehey wrote: > > On Wednesday, 16 October 2002 at 9:36:45 +0700, Alexey Dokuchaev wrote: > > > On Tue, Oct 15, 2002 at 06:50:46PM +0400, Andrey A. Chernov wrote: > > >> On Tue, Oct 15, 2002 at 17:33:04 +0300, Ruslan Ermilov wrote: > > >>> > > >>> 1. Keep the color support turned off for catpages and man(1). > > >> > > >> Yes, at least on the disk or through the pipe (generally, when device is > > >> not display). They are not only displayed on terminal but can be printed > > >> too or post-processed on some other way. > > > > > > Color (and other weird formattig) should be dropped when output is not > > > tty. > > > > Why? That most emphatically does not apply to troff output, and I > > can't see why it should for nroff. > > Uhm.. I was a bit fast on my reasoning (thought about man(1) and ls(1) at > the first time). {t,n}roff(1) is a different issue, agreed. Thanks for supporting those of us who still use troff, Greg! ---------------------------------------------------------------------------- Chuck Robey | Interests include C & Java programming, FreeBSD, chuckr@chuckr.org | electronics, communications, and signal processing. New Year's Resolution: I will not sphroxify gullible people into looking up fictitious words in the dictionary. ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 20:55: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 2CDB837B401; Tue, 15 Oct 2002 20:55:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D389F43E65; Tue, 15 Oct 2002 20:55:54 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G3tsmV013389; Tue, 15 Oct 2002 20:55:54 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G3trwj013388; Tue, 15 Oct 2002 20:55:53 -0700 (PDT) Message-Id: <200210160355.g9G3trwj013388@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 15 Oct 2002 20:55:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfprintf.c vfwprintf.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/10/15 20:55:53 PDT Modified files: lib/libc/stdio vfprintf.c vfwprintf.c Log: Add support for the XSI %C and %S formats, which are the same as %lc and %ls. Revision Changes Path 1.49 +12 -0 src/lib/libc/stdio/vfprintf.c 1.3 +12 -0 src/lib/libc/stdio/vfwprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 21: 3: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 9DC5437B401; Tue, 15 Oct 2002 21:03:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 267E243E6E; Tue, 15 Oct 2002 21:03:03 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G432mV013950; Tue, 15 Oct 2002 21:03:02 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G432e3013949; Tue, 15 Oct 2002 21:03:02 -0700 (PDT) Message-Id: <200210160403.g9G432e3013949@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 15 Oct 2002 21:03:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen fmtcheck.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/10/15 21:03:02 PDT Modified files: lib/libc/gen fmtcheck.3 Log: Add a Bugs section and note that fmtcheck() is out of sync with printf(); it does not recognise any of the conversions or modifiers added in C99. Revision Changes Path 1.7 +7 -1 src/lib/libc/gen/fmtcheck.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 21:25: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 D2AFE37B401; Tue, 15 Oct 2002 21:25:49 -0700 (PDT) Received: from pirzyk.org (dsl-65-184-181-29.telocity.com [65.184.181.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5371543E6A; Tue, 15 Oct 2002 21:25:49 -0700 (PDT) (envelope-from jim@pirzyk.org) Received: from snoopy (snoopy.pirzyk.org [10.26.0.4]) by pirzyk.org (8.12.3/8.12.3) with ESMTP id g9G4Mcng011701; Tue, 15 Oct 2002 21:22:38 -0700 (PDT) (envelope-from jim@pirzyk.org) Content-Type: text/plain; charset="iso-8859-1" From: Jim Pirzyk To: Julian Elischer , Lars Eggert Subject: Re: cvs commit: src/sys/conf options.i386 src/sys/i386/conf NOTES src/sys/i386/include atomic.h Date: Tue, 15 Oct 2002 21:25:07 -0700 User-Agent: KMail/1.4.3 Cc: Jim Pirzyk , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200210152125.08142.jim@pirzyk.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 Tuesday 15 October 2002 06:23 pm, Julian Elischer wrote: > How many SMP vmware's have you seen? > > On Tue, 15 Oct 2002, Lars Eggert wrote: > > Jim Pirzyk wrote: > > > pirzyk 2002/10/14 12:33:12 PDT > > > > > > Modified files: > > > sys/conf options.i386 > > > sys/i386/conf NOTES > > > sys/i386/include atomic.h > > > Log: > > > Add a knob to turn on and off the CMPXCHG instruction on > i386 I= A32 > > > systems. This is most beneficial for vmware client os installs. > > > > Setting this option in an SMP kernel makes it die a horrible death > > during boot. Are you setting this on the host OS or the guest OS's kernel? This is on= ly for the guest OS (ie running within vmware). Checking the VmWare web site, the make no mention of SMP Virtual Machines (they always talk about processor, not processors). - JimP --=20 --- @(#) $Id: dot.signature,v 1.10 2001/05/17 23:38:49 Jim.Pirzyk Exp $ __o jim@pirzyk.org ----------------------------------------------- _'\<,_ =20 (*)/ (*) =20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 22: 3: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 7FBBD37B401; Tue, 15 Oct 2002 22:03:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31CE043E88; Tue, 15 Oct 2002 22:03:42 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G53emV017691; Tue, 15 Oct 2002 22:03:40 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G53eC4017690; Tue, 15 Oct 2002 22:03:40 -0700 (PDT) Message-Id: <200210160503.g9G53eC4017690@repoman.freebsd.org> From: Robert Watson Date: Tue, 15 Oct 2002 22:03:40 -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 rwatson 2002/10/15 22:03:40 PDT Modified files: sbin/tunefs tunefs.c Log: s/clear/cleared/ for consistency (sigh) Reported by: dd Revision Changes Path 1.32 +2 -2 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 Tue Oct 15 22:25: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 6CF8037B401; Tue, 15 Oct 2002 22:25:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2018E43E75; Tue, 15 Oct 2002 22:25:50 -0700 (PDT) (envelope-from pst@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G5PmmV019121; Tue, 15 Oct 2002 22:25:48 -0700 (PDT) (envelope-from pst@repoman.freebsd.org) Received: (from pst@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G5PmWJ019120; Tue, 15 Oct 2002 22:25:48 -0700 (PDT) Message-Id: <200210160525.g9G5PmWJ019120@repoman.freebsd.org> From: Paul Traina Date: Tue, 15 Oct 2002 22:25:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/weblint 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 pst 2002/10/15 22:25:48 PDT Modified files: www/weblint Makefile Log: Dirk Meyer has agreed to be maintainer. Revision Changes Path 1.14 +2 -2 ports/www/weblint/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 22:30: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 116D037B401; Tue, 15 Oct 2002 22:30:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA1AF43E7B; Tue, 15 Oct 2002 22:30:57 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G5UumV019620; Tue, 15 Oct 2002 22:30:56 -0700 (PDT) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G5UuX6019618; Tue, 15 Oct 2002 22:30:56 -0700 (PDT) Message-Id: <200210160530.g9G5UuX6019618@repoman.freebsd.org> From: Jake Burkholder Date: Tue, 15 Oct 2002 22:30:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release 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/10/15 22:30:56 PDT Modified files: release Makefile Log: Add support for building sparc64 releases. Reviewed by: murray Revision Changes Path 1.711 +19 -1 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 22:47: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 C7A1237B401; Tue, 15 Oct 2002 22:47:49 -0700 (PDT) Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEA6A43E9C; Tue, 15 Oct 2002 22:47:48 -0700 (PDT) (envelope-from larse@ISI.EDU) Received: from isi.edu (c-24-130-112-157.we.client2.attbi.com [24.130.112.157]) by boreas.isi.edu (8.11.6/8.11.2) with ESMTP id g9G5lhC09867; Tue, 15 Oct 2002 22:47:43 -0700 (PDT) Message-ID: <3DACFD7C.1000302@isi.edu> Date: Tue, 15 Oct 2002 22:47:40 -0700 From: Lars Eggert Organization: USC Information Sciences Institute User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim Pirzyk Cc: Julian Elischer , Jim Pirzyk , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options.i386 src/sys/i386/conf NOTES src/sys/i386/include atomic.h References: <200210152125.08142.jim@pirzyk.org> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms090808080303010305000000" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a cryptographically signed message in MIME format. --------------ms090808080303010305000000 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Jim Pirzyk wrote: > On Tuesday 15 October 2002 06:23 pm, Julian Elischer wrote: > >>How many SMP vmware's have you seen? >> >>On Tue, 15 Oct 2002, Lars Eggert wrote: >> >>>Jim Pirzyk wrote: >>> >>>>pirzyk 2002/10/14 12:33:12 PDT >>>> >>>> Modified files: >>>> sys/conf options.i386 >>>> sys/i386/conf NOTES >>>> sys/i386/include atomic.h >>>> Log: >>>> Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 >>>>systems. This is most beneficial for vmware client os installs. >>> >>>Setting this option in an SMP kernel makes it die a horrible death >>>during boot. >> > > Are you setting this on the host OS or the guest OS's kernel? This is only > for the guest OS (ie running within vmware). Checking the VmWare > web site, the make no mention of SMP Virtual Machines (they always > talk about processor, not processors). Guest. I often dual-boot a raw FreeBSD partition both natively on SMP hardware and inside vmware, and was hoping to be able to use the same kernel for both. No biggie; I was just trying to suggest that if this option is soley for use with vmware guest kernels, maybe add a sentence to NOTES along the lines of "This option is only useful for vmware guest kernels, and may break things when such a kernel is booted on real hardware." Lars -- Lars Eggert USC Information Sciences Institute --------------ms090808080303010305000000 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJtjCC AzgwggKhoAMCAQICEGZFcrfMdPXPY3ZFhNAukQEwDQYJKoZIhvcNAQEEBQAwgdExCzAJBgNV BAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgG A1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vydmlj ZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkG CSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw0wMDA4MzAwMDAw MDBaFw0wNDA4MjcyMzU5NTlaMIGSMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBD YXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xDzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UECxMUQ2Vy dGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVtYWlsIFJTQSAyMDAw LjguMzAwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAN4zMqZjxwklRT7SbngnZ4HF2ogZ gpcO40QpimM1Km1wPPrcrvfudG8wvDOQf/k0caCjbZjxw0+iZdsN+kvx1t1hpfmFzVWaNRqd knWoJ67Ycvm6AvbXsJHeHOmr4BgDqHxDQlBRh4M88Dm0m1SKE4f/s5udSWYALQmJ7JRr6aFp AgMBAAGjTjBMMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwxLTI5NzAS BgNVHRMBAf8ECDAGAQH/AgEAMAsGA1UdDwQEAwIBBjANBgkqhkiG9w0BAQQFAAOBgQAxsUtH XfkBceX1U2xdedY9mMAmE2KBIqcS+CKV6BtJtyd7BDm6/ObyJOuR+r3sDSo491BVqGz3Da1M G7wD9LXrokefbKIMWI0xQgkRbLAaadErErJAXWr5edDqLiXdiuT82w0fnQLzWtvKPPZE6iZp h39Ins6ln+eE2MliYq0FxjCCAzkwggKioAMCAQICAwglQTANBgkqhkiG9w0BAQQFADCBkjEL MAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3du MQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYD VQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwMB4XDTAyMDgyNDE4NTMzOVoX DTAzMDgyNDE4NTMzOVowVDEPMA0GA1UEBBMGRWdnZXJ0MQ0wCwYDVQQqEwRMYXJzMRQwEgYD VQQDEwtMYXJzIEVnZ2VydDEcMBoGCSqGSIb3DQEJARYNbGFyc2VAaXNpLmVkdTCCASIwDQYJ KoZIhvcNAQEBBQADggEPADCCAQoCggEBANI2Rrt4ggaQ/IrOsDeOm2H4/R5FRIL6JjDY3StE aogp1r23WKniQ1Vj98Nu5WxlaZ3Iam3Jen5T66H8u7rtMNpK4qAeAGoBsVeyVr1+CTFeuv+m xCh7BvBJwhLdm0zDaoDT05YKYZaqtsT+F286FWJQg31Xtf+vTKLVVrHcsafnteyal2NEt7Ac yZZfjsVLwxp2Lq3cwYfRQRoo7/yCVzS7HsgM6jmbO4taEMo4yC2rpnUbWEUCDTaCYgpAXzAl oiNk7GDh0wz2s5ZSnHRvNSBMAjCmpNtSYHfXFI1ANwrrrHIJ7Ei83+XN32PWY4OPzO3iown9 VR+vM+8lNx9OX28CAwEAAaNWMFQwKgYFK2UBBAEEITAfAgEAMBowGAIBBAQTTDJ1TXlmZkJO VWJOSkpjZFoyczAYBgNVHREEETAPgQ1sYXJzZUBpc2kuZWR1MAwGA1UdEwEB/wQCMAAwDQYJ KoZIhvcNAQEEBQADgYEAXcrIlKmPLM/r8r3oz2ZLPLaT1AyMjYTZY2qq/R7SUtFa9BNlTIFh DG78QKfJ9lo2LMzTPQqMZgNLmj95GbNPI8P8OIq2K6MeCZWz08ROackqTFP6xWbIFIfXcBVR 1dZnDDyDKBBh05KkvyTPawSQyOBUeNBfQUyO4TE+3o58U8UwggM5MIICoqADAgECAgMIJUEw DQYJKoZIhvcNAQEEBQAwgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MDAeFw0wMjA4MjQxODUzMzlaFw0wMzA4MjQxODUzMzlaMFQxDzANBgNVBAQTBkVnZ2VydDEN MAsGA1UEKhMETGFyczEUMBIGA1UEAxMLTGFycyBFZ2dlcnQxHDAaBgkqhkiG9w0BCQEWDWxh cnNlQGlzaS5lZHUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDSNka7eIIGkPyK zrA3jpth+P0eRUSC+iYw2N0rRGqIKda9t1ip4kNVY/fDbuVsZWmdyGptyXp+U+uh/Lu67TDa SuKgHgBqAbFXsla9fgkxXrr/psQoewbwScIS3ZtMw2qA09OWCmGWqrbE/hdvOhViUIN9V7X/ r0yi1Vax3LGn57XsmpdjRLewHMmWX47FS8Madi6t3MGH0UEaKO/8glc0ux7IDOo5mzuLWhDK OMgtq6Z1G1hFAg02gmIKQF8wJaIjZOxg4dMM9rOWUpx0bzUgTAIwpqTbUmB31xSNQDcK66xy CexIvN/lzd9j1mODj8zt4qMJ/VUfrzPvJTcfTl9vAgMBAAGjVjBUMCoGBStlAQQBBCEwHwIB ADAaMBgCAQQEE0wydU15ZmZCTlViTkpKY2RaMnMwGAYDVR0RBBEwD4ENbGFyc2VAaXNpLmVk dTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAF3KyJSpjyzP6/K96M9mSzy2k9QM jI2E2WNqqv0e0lLRWvQTZUyBYQxu/ECnyfZaNizM0z0KjGYDS5o/eRmzTyPD/DiKtiujHgmV s9PETmnJKkxT+sVmyBSH13AVUdXWZww8gygQYdOSpL8kz2sEkMjgVHjQX0FMjuExPt6OfFPF MYIDJzCCAyMCAQEwgZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MAIDCCVBMAkGBSsOAwIaBQCgggFhMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZI hvcNAQkFMQ8XDTAyMTAxNjA1NDc0MFowIwYJKoZIhvcNAQkEMRYEFMaPGf0OHWypo5gT1ZE8 RhNADA3FMFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0G CCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGtBgsqhkiG9w0BCRACCzGB naCBmjCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJ Q2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZp Y2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwAgMIJUEwDQYJ KoZIhvcNAQEBBQAEggEAnucKp23FZ98QqQMqVFaqbfZ/BOYFKtuir3/dy5VJmRZ3amsLXTm3 5QKOOf5XbBZv/L/ZsPDNgiTtc17lr3IFAgqsrPmwKKq/6saKiTHWkvmXOxPLCZPAnGfEDW0F 5NAt8UegDdgtryZqMNwMS6+O6KcKybfnLfDsmkU8u3b8cUvSbJODJVD9yDWWCG1yoETtyz4p vLi0vXydbSRlLHXHnRJ/icowwfgdvV40W7AFa/Yu3Xa1OjzrwUv5Myx2NNv7yF+Jn3FdD6i7 Pw1b6RA0vcqO4kMUL3jNwZMVdyrK4nedY8LyjwKT5Ah+nEykMSefNF+UD8gXinunD6szn/ND CAAAAAAAAA== --------------ms090808080303010305000000-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 22:51: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 CE14037B401; Tue, 15 Oct 2002 22:51:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81FFD43E42; Tue, 15 Oct 2002 22:51:32 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G5pVmV020970; Tue, 15 Oct 2002 22:51:31 -0700 (PDT) (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G5pVLK020969; Tue, 15 Oct 2002 22:51:31 -0700 (PDT) Message-Id: <200210160551.g9G5pVLK020969@repoman.freebsd.org> From: Kevin Lo Date: Tue, 15 Oct 2002 22:51:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/ksetiwatch 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 kevlo 2002/10/15 22:51:31 PDT Modified files: astro/ksetiwatch Makefile Log: - Typo: BUILD_DEPENS -> BUILD_DEPENDS - Mark unbroken Revision Changes Path 1.5 +1 -3 ports/astro/ksetiwatch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 23:39: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 40EF837B401; Tue, 15 Oct 2002 23:39:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C0DD43E91; Tue, 15 Oct 2002 23:39:22 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G6dLmV023634; Tue, 15 Oct 2002 23:39:21 -0700 (PDT) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G6dKcB023633; Tue, 15 Oct 2002 23:39:20 -0700 (PDT) Message-Id: <200210160639.g9G6dKcB023633@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 15 Oct 2002 23:39:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/autogen Makefile distinfo pkg-plist ports/devel/autogen/files patch-Makefile.in patch-autogen: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 vanilla 2002/10/15 23:39:20 PDT Modified files: devel/autogen Makefile distinfo pkg-plist Added files: devel/autogen/files patch-Makefile.in patch-autogen:Makefile.in Log: Upgrade to 5.4.6. PR: ports/44107 Submitted by: Ports Fury Revision Changes Path 1.24 +5 -1 ports/devel/autogen/Makefile 1.18 +1 -1 ports/devel/autogen/distinfo 1.1 +11 -0 ports/devel/autogen/files/patch-Makefile.in (new) 1.1 +20 -0 ports/devel/autogen/files/patch-autogen:Makefile.in (new) 1.15 +1 -9 ports/devel/autogen/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 Oct 15 23:48: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 E91CC37B401; Tue, 15 Oct 2002 23:48:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 981CF43E8A; Tue, 15 Oct 2002 23:48:27 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G6mQmV024265; Tue, 15 Oct 2002 23:48:26 -0700 (PDT) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G6mQ8j024264; Tue, 15 Oct 2002 23:48:26 -0700 (PDT) Message-Id: <200210160648.g9G6mQ8j024264@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 15 Oct 2002 23:48:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/log4cpp 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 vanilla 2002/10/15 23:48:26 PDT Modified files: devel/log4cpp Makefile distinfo pkg-plist Log: Upgrade to 0.3.2. PR: ports/44109 Submitted by: Ports Fury. Revision Changes Path 1.7 +3 -5 ports/devel/log4cpp/Makefile 1.4 +1 -1 ports/devel/log4cpp/distinfo 1.5 +15 -1 ports/devel/log4cpp/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 Oct 15 23:54: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 C5F6437B401; Tue, 15 Oct 2002 23:54:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41EFC43E8A; Tue, 15 Oct 2002 23:54:53 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G6spmV024801; Tue, 15 Oct 2002 23:54:51 -0700 (PDT) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G6spta024800; Tue, 15 Oct 2002 23:54:51 -0700 (PDT) Message-Id: <200210160654.g9G6spta024800@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 15 Oct 2002 23:54:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ragel 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 vanilla 2002/10/15 23:54:51 PDT Modified files: devel/ragel Makefile distinfo pkg-comment Log: Upgrade to 1.3.1. PR: ports/44110 Submitted by: Ports Fury. Revision Changes Path 1.5 +9 -2 ports/devel/ragel/Makefile 1.5 +1 -1 ports/devel/ragel/distinfo 1.2 +1 -1 ports/devel/ragel/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 15 23:58: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 83A1A37B401; Tue, 15 Oct 2002 23:58:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3491D43E91; Tue, 15 Oct 2002 23:58:50 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G6wmmV024943; Tue, 15 Oct 2002 23:58:48 -0700 (PDT) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G6wmtU024942; Tue, 15 Oct 2002 23:58:48 -0700 (PDT) Message-Id: <200210160658.g9G6wmtU024942@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 15 Oct 2002 23:58:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/trio 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/10/15 23:58:48 PDT Modified files: devel/trio Makefile distinfo Log: Upgrade to 1.8. PR: ports/44111 Submitted by: Ports Fury. Revision Changes Path 1.4 +6 -5 ports/devel/trio/Makefile 1.4 +1 -1 ports/devel/trio/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 0: 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 A5E2E37B408; Wed, 16 Oct 2002 00:01:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E9F43E6E; Wed, 16 Oct 2002 00:01:11 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G71AmV025364; Wed, 16 Oct 2002 00:01:10 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G71Aem025363; Wed, 16 Oct 2002 00:01:10 -0700 (PDT) Message-Id: <200210160701.g9G71Aem025363@repoman.freebsd.org> From: Bruce Evans Date: Wed, 16 Oct 2002 00:01:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/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 bde 2002/10/16 00:01:10 PDT Modified files: include signal.h Log: Fixed style bug near $FreeBSD$. VCS ids in copyrights should not be separated by a blank line. Revision Changes Path 1.23 +0 -1 src/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 Wed Oct 16 0:16: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 C838937B401; Wed, 16 Oct 2002 00:16:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC0343E6E; Wed, 16 Oct 2002 00:16:49 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G7GlmV026208; Wed, 16 Oct 2002 00:16:47 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G7Gl2J026207; Wed, 16 Oct 2002 00:16:47 -0700 (PDT) Message-Id: <200210160716.g9G7Gl2J026207@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 00:16:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs.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/10/16 00:16:47 PDT Modified files: sys/fs/devfs devfs.h Log: #include "opt_devfs.h" to protect against variable sized structures. Spotted by: FlexeLint Revision Changes Path 1.14 +2 -0 src/sys/fs/devfs/devfs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 0:51: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 768DF37B404; Wed, 16 Oct 2002 00:51:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28E0243E88; Wed, 16 Oct 2002 00:51:20 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G7pImV028615; Wed, 16 Oct 2002 00:51:18 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G7pIf1028614; Wed, 16 Oct 2002 00:51:18 -0700 (PDT) Message-Id: <200210160751.g9G7pIf1028614@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 00:51:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs.h devfs_vfsops.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/10/16 00:51:18 PDT Modified files: sys/fs/devfs devfs.h devfs_vfsops.c Log: A better solution to avoiding variable sized structs in DEVFS. Revision Changes Path 1.15 +1 -3 src/sys/fs/devfs/devfs.h 1.25 +4 -0 src/sys/fs/devfs/devfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 0:54: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 1952637B401; Wed, 16 Oct 2002 00:54:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93AA343E9C; Wed, 16 Oct 2002 00:54:15 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G7sDmV028709; Wed, 16 Oct 2002 00:54:13 -0700 (PDT) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G7sDff028708; Wed, 16 Oct 2002 00:54:13 -0700 (PDT) Message-Id: <200210160754.g9G7sDff028708@repoman.freebsd.org> From: Akinori MUSHA Date: Wed, 16 Oct 2002 00:54:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/ruby-termios 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/10/16 00:54:13 PDT Modified files: comms/ruby-termios Makefile distinfo pkg-plist Log: Update to 0.9.4. Revision Changes Path 1.6 +1 -1 ports/comms/ruby-termios/Makefile 1.3 +1 -1 ports/comms/ruby-termios/distinfo 1.4 +3 -1 ports/comms/ruby-termios/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 Oct 16 1: 0: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 309D537B401; Wed, 16 Oct 2002 01:00:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D50EF43EA9; Wed, 16 Oct 2002 01:00:34 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G80XmV029071; Wed, 16 Oct 2002 01:00:33 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G80Wab029070; Wed, 16 Oct 2002 01:00:32 -0700 (PDT) Message-Id: <200210160800.g9G80Wab029070@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 01:00:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/nullfs null_vnops.c src/sys/fs/umapfs umap_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 phk 2002/10/16 01:00:32 PDT Modified files: sys/fs/nullfs null_vnops.c sys/fs/umapfs umap_vnops.c Log: Be consistent about functions being static. Spotted by: FlexeLint Revision Changes Path 1.60 +1 -1 src/sys/fs/nullfs/null_vnops.c 1.37 +1 -1 src/sys/fs/umapfs/umap_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 1: 4: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 1A27337B404; Wed, 16 Oct 2002 01:04:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C82F243EA3; Wed, 16 Oct 2002 01:04:13 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G84CmV029553; Wed, 16 Oct 2002 01:04:12 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G84CtR029552; Wed, 16 Oct 2002 01:04:12 -0700 (PDT) Message-Id: <200210160804.g9G84CtR029552@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 01:04:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/deadfs dead_vnops.c src/sys/fs/devfs devfs.h devfs_rule.c devfs_vnops.c src/sys/fs/fifofs fifo_vnops.c src/sys/fs/specfs spec_vnops.c src/sys/fs/unionfs union_vnops.c src/sys/isofs/cd9660 cd9660_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 phk 2002/10/16 01:04:12 PDT Modified files: sys/fs/deadfs dead_vnops.c sys/fs/devfs devfs.h devfs_rule.c devfs_vnops.c sys/fs/fifofs fifo_vnops.c sys/fs/specfs spec_vnops.c sys/fs/unionfs union_vnops.c sys/isofs/cd9660 cd9660_vnops.c Log: Fix comments and one resulting code confusion about the type of the "command" argument to VOP_IOCTL. Spotted by: FlexeLint. Revision Changes Path 1.38 +2 -1 src/sys/fs/deadfs/dead_vnops.c 1.16 +1 -1 src/sys/fs/devfs/devfs.h 1.4 +1 -1 src/sys/fs/devfs/devfs_rule.c 1.52 +1 -1 src/sys/fs/devfs/devfs_vnops.c 1.78 +1 -1 src/sys/fs/fifofs/fifo_vnops.c 1.182 +1 -1 src/sys/fs/specfs/spec_vnops.c 1.95 +1 -1 src/sys/fs/unionfs/union_vnops.c 1.82 +1 -1 src/sys/isofs/cd9660/cd9660_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 1:41: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 1DE0637B401; Wed, 16 Oct 2002 01:41:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4D9E43E77; Wed, 16 Oct 2002 01:41:40 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G8fcmV032496; Wed, 16 Oct 2002 01:41:38 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G8fcGm032495; Wed, 16 Oct 2002 01:41:38 -0700 (PDT) Message-Id: <200210160841.g9G8fcGm032495@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 01:41:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_mn.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/10/16 01:41:38 PDT Modified files: sys/pci if_mn.c Log: Rename struct softc to struct mn_softc. Revision Changes Path 1.34 +31 -27 src/sys/pci/if_mn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 1: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 22FC737B401; Wed, 16 Oct 2002 01:45:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C949943E77; Wed, 16 Oct 2002 01:45:36 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G8jYmV032671; Wed, 16 Oct 2002 01:45:34 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G8jYZF032670; Wed, 16 Oct 2002 01:45:34 -0700 (PDT) Message-Id: <200210160845.g9G8jYZF032670@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 01:45:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/iicbus if_ic.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/10/16 01:45:34 PDT Modified files: sys/dev/iicbus if_ic.c Log: Fix misindentation. Spotted by: FlexeLint Revision Changes Path 1.13 +2 -2 src/sys/dev/iicbus/if_ic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 1:48: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 AD5C437B401; Wed, 16 Oct 2002 01:48:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 641C643E97; Wed, 16 Oct 2002 01:48:41 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G8mdmV033019; Wed, 16 Oct 2002 01:48:39 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G8mdA1033018; Wed, 16 Oct 2002 01:48:39 -0700 (PDT) Message-Id: <200210160848.g9G8mdA1033018@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 01:48:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mcd mcd_isa.c src/sys/dev/mly mly.c src/sys/dev/mpt mpt_freebsd.c src/sys/dev/rp rp.c rp_isa.c rp_pci.c src/sys/dev/si si.c src/sys/dev/sym sym_hipd.c src/sys/dev/twe twe_freebsd.c src/sys/dev/ubsec ubsec.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/10/16 01:48:39 PDT Modified files: sys/dev/mcd mcd_isa.c sys/dev/mly mly.c sys/dev/mpt mpt_freebsd.c sys/dev/rp rp.c rp_isa.c rp_pci.c sys/dev/si si.c sys/dev/sym sym_hipd.c sys/dev/twe twe_freebsd.c sys/dev/ubsec ubsec.c sys/dev/wi wi_hostap.c Log: Be consistent about functions being static. Spotted by: FlexeLint. Revision Changes Path 1.5 +1 -1 src/sys/dev/mcd/mcd_isa.c 1.16 +8 -8 src/sys/dev/mly/mly.c 1.8 +1 -1 src/sys/dev/mpt/mpt_freebsd.c 1.46 +3 -3 src/sys/dev/rp/rp.c 1.4 +2 -2 src/sys/dev/rp/rp_isa.c 1.4 +2 -2 src/sys/dev/rp/rp_pci.c 1.112 +1 -1 src/sys/dev/si/si.c 1.36 +6 -6 src/sys/dev/sym/sym_hipd.c 1.16 +1 -1 src/sys/dev/twe/twe_freebsd.c 1.4 +2 -2 src/sys/dev/ubsec/ubsec.c 1.18 +1 -1 src/sys/dev/wi/wi_hostap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 1:57: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 A2A5C37B401; Wed, 16 Oct 2002 01:57:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5121143E97; Wed, 16 Oct 2002 01:57:16 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G8vEmV033844; Wed, 16 Oct 2002 01:57:14 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G8vE0A033843; Wed, 16 Oct 2002 01:57:14 -0700 (PDT) Message-Id: <200210160857.g9G8vE0A033843@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 01:57:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 initcpu.c mp_machdep.c src/sys/i386/apm apm.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/10/16 01:57:14 PDT Modified files: sys/i386/i386 initcpu.c mp_machdep.c sys/i386/apm apm.c Log: Be consistent about functions being static. Spotted by: FlexeLint. Revision Changes Path 1.130 +1 -1 src/sys/i386/apm/apm.c 1.38 +1 -1 src/sys/i386/i386/initcpu.c 1.192 +1 -1 src/sys/i386/i386/mp_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 2: 0: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 0A20837B404; Wed, 16 Oct 2002 02:00:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C09743EA9; Wed, 16 Oct 2002 02:00:55 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G90rmV034227; Wed, 16 Oct 2002 02:00:53 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G90rJa034226; Wed, 16 Oct 2002 02:00:53 -0700 (PDT) Message-Id: <200210160900.g9G90rJa034226@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 02:00:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c if_ethersubr.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/10/16 02:00:53 PDT Modified files: sys/net bridge.c if_ethersubr.c Log: FIx misindentation. Spotted by: FlexeLint. Revision Changes Path 1.58 +10 -10 src/sys/net/bridge.c 1.128 +15 -12 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 2: 1: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 E4AF037B401; Wed, 16 Oct 2002 02:01:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A91FE43E9E; Wed, 16 Oct 2002 02:01:50 -0700 (PDT) (envelope-from guido@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G91mmV034449; Wed, 16 Oct 2002 02:01:48 -0700 (PDT) (envelope-from guido@repoman.freebsd.org) Received: (from guido@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G91mPW034448; Wed, 16 Oct 2002 02:01:48 -0700 (PDT) Message-Id: <200210160901.g9G91mPW034448@repoman.freebsd.org> From: Guido van Rooij Date: Wed, 16 Oct 2002 02:01:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_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 guido 2002/10/16 02:01:48 PDT Modified files: sys/netinet ip_input.c Log: Get rid of checking for ip sec history. It is true that packets are not supposed to be checked by the firewall rules twice. However, because the various ipsec handlers never call ip_input(), this never happens anyway. This fixes the situation where a gif tunnel is encrypted with IPsec. In such a case, after IPsec processing, the unencrypted contents from the GIF tunnel are fed back to the ipintrq and subsequently handeld by ip_input(). Yet, since there still is IPSec history attached, the packets coming out from the gif device are never fed into the filtering code. This fix was sent to Itojun, and he pointed towartds http://www.netbsd.org/Documentation/network/ipsec/#ipf-interaction. This patch actually implements what is stated there (specifically: Packet came from tunnel devices (gif(4) and ipip(4)) will still go through ipf(4). You may need to identify these packets by using interface name directive in ipf.conf(5). Reviewed by: rwatson MFC after: 3 weeks Revision Changes Path 1.214 +0 -5 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 2: 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 B6A1437B401; Wed, 16 Oct 2002 02:04:51 -0700 (PDT) Received: from gvr.gvr.org (gvr.gvr.org [212.61.40.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECD8443E8A; Wed, 16 Oct 2002 02:04:49 -0700 (PDT) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id 563A61A9; Wed, 16 Oct 2002 11:04:46 +0200 (CEST) Date: Wed, 16 Oct 2002 11:04:46 +0200 From: Guido van Rooij To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_input.c Message-ID: <20021016090446.GA7156@gvr.gvr.org> References: <200210160901.g9G91mPW034448@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210160901.g9G91mPW034448@repoman.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 2 comments: 1) ipsec_gethist is not used anyware anymore, yet I didn't want to change too much in Kame related stuff. 2) Itojun seemed to be too busy to come up with a definate answer so I decided to just do the commit. -Guido On Wed, Oct 16, 2002 at 02:01:48AM -0700, Guido van Rooij wrote: > guido 2002/10/16 02:01:48 PDT > > Modified files: > sys/netinet ip_input.c > Log: > Get rid of checking for ip sec history. It is true that packets are not > supposed to be checked by the firewall rules twice. However, because the > various ipsec handlers never call ip_input(), this never happens anyway. > > This fixes the situation where a gif tunnel is encrypted with IPsec. In > such a case, after IPsec processing, the unencrypted contents from the > GIF tunnel are fed back to the ipintrq and subsequently handeld by > ip_input(). Yet, since there still is IPSec history attached, the > packets coming out from the gif device are never fed into the filtering > code. > This fix was sent to Itojun, and he pointed towartds > http://www.netbsd.org/Documentation/network/ipsec/#ipf-interaction. > This patch actually implements what is stated there (specifically: > Packet came from tunnel devices (gif(4) and ipip(4)) will still > go through ipf(4). You may need to identify these packets by > using interface name directive in ipf.conf(5). > > Reviewed by: rwatson > MFC after: 3 weeks > > Revision Changes Path > 1.214 +0 -5 src/sys/netinet/ip_input.c > http://cvsweb.FreeBSD.org/src/sys/netinet/ip_input.c.diff?r1=1.213&r2=1.214 -- Guido van Rooij | Phone: ++31 653 994 773 Madison Gurkha, Technology Think-Tank | guido@madison-gurkha.com | FreeBSD committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 2: 4: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 17DF837B421; Wed, 16 Oct 2002 02:04:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADBC743E9E; Wed, 16 Oct 2002 02:04:54 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G94qmV034595; Wed, 16 Oct 2002 02:04:52 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G94qPo034594; Wed, 16 Oct 2002 02:04:52 -0700 (PDT) Message-Id: <200210160904.g9G94qPo034594@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 02:04:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci amd.c if_dc.c if_sis.c if_ti.c ncr.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/10/16 02:04:52 PDT Modified files: sys/pci amd.c if_dc.c if_sis.c if_ti.c ncr.c Log: Be consistent about functions being static. Spotted by: FlexeLint. Revision Changes Path 1.13 +3 -3 src/sys/pci/amd.c 1.82 +8 -6 src/sys/pci/if_dc.c 1.57 +1 -1 src/sys/pci/if_sis.c 1.65 +2 -2 src/sys/pci/if_ti.c 1.167 +8 -8 src/sys/pci/ncr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 2: 7: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 E576D37B401; Wed, 16 Oct 2002 02:07:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9894943E4A; Wed, 16 Oct 2002 02:07:32 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G97UmV034783; Wed, 16 Oct 2002 02:07:30 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G97UQp034782; Wed, 16 Oct 2002 02:07:30 -0700 (PDT) Message-Id: <200210160907.g9G97UQp034782@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 02:07:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa pnpparse.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/10/16 02:07:30 PDT Modified files: sys/isa pnpparse.c Log: Properly put macro args in (). Spotted by: FlexeLint. Revision Changes Path 1.13 +2 -2 src/sys/isa/pnpparse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 2:15: 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 18F2437B401; Wed, 16 Oct 2002 02:15:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC20D43E88; Wed, 16 Oct 2002 02:15:01 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G9ExmV035390; Wed, 16 Oct 2002 02:14:59 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G9Ex26035389; Wed, 16 Oct 2002 02:14:59 -0700 (PDT) Message-Id: <200210160914.g9G9Ex26035389@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 02:14:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_rl.c if_sf.c if_vr.c if_wb.c if_xl.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/10/16 02:14:59 PDT Modified files: sys/pci if_rl.c if_sf.c if_vr.c if_wb.c if_xl.c Log: Be consistent about functions being static. Properly put macro args in (). Spotted by: FlexeLint. Revision Changes Path 1.77 +2 -2 src/sys/pci/if_rl.c 1.46 +2 -2 src/sys/pci/if_sf.c 1.54 +9 -9 src/sys/pci/if_vr.c 1.49 +5 -5 src/sys/pci/if_wb.c 1.109 +2 -2 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 2:19: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 B4AD337B401; Wed, 16 Oct 2002 02:19:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67CC343E8A; Wed, 16 Oct 2002 02:19:19 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9G9JHmV035583; Wed, 16 Oct 2002 02:19:17 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9G9JHCY035582; Wed, 16 Oct 2002 02:19:17 -0700 (PDT) Message-Id: <200210160919.g9G9JHCY035582@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 02:19:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netnatm natm_proto.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/10/16 02:19:17 PDT Modified files: sys/netnatm natm_proto.c Log: Be consistent about functions being static. Spotted by: FlexeLint. Revision Changes Path 1.9 +1 -1 src/sys/netnatm/natm_proto.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 2:49: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 0797E37B407; Wed, 16 Oct 2002 02:49:20 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F62243EAF; Wed, 16 Oct 2002 02:48:24 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g9G9jsJ42824; Wed, 16 Oct 2002 12:45:54 +0300 (EEST) (envelope-from ru) Date: Wed, 16 Oct 2002 12:45:54 +0300 From: Ruslan Ermilov To: "Greg 'groggy' Lehey" Cc: Giorgos Keramidas , Tony Finch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Coloured manpages (was: Re: cvs commit: src/gnu/usr.bin/man Makefile.inc src/share/mk bsd.man.mk src/usr.bin/catman catman.c) Message-ID: <20021016094554.GA37150@sunbay.com> References: <200210110916.g9B9GP8f064951@freefall.freebsd.org> <20021012040759.A23338@chiark.greenend.org.uk> <20021012155812.GA36832@sunbay.com> <20021013003257.GA64063@wantadilla.lemis.com> <20021013081038.GA14919@sunbay.com> <20021015094930.GB2083@hades.hell.gr> <20021015143304.GB12329@sunbay.com> <20021016013843.GP12010@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mYCpIKhGyMATD0i+" Content-Disposition: inline In-Reply-To: <20021016013843.GP12010@wantadilla.lemis.com> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 16, 2002 at 11:08:44AM +0930, Greg 'groggy' Lehey wrote: > On Tuesday, 15 October 2002 at 17:33:04 +0300, Ruslan Ermilov wrote: > > The are three options here: > > > > 1. Keep the color support turned off for catpages and man(1). > > 2. Fix the syscons(4) to render underlined attribute in some way > > distinguishable from "bold". > > 3. Turn the color support back on but pass the -r option to > > grotty(1) which tells it to use the "reverse video" attribute > > to render italic fonts. This keeps the "cons25" output the > > old way, but worsens the "xterm" output, which will now render > > the underlined text as "reverse". >=20 > I'm not overly concerned about how nroff renders, but I'd like to see > colour support enabled for troff. Or is that already the case? I > can't see any conflict for troff. >=20 Yes, it is. Neither troff(1) nor nroff(1) are directly affected. This is only the matter of how we call [gn]roff(1) when formatting manpages for the TTY (-Tascii, -Tlatin1, and -Tkoi8-r) output. I was not precise in my commitlog wording. I.e., when formatting manpages (either from man(1), catman(1), or during the buildworld if MANBUILDCAT is set), we now pass the -c option to grotty(1). After a bit more thinking, testing, and reading messages in this thread, I have decided to leave it that way. Not all terminals support ANSI SGR escapes, and having the catpages not readable on these in unacceptable. On the other hand, filters like ul(1) and less(1) honour the terminal type and emit the right sequences to emulate bold and italic fonts. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9rTVSUkv4P6juNwoRAqV1AJ97D0Yh7OH7kGSZExT6ZulK72JeCwCfemeH Yk2m4aPeynwBx62gTefI03M= =LVLM -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 2:54: 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 D138637B431 for ; Wed, 16 Oct 2002 02:53:57 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id B307F43E97 for ; Wed, 16 Oct 2002 02:53:56 -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.6/8.12.6) with ESMTP id g9G9rp39008346; Wed, 16 Oct 2002 13:53:51 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.6/8.12.6/Submit) id g9G9rpuE008345; Wed, 16 Oct 2002 13:53:51 +0400 (MSD) (envelope-from ache) Date: Wed, 16 Oct 2002 13:53:51 +0400 From: "Andrey A. Chernov" To: Alexey Dokuchaev Cc: Ruslan Ermilov , Giorgos Keramidas , "Greg 'groggy' Lehey" , Tony Finch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Coloured manpages (was: Re: cvs commit: src/gnu/usr.bin/man Makefile.inc src/share/mk bsd.man.mk src/usr.bin/catman catman.c) Message-ID: <20021016095351.GB8009@nagual.pp.ru> References: <200210110916.g9B9GP8f064951@freefall.freebsd.org> <20021012040759.A23338@chiark.greenend.org.uk> <20021012155812.GA36832@sunbay.com> <20021013003257.GA64063@wantadilla.lemis.com> <20021013081038.GA14919@sunbay.com> <20021015094930.GB2083@hades.hell.gr> <20021015143304.GB12329@sunbay.com> <20021016023059.GD72251@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021016023059.GD72251@regency.nsu.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, Oct 16, 2002 at 09:30:59 +0700, Alexey Dokuchaev wrote: > > Could we patch /usr/share/misc/termcap maybe (cons25w entry)? This will > leave xterm along (since it does play nicely already) and console output > will get prettier. Any syscons or cons25 entry patch in this way will break color support, occuping some valid colors to emulate missing underline. Occuping some valid attribute (like now) is lesser evil for color-enabled application. Better way is to NOT emulate it in any way. Termcap database is for describing existen capabilities, not for emulating non-existen in destructive way. Application must do emulation by itself. I.e. underline should be written to the file as ^H_ (in device-independent form) and browser (less) should emulate missing underline using some existent attribute or color. -- 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 Oct 16 3: 0: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 66B6037B401; Wed, 16 Oct 2002 03:00:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15DE543EAF; Wed, 16 Oct 2002 03:00:20 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GA0HmV038192; Wed, 16 Oct 2002 03:00:17 -0700 (PDT) (envelope-from sheldonh@repoman.freebsd.org) Received: (from sheldonh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GA0HfD038191; Wed, 16 Oct 2002 03:00:17 -0700 (PDT) Message-Id: <200210161000.g9GA0HfD038191@repoman.freebsd.org> From: Sheldon Hearn Date: Wed, 16 Oct 2002 03:00:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim 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 sheldonh 2002/10/16 03:00:17 PDT Modified files: mail/exim Makefile distinfo Log: Update to rev 16 of the exiscan patch (exiscan-4.10-16). The maintainer has graciously agreed to make a bzip2 version of the exiscan distfile available, so use that instead of the gzip version. This allows us to remove the post-patch target and associated rubbish. Bump PORTREVISION accordingly. Revision Changes Path 1.117 +3 -10 ports/mail/exim/Makefile 1.38 +1 -1 ports/mail/exim/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 3:11: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 CF2EA37B401; Wed, 16 Oct 2002 03:11:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8121243EB2; Wed, 16 Oct 2002 03:11:36 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GABYmV039531; Wed, 16 Oct 2002 03:11:34 -0700 (PDT) (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GABY3Q039530; Wed, 16 Oct 2002 03:11:34 -0700 (PDT) Message-Id: <200210161011.g9GABY3Q039530@repoman.freebsd.org> From: Mikhail Teterin Date: Wed, 16 Oct 2002 03:11:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ImageMagick/files patch-mi X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/16 03:11:34 PDT Added files: graphics/ImageMagick/files patch-mi Log: The patch needed now on -current. Should not hurt -stable either: X11/extension/XShm.h does not seem to need sys/ipc.h nor sys/shm.h. Revision Changes Path 1.1 +7 -0 ports/graphics/ImageMagick/files/patch-mi (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 3:14: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 75BE937B401; Wed, 16 Oct 2002 03:14:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27C6643EB3; Wed, 16 Oct 2002 03:14:37 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GAEYmV039627; Wed, 16 Oct 2002 03:14:34 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GAEY2O039626; Wed, 16 Oct 2002 03:14:34 -0700 (PDT) Message-Id: <200210161014.g9GAEY2O039626@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 03:14:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_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 phk 2002/10/16 03:14:34 PDT Modified files: sys/gnu/ext2fs ext2_vnops.c Log: Be consistent about functions being static. Fix misindentation. Spotted by: DARPA & NAI Labs. Revision Changes Path 1.74 +16 -16 src/sys/gnu/ext2fs/ext2_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 3:16: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 D56C837B401; Wed, 16 Oct 2002 03:16:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84F5643EAC; Wed, 16 Oct 2002 03:16:19 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GAGHmV039783; Wed, 16 Oct 2002 03:16:17 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GAGHVH039782; Wed, 16 Oct 2002 03:16:17 -0700 (PDT) Message-Id: <200210161016.g9GAGHVH039782@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 03:16:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa cx.c if_rdp.c loran.c rc.c spkr.c tw.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/10/16 03:16:17 PDT Modified files: sys/i386/isa cx.c if_rdp.c loran.c rc.c spkr.c tw.c Log: Be consistent about funtions being static. Spotte by: FlexeLint. Revision Changes Path 1.52 +10 -5 src/sys/i386/isa/cx.c 1.14 +1 -1 src/sys/i386/isa/if_rdp.c 1.35 +2 -2 src/sys/i386/isa/loran.c 1.71 +4 -2 src/sys/i386/isa/rc.c 1.54 +4 -4 src/sys/i386/isa/spkr.c 1.45 +10 -5 src/sys/i386/isa/tw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 3:16: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 4944D37B401; Wed, 16 Oct 2002 03:16:35 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFAA343E7B; Wed, 16 Oct 2002 03:16:33 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id g9GAGRIw091216; Wed, 16 Oct 2002 12:16:28 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/gnu/ext2fs ext2_vnops.c In-Reply-To: Your message of "Wed, 16 Oct 2002 03:14:34 PDT." <200210161014.g9GAEY2O039626@repoman.freebsd.org> Date: Wed, 16 Oct 2002 12:16:27 +0200 Message-ID: <91215.1034763387@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 <200210161014.g9GAEY2O039626@repoman.freebsd.org>, Poul-Henning Kamp writes: >phk 2002/10/16 03:14:34 PDT > > Modified files: > sys/gnu/ext2fs ext2_vnops.c > Log: > Be consistent about functions being static. > Fix misindentation. > > Spotted by: DARPA & NAI Labs. ARGH! Of course not, I just hit the wrong vi(1) macro :-( -- 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 Oct 16 3:26: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 91EF937B401; Wed, 16 Oct 2002 03:26:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5060543EB1; Wed, 16 Oct 2002 03:26:21 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GAQJmV040499; Wed, 16 Oct 2002 03:26:19 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GAQJn7040498; Wed, 16 Oct 2002 03:26:19 -0700 (PDT) Message-Id: <200210161026.g9GAQJn7040498@repoman.freebsd.org> From: Alan Eldridge Date: Wed, 16 Oct 2002 03:26:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/kdesdk3 pkg-plist ports/devel/doxygen Makefile distinfo pkg-plist ports/devel/doxygen/files patch-ag patch-doc-Makefile.latex X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/16 03:26:19 PDT Modified files: devel/kdesdk3 pkg-plist devel/doxygen Makefile distinfo pkg-plist Added files: devel/doxygen/files patch-doc-Makefile.latex Removed files: devel/doxygen/files patch-ag Log: 1. Update Doxygen to 1.2.18. Yay! - had to redo the way to build the postscript doc. the old way didn't work anymore; latex would bomb out. 2. Fix pkg-plist for kdesdk-3.0.4. This one kinda fell through the cracks when I was rushing to get the 3.0.4 ports out there. Revision Changes Path 1.24 +55 -50 ports/devel/doxygen/Makefile 1.12 +1 -1 ports/devel/doxygen/distinfo 1.3 +0 -30 ports/devel/doxygen/files/patch-ag (dead) 1.1 +40 -0 ports/devel/doxygen/files/patch-doc-Makefile.latex (new) 1.10 +0 -1 ports/devel/doxygen/pkg-plist 1.7 +18 -10 ports/devel/kdesdk3/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 Oct 16 3: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 8230B37B401; Wed, 16 Oct 2002 03:38:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3482A43E75; Wed, 16 Oct 2002 03:38:51 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GAcmmV041198; Wed, 16 Oct 2002 03:38:48 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GAcms0041197; Wed, 16 Oct 2002 03:38:48 -0700 (PDT) Message-Id: <200210161038.g9GAcms0041197@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 03:38:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa isa_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 phk 2002/10/16 03:38:48 PDT Modified files: sys/isa isa_common.h Log: No need to declare M_ISADEV here. Spotted by: FlexeLint. Revision Changes Path 1.11 +0 -2 src/sys/isa/isa_common.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 3:40: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 C5B6037B401; Wed, 16 Oct 2002 03:40:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7762F43EB2; Wed, 16 Oct 2002 03:40:46 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GAeimV041551; Wed, 16 Oct 2002 03:40:44 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GAeics041549; Wed, 16 Oct 2002 03:40:44 -0700 (PDT) Message-Id: <200210161040.g9GAeics041549@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 03:40:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa pnp.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/10/16 03:40:44 PDT Modified files: sys/isa pnp.c Log: Put an XXX: comment here to point out a couple of free() issues on pnp_read_bytes(). Spotted by: FlexeLint Revision Changes Path 1.14 +4 -0 src/sys/isa/pnp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 3: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 9A9E737B401; Wed, 16 Oct 2002 03:42:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DE8643E88; Wed, 16 Oct 2002 03:42:16 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GAgEmV041731; Wed, 16 Oct 2002 03:42:14 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GAgDsY041730; Wed, 16 Oct 2002 03:42:13 -0700 (PDT) Message-Id: <200210161042.g9GAgDsY041730@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 03:42:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_sem.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/10/16 03:42:13 PDT Modified files: sys/kern uipc_sem.c Log: Be consistent about funtions being static. Spotted by: FlexeLint Revision Changes Path 1.3 +11 -11 src/sys/kern/uipc_sem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 3:45: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 44A8637B401; Wed, 16 Oct 2002 03:45:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E44D343EB2; Wed, 16 Oct 2002 03:45:55 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GAjrmV041890; Wed, 16 Oct 2002 03:45:53 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GAjrBd041889; Wed, 16 Oct 2002 03:45:53 -0700 (PDT) Message-Id: <200210161045.g9GAjrBd041889@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 03:45:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bsd_comp.c if_arcsubr.c if_sl.c if_spppsubr.c if_tap.c ppp_deflate.c ppp_tty.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/10/16 03:45:53 PDT Modified files: sys/net bsd_comp.c if_arcsubr.c if_sl.c if_spppsubr.c if_tap.c ppp_deflate.c ppp_tty.c Log: Be consistent about functions being static. Spotted by: FlexeLint Revision Changes Path 1.18 +2 -2 src/sys/net/bsd_comp.c 1.5 +1 -1 src/sys/net/if_arcsubr.c 1.104 +1 -1 src/sys/net/if_sl.c 1.97 +2 -2 src/sys/net/if_spppsubr.c 1.22 +1 -1 src/sys/net/if_tap.c 1.18 +4 -4 src/sys/net/ppp_deflate.c 1.52 +1 -1 src/sys/net/ppp_tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 3:52: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 D982837B401; Wed, 16 Oct 2002 03:52:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CA2843EAF; Wed, 16 Oct 2002 03:52:18 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GAqGmV042504; Wed, 16 Oct 2002 03:52:16 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GAqGsY042503; Wed, 16 Oct 2002 03:52:16 -0700 (PDT) Message-Id: <200210161052.g9GAqGsY042503@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 03:52:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.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/10/16 03:52:16 PDT Modified files: sys/vm vm_map.c Log: Properly put macro args in (). Spotted by: FlexeLint. Revision Changes Path 1.269 +2 -2 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 3:55: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 575A237B401; Wed, 16 Oct 2002 03:55:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0621543EB1; Wed, 16 Oct 2002 03:55:48 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GAtjmV042645; Wed, 16 Oct 2002 03:55:45 -0700 (PDT) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GAtjOt042644; Wed, 16 Oct 2002 03:55:45 -0700 (PDT) Message-Id: <200210161055.g9GAtjOt042644@repoman.freebsd.org> From: Udo Erdelhoff Date: Wed, 16 Oct 2002 03:55:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/installation/common layout.sgml trouble.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 ue 2002/10/16 03:55:45 PDT Modified files: release/doc/de_DE.ISO8859-1/installation/common layout.sgml trouble.sgml Log: Catch up with US version layout.sgml 1.4 -> 1.5 trouble.sgml 1.5 -> 1.6 Revision Changes Path 1.2 +11 -19 src/release/doc/de_DE.ISO8859-1/installation/common/layout.sgml 1.4 +2 -34 src/release/doc/de_DE.ISO8859-1/installation/common/trouble.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 3:58: 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 9CEAC37B401; Wed, 16 Oct 2002 03:58:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D36943E88; Wed, 16 Oct 2002 03:58:07 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GAw5mV042750; Wed, 16 Oct 2002 03:58:05 -0700 (PDT) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GAw4hd042749; Wed, 16 Oct 2002 03:58:04 -0700 (PDT) Message-Id: <200210161058.g9GAw4hd042749@repoman.freebsd.org> From: Udo Erdelhoff Date: Wed, 16 Oct 2002 03:58:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/share/sgml release.dsl 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 ue 2002/10/16 03:58:04 PDT Modified files: (Branch: RELENG_4) release/doc/de_DE.ISO8859-1/share/sgml release.dsl Log: Move toc-depth setting into the correct place and reduce whitespace diff to original version Revision Changes Path 1.1.2.4 +4 -5 src/release/doc/de_DE.ISO8859-1/share/sgml/release.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 4:15: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 C221237B401; Wed, 16 Oct 2002 04:15:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7242043EB2; Wed, 16 Oct 2002 04:15:38 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GBFZmV043998; Wed, 16 Oct 2002 04:15:36 -0700 (PDT) (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GBFZIk043997; Wed, 16 Oct 2002 04:15:35 -0700 (PDT) Message-Id: <200210161115.g9GBFZIk043997@repoman.freebsd.org> From: Robert Drehmel Date: Wed, 16 Oct 2002 04:15:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hea eni_buffer.c eni_vcm.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/10/16 04:15:35 PDT Modified files: sys/dev/hea eni_buffer.c eni_vcm.c Log: Cast the first argument to bzero() to `void *' after casting it to `uintptr_t' to pass it as the type bzero() expects. Revision Changes Path 1.14 +1 -1 src/sys/dev/hea/eni_buffer.c 1.11 +1 -1 src/sys/dev/hea/eni_vcm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 4:25: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 8E64437B401; Wed, 16 Oct 2002 04:25:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C21543EA3; Wed, 16 Oct 2002 04:25:45 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from freefall.freebsd.org (robert@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GBPjx3006380; Wed, 16 Oct 2002 04:25:45 -0700 (PDT) (envelope-from robert@freefall.freebsd.org) Received: (from robert@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9GBPjWd006379; Wed, 16 Oct 2002 04:25:45 -0700 (PDT) Date: Wed, 16 Oct 2002 04:25:45 -0700 (PDT) From: Robert Drehmel Message-Id: <200210161125.g9GBPjWd006379@freefall.freebsd.org> To: cvs-all@FreeBSD.org, cvs-commiteters@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/hea/eni_buffer.c eni_vcm.c Sender: owner-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/10/16 04:15:35 PDT > > Modified files: > sys/dev/hea eni_buffer.c eni_vcm.c > Log: > Cast the first argument to bzero() to `void *' after casting it to > `uintptr_t' to pass it as the type bzero() expects. That should have said PR: kern/44121 Reported by: Stefan Farfeleder as well. I will update my commit message templates now. :-) > > Revision Changes Path > 1.14 +1 -1 src/sys/dev/hea/eni_buffer.c > 1.11 +1 -1 src/sys/dev/hea/eni_vcm.c ciao, -robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 4: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 4FB1937B401; Wed, 16 Oct 2002 04:37:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0201043E9E; Wed, 16 Oct 2002 04:37:41 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GBbcmV045389; Wed, 16 Oct 2002 04:37:38 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GBbcOs045388; Wed, 16 Oct 2002 04:37:38 -0700 (PDT) Message-Id: <200210161137.g9GBbcOs045388@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 16 Oct 2002 04:37:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale none.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/10/16 04:37:38 PDT Modified files: lib/libc/locale none.c Log: Avoid truncating invalid wide characters that are outside the range of 'unsigned char'; signal an error instead. Revision Changes Path 1.6 +8 -1 src/lib/libc/locale/none.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 5: 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 084C937B401; Wed, 16 Oct 2002 05:09:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9B7543EAA; Wed, 16 Oct 2002 05:09:46 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GC9imV047329; Wed, 16 Oct 2002 05:09:44 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GC9iYg047328; Wed, 16 Oct 2002 05:09:44 -0700 (PDT) Message-Id: <200210161209.g9GC9iYg047328@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 16 Oct 2002 05:09:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fgetwc.c fputwc.c ungetwc.c vfprintf.c vfscanf.c vfwprintf.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/10/16 05:09:44 PDT Modified files: lib/libc/stdio fgetwc.c fputwc.c ungetwc.c vfprintf.c vfscanf.c vfwprintf.c Log: Set the error bit on the stream if an encoding error occurs. Improve handling of multibyte sequences representing null wide characters. Revision Changes Path 1.6 +1 -0 src/lib/libc/stdio/fgetwc.c 1.5 +3 -1 src/lib/libc/stdio/fputwc.c 1.5 +3 -1 src/lib/libc/stdio/ungetwc.c 1.50 +6 -2 src/lib/libc/stdio/vfprintf.c 1.27 +36 -10 src/lib/libc/stdio/vfscanf.c 1.4 +3 -1 src/lib/libc/stdio/vfwprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 5:32: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 3C5DA37B401; Wed, 16 Oct 2002 05:32:50 -0700 (PDT) Received: from mx1.fillmore-labs.com (nuuk.fillmore-labs.com [62.138.193.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FE5443E8A; Wed, 16 Oct 2002 05:32:49 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from atlantis.wireless.fillmore-labs.com ([192.168.161.254] helo=atlantis) by mx1.fillmore-labs.com with asmtp (Exim 4.10) id 181nLy-000A2t-00; Wed, 16 Oct 2002 14:32:46 +0200 Message-ID: <007a01c27510$20b6c290$fea1a8c0@atlantis> From: "Oliver Eikemeier" To: "Joseph Scott" , "Kris Kennaway" Cc: References: Subject: Re: cvs commit: ports/mail/ssmtp Makefile Date: Wed, 16 Oct 2002 14:32:44 +0200 Organization: Fillmore Labs GmbH MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message -----=20 From: "Joseph Scott" To: "Kris Kennaway" Cc: ; "Oliver Eikemeier" = Sent: Monday, October 14, 2002 7:25 PM Subject: Re: cvs commit: ports/mail/ssmtp Makefile >=20 > On Sat, 12 Oct 2002, Kris Kennaway wrote: >=20 > # kris 2002/10/12 21:53:06 PDT > #=20 > # Modified files: > # mail/ssmtp Makefile=20 > # Log: > # BROKEN -> IGNORE to prevent package build >=20 > PR ports/40344 (update of mail/ssmtp to 2.50.9) has an update to > this port, unfortunately the patch isn't in the form of a diff. >=20 > -Joseph It should be easy to make a diff out of the update. = tell you to submit a whole package. Btw, there is a = bug in this update (ssmtp uses a special date format string which is = only supported by Linux, not FreeBSD) but I never cared to submit = another patch because I got no feedback for three months, it seems = nobody is interested in ssmtp. Regards Oliver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 5:33: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 01C8537B401; Wed, 16 Oct 2002 05:33:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F2A43EB7; Wed, 16 Oct 2002 05:33:17 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GCXEmV049043; Wed, 16 Oct 2002 05:33:14 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GCXEKZ049042; Wed, 16 Oct 2002 05:33:14 -0700 (PDT) Message-Id: <200210161233.g9GCXEKZ049042@repoman.freebsd.org> From: Philippe Charnier Date: Wed, 16 Oct 2002 05:33:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/rlogin rlogin.1 rlogin.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 charnier 2002/10/16 05:33:14 PDT Modified files: usr.bin/rlogin rlogin.1 rlogin.c Log: Do not repeat option name in its definition. Use .Nm. In the sequence ``~.'', ``.'' is not a sentence termination, it must be escaped to be put inside quotes. Abort if execv() fails by adding err(). Do not dot terminate error messages. Revision Changes Path 1.21 +23 -37 src/usr.bin/rlogin/rlogin.1 1.34 +11 -7 src/usr.bin/rlogin/rlogin.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 5:39: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 BE82637B401; Wed, 16 Oct 2002 05:39:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7003543EAF; Wed, 16 Oct 2002 05:39:28 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GCdPmV049313; Wed, 16 Oct 2002 05:39:25 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GCdPBA049312; Wed, 16 Oct 2002 05:39:25 -0700 (PDT) Message-Id: <200210161239.g9GCdPBA049312@repoman.freebsd.org> From: Alan Eldridge Date: Wed, 16 Oct 2002 05:39:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/autoconf254 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/10/16 05:39:25 PDT Modified files: devel/autoconf254 Makefile Log: PORTNAME => autoconf254. It's still BORKED, BROKEN, & FORBIDDEN, as well as being a biohazard and classified as a chemical weapon - it has been used to sterilize frogs at up to 300 metres. Revision Changes Path 1.37 +1 -1 ports/devel/autoconf254/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 5:42: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 1EF3A37B401; Wed, 16 Oct 2002 05:42:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4AC243EAC; Wed, 16 Oct 2002 05:42:18 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GCgGmV049785; Wed, 16 Oct 2002 05:42:16 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GCgGfi049784; Wed, 16 Oct 2002 05:42:16 -0700 (PDT) Message-Id: <200210161242.g9GCgGfi049784@repoman.freebsd.org> From: Philippe Charnier Date: Wed, 16 Oct 2002 05:42:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/compress/doc NOTES README X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG charnier 2002/10/16 05:42:16 PDT Modified files: usr.bin/compress/doc NOTES README Log: Spelling. Revision Changes Path 1.2 +24 -21 src/usr.bin/compress/doc/NOTES 1.2 +8 -7 src/usr.bin/compress/doc/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 5: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 58C5837B401; Wed, 16 Oct 2002 05:56:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09A5443EA3; Wed, 16 Oct 2002 05:56:25 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GCuMmV050523; Wed, 16 Oct 2002 05:56:22 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GCuMgT050522; Wed, 16 Oct 2002 05:56:22 -0700 (PDT) Message-Id: <200210161256.g9GCuMgT050522@repoman.freebsd.org> From: Philippe Charnier Date: Wed, 16 Oct 2002 05:56:22 -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 charnier 2002/10/16 05:56:22 PDT Modified files: usr.bin/colldef parse.y Log: Test getopt() against -1 instead of EOF. Revision Changes Path 1.31 +2 -3 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 Oct 16 6: 0: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 312F537B401; Wed, 16 Oct 2002 06:00:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D864D43EB2; Wed, 16 Oct 2002 06:00:45 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GD0hmV050773; Wed, 16 Oct 2002 06:00:43 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GD0hgv050772; Wed, 16 Oct 2002 06:00:43 -0700 (PDT) Message-Id: <200210161300.g9GD0hgv050772@repoman.freebsd.org> From: Philippe Charnier Date: Wed, 16 Oct 2002 06:00:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/colldef colldef.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 charnier 2002/10/16 06:00:43 PDT Modified files: usr.bin/colldef colldef.1 Log: Normalize FILES section by using .Bl/.El enumerate. Revision Changes Path 1.17 +3 -1 src/usr.bin/colldef/colldef.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 6:17: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 113F537B401; Wed, 16 Oct 2002 06:17:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B623943E7B; Wed, 16 Oct 2002 06:17:21 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GDHImV051880; Wed, 16 Oct 2002 06:17:18 -0700 (PDT) (envelope-from phantom@repoman.freebsd.org) Received: (from phantom@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GDHIQg051879; Wed, 16 Oct 2002 06:17:18 -0700 (PDT) Message-Id: <200210161317.g9GDHIQg051879@repoman.freebsd.org> From: Alexey Zelkin Date: Wed, 16 Oct 2002 06:17:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/locale Makefile locale.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 phantom 2002/10/16 06:17:18 PDT Added files: usr.bin/locale Makefile locale.c Log: Add locale(1). I have used it for while as useful debugging tool for locale related things. So, I think it could be useful for others. It's not yet implement (or implement in different manner) all POSIX things, but I think it's good enough for start. POSIX conformance related updates and manpage to follow relatively soon. Revision Changes Path 1.1 +6 -0 src/usr.bin/locale/Makefile (new) 1.1 +214 -0 src/usr.bin/locale/locale.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 Oct 16 6:37: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 2E6DD37B401; Wed, 16 Oct 2002 06:37:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D48F343EB7; Wed, 16 Oct 2002 06:37:36 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GDbXmV053295; Wed, 16 Oct 2002 06:37:33 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GDbXp0053294; Wed, 16 Oct 2002 06:37:33 -0700 (PDT) Message-Id: <200210161337.g9GDbXp0053294@repoman.freebsd.org> From: Max Khon Date: Wed, 16 Oct 2002 06:37:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ata.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 fjoe 2002/10/16 06:37:33 PDT Modified files: share/man/man4 ata.4 Log: write caching is enabled by default -- reflect this in manpage Approved by: sos MFC after: 0 days Revision Changes Path 1.32 +1 -1 src/share/man/man4/ata.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 6:40: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 08C2937B401; Wed, 16 Oct 2002 06:40:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFDF843EAC; Wed, 16 Oct 2002 06:40:54 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GDepmV053645; Wed, 16 Oct 2002 06:40:51 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GDepPZ053641; Wed, 16 Oct 2002 06:40:51 -0700 (PDT) Message-Id: <200210161340.g9GDepPZ053641@repoman.freebsd.org> From: Max Khon Date: Wed, 16 Oct 2002 06:40:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ata.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 fjoe 2002/10/16 06:40:51 PDT Modified files: (Branch: RELENG_4) share/man/man4 ata.4 Log: MFC: write caching is enabled by default -- reflect this in manpage Approved by: sos Revision Changes Path 1.3.2.18 +1 -1 src/share/man/man4/ata.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 6:41: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 2304737B401; Wed, 16 Oct 2002 06:41:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C958C43EB7; Wed, 16 Oct 2002 06:41:15 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GDfCmV053829; Wed, 16 Oct 2002 06:41:12 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GDfCkB053827; Wed, 16 Oct 2002 06:41:12 -0700 (PDT) Message-Id: <200210161341.g9GDfCkB053827@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 Oct 2002 06:41:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 wd.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/10/16 06:41:12 PDT Modified files: sys/pc98/pc98 wd.c Log: Unbreak the PC98/wd(4) driver which I accidentally broke with a previous commit. I can fully understand why the PC98 crew desire ata(4) support. Tested by: nyan Revision Changes Path 1.128 +3 -3 src/sys/pc98/pc98/wd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 6:50: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 7FE8437B401; Wed, 16 Oct 2002 06:50:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36C8A43EC2; Wed, 16 Oct 2002 06:50:13 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GDoAmV054220; Wed, 16 Oct 2002 06:50:10 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GDoAK8054219; Wed, 16 Oct 2002 06:50:10 -0700 (PDT) Message-Id: <200210161350.g9GDoAK8054219@repoman.freebsd.org> From: Philippe Charnier Date: Wed, 16 Oct 2002 06:50:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/gprof aout.c arcs.c dfn.c elf.c gprof.1 gprof.c gprof.h hertz.c hp300.c i386.c lookup.c mips.c pathnames.h printgprof.c printlist.c sparc.c sparc64.c tahoe.c vax.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 charnier 2002/10/16 06:50:10 PDT Modified files: usr.bin/gprof aout.c arcs.c dfn.c elf.c gprof.1 gprof.c gprof.h hertz.c hp300.c i386.c lookup.c mips.c pathnames.h printgprof.c printlist.c sparc.c sparc64.c tahoe.c vax.c Log: Remove done() which was just exit() so use of warn()/err() can be made. Abort on allocation failure instead of displaying a warning and deferencing NULL pointer after. Spelling. Add prototypes. Add list of option in synopsis section of man page, -d is not referenced because available as a compile option. It should be made a runtime option btw. Revision Changes Path 1.5 +16 -26 src/usr.bin/gprof/aout.c 1.11 +31 -20 src/usr.bin/gprof/arcs.c 1.5 +15 -14 src/usr.bin/gprof/dfn.c 1.5 +3 -3 src/usr.bin/gprof/elf.c 1.22 +24 -18 src/usr.bin/gprof/gprof.1 1.20 +32 -49 src/usr.bin/gprof/gprof.c 1.17 +41 -45 src/usr.bin/gprof/gprof.h 1.2 +5 -0 src/usr.bin/gprof/hertz.c 1.2 +3 -0 src/usr.bin/gprof/hp300.c 1.2 +4 -0 src/usr.bin/gprof/i386.c 1.5 +3 -4 src/usr.bin/gprof/lookup.c 1.2 +5 -0 src/usr.bin/gprof/mips.c 1.2 +1 -0 src/usr.bin/gprof/pathnames.h 1.11 +27 -11 src/usr.bin/gprof/printgprof.c 1.5 +7 -7 src/usr.bin/gprof/printlist.c 1.2 +5 -0 src/usr.bin/gprof/sparc.c 1.2 +2 -1 src/usr.bin/gprof/sparc64.c 1.3 +5 -0 src/usr.bin/gprof/tahoe.c 1.3 +5 -0 src/usr.bin/gprof/vax.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 6:58: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 7404737B401; Wed, 16 Oct 2002 06:58:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2123543E7B; Wed, 16 Oct 2002 06:58:43 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GDwemV054822; Wed, 16 Oct 2002 06:58:40 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GDwejt054821; Wed, 16 Oct 2002 06:58:40 -0700 (PDT) Message-Id: <200210161358.g9GDwejt054821@repoman.freebsd.org> From: Philippe Charnier Date: Wed, 16 Oct 2002 06:58:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/indent README indent.c indent_globs.h lexi.c parse.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 charnier 2002/10/16 06:58:40 PDT Modified files: usr.bin/indent README indent.c indent_globs.h lexi.c parse.c Log: Spelling Revision Changes Path 1.2 +5 -2 src/usr.bin/indent/README 1.16 +3 -3 src/usr.bin/indent/indent.c 1.7 +2 -2 src/usr.bin/indent/indent_globs.h 1.14 +2 -2 src/usr.bin/indent/lexi.c 1.9 +1 -1 src/usr.bin/indent/parse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 7: 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 49C8637B401; Wed, 16 Oct 2002 07:00:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D25A943EB1; Wed, 16 Oct 2002 07:00:49 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GE0kmV055029; Wed, 16 Oct 2002 07:00:46 -0700 (PDT) (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GE0k1C055028; Wed, 16 Oct 2002 07:00:46 -0700 (PDT) Message-Id: <200210161400.g9GE0k1C055028@repoman.freebsd.org> From: Robert Drehmel Date: Wed, 16 Oct 2002 07:00:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include search.h src/lib/libc/stdlib Makefile.inc insque.3 insque.c remque.c src/lib/libcompat/4.3 insque.3 insque.c remque.c src/lib/libcompat 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 robert 2002/10/16 07:00:46 PDT Modified files: include search.h lib/libc/stdlib Makefile.inc lib/libcompat Makefile Added files: lib/libc/stdlib insque.3 insque.c remque.c Removed files: lib/libcompat/4.3 insque.3 insque.c remque.c Log: - Remove the old insque() and remque() functions and their manual page from the compatibility library. - Add new implementations of insque() and remque() which conform to IEEE Std 1003.1-2001 to libc. Add a new manual page for them and connect them to the build. - Add the prototypes of insque() and remque() to the search.h header. Revision Changes Path 1.9 +7 -3 src/include/search.h 1.39 +6 -5 src/lib/libc/stdlib/Makefile.inc 1.1 +59 -0 src/lib/libc/stdlib/insque.3 (new) 1.1 +48 -0 src/lib/libc/stdlib/insque.c (new) 1.1 +31 -0 src/lib/libc/stdlib/remque.c (new) 1.11 +0 -89 src/lib/libcompat/4.3/insque.3 (dead) 1.4 +0 -59 src/lib/libcompat/4.3/insque.c (dead) 1.4 +0 -57 src/lib/libcompat/4.3/remque.c (dead) 1.21 +2 -4 src/lib/libcompat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 7: 5: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 0EBA237B401; Wed, 16 Oct 2002 07:05:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B492343E42; Wed, 16 Oct 2002 07:05:33 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GE5UmV055581; Wed, 16 Oct 2002 07:05:30 -0700 (PDT) (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GE5UKQ055580; Wed, 16 Oct 2002 07:05:30 -0700 (PDT) Message-Id: <200210161405.g9GE5UKQ055580@repoman.freebsd.org> From: Robert Drehmel Date: Wed, 16 Oct 2002 07:05:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib insque.c remque.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/10/16 07:05:30 PDT Modified files: lib/libc/stdlib insque.c remque.c Log: Remove unneeded $FreeBSD$ tags. Revision Changes Path 1.2 +0 -2 src/lib/libc/stdlib/insque.c 1.2 +0 -2 src/lib/libc/stdlib/remque.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 7: 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 9552337B401; Wed, 16 Oct 2002 07:07:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48BC743EA9; Wed, 16 Oct 2002 07:07:11 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GE78mV055668; Wed, 16 Oct 2002 07:07:08 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GE785F055667; Wed, 16 Oct 2002 07:07:08 -0700 (PDT) Message-Id: <200210161407.g9GE785F055667@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 16 Oct 2002 07:07:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfscanf.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/10/16 07:07:08 PDT Modified files: lib/libc/stdio vfscanf.c Log: Count field width correctly for suppressed multibyte fields (%*lc, %*ls, %*l[). Revision Changes Path 1.28 +84 -60 src/lib/libc/stdio/vfscanf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 7: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 C9F6337B401; Wed, 16 Oct 2002 07:17:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7961343E75; Wed, 16 Oct 2002 07:17:06 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GEH3mV056324; Wed, 16 Oct 2002 07:17:03 -0700 (PDT) (envelope-from dwcjr@repoman.freebsd.org) Received: (from dwcjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GEH3SQ056323; Wed, 16 Oct 2002 07:17:03 -0700 (PDT) Message-Id: <200210161417.g9GEH3SQ056323@repoman.freebsd.org> From: "David W. Chapman Jr." Date: Wed, 16 Oct 2002 07:17:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba Makefile distinfo ports/net/samba/files samba.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 dwcjr 2002/10/16 07:17:03 PDT Modified files: net/samba Makefile distinfo net/samba/files samba.sh.sample Log: Update to rc4 make rc startup file respect PREFIX Revision Changes Path 1.103 +1 -1 ports/net/samba/Makefile 1.43 +1 -1 ports/net/samba/distinfo 1.3 +11 -2 ports/net/samba/files/samba.sh.sample To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 7: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 5256437B401; Wed, 16 Oct 2002 07:20:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78B2243EB7; Wed, 16 Oct 2002 07:20:23 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GEKKmV056525; Wed, 16 Oct 2002 07:20:20 -0700 (PDT) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GEKKZK056524; Wed, 16 Oct 2002 07:20:20 -0700 (PDT) Message-Id: <200210161420.g9GEKKZK056524@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 16 Oct 2002 07:20:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.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 maxim 2002/10/16 07:20:20 PDT Modified files: usr.sbin/newsyslog newsyslog.c Log: Fix getopt(3) optstring: remove a flag we does not handle. PR: bin/44066 Submitted by: Stefan Farfeleder MFC after: 1 week Revision Changes Path 1.45 +1 -1 src/usr.sbin/newsyslog/newsyslog.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 7:24: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 808B437B401; Wed, 16 Oct 2002 07:24:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3295043E8A; Wed, 16 Oct 2002 07:24:45 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GEOgmV056937; Wed, 16 Oct 2002 07:24:42 -0700 (PDT) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GEOfgo056936; Wed, 16 Oct 2002 07:24:41 -0700 (PDT) Message-Id: <200210161424.g9GEOfgo056936@repoman.freebsd.org> From: Mike Barcroft Date: Wed, 16 Oct 2002 07:24:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile posix4.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 mike 2002/10/16 07:24:41 PDT Modified files: share/man/man9 Makefile Removed files: share/man/man9 posix4.9 Log: Remove the posix4(9) manual. It no longer contains relevant information. Revision Changes Path 1.170 +1 -2 src/share/man/man9/Makefile 1.13 +0 -138 src/share/man/man9/posix4.9 (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 7:29: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 3BEED37B401; Wed, 16 Oct 2002 07:29:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDAAE43EA3; Wed, 16 Oct 2002 07:29:26 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GETNmV057161; Wed, 16 Oct 2002 07:29:23 -0700 (PDT) (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GETNpK057160; Wed, 16 Oct 2002 07:29:23 -0700 (PDT) Message-Id: <200210161429.g9GETNpK057160@repoman.freebsd.org> From: Robert Drehmel Date: Wed, 16 Oct 2002 07:29:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib Makefile.inc lsearch.3 lsearch.c src/include search.h src/lib/libcompat Makefile src/lib/libcompat/4.3 lsearch.3 lsearch.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/10/16 07:29:23 PDT Modified files: lib/libc/stdlib Makefile.inc include search.h lib/libcompat Makefile Added files: lib/libc/stdlib lsearch.3 lsearch.c Removed files: lib/libcompat/4.3 lsearch.3 lsearch.c Log: - Remove the lsearch() and lfind() functions and their manpage from the compatibility library libcompat. - Add new implementations of lsearch() and lfind() which conform to IEEE Std 1003.1-2001 to libc. Add a new manual page for them and add them to the makefile. - Add function prototypes for lsearch() and lfind() to the search.h header. Revision Changes Path 1.10 +4 -0 src/include/search.h 1.40 +3 -2 src/lib/libc/stdlib/Makefile.inc 1.1 +98 -0 src/lib/libc/stdlib/lsearch.3 (new) 1.1 +64 -0 src/lib/libc/stdlib/lsearch.c (new) 1.9 +0 -105 src/lib/libcompat/4.3/lsearch.3 (dead) 1.4 +0 -95 src/lib/libcompat/4.3/lsearch.c (dead) 1.22 +2 -3 src/lib/libcompat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 7:31: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 AED9A37B401; Wed, 16 Oct 2002 07:31:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A85043E9E; Wed, 16 Oct 2002 07:31:33 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GEVUmV057610; Wed, 16 Oct 2002 07:31:30 -0700 (PDT) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GEVUl6057609; Wed, 16 Oct 2002 07:31:30 -0700 (PDT) Message-Id: <200210161431.g9GEVUl6057609@repoman.freebsd.org> From: Mike Barcroft Date: Wed, 16 Oct 2002 07:31:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects/c99 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 mike 2002/10/16 07:31:30 PDT Modified files: en/projects/c99 index.sgml Log: o Add fmtcheck(3) task, unassigned. o Mark task as completed. o Add struct ipc_perm task, unassigned. o Upgrade locale(1) and localdef(1) task to WIP. o Mark printf(3) wide character support task as completed. Revision Changes Path 1.71 +30 -13 www/en/projects/c99/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 7: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 B899C37B4A2; Wed, 16 Oct 2002 07:31:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 767C443E6A; Wed, 16 Oct 2002 07:31:37 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GEVYmV057717; Wed, 16 Oct 2002 07:31:34 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GEVYxn057716; Wed, 16 Oct 2002 07:31:34 -0700 (PDT) Message-Id: <200210161431.g9GEVYxn057716@repoman.freebsd.org> From: Mark Murray Date: Wed, 16 Oct 2002 07:31:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hifn hifn7751.c src/sys/dev/ubsec ubsec.c src/sys/modules Makefile src/sys/modules/crypto Makefile src/sys/opencrypto crypto.c cryptodev.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/10/16 07:31:34 PDT Modified files: sys/dev/hifn hifn7751.c sys/dev/ubsec ubsec.c sys/modules Makefile sys/opencrypto crypto.c cryptodev.c Added files: sys/modules/crypto Makefile Log: Module-ize the 'core' crypto stuff. This may still need to be compiled into the kernel by default (if required), but other modules can now depend() on this. Fix inter-module dependancy. Earlier version OK'ed by: sam Revision Changes Path 1.4 +1 -0 src/sys/dev/hifn/hifn7751.c 1.5 +1 -0 src/sys/dev/ubsec/ubsec.c 1.270 +6 -1 src/sys/modules/Makefile 1.1 +20 -0 src/sys/modules/crypto/Makefile (new) 1.3 +30 -3 src/sys/opencrypto/crypto.c 1.3 +1 -0 src/sys/opencrypto/cryptodev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 7:50: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 DAA9C37B401; Wed, 16 Oct 2002 07:50:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CBA643EA9; Wed, 16 Oct 2002 07:50:49 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GEokmV058952; Wed, 16 Oct 2002 07:50:46 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GEokYY058951; Wed, 16 Oct 2002 07:50:46 -0700 (PDT) Message-Id: <200210161450.g9GEokYY058951@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 16 Oct 2002 07:50:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/pc98 boot_crunch.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 nyan 2002/10/16 07:50:46 PDT Modified files: release/pc98 boot_crunch.conf Log: Remove usbd and usbdevs. Revision Changes Path 1.54 +2 -2 src/release/pc98/boot_crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 7:58: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 314B337B401; Wed, 16 Oct 2002 07:58:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D533143EAA; Wed, 16 Oct 2002 07:58:27 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GEwOmV059354; Wed, 16 Oct 2002 07:58:24 -0700 (PDT) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GEwOcL059353; Wed, 16 Oct 2002 07:58:24 -0700 (PDT) Message-Id: <200210161458.g9GEwOcL059353@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 16 Oct 2002 07:58:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/wu-ftpd+ipv6 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 sumikawa 2002/10/16 07:58:24 PDT Modified files: ftp/wu-ftpd+ipv6 Makefile Log: Sync with ftp/wu-ftpd. Revision Changes Path 1.50 +3 -0 ports/ftp/wu-ftpd+ipv6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 8: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 13C3A37B401; Wed, 16 Oct 2002 08:10:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A13D643ED1; Wed, 16 Oct 2002 08:10:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GFAcmV060301; Wed, 16 Oct 2002 08:10:38 -0700 (PDT) (envelope-from steve@repoman.freebsd.org) Received: (from steve@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GFAcjL060298; Wed, 16 Oct 2002 08:10:38 -0700 (PDT) Message-Id: <200210161510.g9GFAcjL060298@repoman.freebsd.org> From: Steve Price Date: Wed, 16 Oct 2002 08:10:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/open-motif/files patch-clients::mwm::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 steve 2002/10/16 08:10:38 PDT Added files: x11-toolkits/open-motif/files patch-clients::mwm::Makefile.in Log: Set LIBDIR correctly during the build of mwm so that it can find its its configuration file at run-time. PR: 43636 Submitted by: kan Revision Changes Path 1.1 +10 -0 ports/x11-toolkits/open-motif/files/patch-clients::mwm::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 Wed Oct 16 8: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 E849337B401; Wed, 16 Oct 2002 08:14:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ACF543EAC; Wed, 16 Oct 2002 08:14:34 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GFEVmV060564; Wed, 16 Oct 2002 08:14:31 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GFEVGV060563; Wed, 16 Oct 2002 08:14:31 -0700 (PDT) Message-Id: <200210161514.g9GFEVGV060563@repoman.freebsd.org> From: John Baldwin Date: Wed, 16 Oct 2002 08:14: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/10/16 08:14:31 PDT Modified files: sys/kern kern_descrip.c Log: Sort includes a bit. Submitted by: bde Revision Changes Path 1.165 +3 -3 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 Wed Oct 16 8: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 897E637B401; Wed, 16 Oct 2002 08:17:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3969443EDC; Wed, 16 Oct 2002 08:17:42 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GFHcmV060740; Wed, 16 Oct 2002 08:17:38 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GFHcjf060739; Wed, 16 Oct 2002 08:17:38 -0700 (PDT) Message-Id: <200210161517.g9GFHcjf060739@repoman.freebsd.org> From: Philippe Charnier Date: Wed, 16 Oct 2002 08:17:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/login login.1 login.access.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 charnier 2002/10/16 08:17:38 PDT Modified files: usr.bin/login login.1 login.access.5 Log: Do not reuse flag name in its definition. Remove inadequate sentence. Revision Changes Path 1.24 +5 -9 src/usr.bin/login/login.1 1.12 +2 -6 src/usr.bin/login/login.access.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 8: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 DABBB37B401; Wed, 16 Oct 2002 08:19:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C78343E97; Wed, 16 Oct 2002 08:19:01 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GFIwmV060779; Wed, 16 Oct 2002 08:18:58 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GFIwkO060778; Wed, 16 Oct 2002 08:18:58 -0700 (PDT) Message-Id: <200210161518.g9GFIwkO060778@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 16 Oct 2002 08:18:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/10/16 08:18:58 PDT Modified files: sys/conf options.pc98 Log: MFi386: revision 1.181. Revision Changes Path 1.155 +1 -0 src/sys/conf/options.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 8:24: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 0DBAE37B401; Wed, 16 Oct 2002 08:24:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E2F43EAC; Wed, 16 Oct 2002 08:24:50 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GFOlmV061376; Wed, 16 Oct 2002 08:24:47 -0700 (PDT) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GFOlCk061375; Wed, 16 Oct 2002 08:24:47 -0700 (PDT) Message-Id: <200210161524.g9GFOlCk061375@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 16 Oct 2002 08:24:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/py-rrdtool Makefile ports/net/py-rrdpipe 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/10/16 08:24:47 PDT Modified files: net/py-rrdtool Makefile net/py-rrdpipe Makefile Log: MASTER_SITE is moved. PR: 43585, 43586 Submitted by: Sergei Kolobov Revision Changes Path 1.2 +1 -1 ports/net/py-rrdpipe/Makefile 1.2 +1 -1 ports/net/py-rrdtool/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 8:26: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 8C57837B401; Wed, 16 Oct 2002 08:26:14 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id E826543EAC; Wed, 16 Oct 2002 08:26:06 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g9GFMP318571; Wed, 16 Oct 2002 18:22:25 +0300 (EEST) (envelope-from ru) Date: Wed, 16 Oct 2002 18:22:25 +0300 From: Ruslan Ermilov To: "Andrey A. Chernov" Cc: Alexey Dokuchaev , Giorgos Keramidas , "Greg 'groggy' Lehey" , Tony Finch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Coloured manpages (was: Re: cvs commit: src/gnu/usr.bin/man Makefile.inc src/share/mk bsd.man.mk src/usr.bin/catman catman.c) Message-ID: <20021016152225.GA98692@sunbay.com> References: <200210110916.g9B9GP8f064951@freefall.freebsd.org> <20021012040759.A23338@chiark.greenend.org.uk> <20021012155812.GA36832@sunbay.com> <20021013003257.GA64063@wantadilla.lemis.com> <20021013081038.GA14919@sunbay.com> <20021015094930.GB2083@hades.hell.gr> <20021015143304.GB12329@sunbay.com> <20021016023059.GD72251@regency.nsu.ru> <20021016095351.GB8009@nagual.pp.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="iFRdW5/EC4oqxDHL" Content-Disposition: inline In-Reply-To: <20021016095351.GB8009@nagual.pp.ru> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --iFRdW5/EC4oqxDHL Content-Type: multipart/mixed; boundary="KFztAG8eRSV9hGtP" Content-Disposition: inline --KFztAG8eRSV9hGtP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 16, 2002 at 01:53:51PM +0400, Andrey A. Chernov wrote: > On Wed, Oct 16, 2002 at 09:30:59 +0700, Alexey Dokuchaev wrote: > >=20 > > Could we patch /usr/share/misc/termcap maybe (cons25w entry)? This will > > leave xterm along (since it does play nicely already) and console output > > will get prettier. >=20 > Any syscons or cons25 entry patch in this way will break color support, > occuping some valid colors to emulate missing underline. Occuping some > valid attribute (like now) is lesser evil for color-enabled application. >=20 > Better way is to NOT emulate it in any way. Termcap database is for > describing existen capabilities, not for emulating non-existen in > destructive way. Application must do emulation by itself.=20 >=20 > I.e. underline should be written to the file as >=20 > ^H_ >=20 > (in device-independent form) and browser (less) should emulate missing=20 > underline using some existent attribute or color. >=20 I tend to agree, but still, what do we do with the color support in grotty(1)? Does anyone here also think that having a mode that prints bold and italic characters the old way (see above) but with the color output enabled would be useful? (The attached patch implements this.) If so, should we use this mode by default when generating catpages, or not? If not, should we provide a knob for man(1) that would allow one to? What should it be? I initially thought to use the CLICOLOR environment variable that is already recognized by ls(1), but now I am not so sure this is a good idea. (Compare ``nroff -c -man grotty.1 |less -R'' with and without this patch applied.) Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --KFztAG8eRSV9hGtP Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Content-Transfer-Encoding: quoted-printable Index: grotty.man =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/contrib/groff/src/devices/grotty/grotty.man,v retrieving revision 1.7 diff -u -p -r1.7 grotty.man --- grotty.man 14 Oct 2002 09:15:17 -0000 1.7 +++ grotty.man 16 Oct 2002 12:08:16 -0000 @@ -87,7 +87,7 @@ and white for the background). .LP Use the .B \-c -switch to revert to the old behaviour, printing a bold character +option to revert to the old behaviour, printing a bold character .I c with the sequence .RI ` c @@ -99,7 +99,9 @@ by the sequence .RB ` _ .SM BACKSPACE .IR c '. -At the same time, color output is disabled. +If +.B \-c +is specified more than once, color output is also disabled. The same effect can be achieved by setting either the .B GROFF_NO_SGR environment variable or using the `sgr' X command (see below). @@ -203,7 +205,7 @@ isn't used. Use .BR grotty 's old output format (see above). -This also disables color output. +If specified more than once, also disables color output. . .TP .B \-d Index: tty.cc =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/contrib/groff/src/devices/grotty/tty.cc,v retrieving revision 1.1.1.4 diff -u -p -r1.1.1.4 tty.cc --- tty.cc 14 Oct 2002 09:12:27 -0000 1.1.1.4 +++ tty.cc 16 Oct 2002 12:08:16 -0000 @@ -44,6 +44,7 @@ static int draw_flag =3D 1; static int italic_flag =3D 0; static int reverse_flag =3D 0; static int old_drawing_scheme =3D 0; +static int color_output =3D 1; =20 enum { UNDERLINE_MODE =3D 0x01, @@ -391,8 +392,10 @@ void tty_printer::special(char *arg, con for (; *p =3D=3D ' ' || *p =3D=3D '\n'; p++) ; int n; - if (*p !=3D '\0' && sscanf(p, "%d", &n) =3D=3D 1 && n =3D=3D 0) + if (*p !=3D '\0' && sscanf(p, "%d", &n) =3D=3D 1 && n =3D=3D 0) { old_drawing_scheme =3D 1; + color_output =3D 0; + } else old_drawing_scheme =3D 0; } @@ -602,7 +605,7 @@ void tty_printer::end_page(int page_leng } assert(hpos =3D=3D p->hpos); if (p->mode & COLOR_CHANGE) { - if (!old_drawing_scheme) { + if (color_output) { if (p->fore_color_idx !=3D curr_fore_idx) { put_color(p->fore_color_idx, 0); curr_fore_idx =3D p->fore_color_idx; @@ -631,7 +634,7 @@ void tty_printer::end_page(int page_leng putstring(SGR_NO_BOLD); is_bold =3D 0; } - if (!old_drawing_scheme) { + if (color_output) { if (p->fore_color_idx !=3D curr_fore_idx) { put_color(p->fore_color_idx, 0); curr_fore_idx =3D p->fore_color_idx; @@ -644,10 +647,10 @@ void tty_printer::end_page(int page_leng put_char(p->code); hpos++; } - if (!old_drawing_scheme - && (is_bold || is_underline - || curr_fore_idx !=3D DEFAULT_COLOR_IDX - || curr_back_idx !=3D DEFAULT_COLOR_IDX)) + if ((!old_drawing_scheme && (is_bold || is_underline)) + || (color_output + && (curr_fore_idx !=3D DEFAULT_COLOR_IDX + || curr_back_idx !=3D DEFAULT_COLOR_IDX))) putstring(SGR_DEFAULT); putchar('\n'); } @@ -677,8 +680,10 @@ int main(int argc, char **argv) { program_name =3D argv[0]; static char stderr_buf[BUFSIZ]; - if (getenv("GROFF_NO_SGR")) + if (getenv("GROFF_NO_SGR")) { old_drawing_scheme =3D 1; + color_output =3D 0; + } setbuf(stderr, stderr_buf); int c; static const struct option long_options[] =3D { @@ -702,8 +707,14 @@ int main(int argc, char **argv) bold_flag =3D 0; break; case 'c': - // Use old scheme for emboldening and underline. - old_drawing_scheme =3D 1; + if (!old_drawing_scheme) { + // Use old scheme for emboldening and underline. + old_drawing_scheme =3D 1; + } + else { + // Disable color output. + color_output =3D 0; + } break; case 'u': // Do not underline. --KFztAG8eRSV9hGtP-- --iFRdW5/EC4oqxDHL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9rYQxUkv4P6juNwoRAr6tAKCApWQFQrBC/OWHVRfpxEl6s2rQsQCdHdi+ GSt/nvJ4HlZeQ9WLQdQDgiw= =a+lU -----END PGP SIGNATURE----- --iFRdW5/EC4oqxDHL-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 8:28: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 7C5E837B401; Wed, 16 Oct 2002 08:28:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E25FC43EAF; Wed, 16 Oct 2002 08:28:23 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GFSKmV061517; Wed, 16 Oct 2002 08:28:20 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GFSKLP061516; Wed, 16 Oct 2002 08:28:20 -0700 (PDT) Message-Id: <200210161528.g9GFSKLP061516@repoman.freebsd.org> From: Philippe Charnier Date: Wed, 16 Oct 2002 08:28:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/nm nm.1 nm.1aout X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG charnier 2002/10/16 08:28:20 PDT Modified files: usr.bin/nm nm.1 nm.1aout Log: Introduce enumerate of options using the standard way: Revision Changes Path 1.17 +5 -3 src/usr.bin/nm/nm.1 1.14 +5 -3 src/usr.bin/nm/nm.1aout To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 8: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 6B6C837B404; Wed, 16 Oct 2002 08:32:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0367043EAA; Wed, 16 Oct 2002 08:32:19 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GFWGmV062008; Wed, 16 Oct 2002 08:32:16 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GFWGUT062007; Wed, 16 Oct 2002 08:32:16 -0700 (PDT) Message-Id: <200210161532.g9GFWGUT062007@repoman.freebsd.org> From: Philippe Charnier Date: Wed, 16 Oct 2002 08:32:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/passwd passwd.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 charnier 2002/10/16 08:32:16 PDT Modified files: usr.bin/passwd passwd.1 Log: Introduce enumerate of options using the standard way. Remove .Pp between items. Revision Changes Path 1.25 +10 -12 src/usr.bin/passwd/passwd.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 8:38: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 F2D1837B401; Wed, 16 Oct 2002 08:38:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A398B43EA3; Wed, 16 Oct 2002 08:38:31 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GFcSmV062276; Wed, 16 Oct 2002 08:38:28 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GFcSGJ062275; Wed, 16 Oct 2002 08:38:28 -0700 (PDT) Message-Id: <200210161538.g9GFcSGJ062275@repoman.freebsd.org> From: Philippe Charnier Date: Wed, 16 Oct 2002 08:38:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/rpcinfo rpcinfo.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 charnier 2002/10/16 08:38:28 PDT Modified files: usr.bin/rpcinfo rpcinfo.8 Log: The .Nm utility Revision Changes Path 1.9 +3 -2 src/usr.bin/rpcinfo/rpcinfo.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 8:42: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 2558137B401; Wed, 16 Oct 2002 08:42:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAA8643E9E; Wed, 16 Oct 2002 08:42:30 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GFgRmV062790; Wed, 16 Oct 2002 08:42:27 -0700 (PDT) (envelope-from iwasaki@repoman.freebsd.org) Received: (from iwasaki@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GFgR6Q062789; Wed, 16 Oct 2002 08:42:27 -0700 (PDT) Message-Id: <200210161542.g9GFgR6Q062789@repoman.freebsd.org> From: Mitsuru IWASAKI Date: Wed, 16 Oct 2002 08:42:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.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/10/16 08:42:27 PDT Modified files: sys/dev/acpica acpi_pci_link.c Log: Fix a possible bug about freeing non-malloc'ed pointer. Suggested by: jhb (in -current ML) Revision Changes Path 1.2 +3 -2 src/sys/dev/acpica/acpi_pci_link.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 8: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 AC73037B401; Wed, 16 Oct 2002 08:44:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F5E143EAA; Wed, 16 Oct 2002 08:44:45 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GFigmV062866; Wed, 16 Oct 2002 08:44:42 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GFifLH062865; Wed, 16 Oct 2002 08:44:41 -0700 (PDT) Message-Id: <200210161544.g9GFifLH062865@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 16 Oct 2002 08:44:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/apm apm.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 nyan 2002/10/16 08:44:41 PDT Modified files: sys/pc98/apm apm.c Log: MFi386: revision 1.130. Revision Changes Path 1.14 +1 -1 src/sys/pc98/apm/apm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 8:45: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 1BB2737B401; Wed, 16 Oct 2002 08:45:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F8E43EAC; Wed, 16 Oct 2002 08:45:40 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GFjbmV062998; Wed, 16 Oct 2002 08:45:37 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GFjb6r062997; Wed, 16 Oct 2002 08:45:37 -0700 (PDT) Message-Id: <200210161545.g9GFjb6r062997@repoman.freebsd.org> From: John Baldwin Date: Wed, 16 Oct 2002 08:45:37 -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/10/16 08:45:37 PDT Modified files: sys/kern kern_descrip.c Log: Many style and whitespace fixes. Submitted by: bde (mostly) Revision Changes Path 1.166 +83 -84 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 Wed Oct 16 8: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 B6FFB37B40F; Wed, 16 Oct 2002 08:46:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68D2B43E9C; Wed, 16 Oct 2002 08:46:47 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GFkimV063058; Wed, 16 Oct 2002 08:46:44 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GFkiii063057; Wed, 16 Oct 2002 08:46:44 -0700 (PDT) Message-Id: <200210161546.g9GFkiii063057@repoman.freebsd.org> From: Philippe Charnier Date: Wed, 16 Oct 2002 08:46:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/yacc yyfix.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 charnier 2002/10/16 08:46:43 PDT Modified files: usr.bin/yacc yyfix.1 Log: Add section number to .Xr directive. Revision Changes Path 1.6 +6 -6 src/usr.bin/yacc/yyfix.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 8:46: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 895E537B407; Wed, 16 Oct 2002 08:46:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C6AF43E91; Wed, 16 Oct 2002 08:46:57 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GFkrmV063084; Wed, 16 Oct 2002 08:46:53 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GFkrSX063083; Wed, 16 Oct 2002 08:46:53 -0700 (PDT) Message-Id: <200210161546.g9GFkrSX063083@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 16 Oct 2002 08:46:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 spkr.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 nyan 2002/10/16 08:46:53 PDT Modified files: sys/pc98/pc98 spkr.c Log: MFi386: revision 1.54. Revision Changes Path 1.35 +4 -4 src/sys/pc98/pc98/spkr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 8:50: 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 51D8A37B401; Wed, 16 Oct 2002 08:50:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0067243E97; Wed, 16 Oct 2002 08:50:01 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GFnvmV063194; Wed, 16 Oct 2002 08:49:57 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GFnvTr063193; Wed, 16 Oct 2002 08:49:57 -0700 (PDT) Message-Id: <200210161549.g9GFnvTr063193@repoman.freebsd.org> From: John Baldwin Date: Wed, 16 Oct 2002 08:49:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/xfmail/files 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 jhb 2002/10/16 08:49:57 PDT Added files: mail/xfmail/files patch-ac patch-ad patch-ae patch-af patch-ag Log: Get this to compile with gcc 3.x on -current. Mostly consists of moving this to ANSI C++. Approved by: mikeh (maintainer) Revision Changes Path 1.3 +15 -0 ports/mail/xfmail/files/patch-ac (new) 1.3 +14 -0 ports/mail/xfmail/files/patch-ad (new) 1.3 +15 -0 ports/mail/xfmail/files/patch-ae (new) 1.1 +11 -0 ports/mail/xfmail/files/patch-af (new) 1.1 +11 -0 ports/mail/xfmail/files/patch-ag (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 8:51: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 9FE8037B401; Wed, 16 Oct 2002 08:51:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B5DF43EAC; Wed, 16 Oct 2002 08:51:20 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GFpGmV063646; Wed, 16 Oct 2002 08:51:16 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GFpGpa063645; Wed, 16 Oct 2002 08:51:16 -0700 (PDT) Message-Id: <200210161551.g9GFpGpa063645@repoman.freebsd.org> From: Philippe Charnier Date: Wed, 16 Oct 2002 08:51:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchide crunchide.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 charnier 2002/10/16 08:51:16 PDT Modified files: usr.sbin/crunch/crunchide crunchide.1 Log: Put author name under .An/Aq. Revision Changes Path 1.11 +2 -1 src/usr.sbin/crunch/crunchide/crunchide.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 8:55: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 B69FD37B401; Wed, 16 Oct 2002 08:55:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67AC043EA3; Wed, 16 Oct 2002 08:55:30 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GFtRmV063815; Wed, 16 Oct 2002 08:55:27 -0700 (PDT) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GFtQhq063814; Wed, 16 Oct 2002 08:55:26 -0700 (PDT) Message-Id: <200210161555.g9GFtQhq063814@repoman.freebsd.org> From: Norikatsu Shigemura Date: Wed, 16 Oct 2002 08:55:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mplayer 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 nork 2002/10/16 08:55:26 PDT Modified files: graphics/mplayer Makefile Log: Add support RTP/RTSP protocol with liveMedia, Reviewed by: Thomas E. Zander (maintainer) Revision Changes Path 1.30 +12 -1 ports/graphics/mplayer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 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 09E0137B404; Wed, 16 Oct 2002 08:56:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9525D43EDA; Wed, 16 Oct 2002 08:56:17 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GFuEmV063868; Wed, 16 Oct 2002 08:56:14 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GFuDEe063867; Wed, 16 Oct 2002 08:56:13 -0700 (PDT) Message-Id: <200210161556.g9GFuDEe063867@repoman.freebsd.org> From: Philippe Charnier Date: Wed, 16 Oct 2002 08:56:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/keyadmin keyadmin.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 charnier 2002/10/16 08:56:13 PDT Modified files: usr.sbin/keyadmin keyadmin.c Log: Arrange to not have /* inside a comment. Typo fix. Revision Changes Path 1.3 +5 -2 src/usr.sbin/keyadmin/keyadmin.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 8:59: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 81FCA37B401; Wed, 16 Oct 2002 08:59:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03C4643EAA; Wed, 16 Oct 2002 08:59:11 -0700 (PDT) (envelope-from pirzyk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GFx7mV063946; Wed, 16 Oct 2002 08:59:07 -0700 (PDT) (envelope-from pirzyk@repoman.freebsd.org) Received: (from pirzyk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GFx7fa063945; Wed, 16 Oct 2002 08:59:07 -0700 (PDT) Message-Id: <200210161559.g9GFx7fa063945@repoman.freebsd.org> From: Jim Pirzyk Date: Wed, 16 Oct 2002 08:59:07 -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 pirzyk 2002/10/16 08:59:07 PDT Modified files: sys/i386/conf NOTES Log: Updated the CPU_DISABLE_CMPXCHG notes to warn users not to also enable SMP with it. Requested by: Lars Eggert Revision Changes Path 1.1049 +2 -1 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 9: 4: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 0FAF637B401; Wed, 16 Oct 2002 09:04:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B61F443EAF; Wed, 16 Oct 2002 09:04:53 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GG4omV064518; Wed, 16 Oct 2002 09:04:50 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GG4oHl064517; Wed, 16 Oct 2002 09:04:50 -0700 (PDT) Message-Id: <200210161604.g9GG4oHl064517@repoman.freebsd.org> From: Philippe Charnier Date: Wed, 16 Oct 2002 09:04:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mountd mountd.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 charnier 2002/10/16 09:04:50 PDT Modified files: usr.sbin/mountd mountd.c Log: s/rpc.mountd/mountd/ Add FBSDID Reorder #if/#endif around sccsid to conform style(9) Revision Changes Path 1.70 +6 -5 src/usr.sbin/mountd/mountd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 9: 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 5339537B401; Wed, 16 Oct 2002 09:06:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0570843E75; Wed, 16 Oct 2002 09:06:50 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GG6kmV064655; Wed, 16 Oct 2002 09:06:46 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GG6kIt064654; Wed, 16 Oct 2002 09:06:46 -0700 (PDT) Message-Id: <200210161606.g9GG6kIt064654@repoman.freebsd.org> From: Mark Murray Date: Wed, 16 Oct 2002 09:06:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/rcp Makefile rcp.c util.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/10/16 09:06:46 PDT Modified files: bin/rcp Makefile rcp.c util.c Log: Dekerberise. The corresponding userland stuff has been dekerberised for ages, and no-one seems to have noticed. Viva PAM! Revision Changes Path 1.22 +0 -14 src/bin/rcp/Makefile 1.39 +5 -154 src/bin/rcp/rcp.c 1.16 +1 -1 src/bin/rcp/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 Oct 16 9: 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 18B9137B401; Wed, 16 Oct 2002 09:09:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC6D043EA3; Wed, 16 Oct 2002 09:09:08 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GG95mV064736; Wed, 16 Oct 2002 09:09:05 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GG95S4064735; Wed, 16 Oct 2002 09:09:05 -0700 (PDT) Message-Id: <200210161609.g9GG95S4064735@repoman.freebsd.org> From: Mark Murray Date: Wed, 16 Oct 2002 09:09:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/rlogin Makefile rlogin.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/10/16 09:09:05 PDT Modified files: usr.bin/rlogin Makefile rlogin.c Log: Dekerberise. The corresponding userland stuff has been dekerberised for ages, and no-one seems to have noticed. Viva PAM! Fix some easy/trivial warnings while I'm here. Revision Changes Path 1.26 +0 -13 src/usr.bin/rlogin/Makefile 1.35 +24 -162 src/usr.bin/rlogin/rlogin.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 9:10: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 EC99E37B401; Wed, 16 Oct 2002 09:10:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EBA143EA3; Wed, 16 Oct 2002 09:10:50 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GGAlmV065092; Wed, 16 Oct 2002 09:10:47 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GGAltR065091; Wed, 16 Oct 2002 09:10:47 -0700 (PDT) Message-Id: <200210161610.g9GGAltR065091@repoman.freebsd.org> From: Mark Murray Date: Wed, 16 Oct 2002 09:10:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/rsh Makefile rsh.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/10/16 09:10:46 PDT Modified files: usr.bin/rsh Makefile rsh.c Log: Dekerberise. The corresponding userland stuff has been dekerberised for ages, and no-one seems to have noticed. Viva PAM! Revision Changes Path 1.22 +0 -13 src/usr.bin/rsh/Makefile 1.31 +7 -159 src/usr.bin/rsh/rsh.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 9:12: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 D985337B401; Wed, 16 Oct 2002 09:12:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA1843E75; Wed, 16 Oct 2002 09:12:26 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GGCNmV065251; Wed, 16 Oct 2002 09:12:23 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GGCNiv065250; Wed, 16 Oct 2002 09:12:23 -0700 (PDT) Message-Id: <200210161612.g9GGCNiv065250@repoman.freebsd.org> From: Mark Murray Date: Wed, 16 Oct 2002 09:12:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberosIV 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 markm 2002/10/16 09:12:23 PDT Modified files: kerberosIV Makefile Log: Remove programs that no longer need a kerberisation option. Revision Changes Path 1.17 +2 -5 src/kerberosIV/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 9:17: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 E80D537B401; Wed, 16 Oct 2002 09:17:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B23F43E91; Wed, 16 Oct 2002 09:17:55 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GGHqmV065451; Wed, 16 Oct 2002 09:17:52 -0700 (PDT) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GGHqto065450; Wed, 16 Oct 2002 09:17:52 -0700 (PDT) Message-Id: <200210161617.g9GGHqto065450@repoman.freebsd.org> From: Norikatsu Shigemura Date: Wed, 16 Oct 2002 09:17:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mplayer 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 nork 2002/10/16 09:17:51 PDT Modified files: graphics/mplayer Makefile Log: Sorry, fix unnecessary space. Revision Changes Path 1.31 +1 -1 ports/graphics/mplayer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 9: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 A799E37B401; Wed, 16 Oct 2002 09:25:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B75743EB2; Wed, 16 Oct 2002 09:25:19 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GGPFmV066072; Wed, 16 Oct 2002 09:25:15 -0700 (PDT) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GGPFXB066071; Wed, 16 Oct 2002 09:25:15 -0700 (PDT) Message-Id: <200210161625.g9GGPFXB066071@repoman.freebsd.org> From: Akinori MUSHA Date: Wed, 16 Oct 2002 09:25:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ruby-yaml 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/10/16 09:25:15 PDT Modified files: devel Makefile Added files: devel/ruby-yaml Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-yaml 0.44, a YAML serialization specification implementation for Ruby. PR: ports/40679 (version 0.20) Submitted by: Stanislav Grozev Modified by: knu Revision Changes Path 1.953 +1 -0 ports/devel/Makefile 1.1 +34 -0 ports/devel/ruby-yaml/Makefile (new) 1.1 +1 -0 ports/devel/ruby-yaml/distinfo (new) 1.1 +1 -0 ports/devel/ruby-yaml/pkg-comment (new) 1.1 +24 -0 ports/devel/ruby-yaml/pkg-descr (new) 1.1 +10 -0 ports/devel/ruby-yaml/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 Oct 16 9:27: 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 4B8DD37B401; Wed, 16 Oct 2002 09:27:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 005CA43E42; Wed, 16 Oct 2002 09:27:03 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GGQxmV066161; Wed, 16 Oct 2002 09:26:59 -0700 (PDT) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GGQxcM066160; Wed, 16 Oct 2002 09:26:59 -0700 (PDT) Message-Id: <200210161626.g9GGQxcM066160@repoman.freebsd.org> From: Akinori MUSHA Date: Wed, 16 Oct 2002 09:26: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 knu 2002/10/16 09:26:59 PDT Modified files: . modules Log: ruby-yaml -> ports/devel/ruby-yaml Revision Changes Path 1.6094 +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 Oct 16 9:28: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 EC36237B401; Wed, 16 Oct 2002 09:28:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DA3143EB7; Wed, 16 Oct 2002 09:28:37 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GGSYmV066224; Wed, 16 Oct 2002 09:28:34 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GGSYVD066223; Wed, 16 Oct 2002 09:28:34 -0700 (PDT) Message-Id: <200210161628.g9GGSYVD066223@repoman.freebsd.org> From: John Baldwin Date: Wed, 16 Oct 2002 09:28:34 -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 jhb 2002/10/16 09:28:34 PDT Modified files: sys/kern sys_process.c Log: Add a missing PROC_UNLOCK in ptrace() for the PT_IO case. PR: kern/44065 Submitted by: Mark Kettenis Revision Changes Path 1.104 +1 -0 src/sys/kern/sys_process.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 9:45: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 9117237B401; Wed, 16 Oct 2002 09:45:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D14D43EB1; Wed, 16 Oct 2002 09:45:58 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GGjsmV067551; Wed, 16 Oct 2002 09:45:54 -0700 (PDT) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GGjsYL067550; Wed, 16 Oct 2002 09:45:54 -0700 (PDT) Message-Id: <200210161645.g9GGjsYL067550@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 16 Oct 2002 09:45:54 -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/10/16 09:45:54 PDT Modified files: devel/py-plex Makefile distinfo Log: Update to 1.1.4 Revision Changes Path 1.3 +1 -2 ports/devel/py-plex/Makefile 1.3 +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 Wed Oct 16 9:47: 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 67C7637B401; Wed, 16 Oct 2002 09:47:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1990C43E97; Wed, 16 Oct 2002 09:47:02 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GGkwmV067588; Wed, 16 Oct 2002 09:46:58 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GGkwei067587; Wed, 16 Oct 2002 09:46:58 -0700 (PDT) Message-Id: <200210161646.g9GGkwei067587@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 16 Oct 2002 09:46:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 crypto.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 ru 2002/10/16 09:46:58 PDT Modified files: share/man/man9 crypto.9 Log: mdoc(7) police: markup and spelling fixes. Prodded by: phk Revision Changes Path 1.3 +138 -126 src/share/man/man9/crypto.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 9:47: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 D508537B401; Wed, 16 Oct 2002 09:47:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F62B43E97; Wed, 16 Oct 2002 09:47:22 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GGlImV067624; Wed, 16 Oct 2002 09:47:18 -0700 (PDT) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GGlIrl067623; Wed, 16 Oct 2002 09:47:18 -0700 (PDT) Message-Id: <200210161647.g9GGlIrl067623@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 16 Oct 2002 09:47:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pyrex 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/10/16 09:47:18 PDT Modified files: devel/pyrex Makefile distinfo Log: Update to 0.4.5 Revision Changes Path 1.7 +1 -1 ports/devel/pyrex/Makefile 1.6 +1 -1 ports/devel/pyrex/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 9: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 6711837B401; Wed, 16 Oct 2002 09:49:03 -0700 (PDT) Received: from nala.dohd.org (a30207.upc-a.chello.nl [62.163.30.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7508643EB1; Wed, 16 Oct 2002 09:49:02 -0700 (PDT) (envelope-from freebsd@dohd.org) Received: by nala.dohd.org (Postfix, from userid 1008) id A6C0ED90A; Wed, 16 Oct 2002 18:49:00 +0200 (MET DST) Date: Wed, 16 Oct 2002 18:49:00 +0200 From: Mark Huizer To: Adrian Chadd Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/squid Makefile distinfo pkg-plist Message-ID: <20021016164900.GA38307@eeyore.local.dohd.org> References: <200210140551.g9E5pCrY067733@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210140551.g9E5pCrY067733@repoman.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 Sun, Oct 13, 2002 at 10:51:12PM -0700, Adrian Chadd wrote: > adrian 2002/10/13 22:51:12 PDT > > Modified files: > www/squid Makefile distinfo pkg-plist > Log: > Update the port to squid-2.5.stable1. > > Notable features: > > * I'm building _all_ of the error page languages now > * I'm building a handful of the helper modules (the ones that don't > require ldap or samba to be installed) > * underscores in hostnames are enabled - every few weeks we squid people > get emails asking why someone can't get to some_user.geocities.com . > Bad geocities. :) > Maybe an off topic or stupid question, but could it be an option to have a squid-devel port? Especially the IPv6 support is interesting Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 9:49: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 6264737B42B for ; Wed, 16 Oct 2002 09:49:09 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id A175A43E8A for ; Wed, 16 Oct 2002 09:49:08 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 5464 invoked from network); 16 Oct 2002 16:49:07 -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 ; 16 Oct 2002 16:49:07 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id g9GGn3n5039096; Wed, 16 Oct 2002 12:49:04 -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: <200210161559.g9GFx7fa063945@repoman.freebsd.org> Date: Wed, 16 Oct 2002 12:49:05 -0400 (EDT) From: John Baldwin To: Jim Pirzyk Subject: RE: cvs commit: src/sys/i386/conf NOTES 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 16-Oct-2002 Jim Pirzyk wrote: > pirzyk 2002/10/16 08:59:07 PDT > > Modified files: > sys/i386/conf NOTES > Log: > Updated the CPU_DISABLE_CMPXCHG notes to warn users not to also enable > SMP with it. You could make it an #error to do so like we do with I386_CPU and SMP. -- 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 Wed Oct 16 9:52: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 A8C9437B401; Wed, 16 Oct 2002 09:52:10 -0700 (PDT) Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39EFD43E91; Wed, 16 Oct 2002 09:52:10 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 8662110DE0E; Wed, 16 Oct 2002 11:52:12 -0500 (CDT) Date: Wed, 16 Oct 2002 11:52:12 -0500 From: "David W. Chapman Jr." To: Mark Huizer Cc: Adrian Chadd , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/squid Makefile distinfo pkg-plist Message-ID: <20021016165212.GA87602@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Mark Huizer , Adrian Chadd , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200210140551.g9E5pCrY067733@repoman.freebsd.org> <20021016164900.GA38307@eeyore.local.dohd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021016164900.GA38307@eeyore.local.dohd.org> X-Operating-System: FreeBSD 4.6-STABLE i386 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, Oct 16, 2002 at 06:49:00PM +0200, Mark Huizer wrote: > On Sun, Oct 13, 2002 at 10:51:12PM -0700, Adrian Chadd wrote: > > adrian 2002/10/13 22:51:12 PDT > > > > Modified files: > > www/squid Makefile distinfo pkg-plist > > Log: > > Update the port to squid-2.5.stable1. > > > > Notable features: > > > > * I'm building _all_ of the error page languages now > > * I'm building a handful of the helper modules (the ones that don't > > require ldap or samba to be installed) > > * underscores in hostnames are enabled - every few weeks we squid people > > get emails asking why someone can't get to some_user.geocities.com . > > Bad geocities. :) > > > > Maybe an off topic or stupid question, but could it be an option to have a > squid-devel port? Especially the IPv6 support is interesting I don't think it would be too hard, if someone would maintain it. Would you be interested in maintaining it if adrian is too busy? -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 9:55: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 402D737B401; Wed, 16 Oct 2002 09:55:50 -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 95CCB43EB2; Wed, 16 Oct 2002 09:55:49 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 19F1466B5E; Wed, 16 Oct 2002 09:55:49 -0700 (PDT) Date: Wed, 16 Oct 2002 09:55:48 -0700 From: Kris Kennaway To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen fmtcheck.3 Message-ID: <20021016165548.GD7829@xor.obsecurity.org> References: <200210160403.g9G432e3013949@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CUfgB8w4ZwR/yMy5" Content-Disposition: inline In-Reply-To: <200210160403.g9G432e3013949@repoman.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 --CUfgB8w4ZwR/yMy5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 15, 2002 at 09:03:02PM -0700, Tim J. Robbins wrote: > tjr 2002/10/15 21:03:02 PDT >=20 > Modified files: > lib/libc/gen fmtcheck.3=20 > Log: > Add a Bugs section and note that fmtcheck() is out of sync with printf(= ); > it does not recognise any of the conversions or modifiers added in C99. Perhaps someone should check for an update from NetBSD. Kris --CUfgB8w4ZwR/yMy5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9rZoUWry0BWjoQKURAjOMAKDEvLt7pk1o9IIMSF4EvfSsSFbFCgCfXyG8 UO2I8S7aqeZPS+AtJN+INYg= =CAnN -----END PGP SIGNATURE----- --CUfgB8w4ZwR/yMy5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 9: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 E52B737B401; Wed, 16 Oct 2002 09:59:05 -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 60D1F43E97; Wed, 16 Oct 2002 09:59:05 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0161A66E60; Wed, 16 Oct 2002 09:59:04 -0700 (PDT) Date: Wed, 16 Oct 2002 09:59:04 -0700 From: Kris Kennaway To: Oliver Eikemeier Cc: Joseph Scott , Kris Kennaway , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/ssmtp Makefile Message-ID: <20021016165904.GE7829@xor.obsecurity.org> References: <007a01c27510$20b6c290$fea1a8c0@atlantis> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6zdv2QT/q3FMhpsV" Content-Disposition: inline In-Reply-To: <007a01c27510$20b6c290$fea1a8c0@atlantis> 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 --6zdv2QT/q3FMhpsV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Oct 16, 2002 at 02:32:44PM +0200, Oliver Eikemeier wrote: > It should be easy to make a diff out of the > update. > tell you to submit a whole package. Only when submitting a _new_ port. > Btw, there is a bug in this update (ssmtp uses a special date format > string which is only supported by Linux, not FreeBSD) but I never > cared to submit another patch because I got no feedback for three > months, it seems nobody is interested in ssmtp. I expect no-one is interested because you submitted the update in the wrong format, and it was too much work to convert it into a form usable for committing. Please submit a new update in diff -u format and I'll commit the change. Kris --6zdv2QT/q3FMhpsV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9rZrYWry0BWjoQKURAj1uAKDnGVynCQB8FueuDh3auQdZOqn3oQCfbR7d 13HZcq/WFkTwuFPTAskyVcQ= =G905 -----END PGP SIGNATURE----- --6zdv2QT/q3FMhpsV-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 10: 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 B30CB37B401; Wed, 16 Oct 2002 10:01:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F3643E8A; Wed, 16 Oct 2002 10:01:08 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GH14mV068681; Wed, 16 Oct 2002 10:01:04 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GH14Dn068678; Wed, 16 Oct 2002 10:01:04 -0700 (PDT) Message-Id: <200210161701.g9GH14Dn068678@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 16 Oct 2002 10:01:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/nvi/common exf.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 ru 2002/10/16 10:01:04 PDT Modified files: (Branch: RELENG_4) contrib/nvi/common exf.c Log: MFC: 1.5 (close buffer overflow). PR: bin/43777 Submitted by: Eugene Polovnikov Revision Changes Path 1.3.2.2 +2 -2 src/contrib/nvi/common/exf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 10: 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 BAC5037B401; Wed, 16 Oct 2002 10:02:18 -0700 (PDT) Received: from nala.dohd.org (a30207.upc-a.chello.nl [62.163.30.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F00243E3B; Wed, 16 Oct 2002 10:02:18 -0700 (PDT) (envelope-from freebsd@dohd.org) Received: by nala.dohd.org (Postfix, from userid 1008) id 8A957D90A; Wed, 16 Oct 2002 19:02:16 +0200 (MET DST) Date: Wed, 16 Oct 2002 19:02:16 +0200 From: Mark Huizer To: "David W. Chapman Jr." Cc: Mark Huizer , Adrian Chadd , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/squid Makefile distinfo pkg-plist Message-ID: <20021016170216.GB38307@eeyore.local.dohd.org> References: <200210140551.g9E5pCrY067733@repoman.freebsd.org> <20021016164900.GA38307@eeyore.local.dohd.org> <20021016165212.GA87602@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021016165212.GA87602@leviathan.inethouston.net> 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 > > Maybe an off topic or stupid question, but could it be an option to have a > > squid-devel port? Especially the IPv6 support is interesting > > I don't think it would be too hard, if someone would maintain it. > Would you be interested in maintaining it if adrian is too busy? > I'll see what I can make up tonight, guess it will also include some mailinglist to get on to for more information :-) Mark -- Nice testing in little China... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 10: 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 7220437B404; Wed, 16 Oct 2002 10:02:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2339543EA9; Wed, 16 Oct 2002 10:02:43 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GH2dmV068786; Wed, 16 Oct 2002 10:02:39 -0700 (PDT) (envelope-from eric@repoman.freebsd.org) Received: (from eric@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GH2d8Q068785; Wed, 16 Oct 2002 10:02:39 -0700 (PDT) Message-Id: <200210161702.g9GH2d8Q068785@repoman.freebsd.org> From: Eric Melville Date: Wed, 16 Oct 2002 10:02:39 -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 eric 2002/10/16 10:02:39 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Fix Joe Kelsey's email address. Revision Changes Path 1.275 +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 Wed Oct 16 10: 2: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 9F31F37B407; Wed, 16 Oct 2002 10:02:44 -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 E47A343E8A; Wed, 16 Oct 2002 10:02:43 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7D76166B5E; Wed, 16 Oct 2002 10:02:43 -0700 (PDT) Date: Wed, 16 Oct 2002 10:02:43 -0700 From: Kris Kennaway Cc: Adrian Chadd , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/squid Makefile distinfo pkg-plist Message-ID: <20021016170243.GF7829@xor.obsecurity.org> References: <200210140551.g9E5pCrY067733@repoman.freebsd.org> <20021016164900.GA38307@eeyore.local.dohd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="a2FkP9tdjPU2nyhF" Content-Disposition: inline In-Reply-To: <20021016164900.GA38307@eeyore.local.dohd.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 --a2FkP9tdjPU2nyhF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 16, 2002 at 06:49:00PM +0200, Mark Huizer wrote: > On Sun, Oct 13, 2002 at 10:51:12PM -0700, Adrian Chadd wrote: > > adrian 2002/10/13 22:51:12 PDT > >=20 > > Modified files: > > www/squid Makefile distinfo pkg-plist=20 > > Log: > > Update the port to squid-2.5.stable1. BTW, you forgot to add this port to modules and www/Makefile. Kris --a2FkP9tdjPU2nyhF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9rZuyWry0BWjoQKURArafAJ4gQUuBvFHR8p5YBFNEiuRSIfx89ACgpbr4 OBmHjVeCifBYlG6Z8B3qDj8= =iRDS -----END PGP SIGNATURE----- --a2FkP9tdjPU2nyhF-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 10: 3: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 849B837B401; Wed, 16 Oct 2002 10:03:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3697E43EB1; Wed, 16 Oct 2002 10:03:40 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GH3amV068824; Wed, 16 Oct 2002 10:03:36 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GH3a8s068823; Wed, 16 Oct 2002 10:03:36 -0700 (PDT) Message-Id: <200210161703.g9GH3a8s068823@repoman.freebsd.org> From: Thomas Moestl Date: Wed, 16 Oct 2002 10:03:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/pci psycho.c psychovar.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 tmm 2002/10/16 10:03:36 PDT Modified files: sys/sparc64/pci psycho.c psychovar.h Log: Use a linked list to keep the psycho softcs instead of a statically sized array. While being there, deuglify the psycho pair detection loop which became quite awkward in a previous code reorganization. Revision Changes Path 1.15 +10 -22 src/sys/sparc64/pci/psycho.c 1.5 +2 -0 src/sys/sparc64/pci/psychovar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 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 9459F37B401; Wed, 16 Oct 2002 10:06:15 -0700 (PDT) Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DA3A43E6E; Wed, 16 Oct 2002 10:06:15 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id DE07C10DE0E; Wed, 16 Oct 2002 12:06:17 -0500 (CDT) Date: Wed, 16 Oct 2002 12:06:17 -0500 From: "David W. Chapman Jr." To: Mark Huizer Cc: "David W. Chapman Jr." , Adrian Chadd , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/squid Makefile distinfo pkg-plist Message-ID: <20021016170617.GB88202@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Mark Huizer , "David W. Chapman Jr." , Adrian Chadd , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200210140551.g9E5pCrY067733@repoman.freebsd.org> <20021016164900.GA38307@eeyore.local.dohd.org> <20021016165212.GA87602@leviathan.inethouston.net> <20021016170216.GB38307@eeyore.local.dohd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021016170216.GB38307@eeyore.local.dohd.org> X-Operating-System: FreeBSD 4.6-STABLE i386 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, Oct 16, 2002 at 07:02:16PM +0200, Mark Huizer wrote: > > > Maybe an off topic or stupid question, but could it be an option to have a > > > squid-devel port? Especially the IPv6 support is interesting > > > > I don't think it would be too hard, if someone would maintain it. > > Would you be interested in maintaining it if adrian is too busy? > > > I'll see what I can make up tonight, guess it will also include some > mailinglist to get on to for more information :-) You'll want to make a diff against ports/www/squid Once you have the patch, we can ask for a repo copy of squid to squid-devel and apply your patch to that. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 10: 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 3996F37B401; Wed, 16 Oct 2002 10:07:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0D4243EB1; Wed, 16 Oct 2002 10:07:44 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GH7fmV069090; Wed, 16 Oct 2002 10:07:41 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GH7fUF069089; Wed, 16 Oct 2002 10:07:41 -0700 (PDT) Message-Id: <200210161707.g9GH7fUF069089@repoman.freebsd.org> From: Sam Leffler Date: Wed, 16 Oct 2002 10:07:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hifn hifn7751.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 sam 2002/10/16 10:07:41 PDT Modified files: sys/dev/hifn hifn7751.c Log: whitespace/indentation fix from phk Revision Changes Path 1.5 +9 -9 src/sys/dev/hifn/hifn7751.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 10:20: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 061DF37B401; Wed, 16 Oct 2002 10:20:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB7AC43E7B; Wed, 16 Oct 2002 10:20:47 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GHKhmV070095; Wed, 16 Oct 2002 10:20:44 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GHKh2a070092; Wed, 16 Oct 2002 10:20:43 -0700 (PDT) Message-Id: <200210161720.g9GHKh2a070092@repoman.freebsd.org> From: John Baldwin Date: Wed, 16 Oct 2002 10:20:43 -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/10/16 10:20:43 PDT Modified files: sys/i386/acpica acpi_machdep.c Log: Include on -stable instead of to get the definition of struct selinfo. Sponsored by: The Weather Channel Revision Changes Path 1.5 +4 -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 Wed Oct 16 10:22: 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 D74F737B401; Wed, 16 Oct 2002 10:22:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8900A43E7B; Wed, 16 Oct 2002 10:22:07 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GHM3mV070273; Wed, 16 Oct 2002 10:22:03 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GHM3RH070272; Wed, 16 Oct 2002 10:22:03 -0700 (PDT) Message-Id: <200210161722.g9GHM3RH070272@repoman.freebsd.org> From: John Baldwin Date: Wed, 16 Oct 2002 10:22:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/acpica acpi_wakeup.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/10/16 10:22:03 PDT Modified files: sys/i386/acpica acpi_wakeup.c Log: - curproc may be NULL in 4-stable. In that case use the vmspace from proc0. - Remove unused include. Sponsored by: The Weather Channel Revision Changes Path 1.15 +4 -2 src/sys/i386/acpica/acpi_wakeup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 10: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 2B49D37B401; Wed, 16 Oct 2002 10:23:01 -0700 (PDT) Received: from nala.dohd.org (a30207.upc-a.chello.nl [62.163.30.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F6E243EAA; Wed, 16 Oct 2002 10:23:00 -0700 (PDT) (envelope-from freebsd@dohd.org) Received: by nala.dohd.org (Postfix, from userid 1008) id C5AB8D90A; Wed, 16 Oct 2002 19:22:58 +0200 (MET DST) Date: Wed, 16 Oct 2002 19:22:58 +0200 From: Mark Huizer To: Will Andrews Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/sjog Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/sjog/files patch-setbrightness::Makefile.am patch-setbrightness::setbrightness.c patch-src::Makefile.am patch-src::pci.h patch-src::pci_freebsd.c patch-src::sjog.c ... Message-ID: <20021016172258.GC38307@eeyore.local.dohd.org> References: <200210140843.g9E8hb7X079414@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210140843.g9E8hb7X079414@repoman.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 Mon, Oct 14, 2002 at 01:43:37AM -0700, Will Andrews wrote: > will 2002/10/14 01:43:37 PDT > > Modified files: > sysutils Makefile > Added files: > sysutils/sjog Makefile distinfo pkg-comment pkg-descr > pkg-plist > sysutils/sjog/files patch-setbrightness::Makefile.am > patch-setbrightness::setbrightness.c > patch-src::Makefile.am patch-src::pci.h > patch-src::pci_freebsd.c > patch-src::sjog.c patch-src::sjog_spic.c > patch-src::sjog_volume.c > patch-src::sonypi.c patch-src::sonypi.h > Log: > Add sjog 0.5, a userland daemon for Sony Vaio Jog Dial. > > PR: 41905 > Submitted by: Bruce M Simpson > In -current this breaks with: In file included from setbrightness.c:15: /usr/include/malloc.h:3:2: #error " has been replaced by " In file included from setbrightness.c:25: Not too hard to fix, but perhaps an idea for an extra patch Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 10:23: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 2A3CF37B401; Wed, 16 Oct 2002 10:23:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54C4843E3B; Wed, 16 Oct 2002 10:23:38 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GHNYmV070314; Wed, 16 Oct 2002 10:23:34 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GHNYQl070313; Wed, 16 Oct 2002 10:23:34 -0700 (PDT) Message-Id: <200210161723.g9GHNYQl070313@repoman.freebsd.org> From: John Baldwin Date: Wed, 16 Oct 2002 10:23:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica/Osd OsdSynch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/10/16 10:23:34 PDT Modified files: sys/dev/acpica/Osd OsdSynch.c Log: Implement the internal locks of an ACPI semaphore with splhigh() on 4-stable. -current uses a mutex for this purpose. Sponsored by: The Weather Channel Revision Changes Path 1.15 +31 -8 src/sys/dev/acpica/Osd/OsdSynch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 10:23: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 17CE737B482; Wed, 16 Oct 2002 10:23:42 -0700 (PDT) Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39CFB43E97; Wed, 16 Oct 2002 10:23:41 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 57CAD10DE0C; Wed, 16 Oct 2002 12:23:44 -0500 (CDT) Date: Wed, 16 Oct 2002 12:23:44 -0500 From: "David W. Chapman Jr." To: Mark Huizer Cc: Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/sjog Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/sjog/files patch-setbrightness::Makefile.am patch-setbrightness::setbrightness.c patch-src::Makefile.am patch-src::pci.h patch-src::pci_freebsd.c patch-src::sjog.c ... Message-ID: <20021016172344.GE88202@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Mark Huizer , Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200210140843.g9E8hb7X079414@repoman.freebsd.org> <20021016172258.GC38307@eeyore.local.dohd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021016172258.GC38307@eeyore.local.dohd.org> X-Operating-System: FreeBSD 4.6-STABLE i386 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 > In -current this breaks with: > > In file included from setbrightness.c:15: > /usr/include/malloc.h:3:2: #error " has been replaced by " > In file included from setbrightness.c:25: > > Not too hard to fix, but perhaps an idea for an extra patch Probably use REINPLACE_CMD to fix this better and not requir a patch -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 10:25: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 614D237B401; Wed, 16 Oct 2002 10:25:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10D9B43E9E; Wed, 16 Oct 2002 10:25:33 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GHPTmV070425; Wed, 16 Oct 2002 10:25:29 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GHPTTJ070424; Wed, 16 Oct 2002 10:25:29 -0700 (PDT) Message-Id: <200210161725.g9GHPTTJ070424@repoman.freebsd.org> From: John Baldwin Date: Wed, 16 Oct 2002 10:25:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica/Osd OsdSchedule.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/10/16 10:25:29 PDT Modified files: sys/dev/acpica/Osd OsdSchedule.c Log: - In AcpiOsGetThreadId(), allow for curproc to be NULL on 4-stable systems. In that case use proc0's pid to return the thread ID. - For 4-stable, use the generic swi taskqueue for ACPI events rather than implementing our own. Sponsored by: The Weather Channel Revision Changes Path 1.22 +14 -4 src/sys/dev/acpica/Osd/OsdSchedule.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 10:26: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 DB5BD37B401; Wed, 16 Oct 2002 10:26:32 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31A4643E3B; Wed, 16 Oct 2002 10:26:32 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.5) with ESMTP id g9GHZ7bd046484; Wed, 16 Oct 2002 13:35:07 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.5/Submit) id g9GHZ7KY046483; Wed, 16 Oct 2002 13:35:07 -0400 (EDT) Date: Wed, 16 Oct 2002 13:35:07 -0400 From: Jake Burkholder To: Thomas Moestl Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/pci psycho.c psychovar.h Message-ID: <20021016133506.N25928@locore.ca> References: <200210161703.g9GH3a8s068823@repoman.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: <200210161703.g9GH3a8s068823@repoman.freebsd.org>; from tmm@FreeBSD.org on Wed, Oct 16, 2002 at 10:03:36AM -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 Apparently, On Wed, Oct 16, 2002 at 10:03:36AM -0700, Thomas Moestl said words to the effect of; > tmm 2002/10/16 10:03:36 PDT > > Modified files: > sys/sparc64/pci psycho.c psychovar.h > Log: > Use a linked list to keep the psycho softcs instead of a statically > sized array. Thanks. > While being there, deuglify the psycho pair detection loop which became > quite awkward in a previous code reorganization. > > Revision Changes Path > 1.15 +10 -22 src/sys/sparc64/pci/psycho.c > 1.5 +2 -0 src/sys/sparc64/pci/psychovar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 10:27: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 7F8A337B401; Wed, 16 Oct 2002 10:27:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BE6343E88; Wed, 16 Oct 2002 10:27:15 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GHRBmV070524; Wed, 16 Oct 2002 10:27:11 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GHRBk3070523; Wed, 16 Oct 2002 10:27:11 -0700 (PDT) Message-Id: <200210161727.g9GHRBk3070523@repoman.freebsd.org> From: John Baldwin Date: Wed, 16 Oct 2002 10:27:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica 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/10/16 10:27:11 PDT Modified files: sys/dev/acpica acpivar.h Log: - Include lock headers on current in this header instead of putting #if's in all the other ACPI source files. - Use splhigh() for the ACPI subsystem lock on 4-stable. Sponsored by: The Weather Channel Revision Changes Path 1.36 +18 -3 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 Wed Oct 16 10:27: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 2F7E837B401; Wed, 16 Oct 2002 10:27:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D58C943EB7; Wed, 16 Oct 2002 10:27:44 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GHRfmV070557; Wed, 16 Oct 2002 10:27:41 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GHRfOD070556; Wed, 16 Oct 2002 10:27:41 -0700 (PDT) Message-Id: <200210161727.g9GHRfOD070556@repoman.freebsd.org> From: John Baldwin Date: Wed, 16 Oct 2002 10:27:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_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 jhb 2002/10/16 10:27:41 PDT Modified files: sys/dev/acpica acpi_timer.c Log: struct timecounter is defined in sys/time.h on 4-stable. Sponsored by: The Weather Channel Revision Changes Path 1.21 +4 -0 src/sys/dev/acpica/acpi_timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 10:28: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 3AFEC37B401; Wed, 16 Oct 2002 10:28:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE9BD43EAC; Wed, 16 Oct 2002 10:28:56 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GHSrmV070654; Wed, 16 Oct 2002 10:28:53 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GHSr1v070653; Wed, 16 Oct 2002 10:28:53 -0700 (PDT) Message-Id: <200210161728.g9GHSr1v070653@repoman.freebsd.org> From: John Baldwin Date: Wed, 16 Oct 2002 10:28:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_battery.c acpi_cpu.c acpi_ec.c acpi_lid.c acpi_powerres.c acpi_thermal.c src/sys/dev/acpica/Osd OsdInterrupt.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/10/16 10:28:53 PDT Modified files: sys/dev/acpica acpi.c acpi_battery.c acpi_cpu.c acpi_ec.c acpi_lid.c acpi_powerres.c acpi_thermal.c sys/dev/acpica/Osd OsdInterrupt.c Log: Catch up to changes in acpivar.h to add support for using ACPI on 4-stable systems. Sponsored by: The Weather Channel Revision Changes Path 1.12 +2 -0 src/sys/dev/acpica/Osd/OsdInterrupt.c 1.78 +10 -2 src/sys/dev/acpica/acpi.c 1.6 +0 -2 src/sys/dev/acpica/acpi_battery.c 1.14 +2 -0 src/sys/dev/acpica/acpi_cpu.c 1.27 +0 -2 src/sys/dev/acpica/acpi_ec.c 1.12 +0 -2 src/sys/dev/acpica/acpi_lid.c 1.14 +0 -2 src/sys/dev/acpica/acpi_powerres.c 1.29 +9 -2 src/sys/dev/acpica/acpi_thermal.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 10:37: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 29A3C37B401; Wed, 16 Oct 2002 10:37:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF3A443EB1; Wed, 16 Oct 2002 10:37:54 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GHbpmV071368; Wed, 16 Oct 2002 10:37:51 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GHbp3t071367; Wed, 16 Oct 2002 10:37:51 -0700 (PDT) Message-Id: <200210161737.g9GHbp3t071367@repoman.freebsd.org> From: Thomas Moestl Date: Wed, 16 Oct 2002 10:37:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/pci psycho.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 tmm 2002/10/16 10:37:51 PDT Modified files: sys/sparc64/pci psycho.c Log: Add "pci108e,8000" (psycho) and "pci108e,a000" (US-IIi sabre) to the list of recognized compat properties. This should make the psycho driver attach properly on SPARCengine Ultra AX machines. Switch to a table-driven logic to recognize the ID's, since their number is now large enough to justify this. These changes are analogous to those made in NetBSD r.1.35, but implemented a bit differently. Revision Changes Path 1.16 +54 -37 src/sys/sparc64/pci/psycho.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 10:56: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 1469B37B404; Wed, 16 Oct 2002 10:56:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2DBA43EB7; Wed, 16 Oct 2002 10:56:14 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GHuAmV072665; Wed, 16 Oct 2002 10:56:10 -0700 (PDT) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GHuAdi072664; Wed, 16 Oct 2002 10:56:10 -0700 (PDT) Message-Id: <200210161756.g9GHuAdi072664@repoman.freebsd.org> From: Christian Weisgerber Date: Wed, 16 Oct 2002 10:56:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/eldav.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 naddy 2002/10/16 10:56:10 PDT Modified files: www/eldav.el Makefile distinfo Log: Make Bento happy again and catch up with upstream: * Use CVS-Id as $PORTVERSION * eldav.el (toplevel): require poem if non-mule XEmacs. (eldav-insert-file-contents): Don't use coding-system-for-read if it is not bound. * eldav.el (fboundp): Don't use default-coding-system if it is not bound. (eldav-write-region): Likewise for buffer-file-coding-system. PR: 44038 Submitted by: Volker Stolz Revision Changes Path 1.3 +2 -2 ports/www/eldav.el/Makefile 1.3 +1 -1 ports/www/eldav.el/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 11: 5: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 C60D437B401; Wed, 16 Oct 2002 11:05:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75F5643EA3; Wed, 16 Oct 2002 11:05:24 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GI5KmV073285; Wed, 16 Oct 2002 11:05:20 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GI5KrF073284; Wed, 16 Oct 2002 11:05:20 -0700 (PDT) Message-Id: <200210161805.g9GI5KrF073284@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 16 Oct 2002 11:05:20 -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/10/16 11:05:20 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: ubsa driver, trm driver, bzgrep(1) et al. Modified release notes: gdb 5.2.1. MFCs noted: matcd(4) removal, cvs 1.11.2. Submitted by: kan (ubsa), cognet (trm) Revision Changes Path 1.433 +14 -5 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 Wed Oct 16 11: 6: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 9057437B401; Wed, 16 Oct 2002 11:06:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40D6143E75; Wed, 16 Oct 2002 11:06:17 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GI6DmV073365; Wed, 16 Oct 2002 11:06:13 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GI6D6x073364; Wed, 16 Oct 2002 11:06:13 -0700 (PDT) Message-Id: <200210161806.g9GI6D6x073364@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 16 Oct 2002 11:06:13 -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/10/16 11:06:13 PDT Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Add hardware entries for trm and ubsa devices. Submitted by: kan (ubsa), cognet (trm) Revision Changes Path 1.107 +24 -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 Wed Oct 16 11: 7: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 BC33037B401; Wed, 16 Oct 2002 11:07:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CDF543E4A; Wed, 16 Oct 2002 11:07:49 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GI7jmV073414; Wed, 16 Oct 2002 11:07:45 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GI7j5B073413; Wed, 16 Oct 2002 11:07:45 -0700 (PDT) Message-Id: <200210161807.g9GI7j5B073413@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 16 Oct 2002 11:07:45 -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/10/16 11:07:45 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: matcd(4) removal from previous release, cvs 1.11.2. Revision Changes Path 1.22.2.303 +6 -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 Wed Oct 16 11: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 8B8BF37B404; Wed, 16 Oct 2002 11:13:39 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17DAE43E8A; Wed, 16 Oct 2002 11:13:39 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id A98B39C0A; Wed, 16 Oct 2002 14:05:55 -0400 (EDT) Date: Wed, 16 Oct 2002 14:05:55 -0400 From: Mike Barcroft To: Kris Kennaway Cc: "Tim J. Robbins" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen fmtcheck.3 Message-ID: <20021016140555.A81582@espresso.q9media.com> References: <200210160403.g9G432e3013949@repoman.freebsd.org> <20021016165548.GD7829@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021016165548.GD7829@xor.obsecurity.org>; from kris@obsecurity.org on Wed, Oct 16, 2002 at 09:55:48AM -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 Kris Kennaway writes: > On Tue, Oct 15, 2002 at 09:03:02PM -0700, Tim J. Robbins wrote: > > tjr 2002/10/15 21:03:02 PDT > > > > Modified files: > > lib/libc/gen fmtcheck.3 > > Log: > > Add a Bugs section and note that fmtcheck() is out of sync with printf(); > > it does not recognise any of the conversions or modifiers added in C99. > > Perhaps someone should check for an update from NetBSD. It doesn't look like they've made any C99 changes it fmtcheck(). 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 Wed Oct 16 11:18: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 D837337B401; Wed, 16 Oct 2002 11:18:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87FEF43E8A; Wed, 16 Oct 2002 11:18:11 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GII7mV074094; Wed, 16 Oct 2002 11:18:07 -0700 (PDT) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GII7W7074091; Wed, 16 Oct 2002 11:18:07 -0700 (PDT) Message-Id: <200210161818.g9GII7W7074091@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 16 Oct 2002 11:18:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/tcl84 Makefile ports/x11-toolkits/tk84 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/10/16 11:18:07 PDT Modified files: lang/tcl84 Makefile x11-toolkits/tk84 Makefile Log: bump PORTEPOCH Revision Changes Path 1.59 +1 -0 ports/lang/tcl84/Makefile 1.56 +1 -0 ports/x11-toolkits/tk84/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 11:29: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 B40B137B42C; Wed, 16 Oct 2002 11:29:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBA4743F5B; Wed, 16 Oct 2002 11:29:40 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GITamV074806; Wed, 16 Oct 2002 11:29:36 -0700 (PDT) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GITaYB074805; Wed, 16 Oct 2002 11:29:36 -0700 (PDT) Message-Id: <200210161829.g9GITaYB074805@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 16 Oct 2002 11:29:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssl Makefile pkg-plist pkg-plist.noshared ports/security/openssl-beta Makefile pkg-plist pkg-plist.noshared X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/16 11:29:36 PDT Modified files: security/openssl Makefile pkg-plist security/openssl-beta Makefile pkg-plist Removed files: security/openssl pkg-plist.noshared security/openssl-beta pkg-plist.noshared Log: remove pkg-plist.noshared and use PLIST_SUB Revision Changes Path 1.70 +2 -1 ports/security/openssl-beta/Makefile 1.26 +4 -4 ports/security/openssl-beta/pkg-plist 1.2 +0 -76 ports/security/openssl-beta/pkg-plist.noshared (dead) 1.70 +2 -1 ports/security/openssl/Makefile 1.25 +4 -4 ports/security/openssl/pkg-plist 1.2 +0 -76 ports/security/openssl/pkg-plist.noshared (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 11:38: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 7A05D37B401; Wed, 16 Oct 2002 11:38:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D62143E9C; Wed, 16 Oct 2002 11:38:40 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GIcamV075532; Wed, 16 Oct 2002 11:38:36 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GIca6f075531; Wed, 16 Oct 2002 11:38:36 -0700 (PDT) Message-Id: <200210161838.g9GIca6f075531@repoman.freebsd.org> From: John Baldwin Date: Wed, 16 Oct 2002 11:38:36 -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/10/16 11:38:36 PDT Modified files: sys/i386/pci pci_bus.c Log: Use the global pcib devclass instead of our own static copy. Revision Changes Path 1.93 +0 -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 Wed Oct 16 11:40: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 93F1937B401; Wed, 16 Oct 2002 11:40:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 646AA43EBE; Wed, 16 Oct 2002 11:40:20 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GIeGmV075713; Wed, 16 Oct 2002 11:40:16 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GIeGcL075712; Wed, 16 Oct 2002 11:40:16 -0700 (PDT) Message-Id: <200210161840.g9GIeGcL075712@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 16 Oct 2002 11:40:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/gnomesword Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/misc/gnomesword/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 marcus 2002/10/16 11:40:16 PDT Modified files: misc Makefile Added files: misc/gnomesword Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist misc/gnomesword/files patch-Makefile.in Log: Add gnomesword, a GNOME interface to the SWORD project. PR: 44145 Submitted by: J Shoemaker Revision Changes Path 1.494 +1 -0 ports/misc/Makefile 1.1 +38 -0 ports/misc/gnomesword/Makefile (new) 1.1 +1 -0 ports/misc/gnomesword/distinfo (new) 1.1 +18 -0 ports/misc/gnomesword/files/patch-Makefile.in (new) 1.1 +1 -0 ports/misc/gnomesword/pkg-comment (new) 1.1 +11 -0 ports/misc/gnomesword/pkg-descr (new) 1.1 +2 -0 ports/misc/gnomesword/pkg-message (new) 1.1 +34 -0 ports/misc/gnomesword/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 Oct 16 11:46: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 7243137B401; Wed, 16 Oct 2002 11:46:23 -0700 (PDT) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7825F43EA9; Wed, 16 Oct 2002 11:46:22 -0700 (PDT) (envelope-from winter@jurai.net) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by sasami.jurai.net (8.12.6/8.12.5) with ESMTP id g9GIkL6D042280; Wed, 16 Oct 2002 14:46:21 -0400 (EDT) (envelope-from winter@jurai.net) Date: Wed, 16 Oct 2002 14:46:21 -0400 (EDT) From: "Matthew N. Dodd" To: Robert Drehmel Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/dev/hea eni_buffer.c eni_vcm.c In-Reply-To: <200210161115.g9GBFZIk043997@repoman.freebsd.org> Message-ID: <20021016144607.T673-100000@sasami.jurai.net> 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, 16 Oct 2002, Robert Drehmel wrote: > robert 2002/10/16 04:15:35 PDT > > Modified files: > sys/dev/hea eni_buffer.c eni_vcm.c > Log: > Cast the first argument to bzero() to `void *' after casting it to > `uintptr_t' to pass it as the type bzero() expects. Thanks! -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 11:49: 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 BDF3237B401; Wed, 16 Oct 2002 11:49:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DD7443E75; Wed, 16 Oct 2002 11:49:06 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GIn2mV076312; Wed, 16 Oct 2002 11:49:02 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GIn2fc076311; Wed, 16 Oct 2002 11:49:02 -0700 (PDT) Message-Id: <200210161849.g9GIn2fc076311@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 16 Oct 2002 11:49:02 -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/10/16 11:49:02 PDT Modified files: . modules Log: gnomesword --> ports/misc/gnomesword Revision Changes Path 1.6095 +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 Oct 16 11:58: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 27AC437B401; Wed, 16 Oct 2002 11:58:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C71B343EAA; Wed, 16 Oct 2002 11:58:34 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GIwUmV076966; Wed, 16 Oct 2002 11:58:30 -0700 (PDT) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GIwUuq076965; Wed, 16 Oct 2002 11:58:30 -0700 (PDT) Message-Id: <200210161858.g9GIwUuq076965@repoman.freebsd.org> From: Udo Erdelhoff Date: Wed, 16 Oct 2002 11:58:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/hardware/alpha proc-alpha.sgml src/release/doc/de_DE.ISO8859-1/relnotes/common new.sgml 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 ue 2002/10/16 11:58:30 PDT Modified files: (Branch: RELENG_4_6) release/doc/de_DE.ISO8859-1/hardware/alpha proc-alpha.sgml release/doc/de_DE.ISO8859-1/relnotes/common new.sgml Log: Bring DE translation of the release notes for RELENG_4_6 up to speed Phase 1 of 3: Catch up to RELENG_4_6_BP Reviewed by: re, security-officer Approved by: bmah Revision Changes Path 1.1.2.4.2.1 +5 -3 src/release/doc/de_DE.ISO8859-1/hardware/alpha/proc-alpha.sgml 1.1.2.5.2.1 +3 -3 src/release/doc/de_DE.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 Oct 16 11:59: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 27F9037B401; Wed, 16 Oct 2002 11:59:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC90F43EAC; Wed, 16 Oct 2002 11:59:39 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GIxZmV077006; Wed, 16 Oct 2002 11:59:35 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GIxZNQ077005; Wed, 16 Oct 2002 11:59:35 -0700 (PDT) Message-Id: <200210161859.g9GIxZNQ077005@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 16 Oct 2002 11:59:35 -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 marcus 2002/10/16 11:59:35 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add J Shoemaker for his contribution of ports/misc/gnomesword. Revision Changes Path 1.276 +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 Oct 16 12: 1: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 E5CF237B404; Wed, 16 Oct 2002 12:01:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73CE943EA9; Wed, 16 Oct 2002 12:01:54 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GJ1omV077474; Wed, 16 Oct 2002 12:01:50 -0700 (PDT) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GJ1ogG077473; Wed, 16 Oct 2002 12:01:50 -0700 (PDT) Message-Id: <200210161901.g9GJ1ogG077473@repoman.freebsd.org> From: Udo Erdelhoff Date: Wed, 16 Oct 2002 12:01:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/errata article.sgml src/release/doc/de_DE.ISO8859-1/hardware/alpha proc-alpha.sgml src/release/doc/de_DE.ISO8859-1/hardware/common dev.sgml src/release/doc/de_DE.ISO8859-1/hardware/i386 proc-i386.sgml src/release/doc/de_DE.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4_7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2002/10/16 12:01:50 PDT Modified files: (Branch: RELENG_4_7) release/doc/de_DE.ISO8859-1/errata article.sgml release/doc/de_DE.ISO8859-1/hardware/alpha proc-alpha.sgml release/doc/de_DE.ISO8859-1/hardware/common dev.sgml release/doc/de_DE.ISO8859-1/hardware/i386 proc-i386.sgml release/doc/de_DE.ISO8859-1/relnotes/common new.sgml Log: Bring DE translation of the RELENG_4_7 release notes up to speed Phase 1 of 3: Catch up to RELENG_4_7_BP Reviewed by: re, security-officer Approved by: bmah Revision Changes Path 1.1.2.5.4.1 +239 -207 src/release/doc/de_DE.ISO8859-1/errata/article.sgml 1.1.2.4.4.1 +17 -10 src/release/doc/de_DE.ISO8859-1/hardware/alpha/proc-alpha.sgml 1.1.2.2.4.1 +126 -29 src/release/doc/de_DE.ISO8859-1/hardware/common/dev.sgml 1.1.2.2.4.1 +9 -7 src/release/doc/de_DE.ISO8859-1/hardware/i386/proc-i386.sgml 1.1.2.5.4.1 +563 -511 src/release/doc/de_DE.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 Oct 16 12: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 A1B9537B401; Wed, 16 Oct 2002 12:12:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 562AA43EAA; Wed, 16 Oct 2002 12:12:04 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GJC0mV078251; Wed, 16 Oct 2002 12:12:00 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GJC0bk078250; Wed, 16 Oct 2002 12:12:00 -0700 (PDT) Message-Id: <200210161912.g9GJC0bk078250@repoman.freebsd.org> From: John Baldwin Date: Wed, 16 Oct 2002 12:12:00 -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/10/16 12:12:00 PDT Modified files: sys/dev/pci pci.c Log: Whitespace. Revision Changes Path 1.204 +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 Wed Oct 16 12: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 44ADF37B401; Wed, 16 Oct 2002 12:16:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA77F43EAC; Wed, 16 Oct 2002 12:16:37 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GJGXmV078516; Wed, 16 Oct 2002 12:16:33 -0700 (PDT) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GJGXfZ078515; Wed, 16 Oct 2002 12:16:33 -0700 (PDT) Message-Id: <200210161916.g9GJGXfZ078515@repoman.freebsd.org> From: Matt Dillon Date: Wed, 16 Oct 2002 12:16:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.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/10/16 12:16:33 PDT Modified files: sys/netinet tcp_output.c Log: Fix oops in my last commit, I was calculating a new length but then not using it. (The code is already correct in -stable). Found by: silby Revision Changes Path 1.73 +1 -1 src/sys/netinet/tcp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 12:25: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 B87D137B401; Wed, 16 Oct 2002 12:25:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A9E543EAC; Wed, 16 Oct 2002 12:25:30 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GJPQmV079169; Wed, 16 Oct 2002 12:25:26 -0700 (PDT) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GJPQOZ079168; Wed, 16 Oct 2002 12:25:26 -0700 (PDT) Message-Id: <200210161925.g9GJPQOZ079168@repoman.freebsd.org> From: Matt Dillon Date: Wed, 16 Oct 2002 12:25:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.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/10/16 12:25:26 PDT Modified files: (Branch: RELENG_4) sys/netinet tcp_output.c Log: MFC 1.70 and 1.73. Deal with SYN and FIN in a PERSIST case. The SYN situation is not likely to ever occur but the FIN situation might, resulting in an incorrect snd_max. Revision Changes Path 1.39.2.17 +38 -8 src/sys/netinet/tcp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 12:33: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 A1DDE37B401; Wed, 16 Oct 2002 12:33:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53E1343E88; Wed, 16 Oct 2002 12:33:11 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GJX7mV079743; Wed, 16 Oct 2002 12:33:07 -0700 (PDT) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GJX7SN079742; Wed, 16 Oct 2002 12:33:07 -0700 (PDT) Message-Id: <200210161933.g9GJX7SN079742@repoman.freebsd.org> From: "James E. Housley" Date: Wed, 16 Oct 2002 12:33:06 -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/10/16 12:33:06 PDT Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4229 Revision Changes Path 1.120 +1 -1 ports/security/uvscan-dat/Makefile 1.118 +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 Oct 16 12:51: 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 65DF737B406; Wed, 16 Oct 2002 12:50:59 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8146643EB2; Wed, 16 Oct 2002 12:50:53 -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 MAA53148; Wed, 16 Oct 2002 12:52:05 -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 MAA53141; Wed, 16 Oct 2002 12:51:52 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Wed, 16 Oct 2002 12:51:52 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Anders Nordby Cc: cvs-all@freebsd.org, Nick Johnson Subject: Re: cvs commit: ports/www/thttpd Makefile distinfo In-Reply-To: <200210152159.g9FLx6nQ012327@repoman.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 Tue, 15 Oct 2002, Anders Nordby wrote: # anders 2002/10/15 14:59:06 PDT # # Modified files: # www/thttpd Makefile distinfo # Log: # Update to 2.23 beta 1. # # PR: 43988 # Submitted by: Marc Recht Did anything ever come of PR ports/37439 (Alfred's Patches to thttpd port to use sendfile)? -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 12:51: 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 B2F1437B416; Wed, 16 Oct 2002 12:51:02 -0700 (PDT) Received: from repoman.freebsd.org (unknown [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73C9943E8A; Wed, 16 Oct 2002 12:51:02 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GJncmV080621; Wed, 16 Oct 2002 12:49:38 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GJncgj080620; Wed, 16 Oct 2002 12:49:38 -0700 (PDT) Message-Id: <200210161949.g9GJncgj080620@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 16 Oct 2002 12:49:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_gif.c if_gif.h src/sys/netinet in_gif.c in_gif.h src/sys/netinet6 in6_gif.c in6_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 ume 2002/10/16 12:49:37 PDT Modified files: sys/net if_gif.c if_gif.h sys/netinet in_gif.c in_gif.h sys/netinet6 in6_gif.c in6_gif.h Log: - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly. - set IFF_UP on SIOCSIFADDR. be consistent with others. - set if_addrlen explicitly (just in case) - multi destination mode is long gone. - missing break statement - add gif_set_tunnel(), so that we can set tunnel address from within the kernel at ease. - encap_attach/detach dynamically on ioctls - move encap_attach() to dedicated function in in*_gif.c Obtained from: KAME MFC after: 3 weeks Revision Changes Path 1.32 +157 -133 src/sys/net/if_gif.c 1.14 +5 -1 src/sys/net/if_gif.h 1.17 +89 -29 src/sys/netinet/in_gif.c 1.9 +3 -0 src/sys/netinet/in_gif.h 1.8 +99 -27 src/sys/netinet6/in6_gif.c 1.4 +4 -1 src/sys/netinet6/in6_gif.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 12:53: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 60C8C37B401; Wed, 16 Oct 2002 12:53:51 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id E292443E8A; Wed, 16 Oct 2002 12:53:50 -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 MAA53245; Wed, 16 Oct 2002 12:56:24 -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 MAA53238; Wed, 16 Oct 2002 12:56:21 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Wed, 16 Oct 2002 12:56:21 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Daniel Harris Cc: cvs-all@freebsd.org, Marcus vA Subject: Re: cvs commit: ports/print/gimp-print Makefile ports/print/gimp-print/files patch-rastertoprinter In-Reply-To: <200210160134.g9G1Y1HZ002737@repoman.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 Tue, 15 Oct 2002, Daniel Harris wrote: # dannyboy 2002/10/15 18:34:01 PDT # # Modified files: # print/gimp-print Makefile # Added files: # print/gimp-print/files patch-rastertoprinter # Log: # Actually add patchfile for rastertoprinter.c this time. # # While I'm here, fix BUILD_DEPENDS to look for an executable, it is not # LIB_DEPENDS. # # Submitted in part by: Jeremy Prior Looks like this probably takes care of PR ports/44091 (port update: gimp-print fix). -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 12:56: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 8FCF837B401; Wed, 16 Oct 2002 12:56:53 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB85043EA9; Wed, 16 Oct 2002 12:56:51 -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 MAA53326; Wed, 16 Oct 2002 12:59:34 -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 MAA53319; Wed, 16 Oct 2002 12:59:32 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Wed, 16 Oct 2002 12:59:31 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: "Vanilla I. Shu" Cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports/net/micq Makefile distinfo pkg-plist ports/net/micq/files patch-Makefile.in patch-ab patch-ac patch-lang::ru.i18n patch-src::icq_response.c patch-src::util.c In-Reply-To: <200210160157.g9G1vONq004820@repoman.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 Tue, 15 Oct 2002, Vanilla I. Shu wrote: # vanilla 2002/10/15 18:57:24 PDT # # Modified files: # net/micq Makefile distinfo pkg-plist # net/micq/files patch-lang::ru.i18n # Added files: # net/micq/files patch-Makefile.in # Removed files: # net/micq/files patch-ab patch-ac # patch-src::icq_response.c # patch-src::util.c # Log: # Upgrade to 0.4.9.4. # # PR: ports/44118 # Submitted by: Ports Fury. Does this take care of both PR ports/37289 (Update net/micq to 0.4.8.pl3) and ports/38254 (Update net/micq to 0.4.8pl10) 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 Oct 16 12: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 58B0437B401; Wed, 16 Oct 2002 12:59:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08CD843EA9; Wed, 16 Oct 2002 12:59:13 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GJx8mV081302; Wed, 16 Oct 2002 12:59:08 -0700 (PDT) (envelope-from bmilekic@repoman.freebsd.org) Received: (from bmilekic@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GJx84o081301; Wed, 16 Oct 2002 12:59:08 -0700 (PDT) Message-Id: <200210161959.g9GJx84o081301@repoman.freebsd.org> From: Bosko Milekic Date: Wed, 16 Oct 2002 12:59:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_mbuf.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 bmilekic 2002/10/16 12:59:08 PDT Modified files: sys/kern subr_mbuf.c Log: Fix a fairly subtle bug in mbuf_init() where the reference counter contiguous space was being allocated from the clust_map instead of the mbuf_map as the comments indicated. This resulted in some address space wastage in mbuf_map. Submitted by: Rohit Jalan Revision Changes Path 1.33 +1 -1 src/sys/kern/subr_mbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 13: 0: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 2648737B401; Wed, 16 Oct 2002 13:00:58 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8181F43EB3; Wed, 16 Oct 2002 13:00:57 -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 NAA53404; Wed, 16 Oct 2002 13:03:37 -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 NAA53397; Wed, 16 Oct 2002 13:03:34 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Wed, 16 Oct 2002 13:03:34 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Sheldon Hearn Cc: cvs-all@freebsd.org, Marcus vA Subject: Re: cvs commit: ports/mail/exim Makefile distinfo In-Reply-To: <200210161000.g9GA0HfD038191@repoman.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 Wed, 16 Oct 2002, Sheldon Hearn wrote: # sheldonh 2002/10/16 03:00:17 PDT # # Modified files: # mail/exim Makefile distinfo # Log: # Update to rev 16 of the exiscan patch (exiscan-4.10-16). The maintainer # has graciously agreed to make a bzip2 version of the exiscan distfile # available, so use that instead of the gzip version. This allows # us to remove the post-patch target and associated rubbish. # # Bump PORTREVISION accordingly. This appears to take care of PR ports/44082 (Port update: exim - new version of exiscan). -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 13:13: 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 9379237B401; Wed, 16 Oct 2002 13:13:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EFBF43E97; Wed, 16 Oct 2002 13:13:08 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GKD3mV082518; Wed, 16 Oct 2002 13:13:03 -0700 (PDT) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GKD3KP082517; Wed, 16 Oct 2002 13:13:03 -0700 (PDT) Message-Id: <200210162013.g9GKD3KP082517@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 16 Oct 2002 13:13:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/freebsd-uucp Makefile ports/net/freebsd-uucp/files 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 dinoex 2002/10/16 13:13:03 PDT Modified files: net/freebsd-uucp Makefile Added files: net/freebsd-uucp/files pkg-comment pkg-descr pkg-plist Log: new target: base-package register a package for all the files of the base installation, so the user can delete them later. Revision Changes Path 1.21 +14 -0 ports/net/freebsd-uucp/Makefile 1.1 +1 -0 ports/net/freebsd-uucp/files/pkg-comment (new) 1.1 +2 -0 ports/net/freebsd-uucp/files/pkg-descr (new) 1.1 +44 -0 ports/net/freebsd-uucp/files/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 Oct 16 13: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 5305E37B401; Wed, 16 Oct 2002 13:16:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0386F43E6E; Wed, 16 Oct 2002 13:16:54 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GKGnmV082666; Wed, 16 Oct 2002 13:16:49 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GKGnrA082665; Wed, 16 Oct 2002 13:16:49 -0700 (PDT) Message-Id: <200210162016.g9GKGnrA082665@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 16 Oct 2002 13:16:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_gif.c src/sys/netinet6 in6_gif.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/10/16 13:16:49 PDT Modified files: sys/netinet in_gif.c sys/netinet6 in6_gif.c Log: use encapcheck. Obtained from: KAME MFC after: 3 weeks Revision Changes Path 1.18 +0 -14 src/sys/netinet/in_gif.c 1.9 +0 -16 src/sys/netinet6/in6_gif.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 13: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 43A7637B401; Wed, 16 Oct 2002 13:58:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E938343E9C; Wed, 16 Oct 2002 13:58:30 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GKwQmV085267; Wed, 16 Oct 2002 13:58:26 -0700 (PDT) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GKwQ7X085266; Wed, 16 Oct 2002 13:58:26 -0700 (PDT) Message-Id: <200210162058.g9GKwQ7X085266@repoman.freebsd.org> From: Udo Erdelhoff Date: Wed, 16 Oct 2002 13:58:26 -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 ue 2002/10/16 13:58:26 PDT Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Fix three that should have been Revision Changes Path 1.108 +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 Wed Oct 16 14:11: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 9E3DC37B401; Wed, 16 Oct 2002 14:11:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4974543EB1; Wed, 16 Oct 2002 14:11:13 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GLB8mV086441; Wed, 16 Oct 2002 14:11:08 -0700 (PDT) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GLB8DL086440; Wed, 16 Oct 2002 14:11:08 -0700 (PDT) Message-Id: <200210162111.g9GLB8DL086440@repoman.freebsd.org> From: Udo Erdelhoff Date: Wed, 16 Oct 2002 14:11:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/hardware/common dev.sgml src/release/doc/de_DE.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 ue 2002/10/16 14:11:08 PDT Modified files: release/doc/de_DE.ISO8859-1/hardware/common dev.sgml release/doc/de_DE.ISO8859-1/relnotes/common new.sgml Log: MFbed: Catch up with the latest changes in the english version hardware/common/dev.sgml: 1.106 -> 1.108 relnotes/common/new.sgml: 1.432 -> 1.433 Revision Changes Path 1.7 +33 -3 src/release/doc/de_DE.ISO8859-1/hardware/common/dev.sgml 1.10 +18 -7 src/release/doc/de_DE.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 Oct 16 14: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 5843437B401; Wed, 16 Oct 2002 14:15:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 090D243EA3; Wed, 16 Oct 2002 14:15:00 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GLEtmV086555; Wed, 16 Oct 2002 14:14:55 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GLEtww086554; Wed, 16 Oct 2002 14:14:55 -0700 (PDT) Message-Id: <200210162114.g9GLEtww086554@repoman.freebsd.org> From: Oliver Braun Date: Wed, 16 Oct 2002 14:14:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/smokeping 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/10/16 14:14:55 PDT Modified files: net/smokeping Makefile distinfo pkg-plist Log: Upgrade to 1.16. PR: ports/44152 Submitted by: maintainer Revision Changes Path 1.7 +5 -9 ports/net/smokeping/Makefile 1.5 +1 -1 ports/net/smokeping/distinfo 1.4 +3 -0 ports/net/smokeping/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 Oct 16 14:24: 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 CAC2237B401; Wed, 16 Oct 2002 14:24:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8577943E3B; Wed, 16 Oct 2002 14:24:03 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GLNwmV087253; Wed, 16 Oct 2002 14:23:58 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GLNw7p087252; Wed, 16 Oct 2002 14:23:58 -0700 (PDT) Message-Id: <200210162123.g9GLNw7p087252@repoman.freebsd.org> From: Oliver Braun Date: Wed, 16 Oct 2002 14:23:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/smalltalk Makefile distinfo pkg-plist ports/lang/smalltalk/files patch-Makefile patch-doc::gst-base.texi patch-doc::gst-libs.texi patch-doc::gst.texi patch-snprintfv::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 obraun 2002/10/16 14:23:58 PDT Modified files: lang/smalltalk Makefile distinfo pkg-plist Added files: lang/smalltalk/files patch-Makefile patch-snprintfv::configure Removed files: lang/smalltalk/files patch-doc::gst-base.texi patch-doc::gst-libs.texi patch-doc::gst.texi Log: Upgrade to 2.0.6. PR: ports/44115 Submitted by: KATO Tsuguru Revision Changes Path 1.42 +8 -4 ports/lang/smalltalk/Makefile 1.18 +1 -1 ports/lang/smalltalk/distinfo 1.1 +11 -0 ports/lang/smalltalk/files/patch-Makefile (new) 1.2 +0 -60 ports/lang/smalltalk/files/patch-doc::gst-base.texi (dead) 1.2 +0 -60 ports/lang/smalltalk/files/patch-doc::gst-libs.texi (dead) 1.2 +0 -60 ports/lang/smalltalk/files/patch-doc::gst.texi (dead) 1.1 +23 -0 ports/lang/smalltalk/files/patch-snprintfv::configure (new) 1.15 +5 -0 ports/lang/smalltalk/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 Oct 16 14:25: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 1206537B401; Wed, 16 Oct 2002 14:25:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C120B43E77; Wed, 16 Oct 2002 14:25:22 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GLPImV087375; Wed, 16 Oct 2002 14:25:18 -0700 (PDT) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GLPH3I087374; Wed, 16 Oct 2002 14:25:17 -0700 (PDT) Message-Id: <200210162125.g9GLPH3I087374@repoman.freebsd.org> From: Udo Erdelhoff Date: Wed, 16 Oct 2002 14:25:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/hardware/common dev.sgml src/release/doc/de_DE.ISO8859-1/installation/common layout.sgml trouble.sgml src/release/doc/de_DE.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 ue 2002/10/16 14:25:17 PDT Modified files: (Branch: RELENG_4) release/doc/de_DE.ISO8859-1/hardware/common dev.sgml release/doc/de_DE.ISO8859-1/installation/common layout.sgml trouble.sgml release/doc/de_DE.ISO8859-1/relnotes/common new.sgml Log: MFbed: Catch up with the latest changes in the english version hardware/common/dev.sgml: 1.13.2.68 -> 1.13.2.69 installation/common/layout.sgml: 1.1.2.3 -> 1.1.2.4 installation/common/trouble.sgml: 1.1.2.3 -> 1.1.2.4 relnotes/common/new.sgml: 1.22.2.302 -> 1.22.2.303 Revision Changes Path 1.1.2.4 +2 -7 src/release/doc/de_DE.ISO8859-1/hardware/common/dev.sgml 1.1.2.2 +11 -11 src/release/doc/de_DE.ISO8859-1/installation/common/layout.sgml 1.1.2.3 +2 -35 src/release/doc/de_DE.ISO8859-1/installation/common/trouble.sgml 1.1.2.9 +8 -4 src/release/doc/de_DE.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 Oct 16 14:28: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 53AC837B401; Wed, 16 Oct 2002 14:28:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0614643E65; Wed, 16 Oct 2002 14:28:22 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GLSHmV087484; Wed, 16 Oct 2002 14:28:17 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GLSHdc087483; Wed, 16 Oct 2002 14:28:17 -0700 (PDT) Message-Id: <200210162128.g9GLSHdc087483@repoman.freebsd.org> From: Oliver Braun Date: Wed, 16 Oct 2002 14:28:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/tvmet 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/10/16 14:28:17 PDT Modified files: math/tvmet Makefile distinfo pkg-plist Log: Upgrade to 0.5.0. PR: ports/44116 Submitted by: KATO Tsuguru Revision Changes Path 1.2 +4 -1 ports/math/tvmet/Makefile 1.2 +1 -1 ports/math/tvmet/distinfo 1.2 +7 -1 ports/math/tvmet/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 Oct 16 14:32: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 5041837B401; Wed, 16 Oct 2002 14:32:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0331343E3B; Wed, 16 Oct 2002 14:32:45 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GLWemV087980; Wed, 16 Oct 2002 14:32:40 -0700 (PDT) (envelope-from pat@repoman.freebsd.org) Received: (from pat@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GLWePl087979; Wed, 16 Oct 2002 14:32:40 -0700 (PDT) Message-Id: <200210162132.g9GLWePl087979@repoman.freebsd.org> From: Patrick Li Date: Wed, 16 Oct 2002 14:32:40 -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 pat 2002/10/16 14:32:40 PDT Modified files: . access Log: Welcome Adam Weinberger {adam@vectors.cx, adamw@FreeBSD.org} to the family of ports committers. He have been helpful in fixing ports so this will be his punishment :) He also have an interest in the FreeBSD GNOME Project. I'll be his mentor. Approved by: portmgr Account created by: joe Revision Changes Path 1.346 +1 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 14:34: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 189A037B401; Wed, 16 Oct 2002 14:34:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C02DD43E65; Wed, 16 Oct 2002 14:34:57 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GLYrmV088064; Wed, 16 Oct 2002 14:34:53 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GLYqn8088063; Wed, 16 Oct 2002 14:34:52 -0700 (PDT) Message-Id: <200210162134.g9GLYqn8088063@repoman.freebsd.org> From: Oliver Braun Date: Wed, 16 Oct 2002 14:34:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ifile 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 obraun 2002/10/16 14:34:52 PDT Modified files: mail/ifile Makefile distinfo Log: Upgrade to 1.1.4. PR: ports/44125 Submitted by: maintainer Revision Changes Path 1.3 +6 -1 ports/mail/ifile/Makefile 1.3 +1 -1 ports/mail/ifile/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 14:47: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 0347037B401; Wed, 16 Oct 2002 14:47:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA44943E6A; Wed, 16 Oct 2002 14:47:22 -0700 (PDT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GLlHmV088953; Wed, 16 Oct 2002 14:47:17 -0700 (PDT) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GLlHqq088952; Wed, 16 Oct 2002 14:47:17 -0700 (PDT) Message-Id: <200210162147.g9GLlHqq088952@repoman.freebsd.org> From: Adam Weinberger Date: Wed, 16 Oct 2002 14:47:17 -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 adamw 2002/10/16 14:47:17 PDT Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Entity-ize myself as a committer. Submitted by: adamw Approved by: pat (mentor) Revision Changes Path 1.250 +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 Wed Oct 16 14: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 B1F6937B401; Wed, 16 Oct 2002 14:49:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 626A843E6A; Wed, 16 Oct 2002 14:49:56 -0700 (PDT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GLnpmV089042; Wed, 16 Oct 2002 14:49:51 -0700 (PDT) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GLnpNn089041; Wed, 16 Oct 2002 14:49:51 -0700 (PDT) Message-Id: <200210162149.g9GLnpNn089041@repoman.freebsd.org> From: Adam Weinberger Date: Wed, 16 Oct 2002 14:49:51 -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 adamw 2002/10/16 14:49:51 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add myself as a committer. Submitted by: adamw Approved by: pat (mentor) Revision Changes Path 1.277 +4 -4 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 Oct 16 14:50: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 04A9537B401; Wed, 16 Oct 2002 14:50:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F0C43E97; Wed, 16 Oct 2002 14:50:52 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GLolmV089401; Wed, 16 Oct 2002 14:50:47 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GLolmH089399; Wed, 16 Oct 2002 14:50:47 -0700 (PDT) Message-Id: <200210162150.g9GLolmH089399@repoman.freebsd.org> From: Oliver Braun Date: Wed, 16 Oct 2002 14:50:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/spin Makefile distinfo pkg-plist ports/devel/spin/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 obraun 2002/10/16 14:50:47 PDT Modified files: devel/spin Makefile distinfo pkg-plist devel/spin/files patch-aa patch-ab Log: * Upgrade to 3.5.0. * Change maintainers email. * Use REINPLACE. * Add master site. PR: 43753 Submitted by: maintainer Revision Changes Path 1.27 +10 -8 ports/devel/spin/Makefile 1.19 +1 -1 ports/devel/spin/distinfo 1.13 +14 -4 ports/devel/spin/files/patch-aa 1.6 +5 -5 ports/devel/spin/files/patch-ab 1.11 +1 -1 ports/devel/spin/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 Oct 16 14:58: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 BD5CD37B401; Wed, 16 Oct 2002 14:58:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7162843E3B; Wed, 16 Oct 2002 14:58:48 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GLwhmV089693; Wed, 16 Oct 2002 14:58:43 -0700 (PDT) (envelope-from billf@repoman.freebsd.org) Received: (from billf@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GLwhQ9089692; Wed, 16 Oct 2002 14:58:43 -0700 (PDT) Message-Id: <200210162158.g9GLwhQ9089692@repoman.freebsd.org> From: Bill Fumerola Date: Wed, 16 Oct 2002 14:58:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ethereal 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 billf 2002/10/16 14:58:43 PDT Modified files: net/ethereal Makefile distinfo Log: upgrade to 0.9.7 Revision Changes Path 1.55 +1 -1 ports/net/ethereal/Makefile 1.36 +1 -1 ports/net/ethereal/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 15:18: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 C93BC37B401; Wed, 16 Oct 2002 15:18:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B1D443E8A; Wed, 16 Oct 2002 15:18:47 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GMIgmV091020; Wed, 16 Oct 2002 15:18:42 -0700 (PDT) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GMIgdY091019; Wed, 16 Oct 2002 15:18:42 -0700 (PDT) Message-Id: <200210162218.g9GMIgdY091019@repoman.freebsd.org> From: Alfred Perlstein Date: Wed, 16 Oct 2002 15:18:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib getopt_long.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 alfred 2002/10/16 15:18:42 PDT Modified files: lib/libc/stdlib getopt_long.c Log: de-__P() Revision Changes Path 1.2 +3 -3 src/lib/libc/stdlib/getopt_long.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 15:26: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 C6F1637B404; Wed, 16 Oct 2002 15:26:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47ABE43E65; Wed, 16 Oct 2002 15:26:37 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GMQWmV091661; Wed, 16 Oct 2002 15:26:32 -0700 (PDT) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GMQWRJ091660; Wed, 16 Oct 2002 15:26:32 -0700 (PDT) Message-Id: <200210162226.g9GMQWRJ091660@repoman.freebsd.org> From: Alfred Perlstein Date: Wed, 16 Oct 2002 15:26:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_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 alfred 2002/10/16 15:26:32 PDT Modified files: sys/net if_gre.c Log: de-__P() Revision Changes Path 1.8 +3 -3 src/sys/net/if_gre.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 15:27: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 A579F37B401; Wed, 16 Oct 2002 15:27:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5872A43E6A; Wed, 16 Oct 2002 15:27:32 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GMRRmV091723; Wed, 16 Oct 2002 15:27:27 -0700 (PDT) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GMRROn091722; Wed, 16 Oct 2002 15:27:27 -0700 (PDT) Message-Id: <200210162227.g9GMRROn091722@repoman.freebsd.org> From: Alfred Perlstein Date: Wed, 16 Oct 2002 15:27:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_gre.c ip_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 alfred 2002/10/16 15:27:27 PDT Modified files: sys/netinet ip_gre.c ip_gre.h Log: de-__P(). Revision Changes Path 1.6 +2 -2 src/sys/netinet/ip_gre.c 1.2 +2 -2 src/sys/netinet/ip_gre.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 15:53: 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 2C5A437B401; Wed, 16 Oct 2002 15:53:01 -0700 (PDT) Received: from mx5.mail.ru (mx5.mail.ru [194.67.57.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8686043E42; Wed, 16 Oct 2002 15:52:58 -0700 (PDT) (envelope-from kan@mail.ru) Received: from drweb by mx5.mail.ru with drweb-scanned (Exim MX.5) id 181x27-000AFV-00; Thu, 17 Oct 2002 02:52:55 +0400 Received: from [141.154.56.41] (helo=kan.dnsalias.net) by mx5.mail.ru with esmtp (Exim SMTP.5) id 181x26-000AEQ-00; Thu, 17 Oct 2002 02:52:55 +0400 Received: from kan.dnsalias.net (localhost [IPv6:::1]) by kan.dnsalias.net (8.12.6/8.12.5) with ESMTP id g9GMqqe8002022; Wed, 16 Oct 2002 18:52:52 -0400 (EDT) (envelope-from kan@kan.dnsalias.net) Received: (from kan@localhost) by kan.dnsalias.net (8.12.6/8.12.6/Submit) id g9GMqkEk002021; Wed, 16 Oct 2002 18:52:46 -0400 (EDT) Date: Wed, 16 Oct 2002 18:52:46 -0400 From: Alexander Kabaev To: Adam Weinberger Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml Message-Id: <20021016185246.5368967b.kabaev@bellatlantic.net> In-Reply-To: <200210162149.g9GLnpNn089041@repoman.freebsd.org> References: <200210162149.g9GLnpNn089041@repoman.freebsd.org> Reply-To: ak03@gte.com X-Mailer: Sylpheed version 0.8.5claws26 (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 > Log: > Add myself as a committer. > > Submitted by: adamw This is not required when you are committing your own patches. Welcome aboard! -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 15:53: 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 4C56237B406; Wed, 16 Oct 2002 15:53:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED99943E42; Wed, 16 Oct 2002 15:53:01 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GMqumV093564; Wed, 16 Oct 2002 15:52:56 -0700 (PDT) (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GMqunl093563; Wed, 16 Oct 2002 15:52:56 -0700 (PDT) Message-Id: <200210162252.g9GMqunl093563@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 16 Oct 2002 15:52:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/sendmail freebsd.mc X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/16 15:52:56 PDT Modified files: etc/sendmail freebsd.mc Log: Replace old, not-working URL for an online index of DNS blacklist servers with a reference to the Google directory. Reviewed by: gshapiro MFC after: 1 week Revision Changes Path 1.27 +3 -2 src/etc/sendmail/freebsd.mc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 16: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 D41F337B401; Wed, 16 Oct 2002 16:26:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85C4343E6A; Wed, 16 Oct 2002 16:26:29 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GNQOmV095567; Wed, 16 Oct 2002 16:26:24 -0700 (PDT) (envelope-from dannyboy@repoman.freebsd.org) Received: (from dannyboy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GNQOXK095566; Wed, 16 Oct 2002 16:26:24 -0700 (PDT) Message-Id: <200210162326.g9GNQOXK095566@repoman.freebsd.org> From: Daniel Harris Date: Wed, 16 Oct 2002 16:26:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal 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/10/16 16:26:24 PDT Modified files: en/internal statistic.sgml Log: Link to analog. PR: 42266 Submitted by: Christian Brueffer Revision Changes Path 1.17 +2 -2 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 Wed Oct 16 16:38: 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 4BBA737B401; Wed, 16 Oct 2002 16:38:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3A3643E6E; Wed, 16 Oct 2002 16:38:03 -0700 (PDT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GNbwmV096342; Wed, 16 Oct 2002 16:37:58 -0700 (PDT) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GNbwLD096341; Wed, 16 Oct 2002 16:37:58 -0700 (PDT) Message-Id: <200210162337.g9GNbwLD096341@repoman.freebsd.org> From: Adam Weinberger Date: Wed, 16 Oct 2002 16:37:58 -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 adamw 2002/10/16 16:37:58 PDT Modified files: en/news news.xml Log: Add myself as a committer. Approved by: pat (mentor) Revision Changes Path 1.117 +11 -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 Wed Oct 16 17:26: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 747D737B401; Wed, 16 Oct 2002 17:26:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A2143E42; Wed, 16 Oct 2002 17:26:42 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H0QamV099473; Wed, 16 Oct 2002 17:26:36 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H0QaDH099472; Wed, 16 Oct 2002 17:26:36 -0700 (PDT) Message-Id: <200210170026.g9H0QaDH099472@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 16 Oct 2002 17:26:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese/vnterm 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/10/16 17:26:36 PDT Modified files: vietnamese/vnterm Makefile Log: Unmark broken. Please have the decentcy to notify the maintainer of a build problem. Revision Changes Path 1.28 +0 -2 ports/vietnamese/vnterm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 17:27: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 7359037B401; Wed, 16 Oct 2002 17:27:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24E7043E75; Wed, 16 Oct 2002 17:27:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H0RjmV099532; Wed, 16 Oct 2002 17:27:45 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H0Rjmb099531; Wed, 16 Oct 2002 17:27:45 -0700 (PDT) Message-Id: <200210170027.g9H0Rjmb099531@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 16 Oct 2002 17:27:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese/unicode-uhoai 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/10/16 17:27:45 PDT Modified files: vietnamese/unicode-uhoai Makefile Log: revert last commit. This builds fine here, and I've never seen one email stating there is a build problem. Revision Changes Path 1.4 +0 -2 ports/vietnamese/unicode-uhoai/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 17:32: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 F223237B401; Wed, 16 Oct 2002 17:32:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5FB243E6E; Wed, 16 Oct 2002 17:32:38 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H0WXmV000148; Wed, 16 Oct 2002 17:32:33 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H0WXWA000147; Wed, 16 Oct 2002 17:32:33 -0700 (PDT) Message-Id: <200210170032.g9H0WXWA000147@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 16 Oct 2002 17:32:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt 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/10/16 17:32:33 PDT Modified files: mail/mutt Makefile Log: Allow one to use "WITH_DOCS=no" to avoid building them. Revision Changes Path 1.123 +4 -4 ports/mail/mutt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 17:39: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 E181A37B401; Wed, 16 Oct 2002 17:39:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E45143E42; Wed, 16 Oct 2002 17:39:16 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H0dBmV000418; Wed, 16 Oct 2002 17:39:11 -0700 (PDT) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H0dBQA000417; Wed, 16 Oct 2002 17:39:11 -0700 (PDT) Message-Id: <200210170039.g9H0dBQA000417@repoman.freebsd.org> From: Eric Anholt Date: Wed, 16 Oct 2002 17:39:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/dri-devel Makefile ports/graphics/dri-devel/files patch-drm_os_freebsd.h patch-mga_driver.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 anholt 2002/10/16 17:39:11 PDT Modified files: graphics/dri-devel Makefile Added files: graphics/dri-devel/files patch-drm_os_freebsd.h patch-mga_driver.c Log: [1] Fix new sync-to-vblank option. [2] Add G550 cursor fix from XFree86-4-Server PR: [2] 43760 Revision Changes Path 1.4 +1 -0 ports/graphics/dri-devel/Makefile 1.1 +17 -0 ports/graphics/dri-devel/files/patch-drm_os_freebsd.h (new) 1.1 +10 -0 ports/graphics/dri-devel/files/patch-mga_driver.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 Oct 16 17:59: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 C91F337B401; Wed, 16 Oct 2002 17:59:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 878B743E65; Wed, 16 Oct 2002 17:59:57 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H0xqmV001711; Wed, 16 Oct 2002 17:59:52 -0700 (PDT) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H0xqwG001710; Wed, 16 Oct 2002 17:59:52 -0700 (PDT) Message-Id: <200210170059.g9H0xqwG001710@repoman.freebsd.org> From: Eric Anholt Date: Wed, 16 Oct 2002 17:59:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/drm-kmod Makefile distinfo pkg-message ports/graphics/drm-kmod/files patch-current patch-r128pciids patch-radeonstate X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/16 17:59:51 PDT Modified files: graphics/drm-kmod Makefile distinfo pkg-message Removed files: graphics/drm-kmod/files patch-current patch-r128pciids patch-radeonstate Log: Update to drm-kmod including the patches from this port and adding makefile toggles to disable linux compat. Fix the website address. PR: 41854,43149 Revision Changes Path 1.8 +5 -4 ports/graphics/drm-kmod/Makefile 1.5 +1 -1 ports/graphics/drm-kmod/distinfo 1.2 +0 -20 ports/graphics/drm-kmod/files/patch-current (dead) 1.2 +0 -19 ports/graphics/drm-kmod/files/patch-r128pciids (dead) 1.2 +0 -11 ports/graphics/drm-kmod/files/patch-radeonstate (dead) 1.2 +3 -3 ports/graphics/drm-kmod/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 Oct 16 18: 2: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 DF0B037B401; Wed, 16 Oct 2002 18:02:08 -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 7CBCE43E9C; Wed, 16 Oct 2002 18:02:08 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EBA9266D99; Wed, 16 Oct 2002 18:02:07 -0700 (PDT) Date: Wed, 16 Oct 2002 18:02:07 -0700 From: Kris Kennaway To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/vietnamese/unicode-uhoai Makefile Message-ID: <20021017010207.GB21651@xor.obsecurity.org> References: <200210170027.g9H0Rjmb099531@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NMuMz9nt05w80d4+" Content-Disposition: inline In-Reply-To: <200210170027.g9H0Rjmb099531@repoman.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 --NMuMz9nt05w80d4+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 16, 2002 at 05:27:45PM -0700, David E. O'Brien wrote: > obrien 2002/10/16 17:27:45 PDT >=20 > Modified files: > vietnamese/unicode-uhoai Makefile=20 > Log: > revert last commit. This builds fine here, and I've never seen one > email stating there is a build problem. Again, the email was sent 16 minutes after the commit. Kris --NMuMz9nt05w80d4+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9rgwPWry0BWjoQKURAtjkAKC3dAmAFM0T1GsetE8W1O1gTMRK2QCgyvkK VdQdTQH4LfhV9OwiPUywijI= =PLy7 -----END PGP SIGNATURE----- --NMuMz9nt05w80d4+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 18:28: 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 B869137B401; Wed, 16 Oct 2002 18:28:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A23543E6A; Wed, 16 Oct 2002 18:28:00 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H1RtmV003536; Wed, 16 Oct 2002 18:27:55 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H1RsJS003535; Wed, 16 Oct 2002 18:27:54 -0700 (PDT) Message-Id: <200210170127.g9H1RsJS003535@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 16 Oct 2002 18:27:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/vte 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/10/16 18:27:54 PDT Modified files: x11-toolkits/vte Makefile Log: s/malloc.h/stdlib.h/ to fix build on -CURRENT. Submitted by: Juan Salaverria Revision Changes Path 1.2 +2 -0 ports/x11-toolkits/vte/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 18:38: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 F0DA437B401; Wed, 16 Oct 2002 18:38:09 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 796E443E4A; Wed, 16 Oct 2002 18:38:09 -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 g9H1c98d097819; Wed, 16 Oct 2002 18:38:09 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g9H1arHn097795; Wed, 16 Oct 2002 18:36:53 -0700 (PDT) Date: Wed, 16 Oct 2002 18:36:53 -0700 From: "David O'Brien" To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/vietnamese/vnterm Makefile Message-ID: <20021017013653.GB97557@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200210170026.g9H0QaDH099472@repoman.freebsd.org> <20021017010136.GA21651@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021017010136.GA21651@xor.obsecurity.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 Wed, Oct 16, 2002 at 06:01:36PM -0700, Kris Kennaway wrote: > On Wed, Oct 16, 2002 at 05:26:36PM -0700, David E. O'Brien wrote: > > obrien 2002/10/16 17:26:36 PDT > > > > Modified files: > > vietnamese/vnterm Makefile > > Log: > > Unmark broken. Please have the decentcy to notify the maintainer of a build > > problem. > > Erm, I mailed you about this straight away. Please put the BROKEN tag > back. > Subject: [kris@FreeBSD.org: cvs commit: ports/vietnamese/vnterm Makefile] Ah, my procmail rules look for the usual variations on "Re" and "fwd"/"forward". Your email wasn't much of an error report and comming from anyone else would have been blown off. Could you at least please provide build failure logs? I can build vnterm just fine on both a 4.7-RC box and a 5-CURRENT one from oct-8. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 18:38: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 05E9B37B401; Wed, 16 Oct 2002 18:38:33 -0700 (PDT) Received: from mail1.zer0.org (klapaucius.zer0.org [204.152.186.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9A9543E65; Wed, 16 Oct 2002 18:38:32 -0700 (PDT) (envelope-from gsutter@zer0.org) Received: by mail1.zer0.org (Postfix, from userid 1001) id 75ADC239A0E; Wed, 16 Oct 2002 18:38:32 -0700 (PDT) Date: Wed, 16 Oct 2002 18:38:32 -0700 From: Gregory Sutter To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/mutt Makefile Message-ID: <20021017013832.GD14473@klapaucius.zer0.org> References: <200210170032.g9H0WXWA000147@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="f61P+fpdnY2FZS1u" Content-Disposition: inline In-Reply-To: <200210170032.g9H0WXWA000147@repoman.freebsd.org> Organization: Zer0 X-Purpose: For great justice! Mail-Copies-To: poster X-Message-Flag: Ditch this virus-ridden Outlook crap and get a real mailer! 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 --f61P+fpdnY2FZS1u Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2002-10-16 17:32 -0700, "David E. O'Brien" wrote: > obrien 2002/10/16 17:32:33 PDT >=20 > Modified files: > mail/mutt Makefile=20 > Log: > Allow one to use "WITH_DOCS=3Dno" to avoid building them. Isn't this what NOPORTDOCS is for? Greg --=20 Gregory S. Sutter When everybody's out to get you, mailto:gsutter@zer0.org paranoia is just good thinking. http://www.zer0.org/~gsutter/=20 hkp://wwwkeys.pgp.net/0x845DFEDD --f61P+fpdnY2FZS1u Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQE9rhSYIBUx1YRd/t0RAqQ4AJ9jB0p0whjN5690EhqBSs3pAeV14ACcCcK4 NHd8sg3CnGtTpvPh6pbxt5M= =aMr8 -----END PGP SIGNATURE----- --f61P+fpdnY2FZS1u-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 18:38: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 1DA3E37B401; Wed, 16 Oct 2002 18:38:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C524943E9E; Wed, 16 Oct 2002 18:38:47 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H1cgmV004209; Wed, 16 Oct 2002 18:38:42 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H1cg9g004208; Wed, 16 Oct 2002 18:38:42 -0700 (PDT) Message-Id: <200210170138.g9H1cg9g004208@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 16 Oct 2002 18:38:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese/unicode-uhoai 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/10/16 18:38:42 PDT Modified files: vietnamese/unicode-uhoai Makefile Log: Get the dependencies correct for XF4. Revision Changes Path 1.5 +1 -1 ports/vietnamese/unicode-uhoai/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 18:39: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 8BED737B401; Wed, 16 Oct 2002 18:39:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BF4643E97; Wed, 16 Oct 2002 18:39:35 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H1dTmV004244; Wed, 16 Oct 2002 18:39:29 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H1dTiZ004243; Wed, 16 Oct 2002 18:39:29 -0700 (PDT) Message-Id: <200210170139.g9H1dTiZ004243@repoman.freebsd.org> From: Alan Eldridge Date: Wed, 16 Oct 2002 18:39:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cups Makefile.common X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/16 18:39:29 PDT Modified files: print/cups Makefile.common Log: This is a new file. It will eventually replace Makefile.inc, which will then be taken out back, shot, and fed to the 'raptors. In the meantime, I'm done with working on this port for tonight, and so CVS is my offsite backup system. Revision Changes Path 1.4 +44 -22 ports/print/cups/Makefile.common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 18:54: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 B114F37B401; Wed, 16 Oct 2002 18:54:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63E8743E6E; Wed, 16 Oct 2002 18:54:43 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H1sbmV005390; Wed, 16 Oct 2002 18:54:37 -0700 (PDT) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H1sbYZ005389; Wed, 16 Oct 2002 18:54:37 -0700 (PDT) Message-Id: <200210170154.g9H1sbYZ005389@repoman.freebsd.org> From: Chris Costello Date: Wed, 16 Oct 2002 18:54:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ugidfw ugidfw.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 chris 2002/10/16 18:54:37 PDT Added files: usr.sbin/ugidfw ugidfw.8 Log: Add a man page for ugidfw(8). Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.1 +176 -0 src/usr.sbin/ugidfw/ugidfw.8 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 19:11: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 1400837B401; Wed, 16 Oct 2002 19:11:45 -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 3213343E9C; Wed, 16 Oct 2002 19:11:44 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8C97666B5E; Wed, 16 Oct 2002 19:11:43 -0700 (PDT) Date: Wed, 16 Oct 2002 19:11:43 -0700 From: Kris Kennaway To: David O'Brien , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/vietnamese/vnterm Makefile Message-ID: <20021017021143.GA23118@xor.obsecurity.org> References: <200210170026.g9H0QaDH099472@repoman.freebsd.org> <20021017010136.GA21651@xor.obsecurity.org> <20021017013653.GB97557@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline In-Reply-To: <20021017013653.GB97557@dragon.nuxi.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 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 16, 2002 at 06:36:53PM -0700, David O'Brien wrote: > On Wed, Oct 16, 2002 at 06:01:36PM -0700, Kris Kennaway wrote: > > On Wed, Oct 16, 2002 at 05:26:36PM -0700, David E. O'Brien wrote: > > > obrien 2002/10/16 17:26:36 PDT > > >=20 > > > Modified files: > > > vietnamese/vnterm Makefile=20 > > > Log: > > > Unmark broken. Please have the decentcy to notify the maintainer o= f a build > > > problem. > >=20 > > Erm, I mailed you about this straight away. Please put the BROKEN tag > > back. > > Subject: [kris@FreeBSD.org: cvs commit: ports/vietnamese/vnterm Makefil= e] >=20 > Ah, my procmail rules look for the usual variations on "Re" and > "fwd"/"forward". >=20 > Your email wasn't much of an error report and comming from anyone else > would have been blown off. Could you at least please provide build > failure logs? You know very well that failure logs are archived on bento. 10 seconds of effort produces this: http://bento.freebsd.org/errorlogs/4-latest/vi-vnterm-3.4.log http://bento.freebsd.org/errorlogs/4-latest/vi-unicode-uhoai-2.1.log Kris --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9rhxdWry0BWjoQKURAsIkAKDPANOd0Lyabh64CqVTF6iunWgoawCgkn5n eW//0wNQc8IZS+PsmJTiRsE= =KDcP -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 19:12: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 343E837B401; Wed, 16 Oct 2002 19:12:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB93143E91; Wed, 16 Oct 2002 19:12:08 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H2C3mV006638; Wed, 16 Oct 2002 19:12:03 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H2C3B5006637; Wed, 16 Oct 2002 19:12:03 -0700 (PDT) Message-Id: <200210170212.g9H2C3B5006637@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 16 Oct 2002 19:12:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/perltidy 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/10/16 19:12:03 PDT Modified files: devel/perltidy Makefile distinfo Log: upgrade to 0922 Submitted by: leeym Revision Changes Path 1.20 +3 -3 ports/devel/perltidy/Makefile 1.19 +1 -1 ports/devel/perltidy/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 19:33: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 35B0037B401; Wed, 16 Oct 2002 19:33:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD5FF43E42; Wed, 16 Oct 2002 19:33:39 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H2XYmV007905; Wed, 16 Oct 2002 19:33:34 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H2XYaU007904; Wed, 16 Oct 2002 19:33:34 -0700 (PDT) Message-Id: <200210170233.g9H2XYaU007904@repoman.freebsd.org> From: Alan Eldridge Date: Wed, 16 Oct 2002 19:33:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cups-lpr pkg-comment 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 alane 2002/10/16 19:33:34 PDT Modified files: print/cups-lpr pkg-comment pkg-descr Log: Updated description, short description. Revision Changes Path 1.3 +1 -1 ports/print/cups-lpr/pkg-comment 1.4 +23 -5 ports/print/cups-lpr/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 Oct 16 19:34: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 F2CE737B401; Wed, 16 Oct 2002 19:34:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5E6F43E65; Wed, 16 Oct 2002 19:34:44 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H2YcmV007967; Wed, 16 Oct 2002 19:34:38 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H2YchE007966; Wed, 16 Oct 2002 19:34:38 -0700 (PDT) Message-Id: <200210170234.g9H2YchE007966@repoman.freebsd.org> From: Alan Eldridge Date: Wed, 16 Oct 2002 19:34:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cups-base pkg-comment 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 alane 2002/10/16 19:34:38 PDT Modified files: print/cups-base pkg-comment pkg-descr Log: Updated long, short descriptions. Revision Changes Path 1.2 +1 -1 ports/print/cups-base/pkg-comment 1.2 +12 -8 ports/print/cups-base/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 Oct 16 19: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 DDEBA37B401; Wed, 16 Oct 2002 19:36:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 905E743E3B; Wed, 16 Oct 2002 19:36:04 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H2ZwmV008064; Wed, 16 Oct 2002 19:35:58 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H2ZwqR008063; Wed, 16 Oct 2002 19:35:58 -0700 (PDT) Message-Id: <200210170235.g9H2ZwqR008063@repoman.freebsd.org> From: Alan Eldridge Date: Wed, 16 Oct 2002 19:35:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cups-base 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 alane 2002/10/16 19:35:58 PDT Modified files: print/cups-base pkg-comment Log: Damn. forgot to remove the period at the end. Good ol' portlint. Revision Changes Path 1.3 +1 -1 ports/print/cups-base/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 19:38: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 70E5A37B401; Wed, 16 Oct 2002 19:38:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2404743E6E; Wed, 16 Oct 2002 19:38:44 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H2cbmV008197; Wed, 16 Oct 2002 19:38:37 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H2cbD4008192; Wed, 16 Oct 2002 19:38:37 -0700 (PDT) Message-Id: <200210170238.g9H2cbD4008192@repoman.freebsd.org> From: Alan Eldridge Date: Wed, 16 Oct 2002 19:38:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cups pkg-comment 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 alane 2002/10/16 19:38:37 PDT Modified files: print/cups pkg-comment pkg-descr Log: Updated long, short description. Revision Changes Path 1.2 +1 -1 ports/print/cups/pkg-comment 1.2 +12 -8 ports/print/cups/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 Oct 16 19:40: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 6517B37B401; Wed, 16 Oct 2002 19:40:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 186FF43E75; Wed, 16 Oct 2002 19:40:58 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H2eqmV008487; Wed, 16 Oct 2002 19:40:52 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H2epDo008484; Wed, 16 Oct 2002 19:40:51 -0700 (PDT) Message-Id: <200210170240.g9H2epDo008484@repoman.freebsd.org> From: Alan Eldridge Date: Wed, 16 Oct 2002 19:40:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cups Makefile.man X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/16 19:40:51 PDT Added files: print/cups Makefile.man Log: This is a new file. It is not used yet, and is still in a state of development for the upgrade to 1.1.16. Remote CVS makes a nice backup system, though. 8-) Revision Changes Path 1.1 +92 -0 ports/print/cups/Makefile.man (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 19:46: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 DA50837B401; Wed, 16 Oct 2002 19:46:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DC0943E75; Wed, 16 Oct 2002 19:46:20 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H2kEmV008895; Wed, 16 Oct 2002 19:46:14 -0700 (PDT) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H2kEkm008894; Wed, 16 Oct 2002 19:46:14 -0700 (PDT) Message-Id: <200210170246.g9H2kEkm008894@repoman.freebsd.org> From: Mike Silbersack Date: Wed, 16 Oct 2002 19:46:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.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 silby 2002/10/16 19:46:14 PDT Modified files: (Branch: RELENG_4) sys/pci if_xl.c Log: MFC rev 1.103 Revision Changes Path 1.72.2.16 +54 -55 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 19:51: 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 7BF2637B401; Wed, 16 Oct 2002 19:51:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30EB043E65; Wed, 16 Oct 2002 19:51:05 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H2oxmV009239; Wed, 16 Oct 2002 19:50:59 -0700 (PDT) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H2oxWs009238; Wed, 16 Oct 2002 19:50:59 -0700 (PDT) Message-Id: <200210170250.g9H2oxWs009238@repoman.freebsd.org> From: Mike Silbersack Date: Wed, 16 Oct 2002 19:50:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.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 silby 2002/10/16 19:50:59 PDT Modified files: (Branch: RELENG_4) sys/pci if_xl.c Log: MFC rev 1.105 Revision Changes Path 1.72.2.17 +84 -42 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 20: 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 065D137B401; Wed, 16 Oct 2002 20:06:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE17543EAF; Wed, 16 Oct 2002 20:06:50 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H36imV010277; Wed, 16 Oct 2002 20:06:44 -0700 (PDT) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H36ixP010276; Wed, 16 Oct 2002 20:06:44 -0700 (PDT) Message-Id: <200210170306.g9H36ixP010276@repoman.freebsd.org> From: Mike Silbersack Date: Wed, 16 Oct 2002 20:06:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.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 silby 2002/10/16 20:06:44 PDT Modified files: (Branch: RELENG_4) sys/pci if_xl.c Log: MFC rev 1.88 Revision Changes Path 1.72.2.18 +15 -19 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 20:11: 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 5E56037B401; Wed, 16 Oct 2002 20:11:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 137E443E8A; Wed, 16 Oct 2002 20:11:02 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H3AumV010630; Wed, 16 Oct 2002 20:10:56 -0700 (PDT) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H3AuFV010629; Wed, 16 Oct 2002 20:10:56 -0700 (PDT) Message-Id: <200210170310.g9H3AuFV010629@repoman.freebsd.org> From: Mike Silbersack Date: Wed, 16 Oct 2002 20:10:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.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 silby 2002/10/16 20:10:56 PDT Modified files: (Branch: RELENG_4) sys/pci if_xl.c Log: MFC revs 1.92 & 1.95 Revision Changes Path 1.72.2.19 +3 -3 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 20:46: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 127FB37B401; Wed, 16 Oct 2002 20:46:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAB1943E6A; Wed, 16 Oct 2002 20:46:12 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H3jZmV012826; Wed, 16 Oct 2002 20:45:35 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H3jZvf012825; Wed, 16 Oct 2002 20:45:35 -0700 (PDT) Message-Id: <200210170345.g9H3jZvf012825@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 16 Oct 2002 20:45:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci t4dwave.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/10/16 20:45:34 PDT Modified files: sys/dev/sound/pci t4dwave.c Log: Suppress the uninitialized variable warning on ia64 introduced by the previous commit by initializing i and j. These initializations will normally be eliminated by the compiler. Revision Changes Path 1.34 +4 -0 src/sys/dev/sound/pci/t4dwave.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 20: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 7547F37B401; Wed, 16 Oct 2002 20:59:21 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04B1043EAA; Wed, 16 Oct 2002 20:59:21 -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 g9H3xK8d000959; Wed, 16 Oct 2002 20:59:20 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g9H3w1h0000951; Wed, 16 Oct 2002 20:58:01 -0700 (PDT) Date: Wed, 16 Oct 2002 20:58:01 -0700 From: "David O'Brien" To: Gregory Sutter Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/mutt Makefile Message-ID: <20021017035801.GA638@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Gregory Sutter , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200210170032.g9H0WXWA000147@repoman.freebsd.org> <20021017013832.GD14473@klapaucius.zer0.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021017013832.GD14473@klapaucius.zer0.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 Wed, Oct 16, 2002 at 06:38:32PM -0700, Gregory Sutter wrote: > On 2002-10-16 17:32 -0700, "David E. O'Brien" wrote: > > obrien 2002/10/16 17:32:33 PDT > > > > Modified files: > > mail/mutt Makefile > > Log: > > Allow one to use "WITH_DOCS=no" to avoid building them. > > Isn't this what NOPORTDOCS is for? I believe WITH_DOCS redates NOPORTDOCS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 21: 1: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 E403737B401; Wed, 16 Oct 2002 21:01:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 669D143E6E; Wed, 16 Oct 2002 21:01:32 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H41QmV013914; Wed, 16 Oct 2002 21:01:26 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H41QDX013910; Wed, 16 Oct 2002 21:01:26 -0700 (PDT) Message-Id: <200210170401.g9H41QDX013910@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 16 Oct 2002 21:01:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt 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/10/16 21:01:25 PDT Modified files: mail/mutt Makefile Log: Make it more clear that WITH_DOCS controlled the docs produced from SGML. s/WITH_DOCS/WITH_SGML_DOCS/g Revision Changes Path 1.124 +4 -4 ports/mail/mutt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 21: 2: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 945F937B401; Wed, 16 Oct 2002 21:02:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49D3D43E6E; Wed, 16 Oct 2002 21:02:34 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H42RmV014066; Wed, 16 Oct 2002 21:02:28 -0700 (PDT) (envelope-from clive@repoman.freebsd.org) Received: (from clive@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H42R0D014065; Wed, 16 Oct 2002 21:02:27 -0700 (PDT) Message-Id: <200210170402.g9H42R0D014065@repoman.freebsd.org> From: Clive Lin Date: Wed, 16 Oct 2002 21:02:27 -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/10/16 21:02:27 PDT Modified files: www/bk2site Makefile Log: o) gmake is not required. o) Respect CXXFLAGS. Submitted by: naddy Revision Changes Path 1.10 +1 -2 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 Wed Oct 16 21:15: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 9021937B401; Wed, 16 Oct 2002 21:15:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA6943E97; Wed, 16 Oct 2002 21:15:20 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H4FEmV014808; Wed, 16 Oct 2002 21:15:14 -0700 (PDT) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H4FErx014807; Wed, 16 Oct 2002 21:15:14 -0700 (PDT) Message-Id: <200210170415.g9H4FErx014807@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 16 Oct 2002 21:15:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh Makefile distinfo ports/security/openssh/files patch-session.c patch-ssh-keysign-Makefile patch-sshd_config X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/16 21:15:14 PDT Modified files: security/openssh Makefile distinfo security/openssh/files patch-session.c patch-ssh-keysign-Makefile patch-sshd_config Log: Update to 3.5 Revision Changes Path 1.110 +1 -2 ports/security/openssh/Makefile 1.35 +2 -2 ports/security/openssh/distinfo 1.12 +36 -68 ports/security/openssh/files/patch-session.c 1.2 +5 -6 ports/security/openssh/files/patch-ssh-keysign-Makefile 1.8 +3 -11 ports/security/openssh/files/patch-sshd_config To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 21: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 B46F737B401; Wed, 16 Oct 2002 21:26:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 670FF43E6A; Wed, 16 Oct 2002 21:26:02 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H4PtmV015455; Wed, 16 Oct 2002 21:25:56 -0700 (PDT) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H4Pt7j015454; Wed, 16 Oct 2002 21:25:55 -0700 (PDT) Message-Id: <200210170425.g9H4Pt7j015454@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 16 Oct 2002 21:25:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh/files patch-session.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 dinoex 2002/10/16 21:25:55 PDT Modified files: security/openssh/files patch-session.c Log: extra spaces removed Revision Changes Path 1.13 +2 -2 ports/security/openssh/files/patch-session.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 21: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 6370337B401; Wed, 16 Oct 2002 21:40:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FDAB43EAA; Wed, 16 Oct 2002 21:40:31 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H4eOmV016256; Wed, 16 Oct 2002 21:40:25 -0700 (PDT) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H4eOiB016255; Wed, 16 Oct 2002 21:40:24 -0700 (PDT) Message-Id: <200210170440.g9H4eOiB016255@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 16 Oct 2002 21:40:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh-portable Makefile distinfo ports/security/openssh-portable/files auth2-pam-freebsd.c patch-Makefile.in patch-configure patch-defines.h patch-session.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 dinoex 2002/10/16 21:40:23 PDT Modified files: security/openssh-portable Makefile distinfo security/openssh-portable/files auth2-pam-freebsd.c patch-Makefile.in patch-session.c Removed files: security/openssh-portable/files patch-configure patch-defines.h Log: Update to 3.5p1 Revision Changes Path 1.57 +1 -2 ports/security/openssh-portable/Makefile 1.16 +1 -1 ports/security/openssh-portable/distinfo 1.4 +11 -11 ports/security/openssh-portable/files/auth2-pam-freebsd.c 1.3 +0 -9 ports/security/openssh-portable/files/patch-Makefile.in 1.2 +0 -11 ports/security/openssh-portable/files/patch-configure (dead) 1.2 +0 -11 ports/security/openssh-portable/files/patch-defines.h (dead) 1.13 +21 -40 ports/security/openssh-portable/files/patch-session.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 22:39: 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 6B77F37B401; Wed, 16 Oct 2002 22:39:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AA1543E9C; Wed, 16 Oct 2002 22:39:08 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H5d1mV019947; Wed, 16 Oct 2002 22:39:01 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H5d1ug019946; Wed, 16 Oct 2002 22:39:01 -0700 (PDT) Message-Id: <200210170539.g9H5d1ug019946@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 16 Oct 2002 22:39:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gaim Makefile distinfo ports/net/gaim/files patch-temp X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/16 22:39:01 PDT Modified files: net/gaim Makefile distinfo Removed files: net/gaim/files patch-temp Log: Update to 0.59.5. Revision Changes Path 1.77 +1 -2 ports/net/gaim/Makefile 1.54 +1 -1 ports/net/gaim/distinfo 1.2 +0 -12 ports/net/gaim/files/patch-temp (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 22:41: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 0323D37B401; Wed, 16 Oct 2002 22:41:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC48C43E65; Wed, 16 Oct 2002 22:41:16 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H5fAmV020245; Wed, 16 Oct 2002 22:41:10 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H5fAvM020243; Wed, 16 Oct 2002 22:41:10 -0700 (PDT) Message-Id: <200210170541.g9H5fAvM020243@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 16 Oct 2002 22:41:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mca mca.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/10/16 22:41:10 PDT Modified files: sbin/mca mca.c Log: Do not emit values as var=value while everything else looks like XML. Emit the values as value for consistency. Revision Changes Path 1.2 +81 -56 src/sbin/mca/mca.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 22:49: 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 16FCE37B401; Wed, 16 Oct 2002 22:49:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE9E143E9E; Wed, 16 Oct 2002 22:49:04 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H5mwmV020608; Wed, 16 Oct 2002 22:48:58 -0700 (PDT) (envelope-from kbyanc@repoman.freebsd.org) Received: (from kbyanc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H5mv6f020607; Wed, 16 Oct 2002 22:48:57 -0700 (PDT) Message-Id: <200210170548.g9H5mv6f020607@repoman.freebsd.org> From: Kelly Yancey Date: Wed, 16 Oct 2002 22:48:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons syscons.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 kbyanc 2002/10/16 22:48:57 PDT Modified files: sys/dev/syscons syscons.c Log: Make kqueue(2) work for virtual terminals. PR: 40486 Submitted by: Jilles Tjoelker Revision Changes Path 1.390 +2 -1 src/sys/dev/syscons/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 22:51: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 6A1F137B401; Wed, 16 Oct 2002 22:51:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DFE443E6E; Wed, 16 Oct 2002 22:51:27 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H5pKmV020920; Wed, 16 Oct 2002 22:51:20 -0700 (PDT) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H5pKQr020919; Wed, 16 Oct 2002 22:51:20 -0700 (PDT) Message-Id: <200210170551.g9H5pKQr020919@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 16 Oct 2002 22:51:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/radiusd-cistron 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/10/16 22:51:20 PDT Modified files: net/radiusd-cistron Makefile Log: Take Maintainership, no response from previous maintainer. Remove old FORBIDDEN in comment. Revision Changes Path 1.17 +1 -3 ports/net/radiusd-cistron/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 22:51: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 6BB8037B404; Wed, 16 Oct 2002 22:51:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE7ED43EAA; Wed, 16 Oct 2002 22:51:42 -0700 (PDT) (envelope-from pirzyk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H5pamV021025; Wed, 16 Oct 2002 22:51:36 -0700 (PDT) (envelope-from pirzyk@repoman.freebsd.org) Received: (from pirzyk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H5pafc021024; Wed, 16 Oct 2002 22:51:36 -0700 (PDT) Message-Id: <200210170551.g9H5pafc021024@repoman.freebsd.org> From: Jim Pirzyk Date: Wed, 16 Oct 2002 22:51:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include smp.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 pirzyk 2002/10/16 22:51:36 PDT Modified files: sys/i386/include smp.h Log: put an #error directive when SMP and CPU_DISABLE_CMPXCHG are set together. Requested by: Lars Eggart Enlighted how to do it by: John Baldwin Revision Changes Path 1.72 +3 -0 src/sys/i386/include/smp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 23: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 2164F37B401; Wed, 16 Oct 2002 23:41:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9C1D43E8A; Wed, 16 Oct 2002 23:41:18 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H6fCmV024279; Wed, 16 Oct 2002 23:41:12 -0700 (PDT) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H6fCU6024278; Wed, 16 Oct 2002 23:41:12 -0700 (PDT) Message-Id: <200210170641.g9H6fCU6024278@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 16 Oct 2002 23:41:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/netscape7 Makefile ports/www/netscape7/files all-locales.rdf all-packages.rdf all-skins.rdf X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/16 23:41:12 PDT Modified files: www/netscape7 Makefile Added files: www/netscape7/files all-locales.rdf all-packages.rdf all-skins.rdf Log: Damage to the CVS repository has been corrected, so add RDF files (thanks to peter and sumikawa for help). Mark forbidden due to another security bug (scanning a firewalled or non-routable network from a hostile Web site with Javascript). Revision Changes Path 1.69 +1 -1 ports/www/netscape7/Makefile 1.4 +311 -0 ports/www/netscape7/files/all-locales.rdf (new) 1.4 +175 -0 ports/www/netscape7/files/all-packages.rdf (new) 1.4 +116 -0 ports/www/netscape7/files/all-skins.rdf (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 16 23:54: 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 8692437B401; Wed, 16 Oct 2002 23:54:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A15643E65; Wed, 16 Oct 2002 23:54:05 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H6rwmV025070; Wed, 16 Oct 2002 23:53:58 -0700 (PDT) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H6rwBU025069; Wed, 16 Oct 2002 23:53:58 -0700 (PDT) Message-Id: <200210170653.g9H6rwBU025069@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 16 Oct 2002 23:53:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/10/16 23:53:58 PDT Modified files: en/security security.sgml Log: Promise support for FreeBSD 4.7. Revision Changes Path 1.120 +4 -3 www/en/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 0: 4: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 D7AC637B401; Thu, 17 Oct 2002 00:04:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B16343E9E; Thu, 17 Oct 2002 00:04:38 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H74VmV025763; Thu, 17 Oct 2002 00:04:32 -0700 (PDT) (envelope-from iwasaki@repoman.freebsd.org) Received: (from iwasaki@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H74V7x025762; Thu, 17 Oct 2002 00:04:31 -0700 (PDT) Message-Id: <200210170704.g9H74V7x025762@repoman.freebsd.org> From: Mitsuru IWASAKI Date: Thu, 17 Oct 2002 00:04:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES options.alpha options.i386 options.ia64 options.pc98 options.x86_64 src/sys/isa syscons_isa.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/10/17 00:04:31 PDT Modified files: sys/conf NOTES options.alpha options.i386 options.ia64 options.pc98 options.x86_64 sys/isa syscons_isa.c Log: Add new syscons option SC_NO_SUSPEND_VTYSWITCH. This disables vty switch during suspend/resume. Revision Changes Path 1.1098 +1 -0 src/sys/conf/NOTES 1.39 +1 -0 src/sys/conf/options.alpha 1.182 +1 -0 src/sys/conf/options.i386 1.13 +1 -0 src/sys/conf/options.ia64 1.156 +1 -0 src/sys/conf/options.pc98 1.3 +1 -0 src/sys/conf/options.x86_64 1.19 +4 -0 src/sys/isa/syscons_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 0:20: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 D996E37B401; Thu, 17 Oct 2002 00:20:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7070B43E9C; Thu, 17 Oct 2002 00:20:11 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H7K4mV026946; Thu, 17 Oct 2002 00:20:04 -0700 (PDT) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H7K4mo026945; Thu, 17 Oct 2002 00:20:04 -0700 (PDT) Message-Id: <200210170720.g9H7K4mo026945@repoman.freebsd.org> From: Eric Anholt Date: Thu, 17 Oct 2002 00:20:04 -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-clients/scripts configure ports/x11/XFree86-4-libraries Makefile distinfo ports/x11/XFree86-4-libraries/files patch-c patch-c2 patch-d ports/x11/XFree86-4-libraries/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 anholt 2002/10/17 00:20:04 PDT Modified files: x11/XFree86-4-clients Makefile distinfo x11/XFree86-4-clients/scripts configure x11/XFree86-4-libraries Makefile distinfo x11/XFree86-4-libraries/files patch-c patch-c2 patch-d x11/XFree86-4-libraries/scripts configure x11-servers/XFree86-4-FontServer Makefile x11-servers/XFree86-4-FontServer/scripts configure x11-servers/XFree86-4-NestServer Makefile distinfo x11-servers/XFree86-4-NestServer/scripts configure x11-servers/XFree86-4-PrintServer Makefile distinfo x11-servers/XFree86-4-PrintServer/scripts configure x11-servers/XFree86-4-Server Makefile x11-servers/XFree86-4-Server/scripts configure x11-servers/XFree86-4-VirtualFramebufferServer Makefile distinfo x11-servers/XFree86-4-VirtualFramebufferServer/scripts configure Log: [1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch. [2] Make the ports respect CFLAGS better. Now CFLAGS (and CC/CXX) are set for the build during the configure stage. PR: [2] 40271, 43369 Revision Changes Path 1.17 +4 -0 ports/x11-servers/XFree86-4-FontServer/Makefile 1.7 +3 -0 ports/x11-servers/XFree86-4-FontServer/scripts/configure 1.18 +8 -12 ports/x11-servers/XFree86-4-NestServer/Makefile 1.9 +1 -2 ports/x11-servers/XFree86-4-NestServer/distinfo 1.6 +3 -0 ports/x11-servers/XFree86-4-NestServer/scripts/configure 1.18 +8 -12 ports/x11-servers/XFree86-4-PrintServer/Makefile 1.9 +1 -2 ports/x11-servers/XFree86-4-PrintServer/distinfo 1.6 +3 -0 ports/x11-servers/XFree86-4-PrintServer/scripts/configure 1.126 +5 -2 ports/x11-servers/XFree86-4-Server/Makefile 1.75 +4 -1 ports/x11-servers/XFree86-4-Server/scripts/configure 1.19 +8 -12 ports/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile 1.9 +1 -2 ports/x11-servers/XFree86-4-VirtualFramebufferServer/distinfo 1.6 +3 -0 ports/x11-servers/XFree86-4-VirtualFramebufferServer/scripts/configure 1.106 +11 -14 ports/x11/XFree86-4-clients/Makefile 1.32 +1 -2 ports/x11/XFree86-4-clients/distinfo 1.68 +3 -0 ports/x11/XFree86-4-clients/scripts/configure 1.115 +8 -10 ports/x11/XFree86-4-libraries/Makefile 1.36 +1 -1 ports/x11/XFree86-4-libraries/distinfo 1.8 +5 -23 ports/x11/XFree86-4-libraries/files/patch-c 1.4 +1 -19 ports/x11/XFree86-4-libraries/files/patch-c2 1.11 +23 -19 ports/x11/XFree86-4-libraries/files/patch-d 1.69 +3 -0 ports/x11/XFree86-4-libraries/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 0:27: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 B242037B401; Thu, 17 Oct 2002 00:27:56 -0700 (PDT) Received: from haystack.lclark.edu (haystack.lclark.edu [149.175.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 187F443E91; Thu, 17 Oct 2002 00:27:56 -0700 (PDT) (envelope-from eta@lclark.edu) Received: from copeland-30-191.lclark.edu (anholt@copeland-30-191.lclark.edu [149.175.30.191]) by haystack.lclark.edu (8.9.3/8.9.3) with ESMTP id AAA23222; Thu, 17 Oct 2002 00:27:55 -0700 (PDT) Subject: Re: cvs commit: ports/x11/XFree86-4-clients Makefile distinfo ports/x11/XFree86-4-clients/scripts configure ports/x11/XFree86-4-libraries Makefile distinfo ports/x11/XFree86-4-libraries/files patch-c patch-c2 patch-d ports/x11/XFree86-4-libraries/scripts configure ... From: Eric Anholt To: Eric Anholt Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200210170720.g9H7K4mo026945@repoman.freebsd.org> References: <200210170720.g9H7K4mo026945@repoman.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 17 Oct 2002 00:27:55 -0700 Message-Id: <1034839676.903.2.camel@anholt.dyndns.org> 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 > Log: > [1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch. > [2] Make the ports respect CFLAGS better. Now CFLAGS (and CC/CXX) are set for > the build during the configure stage. > > PR: [2] 40271, 43369 After a prod by pat@ and looking back at the committer's guide, I've been leaving out parts of my commit messages. This was: Submitted by: [2] Donn Miller -- Eric Anholt http://people.freebsd.org/~anholt/dri/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 0: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 1ECAE37B401; Thu, 17 Oct 2002 00:40:41 -0700 (PDT) Received: from pimout3-ext.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 708B043E6E; Thu, 17 Oct 2002 00:40:40 -0700 (PDT) (envelope-from kbyanc@posi.net) Received: from gateway.posi.net (adsl-63-201-88-107.dsl.snfc21.pacbell.net [63.201.88.107]) by pimout3-ext.prodigy.net (8.12.3 da nor stuldap/8.12.3) with ESMTP id g9H7e8ne045210; Thu, 17 Oct 2002 03:40:31 -0400 Received: from localhost (localhost [127.0.0.1]) by gateway.posi.net (8.12.6/8.12.5) with ESMTP id g9H5tumi024566; Wed, 16 Oct 2002 22:56:02 -0700 (PDT) (envelope-from kbyanc@posi.net) Date: Wed, 16 Oct 2002 22:55:56 -0700 (PDT) From: Kelly Yancey To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/syscons syscons.c In-Reply-To: <200210170548.g9H5mv6f020607@repoman.freebsd.org> Message-ID: <20021016225103.S24560-100000@gateway.posi.net> 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, 16 Oct 2002, Kelly Yancey wrote: > kbyanc 2002/10/16 22:48:57 PDT > > Modified files: > sys/dev/syscons syscons.c > Log: > Make kqueue(2) work for virtual terminals. > > PR: 40486 > Submitted by: Jilles Tjoelker > > Revision Changes Path > 1.390 +2 -1 src/sys/dev/syscons/syscons.c > As a related bit of trivia, the D_KQFILTER flag should probably have died a long time ago in -CURRENT. Revision 1.126 of sys/sys/conf.h changed the layout of struct cdevsw breaking backwards compatibility anyway. Speaking of which, the comment in the cdevsw structure definition should probably be removed (or updated at least) since 5.0 breaks binary compatibility with 4.2 out of the box. Kelly -- Kelly Yancey -- kbyanc@{posi.net,FreeBSD.org} Join distributed.net Team FreeBSD: http://www.posi.net/freebsd/Team-FreeBSD/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 0: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 93BE637B401; Thu, 17 Oct 2002 00:44:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45B7A43E97; Thu, 17 Oct 2002 00:44:58 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H7ipmV028711; Thu, 17 Oct 2002 00:44:51 -0700 (PDT) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H7ipJl028708; Thu, 17 Oct 2002 00:44:51 -0700 (PDT) Message-Id: <200210170744.g9H7ipJl028708@repoman.freebsd.org> From: Juli Mallett Date: Thu, 17 Oct 2002 00:44:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles freebsd-tips 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/10/17 00:44:51 PDT Modified files: (Branch: RELENG_4) games/fortune/datfiles freebsd-tips Log: MFC revision 1.26: Add a tip about using sed(1)'s FreeBSD-specific -i option. Revision Changes Path 1.14.2.7 +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 Thu Oct 17 0:47: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 D2D8937B401; Thu, 17 Oct 2002 00:47:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80CCD43E6E; Thu, 17 Oct 2002 00:47:36 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H7lTmV028835; Thu, 17 Oct 2002 00:47:29 -0700 (PDT) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H7lT0r028834; Thu, 17 Oct 2002 00:47:29 -0700 (PDT) Message-Id: <200210170747.g9H7lT0r028834@repoman.freebsd.org> From: Juli Mallett Date: Thu, 17 Oct 2002 00:47:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uname uname.1 uname.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/10/17 00:47:29 PDT Modified files: (Branch: RELENG_4) usr.bin/uname uname.1 uname.c Log: MFC synch uname(1) with -current, style fixes, UNAME_ spoofing: Mostly rewrite the flag handling of uname(1) to be overridable, such as: freefall% uname -s FreeBSD freefall% env UNAME_s=Linnex ./uname -s Linnex MFC after: 1 month Revision Changes Path 1.14 +10 -1 src/usr.bin/uname/uname.1 1.9 +161 -69 src/usr.bin/uname/uname.c Revision Changes Path 1.8.2.4 +10 -1 src/usr.bin/uname/uname.1 1.4.6.2 +121 -75 src/usr.bin/uname/uname.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 0:55: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 2882837B401; Thu, 17 Oct 2002 00:55:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEEBE43E3B; Thu, 17 Oct 2002 00:55:38 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H7tWmV029430; Thu, 17 Oct 2002 00:55:32 -0700 (PDT) (envelope-from wjv@repoman.freebsd.org) Received: (from wjv@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H7tVe4029429; Thu, 17 Oct 2002 00:55:31 -0700 (PDT) Message-Id: <200210170755.g9H7tVe4029429@repoman.freebsd.org> From: Johann Visagie Date: Thu, 17 Oct 2002 00:55:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-Twig 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 wjv 2002/10/17 00:55:31 PDT Modified files: textproc/p5-XML-Twig Makefile distinfo Log: - Update to version 3.08 PR: 44160 Submitted by: Dominic Mitchell Revision Changes Path 1.3 +3 -3 ports/textproc/p5-XML-Twig/Makefile 1.3 +1 -1 ports/textproc/p5-XML-Twig/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 1: 4: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 CAA6737B401; Thu, 17 Oct 2002 01:04:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A3DF43E8A; Thu, 17 Oct 2002 01:04:49 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H84gmV030150; Thu, 17 Oct 2002 01:04:42 -0700 (PDT) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H84gaO030149; Thu, 17 Oct 2002 01:04:42 -0700 (PDT) Message-Id: <200210170804.g9H84gaO030149@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 17 Oct 2002 01:04:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/osrtspproxy Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/osrtspproxy/files rtspproxy.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 vanilla 2002/10/17 01:04:42 PDT Modified files: net Makefile Added files: net/osrtspproxy Makefile distinfo pkg-comment pkg-descr pkg-plist net/osrtspproxy/files rtspproxy.sh Log: Add osrtspproxy, The RTSP Proxy Kit is a reference implementation of an RTSP proxy. PR: ports/44001 Submitted by: Volker Stolz Revision Changes Path 1.858 +1 -0 ports/net/Makefile 1.1 +22 -0 ports/net/osrtspproxy/Makefile (new) 1.1 +1 -0 ports/net/osrtspproxy/distinfo (new) 1.1 +20 -0 ports/net/osrtspproxy/files/rtspproxy.sh (new) 1.1 +1 -0 ports/net/osrtspproxy/pkg-comment (new) 1.1 +6 -0 ports/net/osrtspproxy/pkg-descr (new) 1.1 +2 -0 ports/net/osrtspproxy/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 Oct 17 1: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 E1F3437B401; Thu, 17 Oct 2002 01:40:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9510143E7B; Thu, 17 Oct 2002 01:40:38 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H8eVmV032794; Thu, 17 Oct 2002 01:40:31 -0700 (PDT) (envelope-from iwasaki@repoman.freebsd.org) Received: (from iwasaki@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H8eVBL032793; Thu, 17 Oct 2002 01:40:31 -0700 (PDT) Message-Id: <200210170840.g9H8eVBL032793@repoman.freebsd.org> From: Mitsuru IWASAKI Date: Thu, 17 Oct 2002 01:40:30 -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/10/17 01:40:30 PDT Modified files: devel/acpicatools Makefile distinfo Log: Update for acpica-unix-20021002. Revision Changes Path 1.19 +2 -2 ports/devel/acpicatools/Makefile 1.17 +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 Oct 17 3:14: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 5A35A37B401; Thu, 17 Oct 2002 03:14:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8C1D43E6A; Thu, 17 Oct 2002 03:14:13 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HAE5mV039283; Thu, 17 Oct 2002 03:14:06 -0700 (PDT) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HAE5gl039282; Thu, 17 Oct 2002 03:14:05 -0700 (PDT) Message-Id: <200210171014.g9HAE5gl039282@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 17 Oct 2002 03:14:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/www Makefile ports/www/linux-netscape4 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/linux-netscape4/files mailcap netscape.sh patch-aa ports/www/linux-netscape4/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/10/17 03:14:05 PDT Modified files: . modules www Makefile Removed files: www/linux-netscape4 Makefile distinfo pkg-comment pkg-descr pkg-plist www/linux-netscape4/files mailcap netscape.sh patch-aa www/linux-netscape4/scripts configure www/netscape4-communicator.us Makefile distinfo pkg-comment pkg-descr pkg-plist www/netscape4-communicator.us/files mailcap netscape.sh patch-aa www/netscape4-communicator.us/scripts configure Log: Netscape 4.07 and 4.08 have multiple published security holes. Please use Netscape 4.80 instead. Revision Changes Path 1.6096 +0 -2 CVSROOT/modules 1.550 +0 -2 ports/www/Makefile 1.20 +0 -45 ports/www/linux-netscape4/Makefile (dead) 1.6 +0 -1 ports/www/linux-netscape4/distinfo (dead) 1.2 +0 -69 ports/www/linux-netscape4/files/mailcap (dead) 1.2 +0 -7 ports/www/linux-netscape4/files/netscape.sh (dead) 1.5 +0 -57 ports/www/linux-netscape4/files/patch-aa (dead) 1.4 +0 -1 ports/www/linux-netscape4/pkg-comment (dead) 1.3 +0 -5 ports/www/linux-netscape4/pkg-descr (dead) 1.7 +0 -199 ports/www/linux-netscape4/pkg-plist (dead) 1.2 +0 -6 ports/www/linux-netscape4/scripts/configure (dead) 1.29 +0 -75 ports/www/netscape4-communicator.us/Makefile (dead) 1.4 +0 -1 ports/www/netscape4-communicator.us/distinfo (dead) 1.2 +0 -69 ports/www/netscape4-communicator.us/files/mailcap (dead) 1.4 +0 -5 ports/www/netscape4-communicator.us/files/netscape.sh (dead) 1.3 +0 -77 ports/www/netscape4-communicator.us/files/patch-aa (dead) 1.3 +0 -1 ports/www/netscape4-communicator.us/pkg-comment (dead) 1.2 +0 -10 ports/www/netscape4-communicator.us/pkg-descr (dead) 1.5 +0 -199 ports/www/netscape4-communicator.us/pkg-plist (dead) 1.2 +0 -6 ports/www/netscape4-communicator.us/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 Oct 17 3:23: 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 19C4937B401; Thu, 17 Oct 2002 03:23:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD3C543E65; Thu, 17 Oct 2002 03:23:03 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HAMtmV039894; Thu, 17 Oct 2002 03:22:56 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HAMtZg039893; Thu, 17 Oct 2002 03:22:55 -0700 (PDT) Message-Id: <200210171022.g9HAMtZg039893@repoman.freebsd.org> From: Oliver Braun Date: Thu, 17 Oct 2002 03:22:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/ftpcopy 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 obraun 2002/10/17 03:22:55 PDT Modified files: ftp/ftpcopy Makefile distinfo Log: Upgrade to 0.5.2. PR: ports/44163 Submitted by: maintainer Revision Changes Path 1.15 +1 -1 ports/ftp/ftpcopy/Makefile 1.13 +1 -1 ports/ftp/ftpcopy/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 3:31: 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 541E537B401; Thu, 17 Oct 2002 03:31:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC54243E77; Thu, 17 Oct 2002 03:31:07 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HAV0mV040428; Thu, 17 Oct 2002 03:31:00 -0700 (PDT) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HAV0GG040427; Thu, 17 Oct 2002 03:31:00 -0700 (PDT) Message-Id: <200210171031.g9HAV0GG040427@repoman.freebsd.org> From: Udo Erdelhoff Date: Thu, 17 Oct 2002 03:31:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/errata article.sgml src/release/doc/de_DE.ISO8859-1/hardware/alpha article.sgml src/release/doc/de_DE.ISO8859-1/hardware/i386 article.sgml src/release/doc/de_DE.ISO8859-1/installation/alpha article.sgml src/release/doc/de_DE.ISO8859-1/installation/i386 article.sgml src/release/doc/de_DE.ISO8859-1/readme article.sgml ... 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 ue 2002/10/17 03:31:00 PDT Modified files: (Branch: RELENG_4_6) release/doc/de_DE.ISO8859-1/errata article.sgml release/doc/de_DE.ISO8859-1/hardware/alpha article.sgml release/doc/de_DE.ISO8859-1/hardware/i386 article.sgml release/doc/de_DE.ISO8859-1/installation/alpha article.sgml release/doc/de_DE.ISO8859-1/installation/i386 article.sgml release/doc/de_DE.ISO8859-1/readme article.sgml release/doc/de_DE.ISO8859-1/relnotes/alpha article.sgml release/doc/de_DE.ISO8859-1/relnotes/i386 article.sgml release/doc/de_DE.ISO8859-1/share/sgml catalog release.dsl Removed files: (Branch: RELENG_4_6) release/doc/de_DE.ISO8859-1/share/sgml release.ent Log: DE release notes catchup for RELENG_4_6, Phase 2 of 3, framework fixes: - remove the localized release.ent from cvs and catalog - change all articles to use the global release.ent, not the local one - bring the release.dsl into sync with the english version Reviewed by: re, security-officer Approved by: bmah Revision Changes Path 1.1.2.5.2.1 +1 -1 src/release/doc/de_DE.ISO8859-1/errata/article.sgml 1.1.2.2.2.1 +1 -2 src/release/doc/de_DE.ISO8859-1/hardware/alpha/article.sgml 1.1.2.2.2.1 +1 -2 src/release/doc/de_DE.ISO8859-1/hardware/i386/article.sgml 1.1.2.2.2.1 +1 -2 src/release/doc/de_DE.ISO8859-1/installation/alpha/article.sgml 1.1.2.2.2.1 +1 -2 src/release/doc/de_DE.ISO8859-1/installation/i386/article.sgml 1.1.2.4.2.1 +1 -1 src/release/doc/de_DE.ISO8859-1/readme/article.sgml 1.1.2.2.2.1 +1 -2 src/release/doc/de_DE.ISO8859-1/relnotes/alpha/article.sgml 1.1.2.2.2.1 +1 -2 src/release/doc/de_DE.ISO8859-1/relnotes/i386/article.sgml 1.1.2.1.2.1 +0 -4 src/release/doc/de_DE.ISO8859-1/share/sgml/catalog 1.1.2.1.2.2 +5 -5 src/release/doc/de_DE.ISO8859-1/share/sgml/release.dsl 1.1.2.1.2.2 +0 -39 src/release/doc/de_DE.ISO8859-1/share/sgml/release.ent (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 3: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 1206937B401; Thu, 17 Oct 2002 03:57:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9926A43E77; Thu, 17 Oct 2002 03:57:00 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HAurmV042217; Thu, 17 Oct 2002 03:56:53 -0700 (PDT) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HAurpS042216; Thu, 17 Oct 2002 03:56:53 -0700 (PDT) Message-Id: <200210171056.g9HAurpS042216@repoman.freebsd.org> From: Udo Erdelhoff Date: Thu, 17 Oct 2002 03:56:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/errata article.sgml src/release/doc/de_DE.ISO8859-1/hardware/alpha article.sgml src/release/doc/de_DE.ISO8859-1/hardware/i386 article.sgml src/release/doc/de_DE.ISO8859-1/installation/alpha article.sgml src/release/doc/de_DE.ISO8859-1/installation/i386 article.sgml src/release/doc/de_DE.ISO8859-1/readme article.sgml ... X-FreeBSD-CVS-Branch: RELENG_4_7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2002/10/17 03:56:53 PDT Modified files: (Branch: RELENG_4_7) release/doc/de_DE.ISO8859-1/errata article.sgml release/doc/de_DE.ISO8859-1/hardware/alpha article.sgml release/doc/de_DE.ISO8859-1/hardware/i386 article.sgml release/doc/de_DE.ISO8859-1/installation/alpha article.sgml release/doc/de_DE.ISO8859-1/installation/i386 article.sgml release/doc/de_DE.ISO8859-1/readme article.sgml release/doc/de_DE.ISO8859-1/relnotes/alpha article.sgml release/doc/de_DE.ISO8859-1/relnotes/i386 article.sgml release/doc/de_DE.ISO8859-1/share/sgml catalog release.dsl Removed files: (Branch: RELENG_4_7) release/doc/de_DE.ISO8859-1/share/sgml release.ent Log: DE release notes catchup for RELENG_4_7, Phase 2 of 2, framework fixes: - remove the localized release.ent from cvs and catalog - change all articles to use the global release.ent, not the local one - bring the release.dsl into sync with the english version Note: There is no phase 3 for the RELENG_4_7 stuff because there have been no changes to the english release notes except framework stuff Reviewed by: re, security-officer Approved by: bmah Revision Changes Path 1.1.2.5.4.2 +1 -1 src/release/doc/de_DE.ISO8859-1/errata/article.sgml 1.1.2.2.4.1 +1 -2 src/release/doc/de_DE.ISO8859-1/hardware/alpha/article.sgml 1.1.2.2.4.1 +1 -2 src/release/doc/de_DE.ISO8859-1/hardware/i386/article.sgml 1.1.2.2.4.1 +1 -2 src/release/doc/de_DE.ISO8859-1/installation/alpha/article.sgml 1.1.2.2.4.1 +1 -2 src/release/doc/de_DE.ISO8859-1/installation/i386/article.sgml 1.1.2.4.4.1 +1 -1 src/release/doc/de_DE.ISO8859-1/readme/article.sgml 1.1.2.2.4.1 +1 -2 src/release/doc/de_DE.ISO8859-1/relnotes/alpha/article.sgml 1.1.2.2.4.1 +1 -2 src/release/doc/de_DE.ISO8859-1/relnotes/i386/article.sgml 1.1.2.1.4.1 +0 -4 src/release/doc/de_DE.ISO8859-1/share/sgml/catalog 1.1.2.2.2.1 +5 -17 src/release/doc/de_DE.ISO8859-1/share/sgml/release.dsl 1.1.2.1.4.1 +0 -39 src/release/doc/de_DE.ISO8859-1/share/sgml/release.ent (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 4:14: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 6A26B37B401; Thu, 17 Oct 2002 04:14:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 133CF43E6E; Thu, 17 Oct 2002 04:14:25 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HBEHmV043480; Thu, 17 Oct 2002 04:14:17 -0700 (PDT) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HBEHMo043479; Thu, 17 Oct 2002 04:14:17 -0700 (PDT) Message-Id: <200210171114.g9HBEHMo043479@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 17 Oct 2002 04:14:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.python.mk ports/lang/python Makefile distinfo pkg-plist ports/lang/python/files patch-Lib:urllib.py 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 perky 2002/10/17 04:14:17 PDT Modified files: Mk bsd.python.mk lang/python Makefile distinfo pkg-plist Removed files: lang/python/files patch-Lib:urllib.py patch-configure Log: Upgrade to Python-2.2.2. Approved by: tg Revision Changes Path 1.28 +3 -3 ports/Mk/bsd.python.mk 1.90 +1 -1 ports/lang/python/Makefile 1.32 +1 -1 ports/lang/python/distinfo 1.2 +0 -14 ports/lang/python/files/patch-Lib:urllib.py (dead) 1.2 +0 -10 ports/lang/python/files/patch-configure (dead) 1.39 +42 -4 ports/lang/python/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 Oct 17 4: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 7934537B401; Thu, 17 Oct 2002 04:15:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25DD643E75; Thu, 17 Oct 2002 04:15:53 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HBFjmV043589; Thu, 17 Oct 2002 04:15:45 -0700 (PDT) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HBFjIl043588; Thu, 17 Oct 2002 04:15:45 -0700 (PDT) Message-Id: <200210171115.g9HBFjIl043588@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 17 Oct 2002 04:15:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python-doc-html distinfo ports/lang/python-doc-html/files plist-html-2.2.2.diff X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/17 04:15:45 PDT Modified files: lang/python-doc-html distinfo Added files: lang/python-doc-html/files plist-html-2.2.2.diff Log: Add PLIST for Python-2.2.2 docs. Approved by: tg Revision Changes Path 1.9 +5 -0 ports/lang/python-doc-html/distinfo 1.1 +1266 -0 ports/lang/python-doc-html/files/plist-html-2.2.2.diff (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 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 4B2F137B401; Thu, 17 Oct 2002 04:17:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E921143E88; Thu, 17 Oct 2002 04:17:42 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HBHZmV043700; Thu, 17 Oct 2002 04:17:35 -0700 (PDT) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HBHZSU043699; Thu, 17 Oct 2002 04:17:35 -0700 (PDT) Message-Id: <200210171117.g9HBHZSU043699@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 17 Oct 2002 04:17:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/py-gdbm distinfo ports/math/py-mpz distinfo ports/textproc/py-expat distinfo ports/x11-toolkits/py-tkinter 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/10/17 04:17:35 PDT Modified files: databases/py-gdbm distinfo math/py-mpz distinfo textproc/py-expat distinfo x11-toolkits/py-tkinter distinfo Log: Add checksums for Python-2.2.2. Approved by: tg Revision Changes Path 1.8 +1 -1 ports/databases/py-gdbm/distinfo 1.6 +1 -1 ports/math/py-mpz/distinfo 1.8 +1 -1 ports/textproc/py-expat/distinfo 1.12 +1 -1 ports/x11-toolkits/py-tkinter/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 4:21: 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 A34DC37B401; Thu, 17 Oct 2002 04:20:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FCFD43E7B; Thu, 17 Oct 2002 04:20:59 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HBKpmV043934; Thu, 17 Oct 2002 04:20:51 -0700 (PDT) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HBKoN7043931; Thu, 17 Oct 2002 04:20:50 -0700 (PDT) Message-Id: <200210171120.g9HBKoN7043931@repoman.freebsd.org> From: Christian Weisgerber Date: Thu, 17 Oct 2002 04:20:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/bbdate Makefile distinfo 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 naddy 2002/10/17 04:20:50 PDT Modified files: x11-clocks/bbdate Makefile distinfo Removed files: x11-clocks/bbdate/files patch-aa Log: Update to 0.2.3: fixes compilation with gcc3. Maintainer is unreachable. Revision Changes Path 1.13 +2 -2 ports/x11-clocks/bbdate/Makefile 1.3 +1 -1 ports/x11-clocks/bbdate/distinfo 1.2 +0 -11 ports/x11-clocks/bbdate/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 Thu Oct 17 5: 4: 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 CD84137B401; Thu, 17 Oct 2002 05:04:05 -0700 (PDT) Received: from repoman.freebsd.org (unknown [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 801EB43E3B; Thu, 17 Oct 2002 05:04:05 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HC2bmV046704; Thu, 17 Oct 2002 05:02:37 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HC2aS2046703; Thu, 17 Oct 2002 05:02:36 -0700 (PDT) Message-Id: <200210171202.g9HC2aS2046703@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 17 Oct 2002 05:02:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfwscanf.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/10/17 05:02:36 PDT Modified files: lib/libc/stdio vfwscanf.c Log: The field width for single-byte string conversions (%c, %s, %[) is the maximum number of bytes that may be stored in the array, not the maximum number of wide characters to read. The wording of the standard unfortunately does not make this clear. Revision Changes Path 1.3 +88 -33 src/lib/libc/stdio/vfwscanf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 5: 4: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 6451D37B42F; Thu, 17 Oct 2002 05:04:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D418443E77; Thu, 17 Oct 2002 05:04:06 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HC3xmV046770; Thu, 17 Oct 2002 05:03:59 -0700 (PDT) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HC3xJW046769; Thu, 17 Oct 2002 05:03:59 -0700 (PDT) Message-Id: <200210171203.g9HC3xJW046769@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 17 Oct 2002 05:03:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/netscape7 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/10/17 05:03:59 PDT Modified files: www/netscape7 Makefile Log: Escape "#" in URL. noticed by: Kliment Ognianov Revision Changes Path 1.70 +1 -1 ports/www/netscape7/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 5: 6: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 D497B37B401; Thu, 17 Oct 2002 05:06:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E28243E6E; Thu, 17 Oct 2002 05:06:38 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HC6UmV046904; Thu, 17 Oct 2002 05:06:30 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HC6Tnn046903; Thu, 17 Oct 2002 05:06:29 -0700 (PDT) Message-Id: <200210171206.g9HC6Tnn046903@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 17 Oct 2002 05:06:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfscanf.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/10/17 05:06:29 PDT Modified files: lib/libc/stdio vfscanf.c Log: Make part of the previous change clearer; check flags for SUPPRESS directly instead of checking whether we're using a temporary buffer. Revision Changes Path 1.29 +7 -7 src/lib/libc/stdio/vfscanf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 5:23: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 D4BC037B401; Thu, 17 Oct 2002 05:23:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8656643E91; Thu, 17 Oct 2002 05:23:18 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HCNAmV048044; Thu, 17 Oct 2002 05:23:10 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HCNAnY048043; Thu, 17 Oct 2002 05:23:10 -0700 (PDT) Message-Id: <200210171223.g9HCNAnY048043@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 17 Oct 2002 05:23:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ru/releases 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 sobomax 2002/10/17 05:23:08 PDT Modified files: ru/releases index.sgml Log: Correct information about future releases and add 4.6.2 into the list of past releases. Submitted by: Denis N. Peplin Revision Changes Path 1.9 +12 -4 www/ru/releases/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 5:44: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 72BB437B401; Thu, 17 Oct 2002 05:44:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0ECF43E7B; Thu, 17 Oct 2002 05:44:32 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HCiPmV049403; Thu, 17 Oct 2002 05:44:25 -0700 (PDT) (envelope-from roger@repoman.freebsd.org) Received: (from roger@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HCiPIR049402; Thu, 17 Oct 2002 05:44:25 -0700 (PDT) Message-Id: <200210171244.g9HCiPIR049402@repoman.freebsd.org> From: Roger Hardiman Date: Thu, 17 Oct 2002 05:44:25 -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/10/17 05:44:25 PDT Modified files: audio/speex Makefile distinfo Log: Upgrade to latest release Revision Changes Path 1.7 +1 -1 ports/audio/speex/Makefile 1.6 +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 Oct 17 5:51: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 CE0D037B404; Thu, 17 Oct 2002 05:51:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FB6E43E8A; Thu, 17 Oct 2002 05:51:51 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HCphmV049846; Thu, 17 Oct 2002 05:51:43 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HCphWL049844; Thu, 17 Oct 2002 05:51:43 -0700 (PDT) Message-Id: <200210171251.g9HCphWL049844@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 17 Oct 2002 05:51:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 syscons.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 nyan 2002/10/17 05:51:43 PDT Modified files: sys/pc98/pc98 syscons.c Log: Merged from sys/dev/syscons/syscons.c revision 1.390. Revision Changes Path 1.178 +2 -1 src/sys/pc98/pc98/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 5:55: 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 3A82837B401; Thu, 17 Oct 2002 05:55:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0F7243E3B; Thu, 17 Oct 2002 05:54:59 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HCsqmV050057; Thu, 17 Oct 2002 05:54:52 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HCsqZj050056; Thu, 17 Oct 2002 05:54:52 -0700 (PDT) Message-Id: <200210171254.g9HCsqZj050056@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 17 Oct 2002 05:54:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 syscons_pc98.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 nyan 2002/10/17 05:54:51 PDT Modified files: sys/pc98/pc98 syscons_pc98.c Log: Merged from sys/isa/syscons_isa.c revision 1.19. Revision Changes Path 1.16 +4 -0 src/sys/pc98/pc98/syscons_pc98.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 5:58: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 F3FF037B401; Thu, 17 Oct 2002 05:58:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5ABE43E65; Thu, 17 Oct 2002 05:58:23 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HCwEmV050247; Thu, 17 Oct 2002 05:58:15 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HCwEUv050246; Thu, 17 Oct 2002 05:58:14 -0700 (PDT) Message-Id: <200210171258.g9HCwEUv050246@repoman.freebsd.org> From: Philippe Charnier Date: Thu, 17 Oct 2002 05:58:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/symorder symorder.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 charnier 2002/10/17 05:58:14 PDT Modified files: usr.bin/symorder symorder.1 Log: Introduce option enumeration the standard way. Revision Changes Path 1.14 +4 -2 src/usr.bin/symorder/symorder.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 6: 0: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 9254737B401 for ; Thu, 17 Oct 2002 06:00:22 -0700 (PDT) Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E3C143E65 for ; Thu, 17 Oct 2002 06:00:22 -0700 (PDT) (envelope-from lioux@brturbo.com) Received: from 200-193-224-005-bsace7003.dsl.telebrasilia.net.br (200-193-224-005-bsace7003.dsl.telebrasilia.net.br [200.193.224.5]) by heaven.gigo.com (Postfix) with ESMTP id 841C4B841 for ; Thu, 17 Oct 2002 06:00:14 -0700 (PDT) Received: (qmail 30244 invoked by uid 1001); 17 Oct 2002 12:55:25 -0000 Message-ID: <20021017125525.30243.qmail@exxodus.fedaykin.here> Date: Thu, 17 Oct 2002 09:55:03 -0300 From: Mario Sergio Fujikawa Ferreira To: Eric Anholt Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11/XFree86-4-clients Makefile distinfo ports/x11/XFree86-4-clients/scripts configure ports/x11/XFree86-4-libraries Makefile distinfo ports/x11/XFree86-4-libraries/files patch-c patch-c2 patch-d ports/x11/XFree86-4-libraries/scripts configure ... References: <200210170720.g9H7K4mo026945@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210170720.g9H7K4mo026945@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-STABLE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-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, Oct 17, 2002 at 12:19:42AM -0700, Eric Anholt wrote: > anholt 2002/10/17 00:20:04 PDT > > Modified files: > x11/XFree86-4-clients Makefile distinfo > x11/XFree86-4-clients/scripts configure > x11/XFree86-4-libraries Makefile distinfo > x11/XFree86-4-libraries/files patch-c patch-c2 patch-d > x11/XFree86-4-libraries/scripts configure > x11-servers/XFree86-4-FontServer Makefile > x11-servers/XFree86-4-FontServer/scripts configure > x11-servers/XFree86-4-NestServer Makefile distinfo > x11-servers/XFree86-4-NestServer/scripts configure > x11-servers/XFree86-4-PrintServer Makefile distinfo > x11-servers/XFree86-4-PrintServer/scripts configure > x11-servers/XFree86-4-Server Makefile > x11-servers/XFree86-4-Server/scripts configure > x11-servers/XFree86-4-VirtualFramebufferServer Makefile > distinfo > x11-servers/XFree86-4-VirtualFramebufferServer/scripts > configure > Log: > [1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch. > [2] Make the ports respect CFLAGS better. Now CFLAGS (and CC/CXX) are set for Great! :) Now, we can all benefit com a bit of ccache ... perhaps, even distcc :) -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 6: 4: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 90C8337B401; Thu, 17 Oct 2002 06:04:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13F9D43E4A; Thu, 17 Oct 2002 06:04:09 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HD41mV050770; Thu, 17 Oct 2002 06:04:01 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HD41dk050769; Thu, 17 Oct 2002 06:04:01 -0700 (PDT) Message-Id: <200210171304.g9HD41dk050769@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 17 Oct 2002 06:04:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfscanf.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/10/17 06:04:01 PDT Modified files: lib/libc/stdio vfscanf.c Log: Fix off-by-one error when pushing back a multibyte sequence in wide character class (%l[) and wide string (%ls) conversions. Revision Changes Path 1.30 +6 -2 src/lib/libc/stdio/vfscanf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 6: 4: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 DB48137B401; Thu, 17 Oct 2002 06:04:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84EA543E6A; Thu, 17 Oct 2002 06:04:57 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HD4nmV050811; Thu, 17 Oct 2002 06:04:49 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HD4nlw050810; Thu, 17 Oct 2002 06:04:49 -0700 (PDT) Message-Id: <200210171304.g9HD4nlw050810@repoman.freebsd.org> From: Philippe Charnier Date: Thu, 17 Oct 2002 06:04:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tr tr.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 charnier 2002/10/17 06:04:49 PDT Modified files: usr.bin/tr tr.1 Log: Use .Fl/Ar for flags and arguments. Revision Changes Path 1.18 +6 -4 src/usr.bin/tr/tr.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 6:19: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 7C77D37B401; Thu, 17 Oct 2002 06:19:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BD8143E6A; Thu, 17 Oct 2002 06:19:49 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HDJfmV051625; Thu, 17 Oct 2002 06:19:41 -0700 (PDT) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HDJfXl051624; Thu, 17 Oct 2002 06:19:41 -0700 (PDT) Message-Id: <200210171319.g9HDJfXl051624@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 17 Oct 2002 06:19:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_clock.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 maxim 2002/10/17 06:19:41 PDT Modified files: (Branch: RELENG_4) sys/kern kern_clock.c Log: Extend rev. 1.105.2.7: make timecounters more robust for negative deltas. This change does not apply to -CURRENT. PR: kern/42875 and "named crash" thread in -bugs Spotted by: bde Reviewed by: phk Many thanks to Ross Finlayson and Womchick alexeyeff for testing. Revision Changes Path 1.105.2.10 +20 -0 src/sys/kern/kern_clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 6:19: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 7DCB237B42C; Thu, 17 Oct 2002 06:19:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F35A43E65; Thu, 17 Oct 2002 06:19:55 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HDJlmV051651; Thu, 17 Oct 2002 06:19:47 -0700 (PDT) (envelope-from charnier@repoman.freebsd.org) Received: (from charnier@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HDJlKO051650; Thu, 17 Oct 2002 06:19:47 -0700 (PDT) Message-Id: <200210171319.g9HDJlKO051650@repoman.freebsd.org> From: Philippe Charnier Date: Thu, 17 Oct 2002 06:19:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ac ac.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 charnier 2002/10/17 06:19:47 PDT Modified files: usr.sbin/ac ac.c Log: Remove unused #includes. Eliminate castings by using size_t instead of int. Revision Changes Path 1.25 +4 -8 src/usr.sbin/ac/ac.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 6:23: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 6947037B401; Thu, 17 Oct 2002 06:23:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B67943E3B; Thu, 17 Oct 2002 06:23:11 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HDN3mV052163; Thu, 17 Oct 2002 06:23:03 -0700 (PDT) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HDN3FN052162; Thu, 17 Oct 2002 06:23:03 -0700 (PDT) Message-Id: <200210171323.g9HDN3FN052162@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 17 Oct 2002 06:23:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/smokeping 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/10/17 06:23:03 PDT Modified files: net/smokeping Makefile Log: o Add missing dependency o Bump PORTREVISION PR: 44166 Submitted by: maintainer Revision Changes Path 1.8 +2 -0 ports/net/smokeping/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 6:28: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 6D1C837B401; Thu, 17 Oct 2002 06:28:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2048B43E3B; Thu, 17 Oct 2002 06:28:48 -0700 (PDT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HDSemV052352; Thu, 17 Oct 2002 06:28:40 -0700 (PDT) (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HDSeHo052351; Thu, 17 Oct 2002 06:28:40 -0700 (PDT) Message-Id: <200210171328.g9HDSeHo052351@repoman.freebsd.org> From: MANTANI Nobutaka Date: Thu, 17 Oct 2002 06:28:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/mlterm 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 nobutaka 2002/10/17 06:28:40 PDT Modified files: x11/mlterm Makefile Log: Correct CONFIGURE_ARGS. Submitted by: IWAMOTO, Kouichi Revision Changes Path 1.11 +2 -1 ports/x11/mlterm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 6:39: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 14D9837B413; Thu, 17 Oct 2002 06:39:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49E7F43E91; Thu, 17 Oct 2002 06:39:10 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HDd2mV053075; Thu, 17 Oct 2002 06:39:02 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HDd2ck053074; Thu, 17 Oct 2002 06:39:02 -0700 (PDT) Message-Id: <200210171339.g9HDd2ck053074@repoman.freebsd.org> From: Martin Blapp Date: Thu, 17 Oct 2002 06:39:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/ptkei 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 mbr 2002/10/17 06:39:02 PDT Modified files: games/ptkei Makefile distinfo pkg-plist Log: Upgrade to version 1.16. New maintainer. Submitted by: pgfb@imp.ch Revision Changes Path 1.6 +2 -3 ports/games/ptkei/Makefile 1.5 +1 -1 ports/games/ptkei/distinfo 1.5 +11 -10 ports/games/ptkei/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 Oct 17 6:47: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 6231437B401; Thu, 17 Oct 2002 06:47:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 263AB43E7B; Thu, 17 Oct 2002 06:47:41 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HDlXmV053731; Thu, 17 Oct 2002 06:47:33 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HDlXPQ053730; Thu, 17 Oct 2002 06:47:33 -0700 (PDT) Message-Id: <200210171347.g9HDlXPQ053730@repoman.freebsd.org> From: Bruce Evans Date: Thu, 17 Oct 2002 06:47:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES 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 bde 2002/10/17 06:47:33 PDT Modified files: sys/conf NOTES sys/i386/conf NOTES Log: Fixed the quoting of the value of SC_CUT_SEPCHARS. The double quotes needed to be quoted (to get a C string literal), not the value itself. Fixed the value of SC_CUT_SEPCHARS. Setting this value would have had no effect even if it were used, since the value was the same as the default. The above bugs had no effect except to set bad examples, since test coverage of SC_CUT_SEPCHARS is broken by enabling a negative option. Removed (unquoted) double quotes for all options. They were all bogus since they had no effect except to make non-strings look like strings. Most of the non-strings were expressions. The value of INIT_PATH is a non-string since it is stringified later (unlike SC_CUT_SEPCHARS). Fixed parenthesization errors inside bogus quotes (parenthesize values if they have more than one token in them but don't parenthesize single tokens). Revision Changes Path 1.1099 +21 -21 src/sys/conf/NOTES 1.1050 +2 -2 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 6:48: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 3CCAF37B401; Thu, 17 Oct 2002 06:48:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC08943E42; Thu, 17 Oct 2002 06:48:22 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HDmDmV053817; Thu, 17 Oct 2002 06:48:14 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HDmDZV053816; Thu, 17 Oct 2002 06:48:13 -0700 (PDT) Message-Id: <200210171348.g9HDmDZV053816@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 17 Oct 2002 06:48:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.dep.mk bsd.prog.mk sys.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 ru 2002/10/17 06:48:13 PDT Modified files: share/mk bsd.dep.mk bsd.prog.mk sys.mk Log: Added the new variable CTAGS which, if set to "ctags", reverts to creating the tags file using ctags(1). Defaults to "gtags". Made GTAGSFLAGS and HTAGSFLAGS overrideable, added CTAGSFLAGS. Folded bsd.prog.mk version of `tags' into bsd.dep.mk. PR: bin/42852 Revision Changes Path 1.38 +37 -17 src/share/mk/bsd.dep.mk 1.129 +0 -14 src/share/mk/bsd.prog.mk 1.65 +0 -4 src/share/mk/sys.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 6:48: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 06B3F37B401; Thu, 17 Oct 2002 06:48:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAFAA43E42; Thu, 17 Oct 2002 06:48:43 -0700 (PDT) (envelope-from bsd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HDmZmV053906; Thu, 17 Oct 2002 06:48:35 -0700 (PDT) (envelope-from bsd@repoman.freebsd.org) Received: (from bsd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HDmZ2I053905; Thu, 17 Oct 2002 06:48:35 -0700 (PDT) Message-Id: <200210171348.g9HDmZ2I053905@repoman.freebsd.org> From: "Brian S. Dean" Date: Thu, 17 Oct 2002 06:48:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/scud 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 bsd 2002/10/17 06:48:35 PDT Modified files: comms/scud Makefile distinfo Log: Update to revision 1.5. Submitted by: David Quattlebaum (maintainer) Revision Changes Path 1.4 +4 -3 ports/comms/scud/Makefile 1.4 +1 -1 ports/comms/scud/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 6:49: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 9F16737B401; Thu, 17 Oct 2002 06:49:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F86743E4A; Thu, 17 Oct 2002 06:49:39 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HDnVmV054057; Thu, 17 Oct 2002 06:49:31 -0700 (PDT) (envelope-from dwcjr@repoman.freebsd.org) Received: (from dwcjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HDnVC2054056; Thu, 17 Oct 2002 06:49:31 -0700 (PDT) Message-Id: <200210171349.g9HDnVC2054056@repoman.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 17 Oct 2002 06:49:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba 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 dwcjr 2002/10/17 06:49:31 PDT Modified files: net/samba Makefile distinfo Log: Update to the well anticipated samba 2.2.6. Revision Changes Path 1.104 +2 -2 ports/net/samba/Makefile 1.44 +1 -1 ports/net/samba/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 6: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 18D6437B401; Thu, 17 Oct 2002 06:55:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D025943E6A; Thu, 17 Oct 2002 06:55:54 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HDtjmV054704; Thu, 17 Oct 2002 06:55:46 -0700 (PDT) (envelope-from iwasaki@repoman.freebsd.org) Received: (from iwasaki@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HDtjBt054703; Thu, 17 Oct 2002 06:55:45 -0700 (PDT) Message-Id: <200210171355.g9HDtjBt054703@repoman.freebsd.org> From: Mitsuru IWASAKI Date: Thu, 17 Oct 2002 06:55:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa clock.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/10/17 06:55:44 PDT Modified files: sys/i386/isa clock.c Log: 1. Fix a comment. Locking _is_ needed (but not done). 2. Update a comment. We now restore much more than RTC updates and interrupts. 3. Order change. Stop interrupts by writing to RTC_STATUSB, restore rate bits for the interrupts by writing to RTC_STATUSA, then enable interrupts again. This seems to be done perfectly backwards in startrtclock(). Otherwise, the idea for this change was obtained from startrtclock(). 4. Don't stop the clock (RTCB_HALT). We only program some control bits and don't want to stop the clock. 5. (Not really related.) Add caveats to the comment about timer_restore(). The update is non-atomic since locking is not done. On locking: 6. rtcin() and writertc() are locked() adequately by splhigh() in RELENG_4, but this locking is null in -current. 7. Doing things in the correct order in (3) combined with (6) is probably enough locking for rtcrestore() in RELENG_4. In -current, the writertc()'s race with rtcintr() unless the BIOS disables RTC interrupts. Submitted by: bde (including commit message) MFC after: 1 week Revision Changes Path 1.190 +8 -12 src/sys/i386/isa/clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 6:58: 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 7543F37B401; Thu, 17 Oct 2002 06:58:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2780343E7B; Thu, 17 Oct 2002 06:58:08 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HDw0mV054779; Thu, 17 Oct 2002 06:58:00 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HDvxWr054778; Thu, 17 Oct 2002 06:57:59 -0700 (PDT) Message-Id: <200210171357.g9HDvxWr054778@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 17 Oct 2002 06:57:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/10/17 06:57:59 PDT Modified files: sys/pc98/conf GENERIC Log: Switch from the bs driver to the ct driver. Revision Changes Path 1.218 +3 -3 src/sys/pc98/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 7: 2: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 CE75F37B401 for ; Thu, 17 Oct 2002 07:02:20 -0700 (PDT) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DF9B43E88 for ; Thu, 17 Oct 2002 07:02:20 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 8197 invoked from network); 17 Oct 2002 14:02:19 -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 ; 17 Oct 2002 14:02:19 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id g9HE2Hn5042291; Thu, 17 Oct 2002 10:02: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: <200210170704.g9H74V7x025762@repoman.freebsd.org> Date: Thu, 17 Oct 2002 10:02:19 -0400 (EDT) From: John Baldwin To: Mitsuru IWASAKI Subject: RE: cvs commit: src/sys/conf NOTES options.alpha options.i386 op 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 17-Oct-2002 Mitsuru IWASAKI wrote: > iwasaki 2002/10/17 00:04:31 PDT > > Modified files: > sys/conf NOTES options.alpha options.i386 > options.ia64 options.pc98 options.x86_64 > sys/isa syscons_isa.c > Log: > Add new syscons option SC_NO_SUSPEND_VTYSWITCH. > This disables vty switch during suspend/resume. Thank you! I was about to ask for that. -- 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 Oct 17 7: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 5B01B37B401; Thu, 17 Oct 2002 07:17:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A22B43E4A; Thu, 17 Oct 2002 07:17:19 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HEHAmV056115; Thu, 17 Oct 2002 07:17:10 -0700 (PDT) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HEHAfw056114; Thu, 17 Oct 2002 07:17:10 -0700 (PDT) Message-Id: <200210171417.g9HEHAfw056114@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 17 Oct 2002 07:17:10 -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 roam 2002/10/17 07:17:09 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Sergey Kolobov for his work on multiple ports. PR: 44021 Submitted by: Sergey Kolobov Revision Changes Path 1.278 +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 Thu Oct 17 7:45: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 632BF37B401; Thu, 17 Oct 2002 07:45:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11B2343E6A; Thu, 17 Oct 2002 07:45:10 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HEj1mV057955; Thu, 17 Oct 2002 07:45:01 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HEj12f057950; Thu, 17 Oct 2002 07:45:01 -0700 (PDT) Message-Id: <200210171445.g9HEj12f057950@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 17 Oct 2002 07:45:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla Makefile 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/10/17 07:45:00 PDT Modified files: www/mozilla Makefile www/mozilla-devel Makefile Log: Mark forbidden due to security hole reported at http://www.mozillazine.org/talkback.html?article=2467. Submitted by: trevor Revision Changes Path 1.117 +2 -0 ports/www/mozilla-devel/Makefile 1.117 +2 -0 ports/www/mozilla/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 7:45: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 8E14437B401; Thu, 17 Oct 2002 07:45:39 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94DE043E88; Thu, 17 Oct 2002 07:45:01 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g9HEgOp98975; Thu, 17 Oct 2002 17:42:24 +0300 (EEST) (envelope-from ru) Date: Thu, 17 Oct 2002 17:42:24 +0300 From: Ruslan Ermilov To: Jake Burkholder , Murray Stokely Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile Message-ID: <20021017144224.GB89018@sunbay.com> References: <200210160530.g9G5UuX6019618@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ibTvN161/egqYuK8" Content-Disposition: inline In-Reply-To: <200210160530.g9G5UuX6019618@repoman.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --ibTvN161/egqYuK8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 15, 2002 at 10:30:56PM -0700, Jake Burkholder wrote: > jake 2002/10/15 22:30:56 PDT >=20 > Modified files: > release Makefile=20 > Log: > Add support for building sparc64 releases. > =20 > Reviewed by: murray > =20 > Revision Changes Path > 1.711 +19 -1 src/release/Makefile >=20 How about this small patch? I think it might be useful elsewhere. %%% Index: Makefile =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/release/Makefile,v retrieving revision 1.711 diff -u -r1.711 Makefile --- Makefile 16 Oct 2002 05:30:56 -0000 1.711 +++ Makefile 17 Oct 2002 14:41:29 -0000 @@ -690,7 +690,7 @@ sh -e ${.CURDIR}/scripts/doFS.sh -s mfsroot ${RD} ${MNT} \ ${MFSSIZE} ${RD}/mfsfd ${MFSINODE} ${MFSLABEL} @gzip -9vc mfsroot > mfsroot.gz -.if ${TARGET_ARCH} !=3D "sparc64" +.if defined(BOOTSIZE) @sh -e ${.CURDIR}/scripts/doFS.sh ${RD}/floppies/mfsroot.flp \ ${RD} ${MNT} ${BOOTSIZE} mfsroot.gz ${BOOTINODE} ${BOOTLABEL} @cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=3Dkern %%% Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --ibTvN161/egqYuK8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9rsxQUkv4P6juNwoRAkF1AJ0aBBcZBeclAu4bje80M3BcGSgmawCfdjJm 4t7jsXG1s//RYzB1RFmVkII= =3Vup -----END PGP SIGNATURE----- --ibTvN161/egqYuK8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 7:46: 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 A219337B401; Thu, 17 Oct 2002 07:45:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2896A43E6E; Thu, 17 Oct 2002 07:45:59 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HEjomV058017; Thu, 17 Oct 2002 07:45:50 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HEjop0058016; Thu, 17 Oct 2002 07:45:50 -0700 (PDT) Message-Id: <200210171445.g9HEjop0058016@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 17 Oct 2002 07:45:50 -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/10/17 07:45:50 PDT Modified files: www/galeon Makefile Log: Mark forbidden due to security hole reported at http://www.mozillazine.org/talkback.html?article=2467. Submitted by: trevor Revision Changes Path 1.86 +1 -0 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 Thu Oct 17 7:54: 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 B830737B401; Thu, 17 Oct 2002 07:53:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7545243E6A; Thu, 17 Oct 2002 07:53:59 -0700 (PDT) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HEromV058639; Thu, 17 Oct 2002 07:53:50 -0700 (PDT) (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HEroAG058638; Thu, 17 Oct 2002 07:53:50 -0700 (PDT) Message-Id: <200210171453.g9HEroAG058638@repoman.freebsd.org> From: Mark Peek Date: Thu, 17 Oct 2002 07:53:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gdb53/files patch-gdb_config_sparc_fbsd.mh patch-gdb_config_sparc_fbsd.mt patch-gdb_config_sparc_nm-fbsd.h patch-gdb_config_sparc_tm-fbsd.h patch-gdb_sparcnbsd-tdep.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 mp 2002/10/17 07:53:50 PDT Modified files: devel/gdb53/files patch-gdb_config_sparc_fbsd.mh patch-gdb_config_sparc_nm-fbsd.h Added files: devel/gdb53/files patch-gdb_config_sparc_fbsd.mt patch-gdb_config_sparc_tm-fbsd.h patch-gdb_sparcnbsd-tdep.c Log: Patches for gdb-5.3 to work on the FreeBSD sparc64 port. Submitted by: jake Revision Changes Path 1.2 +8 -5 ports/devel/gdb53/files/patch-gdb_config_sparc_fbsd.mh 1.1 +10 -0 ports/devel/gdb53/files/patch-gdb_config_sparc_fbsd.mt (new) 1.2 +40 -12 ports/devel/gdb53/files/patch-gdb_config_sparc_nm-fbsd.h 1.1 +17 -0 ports/devel/gdb53/files/patch-gdb_config_sparc_tm-fbsd.h (new) 1.1 +44 -0 ports/devel/gdb53/files/patch-gdb_sparcnbsd-tdep.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 7:55: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 A846137B404; Thu, 17 Oct 2002 07:55:24 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id E815C43E6A; Thu, 17 Oct 2002 07:55:23 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.5) with ESMTP id g9HF4Hbd051585; Thu, 17 Oct 2002 11:04:17 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.5/Submit) id g9HF4HcI051584; Thu, 17 Oct 2002 11:04:17 -0400 (EDT) Date: Thu, 17 Oct 2002 11:04:17 -0400 From: Jake Burkholder To: Mark Peek Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/gdb53/files patch-gdb_config_sparc_fbsd.mh patch-gdb_config_sparc_fbsd.mt patch-gdb_config_sparc_nm-fbsd.h patch-gdb_config_sparc_tm-fbsd.h patch-gdb_sparcnbsd-tdep.c Message-ID: <20021017110416.T25928@locore.ca> References: <200210171453.g9HEroAG058638@repoman.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: <200210171453.g9HEroAG058638@repoman.freebsd.org>; from mp@FreeBSD.org on Thu, Oct 17, 2002 at 07:53:50AM -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 Apparently, On Thu, Oct 17, 2002 at 07:53:50AM -0700, Mark Peek said words to the effect of; > mp 2002/10/17 07:53:50 PDT > > Modified files: > devel/gdb53/files patch-gdb_config_sparc_fbsd.mh > patch-gdb_config_sparc_nm-fbsd.h > Added files: > devel/gdb53/files patch-gdb_config_sparc_fbsd.mt > patch-gdb_config_sparc_tm-fbsd.h > patch-gdb_sparcnbsd-tdep.c > Log: > Patches for gdb-5.3 to work on the FreeBSD sparc64 port. > > Submitted by: jake Thanks! > > Revision Changes Path > 1.2 +8 -5 ports/devel/gdb53/files/patch-gdb_config_sparc_fbsd.mh > 1.1 +10 -0 ports/devel/gdb53/files/patch-gdb_config_sparc_fbsd.mt (new) > 1.2 +40 -12 ports/devel/gdb53/files/patch-gdb_config_sparc_nm-fbsd.h > 1.1 +17 -0 ports/devel/gdb53/files/patch-gdb_config_sparc_tm-fbsd.h (new) > 1.1 +44 -0 ports/devel/gdb53/files/patch-gdb_sparcnbsd-tdep.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 7:56: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 E112B37B401; Thu, 17 Oct 2002 07:56:10 -0700 (PDT) Received: from tara.freenix.org (keltia.freenix.org [62.4.20.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6D6C43E6A; Thu, 17 Oct 2002 07:56:09 -0700 (PDT) (envelope-from roberto@tara.freenix.org) Received: by tara.freenix.org (Postfix/TLS, from userid 101) id 877652A95; Thu, 17 Oct 2002 16:56:08 +0200 (CEST) Date: Thu, 17 Oct 2002 16:56:08 +0200 From: Ollivier Robert To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: Mark Huizer , Will Andrews Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/sjog Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/sjog/files patch-setbrightness::Makefile.am patch-setbrightness::setbrightness.c patch-src::Makefile.am patch-src::pci.h patch-src::pci_freebsd.c patch-src::sjog.c ... Message-ID: <20021017145608.GA17449@tara.freenix.org> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Mark Huizer , Will Andrews References: <200210140843.g9E8hb7X079414@repoman.freebsd.org> <20021016172258.GC38307@eeyore.local.dohd.org> <20021016172344.GE88202@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021016172344.GE88202@leviathan.inethouston.net> X-Operating-System: FreeBSD 5.0-CURRENT K6-3D/266 & 2x PIII/800 SMP 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 According to David W. Chapman Jr.: > Probably use REINPLACE_CMD to fix this better and not requir a patch The file in question is already patched by the build process. There are two patches needed, the one to sjog_volume.c and another one to setbrightness.c. The maintainer will probably merge this port with picturebook anyway :) BTW it works fine on my Z600TEK and I'm very happy with it. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 8:11:15 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 B4E4F37B401; Thu, 17 Oct 2002 08:11:13 -0700 (PDT) Received: from green.bikeshed.org (b9rowwemoklpjy2t@green.bikeshed.org [10.0.0.1] (may be forged)) by green.bikeshed.org (8.12.6/8.12.6) with ESMTP id g9HFBCcw001099; Thu, 17 Oct 2002 11:11:12 -0400 (EDT) (envelope-from green@green.bikeshed.org) Received: from localhost (green@localhost) by green.bikeshed.org (8.12.6/8.12.6/Submit) with ESMTP id g9HFBCg9001096; Thu, 17 Oct 2002 11:11:12 -0400 (EDT) Message-Id: <200210171511.g9HFBCg9001096@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Joe Marcus Clarke Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/mozilla Makefile ports/www/mozilla-devel Makefile In-Reply-To: Your message of "Thu, 17 Oct 2002 07:45:00 PDT." <200210171445.g9HEj12f057950@repoman.freebsd.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 Oct 2002 11:11:12 -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 Joe Marcus Clarke wrote: > marcus 2002/10/17 07:45:00 PDT > > Modified files: > www/mozilla Makefile > www/mozilla-devel Makefile > Log: > Mark forbidden due to security hole reported at > http://www.mozillazine.org/talkback.html?article=2467. Did you notice if you go to that page there's a patch to fix it? -- 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 Thu Oct 17 8: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 9F22737B401; Thu, 17 Oct 2002 08:18:05 -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 0844043EA9; Thu, 17 Oct 2002 08:18:05 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from [10.2.1.2] (vpn-client-2.marcuscom.com [10.2.1.2]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id g9HFHT01055370; Thu, 17 Oct 2002 11:17:29 -0400 (EDT) (envelope-from marcus@FreeBSD.org) Subject: Re: cvs commit: ports/www/mozilla Makefile ports/www/mozilla-devel Makefile From: Joe Marcus Clarke To: "Brian F. Feldman" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200210171511.g9HFBCg9001096@green.bikeshed.org> References: <200210171511.g9HFBCg9001096@green.bikeshed.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 17 Oct 2002 11:17:25 -0400 Message-Id: <1034867846.323.36.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-5.2 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.41 Sender: owner-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, 2002-10-17 at 11:11, Brian F. Feldman wrote: > Joe Marcus Clarke wrote: > > marcus 2002/10/17 07:45:00 PDT > > > > Modified files: > > www/mozilla Makefile > > www/mozilla-devel Makefile > > Log: > > Mark forbidden due to security hole reported at > > http://www.mozillazine.org/talkback.html?article=2467. > > Did you notice if you go to that page there's a patch to fix it? Yes, but it doesn't apply cleanly, and I don't have the time right now to tweak it. I don't plan on leaving the ports forbidden for long, though. Joe > > -- > Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ > <> green@FreeBSD.org <> bfeldman@tislabs.com \ The Power to Serve! \ > Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ > > > -- Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 8:32: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 E51F137B401; Thu, 17 Oct 2002 08:32:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 694C543E4A; Thu, 17 Oct 2002 08:32:14 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HFW5mV061160; Thu, 17 Oct 2002 08:32:05 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HFW5vS061158; Thu, 17 Oct 2002 08:32:05 -0700 (PDT) Message-Id: <200210171532.g9HFW5vS061158@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 17 Oct 2002 08:32:05 -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 sobomax 2002/10/17 08:32:05 PDT Modified files: sys/conf NOTES Log: my(4) requires miibus, so that move it into proper section and also add a verbose description into comment area. Revision Changes Path 1.1100 +2 -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 Thu Oct 17 8: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 B7AF737B401; Thu, 17 Oct 2002 08:34:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ACCE43E4A; Thu, 17 Oct 2002 08:34:46 -0700 (PDT) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HFYbmV061288; Thu, 17 Oct 2002 08:34:37 -0700 (PDT) (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HFYbhe061287; Thu, 17 Oct 2002 08:34:37 -0700 (PDT) Message-Id: <200210171534.g9HFYbhe061287@repoman.freebsd.org> From: Mark Peek Date: Thu, 17 Oct 2002 08:34:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gdb53 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 mp 2002/10/17 08:34:37 PDT Modified files: devel/gdb53 Makefile distinfo Log: Update to latest snapshot. Revision Changes Path 1.16 +1 -1 ports/devel/gdb53/Makefile 1.12 +1 -1 ports/devel/gdb53/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 8: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 E3AE537B401; Thu, 17 Oct 2002 08:37:06 -0700 (PDT) Received: from mile.nevermind.kiev.ua (office.netstyle.com.ua [213.186.199.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1256843E6E; Thu, 17 Oct 2002 08:37:04 -0700 (PDT) (envelope-from never@mile.nevermind.kiev.ua) Received: from mile.nevermind.kiev.ua (never@localhost [127.0.0.1]) by mile.nevermind.kiev.ua (8.12.6/8.12.6) with ESMTP id g9HFaxwX059211; Thu, 17 Oct 2002 18:37:00 +0300 (EEST) (envelope-from never@mile.nevermind.kiev.ua) Received: (from never@localhost) by mile.nevermind.kiev.ua (8.12.6/8.12.6/Submit) id g9HFawIW059210; Thu, 17 Oct 2002 18:36:58 +0300 (EEST) Date: Thu, 17 Oct 2002 18:36:58 +0300 From: Alexandr Kovalenko To: Maxim Sobolev Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf NOTES Message-ID: <20021017153658.GA58956@nevermind.kiev.ua> References: <200210171532.g9HFW5vS061158@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200210171532.g9HFW5vS061158@repoman.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 Hello, Maxim Sobolev! On Thu, Oct 17, 2002 at 08:32:05AM -0700, you wrote: > sobomax 2002/10/17 08:32:05 PDT > > Modified files: > sys/conf NOTES > Log: > my(4) requires miibus, so that move it into proper section and also add a > verbose description into comment area. Should be: Submitted by: Alexandr Kovalenko :) > Revision Changes Path > 1.1100 +2 -1 src/sys/conf/NOTES -- NEVE-RIPE Ukrainian FreeBSD User Group http://uafug.org.ua/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 8:39: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 0BEAD37B401; Thu, 17 Oct 2002 08:39:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B100543E6A; Thu, 17 Oct 2002 08:39:10 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HFd2mV061489; Thu, 17 Oct 2002 08:39:02 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HFd1GJ061488; Thu, 17 Oct 2002 08:39:01 -0700 (PDT) Message-Id: <200210171539.g9HFd1GJ061488@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 17 Oct 2002 08:39:01 -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 sobomax 2002/10/17 08:39:01 PDT Modified files: (Branch: RELENG_4) sys/i386/conf LINT Log: Add missed my(4) driver. PR: 44055 Submitted by: Alexandr Kovalenko Revision Changes Path 1.749.2.126 +4 -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 Thu Oct 17 8: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 2092637B401; Thu, 17 Oct 2002 08:46:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89C5943E4A; Thu, 17 Oct 2002 08:46:45 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HFkbmV062085; Thu, 17 Oct 2002 08:46:37 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HFka7G062084; Thu, 17 Oct 2002 08:46:37 -0700 (PDT) Message-Id: <200210171546.g9HFka7G062084@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 17 Oct 2002 08:46:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/gnu-regexp 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/10/17 08:46:36 PDT Modified files: java/gnu-regexp Makefile Log: Fix MASTER_SITES. PR: 43827 Submitted by: Alexandr Kovalenko Revision Changes Path 1.4 +1 -1 ports/java/gnu-regexp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 8:53: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 2EFE237B401; Thu, 17 Oct 2002 08:53:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2C7C43E4A; Thu, 17 Oct 2002 08:53:31 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HFqhmV062625; Thu, 17 Oct 2002 08:52:43 -0700 (PDT) (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HFqhSB062624; Thu, 17 Oct 2002 08:52:43 -0700 (PDT) Message-Id: <200210171552.g9HFqhSB062624@repoman.freebsd.org> From: Robert Drehmel Date: Thu, 17 Oct 2002 08:52:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_usrreq.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/10/17 08:52:43 PDT Modified files: sys/kern uipc_usrreq.c Log: - Allocate only enough space for a temporary buffer to hold the path including the terminating NUL character from `struct sockaddr_un' rather than SOCK_MAXADDRLEN bytes. - Use strlcpy() instead of strncpy() to copy strings. Revision Changes Path 1.97 +6 -5 src/sys/kern/uipc_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 9: 1: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 C08FA37B401; Thu, 17 Oct 2002 09:01:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DEF443E4A; Thu, 17 Oct 2002 09:01:13 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HG14mV063131; Thu, 17 Oct 2002 09:01:04 -0700 (PDT) (envelope-from cjh@repoman.freebsd.org) Received: (from cjh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HG14xG063129; Thu, 17 Oct 2002 09:01:04 -0700 (PDT) Message-Id: <200210171601.g9HG14xG063129@repoman.freebsd.org> From: CHOI Junho Date: Thu, 17 Oct 2002 09:01:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml cjh.key pgpkeys.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 cjh 2002/10/17 09:01:04 PDT Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml pgpkeys.ent Added files: en_US.ISO8859-1/books/handbook/pgpkeys cjh.key Log: Add my PGP key. Lesson from almost-lost ssh public key on freefall. :P Revision Changes Path 1.170 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml 1.1 +43 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/cjh.key (new) 1.44 +1 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 9: 3: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 A56BE37B404 for ; Thu, 17 Oct 2002 09:03:44 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 858AA43E65 for ; Thu, 17 Oct 2002 09:00:55 -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 g9HFnYu18414; Thu, 17 Oct 2002 18:49:34 +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.6/8.12.5) with ESMTP id g9HFnSaJ006976; Thu, 17 Oct 2002 18:49:28 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3DAEDC9D.2AA32D76@FreeBSD.org> Date: Thu, 17 Oct 2002 18:51: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: Alexandr Kovalenko Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf NOTES References: <200210171532.g9HFW5vS061158@repoman.freebsd.org> <20021017153658.GA58956@nevermind.kiev.ua> 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 Alexandr Kovalenko wrote: > > Hello, Maxim Sobolev! > > On Thu, Oct 17, 2002 at 08:32:05AM -0700, you wrote: > > > sobomax 2002/10/17 08:32:05 PDT > > > > Modified files: > > sys/conf NOTES > > Log: > > my(4) requires miibus, so that move it into proper section and also add a > > verbose description into comment area. > Should be: > > Submitted by: Alexandr Kovalenko Nah, this particular patch was only inspired by the said PR. ;) -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 9: 9: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 2511737B404; Thu, 17 Oct 2002 09:09:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC21343E6A; Thu, 17 Oct 2002 09:09:21 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HG9DmV063620; Thu, 17 Oct 2002 09:09:13 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HG9D2m063619; Thu, 17 Oct 2002 09:09:13 -0700 (PDT) Message-Id: <200210171609.g9HG9D2m063619@repoman.freebsd.org> From: John Baldwin Date: Thu, 17 Oct 2002 09:09:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa syscons_isa.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/10/17 09:09:13 PDT Modified files: sys/isa syscons_isa.c Log: Fix compile with options SC_NO_SUSPEND_VTYSWITCH. Revision Changes Path 1.20 +2 -0 src/sys/isa/syscons_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 9:23: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 9394637B401; Thu, 17 Oct 2002 09:23:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F00143E6E; Thu, 17 Oct 2002 09:23:51 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HGNgmV064874; Thu, 17 Oct 2002 09:23:42 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HGNg9S064873; Thu, 17 Oct 2002 09:23:42 -0700 (PDT) Message-Id: <200210171623.g9HGNg9S064873@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 17 Oct 2002 09:23:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/tinycdb 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/10/17 09:23:42 PDT Modified files: databases Makefile Added files: databases/tinycdb Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add tinycdb 0.72 Analogous to cdb, but faster Revision Changes Path 1.208 +1 -0 ports/databases/Makefile 1.1 +27 -0 ports/databases/tinycdb/Makefile (new) 1.1 +1 -0 ports/databases/tinycdb/distinfo (new) 1.1 +1 -0 ports/databases/tinycdb/pkg-comment (new) 1.1 +3 -0 ports/databases/tinycdb/pkg-descr (new) 1.1 +3 -0 ports/databases/tinycdb/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 Oct 17 9:24: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 436B737B401; Thu, 17 Oct 2002 09:24:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E957143E91; Thu, 17 Oct 2002 09:24:26 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HGOHmV064928; Thu, 17 Oct 2002 09:24:18 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HGOHxx064927; Thu, 17 Oct 2002 09:24:17 -0700 (PDT) Message-Id: <200210171624.g9HGOHxx064927@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 17 Oct 2002 09:24:16 -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/10/17 09:24:15 PDT Modified files: . modules Log: tinycdb --> ports/databases/tinycdb Revision Changes Path 1.6097 +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 Oct 17 9: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 D995137B401; Thu, 17 Oct 2002 09:26:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CC1943EB2; Thu, 17 Oct 2002 09:26:34 -0700 (PDT) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HGQPmV065397; Thu, 17 Oct 2002 09:26:25 -0700 (PDT) (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HGQPLY065396; Thu, 17 Oct 2002 09:26:25 -0700 (PDT) Message-Id: <200210171626.g9HGQPLY065396@repoman.freebsd.org> From: Martin Heinen Date: Thu, 17 Oct 2002 09:26:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/de_DE.ISO8859-1/books/faq book.sgml doc/de_DE.ISO8859-1/books/handbook/basics chapter.sgml doc/de_DE.ISO8859-1/books/handbook/bibliography chapter.sgml doc/de_DE.ISO8859-1/books/handbook/boot chapter.sgml doc/de_DE.ISO8859-1/books/handbook/config chapter.sgml doc/de_DE.ISO8859-1/books/handbook/cutting-edge 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 mheinen 2002/10/17 09:26:25 PDT Modified files: de_DE.ISO8859-1/books/faq book.sgml de_DE.ISO8859-1/books/handbook/basics chapter.sgml de_DE.ISO8859-1/books/handbook/bibliography chapter.sgml de_DE.ISO8859-1/books/handbook/boot chapter.sgml de_DE.ISO8859-1/books/handbook/config chapter.sgml de_DE.ISO8859-1/books/handbook/cutting-edge chapter.sgml de_DE.ISO8859-1/books/handbook/desktop chapter.sgml de_DE.ISO8859-1/books/handbook/disks chapter.sgml de_DE.ISO8859-1/books/handbook/eresources chapter.sgml de_DE.ISO8859-1/books/handbook/kernelconfig chapter.sgml de_DE.ISO8859-1/books/handbook/l10n chapter.sgml de_DE.ISO8859-1/books/handbook/mirrors chapter.sgml de_DE.ISO8859-1/books/handbook/ports chapter.sgml de_DE.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml de_DE.ISO8859-1/books/handbook/security chapter.sgml de_DE.ISO8859-1/books/handbook/sound chapter.sgml de_DE.ISO8859-1/books/handbook/users chapter.sgml Log: Sync with the FreeBSD German Documentation Project Content update and various fixes for: FAQ 1.481 -> 1.487 basics/chapter.sgml 1.77 -> 1.81 bibliography/chapter.sgml boot/chapter.sgml config/chapter.sgml 1.59 -> 1.69 cutting-edge/chapter.sgml 1.139 -> 1.140 desktop/chapter.sgml 1.8 -> 1.7 disks/chapter.sgml 1.110 -> 1.112 eresources/chapter.sgml 1.100 -> 1.101 kernelconfig/chapter.sgml l10n/chapter.sgml 1.82 -> 1.84 mirrors/chapter.sgml 1.242 -> 1.244 ports/chapter.sgml 1.179 -> 1.181 ppp-and-slip/chapter.sgml 1.91 -> 1.93 security/chapter.sgml 1.115 -> 1.117 sound/chapter.sgml users/chapter.sgml 1.35 -> 1.37 Approved by: alex (mentor) Obtained from: The FreeBSD German Documentation Project Revision Changes Path 1.23 +13 -14 doc/de_DE.ISO8859-1/books/faq/book.sgml 1.12 +211 -5 doc/de_DE.ISO8859-1/books/handbook/basics/chapter.sgml 1.11 +2 -2 doc/de_DE.ISO8859-1/books/handbook/bibliography/chapter.sgml 1.8 +2 -2 doc/de_DE.ISO8859-1/books/handbook/boot/chapter.sgml 1.11 +474 -73 doc/de_DE.ISO8859-1/books/handbook/config/chapter.sgml 1.4 +12 -4 doc/de_DE.ISO8859-1/books/handbook/cutting-edge/chapter.sgml 1.3 +22 -14 doc/de_DE.ISO8859-1/books/handbook/desktop/chapter.sgml 1.13 +31 -32 doc/de_DE.ISO8859-1/books/handbook/disks/chapter.sgml 1.3 +7 -7 doc/de_DE.ISO8859-1/books/handbook/eresources/chapter.sgml 1.8 +6 -6 doc/de_DE.ISO8859-1/books/handbook/kernelconfig/chapter.sgml 1.6 +10 -29 doc/de_DE.ISO8859-1/books/handbook/l10n/chapter.sgml 1.3 +46 -6 doc/de_DE.ISO8859-1/books/handbook/mirrors/chapter.sgml 1.11 +81 -69 doc/de_DE.ISO8859-1/books/handbook/ports/chapter.sgml 1.3 +9 -29 doc/de_DE.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml 1.10 +7 -5 doc/de_DE.ISO8859-1/books/handbook/security/chapter.sgml 1.9 +3 -3 doc/de_DE.ISO8859-1/books/handbook/sound/chapter.sgml 1.8 +14 -15 doc/de_DE.ISO8859-1/books/handbook/users/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 9:29: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 1FCDF37B401; Thu, 17 Oct 2002 09:29:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C48FD43E3B; Thu, 17 Oct 2002 09:29:35 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HGTRmV065538; Thu, 17 Oct 2002 09:29:27 -0700 (PDT) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HGTRBv065537; Thu, 17 Oct 2002 09:29:27 -0700 (PDT) Message-Id: <200210171629.g9HGTRBv065537@repoman.freebsd.org> From: Josef Karthauser Date: Thu, 17 Oct 2002 09:29:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/commitsdb make_commit_db X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/17 09:29:27 PDT Modified files: tools/tools/commitsdb make_commit_db Log: Fix a bug that showed up when trying to produce a database for subdirectories, and ended up making us loop forever. Add the username to the md5 of the commit to make it slightly more unique. Make the 'cvs' run quietly. Revision Changes Path 1.2 +12 -9 src/tools/tools/commitsdb/make_commit_db To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 9:31: 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 0561237B401; Thu, 17 Oct 2002 09:31:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB5F843E42; Thu, 17 Oct 2002 09:31:02 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HGUsmV065745; Thu, 17 Oct 2002 09:30:54 -0700 (PDT) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HGUsFW065744; Thu, 17 Oct 2002 09:30:54 -0700 (PDT) Message-Id: <200210171630.g9HGUsFW065744@repoman.freebsd.org> From: Greg Lewis Date: Thu, 17 Oct 2002 09:30:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13 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 glewis 2002/10/17 09:30:53 PDT Modified files: java/jdk13 Makefile Log: . Make the instructions for downloading the various source bits clearer. The instructions are based on text submitted in the PR (by grog). PR: 42942 Revision Changes Path 1.38 +26 -6 ports/java/jdk13/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 9: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 60F1237B401; Thu, 17 Oct 2002 09:31:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1313E43E42; Thu, 17 Oct 2002 09:31:54 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HGVjmV065959; Thu, 17 Oct 2002 09:31:45 -0700 (PDT) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HGVjkO065958; Thu, 17 Oct 2002 09:31:45 -0700 (PDT) Message-Id: <200210171631.g9HGVjkO065958@repoman.freebsd.org> From: Greg Lewis Date: Thu, 17 Oct 2002 09:31:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk12 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 glewis 2002/10/17 09:31:45 PDT Modified files: java/jdk12 Makefile Log: . Make the instructions for downloading the various source bits clearer. The instructions are based on text submitted in the PR (by grog). PR: 42942 Revision Changes Path 1.14 +27 -6 ports/java/jdk12/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 9:47: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 86DFA37B401; Thu, 17 Oct 2002 09:47:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4523C43E91; Thu, 17 Oct 2002 09:47:32 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HGlNmV066918; Thu, 17 Oct 2002 09:47:23 -0700 (PDT) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HGlNml066917; Thu, 17 Oct 2002 09:47:23 -0700 (PDT) Message-Id: <200210171647.g9HGlNml066917@repoman.freebsd.org> From: Udo Erdelhoff Date: Thu, 17 Oct 2002 09:47:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/readme article.sgml src/release/doc/de_DE.ISO8859-1/relnotes/common new.sgml relnotes.ent 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 ue 2002/10/17 09:47:23 PDT Modified files: (Branch: RELENG_4_6) release/doc/de_DE.ISO8859-1/readme article.sgml release/doc/de_DE.ISO8859-1/relnotes/common new.sgml relnotes.ent Log: Update DE translation of the relase notes for the RELENG_4_6 branch up Phase 3 of 3: Sync from RELENG_4_6_BP to RELENG_4_6 In particular: readme/article.sgml: 1.1.2.14 -> 1.1.2.14.2.3 relnotes/common/new.sgml: 1.22.2.249 -> 1.22.2.249.2.13 relnotes/common/relnotes.ent: 1.1.2.3 -> 1.1.2.3.4.3 Reviewed by: re, security-officer Approved by: bmah Revision Changes Path 1.1.2.4.2.2 +16 -3 src/release/doc/de_DE.ISO8859-1/readme/article.sgml 1.1.2.5.2.2 +196 -42 src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml 1.1.2.1.2.1 +8 -2 src/release/doc/de_DE.ISO8859-1/relnotes/common/relnotes.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 10:25: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 2E42537B401; Thu, 17 Oct 2002 10:25:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2C8C43E7B; Thu, 17 Oct 2002 10:25:16 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HHP8mV069469; Thu, 17 Oct 2002 10:25:08 -0700 (PDT) (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HHP7mr069468; Thu, 17 Oct 2002 10:25:07 -0700 (PDT) Message-Id: <200210171725.g9HHP7mr069468@repoman.freebsd.org> From: Jens Schweikhardt Date: Thu, 17 Oct 2002 10:25:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc 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 schweikh 2002/10/17 10:25:07 PDT Modified files: (Branch: RELENG_4) etc rc Log: MFC: correct style bugs (whitespace, "then" style). No content changes. Revision Changes Path 1.212.2.51 +8 -9 src/etc/rc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 10: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 7CDEB37B401; Thu, 17 Oct 2002 10:29:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E1AC43E75; Thu, 17 Oct 2002 10:29:07 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HHSwmV069603; Thu, 17 Oct 2002 10:28:58 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HHSw7M069602; Thu, 17 Oct 2002 10:28:58 -0700 (PDT) Message-Id: <200210171728.g9HHSw7M069602@repoman.freebsd.org> From: Sam Leffler Date: Thu, 17 Oct 2002 10:28:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_linker.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 sam 2002/10/17 10:28:58 PDT Modified files: sys/kern kern_linker.c Log: fix kldload error return when a module is rejected because it's statically linked in the kernel. When this condition is detected deep in the linker internals the EEXIST error code that's returned is stomped on and instead an ENOEXEC code is returned. This makes apps like sysinstall bitch. Revision Changes Path 1.96 +12 -4 src/sys/kern/kern_linker.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 10:40: 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 7584937B401; Thu, 17 Oct 2002 10:40:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26B0F43E91; Thu, 17 Oct 2002 10:40:05 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HHdumV070581; Thu, 17 Oct 2002 10:39:56 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HHduST070580; Thu, 17 Oct 2002 10:39:56 -0700 (PDT) Message-Id: <200210171739.g9HHduST070580@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 17 Oct 2002 10:39:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_gif.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/10/17 10:39:56 PDT Modified files: sys/net if_gif.c Log: s/gifp/ifp/ Obtained from: KAME MFC after: 3 weeks Revision Changes Path 1.33 +11 -11 src/sys/net/if_gif.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 10: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 7AF5337B401; Thu, 17 Oct 2002 10:42:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E30243E42; Thu, 17 Oct 2002 10:42:55 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HHgkmV071084; Thu, 17 Oct 2002 10:42:46 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HHgkUC071083; Thu, 17 Oct 2002 10:42:46 -0700 (PDT) Message-Id: <200210171742.g9HHgkUC071083@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 17 Oct 2002 10:42:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_gif.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/10/17 10:42:46 PDT Modified files: sys/net if_gif.c Log: - drop too short IPv6 frame - NULL != 0 Obtained from: KAME MFC after: 3 weeks Revision Changes Path 1.34 +15 -10 src/sys/net/if_gif.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 10: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 73D4937B401; Thu, 17 Oct 2002 10:48:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20AF943E65; Thu, 17 Oct 2002 10:48:04 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HHltmV071341; Thu, 17 Oct 2002 10:47:55 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HHltrV071340; Thu, 17 Oct 2002 10:47:55 -0700 (PDT) Message-Id: <200210171747.g9HHltrV071340@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 17 Oct 2002 10:47:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_gif.c src/sys/netinet in_gif.c in_gif.h src/sys/netinet6 in6_gif.c in6_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 ume 2002/10/17 10:47:55 PDT Modified files: sys/net if_gif.c sys/netinet in_gif.c in_gif.h sys/netinet6 in6_gif.c in6_gif.h Log: last arg of in6?_gif_output() is not used any more. Obtained from: KAME MFC after: 3 weeks Revision Changes Path 1.35 +2 -2 src/sys/net/if_gif.c 1.19 +1 -2 src/sys/netinet/in_gif.c 1.10 +1 -1 src/sys/netinet/in_gif.h 1.10 +1 -2 src/sys/netinet6/in6_gif.c 1.5 +1 -1 src/sys/netinet6/in6_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 Oct 17 11: 0: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 D689437B401; Thu, 17 Oct 2002 11:00:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8647043E6E; Thu, 17 Oct 2002 11:00:42 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HI0XmV072127; Thu, 17 Oct 2002 11:00:33 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HI0XGm072126; Thu, 17 Oct 2002 11:00:33 -0700 (PDT) Message-Id: <200210171800.g9HI0XGm072126@repoman.freebsd.org> From: Sam Leffler Date: Thu, 17 Oct 2002 11:00:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/i386 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 sam 2002/10/17 11:00:33 PDT Modified files: release/i386 drivers.conf Log: Mark more drivers as going on the (nonexistent) drivers.flp floppy to reduce the size of the bootstrap kernels. This is needed to make stuff fit in primary floppy images. Specific drivers moved: RAID support, tx Ethernet, and wi (wireless). Probably want to revisit at least the last two drivers before release. Submitted by: jhay (mostly) Revision Changes Path 1.12 +6 -2 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 Oct 17 11: 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 3EE7837B401; Thu, 17 Oct 2002 11:02:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3CAF43E65; Thu, 17 Oct 2002 11:02:36 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HI2RmV072519; Thu, 17 Oct 2002 11:02:27 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HI2R1Y072518; Thu, 17 Oct 2002 11:02:27 -0700 (PDT) Message-Id: <200210171802.g9HI2R1Y072518@repoman.freebsd.org> From: Sam Leffler Date: Thu, 17 Oct 2002 11:02:27 -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 sam 2002/10/17 11:02:27 PDT Modified files: release/i386 dokern.sh Log: Strip splash, tun, and COMPAT_FREEBSD4 from the config used to build the BOOTMFS kernel. These help reduce the kernel size so things fit in a floppy image. There are more low-hanging fruit to be had here if things fail to fit again. Revision Changes Path 1.66 +3 -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 Oct 17 11: 4: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 91A7437B401; Thu, 17 Oct 2002 11:04:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4247143E77; Thu, 17 Oct 2002 11:04:51 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HI4gmV072589; Thu, 17 Oct 2002 11:04:42 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HI4go6072588; Thu, 17 Oct 2002 11:04:42 -0700 (PDT) Message-Id: <200210171804.g9HI4go6072588@repoman.freebsd.org> From: Nate Lawson Date: Thu, 17 Oct 2002 11:04:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.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 njl 2002/10/17 11:04:42 PDT Modified files: sys/cam/scsi scsi_da.c Log: Quirk for HP 315 USB Digital Camera Submitted by: Keith White PR: kern/41010 MFC after: 1 week Revision Changes Path 1.113 +8 -0 src/sys/cam/scsi/scsi_da.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 11: 5: 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 4303D37B401; Thu, 17 Oct 2002 11:05:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1D0B43E65; Thu, 17 Oct 2002 11:05:02 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HI4rmV072663; Thu, 17 Oct 2002 11:04:53 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HI4rjn072662; Thu, 17 Oct 2002 11:04:53 -0700 (PDT) Message-Id: <200210171804.g9HI4rjn072662@repoman.freebsd.org> From: Sam Leffler Date: Thu, 17 Oct 2002 11:04:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha fixit_crunch.conf src/release/i386 fixit_crunch.conf src/release/pc98 fixit_crunch.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 sam 2002/10/17 11:04:53 PDT Modified files: release/alpha fixit_crunch.conf release/i386 fixit_crunch.conf release/pc98 fixit_crunch.conf Log: Add mount_devfs so we can remove MAKEDEV from the fixit floppy. These two changes make stuff fit in a floppy image again. Note: tested only for i386, but (blindly) applied to all machines Revision Changes Path 1.33 +2 -2 src/release/alpha/fixit_crunch.conf 1.8 +2 -2 src/release/i386/fixit_crunch.conf 1.8 +2 -2 src/release/pc98/fixit_crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 11:11: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 39AAA37B401; Thu, 17 Oct 2002 11:11:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0C7443E8A; Thu, 17 Oct 2002 11:11:58 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HIBnmV073248; Thu, 17 Oct 2002 11:11:49 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HIBn6m073247; Thu, 17 Oct 2002 11:11:49 -0700 (PDT) Message-Id: <200210171811.g9HIBn6m073247@repoman.freebsd.org> From: Thomas Moestl Date: Thu, 17 Oct 2002 11:11:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf majors X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/10/17 11:11:49 PDT Modified files: sys/conf majors Log: Allocate major 177 for the OpenFirmware control device, which I have ported from NetBSD and plan to commit soon. Revision Changes Path 1.144 +1 -0 src/sys/conf/majors To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 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 E248B37B401; Thu, 17 Oct 2002 11:16:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92D4243E6E; Thu, 17 Oct 2002 11:16:32 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HIGNmV073507; Thu, 17 Oct 2002 11:16:23 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HIGNGk073506; Thu, 17 Oct 2002 11:16:23 -0700 (PDT) Message-Id: <200210171816.g9HIGNGk073506@repoman.freebsd.org> From: Thomas Moestl Date: Thu, 17 Oct 2002 11:16:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 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 tmm 2002/10/17 11:16:23 PDT Modified files: sys/sparc64/sparc64 pmap.c Log: When entering the firmware mappings into the kernel tlb, clear all 'soft' bits that might be set in the firmware tte data field, and set the soft flag TD_EXEC to mark the page executable. Failing to do the latter would cause fatal instruction faults in the prom in certain situations. Reviewed by: jake Revision Changes Path 1.86 +4 -1 src/sys/sparc64/sparc64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 11:17: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 3F75C37B401; Thu, 17 Oct 2002 11:17:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E469043E65; Thu, 17 Oct 2002 11:17:37 -0700 (PDT) (envelope-from pirzyk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HIHSmV073562; Thu, 17 Oct 2002 11:17:28 -0700 (PDT) (envelope-from pirzyk@repoman.freebsd.org) Received: (from pirzyk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HIHSqs073561; Thu, 17 Oct 2002 11:17:28 -0700 (PDT) Message-Id: <200210171817.g9HIHSqs073561@repoman.freebsd.org> From: Jim Pirzyk Date: Thu, 17 Oct 2002 11:17:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include smp.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 pirzyk 2002/10/17 11:17:28 PDT Modified files: sys/i386/include smp.h Log: Add the !define(COMPILING_LINT) pass the pointy hat... Requested by: Juli Mallett Revision Changes Path 1.73 +1 -1 src/sys/i386/include/smp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 11:19: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 BC21837B404; Thu, 17 Oct 2002 11:19:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 745E443E42; Thu, 17 Oct 2002 11:19:08 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HIIxmV073688; Thu, 17 Oct 2002 11:18:59 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HIIxOJ073687; Thu, 17 Oct 2002 11:18:59 -0700 (PDT) Message-Id: <200210171818.g9HIIxOJ073687@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 17 Oct 2002 11:18:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/gtk-bluecurve-theme Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-toolkits/gtk-bluecurve-theme/files Makefile-gtk1 Makefile-gtk2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/17 11:18:59 PDT Modified files: x11-toolkits Makefile Added files: x11-toolkits/gtk-bluecurve-theme Makefile distinfo pkg-comment pkg-descr pkg-plist x11-toolkits/gtk-bluecurve-theme/files Makefile-gtk1 Makefile-gtk2 Log: Add gtk-bluecurve-theme, a port of the RedHat 8.0 unified QT/GTK theme for GTK and GTK 2. PR: 43640 Submitted by: Ryzhyk Eugeney Revision Changes Path 1.205 +1 -0 ports/x11-toolkits/Makefile 1.1 +78 -0 ports/x11-toolkits/gtk-bluecurve-theme/Makefile (new) 1.1 +1 -0 ports/x11-toolkits/gtk-bluecurve-theme/distinfo (new) 1.1 +46 -0 ports/x11-toolkits/gtk-bluecurve-theme/files/Makefile-gtk1 (new) 1.1 +43 -0 ports/x11-toolkits/gtk-bluecurve-theme/files/Makefile-gtk2 (new) 1.1 +1 -0 ports/x11-toolkits/gtk-bluecurve-theme/pkg-comment (new) 1.1 +6 -0 ports/x11-toolkits/gtk-bluecurve-theme/pkg-descr (new) 1.1 +7 -0 ports/x11-toolkits/gtk-bluecurve-theme/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 Oct 17 11:19: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 DBB8637B6B9; Thu, 17 Oct 2002 11:19:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DE5643E88; Thu, 17 Oct 2002 11:19:17 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HIJ8mV073730; Thu, 17 Oct 2002 11:19:08 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HIJ8PY073729; Thu, 17 Oct 2002 11:19:08 -0700 (PDT) Message-Id: <200210171819.g9HIJ8PY073729@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 17 Oct 2002 11:19:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/10/17 11:19:08 PDT Modified files: . modules Log: gtk-bluecurve-theme --> ports/x11-toolkits/gtk-bluecurve-theme Revision Changes Path 1.6098 +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 Oct 17 11:21: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 AA47B37B401; Thu, 17 Oct 2002 11:21:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64E8E43E75; Thu, 17 Oct 2002 11:21:34 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HILPmV074117; Thu, 17 Oct 2002 11:21:25 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HILPT9074116; Thu, 17 Oct 2002 11:21:25 -0700 (PDT) Message-Id: <200210171821.g9HILPT9074116@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 17 Oct 2002 11:21:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/qt-bluecurve-theme Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-toolkits/qt-bluecurve-theme/files Makefile-qt3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/17 11:21:25 PDT Modified files: x11-toolkits Makefile Added files: x11-toolkits/qt-bluecurve-theme Makefile distinfo pkg-comment pkg-descr pkg-plist x11-toolkits/qt-bluecurve-theme/files Makefile-qt3 Log: Add qt-bluecurve-theme, a port of the RedHat 8.0 unified QT/GTK theme for QT 3. PR: 43640 Submitted by: Ryzhyk Eugeney Revision Changes Path 1.206 +1 -0 ports/x11-toolkits/Makefile 1.1 +50 -0 ports/x11-toolkits/qt-bluecurve-theme/Makefile (new) 1.1 +1 -0 ports/x11-toolkits/qt-bluecurve-theme/distinfo (new) 1.1 +47 -0 ports/x11-toolkits/qt-bluecurve-theme/files/Makefile-qt3 (new) 1.1 +1 -0 ports/x11-toolkits/qt-bluecurve-theme/pkg-comment (new) 1.1 +6 -0 ports/x11-toolkits/qt-bluecurve-theme/pkg-descr (new) 1.1 +2 -0 ports/x11-toolkits/qt-bluecurve-theme/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 Oct 17 11:21: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 D721737B401; Thu, 17 Oct 2002 11:21:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59B6B43E97; Thu, 17 Oct 2002 11:21:50 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HILfmV074197; Thu, 17 Oct 2002 11:21:41 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HILfU0074196; Thu, 17 Oct 2002 11:21:41 -0700 (PDT) Message-Id: <200210171821.g9HILfU0074196@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 17 Oct 2002 11:21:41 -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/10/17 11:21:41 PDT Modified files: . modules Log: qt-bluecurve-theme --> ports/x11-toolkits/qt-bluecurve-theme Revision Changes Path 1.6099 +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 Oct 17 11:22: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 615D137B401; Thu, 17 Oct 2002 11:22:58 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id E148B43E4A; Thu, 17 Oct 2002 11:22:56 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.6/8.12.6) with ESMTP id g9HILpFu040654; Thu, 17 Oct 2002 20:22:55 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.6/8.12.6/Submit) id g9HILpWl040653; Thu, 17 Oct 2002 20:21:51 +0200 (CEST) Date: Thu, 17 Oct 2002 20:21:51 +0200 From: Wilko Bulte To: John Baldwin Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_battery.c acpi_cpu.c acpi_ec.c acpi_lid.c acpi_powerres.c acpi_thermal.c src/sys/dev/acpica/Osd OsdInterrupt.c Message-ID: <20021017202151.A40624@freebie.xs4all.nl> References: <200210161728.g9GHSr1v070653@repoman.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: <200210161728.g9GHSr1v070653@repoman.freebsd.org>; from jhb@FreeBSD.ORG on Wed, Oct 16, 2002 at 10:28:53AM -0700 X-OS: FreeBSD 4.7-RC 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 Wed, Oct 16, 2002 at 10:28:53AM -0700, John Baldwin wrote: > jhb 2002/10/16 10:28:53 PDT > > Modified files: > sys/dev/acpica acpi.c acpi_battery.c acpi_cpu.c > acpi_ec.c acpi_lid.c acpi_powerres.c > acpi_thermal.c > sys/dev/acpica/Osd OsdInterrupt.c > Log: > Catch up to changes in acpivar.h to add support for using ACPI on > 4-stable systems. Hm? I thought 4.x would never gain ACPI support? Or do I misinterpret? -- | / 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 Thu Oct 17 11:23: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 84A9737B401; Thu, 17 Oct 2002 11:23:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35ED943E65; Thu, 17 Oct 2002 11:23:31 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HINMmV074415; Thu, 17 Oct 2002 11:23:22 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HINMCA074414; Thu, 17 Oct 2002 11:23:22 -0700 (PDT) Message-Id: <200210171823.g9HINMCA074414@repoman.freebsd.org> From: Sam Leffler Date: Thu, 17 Oct 2002 11:23:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk disk.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 sam 2002/10/17 11:23:22 PDT Modified files: lib/libdisk disk.c Log: correct arg order to strlcpy/strlcat under #ifdef alpha Revision Changes Path 1.80 +2 -2 src/lib/libdisk/disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 11:24: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 AAD8D37B401; Thu, 17 Oct 2002 11:24:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DFAD43E75; Thu, 17 Oct 2002 11:24:47 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HIOcmV074470; Thu, 17 Oct 2002 11:24:38 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HIOcPi074469; Thu, 17 Oct 2002 11:24:38 -0700 (PDT) Message-Id: <200210171824.g9HIOcPi074469@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 17 Oct 2002 11:24:38 -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 marcus 2002/10/17 11:24:38 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Eugeney Ryzhyk to the list of contributors for his submission of ports/x11-toolkits/gtk-bluecurve-theme and ports/x11-toolkits/qt-bluecurve-theme. Revision Changes Path 1.279 +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 Thu Oct 17 11:30:19 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id CA47E37B404; Thu, 17 Oct 2002 11:30:18 -0700 (PDT) Date: Thu, 17 Oct 2002 11:30:18 -0700 From: Juli Mallett To: Sam Leffler Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/i386 drivers.conf Message-ID: <20021017113018.A78184@FreeBSD.org> References: <200210171800.g9HI0XGm072126@repoman.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: <200210171800.g9HI0XGm072126@repoman.freebsd.org>; from sam@FreeBSD.org on Thu, Oct 17, 2002 at 11:00:33AM -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: Sam Leffler [ Data: 2002-10-17 ] [ Subjecte: cvs commit: src/release/i386 drivers.conf ] > sam 2002/10/17 11:00:33 PDT > > Modified files: > release/i386 drivers.conf > Log: > Mark more drivers as going on the (nonexistent) drivers.flp floppy > to reduce the size of the bootstrap kernels. This is needed to make > stuff fit in primary floppy images. Specific drivers moved: RAID > support, tx Ethernet, and wi (wireless). Probably want to revisit > at least the last two drivers before release. Definitely wi(4) should go back. Damn kernel bloat :( -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 11:34: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 3A21737B401; Thu, 17 Oct 2002 11:34:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE79743E91; Thu, 17 Oct 2002 11:34:41 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HIYWmV075104; Thu, 17 Oct 2002 11:34:32 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HIYW8u075103; Thu, 17 Oct 2002 11:34:32 -0700 (PDT) Message-Id: <200210171834.g9HIYW8u075103@repoman.freebsd.org> From: Sam Leffler Date: Thu, 17 Oct 2002 11:34:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk disk.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 sam 2002/10/17 11:34:32 PDT Modified files: lib/libdisk disk.c Log: o ioctl DIOCGDINFO error wasn't checked o memory wasn't reclaimed in certain cases o add more msgs under #ifdef DEBUG o rewrite tangle of for loops for clarity NB: Open_Disk should redo how it malloc's memory so the caller can free everything. Documentation says the caller can free the disk list to reclaim everything but this leaks the indirect strings. Fixing this is simple for the sysctl case but adds complexity to the fallback, non-sysctl, case. Revision Changes Path 1.81 +29 -7 src/lib/libdisk/disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 11: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 821DA37B401; Thu, 17 Oct 2002 11:34:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BDAB43E77; Thu, 17 Oct 2002 11:34:50 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HIYfmV075133; Thu, 17 Oct 2002 11:34:41 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HIYfXq075132; Thu, 17 Oct 2002 11:34:41 -0700 (PDT) Message-Id: <200210171834.g9HIYfXq075132@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 17 Oct 2002 11:34:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome/docs faq2.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 marcus 2002/10/17 11:34:41 PDT Modified files: en/gnome/docs faq2.sgml Log: Remove the sleep 5 from the window manager switch stuff. It causes metacity to respawn before sawfish can launch. Revision Changes Path 1.18 +2 -2 www/en/gnome/docs/faq2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 11:46: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 90F1037B401; Thu, 17 Oct 2002 11:46:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51B4443E6E; Thu, 17 Oct 2002 11:46:21 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HIkCmV075939; Thu, 17 Oct 2002 11:46:12 -0700 (PDT) (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HIkCNq075938; Thu, 17 Oct 2002 11:46:12 -0700 (PDT) Message-Id: <200210171846.g9HIkCNq075938@repoman.freebsd.org> From: Mikhail Teterin Date: Thu, 17 Oct 2002 11:46:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ImageMagick Makefile distinfo pkg-plist ports/graphics/ImageMagick/files patch-ak patch-mi X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/17 11:46:12 PDT Modified files: graphics/ImageMagick Makefile distinfo pkg-plist graphics/ImageMagick/files patch-mi Removed files: graphics/ImageMagick/files patch-ak Log: My last commit, intended to fix -current, did not do so, and broke -stable :-( Upgrade the port to the latest to compensate. The port now installs things in version specific directories, so add the version number to PLIST_SUB. Remove USE_REINPLACE -- the port uses PERL anyway. As usual, the hardest thing to do is to fix the pkg-plist. Revision Changes Path 1.154 +7 -7 ports/graphics/ImageMagick/Makefile 1.74 +1 -1 ports/graphics/ImageMagick/distinfo 1.2 +0 -11 ports/graphics/ImageMagick/files/patch-ak (dead) 1.2 +12 -0 ports/graphics/ImageMagick/files/patch-mi 1.69 +206 -198 ports/graphics/ImageMagick/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 Oct 17 11:50: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 08A4837B401; Thu, 17 Oct 2002 11:50:56 -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 0D10943E88; Thu, 17 Oct 2002 11:50:51 -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 g9HIojD8020271; Thu, 17 Oct 2002 20:50:45 +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 g9HIojuS020270; Thu, 17 Oct 2002 20:50:45 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200210171850.g9HIojuS020270@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/release/i386 drivers.conf In-Reply-To: <20021017113018.A78184@FreeBSD.org> from Juli Mallett at "Oct 17, 2002 11:30:18 am" To: jmallett@FreeBSD.org (Juli Mallett) Date: Thu, 17 Oct 2002 20:50:45 +0200 (SAT) Cc: sam@FreeBSD.org (Sam Leffler), 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 > * De: Sam Leffler [ Data: 2002-10-17 ] > [ Subjecte: cvs commit: src/release/i386 drivers.conf ] > > sam 2002/10/17 11:00:33 PDT > > > > Modified files: > > release/i386 drivers.conf > > Log: > > Mark more drivers as going on the (nonexistent) drivers.flp floppy > > to reduce the size of the bootstrap kernels. This is needed to make > > stuff fit in primary floppy images. Specific drivers moved: RAID > > support, tx Ethernet, and wi (wireless). Probably want to revisit > > at least the last two drivers before release. > > Definitely wi(4) should go back. Damn kernel bloat :( Nope, damn wi bloat: builder:/a/snaps/5.0-20021017-SNAP > ls -l R/stage/trees/base/boot/kernel/if_wi.ko -r-xr-xr-x 2 root wheel 132016 Oct 17 04:46 R/stage/trees/base/boot/kernel/if_wi.ko And Sam, the drivers.flp floppy is not nonexistent for the i386 releases. If it is on your system, your releases are still broken. builder:/a/snaps/builds/5.0-20021017-SNAP > ls -l floppies/ total 8780 -rw-r--r-- 3 root wheel 309 Oct 17 05:15 CHECKSUM.MD5 -r--r--r-- 3 root wheel 57772 Oct 17 05:15 README.TXT -rw-r--r-- 3 root wheel 2949120 Oct 17 05:15 boot.flp -rw-r--r-- 3 root wheel 1474560 Oct 17 05:05 drivers.flp -rw-r--r-- 3 root wheel 1474560 Oct 17 05:15 fixit.flp -rw-r--r-- 3 root wheel 1474560 Oct 17 05:14 kern.flp -rw-r--r-- 3 root wheel 1474560 Oct 17 05:05 mfsroot.flp builder:/a/snaps/builds/5.0-20021017-SNAP > John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@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 Oct 17 11:55: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 E853D37B401; Thu, 17 Oct 2002 11:55:46 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36B0743E6E; Thu, 17 Oct 2002 11:55:45 -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 EAA11275; Fri, 18 Oct 2002 04:55:42 +1000 Date: Fri, 18 Oct 2002 05:06:24 +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/i386/isa clock.c In-Reply-To: <200210171355.g9HDtjBt054703@repoman.freebsd.org> Message-ID: <20021018050254.U12092-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, 17 Oct 2002, Mitsuru IWASAKI wrote: > iwasaki 2002/10/17 06:55:44 PDT > > Modified files: > sys/i386/isa clock.c > Log: > 1. Fix a comment. Locking _is_ needed (but not done). > 2. Update a comment. We now restore much more than RTC updates and > interrupts. > 3. Order change. Stop interrupts by writing to RTC_STATUSB, > ... > 4. Don't stop the clock (RTCB_HALT). We only program some control bits > and don't want to stop the clock. > 5. (Not really related.) Add caveats to the comment about timer_restore(). > The update is non-atomic since locking is not done. > > On locking: > 6. rtcin() and writertc() are locked() adequately by splhigh() in RELENG_4, > but this locking is null in -current. > 7. Doing things in the correct order in (3) combined with (6) is probably > enough locking for rtcrestore() in RELENG_4. In -current, the > writertc()'s race with rtcintr() unless the BIOS disables RTC interrupts. > > Submitted by: bde (including commit message) > MFC after: 1 week Thanks. The commit message is a bit too verbose. Please summarize it and adjust the comments for the MFC (most of the locking problems are only in -current). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 11:55: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 09FD637B401; Thu, 17 Oct 2002 11:55:57 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BB9C43E6E; Thu, 17 Oct 2002 11:55:56 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id g9HItt1H011755 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 17 Oct 2002 11:55:56 -0700 (PDT)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <2b1e01c2760e$d30e61b0$52557f42@errno.com> From: "Sam Leffler" To: "John Hay" , "Juli Mallett" Cc: "Sam Leffler" , , References: <200210171850.g9HIojuS020270@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/release/i386 drivers.conf Date: Thu, 17 Oct 2002 11:55:55 -0700 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > And Sam, the drivers.flp floppy is not nonexistent for the i386 releases. > If it is on your system, your releases are still broken. > Sorry, said that based on the comment in drivers.conf. Should fix that comment I guess. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 12: 5: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 4B24037B401; Thu, 17 Oct 2002 12:05:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F032943E65; Thu, 17 Oct 2002 12:05:27 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HJ5ImV077145; Thu, 17 Oct 2002 12:05:18 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HJ5Ic7077144; Thu, 17 Oct 2002 12:05:18 -0700 (PDT) Message-Id: <200210171905.g9HJ5Ic7077144@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 17 Oct 2002 12:05:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome contact.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 marcus 2002/10/17 12:05:18 PDT Modified files: en/gnome contact.sgml Log: Add Adam Weinberger as a GNOME developer, and remove Ade (I'm pretty sure he doesn't want anyone spamming him with GNOME email). Revision Changes Path 1.12 +2 -2 www/en/gnome/contact.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 12: 6: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 52AD437B401; Thu, 17 Oct 2002 12:06:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03ABA43E42; Thu, 17 Oct 2002 12:06:32 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HJ6MmV077263; Thu, 17 Oct 2002 12:06:22 -0700 (PDT) (envelope-from pat@repoman.freebsd.org) Received: (from pat@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HJ6MsL077262; Thu, 17 Oct 2002 12:06:22 -0700 (PDT) Message-Id: <200210171906.g9HJ6MsL077262@repoman.freebsd.org> From: Patrick Li Date: Thu, 17 Oct 2002 12:06:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/aspell 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 pat 2002/10/17 12:06:22 PDT Modified files: textproc/aspell pkg-plist Log: Add missing file to plist PR: ports/43815 Submitted by: Edwin Groothuis Approved by: maintainer Revision Changes Path 1.21 +1 -0 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 Thu Oct 17 12: 7: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 3213737B435; Thu, 17 Oct 2002 12:07:09 -0700 (PDT) Received: from haystack.lclark.edu (haystack.lclark.edu [149.175.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 704B943E3B; Thu, 17 Oct 2002 12:07:08 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from copeland-30-191.lclark.edu (anholt@copeland-30-191.lclark.edu [149.175.30.191]) by haystack.lclark.edu (8.9.3/8.9.3) with ESMTP id MAA23658; Thu, 17 Oct 2002 12:07:07 -0700 (PDT) Subject: Re: cvs commit: ports/x11/XFree86-4-clients Makefile distinfo ports/x11/XFree86-4-clients/scripts configure ports/x11/XFree86-4-libraries Makefile distinfo ports/x11/XFree86-4-libraries/files patch-c patch-c2 patch-d ports/x11/XFree86-4-libraries/scripts configure ... From: Eric Anholt To: Mario Sergio Fujikawa Ferreira Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <20021017125525.30243.qmail@exxodus.fedaykin.here> References: <200210170720.g9H7K4mo026945@repoman.freebsd.org> <20021017125525.30243.qmail@exxodus.fedaykin.here> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 17 Oct 2002 12:07:07 -0700 Message-Id: <1034881628.904.13.camel@anholt.dyndns.org> 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 Thu, 2002-10-17 at 05:55, Mario Sergio Fujikawa Ferreira wrote: > On Thu, Oct 17, 2002 at 12:19:42AM -0700, Eric Anholt wrote: > > anholt 2002/10/17 00:20:04 PDT > > > > Modified files: > > x11/XFree86-4-clients Makefile distinfo > > x11/XFree86-4-clients/scripts configure > > x11/XFree86-4-libraries Makefile distinfo > > x11/XFree86-4-libraries/files patch-c patch-c2 patch-d > > x11/XFree86-4-libraries/scripts configure > > x11-servers/XFree86-4-FontServer Makefile > > x11-servers/XFree86-4-FontServer/scripts configure > > x11-servers/XFree86-4-NestServer Makefile distinfo > > x11-servers/XFree86-4-NestServer/scripts configure > > x11-servers/XFree86-4-PrintServer Makefile distinfo > > x11-servers/XFree86-4-PrintServer/scripts configure > > x11-servers/XFree86-4-Server Makefile > > x11-servers/XFree86-4-Server/scripts configure > > x11-servers/XFree86-4-VirtualFramebufferServer Makefile > > distinfo > > x11-servers/XFree86-4-VirtualFramebufferServer/scripts > > configure > > Log: > > [1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch. > > [2] Make the ports respect CFLAGS better. Now CFLAGS (and CC/CXX) are set for > > Great! :) Now, we can all benefit com a bit of ccache ... > perhaps, even distcc :) The change to respect CC/CXX was done before (I've been _very_ happily benefiting from ccache for a while). However, before this CC/CXX was passed in as an env var to the build, so if you cd work/xc/lib/GL and type 'make' it wouldn't work because the env var was unset. Now that'll work and CC=ccache\ cc make install from a clean port will work, but if you make configure ; CC=ccache\ cc make install, you don't use ccache. -- Eric Anholt http://people.freebsd.org/~anholt/dri/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 12: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 DEEB537B401; Thu, 17 Oct 2002 12:10:14 -0700 (PDT) Received: from procyon.firepipe.net (procyon.firepipe.net [198.78.66.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 908A643E65; Thu, 17 Oct 2002 12:10:14 -0700 (PDT) (envelope-from will@csociety.org) Received: by procyon.firepipe.net (Postfix, from userid 1000) id 10DEE23FA7; Thu, 17 Oct 2002 12:08:50 -0700 (PDT) Date: Thu, 17 Oct 2002 12:08:50 -0700 From: Will Andrews To: Bruce Evans Cc: Mitsuru IWASAKI , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa clock.c Message-ID: <20021017190850.GC19874@procyon.firepipe.net> Mail-Followup-To: Bruce Evans , Mitsuru IWASAKI , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200210171355.g9HDtjBt054703@repoman.freebsd.org> <20021018050254.U12092-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021018050254.U12092-100000@gamplex.bde.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, Oct 18, 2002 at 05:06:24AM +1000, Bruce Evans wrote: > The commit message is a bit too verbose. Please summarize it and adjust > the comments for the MFC (most of the locking problems are only in > -current). Too verbose? Excuse me, but I don't think a commit log can possibly be *too* verbose, as long as it's on-topic! Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 12:21: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 ED6A737B401; Thu, 17 Oct 2002 12:21:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A99AC43E3B; Thu, 17 Oct 2002 12:21:13 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HJL4mV078281; Thu, 17 Oct 2002 12:21:04 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HJL42H078280; Thu, 17 Oct 2002 12:21:04 -0700 (PDT) Message-Id: <200210171921.g9HJL42H078280@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 17 Oct 2002 12:21:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/totem Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/graphics/totem/files patch-src::video-utils.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 marcus 2002/10/17 12:21:04 PDT Modified files: graphics Makefile Added files: graphics/totem Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist graphics/totem/files patch-src::video-utils.c Log: Add totem, a xine-based video player for the GNOME 2 desktop. PR: 44177 Submitted by: Hendrik Scholz Revision Changes Path 1.515 +1 -0 ports/graphics/Makefile 1.1 +24 -0 ports/graphics/totem/Makefile (new) 1.1 +1 -0 ports/graphics/totem/distinfo (new) 1.1 +10 -0 ports/graphics/totem/files/patch-src::video-utils.c (new) 1.1 +1 -0 ports/graphics/totem/pkg-comment (new) 1.1 +7 -0 ports/graphics/totem/pkg-descr (new) 1.1 +4 -0 ports/graphics/totem/pkg-message (new) 1.1 +26 -0 ports/graphics/totem/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 Oct 17 12:22: 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 C809C37B401; Thu, 17 Oct 2002 12:22:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7999643EA3; Thu, 17 Oct 2002 12:22:05 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HJLtmV078516; Thu, 17 Oct 2002 12:21:56 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HJLtKQ078514; Thu, 17 Oct 2002 12:21:55 -0700 (PDT) Message-Id: <200210171921.g9HJLtKQ078514@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 17 Oct 2002 12:21: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 marcus 2002/10/17 12:21:55 PDT Modified files: . modules Log: totem --> ports/graphics/totem Revision Changes Path 1.6100 +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 Oct 17 12:27: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 6B76F37B401; Thu, 17 Oct 2002 12:27:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E58243E6A; Thu, 17 Oct 2002 12:27:12 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HJR2mV078740; Thu, 17 Oct 2002 12:27:02 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HJR2AY078739; Thu, 17 Oct 2002 12:27:02 -0700 (PDT) Message-Id: <200210171927.g9HJR2AY078739@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 17 Oct 2002 12:27:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_disk.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/10/17 12:27:02 PDT Modified files: sys/geom geom_disk.c Log: NUL terminate sysctl kern.disks Revision Changes Path 1.26 +1 -1 src/sys/geom/geom_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 12:32: 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 6054837B401; Thu, 17 Oct 2002 12:32:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D47B243E91; Thu, 17 Oct 2002 12:32:04 -0700 (PDT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HJVtmV079238; Thu, 17 Oct 2002 12:31:55 -0700 (PDT) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HJVt0X079237; Thu, 17 Oct 2002 12:31:55 -0700 (PDT) Message-Id: <200210171931.g9HJVt0X079237@repoman.freebsd.org> From: Adam Weinberger Date: Thu, 17 Oct 2002 12:31:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys adamw.key chapter.sgml pgpkeys.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 adamw 2002/10/17 12:31:55 PDT Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml pgpkeys.ent Added files: en_US.ISO8859-1/books/handbook/pgpkeys adamw.key Log: Add myself as a committer. Approved by: pat (mentor) Revision Changes Path 1.1 +35 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/adamw.key (new) 1.171 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml 1.45 +1 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 12:37: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 9F67837B401; Thu, 17 Oct 2002 12:37:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 414E343E6A; Thu, 17 Oct 2002 12:37:53 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HJbfmV079689; Thu, 17 Oct 2002 12:37:43 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HJbfux079688; Thu, 17 Oct 2002 12:37:41 -0700 (PDT) Message-Id: <200210171937.g9HJbfux079688@repoman.freebsd.org> From: Max Khon Date: Thu, 17 Oct 2002 12:37:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_accept.c uthread_aio_suspend.c uthread_cancel.c uthread_clean.c uthread_cond.c uthread_connect.c uthread_create.c uthread_execve.c uthread_exit.c uthread_fd.c uthread_file.c uthread_fork.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 fjoe 2002/10/17 12:37:41 PDT Modified files: (Branch: RELENG_4) lib/libc_r/uthread pthread_private.h uthread_accept.c uthread_aio_suspend.c uthread_cancel.c uthread_clean.c uthread_cond.c uthread_connect.c uthread_create.c uthread_execve.c uthread_exit.c uthread_fd.c uthread_file.c uthread_fork.c uthread_gc.c uthread_info.c uthread_init.c uthread_jmp.c uthread_join.c uthread_kern.c uthread_kevent.c uthread_mutex.c uthread_nanosleep.c uthread_poll.c uthread_priority_queue.c uthread_read.c uthread_readv.c uthread_recvfrom.c uthread_recvmsg.c uthread_select.c uthread_self.c uthread_sendfile.c uthread_sendmsg.c uthread_sendto.c uthread_sig.c uthread_sigmask.c uthread_sigpending.c uthread_sigsuspend.c uthread_sigwait.c uthread_single_np.c uthread_spec.c uthread_spinlock.c uthread_suspend_np.c uthread_wait4.c uthread_write.c uthread_writev.c uthread_yield.c Log: MFC: Diff reduction to -current libc_r (part 2/2): - _get_curthread()/_set_curthread() - use struct 'pthread *' instead of 'pthread_t' internally - join_status.ret is now 'void *' instead of 'int' - use FALLTHROUGH instead of "fall through" - correct PANIC message in pthread_exit() Approved by: deischen Revision Changes Path 1.36.2.20 +14 -15 src/lib/libc_r/uthread/pthread_private.h 1.13.2.3 +6 -5 src/lib/libc_r/uthread/uthread_accept.c 1.2.2.4 +1 -1 src/lib/libc_r/uthread/uthread_aio_suspend.c 1.3.2.8 +27 -17 src/lib/libc_r/uthread/uthread_cancel.c 1.4.2.1 +6 -4 src/lib/libc_r/uthread/uthread_clean.c 1.22.2.7 +23 -21 src/lib/libc_r/uthread/uthread_cond.c 1.10.2.3 +2 -1 src/lib/libc_r/uthread/uthread_connect.c 1.24.2.4 +9 -6 src/lib/libc_r/uthread/uthread_create.c 1.11.2.4 +2 -1 src/lib/libc_r/uthread/uthread_execve.c 1.16.2.7 +26 -23 src/lib/libc_r/uthread/uthread_exit.c 1.16.2.6 +54 -50 src/lib/libc_r/uthread/uthread_fd.c 1.12.2.2 +23 -19 src/lib/libc_r/uthread/uthread_file.c 1.19.2.6 +5 -4 src/lib/libc_r/uthread/uthread_fork.c 1.11.2.3 +6 -5 src/lib/libc_r/uthread/uthread_gc.c 1.14.2.6 +2 -1 src/lib/libc_r/uthread/uthread_info.c 1.23.2.9 +1 -1 src/lib/libc_r/uthread/uthread_init.c 1.2.2.3 +10 -4 src/lib/libc_r/uthread/uthread_jmp.c 1.12.2.6 +7 -6 src/lib/libc_r/uthread/uthread_join.c 1.28.2.11 +129 -96 src/lib/libc_r/uthread/uthread_kern.c 1.2.2.5 +8 -7 src/lib/libc_r/uthread/uthread_kevent.c 1.20.2.7 +70 -67 src/lib/libc_r/uthread/uthread_mutex.c 1.13.2.2 +9 -8 src/lib/libc_r/uthread/uthread_nanosleep.c 1.9.2.3 +4 -3 src/lib/libc_r/uthread/uthread_poll.c 1.5.2.2 +2 -2 src/lib/libc_r/uthread/uthread_priority_queue.c 1.11.2.3 +4 -3 src/lib/libc_r/uthread/uthread_read.c 1.11.2.4 +4 -3 src/lib/libc_r/uthread/uthread_readv.c 1.9.2.3 +4 -3 src/lib/libc_r/uthread/uthread_recvfrom.c 1.7.2.3 +4 -3 src/lib/libc_r/uthread/uthread_recvmsg.c 1.16.2.4 +10 -9 src/lib/libc_r/uthread/uthread_select.c 1.3.2.1 +1 -1 src/lib/libc_r/uthread/uthread_self.c 1.2.2.9 +4 -3 src/lib/libc_r/uthread/uthread_sendfile.c 1.7.2.3 +4 -3 src/lib/libc_r/uthread/uthread_sendmsg.c 1.9.2.3 +4 -3 src/lib/libc_r/uthread/uthread_sendto.c 1.25.2.12 +40 -35 src/lib/libc_r/uthread/uthread_sig.c 1.5.2.2 +9 -8 src/lib/libc_r/uthread/uthread_sigmask.c 1.6.2.1 +3 -2 src/lib/libc_r/uthread/uthread_sigpending.c 1.9.2.1 +5 -4 src/lib/libc_r/uthread/uthread_sigsuspend.c 1.13.2.4 +7 -6 src/lib/libc_r/uthread/uthread_sigwait.c 1.3.2.1 +1 -1 src/lib/libc_r/uthread/uthread_single_np.c 1.14.2.1 +15 -14 src/lib/libc_r/uthread/uthread_spec.c 1.8.2.2 +8 -5 src/lib/libc_r/uthread/uthread_spinlock.c 1.7.2.5 +4 -2 src/lib/libc_r/uthread/uthread_suspend_np.c 1.10.2.4 +3 -2 src/lib/libc_r/uthread/uthread_wait4.c 1.16.2.4 +4 -3 src/lib/libc_r/uthread/uthread_write.c 1.16.2.4 +4 -3 src/lib/libc_r/uthread/uthread_writev.c 1.4.2.2 +7 -3 src/lib/libc_r/uthread/uthread_yield.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 12:44: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 2160A37B401; Thu, 17 Oct 2002 12:44:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C13B443E75; Thu, 17 Oct 2002 12:44:47 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HJicmV080255; Thu, 17 Oct 2002 12:44:38 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HJicsG080254; Thu, 17 Oct 2002 12:44:38 -0700 (PDT) Message-Id: <200210171944.g9HJicsG080254@repoman.freebsd.org> From: Max Khon Date: Thu, 17 Oct 2002 12:44:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_gc.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 fjoe 2002/10/17 12:44:38 PDT Modified files: (Branch: RELENG_4) lib/libc_r/uthread uthread_gc.c Log: MFC: add missing braces in _thread_gc() Approved by: deischen Revision Changes Path 1.11.2.4 +2 -1 src/lib/libc_r/uthread/uthread_gc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 12:48: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 99EDA37B401; Thu, 17 Oct 2002 12:48:44 -0700 (PDT) Received: from repoman.freebsd.org (unknown [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4344443E6E; Thu, 17 Oct 2002 12:48:44 -0700 (PDT) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HJlEmV080394; Thu, 17 Oct 2002 12:47:14 -0700 (PDT) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HJlE69080393; Thu, 17 Oct 2002 12:47:14 -0700 (PDT) Message-Id: <200210171947.g9HJlE69080393@repoman.freebsd.org> From: Sean Chittenden Date: Thu, 17 Oct 2002 12:47:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Geo-IP Makefile ports/net/GeoIP Makefile distinfo ports/net/GeoIP/files patch-libGeoIP::GeoIPUpdate.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 seanc 2002/10/17 12:47:14 PDT Modified files: net/p5-Geo-IP Makefile net/GeoIP Makefile distinfo Removed files: net/GeoIP/files patch-libGeoIP::GeoIPUpdate.c Log: Update GeoIP to 1.0.9. Update categories that were missed after the repo-copy[1]. PR: ports/44171 Submitted by: Yen-Ming Lee Revision Changes Path 1.9 +2 -2 ports/net/GeoIP/Makefile 1.6 +1 -1 ports/net/GeoIP/distinfo 1.2 +0 -13 ports/net/GeoIP/files/patch-libGeoIP::GeoIPUpdate.c (dead) 1.6 +1 -1 ports/net/p5-Geo-IP/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 12: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 10A6B37B401; Thu, 17 Oct 2002 12:56:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3E2F43E42; Thu, 17 Oct 2002 12:56:09 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HJu0mV081065; Thu, 17 Oct 2002 12:56:00 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HJu089081062; Thu, 17 Oct 2002 12:56:00 -0700 (PDT) Message-Id: <200210171956.g9HJu089081062@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 17 Oct 2002 12:56:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/syscons/keymaps Makefile dutch.iso.acc.kbd X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/17 12:56:00 PDT Modified files: share/syscons/keymaps Makefile Added files: share/syscons/keymaps dutch.iso.acc.kbd Log: Add Dutch ISO keymap PR: 17699 Submitted by: Edwin Groothuis Revision Changes Path 1.58 +1 -1 src/share/syscons/keymaps/Makefile 1.1 +138 -0 src/share/syscons/keymaps/dutch.iso.acc.kbd (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 12:58: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 6993837B401 for ; Thu, 17 Oct 2002 12:58:42 -0700 (PDT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB30E43E65 for ; Thu, 17 Oct 2002 12:58:41 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr2.xmission.com with spam-scanned (Exim 3.35 #1) id 182Gmi-00088g-02 for cvs-all@freebsd.org; Thu, 17 Oct 2002 13:58:20 -0600 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 182Gls-0007VN-02; Thu, 17 Oct 2002 13:57:29 -0600 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id g9HJvOU61171; Fri, 18 Oct 2002 05:27:24 +0930 (CST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Fri, 18 Oct 2002 05:27:24 +0930 From: Greg Lewis To: Max Khon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_accept.c uthread_aio_suspend.c uthread_cancel.c uthread_clean.c uthread_cond.c uthread_connect.c uthread_create.c uthread_execve.c uthread_exit.c uthread_fd.c uthread_file.c uthread_fork.c ... Message-ID: <20021018052723.A61142@misty.eyesbeyond.com> References: <200210171937.g9HJbfux079688@repoman.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: <200210171937.g9HJbfux079688@repoman.freebsd.org>; from fjoe@FreeBSD.org on Thu, Oct 17, 2002 at 12:37:41PM -0700 X-Spam-Status: No, hits=-3.5 required=8.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT, USER_AGENT_MUTT,X_AUTH_WARNING version=2.43 X-Spam-Level: Sender: owner-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, Oct 17, 2002 at 12:37:41PM -0700, Max Khon wrote: > fjoe 2002/10/17 12:37:41 PDT > > Modified files: (Branch: RELENG_4) > lib/libc_r/uthread pthread_private.h uthread_accept.c [...] > Log: > MFC: Diff reduction to -current libc_r (part 2/2): Thanks for taking this on Max! FreeBSD Java users everywhere thank you :). -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@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 Oct 17 13: 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 E75BB37B401; Thu, 17 Oct 2002 13:03:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D7143E3B; Thu, 17 Oct 2002 13:03:48 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HK3dmV081706; Thu, 17 Oct 2002 13:03:39 -0700 (PDT) (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HK3dU8081705; Thu, 17 Oct 2002 13:03:39 -0700 (PDT) Message-Id: <200210172003.g9HK3dU8081705@repoman.freebsd.org> From: Robert Drehmel Date: Thu, 17 Oct 2002 13:03:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c init_main.c kern_environment.c kern_intr.c kern_jail.c kern_proc.c kern_sysctl.c kern_tc.c subr_devstat.c subr_diskslice.c tty_cons.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/10/17 13:03:39 PDT Modified files: sys/kern imgact_elf.c init_main.c kern_environment.c kern_intr.c kern_jail.c kern_proc.c kern_sysctl.c kern_tc.c subr_devstat.c subr_diskslice.c tty_cons.c Log: Use strlcpy() instead of strncpy() to copy NUL terminated strings for safety and consistency. Revision Changes Path 1.129 +2 -2 src/sys/kern/imgact_elf.c 1.214 +1 -2 src/sys/kern/init_main.c 1.25 +1 -2 src/sys/kern/kern_environment.c 1.84 +2 -1 src/sys/kern/kern_intr.c 1.26 +2 -3 src/sys/kern/kern_jail.c 1.163 +8 -8 src/sys/kern/kern_proc.c 1.133 +3 -2 src/sys/kern/kern_sysctl.c 1.140 +2 -2 src/sys/kern/kern_tc.c 1.31 +1 -2 src/sys/kern/subr_devstat.c 1.110 +2 -2 src/sys/kern/subr_diskslice.c 1.102 +3 -2 src/sys/kern/tty_cons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 13: 9: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 6AF8137B401; Thu, 17 Oct 2002 13:09:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCBE443E88; Thu, 17 Oct 2002 13:09:33 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HK9OmV082027; Thu, 17 Oct 2002 13:09:24 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HK9Nr9082026; Thu, 17 Oct 2002 13:09:24 -0700 (PDT) Message-Id: <200210172009.g9HK9Nr9082026@repoman.freebsd.org> From: Max Khon Date: Thu, 17 Oct 2002 13:09:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_join.c uthread_kern.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 fjoe 2002/10/17 13:09:23 PDT Modified files: (Branch: RELENG_4) lib/libc_r/uthread uthread_join.c uthread_kern.c Log: reduce diffs to -current (white-space only changes) Revision Changes Path 1.12.2.7 +3 -3 src/lib/libc_r/uthread/uthread_join.c 1.28.2.12 +1 -0 src/lib/libc_r/uthread/uthread_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 13:26: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 9052637B401; Thu, 17 Oct 2002 13:26:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3198443E3B; Thu, 17 Oct 2002 13:26:37 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HKQRmV083230; Thu, 17 Oct 2002 13:26:27 -0700 (PDT) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HKQRve083229; Thu, 17 Oct 2002 13:26:27 -0700 (PDT) Message-Id: <200210172026.g9HKQRve083229@repoman.freebsd.org> From: Juli Mallett Date: Thu, 17 Oct 2002 13:26:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_info.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/10/17 13:26:27 PDT Modified files: lib/libc_r/uthread uthread_info.c Log: FD locking is not enabled anymore, so the table which contains the owner of a file descriptor has NULL entries, so don't dereference the table entries to get the owners ever -- don't print the owners when processing a thread_dump request as a result of SIGINFO. Reviewed by: deischen Revision Changes Path 1.22 +0 -4 src/lib/libc_r/uthread/uthread_info.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 14: 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 8DD4037B401; Thu, 17 Oct 2002 14:02:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B30E43E6E; Thu, 17 Oct 2002 14:02:13 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HL23mV085711; Thu, 17 Oct 2002 14:02:03 -0700 (PDT) (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HL23xt085708; Thu, 17 Oct 2002 14:02:03 -0700 (PDT) Message-Id: <200210172102.g9HL23xt085708@repoman.freebsd.org> From: Robert Drehmel Date: Thu, 17 Oct 2002 14:02:02 -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 robert 2002/10/17 14:02:02 PDT Modified files: sys/kern kern_intr.c Log: Instead of (sizeof(source_buffer) - 1) bytes, copy at most (sizeof(destination_buffer) - 1) bytes into the destination buffer. This was not harmful because they currently both provide space for (MAXCOMLEN + 1) bytes. Revision Changes Path 1.85 +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 Oct 17 14:30: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 AAEBC37B401; Thu, 17 Oct 2002 14:30:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB0943E3B; Thu, 17 Oct 2002 14:30:44 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HLUXmV087675; Thu, 17 Oct 2002 14:30:34 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HLUXkQ087674; Thu, 17 Oct 2002 14:30:33 -0700 (PDT) Message-Id: <200210172130.g9HLUXkQ087674@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 17 Oct 2002 14:30:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gaim Makefile ports/net/gaim/files patch-src_buddy.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 marcus 2002/10/17 14:30:33 PDT Modified files: net/gaim Makefile Added files: net/gaim/files patch-src_buddy.c Log: Fix a segfault on sign on when no ~/.gtkrc file exists. This has been filed as gaim bug #624899. Reported by: Kenneth W Cochran David Thiel Tested by: David Thiel Revision Changes Path 1.78 +1 -0 ports/net/gaim/Makefile 1.1 +17 -0 ports/net/gaim/files/patch-src_buddy.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 14:31: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 91D4037B401; Thu, 17 Oct 2002 14:31:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 511A643E42; Thu, 17 Oct 2002 14:31:34 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HLVOmV087846; Thu, 17 Oct 2002 14:31:24 -0700 (PDT) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HLVNA8087845; Thu, 17 Oct 2002 14:31:23 -0700 (PDT) Message-Id: <200210172131.g9HLVNA8087845@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 17 Oct 2002 14:31:22 -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 knu 2002/10/17 14:31:22 PDT Modified files: . access Log: Please welcome the following new ports committers from Japan: - Daichi GOTO (daichi) Daichi is a Java hacker and takes a great interest in porting Java into FreeBSD. He is a well known Java/FreeBSD enthusiast and has been writing many articles on using Java on FreeBSD for Japanese magazines. - Maho Nakata (maho) Maho takes a great interest in scientific computation, computer graphics and some "hot" pieces of software like OpenOffice. He has been submitting many quality PR's in this couple of years. He recently started a survey of USB device support on FreeBSD, and hopefully he can help us improve USB support and maintain the list of supported USB devices. They are both talented and ambitious guys, and have been active in the Japanese FreeBSD community. I really look forward to seeing they act as bridges between developers and users. Welcome aboard! (For both) Commit bit type: ports Approved by: portmgr Mentored by: knu Revision Changes Path 1.347 +2 -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 Thu Oct 17 14:39: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 DCA2B37B401; Thu, 17 Oct 2002 14:39:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9021643E9C; Thu, 17 Oct 2002 14:39:17 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HLd7mV088383; Thu, 17 Oct 2002 14:39:07 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HLd750088382; Thu, 17 Oct 2002 14:39:07 -0700 (PDT) Message-Id: <200210172139.g9HLd750088382@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 17 Oct 2002 14:39:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_kern.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/10/17 14:39:07 PDT Modified files: sys/geom geom_kern.c Log: Be consistent and return the NUL at the end of kern.geom.conf{xml,dot}. Spotted by: sam Revision Changes Path 1.11 +2 -2 src/sys/geom/geom_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 14:42: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 15A9037B401; Thu, 17 Oct 2002 14:42:18 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E926743E42; Thu, 17 Oct 2002 14:42:16 -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 g9HLgFul012936; Thu, 17 Oct 2002 23:42:15 +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 g9HLgF751665056; Thu, 17 Oct 2002 23:42:15 +0200 (MES) Date: Thu, 17 Oct 2002 23:43:13 +0200 (CEST) From: Martin Blapp To: Akinori MUSHA Cc: , Subject: Re: cvs commit: CVSROOT access In-Reply-To: <200210172131.g9HLVNA8087845@repoman.freebsd.org> Message-ID: <20021017234109.N90671-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, > Maho takes a great interest in scientific computation, computer > graphics and some "hot" pieces of software like OpenOffice. He Cool ! Help with OpenOffice is definitly accepted :-) I'm still looking for 1-2 people to help me with this beast. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 14:53: 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 3349A37B401; Thu, 17 Oct 2002 14:53:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E83D543E77; Thu, 17 Oct 2002 14:52:59 -0700 (PDT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HLqomV089554; Thu, 17 Oct 2002 14:52:50 -0700 (PDT) (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HLqoeH089553; Thu, 17 Oct 2002 14:52:50 -0700 (PDT) Message-Id: <200210172152.g9HLqoeH089553@repoman.freebsd.org> From: Maho Nakata Date: Thu, 17 Oct 2002 14:52:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key - Imported sources X-FreeBSD-CVS-Branch: maho Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maho 2002/10/17 14:52:50 PDT doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key - Imported sources Update of /home/ncvs/doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key In directory repoman.freebsd.org:/tmp/cvs-serv89539 Log Message: maho Status: Vendor Tag: maho Release Tags: temp N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/diff N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/maho.patch N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/out N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/doc/en_US.ISO8859-1/articles/contributors/article.sgml N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/doc/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/doc/en_US.ISO8859-1/books/handbook/pgpkeys/ache.key N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/doc/en_US.ISO8859-1/share/sgml/authors.ent N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/ports/astro/xearth/files/freebsd.committers.markers N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/src/usr.bin/calendar/calendars/calendar.freebsd N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/www/en/news/news.xml 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 Thu Oct 17 14:55: 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 4F93337B401; Thu, 17 Oct 2002 14:55:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3FDE43E97; Thu, 17 Oct 2002 14:55:02 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HLsrmV089617; Thu, 17 Oct 2002 14:54:53 -0700 (PDT) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HLsr4h089616; Thu, 17 Oct 2002 14:54:53 -0700 (PDT) Message-Id: <200210172154.g9HLsr4h089616@repoman.freebsd.org> From: Marc Fonvieille Date: Thu, 17 Oct 2002 14:54:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml freebsd.dsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/17 14:54:53 PDT Modified files: en_US.ISO8859-1/share/sgml freebsd.dsl Log: Add manpath attribute for the use of -CURRENT manual pages. We use sometimes manual pages from -CURRENT (devfs for example). Changes in man-refs.ent will follow. Revision Changes Path 1.17 +1 -0 doc/en_US.ISO8859-1/share/sgml/freebsd.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 15: 0: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 07C1B37B401; Thu, 17 Oct 2002 15:00:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFD7743E6A; Thu, 17 Oct 2002 15:00:42 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HM0WmV089856; Thu, 17 Oct 2002 15:00:32 -0700 (PDT) (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HM0W9G089855; Thu, 17 Oct 2002 15:00:32 -0700 (PDT) Message-Id: <200210172200.g9HM0W9G089855@repoman.freebsd.org> From: Robert Drehmel Date: Thu, 17 Oct 2002 15:00:32 -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 robert 2002/10/17 15:00:32 PDT Modified files: sys/compat/linux linux_misc.c Log: - Use strlcpy() rather than strncpy() to copy NUL terminated strings. - Pass the correct buffer size to getcredhostname(). Revision Changes Path 1.134 +6 -6 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 Oct 17 15:11: 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 BAB0237B401; Thu, 17 Oct 2002 15:10:58 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21C2543E75; Thu, 17 Oct 2002 15:10:58 -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 22814519BC; Fri, 18 Oct 2002 07:10:57 +0900 (JST) Date: Fri, 18 Oct 2002 07:10:57 +0900 Message-ID: <86lm4wzpfy.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maho Nakata , cvs@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key - Imported sources In-Reply-To: <200210172152.g9HLqoeH089553@repoman.freebsd.org> References: <200210172152.g9HLqoeH089553@repoman.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 D'oh, you shouldn't be doing "cvs import" on our repository unless you really mean it! CVS Meisters, would you please remove the unwantedly created directory: doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key from our repository as soon as possible? As his mentor, I'll teach him how to use CVS over again. Sorry for the trouble, guys. At Thu, 17 Oct 2002 14:52:50 -0700 (PDT), Maho Nakata wrote: > > maho 2002/10/17 14:52:50 PDT > > doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key - Imported sources > Update of /home/ncvs/doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key > In directory repoman.freebsd.org:/tmp/cvs-serv89539 > > Log Message: > maho > > Status: > > Vendor Tag: maho > Release Tags: temp > > N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/diff > N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/maho.patch > N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/out > N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/doc/en_US.ISO8859-1/articles/contributors/article.sgml > N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/doc/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent > N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key > N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/doc/en_US.ISO8859-1/books/handbook/pgpkeys/ache.key > N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/doc/en_US.ISO8859-1/share/sgml/authors.ent > N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/ports/astro/xearth/files/freebsd.committers.markers > N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/src/usr.bin/calendar/calendars/calendar.freebsd > N doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key/www/en/news/news.xml > > No conflicts created by this import -- / /__ __ 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 Thu Oct 17 15:23: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 D911F37B401; Thu, 17 Oct 2002 15:23:09 -0700 (PDT) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55CFF43E3B; Thu, 17 Oct 2002 15:23:09 -0700 (PDT) (envelope-from joe@genius.tao.org.uk) Received: by genius.tao.org.uk (Postfix, from userid 100) id 84AA6464E; Thu, 17 Oct 2002 23:22:50 +0100 (BST) Date: Thu, 17 Oct 2002 23:22:50 +0100 From: Josef Karthauser To: Akinori MUSHA Cc: Maho Nakata , cvs@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key - Imported sources Message-ID: <20021017222250.GA656@genius.tao.org.uk> References: <200210172152.g9HLqoeH089553@repoman.freebsd.org> <86lm4wzpfy.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline In-Reply-To: <86lm4wzpfy.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 --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 18, 2002 at 07:10:57AM +0900, Akinori MUSHA wrote: > D'oh, you shouldn't be doing "cvs import" on our repository unless you > really mean it! >=20 > CVS Meisters, would you please remove the unwantedly created > directory: >=20 > doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key >=20 > from our repository as soon as possible? >=20 > As his mentor, I'll teach him how to use CVS over again. Sorry for > the trouble, guys. Thanks for the heads up. Joe --=20 "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein, 1921 --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iEYEARECAAYFAj2vODkACgkQXVIcjOaxUBZK9ACeKWPuz4QYaQtHM/PfGI9bBrHA H+AAoJfRouvyVyq16wd6TQWYSpKQTEnR =aJJF -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 15:27: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 5681D37B401; Thu, 17 Oct 2002 15:27:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E69E543E77; Thu, 17 Oct 2002 15:27:31 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HMRLmV091914; Thu, 17 Oct 2002 15:27:22 -0700 (PDT) (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HMRLgh091913; Thu, 17 Oct 2002 15:27:21 -0700 (PDT) Message-Id: <200210172227.g9HMRLgh091913@repoman.freebsd.org> From: Robert Drehmel Date: Thu, 17 Oct 2002 15:27:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_sockio.c svr4_stat.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/10/17 15:27:21 PDT Modified files: sys/compat/svr4 svr4_sockio.c svr4_stat.c Log: Replace the conventional usage of strncpy() by using strlcpy(). Revision Changes Path 1.13 +1 -1 src/sys/compat/svr4/svr4_sockio.c 1.13 +4 -12 src/sys/compat/svr4/svr4_stat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 15: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 4FBB837B401; Thu, 17 Oct 2002 15:30:26 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id C569943E42; Thu, 17 Oct 2002 15:30:25 -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 B7286519B8; Fri, 18 Oct 2002 07:30:23 +0900 (JST) Date: Fri, 18 Oct 2002 07:30:24 +0900 Message-ID: <86k7kgzojj.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Josef Karthauser Cc: Maho Nakata , cvs@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key - Imported sources In-Reply-To: <20021017222250.GA656@genius.tao.org.uk> References: <200210172152.g9HLqoeH089553@repoman.freebsd.org> <86lm4wzpfy.wl@archon.local.idaemons.org> <20021017222250.GA656@genius.tao.org.uk> 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 Thu, 17 Oct 2002 23:22:50 +0100, Josef Karthauser wrote: > On Fri, Oct 18, 2002 at 07:10:57AM +0900, Akinori MUSHA wrote: > > D'oh, you shouldn't be doing "cvs import" on our repository unless you > > really mean it! > > > > CVS Meisters, would you please remove the unwantedly created > > directory: > > > > doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key > > > > from our repository as soon as possible? > > > > As his mentor, I'll teach him how to use CVS over again. Sorry for > > the trouble, guys. > > Thanks for the heads up. Thank you so much for the quick response! -- / /__ __ 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 Thu Oct 17 15:43: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 418A037B401; Thu, 17 Oct 2002 15:43:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB05643E6A; Thu, 17 Oct 2002 15:43:21 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HMhCmV093122; Thu, 17 Oct 2002 15:43:12 -0700 (PDT) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HMhBdc093121; Thu, 17 Oct 2002 15:43:11 -0700 (PDT) Message-Id: <200210172243.g9HMhBdc093121@repoman.freebsd.org> From: Chris Costello Date: Thu, 17 Oct 2002 15:43:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ugidfw 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 chris 2002/10/17 15:43:11 PDT Modified files: usr.sbin/ugidfw Makefile Log: Activate ugidfw.8 man page. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.3 +1 -1 src/usr.sbin/ugidfw/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 15:47: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 5271F37B401; Thu, 17 Oct 2002 15:47:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CADF43E4A; Thu, 17 Oct 2002 15:47:10 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HMkxmV093298; Thu, 17 Oct 2002 15:47:00 -0700 (PDT) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HMkx5t093297; Thu, 17 Oct 2002 15:46:59 -0700 (PDT) Message-Id: <200210172246.g9HMkx5t093297@repoman.freebsd.org> From: Archie Cobbs Date: Thu, 17 Oct 2002 15:46:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/sablevm Makefile distinfo ports/java/sablevm/files extra-patch-aa extra-patch-ab patch-aa patch-ab patch-ac patch-ad 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 archie 2002/10/17 15:46:57 PDT Modified files: java/sablevm Makefile distinfo java/sablevm/files extra-patch-aa extra-patch-ab patch-aa patch-ab patch-ac patch-ad patch-ag patch-ah patch-ai patch-aj patch-ak Log: Update to version 1.0.5. Revision Changes Path 1.11 +1 -1 ports/java/sablevm/Makefile 1.5 +3 -3 ports/java/sablevm/distinfo 1.3 +3 -3 ports/java/sablevm/files/extra-patch-aa 1.3 +3 -3 ports/java/sablevm/files/extra-patch-ab 1.6 +12 -17 ports/java/sablevm/files/patch-aa 1.6 +3 -3 ports/java/sablevm/files/patch-ab 1.5 +3 -3 ports/java/sablevm/files/patch-ac 1.5 +3 -3 ports/java/sablevm/files/patch-ad 1.5 +3 -3 ports/java/sablevm/files/patch-ag 1.3 +3 -3 ports/java/sablevm/files/patch-ah 1.3 +2 -2 ports/java/sablevm/files/patch-ai 1.4 +2 -2 ports/java/sablevm/files/patch-aj 1.2 +2 -2 ports/java/sablevm/files/patch-ak To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 15: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 A534F37B401; Thu, 17 Oct 2002 15:58:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58DAE43E8A; Thu, 17 Oct 2002 15:58:27 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HMwHmV094058; Thu, 17 Oct 2002 15:58:17 -0700 (PDT) (envelope-from anders@repoman.freebsd.org) Received: (from anders@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HMwHJ3094057; Thu, 17 Oct 2002 15:58:17 -0700 (PDT) Message-Id: <200210172258.g9HMwHJ3094057@repoman.freebsd.org> From: Anders Nordby Date: Thu, 17 Oct 2002 15:58:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xmms-xvs 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 anders 2002/10/17 15:58:17 PDT Modified files: graphics/xmms-xvs Makefile Log: Fix build error. Resign maintainership. I don't really use XMMS these days. Reported by: Adam Weinberger , bento PR: 41097 Revision Changes Path 1.3 +3 -2 ports/graphics/xmms-xvs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 15: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 BDCDB37B401; Thu, 17 Oct 2002 15:58:38 -0700 (PDT) Received: from quanta.synchem.kyoto-u.ac.jp (quanta.synchem.kyoto-u.ac.jp [130.54.33.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD2E243E7B; Thu, 17 Oct 2002 15:58:37 -0700 (PDT) (envelope-from chat95@mbox.kyoto-inet.or.jp) Received: from localhost (quanth.synchem.kyoto-u.ac.jp [130.54.33.130]) by quanta.synchem.kyoto-u.ac.jp (8.12.5/3.7W/00091819) with ESMTP id g9HMtE2B023036; Fri, 18 Oct 2002 07:55:14 +0900 (JST) Date: Fri, 18 Oct 2002 07:55:47 +0900 (JST) Message-Id: <20021018.075547.576094512.maho@scarlatti.synchem.kyoto-u.ac.jp> To: joe@FreeBSD.org Cc: knu@iDaemons.org, maho@FreeBSD.org, cvs@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key - Imported sources From: chat95@mbox.kyoto-inet.or.jp (Nakata Maho) Reply-To: chat95@mbox.kyoto-inet.or.jp In-Reply-To: <20021017222250.GA656@genius.tao.org.uk> References: <200210172152.g9HLqoeH089553@repoman.freebsd.org> <86lm4wzpfy.wl@archon.local.idaemons.org> <20021017222250.GA656@genius.tao.org.uk> X-Mailer: Mew version 2.2 on XEmacs 21.1.14 (Cuyahoga Valley) 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 Hello, all CVS Meisters, This is Maho NAKATA, a new committer. Sorry for your trouble. Next time I'll not do strange things... Sincerely yours, Nakata Maho To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 16:10: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 CFB2237B401; Thu, 17 Oct 2002 16:10:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FF5C43E77; Thu, 17 Oct 2002 16:10:33 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HNANmV094887; Thu, 17 Oct 2002 16:10:23 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HNANvt094886; Thu, 17 Oct 2002 16:10:23 -0700 (PDT) Message-Id: <200210172310.g9HNANvt094886@repoman.freebsd.org> From: Alan Eldridge Date: Thu, 17 Oct 2002 16:10:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/quanta Makefile ports/www/quanta/files patch-quanta-quanta_init.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/10/17 16:10:23 PDT Modified files: www/quanta Makefile Added files: www/quanta/files patch-quanta-quanta_init.c Log: This applies a patch that corrects the document switching bug detailed in the KDE Bugzilla report... http://bugs.kde.org/show_bug.cgi?id=48487 Revision Changes Path 1.24 +1 -1 ports/www/quanta/Makefile 1.1 +13 -0 ports/www/quanta/files/patch-quanta-quanta_init.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 16:14: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 1856A37B401; Thu, 17 Oct 2002 16:14:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C148743E42; Thu, 17 Oct 2002 16:14:13 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HNE2mV095351; Thu, 17 Oct 2002 16:14:03 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HNE2Kb095350; Thu, 17 Oct 2002 16:14:02 -0700 (PDT) Message-Id: <200210172314.g9HNE2Kb095350@repoman.freebsd.org> From: Alan Eldridge Date: Thu, 17 Oct 2002 16:14:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/quanta 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/10/17 16:14:02 PDT Modified files: www/quanta Makefile Log: Oops. Console mode can suck. PR: 44161 Submitted by: Michael Collette Revision Changes Path 1.25 +0 -0 ports/www/quanta/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 16:22: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 D669637B401; Thu, 17 Oct 2002 16:22:12 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5828D43E6E; Thu, 17 Oct 2002 16:22:12 -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 QAA78938; Thu, 17 Oct 2002 16:24:54 -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 QAA78931; Thu, 17 Oct 2002 16:24:52 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Thu, 17 Oct 2002 16:24:52 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Bill Fumerola Cc: cvs-all@freebsd.org, KAWATA Masahiko Subject: Re: cvs commit: ports/net/ethereal Makefile distinfo In-Reply-To: <200210162158.g9GLwhQ9089692@repoman.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 Wed, 16 Oct 2002, Bill Fumerola wrote: # billf 2002/10/16 14:58:43 PDT # # Modified files: # net/ethereal Makefile distinfo # Log: # upgrade to 0.9.7 PR ports/40915 (Fix pkg-plist for net/ethereal) has a patch for removing the static bits from the install of this port. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 16:26: 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 2293537B401; Thu, 17 Oct 2002 16:26:00 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F80C43E65; Thu, 17 Oct 2002 16:25:59 -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 QAA79020; Thu, 17 Oct 2002 16:28:39 -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 QAA79013; Thu, 17 Oct 2002 16:28:38 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Thu, 17 Oct 2002 16:28:38 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Ying-Chieh Liao Cc: cvs-all@freebsd.org, Tilman Linneweh Subject: Re: cvs commit: ports/devel/perltidy Makefile distinfo In-Reply-To: <200210170212.g9H2C3B5006637@repoman.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 Wed, 16 Oct 2002, Ying-Chieh Liao wrote: # ijliao 2002/10/16 19:12:03 PDT # # Modified files: # devel/perltidy Makefile distinfo # Log: # upgrade to 0922 # # Submitted by: leeym This also takes care of PR ports/43428 (Update Port devel/perltidy -> 20020922). -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 16:32: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 5EE5E37B401; Thu, 17 Oct 2002 16:32:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1361143E42; Thu, 17 Oct 2002 16:32:56 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HNWjmV096602; Thu, 17 Oct 2002 16:32:45 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HNWjKS096601; Thu, 17 Oct 2002 16:32:45 -0700 (PDT) Message-Id: <200210172332.g9HNWjKS096601@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 17 Oct 2002 16:32:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/su su.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/10/17 16:32:45 PDT Modified files: usr.bin/su su.c Log: Style: use sa_handler instead of __sigaction_u.__sa_handler. Revision Changes Path 1.60 +1 -1 src/usr.bin/su/su.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 16:37: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 5982C37B401; Thu, 17 Oct 2002 16:37:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D38A43E4A; Thu, 17 Oct 2002 16:37:22 -0700 (PDT) (envelope-from pirzyk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HNbBmV096758; Thu, 17 Oct 2002 16:37:11 -0700 (PDT) (envelope-from pirzyk@repoman.freebsd.org) Received: (from pirzyk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HNbBBg096757; Thu, 17 Oct 2002 16:37:11 -0700 (PDT) Message-Id: <200210172337.g9HNbBBg096757@repoman.freebsd.org> From: Jim Pirzyk Date: Thu, 17 Oct 2002 16:37:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_cd.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 pirzyk 2002/10/17 16:37:09 PDT Modified files: sys/cam/scsi scsi_cd.c Log: Changed the scsi mode command to use 10 bytes scsi commands instead of the 6 byte ones. This helps with using a IDE cdrom behind a USB interface. PR: kern/43885 Revision Changes Path 1.65 +11 -9 src/sys/cam/scsi/scsi_cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 16: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 2993637B401; Thu, 17 Oct 2002 16:46:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2C8C43E91; Thu, 17 Oct 2002 16:46:42 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HNkWmV097536; Thu, 17 Oct 2002 16:46:32 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HNkWsK097535; Thu, 17 Oct 2002 16:46:32 -0700 (PDT) Message-Id: <200210172346.g9HNkWsK097535@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 17 Oct 2002 16:46:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d local X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/17 16:46:32 PDT Modified files: etc/rc.d local Log: Fix silly typo: loacal --> local. Revision Changes Path 1.4 +1 -1 src/etc/rc.d/local To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 16:49: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 7464B37B410; Thu, 17 Oct 2002 16:49:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBEA143EA9; Thu, 17 Oct 2002 16:48:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HNmUmV097605; Thu, 17 Oct 2002 16:48:30 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HNmTPD097604; Thu, 17 Oct 2002 16:48:29 -0700 (PDT) Message-Id: <200210172348.g9HNmTPD097604@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 17 Oct 2002 16:48:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/10/17 16:48:29 PDT Modified files: sys/kern subr_disk.c Log: Separate fiels reported by disk_err() with spaces, so that output doesn't look cryptic. MFC after: 1 week Revision Changes Path 1.63 +7 -7 src/sys/kern/subr_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 16:56: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 7795B37B401; Thu, 17 Oct 2002 16:56:31 -0700 (PDT) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id D049C43E3B; Thu, 17 Oct 2002 16:56:30 -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 g9HNuU180889; Thu, 17 Oct 2002 16:56:30 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Thu, 17 Oct 2002 16:56:30 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Jim Pirzyk Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c In-Reply-To: <200210172337.g9HNbBBg096757@repoman.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 Uh- are you sure that this is wise? There are lots of older SCSI CDROMs which might have problems with this. On Thu, 17 Oct 2002, Jim Pirzyk wrote: > pirzyk 2002/10/17 16:37:09 PDT > > Modified files: > sys/cam/scsi scsi_cd.c > Log: > Changed the scsi mode command to use 10 bytes scsi commands instead > of the 6 byte ones. This helps with using a IDE cdrom behind a USB > interface. > > PR: kern/43885 > > Revision Changes Path > 1.65 +11 -9 src/sys/cam/scsi/scsi_cd.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 17:21: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 AD10C37B401; Thu, 17 Oct 2002 17:21:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61FA243E65; Thu, 17 Oct 2002 17:21:57 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I0LkmV099855; Thu, 17 Oct 2002 17:21:46 -0700 (PDT) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I0Lkv2099852; Thu, 17 Oct 2002 17:21:46 -0700 (PDT) Message-Id: <200210180021.g9I0Lkv2099852@repoman.freebsd.org> From: Eric Anholt Date: Thu, 17 Oct 2002 17:21:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4-clients 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/10/17 17:21:45 PDT Modified files: x11/XFree86-4-clients Makefile distinfo Log: Fix distfiles after the last commit (bad copy'n'pasting). PR: 44184 Revision Changes Path 1.107 +3 -3 ports/x11/XFree86-4-clients/Makefile 1.33 +1 -1 ports/x11/XFree86-4-clients/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 17:26: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 3670D37B401; Thu, 17 Oct 2002 17:26:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD46043E6E; Thu, 17 Oct 2002 17:26:44 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I0QYmV000219; Thu, 17 Oct 2002 17:26:34 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I0QYxG000207; Thu, 17 Oct 2002 17:26:34 -0700 (PDT) Message-Id: <200210180026.g9I0QYxG000207@repoman.freebsd.org> From: Sam Leffler Date: Thu, 17 Oct 2002 17:26:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk tst01.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 sam 2002/10/17 17:26:34 PDT Modified files: lib/libdisk tst01.c Log: not sure if this correct, but it compiles again Revision Changes Path 1.30 +3 -3 src/lib/libdisk/tst01.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 17:41: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 591B737B401; Thu, 17 Oct 2002 17:41:25 -0700 (PDT) Received: from pirzyk.org (dsl-65-184-181-29.telocity.com [65.184.181.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6A7C43E42; Thu, 17 Oct 2002 17:41:24 -0700 (PDT) (envelope-from pirzyk@pirzyk.org) Received: from zephyr.pirzyk.org (localhost [127.0.0.1]) by pirzyk.org (8.12.3/8.12.3) with ESMTP id g9I0claw006163; Thu, 17 Oct 2002 17:38:48 -0700 (PDT) (envelope-from pirzyk@zephyr.pirzyk.org) Received: (from pirzyk@localhost) by zephyr.pirzyk.org (8.12.3/8.12.3/Submit) id g9I0cle6006162; Thu, 17 Oct 2002 17:38:47 -0700 (PDT) Date: Thu, 17 Oct 2002 17:38:47 -0700 (PDT) From: Jim Pirzyk Message-Id: <200210180038.g9I0cle6006162@zephyr.pirzyk.org> To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, pirzyk@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c In-Reply-To: <200210172337.g9HNbBBg096757@repoman.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 > pirzyk 2002/10/17 16:37:09 PDT > > Modified files: > sys/cam/scsi scsi_cd.c > Log: > Changed the scsi mode command to use 10 bytes scsi commands instead > of the 6 byte ones. This helps with using a IDE cdrom behind a USB > interface. > > PR: kern/43885 > > Revision Changes Path > 1.65 +11 -9 src/sys/cam/scsi/scsi_cd.c forgot: MFC-After: 1 month To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 17:41: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 C675A37B401; Thu, 17 Oct 2002 17:41:38 -0700 (PDT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E56943E42; Thu, 17 Oct 2002 17:41:37 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1]) by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet6 id g9I0fZ324712; Fri, 18 Oct 2002 09:41:35 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: <200210171802.g9HI2R1Y072518@repoman.freebsd.org> References: <200210171802.g9HI2R1Y072518@repoman.freebsd.org> X-User-Agent: Mew/1.94.2 XEmacs/21.5 (bamboo) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 12 From: Makoto Matsushita To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/i386 dokern.sh Date: Fri, 18 Oct 2002 09:41:29 +0900 Message-Id: <20021018094129J.matusita@jp.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 sam> Modified files: sam> release/i386 dokern.sh sam> Log: sam> Strip splash, tun, and COMPAT_FREEBSD4 from the config used to build sam> the BOOTMFS kernel. Killing tun(4) device disables network installation via ppp(8). Is it intended change or not? -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 17:52: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 C9F3237B401; Thu, 17 Oct 2002 17:52:31 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6417643E4A; Thu, 17 Oct 2002 17:52:31 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id g9I0qU1H013466 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 17 Oct 2002 17:52:31 -0700 (PDT)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <2c1b01c27640$a369ce40$52557f42@errno.com> From: "Sam Leffler" To: "Makoto Matsushita" , , References: <200210171802.g9HI2R1Y072518@repoman.freebsd.org> <20021018094129J.matusita@jp.FreeBSD.org> Subject: Re: cvs commit: src/release/i386 dokern.sh Date: Thu, 17 Oct 2002 17:52:30 -0700 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > sam> Modified files: > sam> release/i386 dokern.sh > sam> Log: > sam> Strip splash, tun, and COMPAT_FREEBSD4 from the config used to build > sam> the BOOTMFS kernel. > > Killing tun(4) device disables network installation via ppp(8). Is it > intended change or not? > I wondered about that, but all my mail about this stuff to developers@ got silently discarded and noone seemed able to help me resolve the problem. In the end I figured the best way to get action was to commit the mods. I will try to get it back in. I'll need to verify things fit with it included before doing the commit. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 17: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 3380137B401; Thu, 17 Oct 2002 17:58:34 -0700 (PDT) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83EDD43E6A; Thu, 17 Oct 2002 17:58:32 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from localhost (localhost [127.0.0.1]) by cain.gsoft.com.au (8.12.4/8.12.3) with ESMTP id g9I0wR2l079451; Fri, 18 Oct 2002 10:28:28 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c From: "Daniel O'Connor" To: Jim Pirzyk Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, pirzyk@FreeBSD.ORG In-Reply-To: <200210180038.g9I0cle6006162@zephyr.pirzyk.org> References: <200210180038.g9I0cle6006162@zephyr.pirzyk.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 18 Oct 2002 10:28:24 +0930 Message-Id: <1034902706.85350.21.camel@chowder.gsoft.com.au> Mime-Version: 1.0 X-Spam-Score: -3.4 () IN_REP_TO X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / 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 Fri, 2002-10-18 at 10:08, Jim Pirzyk wrote: > > Changed the scsi mode command to use 10 bytes scsi commands instead > > of the 6 byte ones. This helps with using a IDE cdrom behind a USB > > interface. > > > > PR: kern/43885 > > > > Revision Changes Path > > 1.65 +11 -9 src/sys/cam/scsi/scsi_cd.c > > forgot: > > MFC-After: 1 month Shouldn't this be done via hints? As someone else pointed out it potentially screws up older SCSI CDROM drives. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 9A8C 569F 685A D928 5140 AE4B 319B 41F4 5D17 FDD5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 18: 3: 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 A384037B401; Thu, 17 Oct 2002 18:03:00 -0700 (PDT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9687143E6A; Thu, 17 Oct 2002 18:02:59 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1]) by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet6 id g9I12t325857; Fri, 18 Oct 2002 10:02:55 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <2c1b01c27640$a369ce40$52557f42@errno.com> References: <200210171802.g9HI2R1Y072518@repoman.freebsd.org> <20021018094129J.matusita@jp.FreeBSD.org> <2c1b01c27640$a369ce40$52557f42@errno.com> X-User-Agent: Mew/1.94.2 XEmacs/21.5 (bamboo) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 18 From: Makoto Matsushita To: sam@errno.com Subject: Re: cvs commit: src/release/i386 dokern.sh Date: Fri, 18 Oct 2002 10:02:52 +0900 Message-Id: <20021018100252A.matusita@jp.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 sam> I wondered about that, but all my mail about this stuff to sam> developers@ got silently discarded and noone seemed able to help sam> me resolve the problem. In the end I figured the best way to get sam> action was to commit the mods. I don't ignore you, but sorry I have very few time to join your effort. I greatly appreciate your effort, thank you, keep on going! BTW, you've add mount_devfs to fixit.flp but did't remove MAKEDEV yet; I'm afraid that fixit.flp will flood since there are very few spaces in that floppy image. Actually if we decide "devfs should be used in any cases," we can tweak some codes from sysinstall(8) (current source code for populating /dev nodes are very tricky IMHO, but we can simply delete them.) -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 18: 5: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 80EBA37B401; Thu, 17 Oct 2002 18:05:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E9843E6E; Thu, 17 Oct 2002 18:05:56 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I15kmV002682; Thu, 17 Oct 2002 18:05:46 -0700 (PDT) (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I15k2m002681; Thu, 17 Oct 2002 18:05:46 -0700 (PDT) Message-Id: <200210180105.g9I15k2m002681@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 17 Oct 2002 18:05:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/clri clri.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 keramida 2002/10/17 18:05:46 PDT Modified files: sbin/clri clri.8 Log: Typo in verb: zeros -> zeroes. Revision Changes Path 1.13 +1 -1 src/sbin/clri/clri.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 18: 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 357F337B401; Thu, 17 Oct 2002 18:07:04 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8B5D43E8A; Thu, 17 Oct 2002 18:07:03 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id g9I1721H013555 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 17 Oct 2002 18:07:03 -0700 (PDT)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <2c7001c27642$ab63d1c0$52557f42@errno.com> From: "Sam Leffler" To: "Makoto Matsushita" Cc: , References: <200210171802.g9HI2R1Y072518@repoman.freebsd.org><20021018094129J.matusita@jp.FreeBSD.org><2c1b01c27640$a369ce40$52557f42@errno.com> <20021018100252A.matusita@jp.FreeBSD.org> Subject: Re: cvs commit: src/release/i386 dokern.sh Date: Thu, 17 Oct 2002 18:07:02 -0700 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > sam> I wondered about that, but all my mail about this stuff to > sam> developers@ got silently discarded and noone seemed able to help > sam> me resolve the problem. In the end I figured the best way to get > sam> action was to commit the mods. > > I don't ignore you, but sorry I have very few time to join your effort. > I greatly appreciate your effort, thank you, keep on going! > Sorry if you interepreted my remarks as directed to you. I just never made contact with someone that could help me understand why my email to developers@ was vanishing w/o a trace. I believe it may be because I'd attached a patch to msgs and it was causing the MTA to discard it w/o notice. > BTW, you've add mount_devfs to fixit.flp but did't remove MAKEDEV yet; > I'm afraid that fixit.flp will flood since there are very few spaces > in that floppy image. Actually if we decide "devfs should be used in > any cases," we can tweak some codes from sysinstall(8) (current source > code for populating /dev nodes are very tricky IMHO, but we can simply > delete them.) I have yet to commit all the changes to /usr/src/release/Makefile that tie into these mods. I thought it was safe to commit what I did w/o those changes. I'm in the process of testing a possible solution to the sysinstall problem and once that's going I'll commit the Makefile mods and test putting back the tun device. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 18: 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 DC1C137B401; Thu, 17 Oct 2002 18:09:48 -0700 (PDT) Received: from pirzyk.org (dsl-65-184-181-29.telocity.com [65.184.181.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EFDF43E3B; Thu, 17 Oct 2002 18:09:48 -0700 (PDT) (envelope-from pirzyk@pirzyk.org) Received: from zephyr.pirzyk.org (localhost [127.0.0.1]) by pirzyk.org (8.12.3/8.12.3) with ESMTP id g9I17Baw006447; Thu, 17 Oct 2002 18:07:11 -0700 (PDT) (envelope-from pirzyk@zephyr.pirzyk.org) Received: (from pirzyk@localhost) by zephyr.pirzyk.org (8.12.3/8.12.3/Submit) id g9I17BXN006446; Thu, 17 Oct 2002 18:07:11 -0700 (PDT) Date: Thu, 17 Oct 2002 18:07:11 -0700 (PDT) From: Jim Pirzyk Message-Id: <200210180107.g9I17BXN006446@zephyr.pirzyk.org> To: doconnor@gsoft.com.au, pirzyk@pirzyk.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, pirzyk@FreeBSD.ORG In-Reply-To: <1034902706.85350.21.camel@chowder.gsoft.com.au> Sender: owner-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, 2002-10-18 at 10:08, Jim Pirzyk wrote: > > > Changed the scsi mode command to use 10 bytes scsi commands instead > > > of the 6 byte ones. This helps with using a IDE cdrom behind a USB > > > interface. > > > > > > PR: kern/43885 > > > > > > Revision Changes Path > > > 1.65 +11 -9 src/sys/cam/scsi/scsi_cd.c > > > > forgot: > > > > MFC-After: 1 month > > Shouldn't this be done via hints? How would that be done? If there is a sysctl knob to change the behavior, then I could see it working, but not with the change that I made. > As someone else pointed out it potentially screws up older SCSI CDROM > drives. Looking at all the other scsi commands in the file, it was the only one at 6 bytes, the rest were at 10 or 12, that I could find. - JimP To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 18:17: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 9F64437B401; Thu, 17 Oct 2002 18:17:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 549EA43E88; Thu, 17 Oct 2002 18:17:45 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I1HXmV003335; Thu, 17 Oct 2002 18:17:34 -0700 (PDT) (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I1HXNW003334; Thu, 17 Oct 2002 18:17:33 -0700 (PDT) Message-Id: <200210180117.g9I1HXNW003334@repoman.freebsd.org> From: Kirk McKusick Date: Thu, 17 Oct 2002 18:17:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_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 mckusick 2002/10/17 18:17:31 PDT Modified files: sys/ufs/ufs ufs_extern.h Log: With the revised single-lock method used in snapshots, the BA_NOWAIT flag is no longer needed. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.47 +0 -1 src/sys/ufs/ufs/ufs_extern.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 18:24: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 899CA37B401; Thu, 17 Oct 2002 18:24:19 -0700 (PDT) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7152543E77; Thu, 17 Oct 2002 18:24:18 -0700 (PDT) (envelope-from Scott_Long@adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11] (may be forged)) by magic.adaptec.com (8.10.2+Sun/8.10.2) with ESMTP id g9I1OH501969; Thu, 17 Oct 2002 18:24:17 -0700 (PDT) Received: from OTCEXC01.otc.adaptec.com (otcexc01.otc.adaptec.com [10.12.1.27]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id SAA18710; Thu, 17 Oct 2002 18:24:16 -0700 (PDT) Received: by otcexc01.otc.adaptec.com with Internet Mail Service (5.5.2653.19) id <4TQCW0QX>; Thu, 17 Oct 2002 21:24:16 -0400 Message-ID: <6100BCEB85F8E244959C756C04E0EDD161CACC@otcexc01.otc.adaptec.com> From: "Long, Scott" To: "'Jim Pirzyk'" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/cam/scsi scsi_cd.c Date: Thu, 17 Oct 2002 21:24:15 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > pirzyk 2002/10/17 16:37:09 PDT > > Modified files: > sys/cam/scsi scsi_cd.c > Log: > Changed the scsi mode command to use 10 bytes scsi commands instead > of the 6 byte ones. This helps with using a IDE cdrom behind a USB > interface. > > PR: kern/43885 > > Revision Changes Path > 1.65 +11 -9 src/sys/cam/scsi/scsi_cd.c > Um, who was this reviewed by? CAM in general is a touchy place to tread, but the cd driver in particular has an active maintainer who has requested that changes be reviewed by him first. Changing something that could cause compatibility problems definitely needs review. Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 18:29: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 C949937B401; Thu, 17 Oct 2002 18:29:21 -0700 (PDT) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D08C43E65; Thu, 17 Oct 2002 18:29:18 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from localhost (localhost [127.0.0.1]) by cain.gsoft.com.au (8.12.4/8.12.3) with ESMTP id g9I1TA2l080019; Fri, 18 Oct 2002 10:59:11 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c From: "Daniel O'Connor" To: Jim Pirzyk Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, pirzyk@FreeBSD.ORG In-Reply-To: <200210180107.g9I17BXN006446@zephyr.pirzyk.org> References: <200210180107.g9I17BXN006446@zephyr.pirzyk.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 18 Oct 2002 10:59:07 +0930 Message-Id: <1034904548.85350.27.camel@chowder.gsoft.com.au> Mime-Version: 1.0 X-Spam-Score: -3.4 () IN_REP_TO X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / 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 Fri, 2002-10-18 at 10:37, Jim Pirzyk wrote: > > > MFC-After: 1 month > > > > Shouldn't this be done via hints? > > How would that be done? If there is a sysctl knob to change the > behavior, then I could see it working, but not with the change > that I made. I thought there was a hints system for matching devices which will hang when the 'wrong' commands are used. Not sure what you mean about sysctl knobs. > > As someone else pointed out it potentially screws up older SCSI CDROM > > drives. > > Looking at all the other scsi commands in the file, it was the only one > at 6 bytes, the rest were at 10 or 12, that I could find. I am only parroting someone else on this, but they didn't appear to get a response. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 9A8C 569F 685A D928 5140 AE4B 319B 41F4 5D17 FDD5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 18:30: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 9C80837B401; Thu, 17 Oct 2002 18:30:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F9943E3B; Thu, 17 Oct 2002 18:30:11 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I1U0mV004064; Thu, 17 Oct 2002 18:30:00 -0700 (PDT) (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I1U0Ra004051; Thu, 17 Oct 2002 18:30:00 -0700 (PDT) Message-Id: <200210180130.g9I1U0Ra004051@repoman.freebsd.org> From: Kirk McKusick Date: Thu, 17 Oct 2002 18:30:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.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 mckusick 2002/10/17 18:30:00 PDT Modified files: sys/kern vfs_bio.c Log: When the number of dirty buffers rises too high, the buf_daemon runs to help clean up. After selecting a potential buffer to write, this patch has it acquire a lock on the vnode that owns the buffer before trying to write it. The vnode lock is necessary to avoid a race with some other process holding the vnode locked and trying to flush its dirty buffers. In particular, if the vnode in question is a snapshot file, then the race can lead to a deadlock. To avoid slowing down the buf_daemon, it does a non-blocking lock request when trying to lock the vnode. If it fails to get the lock it skips over the buffer and continues down its queue looking for buffers to flush. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.339 +17 -3 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 18:34: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 8987F37B401; Thu, 17 Oct 2002 18:34:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E9BB43E6A; Thu, 17 Oct 2002 18:34:21 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I1YAmV004541; Thu, 17 Oct 2002 18:34:10 -0700 (PDT) (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I1YAvT004540; Thu, 17 Oct 2002 18:34:10 -0700 (PDT) Message-Id: <200210180134.g9I1YAvT004540@repoman.freebsd.org> From: Kirk McKusick Date: Thu, 17 Oct 2002 18:34:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_lock.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 mckusick 2002/10/17 18:34:10 PDT Modified files: sys/kern kern_lock.c Log: Have lockinit() initialize the debugging fields of a lock when DEBUG_LOCKS is defined. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.59 +9 -0 src/sys/kern/kern_lock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 18: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 93CB737B401; Thu, 17 Oct 2002 18:36:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47F3243E6E; Thu, 17 Oct 2002 18:36:53 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I1agmV004689; Thu, 17 Oct 2002 18:36:42 -0700 (PDT) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I1afM5004688; Thu, 17 Oct 2002 18:36:41 -0700 (PDT) Message-Id: <200210180136.g9I1afM5004688@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 17 Oct 2002 18:36:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chmod chmod.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 trhodes 2002/10/17 18:36:40 PDT Modified files: (Branch: RELENG_4) bin/chmod chmod.c Log: MFC: r1.21: Change noop option -h to do the real work. Now mode of symbolic link is changed if -h option is given. Requested by: johan Reviewed by: bde jhb ru (original commit) Obtained from: NetBSD (code) Revision Changes Path 1.16.2.6 +17 -7 src/bin/chmod/chmod.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 18: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 EA70F37B401; Thu, 17 Oct 2002 18:41:04 -0700 (PDT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57F0743E4A; Thu, 17 Oct 2002 18:41:04 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from unknown ([192.168.0.5]) by pittgoth.com (8.12.6/8.12.5) with SMTP id g9I1f3ju035881; Thu, 17 Oct 2002 21:41:03 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Thu, 17 Oct 2002 21:37:40 -0400 From: Tom Rhodes To: Tom Rhodes Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/chmod chmod.c Message-Id: <20021017213740.16135b81.trhodes@FreeBSD.org> In-Reply-To: <200210180136.g9I1afM5004688@repoman.freebsd.org> References: <200210180136.g9I1afM5004688@repoman.freebsd.org> X-Mailer: Sylpheed version 0.8.1claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 Thu, 17 Oct 2002 18:36:40 -0700 (PDT) Tom Rhodes wrote: > trhodes 2002/10/17 18:36:40 PDT > > Modified files: (Branch: RELENG_4) > bin/chmod chmod.c > Log: > MFC: r1.21: > Change noop option -h to do the real work. Now mode of symbolic > link is changed if -h option is given. > > Requested by: johan > > Reviewed by: bde jhb ru (original commit) > Obtained from: NetBSD (code) > > Revision Changes Path > 1.16.2.6 +17 -7 src/bin/chmod/chmod.c > This was done in light of the pre 4.7 discussion to document chmod(1) options && I never got the full story. Breakdown: Someone asked to MFC the documents. bde, ru, and re (jhb) approved this action. johan pointed out that the documented functionality did not exist yet. Thus it was backed out (r1.16.2.4 & r1.16.2.5) Just a week ago, johan reminded me that this needed done. -- Tom (Darklogik) Rhodes www.FreeBSD.org -The Power To Serve www.Pittgoth.com -Pittgoth Discussion Portal trhodes@{Pittgoth.com, FreeBSD.org} PGP key by www: http://www.pittgoth.com/~darklogik/darklogik.key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 18:42: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 AF61D37B401; Thu, 17 Oct 2002 18:42:55 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58F8343E3B; Thu, 17 Oct 2002 18:42:54 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id E387B8148D; Fri, 18 Oct 2002 11:12:51 +0930 (CST) Date: Fri, 18 Oct 2002 11:12:51 +0930 From: Greg 'groggy' Lehey To: Bruce Evans Cc: Mitsuru IWASAKI , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa clock.c Message-ID: <20021018014251.GB13428@wantadilla.lemis.com> References: <200210171355.g9HDtjBt054703@repoman.freebsd.org> <20021018050254.U12092-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021018050254.U12092-100000@gamplex.bde.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 Friday, 18 October 2002 at 5:06:24 +1000, Bruce Evans wrote: > On Thu, 17 Oct 2002, Mitsuru IWASAKI wrote: > >> iwasaki 2002/10/17 06:55:44 PDT >> >> Modified files: >> sys/i386/isa clock.c >> Log: >> 1. Fix a comment. Locking _is_ needed (but not done). >> 2. Update a comment. We now restore much more than RTC updates and >> interrupts. >> 3. Order change. Stop interrupts by writing to RTC_STATUSB, >> ... >> 4. Don't stop the clock (RTCB_HALT). We only program some control bits >> and don't want to stop the clock. >> 5. (Not really related.) Add caveats to the comment about timer_restore(). >> The update is non-atomic since locking is not done. >> >> On locking: >> 6. rtcin() and writertc() are locked() adequately by splhigh() in RELENG_4, >> but this locking is null in -current. >> 7. Doing things in the correct order in (3) combined with (6) is probably >> enough locking for rtcrestore() in RELENG_4. In -current, the >> writertc()'s race with rtcintr() unless the BIOS disables RTC interrupts. >> >> Submitted by: bde (including commit message) >> MFC after: 1 week > > Thanks. > > The commit message is a bit too verbose. Please summarize it and adjust > the comments for the MFC (most of the locking problems are only in > -current). And here's me thinking what a good example this was of a good commit message. 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 Thu Oct 17 18: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 A715B37B401; Thu, 17 Oct 2002 18:46:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA7A43E91; Thu, 17 Oct 2002 18:46:54 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I1kfmV005353; Thu, 17 Oct 2002 18:46:43 -0700 (PDT) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I1kfLJ005352; Thu, 17 Oct 2002 18:46:41 -0700 (PDT) Message-Id: <200210180146.g9I1kfLJ005352@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 17 Oct 2002 18:46:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chmod chmod.1 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 trhodes 2002/10/17 18:46:41 PDT Modified files: (Branch: RELENG_4) bin/chmod chmod.1 Log: MFC: -h documentation PR: 41926 Submitted by: Andre Albsmeier Reviewed by: bde ru jhb Revision Changes Path 1.17.2.13 +1 -1 src/bin/chmod/chmod.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 19: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 794F937B401; Thu, 17 Oct 2002 19:37:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B09F43E8A; Thu, 17 Oct 2002 19:37:41 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I2bUmV008804; Thu, 17 Oct 2002 19:37:30 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I2bTwN008803; Thu, 17 Oct 2002 19:37:29 -0700 (PDT) Message-Id: <200210180237.g9I2bTwN008803@repoman.freebsd.org> From: Robert Watson Date: Thu, 17 Oct 2002 19:37:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_wheel pam_wheel.8 pam_wheel.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/10/17 19:37:29 PDT Modified files: lib/libpam/modules/pam_wheel pam_wheel.8 pam_wheel.c Log: Introduce 'exempt_if_empty' option to pam_wheel(8), which bypasses the group membership requirement if the group has no explicit members listed in /etc/group. By default, this group is the wheel group; setting this flag restores the default BSD behavior from 4.x. Reviewed by: markm Requested by: various Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.8 +10 -2 src/lib/libpam/modules/pam_wheel/pam_wheel.8 1.12 +9 -1 src/lib/libpam/modules/pam_wheel/pam_wheel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 19:39: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 706F137B404; Thu, 17 Oct 2002 19:39:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F1CD43E91; Thu, 17 Oct 2002 19:39:32 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I2dLmV008874; Thu, 17 Oct 2002 19:39:21 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I2dLBC008873; Thu, 17 Oct 2002 19:39:21 -0700 (PDT) Message-Id: <200210180239.g9I2dLBC008873@repoman.freebsd.org> From: Robert Watson Date: Thu, 17 Oct 2002 19:39:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/pam.d su X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/17 19:39:21 PDT Modified files: etc/pam.d su Log: Exempt the "wheel group requirement" by default when su'ing to root if the wheel group has no explicit members listed in /etc/group. This adds the "exempt_if_empty" flag to pam_wheel in the default configuration; in some environments, it may be appropriate to remove this flag, however, this default is the same as pre-pam_wheel. Reviewed by: markm Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.9 +2 -2 src/etc/pam.d/su To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 19:48: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 4754637B401; Thu, 17 Oct 2002 19:48:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57AED43EA3; Thu, 17 Oct 2002 19:48:21 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I2mAmV009506; Thu, 17 Oct 2002 19:48:10 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I2mAqM009505; Thu, 17 Oct 2002 19:48:10 -0700 (PDT) Message-Id: <200210180248.g9I2mAqM009505@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 17 Oct 2002 19:48:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla Makefile ports/www/mozilla/files patch-security X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/17 19:48:10 PDT Modified files: www/mozilla Makefile Added files: www/mozilla/files patch-security Log: Add modified patch from Mozilla CVS to correct the recent security hole. Un-forbid the port. Revision Changes Path 1.118 +1 -3 ports/www/mozilla/Makefile 1.1 +260 -0 ports/www/mozilla/files/patch-security (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 19:53: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 51EC337B401; Thu, 17 Oct 2002 19:53:10 -0700 (PDT) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC72243E88; Thu, 17 Oct 2002 19:53:09 -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 g9I2r5182276; Thu, 17 Oct 2002 19:53:05 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Thu, 17 Oct 2002 19:53:05 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Jim Pirzyk Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c In-Reply-To: <200210180107.g9I17BXN006446@zephyr.pirzyk.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 hints are one way. quirks are another (see scsi_da) another way is like how the da driver autodetermines that it needs to switch to 10 byte cdbs solely for a device. I started coding this up, but I figure it should be you or Ken doing it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 20: 5: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 5996E37B404; Thu, 17 Oct 2002 20:05:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BE7143E75; Thu, 17 Oct 2002 20:05:48 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I35amV010886; Thu, 17 Oct 2002 20:05:37 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I35ak6010885; Thu, 17 Oct 2002 20:05:36 -0700 (PDT) Message-Id: <200210180305.g9I35ak6010885@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 17 Oct 2002 20:05:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla-devel Makefile ports/www/mozilla-devel/files patch-security X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/17 20:05:36 PDT Modified files: www/mozilla-devel Makefile Added files: www/mozilla-devel/files patch-security Log: Add a patch from Mozilla CVS to correct the recent security hole. Un-forbid the port. Patch link was Submitted by: Jung-uk Kim Revision Changes Path 1.118 +1 -3 ports/www/mozilla-devel/Makefile 1.1 +317 -0 ports/www/mozilla-devel/files/patch-security (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 20: 6: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 1170637B401; Thu, 17 Oct 2002 20:06:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBB4943E65; Thu, 17 Oct 2002 20:06:25 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I36EmV010940; Thu, 17 Oct 2002 20:06:14 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I36EjW010939; Thu, 17 Oct 2002 20:06:14 -0700 (PDT) Message-Id: <200210180306.g9I36EjW010939@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 17 Oct 2002 20:06:14 -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/10/17 20:06:14 PDT Modified files: www/galeon Makefile Log: Galeon is now un-forbidden since Mozilla has been patched. Revision Changes Path 1.87 +0 -1 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 Thu Oct 17 20:11: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 5D18537B401; Thu, 17 Oct 2002 20:11:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0481543E6A; Thu, 17 Oct 2002 20:11:36 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I3BOmV011374; Thu, 17 Oct 2002 20:11:24 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I3BO2P011372; Thu, 17 Oct 2002 20:11:24 -0700 (PDT) Message-Id: <200210180311.g9I3BO2P011372@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 17 Oct 2002 20:11:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gdk-pixbuf 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/10/17 20:11:24 PDT Modified files: graphics/gdk-pixbuf Makefile distinfo Log: Update to 0.21.0. Revision Changes Path 1.36 +2 -2 ports/graphics/gdk-pixbuf/Makefile 1.17 +1 -1 ports/graphics/gdk-pixbuf/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 20:14: 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 E1E5D37B401; Thu, 17 Oct 2002 20:14:06 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB84D43E6A; Thu, 17 Oct 2002 20:14:05 -0700 (PDT) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org ([12.233.149.189]) by sccrmhc03.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021018031404.PQNP24979.sccrmhc03.attbi.com@bmah.dyndns.org>; Fri, 18 Oct 2002 03:14:04 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id g9I3E4va057831; Thu, 17 Oct 2002 20:14:04 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id g9I3E4cK057830; Thu, 17 Oct 2002 20:14:04 -0700 (PDT) Message-Id: <200210180314.g9I3E4cK057830@intruder.bmah.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Juli Mallett Cc: Sam Leffler , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/i386 drivers.conf In-Reply-To: <20021017113018.A78184@FreeBSD.org> References: <200210171800.g9HI0XGm072126@repoman.freebsd.org> <20021017113018.A78184@FreeBSD.org> Comments: In-reply-to Juli Mallett message dated "Thu, 17 Oct 2002 11:30:18 -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_-611626352P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 17 Oct 2002 20:14:04 -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_-611626352P Content-Type: text/plain; charset=us-ascii If memory serves me right, Juli Mallett wrote: > * De: Sam Leffler [ Data: 2002-10-17 ] > [ Subjecte: cvs commit: src/release/i386 drivers.conf ] > > sam 2002/10/17 11:00:33 PDT > > > > Modified files: > > release/i386 drivers.conf > > Log: > > Mark more drivers as going on the (nonexistent) drivers.flp floppy > > to reduce the size of the bootstrap kernels. This is needed to make > > stuff fit in primary floppy images. Specific drivers moved: RAID > > support, tx Ethernet, and wi (wireless). Probably want to revisit > > at least the last two drivers before release. > > Definitely wi(4) should go back. Damn kernel bloat :( Note that this change has no effect on the kernel that gets installed from the bin (er, base) distribution, which is still GENERIC. Also, for 5.0/i386, we're using cdboot instead of floppy emulation booting, so that anyone installing from CDROM will be booting a regular GENERIC kernel for the install. This change only affects the stripped-down kernel on boot.flp, which is only used by users who need to boot a floppy disk to install. Cheers, Bruce. --==_Exmh_-611626352P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE9r3x82MoxcVugUsMRAmrBAKDLnCjPCG1IQiyIvMScRBiPzAWLiQCcCC8Q IV27NPxS4wxPQIfbcKoYRAo= =nZLE -----END PGP SIGNATURE----- --==_Exmh_-611626352P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 20: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 B583237B401; Thu, 17 Oct 2002 20:14:35 -0700 (PDT) Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0938243E6A; Thu, 17 Oct 2002 20:14:35 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: from panzer.kdm.org (localhost [127.0.0.1]) by panzer.kdm.org (8.12.5/8.12.5) with ESMTP id g9I3EYKD003316; Thu, 17 Oct 2002 21:14:34 -0600 (MDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.12.5/8.12.5/Submit) id g9I3EYj0003315; Thu, 17 Oct 2002 21:14:34 -0600 (MDT) (envelope-from ken) Date: Thu, 17 Oct 2002 21:14:34 -0600 From: "Kenneth D. Merry" To: Jim Pirzyk Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c Message-ID: <20021017211434.A3200@panzer.kdm.org> References: <200210172337.g9HNbBBg096757@repoman.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: <200210172337.g9HNbBBg096757@repoman.freebsd.org>; from pirzyk@FreeBSD.org on Thu, Oct 17, 2002 at 04:37:10PM -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 On Thu, Oct 17, 2002 at 16:37:10 -0700, Jim Pirzyk wrote: > pirzyk 2002/10/17 16:37:09 PDT > > Modified files: > sys/cam/scsi scsi_cd.c > Log: > Changed the scsi mode command to use 10 bytes scsi commands instead > of the 6 byte ones. This helps with using a IDE cdrom behind a USB > interface. > > PR: kern/43885 Please back this out, and let's work on a way to do this that is less likely to cause breakage with older devices. I think we can come up with something that'll work pretty well in most cases (old and new devices). Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 20:33: 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 09E2937B401; Thu, 17 Oct 2002 20:33:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D0443E88; Thu, 17 Oct 2002 20:33:04 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I3WrmV013166; Thu, 17 Oct 2002 20:32:53 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I3WrnE013165; Thu, 17 Oct 2002 20:32:53 -0700 (PDT) Message-Id: <200210180332.g9I3WrnE013165@repoman.freebsd.org> From: Greg Lehey Date: Thu, 17 Oct 2002 20:32:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors 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 grog 2002/10/17 20:32:53 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Add new distributor, Ingram Micro. Submitted by: Don Witt Revision Changes Path 1.245 +11 -0 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 20:35: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 EFDA537B401; Thu, 17 Oct 2002 20:35:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6D1943E8A; Thu, 17 Oct 2002 20:35:10 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I3YxmV013239; Thu, 17 Oct 2002 20:34:59 -0700 (PDT) (envelope-from eric@repoman.freebsd.org) Received: (from eric@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I3Yxe8013238; Thu, 17 Oct 2002 20:34:59 -0700 (PDT) Message-Id: <200210180334.g9I3Yxe8013238@repoman.freebsd.org> From: Eric Melville Date: Thu, 17 Oct 2002 20:34:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gtoaster 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 eric 2002/10/17 20:34:59 PDT Modified files: sysutils/gtoaster pkg-plist Log: Remove files that are no longer installed. Revision Changes Path 1.2 +0 -7 ports/sysutils/gtoaster/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 Oct 17 20:38:44 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 62A5E37B401; Thu, 17 Oct 2002 20:38:43 -0700 (PDT) Date: Thu, 17 Oct 2002 20:38:43 -0700 From: Juli Mallett To: "Bruce A. Mah" Cc: Sam Leffler , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/i386 drivers.conf Message-ID: <20021017203843.D17494@FreeBSD.org> References: <200210171800.g9HI0XGm072126@repoman.freebsd.org> <20021017113018.A78184@FreeBSD.org> <200210180314.g9I3E4cK057830@intruder.bmah.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: <200210180314.g9I3E4cK057830@intruder.bmah.org>; from bmah@FreeBSD.org on Thu, Oct 17, 2002 at 08:14:04PM -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: "Bruce A. Mah" [ Data: 2002-10-17 ] [ Subjecte: Re: cvs commit: src/release/i386 drivers.conf ] > If memory serves me right, Juli Mallett wrote: > > * De: Sam Leffler [ Data: 2002-10-17 ] > > [ Subjecte: cvs commit: src/release/i386 drivers.conf ] > > > sam 2002/10/17 11:00:33 PDT > > > > > > Modified files: > > > release/i386 drivers.conf > > > Log: > > > Mark more drivers as going on the (nonexistent) drivers.flp floppy > > > to reduce the size of the bootstrap kernels. This is needed to make > > > stuff fit in primary floppy images. Specific drivers moved: RAID > > > support, tx Ethernet, and wi (wireless). Probably want to revisit > > > at least the last two drivers before release. > > > > Definitely wi(4) should go back. Damn kernel bloat :( > > Note that this change has no effect on the kernel that gets installed > from the bin (er, base) distribution, which is still GENERIC. > > Also, for 5.0/i386, we're using cdboot instead of floppy emulation > booting, so that anyone installing from CDROM will be booting a regular > GENERIC kernel for the install. > > This change only affects the stripped-down kernel on boot.flp, which is > only used by users who need to boot a floppy disk to install. I've done more than one FreeBSD install in the past month on a machine with a CardBus wi(4) and on which the CDROM drive is either toasted, or too power-consuming to use :) But I suppose it is fair to assume that folk with wi(4) will be able to boot from at the least the install-only CDs. -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 20:48: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 7AF2F37B401; Thu, 17 Oct 2002 20:48:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B3A243E6E; Thu, 17 Oct 2002 20:48:38 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I3mRmV014022; Thu, 17 Oct 2002 20:48:27 -0700 (PDT) (envelope-from eric@repoman.freebsd.org) Received: (from eric@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I3mRF7014021; Thu, 17 Oct 2002 20:48:27 -0700 (PDT) Message-Id: <200210180348.g9I3mRF7014021@repoman.freebsd.org> From: Eric Melville Date: Thu, 17 Oct 2002 20:48:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/wmusic Makefile distinfo pkg-plist ports/audio/wmusic/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 eric 2002/10/17 20:48:27 PDT Modified files: audio/wmusic Makefile distinfo pkg-plist audio/wmusic/files patch-ab Log: Update to 1.4.10. PR: 43961 Revision Changes Path 1.11 +9 -12 ports/audio/wmusic/Makefile 1.8 +1 -1 ports/audio/wmusic/distinfo 1.2 +18 -5 ports/audio/wmusic/files/patch-ab 1.3 +0 -1 ports/audio/wmusic/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 Oct 17 21: 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 4701F37B401; Thu, 17 Oct 2002 21:07:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F137A43E65; Thu, 17 Oct 2002 21:07:10 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I46xmV015272; Thu, 17 Oct 2002 21:06:59 -0700 (PDT) (envelope-from dd@repoman.freebsd.org) Received: (from dd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I46xfN015271; Thu, 17 Oct 2002 21:06:59 -0700 (PDT) Message-Id: <200210180406.g9I46xfN015271@repoman.freebsd.org> From: Dima Dorfman Date: Thu, 17 Oct 2002 21:06:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls print.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 dd 2002/10/17 21:06:59 PDT Modified files: bin/ls print.c Log: Output "human-readable" values with a non-0 precision where appropriate. Before this, a 2.9 GB file was misleadingly reported as "2G". This mostly brings unit_adjust() in line with what is in du(1). Reviewed by: jmallett Approved by: nik Revision Changes Path 1.58 +9 -7 src/bin/ls/print.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 21: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 C841437B401; Thu, 17 Oct 2002 21:14:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7878043E65; Thu, 17 Oct 2002 21:14:35 -0700 (PDT) (envelope-from smace@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I4EOmV015867; Thu, 17 Oct 2002 21:14:24 -0700 (PDT) (envelope-from smace@repoman.freebsd.org) Received: (from smace@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I4EOLo015866; Thu, 17 Oct 2002 21:14:24 -0700 (PDT) Message-Id: <200210180414.g9I4EOLo015866@repoman.freebsd.org> From: Scott Mace Date: Thu, 17 Oct 2002 21:14:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/iperf Makefile distinfo ports/net/iperf/files patch-cfg::Makefile patch-cfg::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 smace 2002/10/17 21:14:24 PDT Modified files: net/iperf Makefile distinfo Removed files: net/iperf/files patch-cfg::Makefile patch-cfg::configure Log: Update iperf to version 1.6.3 Revision Changes Path 1.3 +4 -2 ports/net/iperf/Makefile 1.2 +1 -1 ports/net/iperf/distinfo 1.2 +0 -11 ports/net/iperf/files/patch-cfg::Makefile (dead) 1.2 +0 -40 ports/net/iperf/files/patch-cfg::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 Oct 17 21:14: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 28B4137B4A5; Thu, 17 Oct 2002 21:14:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD15343E6E; Thu, 17 Oct 2002 21:14:39 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I4ESmV015897; Thu, 17 Oct 2002 21:14:28 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I4ESeb015896; Thu, 17 Oct 2002 21:14:28 -0700 (PDT) Message-Id: <200210180414.g9I4ESeb015896@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 Oct 2002 21:14:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gcc33 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 obrien 2002/10/17 21:14:28 PDT Modified files: lang/gcc33 Makefile distinfo Log: Upgrade to the 14-Oct-2002 GCC 3.3 in-development snapshot. Revision Changes Path 1.120 +3 -3 ports/lang/gcc33/Makefile 1.61 +6 -6 ports/lang/gcc33/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 21:19: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 712EB37B401; Thu, 17 Oct 2002 21:19:39 -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 3099D43E4A; Thu, 17 Oct 2002 21:19:36 -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 g9I4JWD8042233; Fri, 18 Oct 2002 06:19:32 +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 g9I4JVjx042232; Fri, 18 Oct 2002 06:19:31 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200210180419.g9I4JVjx042232@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/release/i386 drivers.conf In-Reply-To: <20021017203843.D17494@FreeBSD.org> from Juli Mallett at "Oct 17, 2002 08:38:43 pm" To: jmallett@FreeBSD.org (Juli Mallett) Date: Fri, 18 Oct 2002 06:19:31 +0200 (SAT) Cc: bmah@FreeBSD.org (Bruce A. Mah), sam@FreeBSD.org (Sam Leffler), 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 > > > > Modified files: > > > > release/i386 drivers.conf > > > > Log: > > > > Mark more drivers as going on the (nonexistent) drivers.flp floppy > > > > to reduce the size of the bootstrap kernels. This is needed to make > > > > stuff fit in primary floppy images. Specific drivers moved: RAID > > > > support, tx Ethernet, and wi (wireless). Probably want to revisit > > > > at least the last two drivers before release. > > > > > > Definitely wi(4) should go back. Damn kernel bloat :( > > > > This change only affects the stripped-down kernel on boot.flp, which is > > only used by users who need to boot a floppy disk to install. > > I've done more than one FreeBSD install in the past month on a machine > with a CardBus wi(4) and on which the CDROM drive is either toasted, or > too power-consuming to use :) > > But I suppose it is fair to assume that folk with wi(4) will be able to > boot from at the least the install-only CDs. It should still work with the floppies too, when you go into sysinstall, somewhere there is an option to load more drivers, you choose that and it will ask you to insert the drivers floppy. You select your driver and off you go. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@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 Oct 17 21:21: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 BCB1A37B401; Thu, 17 Oct 2002 21:21:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7268143E77; Thu, 17 Oct 2002 21:21:40 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I4LTmV016270; Thu, 17 Oct 2002 21:21:29 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I4LTWZ016269; Thu, 17 Oct 2002 21:21:29 -0700 (PDT) Message-Id: <200210180421.g9I4LTWZ016269@repoman.freebsd.org> From: Sam Leffler Date: Thu, 17 Oct 2002 21:21:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile src/etc/mtree BSD.include.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/10/17 21:21:29 PDT Modified files: include Makefile etc/mtree BSD.include.dist Log: install "fast ipsec" include files Revision Changes Path 1.59 +2 -0 src/etc/mtree/BSD.include.dist 1.183 +1 -1 src/include/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 21:25: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 1FB1837B401; Thu, 17 Oct 2002 21:25:46 -0700 (PDT) Received: from pirzyk.org (dsl-65-184-181-29.telocity.com [65.184.181.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4885943E88; Thu, 17 Oct 2002 21:25:45 -0700 (PDT) (envelope-from jim@pirzyk.org) Received: from snoopy (snoopy.pirzyk.org [10.26.0.4]) by pirzyk.org (8.12.3/8.12.3) with ESMTP id g9I4N8aw006908; Thu, 17 Oct 2002 21:23:08 -0700 (PDT) (envelope-from jim@pirzyk.org) Content-Type: text/plain; charset="iso-8859-1" From: Jim Pirzyk To: "Kenneth D. Merry" Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c Date: Thu, 17 Oct 2002 21:25:40 -0700 User-Agent: KMail/1.4.3 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200210172337.g9HNbBBg096757@repoman.freebsd.org> <20021017211434.A3200@panzer.kdm.org> In-Reply-To: <20021017211434.A3200@panzer.kdm.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200210172125.40721.jim@pirzyk.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 Thursday 17 October 2002 08:14 pm, Kenneth D. Merry wrote: > On Thu, Oct 17, 2002 at 16:37:10 -0700, Jim Pirzyk wrote: > > pirzyk 2002/10/17 16:37:09 PDT > > > > Modified files: > > sys/cam/scsi scsi_cd.c > > Log: > > Changed the scsi mode command to use 10 bytes scsi commands instead > > of the 6 byte ones. This helps with using a IDE cdrom behind a USB > > interface. > > > > PR: kern/43885 > > Please back this out, and let's work on a way to do this that is less > likely to cause breakage with older devices. > > I think we can come up with something that'll work pretty well in most > cases (old and new devices). I agree 100%, and I am in the process of backing this out. I have some ideas too. I am sorry for the brain cramp about sending this out for review, I thought I did but could not find any reference. - JimP --=20 --- @(#) $Id: dot.signature,v 1.10 2001/05/17 23:38:49 Jim.Pirzyk Exp $ __o jim@pirzyk.org ----------------------------------------------- _'\<,_ =20 (*)/ (*) =20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 21:29: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 13CE337B401; Thu, 17 Oct 2002 21:29:56 -0700 (PDT) Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5507E43E75; Thu, 17 Oct 2002 21:29:55 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: from panzer.kdm.org (localhost [127.0.0.1]) by panzer.kdm.org (8.12.5/8.12.5) with ESMTP id g9I4TsKD003706; Thu, 17 Oct 2002 22:29:54 -0600 (MDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.12.5/8.12.5/Submit) id g9I4TsA6003705; Thu, 17 Oct 2002 22:29:54 -0600 (MDT) (envelope-from ken) Date: Thu, 17 Oct 2002 22:29:54 -0600 From: "Kenneth D. Merry" To: Jim Pirzyk Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c Message-ID: <20021017222954.A3688@panzer.kdm.org> References: <200210172337.g9HNbBBg096757@repoman.freebsd.org> <20021017211434.A3200@panzer.kdm.org> <200210172125.40721.jim@pirzyk.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: <200210172125.40721.jim@pirzyk.org>; from jim@pirzyk.org on Thu, Oct 17, 2002 at 09:25:40PM -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 On Thu, Oct 17, 2002 at 21:25:40 -0700, Jim Pirzyk wrote: > On Thursday 17 October 2002 08:14 pm, Kenneth D. Merry wrote: > > On Thu, Oct 17, 2002 at 16:37:10 -0700, Jim Pirzyk wrote: > > > pirzyk 2002/10/17 16:37:09 PDT > > > > > > Modified files: > > > sys/cam/scsi scsi_cd.c > > > Log: > > > Changed the scsi mode command to use 10 bytes scsi commands instead > > > of the 6 byte ones. This helps with using a IDE cdrom behind a USB > > > interface. > > > > > > PR: kern/43885 > > > > Please back this out, and let's work on a way to do this that is less > > likely to cause breakage with older devices. > > > > I think we can come up with something that'll work pretty well in most > > cases (old and new devices). > > I agree 100%, and I am in the process of backing this out. I have some > ideas too. I am sorry for the brain cramp about sending this out for > review, I thought I did but could not find any reference. No problem. I'm partway through some patches that might fix things up, I'll send you separate mail about it. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 21:46: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 41DB237B401; Thu, 17 Oct 2002 21:46:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB37E43E42; Thu, 17 Oct 2002 21:46:47 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I4kamV017825; Thu, 17 Oct 2002 21:46:36 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I4kaso017824; Thu, 17 Oct 2002 21:46:36 -0700 (PDT) Message-Id: <200210180446.g9I4kaso017824@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 17 Oct 2002 21:46:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf ldscript.ia64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/17 21:46:36 PDT Modified files: sys/conf ldscript.ia64 Log: Cover the ELF headers with the text segment so that they get loaded into memory. This brings us in line with the other architectures and more easily allows us to do machine dependent processing on the ELF file (such as scanning for unwind information). Revision Changes Path 1.5 +1 -1 src/sys/conf/ldscript.ia64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 21: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 1950037B404; Thu, 17 Oct 2002 21:52:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF88743E75; Thu, 17 Oct 2002 21:52:14 -0700 (PDT) (envelope-from daichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I4q3mV018289; Thu, 17 Oct 2002 21:52:03 -0700 (PDT) (envelope-from daichi@repoman.freebsd.org) Received: (from daichi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I4q3aG018288; Thu, 17 Oct 2002 21:52:03 -0700 (PDT) Message-Id: <200210180452.g9I4q3aG018288@repoman.freebsd.org> From: Daichi GOTO Date: Thu, 17 Oct 2002 21:52:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml doc/en_US.ISO8859-1/books/handbook/pgpkeys daichi.key pgpkeys.ent 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 daichi 2002/10/17 21:52:03 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml en_US.ISO8859-1/books/handbook/pgpkeys pgpkeys.ent en_US.ISO8859-1/share/sgml authors.ent Added files: en_US.ISO8859-1/books/handbook/pgpkeys daichi.key Log: New committer first committion. Revision Changes Path 1.280 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml 1.1 +35 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/daichi.key (new) 1.46 +1 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent 1.251 +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 Thu Oct 17 21:53: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 7899237B401; Thu, 17 Oct 2002 21:53:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F07A43E75; Thu, 17 Oct 2002 21:53:32 -0700 (PDT) (envelope-from daichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I4rKmV018475; Thu, 17 Oct 2002 21:53:20 -0700 (PDT) (envelope-from daichi@repoman.freebsd.org) Received: (from daichi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I4rKJj018474; Thu, 17 Oct 2002 21:53:20 -0700 (PDT) Message-Id: <200210180453.g9I4rKJj018474@repoman.freebsd.org> From: Daichi GOTO Date: Thu, 17 Oct 2002 21:53:20 -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 daichi 2002/10/17 21:53:20 PDT Modified files: en/news news.xml Log: New committer first committion. Revision Changes Path 1.118 +11 -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 Thu Oct 17 21:53: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 01F7937B401; Thu, 17 Oct 2002 21:53:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20F0643EA9; Thu, 17 Oct 2002 21:53:58 -0700 (PDT) (envelope-from pirzyk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I4rkmV018516; Thu, 17 Oct 2002 21:53:46 -0700 (PDT) (envelope-from pirzyk@repoman.freebsd.org) Received: (from pirzyk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I4rkei018515; Thu, 17 Oct 2002 21:53:46 -0700 (PDT) Message-Id: <200210180453.g9I4rkei018515@repoman.freebsd.org> From: Jim Pirzyk Date: Thu, 17 Oct 2002 21:53:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_cd.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 pirzyk 2002/10/17 21:53:46 PDT Modified files: sys/cam/scsi scsi_cd.c Log: Backout my previous "brain cramp" commit. Requested by: Most developers Apologies to: Most developers, with special note to Collabroation in the future with: Kenneth D. Merry Revision Changes Path 1.66 +9 -11 src/sys/cam/scsi/scsi_cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 21:55: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 7F81937B401; Thu, 17 Oct 2002 21:55:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3431743E4A; Thu, 17 Oct 2002 21:55:20 -0700 (PDT) (envelope-from daichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I4t7mV018575; Thu, 17 Oct 2002 21:55:08 -0700 (PDT) (envelope-from daichi@repoman.freebsd.org) Received: (from daichi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I4t6cp018574; Thu, 17 Oct 2002 21:55:06 -0700 (PDT) Message-Id: <200210180455.g9I4t6cp018574@repoman.freebsd.org> From: Daichi GOTO Date: Thu, 17 Oct 2002 21:55:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG daichi 2002/10/17 21:55:06 PDT Modified files: astro/xearth/files freebsd.committers.markers Log: New committer first committion. addition my coordinate Revision Changes Path 1.113 +1 -0 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 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 26AFE37B401; Thu, 17 Oct 2002 21:56:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDCF743E7B; Thu, 17 Oct 2002 21:56:14 -0700 (PDT) (envelope-from daichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I4u3mV018664; Thu, 17 Oct 2002 21:56:03 -0700 (PDT) (envelope-from daichi@repoman.freebsd.org) Received: (from daichi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I4u32G018663; Thu, 17 Oct 2002 21:56:03 -0700 (PDT) Message-Id: <200210180456.g9I4u32G018663@repoman.freebsd.org> From: Daichi GOTO Date: Thu, 17 Oct 2002 21:56:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG daichi 2002/10/17 21:56:03 PDT Modified files: usr.bin/calendar/calendars calendar.freebsd Log: New committer first committion. addition my birthday. Revision Changes Path 1.82 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 22:16: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 9B96F37B401; Thu, 17 Oct 2002 22:16:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F97A43E91; Thu, 17 Oct 2002 22:16:10 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I5FwmV019999; Thu, 17 Oct 2002 22:15:58 -0700 (PDT) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I5FwRD019998; Thu, 17 Oct 2002 22:15:58 -0700 (PDT) Message-Id: <200210180515.g9I5FwRD019998@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 17 Oct 2002 22:15:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/boot 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 trhodes 2002/10/17 22:15:58 PDT Modified files: en_US.ISO8859-1/books/handbook/boot chapter.sgml Log: Document the device.hints(5) features in our handbook. Requested by: murray (through PR: 43529 Revision Changes Path 1.40 +73 -0 doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 22:19: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 343BF37B401; Thu, 17 Oct 2002 22:19:21 -0700 (PDT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7824643E88; Thu, 17 Oct 2002 22:19:19 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from unknown ([192.168.0.5]) by pittgoth.com (8.12.6/8.12.5) with SMTP id g9I5JIju036277; Fri, 18 Oct 2002 01:19:18 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Fri, 18 Oct 2002 01:15:55 -0400 From: Tom Rhodes To: Daichi GOTO Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news news.xml Message-Id: <20021018011555.343f4e73.trhodes@FreeBSD.org> In-Reply-To: <200210180453.g9I4rKJj018474@repoman.freebsd.org> References: <200210180453.g9I4rKJj018474@repoman.freebsd.org> X-Mailer: Sylpheed version 0.8.1claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 Thu, 17 Oct 2002 21:53:20 -0700 (PDT) Daichi GOTO wrote: > daichi 2002/10/17 21:53:20 PDT > > Modified files: > en/news news.xml > Log: > New committer first committion. > > Revision Changes Path > 1.118 +11 -1 www/en/news/news.xml > Welcome aboard! Prepared for your first ``to-do'' list? ;) -- Tom (Darklogik) Rhodes www.FreeBSD.org -The Power To Serve www.Pittgoth.com -Pittgoth Discussion Portal trhodes@{Pittgoth.com, FreeBSD.org} PGP key by www: http://www.pittgoth.com/~darklogik/darklogik.key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 22:25: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 BA7E237B401; Thu, 17 Oct 2002 22:25:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ED9943E97; Thu, 17 Oct 2002 22:25:14 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I5P2mV020542; Thu, 17 Oct 2002 22:25:03 -0700 (PDT) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I5P1T5020537; Thu, 17 Oct 2002 22:25:01 -0700 (PDT) Message-Id: <200210180525.g9I5P1T5020537@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 17 Oct 2002 22:25:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/boot 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 trhodes 2002/10/17 22:25:00 PDT Modified files: en_US.ISO8859-1/books/handbook/boot chapter.sgml Log: Quick whitespace fix (unrelated to previous commit): remove a tab for paragraph consistency. Revision Changes Path 1.41 +1 -1 doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 22:29: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 4A25B37B401; Thu, 17 Oct 2002 22:29:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01AC643E77; Thu, 17 Oct 2002 22:29:51 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I5TdmV020716; Thu, 17 Oct 2002 22:29:39 -0700 (PDT) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I5Td8E020715; Thu, 17 Oct 2002 22:29:39 -0700 (PDT) Message-Id: <200210180529.g9I5Td8E020715@repoman.freebsd.org> From: Chris Costello Date: Thu, 17 Oct 2002 22:29:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ugidfw ugidfw.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 chris 2002/10/17 22:29:39 PDT Modified files: usr.sbin/ugidfw ugidfw.8 Log: Remove a superfluous line containing only `.' Revision Changes Path 1.2 +0 -1 src/usr.sbin/ugidfw/ugidfw.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 22: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 243B637B401; Thu, 17 Oct 2002 22:31:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE15243EAA; Thu, 17 Oct 2002 22:31:50 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I5VdmV020933; Thu, 17 Oct 2002 22:31:39 -0700 (PDT) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I5Vd0h020932; Thu, 17 Oct 2002 22:31:39 -0700 (PDT) Message-Id: <200210180531.g9I5Vd0h020932@repoman.freebsd.org> From: Chris Costello Date: Thu, 17 Oct 2002 22:31:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ugidfw ugidfw.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 chris 2002/10/17 22:31:39 PDT Modified files: usr.sbin/ugidfw ugidfw.8 Log: Cosmetic line-wrapping change that has the side-effect of not producing the (incorrectly-spaced) output "... Network Associates Inc. under ..." Revision Changes Path 1.3 +2 -2 src/usr.sbin/ugidfw/ugidfw.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 22:38: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 436A037B401; Thu, 17 Oct 2002 22:38:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8EC543E75; Thu, 17 Oct 2002 22:38:44 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I5cXmV021352; Thu, 17 Oct 2002 22:38:33 -0700 (PDT) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I5cXFK021351; Thu, 17 Oct 2002 22:38:33 -0700 (PDT) Message-Id: <200210180538.g9I5cXFK021351@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 17 Oct 2002 22:38:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml 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 trhodes 2002/10/17 22:38:33 PDT Modified files: en_US.ISO8859-1/books/handbook/boot chapter.sgml share/sgml man-refs.ent Log: Use correct manual page entities. Revision Changes Path 1.42 +3 -3 doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml 1.161 +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 Thu Oct 17 22: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 15BA837B401; Thu, 17 Oct 2002 22:39:02 -0700 (PDT) Received: from postfix2-1.free.fr (postfix2-1.free.fr [213.228.0.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C58A43ED4; Thu, 17 Oct 2002 22:39:00 -0700 (PDT) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (lyon-2-a7-62-147-23-149.dial.proxad.net [62.147.23.149]) by postfix2-1.free.fr (Postfix) with ESMTP id 2A59E58; Fri, 18 Oct 2002 07:38:57 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 27D6F7519; Fri, 18 Oct 2002 07:37:53 +0200 (CEST) Date: Fri, 18 Oct 2002 07:37:53 +0200 From: Thierry Thomas To: Joseph Scott Cc: Kris Kennaway , cvs-all@freebsd.org, dirk@freebsd.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/pear Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20021018053753.GA20005@graf.pompo.net> References: <200210130344.g9D3iRfd029439@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-RC i386 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc;y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xC71405A2 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Le 14/10/2002 à 19:21:14 +0200, Joseph Scott écrivait : > > On Sat, 12 Oct 2002, Kris Kennaway wrote: > > # kris 2002/10/12 20:44:27 PDT > # > # Modified files: > # devel Makefile > # Removed files: > # devel/pear Makefile distinfo pkg-comment pkg-descr > # pkg-plist > # Log: > # The pear port was marked FORBIDDEN 9 months ago because it was incorporated > # into mod-php 4.1.0. Remove it. > > PR ports/37649 (devel/pear: unbreaking, upgrading to 4.2, and > adding Log module) has quite a bit of update info on this port. > > If I remember correctly, the pear that is shipped with php is > horribly out of date. I seem to recall that the long term plan was to > ship the pear stuff apart from the php releases (something like perl and > CPAN). Perhaps dirk could shed some more light on this. [Sorry for the delay - I've been working for two weeks in Africa] Joseph is right: PEAR's modules shipped with mod_php4 are outdated, and worse, some are missing. For example, the ports www/horde and mail/imp require Log, and it is not boundled with mod_php4. PR ports/37649 should be closed, and I will submit another PR for a "new" port. Regards, -- Th. Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 22: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 09D5837B401; Thu, 17 Oct 2002 22:40:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B341643E88; Thu, 17 Oct 2002 22:40:16 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I5e5mV021437; Thu, 17 Oct 2002 22:40:05 -0700 (PDT) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I5e5mM021436; Thu, 17 Oct 2002 22:40:05 -0700 (PDT) Message-Id: <200210180540.g9I5e5mM021436@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 17 Oct 2002 22:40:05 -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 trhodes 2002/10/17 22:40:05 PDT Modified files: share/sgml man-refs.ent Log: Forced commit to man-refs.ent to show that I added an entity for device.hints(5). This will prevent my commits from breaking. Revision Changes Path 1.162 +0 -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 Thu Oct 17 22:41: 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 8FC0837B401; Thu, 17 Oct 2002 22:41:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43FFE43EF7; Thu, 17 Oct 2002 22:41:00 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I5emmV021498; Thu, 17 Oct 2002 22:40:48 -0700 (PDT) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I5emte021497; Thu, 17 Oct 2002 22:40:48 -0700 (PDT) Message-Id: <200210180540.g9I5emte021497@repoman.freebsd.org> From: Chris Costello Date: Thu, 17 Oct 2002 22:40:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile mac_bsdextended.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 chris 2002/10/17 22:40:48 PDT Modified files: share/man/man9 Makefile Added files: share/man/man9 mac_bsdextended.9 Log: Add a new man page describing the mac_bsdextended policy. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.171 +1 -0 src/share/man/man9/Makefile 1.1 +80 -0 src/share/man/man9/mac_bsdextended.9 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 22: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 A297F37B401 for ; Thu, 17 Oct 2002 22:41:20 -0700 (PDT) Received: from ongs.co.jp (ns.ongs.co.jp [202.216.232.58]) by mx1.FreeBSD.org (Postfix) with SMTP id 5F3DE43E9E for ; Thu, 17 Oct 2002 22:41:18 -0700 (PDT) (envelope-from daichi@freebsd.org) Received: (qmail 68543 invoked from network); 18 Oct 2002 05:38:10 -0000 Received: from unknown (HELO parancell.ongs.co.jp) (202.216.232.62) by ns.ongs.co.jp with SMTP; 18 Oct 2002 05:38:10 -0000 Date: Fri, 18 Oct 2002 14:43:22 +0900 From: daichi To: Tom Rhodes Cc: daichi@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news news.xml Message-Id: <20021018144322.59afde80.daichi@freebsd.org> In-Reply-To: <20021018011555.343f4e73.trhodes@FreeBSD.org> References: <200210180453.g9I4rKJj018474@repoman.freebsd.org> <20021018011555.343f4e73.trhodes@FreeBSD.org> Organization: FreeBSD Project X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i386-portbld-freebsd4.6) 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 > > Modified files: > > en/news news.xml > > Log: > > New committer first committion. > > > > Revision Changes Path > > 1.118 +11 -1 www/en/news/news.xml > > > > Welcome aboard! Prepared for your first ``to-do'' list? ;) Hi Tom. It is due for me to do Java ports-related work. New addition of java-related ports, Japanese-related adjustment of JDK, etc. Anyhow, I try hard to memorize work of ports committer in several of these months. Thanks -- daichi@freebsd.org, http://people.freebsd.org/~daichi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 22: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 500D837B401; Thu, 17 Oct 2002 22:42:40 -0700 (PDT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5C5343E97; Thu, 17 Oct 2002 22:42:39 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from unknown ([192.168.0.5]) by pittgoth.com (8.12.6/8.12.5) with SMTP id g9I5gcju036334; Fri, 18 Oct 2002 01:42:39 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Fri, 18 Oct 2002 01:39:15 -0400 From: Tom Rhodes To: Tom Rhodes Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/share/sgml man-refs.ent Message-Id: <20021018013915.5e04309c.trhodes@FreeBSD.org> In-Reply-To: <200210180540.g9I5e5mM021436@repoman.freebsd.org> References: <200210180540.g9I5e5mM021436@repoman.freebsd.org> X-Mailer: Sylpheed version 0.8.1claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 Thu, 17 Oct 2002 22:40:05 -0700 (PDT) Tom Rhodes wrote: > trhodes 2002/10/17 22:40:05 PDT > > Modified files: > share/sgml man-refs.ent > Log: > Forced commit to man-refs.ent to show that I added an entity for > device.hints(5). This will prevent my commits from breaking. > > Revision Changes Path > 1.162 +0 -0 doc/share/sgml/man-refs.ent > Regurlarly when I commit across multiple directories I get the option of using different commit log messages in each. However, this time that option was not presented, thus this log wasn't in the original commit :( -- Tom (Darklogik) Rhodes www.FreeBSD.org -The Power To Serve www.Pittgoth.com -Pittgoth Discussion Portal trhodes@{Pittgoth.com, FreeBSD.org} PGP key by www: http://www.pittgoth.com/~darklogik/darklogik.key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 22:49: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 145F837B401; Thu, 17 Oct 2002 22:49:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE3D843EB3; Thu, 17 Oct 2002 22:49:09 -0700 (PDT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I5mwmV022087; Thu, 17 Oct 2002 22:48:58 -0700 (PDT) (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I5mwYq022086; Thu, 17 Oct 2002 22:48:58 -0700 (PDT) Message-Id: <200210180548.g9I5mwYq022086@repoman.freebsd.org> From: Maho Nakata Date: Thu, 17 Oct 2002 22:48:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maho 2002/10/17 22:48:58 PDT Modified files: usr.bin/calendar/calendars calendar.freebsd Log: New committer's first commit(birthday). Revision Changes Path 1.83 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 22:51: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 2B7A237B401; Thu, 17 Oct 2002 22:51:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D50F043E91; Thu, 17 Oct 2002 22:51:48 -0700 (PDT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I5pbmV022335; Thu, 17 Oct 2002 22:51:37 -0700 (PDT) (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I5pbn4022334; Thu, 17 Oct 2002 22:51:37 -0700 (PDT) Message-Id: <200210180551.g9I5pbn4022334@repoman.freebsd.org> From: Maho Nakata Date: Thu, 17 Oct 2002 22:51:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maho 2002/10/17 22:51:37 PDT Modified files: astro/xearth/files freebsd.committers.markers Log: New commiter's first commition(location) Submitted by: maho Revision Changes Path 1.114 +1 -0 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 22:54: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 9027337B401; Thu, 17 Oct 2002 22:54:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48A5A43E91; Thu, 17 Oct 2002 22:54:14 -0700 (PDT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I5s2mV022609; Thu, 17 Oct 2002 22:54:02 -0700 (PDT) (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I5s2Cq022608; Thu, 17 Oct 2002 22:54:02 -0700 (PDT) Message-Id: <200210180554.g9I5s2Cq022608@repoman.freebsd.org> From: Maho Nakata Date: Thu, 17 Oct 2002 22:54:02 -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 maho 2002/10/17 22:54:02 PDT Modified files: en/news news.xml Log: New committer's first commition(news) Submitted by: maho Revision Changes Path 1.119 +8 -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 Thu Oct 17 23: 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 39DC937B401; Thu, 17 Oct 2002 23:05:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F085F43EA9; Thu, 17 Oct 2002 23:05:17 -0700 (PDT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I656mV023343; Thu, 17 Oct 2002 23:05:06 -0700 (PDT) (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I65524023342; Thu, 17 Oct 2002 23:05:06 -0700 (PDT) Message-Id: <200210180605.g9I65524023342@repoman.freebsd.org> From: Maho Nakata Date: Thu, 17 Oct 2002 23:05:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml doc/en_US.ISO8859-1/books/handbook/pgpkeys maho.key pgpkeys.ent 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 maho 2002/10/17 23:05:05 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml en_US.ISO8859-1/books/handbook/pgpkeys pgpkeys.ent en_US.ISO8859-1/share/sgml authors.ent Added files: en_US.ISO8859-1/books/handbook/pgpkeys maho.key Log: New committer's first commit(ports). Submitted by: maho Revision Changes Path 1.281 +4 -4 doc/en_US.ISO8859-1/articles/contributors/article.sgml 1.1 +35 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/maho.key (new) 1.47 +1 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent 1.252 +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 Thu Oct 17 23: 6: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 6276337B401; Thu, 17 Oct 2002 23:06:26 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C34F343E91; Thu, 17 Oct 2002 23:06:24 -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 g9I66Mpk047204; Fri, 18 Oct 2002 00:06:22 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 18 Oct 2002 00:06:04 -0600 (MDT) Message-Id: <20021018.000604.102613958.imp@bsdimp.com> To: jmallett@FreeBSD.org Cc: sam@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/i386 drivers.conf From: "M. Warner Losh" In-Reply-To: <20021017113018.A78184@FreeBSD.org> References: <200210171800.g9HI0XGm072126@repoman.freebsd.org> <20021017113018.A78184@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: <20021017113018.A78184@FreeBSD.org> Juli Mallett writes: : * De: Sam Leffler [ Data: 2002-10-17 ] : [ Subjecte: cvs commit: src/release/i386 drivers.conf ] : > sam 2002/10/17 11:00:33 PDT : > : > Modified files: : > release/i386 drivers.conf : > Log: : > Mark more drivers as going on the (nonexistent) drivers.flp floppy : > to reduce the size of the bootstrap kernels. This is needed to make : > stuff fit in primary floppy images. Specific drivers moved: RAID : > support, tx Ethernet, and wi (wireless). Probably want to revisit : > at least the last two drivers before release. : : Definitely wi(4) should go back. Damn kernel bloat :( For the record, I have a task on my list to do the firmware stuff for wi in a semi-sane way, as opposed to how it is done now, to reduce bloat in that driver. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 17 23: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 F3D7937B401; Thu, 17 Oct 2002 23:16:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A638E43E3B; Thu, 17 Oct 2002 23:16:46 -0700 (PDT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I6GXmV024058; Thu, 17 Oct 2002 23:16:35 -0700 (PDT) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I6GWRq024057; Thu, 17 Oct 2002 23:16:33 -0700 (PDT) Message-Id: <200210180616.g9I6GWRq024057@repoman.freebsd.org> From: Yen-Ming Lee Date: Thu, 17 Oct 2002 23:16:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/razor-agents 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 leeym 2002/10/17 23:16:30 PDT Modified files: mail/razor-agents Makefile distinfo pkg-plist Log: upgrade to razor-agents v2.40 Reviewed by: ijliao (mentor) Approved by: ijliao (mentor) Revision Changes Path 1.11 +8 -2 ports/mail/razor-agents/Makefile 1.5 +1 -1 ports/mail/razor-agents/distinfo 1.5 +22 -20 ports/mail/razor-agents/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 Oct 17 23:21: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 D7A8537B401; Thu, 17 Oct 2002 23:21:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C51A43EB3; Thu, 17 Oct 2002 23:21:22 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I6L9mV024329; Thu, 17 Oct 2002 23:21:10 -0700 (PDT) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I6L9F7024325; Thu, 17 Oct 2002 23:21:09 -0700 (PDT) Message-Id: <200210180621.g9I6L9F7024325@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 17 Oct 2002 23:21:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/10/17 23:21:09 PDT Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Everyone else is doing it! (adding their birthdays) Revision Changes Path 1.84 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 0: 0: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 EB91F37B401; Fri, 18 Oct 2002 00:00:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A124343EAA; Fri, 18 Oct 2002 00:00:15 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I703mV026536; Fri, 18 Oct 2002 00:00:03 -0700 (PDT) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I703v8026535; Fri, 18 Oct 2002 00:00:03 -0700 (PDT) Message-Id: <200210180700.g9I703v8026535@repoman.freebsd.org> From: Dmitry Sivachenko Date: Fri, 18 Oct 2002 00:00:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/rrdtool 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 demon 2002/10/18 00:00:01 PDT Modified files: net/rrdtool Makefile distinfo Log: Update to 1.0.40. Revision Changes Path 1.25 +1 -4 ports/net/rrdtool/Makefile 1.14 +1 -1 ports/net/rrdtool/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 0:36: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 2C76537B401; Fri, 18 Oct 2002 00:36:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 249F343EAA; Fri, 18 Oct 2002 00:36:16 -0700 (PDT) (envelope-from yoichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I7a4mV028755; Fri, 18 Oct 2002 00:36:04 -0700 (PDT) (envelope-from yoichi@repoman.freebsd.org) Received: (from yoichi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I7a3q8028754; Fri, 18 Oct 2002 00:36:03 -0700 (PDT) Message-Id: <200210180736.g9I7a3q8028754@repoman.freebsd.org> From: Yoichi NAKAYAMA Date: Fri, 18 Oct 2002 00:36:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys pgpkeys.ent yoichi.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 yoichi 2002/10/18 00:36:03 PDT Modified files: en_US.ISO8859-1/books/handbook/pgpkeys pgpkeys.ent Added files: en_US.ISO8859-1/books/handbook/pgpkeys yoichi.key Log: Add my pgp key. Revision Changes Path 1.48 +1 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent 1.1 +48 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/yoichi.key (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 0:48: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 D115937B401; Fri, 18 Oct 2002 00:48:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 868FD43E65; Fri, 18 Oct 2002 00:48:13 -0700 (PDT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I7m0mV029399; Fri, 18 Oct 2002 00:48:01 -0700 (PDT) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I7m0HQ029398; Fri, 18 Oct 2002 00:48:00 -0700 (PDT) Message-Id: <200210180748.g9I7m0HQ029398@repoman.freebsd.org> From: Adam Weinberger Date: Fri, 18 Oct 2002 00:48:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG adamw 2002/10/18 00:47:59 PDT Modified files: astro/xearth/files freebsd.committers.markers Log: So much talk about missiles! As I add my address to this list, I'd prefer not to get hit with a missile, thank you. Now tacos, OTOH... a giant, exploding taco... that's cool with me. Approved by: pat (mentor) Revision Changes Path 1.115 +1 -0 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 0:50: 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 2928C37B401; Fri, 18 Oct 2002 00:49:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D311643E42; Fri, 18 Oct 2002 00:49:58 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I7nkmV029471; Fri, 18 Oct 2002 00:49:46 -0700 (PDT) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I7nk83029470; Fri, 18 Oct 2002 00:49:46 -0700 (PDT) Message-Id: <200210180749.g9I7nk83029470@repoman.freebsd.org> From: Ceri Davies Date: Fri, 18 Oct 2002 00:49:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial hardware.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/18 00:49:46 PDT Modified files: en/commercial hardware.raw Log: Add an entry for Hewlett Packard's Proliant BL10e. Submitted by: Torben Mathiasen Revision Changes Path 1.55 +8 -0 www/en/commercial/hardware.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 0: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 0327837B40E; Fri, 18 Oct 2002 00:50:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA7E043E97; Fri, 18 Oct 2002 00:50:58 -0700 (PDT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I7okmV029583; Fri, 18 Oct 2002 00:50:46 -0700 (PDT) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I7okr1029582; Fri, 18 Oct 2002 00:50:46 -0700 (PDT) Message-Id: <200210180750.g9I7okr1029582@repoman.freebsd.org> From: Adam Weinberger Date: Fri, 18 Oct 2002 00:50:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG adamw 2002/10/18 00:50:46 PDT Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add myself Approved by: pat (mentor) Revision Changes Path 1.85 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 0: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 356C737B406; Fri, 18 Oct 2002 00:52:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCFFA43E9C; Fri, 18 Oct 2002 00:52:11 -0700 (PDT) (envelope-from yoichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I7pxmV029758; Fri, 18 Oct 2002 00:51:59 -0700 (PDT) (envelope-from yoichi@repoman.freebsd.org) Received: (from yoichi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I7pxkq029757; Fri, 18 Oct 2002 00:51:59 -0700 (PDT) Message-Id: <200210180751.g9I7pxkq029757@repoman.freebsd.org> From: Yoichi NAKAYAMA Date: Fri, 18 Oct 2002 00:51:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys 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 yoichi 2002/10/18 00:51:59 PDT Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml Log: Add my pgp key entry. Revision Changes Path 1.172 +6 -1 doc/en_US.ISO8859-1/books/handbook/pgpkeys/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 Oct 18 0:52: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 61BFE37B401; Fri, 18 Oct 2002 00:52:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FBB143E9E; Fri, 18 Oct 2002 00:52:52 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I7qemV029901; Fri, 18 Oct 2002 00:52:40 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I7qe4D029900; Fri, 18 Oct 2002 00:52:40 -0700 (PDT) Message-Id: <200210180752.g9I7qe4D029900@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 18 Oct 2002 00:52:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ggv Makefile ports/print/ghostview 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/10/18 00:52:40 PDT Modified files: print/ggv Makefile print/ghostview Makefile Log: Mark as forbidden. See bugtraq id 5808. Revision Changes Path 1.33 +2 -0 ports/print/ggv/Makefile 1.17 +3 -1 ports/print/ghostview/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 0: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 7280837B401; Fri, 18 Oct 2002 00:58:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E4A143E9C; Fri, 18 Oct 2002 00:58:13 -0700 (PDT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I7w1mV030421; Fri, 18 Oct 2002 00:58:01 -0700 (PDT) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I7w0EL030418; Fri, 18 Oct 2002 00:58:00 -0700 (PDT) Message-Id: <200210180758.g9I7w0EL030418@repoman.freebsd.org> From: Adam Weinberger Date: Fri, 18 Oct 2002 00:58:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/bbapm Makefile pkg-descr ports/x11-wm/bbrun Makefile pkg-descr ports/x11/decurs Makefile pkg-descr ports/lang/dice Makefile pkg-descr ports/x11/gmrun Makefile pkg-descr ports/emulators/hercules 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 adamw 2002/10/18 00:58:00 PDT Modified files: x11-wm/bbapm Makefile pkg-descr x11-wm/bbrun Makefile pkg-descr x11/decurs Makefile pkg-descr lang/dice Makefile pkg-descr x11/gmrun Makefile pkg-descr emulators/hercules Makefile pkg-descr x11-wm/icemc Makefile pkg-descr games/mythserver Makefile pkg-descr x11-wm/qnxstyle Makefile pkg-descr games/scummvm Makefile pkg-descr sysutils/thefish Makefile pkg-descr x11-clocks/wmfuzzy Makefile pkg-descr misc/wmtunlo Makefile pkg-descr archivers/xpk Makefile pkg-descr emulators/xzx Makefile pkg-descr Log: Change maintainership on all my ports. adam@vectors.cx -> adam@FreeBSD.org Approved by: pat (mentor) Revision Changes Path 1.7 +1 -1 ports/archivers/xpk/Makefile 1.4 +2 -0 ports/archivers/xpk/pkg-descr 1.7 +1 -1 ports/emulators/hercules/Makefile 1.3 +2 -0 ports/emulators/hercules/pkg-descr 1.31 +1 -1 ports/emulators/xzx/Makefile 1.4 +2 -0 ports/emulators/xzx/pkg-descr 1.5 +1 -1 ports/games/mythserver/Makefile 1.3 +2 -0 ports/games/mythserver/pkg-descr 1.7 +1 -1 ports/games/scummvm/Makefile 1.3 +2 -0 ports/games/scummvm/pkg-descr 1.6 +1 -1 ports/lang/dice/Makefile 1.3 +2 -0 ports/lang/dice/pkg-descr 1.2 +1 -1 ports/misc/wmtunlo/Makefile 1.2 +1 -1 ports/misc/wmtunlo/pkg-descr 1.14 +1 -1 ports/sysutils/thefish/Makefile 1.4 +2 -0 ports/sysutils/thefish/pkg-descr 1.2 +1 -1 ports/x11-clocks/wmfuzzy/Makefile 1.2 +1 -1 ports/x11-clocks/wmfuzzy/pkg-descr 1.6 +1 -1 ports/x11-wm/bbapm/Makefile 1.3 +1 -2 ports/x11-wm/bbapm/pkg-descr 1.11 +1 -1 ports/x11-wm/bbrun/Makefile 1.3 +1 -1 ports/x11-wm/bbrun/pkg-descr 1.5 +1 -1 ports/x11-wm/icemc/Makefile 1.4 +1 -1 ports/x11-wm/icemc/pkg-descr 1.3 +1 -1 ports/x11-wm/qnxstyle/Makefile 1.3 +2 -0 ports/x11-wm/qnxstyle/pkg-descr 1.8 +1 -1 ports/x11/decurs/Makefile 1.3 +2 -0 ports/x11/decurs/pkg-descr 1.2 +1 -1 ports/x11/gmrun/Makefile 1.2 +1 -1 ports/x11/gmrun/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 Oct 18 1:10: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 5697B37B401; Fri, 18 Oct 2002 01:10:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CC8D43E9C; Fri, 18 Oct 2002 01:10:56 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I8AhmV031260; Fri, 18 Oct 2002 01:10:43 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I8AhmS031258; Fri, 18 Oct 2002 01:10:43 -0700 (PDT) Message-Id: <200210180810.g9I8AhmS031258@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 18 Oct 2002 01:10:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ggv2 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 sobomax 2002/10/18 01:10:43 PDT Modified files: print/ggv2 Makefile distinfo pkg-plist Log: Update to 1.99.95. Revision Changes Path 1.36 +1 -1 ports/print/ggv2/Makefile 1.16 +1 -1 ports/print/ggv2/distinfo 1.16 +1 -0 ports/print/ggv2/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 Oct 18 1:13: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 15E8C37B401; Fri, 18 Oct 2002 01:13:54 -0700 (PDT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F6C343E9E; Fri, 18 Oct 2002 01:13:53 -0700 (PDT) (envelope-from tilman@arved.de) Received: from huckfinn.arved.de (localhost [127.0.0.1]) by 21322530218.direct.eti.at (8.12.5/8.12.5) with ESMTP id g9I8NpUF037133; Fri, 18 Oct 2002 10:23:51 +0200 (CEST) (envelope-from tilman@arved.de) Received: (from tilman@localhost) by huckfinn.arved.de (8.12.5/8.12.5/Submit) id g9I8NpTm037132; Fri, 18 Oct 2002 10:23:51 +0200 (CEST) X-Authentication-Warning: huckfinn.arved.de: tilman set sender to tilman@arved.de using -f Date: Fri, 18 Oct 2002 10:23:50 +0200 From: Tilman Linneweh To: Adam Weinberger Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/x11-wm/bbapm Makefile pkg-descr Message-ID: <20021018082350.GA37093@huckfinn.arved.de> Reply-To: e0025974@student.tuwien.ac.at References: <200210180758.g9I7w0EL030418@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210180758.g9I7w0EL030418@repoman.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 > Log: > Change maintainership on all my ports. > adam@vectors.cx -> adam@FreeBSD.org ^ There is a w missing in your commitmessage. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 1:16: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 57AFF37B401 for ; Fri, 18 Oct 2002 01:16:19 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02C9643E8A for ; Fri, 18 Oct 2002 01:16:19 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (64469adb8de6cd5eefc8a3d5771af7f2@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id g9I8Hhho071841; Fri, 18 Oct 2002 01:17:43 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id g9I8HgXd071840; Fri, 18 Oct 2002 01:17:42 -0700 (PDT) (envelope-from monkey) Date: Fri, 18 Oct 2002 01:17:42 -0700 From: Adam Weinberger To: e0025974@student.tuwien.ac.at Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/x11-wm/bbapm Makefile pkg-descr Message-ID: <20021018081742.GW8122@vectors.cx> References: <200210180758.g9I7w0EL030418@repoman.freebsd.org> <20021018082350.GA37093@huckfinn.arved.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20021018082350.GA37093@huckfinn.arved.de> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (10.18.2002 @ 0123 PST): Tilman Linneweh said, in 0.1K: << > > Log: > > Change maintainership on all my ports. > > adam@vectors.cx -> adam@FreeBSD.org > ^ > There is a w missing in your commitmessage. >> end of "Re: cvs commit: ports/x11-wm/bbapm Makefile pkg-descr" from Tilman Linneweh << Aye, although missing from the commit message, the "w" made it into the actual commits. - -Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE9r8Omo8KM2ULHQ/0RAsI8AJwKGHC5om/C6klO2Xfk2PCB6bi6bQCgvsOx ZdU+DnlkdiHuUd/MOukpwz4= =TBlh -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 1:23: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 9D34437B401; Fri, 18 Oct 2002 01:23:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5160B43E9C; Fri, 18 Oct 2002 01:23:40 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I8NRmV032152; Fri, 18 Oct 2002 01:23:28 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I8NQB3032151; Fri, 18 Oct 2002 01:23:26 -0700 (PDT) Message-Id: <200210180823.g9I8NQB3032151@repoman.freebsd.org> From: Mark Murray Date: Fri, 18 Oct 2002 01:23:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/su su.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/10/18 01:23:25 PDT Modified files: usr.bin/su su.c Log: When a user gets refused because the password is wrong, use the older "BAD SU" syslog message that folks prefer. There is quite a bit more tweaking that can be done with other similar messages. Asked for by: tjr Revision Changes Path 1.61 +4 -0 src/usr.bin/su/su.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 1:25: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 56D6537B401; Fri, 18 Oct 2002 01:25:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AC1D43E8A; Fri, 18 Oct 2002 01:25:45 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I8PXmV032271; Fri, 18 Oct 2002 01:25:33 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I8PW2v032270; Fri, 18 Oct 2002 01:25:32 -0700 (PDT) Message-Id: <200210180825.g9I8PW2v032270@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 18 Oct 2002 01:25:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ggv Makefile ports/print/ggv/files patch-src::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 sobomax 2002/10/18 01:25:32 PDT Modified files: print/ggv Makefile Added files: print/ggv/files patch-src::ps.c Log: Fix security vulnerability (the patch backported from ggv2). Revision Changes Path 1.34 +1 -3 ports/print/ggv/Makefile 1.1 +148 -0 ports/print/ggv/files/patch-src::ps.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 Oct 18 1:35: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 5E05D37B401; Fri, 18 Oct 2002 01:35:36 -0700 (PDT) Received: from smtp02.iprimus.net.au (smtp02.iprimus.net.au [210.50.76.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE3C043EB2; Fri, 18 Oct 2002 01:35:34 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au ([203.134.133.192]) by smtp02.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.4617); Fri, 18 Oct 2002 18:35:29 +1000 Received: from dilbert.robbins.dropbear.id.au (vpc6g9ykx8amwdzi@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id g9I8ZNbo025345; Fri, 18 Oct 2002 18:35:24 +1000 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id g9I8ZNOb025344; Fri, 18 Oct 2002 18:35:23 +1000 (EST) (envelope-from tim) Date: Fri, 18 Oct 2002 18:35:22 +1000 From: Tim Robbins To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/su su.c Message-ID: <20021018183522.A25306@dilbert.robbins.dropbear.id.au> References: <200210180823.g9I8NQB3032151@repoman.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: <200210180823.g9I8NQB3032151@repoman.freebsd.org>; from markm@FreeBSD.org on Fri, Oct 18, 2002 at 01:23:25AM -0700 X-OriginalArrivalTime: 18 Oct 2002 08:35:29.0733 (UTC) FILETIME=[50BEB750:01C27681] Sender: owner-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, Oct 18, 2002 at 01:23:25AM -0700, Mark Murray wrote: > markm 2002/10/18 01:23:25 PDT > > Modified files: > usr.bin/su su.c > Log: > When a user gets refused because the password is wrong, use the > older "BAD SU" syslog message that folks prefer. There is quite > a bit more tweaking that can be done with other similar messages. > > Asked for by: tjr Thanks Mark! :) Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 1:48: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 F229537B401; Fri, 18 Oct 2002 01:48:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A932543E9C; Fri, 18 Oct 2002 01:48:32 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I8mJmV032548; Fri, 18 Oct 2002 01:48:20 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I8mJZg032547; Fri, 18 Oct 2002 01:48:19 -0700 (PDT) Message-Id: <200210180848.g9I8mJZg032547@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 18 Oct 2002 01:48:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/gv 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/10/18 01:48:17 PDT Modified files: print/gv Makefile Log: Also affected by bugtraq id 5808, so mark as FORBIDDEN. Revision Changes Path 1.33 +2 -0 ports/print/gv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 1: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 9ABB837B401; Fri, 18 Oct 2002 01:50:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50E5543E91; Fri, 18 Oct 2002 01:50:07 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I8ntmV032588; Fri, 18 Oct 2002 01:49:55 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I8ntob032587; Fri, 18 Oct 2002 01:49:55 -0700 (PDT) Message-Id: <200210180849.g9I8ntob032587@repoman.freebsd.org> From: Oliver Braun Date: Fri, 18 Oct 2002 01:49:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/smalltalk 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 obraun 2002/10/18 01:49:55 PDT Modified files: lang/smalltalk Makefile distinfo Log: Upgrade to 2.0.7. Revision Changes Path 1.43 +1 -1 ports/lang/smalltalk/Makefile 1.19 +1 -1 ports/lang/smalltalk/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 2: 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 D910937B404; Fri, 18 Oct 2002 02:08:29 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4C2C43E97; Fri, 18 Oct 2002 02:08:27 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.10) id 182T7H-0007cO-00; Fri, 18 Oct 2002 11:08:23 +0200 Date: Fri, 18 Oct 2002 11:08:23 +0200 From: Sheldon Hearn To: Adam Weinberger Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/astro/xearth/files freebsd.committers.markers Message-ID: <20021018090823.GH28875@starjuice.net> Mail-Followup-To: Adam Weinberger , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200210180748.g9I7m0HQ029398@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210180748.g9I7m0HQ029398@repoman.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 (2002/10/18 00:48), Adam Weinberger wrote: > Modified files: > astro/xearth/files freebsd.committers.markers > Log: > So much talk about missiles! As I add my address to this list, I'd prefer > not to get hit with a missile, thank you. Now tacos, OTOH... a giant, > exploding taco... that's cool with me. Just don't forget to update the file when you move to Iraq to do contract work. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 2:11: 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 5C46E37B404; Fri, 18 Oct 2002 02:10:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 129A843E88; Fri, 18 Oct 2002 02:10:58 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I9AjmV034150; Fri, 18 Oct 2002 02:10:45 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I9Aj6o034148; Fri, 18 Oct 2002 02:10:45 -0700 (PDT) Message-Id: <200210180910.g9I9Aj6o034148@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 18 Oct 2002 02:10:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac troffrc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/10/18 02:10:45 PDT Modified files: contrib/groff/tmac troffrc Log: Disable SGR support in grotty(1) pending the resolution on -arch. Revision Changes Path 1.11 +4 -1 src/contrib/groff/tmac/troffrc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 2: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 6F14437B401; Fri, 18 Oct 2002 02:14:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 201D643E8A; Fri, 18 Oct 2002 02:14:34 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I9ELmV034520; Fri, 18 Oct 2002 02:14:21 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I9ELrY034519; Fri, 18 Oct 2002 02:14:21 -0700 (PDT) Message-Id: <200210180914.g9I9ELrY034519@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 18 Oct 2002 02:14:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man Makefile.inc src/usr.bin/catman catman.c src/share/mk bsd.man.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 ru 2002/10/18 02:14:20 PDT Modified files: gnu/usr.bin/man Makefile.inc usr.bin/catman catman.c share/mk bsd.man.mk Log: Revert last delta. SGR support in grotty(1) is disabled system-wide in /usr/share/tmac/troffrc pending the issue resolution on -arch. Revision Changes Path 1.21 +1 -1 src/gnu/usr.bin/man/Makefile.inc 1.52 +1 -1 src/share/mk/bsd.man.mk 1.4 +1 -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 Fri Oct 18 2:17: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 82A3737B401; Fri, 18 Oct 2002 02:17:57 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACE9043E8A; Fri, 18 Oct 2002 02:17:56 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.5/8.12.5) with ESMTP id g9I9HwvK071994; Fri, 18 Oct 2002 11:17:58 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.5/8.12.5/Submit) id g9I9HwDQ071993; Fri, 18 Oct 2002 11:17:58 +0200 (CEST) Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan To: daichi , Tom Rhodes Subject: Re: cvs commit: www/en/news news.xml Date: Fri, 18 Oct 2002 11:17:58 +0200 User-Agent: KMail/1.4.3 Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org References: <200210180453.g9I4rKJj018474@repoman.freebsd.org> <20021018011555.343f4e73.trhodes@FreeBSD.org> <20021018144322.59afde80.daichi@freebsd.org> In-Reply-To: <20021018144322.59afde80.daichi@freebsd.org> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200210181117.58394.znerd@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 Hi Daichi-SAN! Welcome on board! We can really use some extra power in FreeBSD/Java land! I would be more than happy to share thoughts, ideas and work ;) with you! Ernst On Friday 18 October 2002 07:43, daichi wrote: > > > Modified files: > > > en/news news.xml > > > Log: > > > New committer first committion. > > > > > > Revision Changes Path > > > 1.118 +11 -1 www/en/news/news.xml > > > > Welcome aboard! Prepared for your first ``to-do'' list? ;) > > Hi Tom. > > It is due for me to do Java ports-related work. New addition of > java-related ports, Japanese-related adjustment of JDK, etc. > Anyhow, I try hard to memorize work of ports committer in several > of these months. > > Thanks -- Ernst de Haan Development Team Leader Wanadoo Nederland B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 2:36: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 4F85937B401; Fri, 18 Oct 2002 02:36:42 -0700 (PDT) Received: from mile.nevermind.kiev.ua (office.netstyle.com.ua [213.186.199.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id F05B643E42; Fri, 18 Oct 2002 02:36:33 -0700 (PDT) (envelope-from never@mile.nevermind.kiev.ua) Received: from mile.nevermind.kiev.ua (never@localhost [127.0.0.1]) by mile.nevermind.kiev.ua (8.12.6/8.12.6) with ESMTP id g9I9aPL7014673; Fri, 18 Oct 2002 12:36:25 +0300 (EEST) (envelope-from never@mile.nevermind.kiev.ua) Received: (from never@localhost) by mile.nevermind.kiev.ua (8.12.6/8.12.6/Submit) id g9I9aNV4014672; Fri, 18 Oct 2002 12:36:23 +0300 (EEST) Date: Fri, 18 Oct 2002 12:36:23 +0300 From: Alexandr Kovalenko To: Martin Blapp Cc: Akinori MUSHA , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT access Message-ID: <20021018093623.GA14387@nevermind.kiev.ua> References: <200210172131.g9HLVNA8087845@repoman.freebsd.org> <20021017234109.N90671-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20021017234109.N90671-100000@levais.imp.ch> 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 Hello, Martin Blapp! On Thu, Oct 17, 2002 at 11:43:13PM +0200, you wrote: > > Maho takes a great interest in scientific computation, computer > > graphics and some "hot" pieces of software like OpenOffice. He > Cool ! Help with OpenOffice is definitly accepted :-) I'm still looking > for 1-2 people to help me with this beast. Martin, you have at least me :) I'm now trying to build OO with ALT Linux patches applied. Will see if it will help some problems. -- NEVE-RIPE Ukrainian FreeBSD User Group http://uafug.org.ua/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 2:44: 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 2E7B637B401; Fri, 18 Oct 2002 02:44:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D259243E77; Fri, 18 Oct 2002 02:43:59 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I9hlmV036341; Fri, 18 Oct 2002 02:43:47 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I9hl6d036340; Fri, 18 Oct 2002 02:43:47 -0700 (PDT) Message-Id: <200210180943.g9I9hl6d036340@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 18 Oct 2002 02:43:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/gv Makefile distinfo ports/print/gv/files patch-aa patch-source::secscanf.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/10/18 02:43:47 PDT Modified files: print/gv Makefile distinfo print/gv/files patch-aa Added files: print/gv/files patch-source::secscanf.c Log: Fix security vulnerability described in bugtraq id 5808 and bump PORTREVISION. Obtained from: Debian Revision Changes Path 1.34 +5 -2 ports/print/gv/Makefile 1.11 +1 -0 ports/print/gv/distinfo 1.6 +9 -6 ports/print/gv/files/patch-aa 1.1 +36 -0 ports/print/gv/files/patch-source::secscanf.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 Oct 18 2:44: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 AA3F737B401; Fri, 18 Oct 2002 02:44:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F8C443E8A; Fri, 18 Oct 2002 02:44:33 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I9iLmV036377; Fri, 18 Oct 2002 02:44:21 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I9iLaw036376; Fri, 18 Oct 2002 02:44:21 -0700 (PDT) Message-Id: <200210180944.g9I9iLaw036376@repoman.freebsd.org> From: Alan Eldridge Date: Fri, 18 Oct 2002 02:44:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cups Makefile.common Makefile.man X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/18 02:44:20 PDT Modified files: print/cups Makefile.common Makefile.man Log: It's still BORKED, IN PROGRESS, MEN WORKING, THIS TRAIN WILL BE OUT OF SERVICE UNTIL DEC 3008. State backup. Revision Changes Path 1.5 +4 -8 ports/print/cups/Makefile.common 1.2 +22 -23 ports/print/cups/Makefile.man To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 3: 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 8EED737B401; Fri, 18 Oct 2002 03:04:37 -0700 (PDT) Received: from eken2.eken.phys.nagoya-u.ac.jp (eken2.eken.phys.nagoya-u.ac.jp [133.6.121.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA85543E3B; Fri, 18 Oct 2002 03:04:35 -0700 (PDT) (envelope-from yoichi@eken.phys.nagoya-u.ac.jp) Received: from debian.eken.phys.nagoya-u.ac.jp (e-ppp5.eken.phys.nagoya-u.ac.jp [133.6.121.55]) by eken2.eken.phys.nagoya-u.ac.jp (8.11.6+3.4W/3.7W-E) with ESMTP id g9IA4YI19348; Fri, 18 Oct 2002 19:04:34 +0900 (JST) Date: Fri, 18 Oct 2002 19:04:31 +0900 Message-ID: <87hefkxdu8.wl@eken.phys.nagoya-u.ac.jp> From: Yoichi NAKAYAMA To: Maho Nakata Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news news.xml In-Reply-To: <200210180554.g9I5s2Cq022608@repoman.freebsd.org> References: <200210180554.g9I5s2Cq022608@repoman.freebsd.org> User-Agent: Wanderlust/2.9.15 (Unchained Melody) SEMI/1.14.4 (Hosorogi) FLIM/1.14.5 (Demachiyanagi) APEL/10.3 Emacs/21.2 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI) Organization: FreeBSD ports developer team X-Face: wLZki+KbGjgKe0,<&3g*rA|R**vj[a8L%[v]ecJh1L(Uqm|LBx;v7Nq7n%?0d.aS]F#[~C\!{m?m,C&#U5}$_pZvBR>5VmX1Ol0`P\M-U8`sUF<5Quj'z&zzW8r|Zl9#W7Wut3duYzpKrP{n+AbarKtJ!i"Al7]P;-?[=iBZa*]r=>C':0~JECx]IH+RXq=/hUX}MB9e]oQKBxsDd/ MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") 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 Thu, 17 Oct 2002 22:54:02 -0700 (PDT), Maho Nakata wrote: > > maho 2002/10/17 22:54:02 PDT > > Modified files: > en/news news.xml > Log: > New committer's first commition(news) Following line is not needed if you commit your change by yourself: > Submitted by: maho Anyway, welcome to the funny farm! Regards, -- Yoichi Nakayama To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 3:17: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 EBFAB37B401; Fri, 18 Oct 2002 03:17:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C95743E9E; Fri, 18 Oct 2002 03:17:54 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IAHgmV038501; Fri, 18 Oct 2002 03:17:42 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IAHgLh038500; Fri, 18 Oct 2002 03:17:42 -0700 (PDT) Message-Id: <200210181017.g9IAHgLh038500@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 18 Oct 2002 03:17:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/centericq Makefile distinfo ports/net/centericq/files 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 ijliao 2002/10/18 03:17:42 PDT Modified files: net/centericq Makefile distinfo net/centericq/files patch-src:Makefile.in Log: upgrade to 4.8.6 Revision Changes Path 1.47 +1 -1 ports/net/centericq/Makefile 1.26 +1 -1 ports/net/centericq/distinfo 1.3 +6 -6 ports/net/centericq/files/patch-src:Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 3:33: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 EC9FE37B401; Fri, 18 Oct 2002 03:33:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A244743E9C; Fri, 18 Oct 2002 03:33:45 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IAXXmV039539; Fri, 18 Oct 2002 03:33:33 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IAXX8k039538; Fri, 18 Oct 2002 03:33:33 -0700 (PDT) Message-Id: <200210181033.g9IAXX8k039538@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 18 Oct 2002 03:33:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh mkbuiltins X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/18 03:33:33 PDT Modified files: bin/sh mkbuiltins Log: Avoid accidentally making "-h" a synonym for "fc". Obtained from: NetBSD Revision Changes Path 1.11 +1 -1 src/bin/sh/mkbuiltins To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 3:59: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 32F4C37B401; Fri, 18 Oct 2002 03:59:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9A9843E9E; Fri, 18 Oct 2002 03:59:57 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IAxjmV040863; Fri, 18 Oct 2002 03:59:45 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IAxj8M040862; Fri, 18 Oct 2002 03:59:45 -0700 (PDT) Message-Id: <200210181059.g9IAxj8M040862@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 18 Oct 2002 03:59:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls extern.h ls.c print.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/10/18 03:59:45 PDT Modified files: bin/ls extern.h ls.c print.c Log: Print non-printing characters in directory names, as well as file names, as `?' or `\ooo', depending on whether the -b or -B flags were used. PR: 43995 MFC after: 1 month Revision Changes Path 1.20 +1 -0 src/bin/ls/extern.h 1.67 +7 -4 src/bin/ls/ls.c 1.59 +1 -1 src/bin/ls/print.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 4:24: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 0293737B401; Fri, 18 Oct 2002 04:24:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB36743E97; Fri, 18 Oct 2002 04:24:17 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IBO5mV042474; Fri, 18 Oct 2002 04:24:05 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IBO4bv042473; Fri, 18 Oct 2002 04:24:04 -0700 (PDT) Message-Id: <200210181124.g9IBO4bv042473@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 18 Oct 2002 04:24:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh parser.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 tjr 2002/10/18 04:24:04 PDT Modified files: (Branch: RELENG_4) bin/sh parser.c Log: MFC: revisions 1.45 and 1.46: allow empty case/esac statements, allow left parenthesis before pattern in case blocks. PR: 43275 35879 Revision Changes Path 1.29.2.9 +4 -2 src/bin/sh/parser.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 4: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 0BFC737B401; Fri, 18 Oct 2002 04:42:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B34DB43E42; Fri, 18 Oct 2002 04:42:34 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IBgMmV043487; Fri, 18 Oct 2002 04:42:22 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IBgLft043485; Fri, 18 Oct 2002 04:42:21 -0700 (PDT) Message-Id: <200210181142.g9IBgLft043485@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 18 Oct 2002 04:42:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslogd.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 tjr 2002/10/18 04:42:21 PDT Modified files: usr.sbin/syslogd syslogd.8 Log: Add -c option to synopsis. Sort it alphabetically, too. Revision Changes Path 1.47 +3 -3 src/usr.sbin/syslogd/syslogd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 4:50: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 E98EE37B401; Fri, 18 Oct 2002 04:50:19 -0700 (PDT) Received: from repoman.freebsd.org (unknown [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E6F943E9E; Fri, 18 Oct 2002 04:50:19 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IBmkmV043803; Fri, 18 Oct 2002 04:48:46 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IBmkUJ043802; Fri, 18 Oct 2002 04:48:46 -0700 (PDT) Message-Id: <200210181148.g9IBmkUJ043802@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 18 Oct 2002 04:48:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd 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 tjr 2002/10/18 04:48:46 PDT Modified files: usr.sbin/syslogd syslogd.c Log: Sync usage() with reality and sort it alphabetically. PR: 42620 Submitted by: Jeff Ito MFC after: 1 month Revision Changes Path 1.109 +5 -4 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 Fri Oct 18 5: 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 4DEB437B401; Fri, 18 Oct 2002 05:06:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0038743EA9; Fri, 18 Oct 2002 05:06:14 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IC62mV044908; Fri, 18 Oct 2002 05:06:02 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IC62d1044907; Fri, 18 Oct 2002 05:06:02 -0700 (PDT) Message-Id: <200210181206.g9IC62d1044907@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 18 Oct 2002 05:06:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ichsmb ichsmb_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 nyan 2002/10/18 05:06:01 PDT Modified files: sys/dev/ichsmb ichsmb_pci.c Log: typo. Submitted by: SAWADA Hodaka MFC after: 1 day Revision Changes Path 1.6 +4 -4 src/sys/dev/ichsmb/ichsmb_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 6: 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 E952A37B401; Fri, 18 Oct 2002 06:05:45 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1798B43E97; Fri, 18 Oct 2002 06:05:45 -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 AC988519BC; Fri, 18 Oct 2002 22:05:43 +0900 (JST) Date: Fri, 18 Oct 2002 22:05:43 +0900 Message-ID: <86bs5rzyl4.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Daichi GOTO Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/astro/xearth/files freebsd.committers.markers In-Reply-To: <200210180455.g9I4t6cp018574@repoman.freebsd.org> References: <200210180455.g9I4t6cp018574@repoman.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 Thu, 17 Oct 2002 21:55:06 -0700 (PDT), Daichi GOTO wrote: > daichi 2002/10/17 21:55:06 PDT > > Modified files: > astro/xearth/files freebsd.committers.markers > Log: > New committer first committion. > addition my coordinate All these commits were: Reviewed & approved by: knu (mentor) -- / /__ __ 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 Oct 18 6: 6: 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 1871237B401; Fri, 18 Oct 2002 06:06:05 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 986EA43EAA; Fri, 18 Oct 2002 06:06:04 -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 02D51519BE; Fri, 18 Oct 2002 22:06:04 +0900 (JST) Date: Fri, 18 Oct 2002 22:06:04 +0900 Message-ID: <86adlbzykj.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maho Nakata Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd In-Reply-To: <200210180548.g9I5mwYq022086@repoman.freebsd.org> References: <200210180548.g9I5mwYq022086@repoman.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 Thu, 17 Oct 2002 22:48:58 -0700 (PDT), Maho Nakata wrote: > maho 2002/10/17 22:48:58 PDT > > Modified files: > usr.bin/calendar/calendars calendar.freebsd > Log: > New committer's first commit(birthday). All these commits were: Reviewed & approved by: knu (mentor) -- / /__ __ 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 Oct 18 7: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 66C1737B401; Fri, 18 Oct 2002 07:18:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D092A43EAA; Fri, 18 Oct 2002 07:18:34 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IEILmV052327; Fri, 18 Oct 2002 07:18:21 -0700 (PDT) (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IEIKww052326; Fri, 18 Oct 2002 07:18:20 -0700 (PDT) Message-Id: <200210181418.g9IEIKww052326@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 18 Oct 2002 07:18:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/10/18 07:18:19 PDT Modified files: en support.sgml Log: Sort user group entries for "Europe" alphabetically. Revision Changes Path 1.271 +19 -23 www/en/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 7:45: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 E974F37B401; Fri, 18 Oct 2002 07:45:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 995FB43EB3; Fri, 18 Oct 2002 07:45:14 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IEj1mV053943; Fri, 18 Oct 2002 07:45:01 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IEj0UL053938; Fri, 18 Oct 2002 07:45:00 -0700 (PDT) Message-Id: <200210181445.g9IEj0UL053938@repoman.freebsd.org> From: Mark Murray Date: Fri, 18 Oct 2002 07:45:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/cp cp.c extern.h utils.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/10/18 07:45:00 PDT Modified files: bin/cp cp.c extern.h utils.c Log: Constify and staticify for lint. Revision Changes Path 1.43 +2 -2 src/bin/cp/cp.c 1.16 +2 -2 src/bin/cp/extern.h 1.39 +2 -2 src/bin/cp/utils.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 7:49: 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 0109E37B401; Fri, 18 Oct 2002 07:49:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A792143EE6; Fri, 18 Oct 2002 07:49:02 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IEmmmV054066; Fri, 18 Oct 2002 07:48:48 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IEmm8X054065; Fri, 18 Oct 2002 07:48:48 -0700 (PDT) Message-Id: <200210181448.g9IEmm8X054065@repoman.freebsd.org> From: Mark Murray Date: Fri, 18 Oct 2002 07:48:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/date date.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/10/18 07:48:48 PDT Modified files: bin/date date.c Log: Staticify for lint. Revision Changes Path 1.42 +2 -2 src/bin/date/date.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 8: 1: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 5E85937B406 for ; Fri, 18 Oct 2002 08:01:18 -0700 (PDT) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73EB743EB1 for ; Fri, 18 Oct 2002 08:01:17 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 7090 invoked from network); 18 Oct 2002 15:01:17 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 18 Oct 2002 15:01:17 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id g9IF1Fn5046091; Fri, 18 Oct 2002 11:01:15 -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: <20021017202151.A40624@freebie.xs4all.nl> Date: Fri, 18 Oct 2002 11:01:18 -0400 (EDT) From: John Baldwin To: Wilko Bulte Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_battery.c acpi_cp 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 17-Oct-2002 Wilko Bulte wrote: > On Wed, Oct 16, 2002 at 10:28:53AM -0700, John Baldwin wrote: >> jhb 2002/10/16 10:28:53 PDT >> >> Modified files: >> sys/dev/acpica acpi.c acpi_battery.c acpi_cpu.c >> acpi_ec.c acpi_lid.c acpi_powerres.c >> acpi_thermal.c >> sys/dev/acpica/Osd OsdInterrupt.c >> Log: >> Catch up to changes in acpivar.h to add support for using ACPI on >> 4-stable systems. > > Hm? I thought 4.x would never gain ACPI support? Or do I misinterpret? I've backported all but the PCI bits. I don't plan on committing ACPI itself to 4.x, but there are several people who like/need things like soft power-off to work on 4.x, so I'm trying to make it as easy as possible to just drop in the ACPI bits into a 4.x tree and get ACPI support with a small patch. -- 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 Oct 18 8: 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 8CDE337B401; Fri, 18 Oct 2002 08:03:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DAEC43E8A; Fri, 18 Oct 2002 08:03:17 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IF33mV055128; Fri, 18 Oct 2002 08:03:03 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IF33q2055127; Fri, 18 Oct 2002 08:03:03 -0700 (PDT) Message-Id: <200210181503.g9IF33q2055127@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 08:03:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/ant-xinclude-task 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 znerd 2002/10/18 08:03:03 PDT Modified files: textproc Makefile Added files: textproc/ant-xinclude-task Makefile distinfo pkg-comment pkg-descr pkg-plist Log: XInclude task for Jakarta Ant. See: http://people.freebsd.org/~znerd/xinclude-task/ Revision Changes Path 1.438 +1 -0 ports/textproc/Makefile 1.1 +46 -0 ports/textproc/ant-xinclude-task/Makefile (new) 1.1 +1 -0 ports/textproc/ant-xinclude-task/distinfo (new) 1.1 +1 -0 ports/textproc/ant-xinclude-task/pkg-comment (new) 1.1 +8 -0 ports/textproc/ant-xinclude-task/pkg-descr (new) 1.1 +23 -0 ports/textproc/ant-xinclude-task/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 Oct 18 8: 4: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 EF09237B401; Fri, 18 Oct 2002 08:04:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A265B43E77; Fri, 18 Oct 2002 08:04:20 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IF47mV055178; Fri, 18 Oct 2002 08:04:07 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IF47YJ055177; Fri, 18 Oct 2002 08:04:07 -0700 (PDT) Message-Id: <200210181504.g9IF47YJ055177@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 08:04: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 znerd 2002/10/18 08:04:07 PDT Modified files: . modules Log: ant-xinclude-task --> ports/textproc/ant-xinclude-task Revision Changes Path 1.6101 +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 Oct 18 8:21: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 B8F3937B401; Fri, 18 Oct 2002 08:21:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B48243E9C; Fri, 18 Oct 2002 08:21:25 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IFLBmV056181; Fri, 18 Oct 2002 08:21:11 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IFLAA1056180; Fri, 18 Oct 2002 08:21:10 -0700 (PDT) Message-Id: <200210181521.g9IFLAA1056180@repoman.freebsd.org> From: Thomas Moestl Date: Fri, 18 Oct 2002 08:21:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ofw openfirm.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 tmm 2002/10/18 08:21:09 PDT Modified files: sys/dev/ofw openfirm.h Log: Add an #ifdef _KERNEL to make it possible to include this file from userland (to get the typedefs). Revision Changes Path 1.8 +7 -5 src/sys/dev/ofw/openfirm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 8:23: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 A9E3C37B401; Fri, 18 Oct 2002 08:23:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2378843E7B; Fri, 18 Oct 2002 08:23:58 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IFNimV056453; Fri, 18 Oct 2002 08:23:44 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IFNhI4056452; Fri, 18 Oct 2002 08:23:43 -0700 (PDT) Message-Id: <200210181523.g9IFNhI4056452@repoman.freebsd.org> From: Thomas Moestl Date: Fri, 18 Oct 2002 08:23:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ofw openfirmio.c openfirmio.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 tmm 2002/10/18 08:23:43 PDT Added files: sys/dev/ofw openfirmio.c openfirmio.h Log: Add a pseudo device which allows to access the OpenFirmware device tree via ioctl()s. This was ported from NetBSD and adapted a bit to better match our OpenFirmware support code. Revision Changes Path 1.1 +308 -0 src/sys/dev/ofw/openfirmio.c (new) 1.1 +81 -0 src/sys/dev/ofw/openfirmio.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 Oct 18 8:26: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 3240537B401; Fri, 18 Oct 2002 08:26:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C35F43E88; Fri, 18 Oct 2002 08:26:43 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IFQTmV056599; Fri, 18 Oct 2002 08:26:29 -0700 (PDT) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IFQTCK056598; Fri, 18 Oct 2002 08:26:29 -0700 (PDT) Message-Id: <200210181526.g9IFQTCK056598@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Fri, 18 Oct 2002 08:26:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvs+ipv6 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 sumikawa 2002/10/18 08:26:29 PDT Modified files: devel/cvs+ipv6 Makefile Log: Explictly disable GSSAPI. Revision Changes Path 1.8 +1 -1 ports/devel/cvs+ipv6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 8:27: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 A9D5C37B404; Fri, 18 Oct 2002 08:27:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36B7D43E88; Fri, 18 Oct 2002 08:27:16 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IFR2mV056665; Fri, 18 Oct 2002 08:27:02 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IFR2Be056664; Fri, 18 Oct 2002 08:27:02 -0700 (PDT) Message-Id: <200210181527.g9IFR2Be056664@repoman.freebsd.org> From: Thomas Moestl Date: Fri, 18 Oct 2002 08:27:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.sparc64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/18 08:27:02 PDT Modified files: sys/conf files.sparc64 Log: Build openfirmio on sparc64. Revision Changes Path 1.33 +1 -0 src/sys/conf/files.sparc64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 8:31: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 9C91E37B401; Fri, 18 Oct 2002 08:31:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C80A43EAF; Fri, 18 Oct 2002 08:31:09 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IFUtmV056904; Fri, 18 Oct 2002 08:30:55 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IFUssV056900; Fri, 18 Oct 2002 08:30:54 -0700 (PDT) Message-Id: <200210181530.g9IFUssV056900@repoman.freebsd.org> From: Thomas Moestl Date: Fri, 18 Oct 2002 08:30:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile src/etc/mtree BSD.include.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/18 08:30:53 PDT Modified files: include Makefile etc/mtree BSD.include.dist Log: Install the include files in sys/dev/ofw. Revision Changes Path 1.60 +2 -0 src/etc/mtree/BSD.include.dist 1.184 +1 -1 src/include/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 8:37: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 A227937B401; Fri, 18 Oct 2002 08:37:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 644D143E42; Fri, 18 Oct 2002 08:37:29 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IFbFmV057412; Fri, 18 Oct 2002 08:37:15 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IFbFt6057411; Fri, 18 Oct 2002 08:37:15 -0700 (PDT) Message-Id: <200210181537.g9IFbFt6057411@repoman.freebsd.org> From: Thomas Moestl Date: Fri, 18 Oct 2002 08:37:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ofwdump Makefile ofw_util.c ofw_util.h ofwdump.8 ofwdump.c pathnames.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 tmm 2002/10/18 08:37:15 PDT Added files: usr.sbin/ofwdump Makefile ofw_util.c ofw_util.h ofwdump.8 ofwdump.c pathnames.h Log: Add a utility to examine the OpenFirmware device tree (on sparc64). This allows access to detailed machine configuration information, and should be especially useful to gather information for driver-related bug reports. Revision Changes Path 1.1 +8 -0 src/usr.sbin/ofwdump/Makefile (new) 1.1 +259 -0 src/usr.sbin/ofwdump/ofw_util.c (new) 1.1 +48 -0 src/usr.sbin/ofwdump/ofw_util.h (new) 1.1 +104 -0 src/usr.sbin/ofwdump/ofwdump.8 (new) 1.1 +106 -0 src/usr.sbin/ofwdump/ofwdump.c (new) 1.1 +30 -0 src/usr.sbin/ofwdump/pathnames.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 Oct 18 8: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 C8A6337B401; Fri, 18 Oct 2002 08:37:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 899E943E9E; Fri, 18 Oct 2002 08:37:58 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IFbhmV057472; Fri, 18 Oct 2002 08:37:44 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IFbgbd057471; Fri, 18 Oct 2002 08:37:42 -0700 (PDT) Message-Id: <200210181537.g9IFbgbd057471@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 08:37:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/xincluder 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 znerd 2002/10/18 08:37:41 PDT Modified files: textproc Makefile Added files: textproc/xincluder Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: xincluder. This is a Java-based XInclude engine. See: http://xincluder.sourceforge.net/ Revision Changes Path 1.439 +1 -0 ports/textproc/Makefile 1.1 +38 -0 ports/textproc/xincluder/Makefile (new) 1.1 +1 -0 ports/textproc/xincluder/distinfo (new) 1.1 +1 -0 ports/textproc/xincluder/pkg-comment (new) 1.1 +4 -0 ports/textproc/xincluder/pkg-descr (new) 1.1 +70 -0 ports/textproc/xincluder/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 Oct 18 8: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 87A0E37B401; Fri, 18 Oct 2002 08:38:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38A5943E88; Fri, 18 Oct 2002 08:38:37 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IFcNmV057522; Fri, 18 Oct 2002 08:38:23 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IFcN5q057521; Fri, 18 Oct 2002 08:38:23 -0700 (PDT) Message-Id: <200210181538.g9IFcN5q057521@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 08:38:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ant-xinclude-task 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 znerd 2002/10/18 08:38:23 PDT Modified files: textproc/ant-xinclude-task Makefile Log: Small style improvements. Revision Changes Path 1.2 +2 -2 ports/textproc/ant-xinclude-task/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 8:38: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 80C1637B401; Fri, 18 Oct 2002 08:38:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 335D043EA9; Fri, 18 Oct 2002 08:38:53 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IFcdmV057558; Fri, 18 Oct 2002 08:38:39 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IFcdux057557; Fri, 18 Oct 2002 08:38:39 -0700 (PDT) Message-Id: <200210181538.g9IFcdux057557@repoman.freebsd.org> From: Thomas Moestl Date: Fri, 18 Oct 2002 08:38:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin 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/10/18 08:38:39 PDT Modified files: usr.sbin Makefile Log: Connect ofwdump to the sparc64 build. Revision Changes Path 1.234 +4 -0 src/usr.sbin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 8:46: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 CB11B37B401; Fri, 18 Oct 2002 08:46:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BA9743E65; Fri, 18 Oct 2002 08:46:13 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IFjxmV058102; Fri, 18 Oct 2002 08:45:59 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IFjxXN058101; Fri, 18 Oct 2002 08:45:59 -0700 (PDT) Message-Id: <200210181545.g9IFjxXN058101@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 08:45:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ant-xinclude-task 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 znerd 2002/10/18 08:45:59 PDT Modified files: textproc/ant-xinclude-task Makefile Log: Added runtime dependency: textproc/xincluder. Revision Changes Path 1.3 +1 -0 ports/textproc/ant-xinclude-task/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 8: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 E081437B401; Fri, 18 Oct 2002 08:47:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 923B043EB1; Fri, 18 Oct 2002 08:47:08 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IFktmV058151; Fri, 18 Oct 2002 08:46:55 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IFksaK058150; Fri, 18 Oct 2002 08:46:54 -0700 (PDT) Message-Id: <200210181546.g9IFksaK058150@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 08:46:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/10/18 08:46:54 PDT Modified files: . modules Log: xincluder --> ports/textproc/xincluder Revision Changes Path 1.6102 +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 Oct 18 8: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 50DAD37B401 for ; Fri, 18 Oct 2002 08:48:30 -0700 (PDT) Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA6643EAF for ; Fri, 18 Oct 2002 08:48:29 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 16492 invoked from network); 18 Oct 2002 15:46:34 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 18 Oct 2002 15:46:34 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id g9IFkWn5046239; Fri, 18 Oct 2002 11:46: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: <200210171802.g9HI2R1Y072518@repoman.freebsd.org> Date: Fri, 18 Oct 2002 11:46:35 -0400 (EDT) From: John Baldwin To: Sam Leffler Subject: RE: cvs commit: src/release/i386 dokern.sh 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 17-Oct-2002 Sam Leffler wrote: > sam 2002/10/17 11:02:27 PDT > > Modified files: > release/i386 dokern.sh > Log: > Strip splash, tun, and COMPAT_FREEBSD4 from the config used to build > the BOOTMFS kernel. These help reduce the kernel size so things fit > in a floppy image. There are more low-hanging fruit to be had here > if things fail to fit again. Note that the BOOTMFS kernel is not used when booting from CD, only when booting off of kern.flp floppies, so we could tailor what we move off it to cater to systems that don't have CD drives. -- 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 Oct 18 9: 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 68B5C37B401; Fri, 18 Oct 2002 09:05:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1960843EB1; Fri, 18 Oct 2002 09:05:45 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IG5VmV059268; Fri, 18 Oct 2002 09:05:31 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IG5VtQ059267; Fri, 18 Oct 2002 09:05:31 -0700 (PDT) Message-Id: <200210181605.g9IG5VtQ059267@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 09:05:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jump 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 znerd 2002/10/18 09:05:31 PDT Modified files: java/jump Makefile pkg-plist Log: Only installing JAR and docs. And installing where they should go. Honoring NOPORTDOCS now. Bumped PORTREVISION. Revision Changes Path 1.10 +14 -4 ports/java/jump/Makefile 1.8 +53 -146 ports/java/jump/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 Oct 18 9: 7: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 853BA37B401; Fri, 18 Oct 2002 09:07:45 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE6D643E97; Fri, 18 Oct 2002 09:07:44 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.5/8.12.5) with ESMTP id g9IG7lvK092958; Fri, 18 Oct 2002 18:07:47 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.5/8.12.5/Submit) id g9IG7lwC092957; Fri, 18 Oct 2002 18:07:47 +0200 (CEST) Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: Ernst de Haan , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/java/jump Makefile pkg-plist Date: Fri, 18 Oct 2002 18:07:46 +0200 User-Agent: KMail/1.4.3 References: <200210181605.g9IG5VtQ059267@repoman.freebsd.org> In-Reply-To: <200210181605.g9IG5VtQ059267@repoman.freebsd.org> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200210181807.46852.ernst.dehaan@nl.wanadoo.com> Sender: owner-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 Friday 18 October 2002 18:05, Ernst de Haan wrote: > znerd 2002/10/18 09:05:31 PDT > > Modified files: > java/jump Makefile pkg-plist > Log: > Only installing JAR and docs. And installing where they should go. > Honoring NOPORTDOCS now. > > Bumped PORTREVISION. > > Revision Changes Path > 1.10 +14 -4 ports/java/jump/Makefile > 1.8 +53 -146 ports/java/jump/pkg-plist Forgot to add that this concerns PR 43949 and 43946. Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 9:10: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 3102337B434; Fri, 18 Oct 2002 09:10:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCE6F43E9C; Fri, 18 Oct 2002 09:10:23 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IGA9mV059458; Fri, 18 Oct 2002 09:10:09 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IGA9cU059457; Fri, 18 Oct 2002 09:10:09 -0700 (PDT) Message-Id: <200210181610.g9IGA9cU059457@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 09:10:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xincluder 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 znerd 2002/10/18 09:10:09 PDT Modified files: textproc/xincluder Makefile Log: Style changes. Not defining DOCSDIR anymore, since it's already defined in bsd.port.mk. Revision Changes Path 1.2 +1 -3 ports/textproc/xincluder/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 9:10: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 95FFC37B40C; Fri, 18 Oct 2002 09:10:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E8F443E97; Fri, 18 Oct 2002 09:10:50 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IGAamV059515; Fri, 18 Oct 2002 09:10:36 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IGAa3S059514; Fri, 18 Oct 2002 09:10:36 -0700 (PDT) Message-Id: <200210181610.g9IGAa3S059514@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 09:10:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ant-xinclude-task 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 znerd 2002/10/18 09:10:36 PDT Modified files: textproc/ant-xinclude-task Makefile Log: Not defining DOCSDIR anymore, since it's already defined in bsd.port.mk. Revision Changes Path 1.4 +0 -1 ports/textproc/ant-xinclude-task/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 9:13: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 3009837B401; Fri, 18 Oct 2002 09:13:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1E4143E97; Fri, 18 Oct 2002 09:13:53 -0700 (PDT) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IGDemV059905; Fri, 18 Oct 2002 09:13:40 -0700 (PDT) (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IGDdPW059904; Fri, 18 Oct 2002 09:13:39 -0700 (PDT) Message-Id: <200210181613.g9IGDdPW059904@repoman.freebsd.org> From: Makoto Matsushita Date: Fri, 18 Oct 2002 09:13:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall install.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 matusita 2002/10/18 09:13:39 PDT Modified files: (Branch: RELENG_4) release/sysinstall install.c Log: MFC 1.322: Create symlink for /etc/group. I've requested to re@FreeBSD.org during 4.7-RELEASE code freeze, but it wasn't approved (actually, no response was made.) However, I should commit this as soon as freeze phase was over; this is my fault that this MFC commit is late. PR: 43455 Submitted by: n-kogane@syd.odn.ad.jp Revision Changes Path 1.268.2.41 +2 -1 src/release/sysinstall/install.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 9:16: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 E1E0337B401; Fri, 18 Oct 2002 09:16:15 -0700 (PDT) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3342A43EAA; Fri, 18 Oct 2002 09:16:15 -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 g9IGGE188030; Fri, 18 Oct 2002 09:16:14 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Fri, 18 Oct 2002 09:16:14 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: John Baldwin Cc: Sam Leffler , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: RE: cvs commit: src/release/i386 dokern.sh In-Reply-To: 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 17-Oct-2002 Sam Leffler wrote: > > sam 2002/10/17 11:02:27 PDT > > > > Modified files: > > release/i386 dokern.sh > > Log: > > Strip splash, tun, and COMPAT_FREEBSD4 from the config used to build > > the BOOTMFS kernel. These help reduce the kernel size so things fit > > in a floppy image. There are more low-hanging fruit to be had here > > if things fail to fit again. > > Note that the BOOTMFS kernel is not used when booting from CD, only > when booting off of kern.flp floppies, so we could tailor what we move > off it to cater to systems that don't have CD drives. converseley, the kernel on the CD should have every .ko that GENERIC has. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 9: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 3FC7B37B401; Fri, 18 Oct 2002 09:17:23 -0700 (PDT) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9034C43E8A; Fri, 18 Oct 2002 09:17:22 -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 g9IGHM188039; Fri, 18 Oct 2002 09:17:22 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Fri, 18 Oct 2002 09:17:22 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: sam@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/i386 drivers.conf In-Reply-To: <20021018.000604.102613958.imp@bsdimp.com> 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 > In message: <20021017113018.A78184@FreeBSD.org> > Juli Mallett writes: > : * De: Sam Leffler [ Data: 2002-10-17 ] > : [ Subjecte: cvs commit: src/release/i386 drivers.conf ] > : > sam 2002/10/17 11:00:33 PDT > : > > : > Modified files: > : > release/i386 drivers.conf > : > Log: > : > Mark more drivers as going on the (nonexistent) drivers.flp floppy > : > to reduce the size of the bootstrap kernels. This is needed to make > : > stuff fit in primary floppy images. Specific drivers moved: RAID > : > support, tx Ethernet, and wi (wireless). Probably want to revisit > : > at least the last two drivers before release. can you put ispfw into drivers.conf? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 9:17: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 E270C37B401; Fri, 18 Oct 2002 09:17:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9115643E9C; Fri, 18 Oct 2002 09:17:34 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IGHKmV060042; Fri, 18 Oct 2002 09:17:20 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IGHK7V060041; Fri, 18 Oct 2002 09:17:20 -0700 (PDT) Message-Id: <200210181617.g9IGHK7V060041@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 09:17:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/jakarta-ant 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 znerd 2002/10/18 09:17:20 PDT Modified files: devel/jakarta-ant Makefile Log: Not installing symlinks anymore. This is not necessary anymore, since the ant shell script now looks in ${PREFIX}/share/java/classes self. Bumped PORTREVISION. PR: 43951 Requested by: Ken Gunderson Revision Changes Path 1.17 +1 -6 ports/devel/jakarta-ant/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 9:20: 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 52FD937B401 for ; Fri, 18 Oct 2002 09:20:04 -0700 (PDT) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 972AB43EA3 for ; Fri, 18 Oct 2002 09:20:03 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 2753 invoked from network); 18 Oct 2002 16:20:02 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 18 Oct 2002 16:20:02 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id g9IGJxn5046373; Fri, 18 Oct 2002 12:19:59 -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: <200210180038.g9I0cle6006162@zephyr.pirzyk.org> Date: Fri, 18 Oct 2002 12:20:02 -0400 (EDT) From: John Baldwin To: Jim Pirzyk Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c Cc: pirzyk@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@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 18-Oct-2002 Jim Pirzyk wrote: >> pirzyk 2002/10/17 16:37:09 PDT >> >> Modified files: >> sys/cam/scsi scsi_cd.c >> Log: >> Changed the scsi mode command to use 10 bytes scsi commands instead >> of the 6 byte ones. This helps with using a IDE cdrom behind a USB >> interface. umass converts 6 byte commands to 10 byte commands in current. Did you test this in current or only on stable? The proper place to do this is in umass. -- 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 Oct 18 9:20: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 3BF7737B401; Fri, 18 Oct 2002 09:20:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A040243E9E; Fri, 18 Oct 2002 09:20:22 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IGK8mV060145; Fri, 18 Oct 2002 09:20:08 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IGK8Pt060144; Fri, 18 Oct 2002 09:20:08 -0700 (PDT) Message-Id: <200210181620.g9IGK8Pt060144@repoman.freebsd.org> From: Mark Murray Date: Fri, 18 Oct 2002 09:20:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/db/man dbopen.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 markm 2002/10/18 09:20:08 PDT Modified files: lib/libc/db/man dbopen.3 Log: Correct the headers needed to use dbopen(3) and friends. Revision Changes Path 1.6 +3 -2 src/lib/libc/db/man/dbopen.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 9:22: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 7321D37B401; Fri, 18 Oct 2002 09:22:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF1443E8A; Fri, 18 Oct 2002 09:22:33 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IGMImV060449; Fri, 18 Oct 2002 09:22:19 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IGMIh9060446; Fri, 18 Oct 2002 09:22:18 -0700 (PDT) Message-Id: <200210181622.g9IGMIh9060446@repoman.freebsd.org> From: Mark Murray Date: Fri, 18 Oct 2002 09:22:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen crypt.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/10/18 09:22:16 PDT Modified files: lib/libc/gen crypt.c Log: ISOfy functions, sort headers and mark unused arguments. Revision Changes Path 1.7 +6 -13 src/lib/libc/gen/crypt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 9:23: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 57B7D37B401; Fri, 18 Oct 2002 09:23:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0792043E8A; Fri, 18 Oct 2002 09:23:50 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IGNamV060612; Fri, 18 Oct 2002 09:23:36 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IGNZoh060611; Fri, 18 Oct 2002 09:23:35 -0700 (PDT) Message-Id: <200210181623.g9IGNZoh060611@repoman.freebsd.org> From: Robert Watson Date: Fri, 18 Oct 2002 09:23:35 -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/10/18 09:23:35 PDT Modified files: en/releases/5.0R todo.sgml Log: Update various todo items: remove KDE/gcc compiler problems because compiler is now upgraded. Note devd commit status as 'pending this weekend'. Note that sparc64 gdb works with gdb 5.3, that an import is required to fix it in the base tree. Update status on TrustedBSD new user api. Other bits and pieces. Revision Changes Path 1.9 +10 -15 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 Fri Oct 18 9:24: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 02AC737B404; Fri, 18 Oct 2002 09:24:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82B2943EB1; Fri, 18 Oct 2002 09:24:34 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IGOKmV060656; Fri, 18 Oct 2002 09:24:20 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IGOKPn060655; Fri, 18 Oct 2002 09:24:20 -0700 (PDT) Message-Id: <200210181624.g9IGOKPn060655@repoman.freebsd.org> From: Mark Murray Date: Fri, 18 Oct 2002 09:24:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen crypt.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/10/18 09:24:20 PDT Modified files: lib/libc/gen crypt.c Log: Oops. Also provide a lint-compatible unused argument warning killer. Revision Changes Path 1.8 +4 -0 src/lib/libc/gen/crypt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 9:28: 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 97D2137B401; Fri, 18 Oct 2002 09:28:04 -0700 (PDT) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FF3143E75; Fri, 18 Oct 2002 09:28:04 -0700 (PDT) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org ([12.233.149.189]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021018162803.YZVS18217.rwcrmhc51.attbi.com@bmah.dyndns.org>; Fri, 18 Oct 2002 16:28:03 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id g9IGS3va070447; Fri, 18 Oct 2002 09:28:03 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id g9IGS3Ki070446; Fri, 18 Oct 2002 09:28:03 -0700 (PDT) Message-Id: <200210181628.g9IGS3Ki070446@intruder.bmah.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: mjacob@feral.com Cc: John Baldwin , Sam Leffler , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/release/i386 dokern.sh In-Reply-To: References: Comments: In-reply-to Matthew Jacob message dated "Fri, 18 Oct 2002 09:16:14 -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_1120329768P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 18 Oct 2002 09:28:03 -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_1120329768P Content-Type: text/plain; charset=us-ascii If memory serves me right, Matthew Jacob wrote: > > On 17-Oct-2002 Sam Leffler wrote: > > > sam 2002/10/17 11:02:27 PDT > > > > > > Modified files: > > > release/i386 dokern.sh > > > Log: > > > Strip splash, tun, and COMPAT_FREEBSD4 from the config used to build > > > the BOOTMFS kernel. These help reduce the kernel size so things fit > > > in a floppy image. There are more low-hanging fruit to be had here > > > if things fail to fit again. > > > > Note that the BOOTMFS kernel is not used when booting from CD, only > > when booting off of kern.flp floppies, so we could tailor what we move > > off it to cater to systems that don't have CD drives. > > converseley, the kernel on the CD should have every .ko that GENERIC > has. Even better, the kernel you get when booting from the CD *is* GENERIC. :-) Bruce. --==_Exmh_1120329768P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE9sDaT2MoxcVugUsMRArBHAKCWLJhpJCrix+qLoqoYYGfUtfoHGACg/ulX cdcBM7qE9pu9OSzkYGrA9wQ= =PR33 -----END PGP SIGNATURE----- --==_Exmh_1120329768P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 9:33: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 354DF37B401; Fri, 18 Oct 2002 09:33:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D845643E75; Fri, 18 Oct 2002 09:33:16 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IGX3mV061242; Fri, 18 Oct 2002 09:33:03 -0700 (PDT) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IGX2Hq061241; Fri, 18 Oct 2002 09:33:02 -0700 (PDT) Message-Id: <200210181633.g9IGX2Hq061241@repoman.freebsd.org> From: Ian Dowse Date: Fri, 18 Oct 2002 09:33:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/vmware2/files patch-be X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/18 09:33:02 PDT Modified files: emulators/vmware2/files patch-be Log: Catch up with some not-so-recent VM changes to make vmware2 work again on -CURRENT. Without this, attempting to boot the virtual machine causes an instant panic in the host. Approved by: knu, vsilyaev@mindspring.com (maintainer) Revision Changes Path 1.3 +66 -28 ports/emulators/vmware2/files/patch-be To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 9:35: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 9974737B401; Fri, 18 Oct 2002 09:35:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4900F43EB1; Fri, 18 Oct 2002 09:35:31 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IGZHmV061369; Fri, 18 Oct 2002 09:35:17 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IGZGiK061368; Fri, 18 Oct 2002 09:35:16 -0700 (PDT) Message-Id: <200210181635.g9IGZGiK061368@repoman.freebsd.org> From: Robert Watson Date: Fri, 18 Oct 2002 09:35: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/10/18 09:35:16 PDT Modified files: en/releases/5.0R todo.sgml Log: GEOM update; mention Sam Leffler as working on support for libdisk and sysinstall. ACPI multiple host-pci bridge adapters issue under resolution. RAIDFrame commit this weekend. KerberosV and PAM issue owned by markm. Firewire now committed to kernel; needs userland tools, debugging output. A bit more process locking for p_ucred. Revision Changes Path 1.10 +41 -10 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 Fri Oct 18 9:36: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 4EE2C37B401; Fri, 18 Oct 2002 09:36:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E744143E97; Fri, 18 Oct 2002 09:36:36 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IGaNmV061508; Fri, 18 Oct 2002 09:36:23 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IGaNDl061507; Fri, 18 Oct 2002 09:36:23 -0700 (PDT) Message-Id: <200210181636.g9IGaNDl061507@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 18 Oct 2002 09:36:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/asc Makefile distinfo pkg-plist ports/games/asc/files patch-configure patch-data::Makefile.in patch-data::dialog::Makefile.in patch-data::moredata::Makefile.in patch-data::music::Makefile.in patch-source::ai::misc.cpp patch-source::ai::tactics.cpp patch-source::ai::valuation.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 sobomax 2002/10/18 09:36:22 PDT Modified files: games/asc Makefile distinfo pkg-plist games/asc/files patch-configure patch-data::Makefile.in patch-source::basestrm.cpp patch-source::gameoptions.cpp patch-source::tools::linux::Makefile.in patch-source::unix::Makefile.in patch-source::unix::global_os.h patch-source::unix::mapeditor::Makefile.in Added files: games/asc/files patch-data::dialog::Makefile.in patch-data::music::Makefile.in patch-source::ai::misc.cpp patch-source::ai::tactics.cpp patch-source::ai::valuation.cpp patch-source::basestrm.h patch-source::building.cpp patch-source::gamedlg.cpp patch-source::mapalgorithms.cpp patch-source::typen.h Removed files: games/asc/files patch-data::moredata::Makefile.in patch-source::sdl::events.cpp patch-source::sdl::testSound.cpp Log: Update to 1.10.2. Revision Changes Path 1.16 +3 -4 ports/games/asc/Makefile 1.10 +1 -1 ports/games/asc/distinfo 1.5 +3 -24 ports/games/asc/files/patch-configure 1.2 +12 -4 ports/games/asc/files/patch-data::Makefile.in 1.1 +14 -0 ports/games/asc/files/patch-data::dialog::Makefile.in (new) 1.2 +0 -14 ports/games/asc/files/patch-data::moredata::Makefile.in (dead) 1.1 +14 -0 ports/games/asc/files/patch-data::music::Makefile.in (new) 1.1 +23 -0 ports/games/asc/files/patch-source::ai::misc.cpp (new) 1.1 +14 -0 ports/games/asc/files/patch-source::ai::tactics.cpp (new) 1.1 +23 -0 ports/games/asc/files/patch-source::ai::valuation.cpp (new) 1.2 +7 -7 ports/games/asc/files/patch-source::basestrm.cpp 1.1 +14 -0 ports/games/asc/files/patch-source::basestrm.h (new) 1.1 +14 -0 ports/games/asc/files/patch-source::building.cpp (new) 1.3 +14 -0 ports/games/asc/files/patch-source::gamedlg.cpp (new) 1.3 +8 -8 ports/games/asc/files/patch-source::gameoptions.cpp 1.1 +14 -0 ports/games/asc/files/patch-source::mapalgorithms.cpp (new) 1.2 +0 -14 ports/games/asc/files/patch-source::sdl::events.cpp (dead) 1.2 +0 -14 ports/games/asc/files/patch-source::sdl::testSound.cpp (dead) 1.7 +11 -27 ports/games/asc/files/patch-source::tools::linux::Makefile.in 1.1 +14 -0 ports/games/asc/files/patch-source::typen.h (new) 1.3 +7 -13 ports/games/asc/files/patch-source::unix::Makefile.in 1.4 +4 -4 ports/games/asc/files/patch-source::unix::global_os.h 1.3 +7 -17 ports/games/asc/files/patch-source::unix::mapeditor::Makefile.in 1.9 +2 -2 ports/games/asc/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 Oct 18 9:47: 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 EC83637B401; Fri, 18 Oct 2002 09:47:04 -0700 (PDT) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B68143E3B; Fri, 18 Oct 2002 09:47:04 -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 g9IGl3188352; Fri, 18 Oct 2002 09:47:03 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Fri, 18 Oct 2002 09:47:03 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: "Bruce A. Mah" Cc: John Baldwin , Sam Leffler , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/release/i386 dokern.sh In-Reply-To: <200210181628.g9IGS3Ki070446@intruder.bmah.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 > > > > converseley, the kernel on the CD should have every .ko that GENERIC > > has. > > Even better, the kernel you get when booting from the CD *is* GENERIC. > :-) well, yes, but right now not all the modules are there To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 9: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 EEB1737B401; Fri, 18 Oct 2002 09:48:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76C8143E6A; Fri, 18 Oct 2002 09:48:07 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IGlrmV062208; Fri, 18 Oct 2002 09:47:53 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IGlrxx062207; Fri, 18 Oct 2002 09:47:53 -0700 (PDT) Message-Id: <200210181647.g9IGlrxx062207@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 18 Oct 2002 09:47:52 -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 sobomax 2002/10/18 09:47:52 PDT Modified files: en/donations wantlist.sgml Log: Memory module was kindly provided by Joe Marcus, so that I no longer need it. Thank you very much, Joe! Revision Changes Path 1.31 +1 -9 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 Oct 18 9:54: 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 9FD5D37B401; Fri, 18 Oct 2002 09:54:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C99343E97; Fri, 18 Oct 2002 09:54:06 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IGrqmV062729; Fri, 18 Oct 2002 09:53:52 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IGrq2q062726; Fri, 18 Oct 2002 09:53:52 -0700 (PDT) Message-Id: <200210181653.g9IGrq2q062726@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 18 Oct 2002 09:53:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/asc Makefile ports/games/asc/files patch-configure patch-source::gamedlg.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 sobomax 2002/10/18 09:53:52 PDT Modified files: games/asc Makefile games/asc/files patch-configure patch-source::gamedlg.cpp Log: Fix two patches that I've forgot to update before committing. Revision Changes Path 1.17 +3 -2 ports/games/asc/Makefile 1.6 +23 -3 ports/games/asc/files/patch-configure 1.4 +4 -4 ports/games/asc/files/patch-source::gamedlg.cpp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 10:24: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 4F22837B401; Fri, 18 Oct 2002 10:24:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FEE143E8A; Fri, 18 Oct 2002 10:24:45 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IHOVmV064946; Fri, 18 Oct 2002 10:24:31 -0700 (PDT) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IHOVxW064945; Fri, 18 Oct 2002 10:24:31 -0700 (PDT) Message-Id: <200210181724.g9IHOVxW064945@repoman.freebsd.org> From: Matt Dillon Date: Fri, 18 Oct 2002 10:24:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_object.c vm_object.h vm_page.c vm_page.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 dillon 2002/10/18 10:24:31 PDT Modified files: sys/vm vm_object.c vm_object.h vm_page.c vm_page.h Log: Replace the vm_page hash table with a per-vmobject splay tree. There should be no major change in performance from this change at this time but this will allow other work to progress: Giant lock removal around VM system in favor of per-object mutexes, ranged fsyncs, more optimal COMMIT rpc's for NFS, partial filesystem syncs by the syncer, more optimal object flushing, etc. Note that the buffer cache is already using a similar splay tree mechanism. Note that a good chunk of the old hash table code is still in the tree. Alan or I will remove it prior to the release if the new code does not introduce unsolvable bugs, else we can revert more easily. Submitted by: alc (this is Alan's code) Approved by: re Revision Changes Path 1.235 +1 -0 src/sys/vm/vm_object.c 1.84 +1 -0 src/sys/vm/vm_object.h 1.215 +92 -58 src/sys/vm/vm_page.c 1.112 +2 -1 src/sys/vm/vm_page.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 10: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 54B7F37B401 for ; Fri, 18 Oct 2002 10:29:29 -0700 (PDT) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BDFF43EA9 for ; Fri, 18 Oct 2002 10:29:28 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 16921 invoked from network); 18 Oct 2002 17:29:27 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 18 Oct 2002 17:29:27 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id g9IHTOn5046618; Fri, 18 Oct 2002 13:29: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: Date: Fri, 18 Oct 2002 13:29:27 -0400 (EDT) From: John Baldwin To: Matthew Jacob Subject: Re: cvs commit: src/release/i386 dokern.sh Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Sam Leffler , "Bruce A. Mah" Sender: owner-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 18-Oct-2002 Matthew Jacob wrote: >> > >> > converseley, the kernel on the CD should have every .ko that GENERIC >> > has. >> >> Even better, the kernel you get when booting from the CD *is* GENERIC. >> :-) > > well, yes, but right now not all the modules are there On the CD? I think they are all there under /boot/kernel/* in -current. -- 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 Oct 18 10:38: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 4543337B401; Fri, 18 Oct 2002 10:38:19 -0700 (PDT) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7321243E9C; Fri, 18 Oct 2002 10:38:18 -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 g9IHcH188874; Fri, 18 Oct 2002 10:38:17 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Fri, 18 Oct 2002 10:38:17 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Sam Leffler , "Bruce A. Mah" Subject: Re: cvs commit: src/release/i386 dokern.sh In-Reply-To: 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 Last I checked, no. But they might be there now. On Fri, 18 Oct 2002, John Baldwin wrote: > > On 18-Oct-2002 Matthew Jacob wrote: > >> > > >> > converseley, the kernel on the CD should have every .ko that GENERIC > >> > has. > >> > >> Even better, the kernel you get when booting from the CD *is* GENERIC. > >> :-) > > > > well, yes, but right now not all the modules are there > > On the CD? I think they are all there under /boot/kernel/* in > -current. > > -- > > 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 Oct 18 10:42: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 5107137B404; Fri, 18 Oct 2002 10:42:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 017B543E9E; Fri, 18 Oct 2002 10:42:43 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IHgTmV066068; Fri, 18 Oct 2002 10:42:29 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IHgS2V066067; Fri, 18 Oct 2002 10:42:28 -0700 (PDT) Message-Id: <200210181742.g9IHgS2V066067@repoman.freebsd.org> From: John Baldwin Date: Fri, 18 Oct 2002 10:42:28 -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/10/18 10:42:28 PDT Modified files: sys/kern kern_descrip.c Log: Don't lock the proc lock to clear p_fd. p_fd isn't protected by the proc lock. Revision Changes Path 1.167 +0 -2 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 Fri Oct 18 10:44: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 EE9EF37B401; Fri, 18 Oct 2002 10:44:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A08C443E97; Fri, 18 Oct 2002 10:44:53 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IHidmV066312; Fri, 18 Oct 2002 10:44:39 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IHid8p066311; Fri, 18 Oct 2002 10:44:39 -0700 (PDT) Message-Id: <200210181744.g9IHid8p066311@repoman.freebsd.org> From: John Baldwin Date: Fri, 18 Oct 2002 10:44:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.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/10/18 10:44:39 PDT Modified files: sys/kern vfs_aio.c Log: fdfree() clears p_fd for us, no need to do it again. Revision Changes Path 1.141 +0 -1 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 10:46: 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 2D11637B401; Fri, 18 Oct 2002 10:46:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D348D43EAF; Fri, 18 Oct 2002 10:46:01 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IHjkmV066394; Fri, 18 Oct 2002 10:45:47 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IHjksU066392; Fri, 18 Oct 2002 10:45:46 -0700 (PDT) Message-Id: <200210181745.g9IHjksU066392@repoman.freebsd.org> From: John Baldwin Date: Fri, 18 Oct 2002 10:45:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_fork.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/10/18 10:45:45 PDT Modified files: sys/kern kern_fork.c Log: Do not lock the process when calling fdfree() (this would have recursed on a non-recursive lock, the proc lock, before) since we don't need it to change p_fd. Revision Changes Path 1.172 +0 -4 src/sys/kern/kern_fork.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 11: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 93BEF37B401; Fri, 18 Oct 2002 11:21:52 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26D8043E88; Fri, 18 Oct 2002 11:21:52 -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 LAA93097; Fri, 18 Oct 2002 11:24:33 -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 LAA93089; Fri, 18 Oct 2002 11:24:17 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Fri, 18 Oct 2002 11:24:14 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Yen-Ming Lee Cc: cvs-all@freebsd.org, Alan Eldridge Subject: Re: cvs commit: ports/mail/razor-agents Makefile distinfo pkg-plist In-Reply-To: <200210180616.g9I6GWRq024057@repoman.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 Thu, 17 Oct 2002, Yen-Ming Lee wrote: # leeym 2002/10/17 23:16:30 PDT # # Modified files: # mail/razor-agents Makefile distinfo pkg-plist # Log: # upgrade to razor-agents v2.40 # # Reviewed by: ijliao (mentor) # Approved by: ijliao (mentor) Was PR ports/41714 (mail/razor-agents: (perl58) does not install man5 files, deletes /usr/local/perllocal.pod on deinstallation(?)) ever resolved? It appears from the audit trail that there may still be some question over what the right thing to do is. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 11:27: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 EB6A337B401; Fri, 18 Oct 2002 11:27:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9786443E91; Fri, 18 Oct 2002 11:27:38 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IIROmV069064; Fri, 18 Oct 2002 11:27:24 -0700 (PDT) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IIROuU069063; Fri, 18 Oct 2002 11:27:24 -0700 (PDT) Message-Id: <200210181827.g9IIROuU069063@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 18 Oct 2002 11:27:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/basics 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/10/18 11:27:24 PDT Modified files: en_US.ISO8859-1/books/handbook/basics chapter.sgml Log: Be more explicit, systems without DEVFS are FreeBSD versions before 5.0 PR: docs/44206 Submitted by: Victor Sudakov Revision Changes Path 1.82 +1 -1 doc/en_US.ISO8859-1/books/handbook/basics/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 Oct 18 11:28: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 C045E37B401; Fri, 18 Oct 2002 11:28:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E87743EA3; Fri, 18 Oct 2002 11:28:12 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IIRumV069094; Fri, 18 Oct 2002 11:27:57 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IIRuxa069093; Fri, 18 Oct 2002 11:27:56 -0700 (PDT) Message-Id: <200210181827.g9IIRuxa069093@repoman.freebsd.org> From: Nate Lawson Date: Fri, 18 Oct 2002 11:27:56 -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 njl 2002/10/18 11:27:56 PDT Modified files: . MAINTAINERS Log: Add myself as da(4) maintainer. This is mostly so I can review and commit quirks. Revision Changes Path 1.48 +1 -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 Fri Oct 18 11:29: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 A762F37B401; Fri, 18 Oct 2002 11:29:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 288A543E3B; Fri, 18 Oct 2002 11:29:48 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IITYmV069156; Fri, 18 Oct 2002 11:29:34 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IITXsM069155; Fri, 18 Oct 2002 11:29:33 -0700 (PDT) Message-Id: <200210181829.g9IITXsM069155@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 18 Oct 2002 11:29:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nmap 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/10/18 11:29:33 PDT Modified files: security/nmap Makefile Log: I don't offer any nmap files any longer. Revision Changes Path 1.59 +0 -1 ports/security/nmap/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 11:29: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 AAB7F37B4B8 for ; Fri, 18 Oct 2002 11:29:52 -0700 (PDT) Received: from nic.upatras.gr (nic.upatras.gr [150.140.129.30]) by mx1.FreeBSD.org (Postfix) with SMTP id A052A43EA9 for ; Fri, 18 Oct 2002 11:29:49 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 26963 invoked from network); 18 Oct 2002 18:22:45 -0000 Received: from upnet-dialinpool-91.upnet.gr (HELO hades.hell.gr) (150.140.128.163) by nic.upatras.gr with SMTP; 18 Oct 2002 18:22:45 -0000 Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.6/8.12.6) with ESMTP id g9IF8MZU041913; Fri, 18 Oct 2002 18:08:22 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by hades.hell.gr (8.12.6/8.12.6/Submit) id g9IF8LEs041912; Fri, 18 Oct 2002 18:08:22 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 18 Oct 2002 18:08:21 +0300 From: Giorgos Keramidas To: Robert Watson Cc: Kris Kennaway , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libdisk disk.c Message-ID: <20021018150821.GH30849@hades.hell.gr> References: <20021012222137.GA95508@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-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-10-12 18:23, Robert Watson wrote: > On Sat, 12 Oct 2002, Kris Kennaway wrote: > > (gdb) print disklist > > $1 = 0x80d6130 "ad0", '' ... > > > > (the character between the '' is ascii 0xd0, the character malloc > > debugging uses with the 'J' flag). > > > > I don't know why other people hadnt seen this. > > Perhaps in NO_GEOM, kern.disks has a NUL termination, and in GEOM it > doesn't? Are you running with GEOM? Could very well be true. That would explain why I stumbled upon the mdconfig -l bug that I fixed in my last commit there, right after enabling GEOM. I don't remember having any problems with mdconfig before turning on GEOM. The fix was similar there... and it also depended on kern.disks data. Giorgos. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 11:33: 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 9E7C237B404 for ; Fri, 18 Oct 2002 11:32:59 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 95C7943EDA for ; Fri, 18 Oct 2002 11:32:58 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 46585 invoked by uid 1000); 18 Oct 2002 18:32:58 -0000 Date: Fri, 18 Oct 2002 11:32:58 -0700 (PDT) From: Nate Lawson To: Jim Pirzyk Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c In-Reply-To: <200210180453.g9I4rkei018515@repoman.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, 17 Oct 2002, Jim Pirzyk wrote: > pirzyk 2002/10/17 21:53:46 PDT > > Modified files: > sys/cam/scsi scsi_cd.c > Log: > Backout my previous "brain cramp" commit. > > Requested by: Most developers > Apologies to: Most developers, with special note to > Collabroation in the future with: Kenneth D. Merry > > Revision Changes Path > 1.66 +9 -11 src/sys/cam/scsi/scsi_cd.c Thank you for doing this. More pats on the back for everyone involved. But I wanted to take this opportunity to remind everyone of src/MAINTAINERS, particularly the CAM/SCSI section: ------- CAM gibbs, ken Pre-commit review requested. send to scsi@freebsd.org camcontrol(8) ken Pre-commit review requested. libcam ken Pre-commit review requested. cd(4) ken Pre-commit review requested. pass(4) ken Pre-commit review requested. ch(4) ken Pre-commit review requested. sa(4) mjacob Pre-commit review requested. ------- And I just added myself to da(4) so we'd have that covered. More discussion is better so if in doubt, email scsi@. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 11: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 2943937B404; Fri, 18 Oct 2002 11:37:45 -0700 (PDT) Received: from pirzyk.org (dsl-65-184-181-29.telocity.com [65.184.181.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9944443E9E; Fri, 18 Oct 2002 11:37:44 -0700 (PDT) (envelope-from pirzyk@pirzyk.org) Received: from zephyr.pirzyk.org (localhost [127.0.0.1]) by pirzyk.org (8.12.3/8.12.3) with ESMTP id g9IIZ8aw009100; Fri, 18 Oct 2002 11:35:08 -0700 (PDT) (envelope-from pirzyk@zephyr.pirzyk.org) Received: (from pirzyk@localhost) by zephyr.pirzyk.org (8.12.3/8.12.3/Submit) id g9IIZ8FF009099; Fri, 18 Oct 2002 11:35:08 -0700 (PDT) Date: Fri, 18 Oct 2002 11:35:08 -0700 (PDT) From: Jim Pirzyk Message-Id: <200210181835.g9IIZ8FF009099@zephyr.pirzyk.org> To: jhb@FreeBSD.org, pirzyk@pirzyk.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, pirzyk@FreeBSD.org In-Reply-To: Sender: owner-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 18-Oct-2002 Jim Pirzyk wrote: > >> pirzyk 2002/10/17 16:37:09 PDT > >> > >> Modified files: > >> sys/cam/scsi scsi_cd.c > >> Log: > >> Changed the scsi mode command to use 10 bytes scsi commands instead > >> of the 6 byte ones. This helps with using a IDE cdrom behind a USB > >> interface. > > umass converts 6 byte commands to 10 byte commands in current. Did you > test this in current or only on stable? The proper place to do this is > in umass. Stable only. That would be why I could not find any other devices doing needing the same coversion. - JimP To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 12: 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 A177337B401; Fri, 18 Oct 2002 12:01:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D5D843E9C; Fri, 18 Oct 2002 12:01:09 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IJ0smV071251; Fri, 18 Oct 2002 12:00:55 -0700 (PDT) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IJ0smI071249; Fri, 18 Oct 2002 12:00:54 -0700 (PDT) Message-Id: <200210181900.g9IJ0smI071249@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 18 Oct 2002 12:00:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.ent doc/en_US.ISO8859-1/books/handbook/basics chapter.sgml doc/en_US.ISO8859-1/books/handbook/boot 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/10/18 12:00:54 PDT Modified files: share/sgml man-refs.ent en_US.ISO8859-1/books/handbook/basics chapter.sgml en_US.ISO8859-1/books/handbook/boot chapter.sgml Log: Use current attribute for -CURRENT manual pages. It is now possible to make the difference between -STABLE and -CURRENT manual pages. We need this for devfs, device.hints etc. manual pages in our Handbook. Manual pages entities for -CURRENT should have the form &man.current.foo.1; Note, this does not concern release notes but only docs. An "old" man.devfs.5 entity is kept to allow the build of localized docs till their upgrade. Revision Changes Path 1.83 +1 -1 doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml 1.43 +2 -2 doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml 1.163 +8 -4 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 Fri Oct 18 12: 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 21FA137B401; Fri, 18 Oct 2002 12:06:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3A4243EB1; Fri, 18 Oct 2002 12:06:04 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IJ5omV071693; Fri, 18 Oct 2002 12:05:50 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IJ5oS7071692; Fri, 18 Oct 2002 12:05:50 -0700 (PDT) Message-Id: <200210181905.g9IJ5oS7071692@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 18 Oct 2002 12:05:50 -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/10/18 12:05:50 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Oops. xargs -J is in fact not deprecated. PR: 44070 Submitted by: gad Reviewed by: jmallett Revision Changes Path 1.434 +1 -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 Fri Oct 18 12: 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 955CB37B401; Fri, 18 Oct 2002 12:06:38 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EC0F43EAF; Fri, 18 Oct 2002 12:06:38 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id g9IJ6N1H017797 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 18 Oct 2002 12:06:23 -0700 (PDT)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <2f2c01c276d9$73946100$52557f42@errno.com> From: "Sam Leffler" To: "Giorgos Keramidas" , "Robert Watson" Cc: "Kris Kennaway" , , References: <20021012222137.GA95508@xor.obsecurity.org> <20021018150821.GH30849@hades.hell.gr> Subject: Re: cvs commit: src/lib/libdisk disk.c Date: Fri, 18 Oct 2002 12:06:23 -0700 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-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 discovered this yesterday and phk commit'd a fix to add the \0. Sam ----- Original Message ----- From: "Giorgos Keramidas" To: "Robert Watson" Cc: "Kris Kennaway" ; ; Sent: Friday, October 18, 2002 8:08 AM Subject: Re: cvs commit: src/lib/libdisk disk.c > On 2002-10-12 18:23, Robert Watson wrote: > > On Sat, 12 Oct 2002, Kris Kennaway wrote: > > > (gdb) print disklist > > > $1 = 0x80d6130 "ad0", '' ... > > > > > > (the character between the '' is ascii 0xd0, the character malloc > > > debugging uses with the 'J' flag). > > > > > > I don't know why other people hadnt seen this. > > > > Perhaps in NO_GEOM, kern.disks has a NUL termination, and in GEOM it > > doesn't? Are you running with GEOM? > > Could very well be true. That would explain why I stumbled upon the > mdconfig -l bug that I fixed in my last commit there, right after > enabling GEOM. I don't remember having any problems with mdconfig > before turning on GEOM. The fix was similar there... and it also > depended on kern.disks data. > > Giorgos. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 12: 9: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 C936737B401; Fri, 18 Oct 2002 12:09:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76CE243E77; Fri, 18 Oct 2002 12:09:12 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IJ8wmV071836; Fri, 18 Oct 2002 12:08:58 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IJ8wpE071835; Fri, 18 Oct 2002 12:08:58 -0700 (PDT) Message-Id: <200210181908.g9IJ8wpE071835@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 18 Oct 2002 12:08:58 -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/10/18 12:08:58 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: New errata item: xargs -J isn't really deprecated although the 4.7 release notes claim this. PR: 44070 Submitted by: gad Reviewed by: jmallett Revision Changes Path 1.1.2.87 +5 -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 Fri Oct 18 12:11: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 5306D37B401; Fri, 18 Oct 2002 12:11:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03C2E43E8A; Fri, 18 Oct 2002 12:11:50 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IJBZmV072060; Fri, 18 Oct 2002 12:11:35 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IJBZT7072057; Fri, 18 Oct 2002 12:11:35 -0700 (PDT) Message-Id: <200210181911.g9IJBZT7072057@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 18 Oct 2002 12:11:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/centericq 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/10/18 12:11:35 PDT Modified files: net/centericq Makefile Log: fix configure on -current Revision Changes Path 1.48 +1 -1 ports/net/centericq/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 12:17: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 19B0837B407; Fri, 18 Oct 2002 12:17:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1F7543E91; Fri, 18 Oct 2002 12:17:17 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IJH3mV072561; Fri, 18 Oct 2002 12:17:03 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IJH31M072560; Fri, 18 Oct 2002 12:17:03 -0700 (PDT) Message-Id: <200210181917.g9IJH31M072560@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 12:17:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ant-xinclude-task 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 znerd 2002/10/18 12:17:03 PDT Modified files: textproc/ant-xinclude-task Makefile Log: Made xincluder a build- instead of runtime-dependency. Revision Changes Path 1.5 +2 -2 ports/textproc/ant-xinclude-task/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 12:25: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 0428237B401; Fri, 18 Oct 2002 12:25:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A953443EA9; Fri, 18 Oct 2002 12:25:21 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IJP5mV073590; Fri, 18 Oct 2002 12:25:07 -0700 (PDT) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IJP4e4073586; Fri, 18 Oct 2002 12:25:04 -0700 (PDT) Message-Id: <200210181925.g9IJP4e4073586@repoman.freebsd.org> From: Akinori MUSHA Date: Fri, 18 Oct 2002 12:25:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-gettext 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/10/18 12:25:02 PDT Modified files: devel/ruby-gettext Makefile distinfo Log: Update to 0.3.2. Revision Changes Path 1.8 +1 -1 ports/devel/ruby-gettext/Makefile 1.7 +1 -1 ports/devel/ruby-gettext/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 12: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 9D39837B401; Fri, 18 Oct 2002 12:32:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A1E443E7B; Fri, 18 Oct 2002 12:32:31 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IJWGmV074374; Fri, 18 Oct 2002 12:32:16 -0700 (PDT) (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IJWGsq074373; Fri, 18 Oct 2002 12:32:16 -0700 (PDT) Message-Id: <200210181932.g9IJWGsq074373@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 18 Oct 2002 12:32:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/10/18 12:32:16 PDT Modified files: en support.sgml Log: Add Portuguese Users' Group of Amadora, Portugal. Submitted by: Rui Pereira Revision Changes Path 1.272 +7 -1 www/en/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 12:37: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 0E16937B401; Fri, 18 Oct 2002 12:37:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B083E43E7B; Fri, 18 Oct 2002 12:37:17 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IJb3mV074988; Fri, 18 Oct 2002 12:37:03 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IJb3lH074987; Fri, 18 Oct 2002 12:37:03 -0700 (PDT) Message-Id: <200210181937.g9IJb3lH074987@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 18 Oct 2002 12:37:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/oaf Makefile ports/devel/oaf/files patch-test_oaf-slay.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/10/18 12:37:02 PDT Modified files: devel/oaf Makefile Added files: devel/oaf/files patch-test_oaf-slay.in Log: Fix oaf-slay. Reported by: Nick Jennings Revision Changes Path 1.22 +1 -0 ports/devel/oaf/Makefile 1.1 +11 -0 ports/devel/oaf/files/patch-test_oaf-slay.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 12: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 C363D37B406; Fri, 18 Oct 2002 12:45:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 740FF43E91; Fri, 18 Oct 2002 12:45:09 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IJitmV077316; Fri, 18 Oct 2002 12:44:55 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IJitUe077314; Fri, 18 Oct 2002 12:44:55 -0700 (PDT) Message-Id: <200210181944.g9IJitUe077314@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 18 Oct 2002 12:44:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.7R 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/10/18 12:44:54 PDT Modified files: en/releases/4.7R errata.html Log: Regen from article.sgml 1.1.2.87. Revision Changes Path 1.5 +9 -1 www/en/releases/4.7R/errata.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 12:56: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 D7DD237B401; Fri, 18 Oct 2002 12:56:33 -0700 (PDT) Received: from repoman.freebsd.org (unknown [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8701343E9C; Fri, 18 Oct 2002 12:56:33 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IJswmV078333; Fri, 18 Oct 2002 12:54:58 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IJsvLP078332; Fri, 18 Oct 2002 12:54:57 -0700 (PDT) Message-Id: <200210181954.g9IJsvLP078332@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 18 Oct 2002 12:54:56 -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/10/18 12:54:55 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Modified release note: New commands for lpc(1). PR: 44070 Submitted by: gad Revision Changes Path 1.435 +9 -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 Fri Oct 18 13:10: 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 0CF7737B401; Fri, 18 Oct 2002 13:10:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B63B943E77; Fri, 18 Oct 2002 13:10:00 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IK9kmV079242; Fri, 18 Oct 2002 13:09:46 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IK9kfl079241; Fri, 18 Oct 2002 13:09:46 -0700 (PDT) Message-Id: <200210182009.g9IK9kfl079241@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 13:09:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java Makefile ports/java/jakarta-commons-lang 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 znerd 2002/10/18 13:09:46 PDT Modified files: java Makefile Added files: java/jakarta-commons-lang Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: Jakarta Commons Lang. See: http://jakarta.apache.org/commons/lang.html Revision Changes Path 1.64 +1 -0 ports/java/Makefile 1.1 +51 -0 ports/java/jakarta-commons-lang/Makefile (new) 1.1 +1 -0 ports/java/jakarta-commons-lang/distinfo (new) 1.1 +1 -0 ports/java/jakarta-commons-lang/pkg-comment (new) 1.1 +13 -0 ports/java/jakarta-commons-lang/pkg-descr (new) 1.1 +65 -0 ports/java/jakarta-commons-lang/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 Oct 18 13:10: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 6794F37B421; Fri, 18 Oct 2002 13:10:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18F9443E77; Fri, 18 Oct 2002 13:10:49 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IKAYmV079348; Fri, 18 Oct 2002 13:10:34 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IKAYBt079347; Fri, 18 Oct 2002 13:10:34 -0700 (PDT) Message-Id: <200210182010.g9IKAYBt079347@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 13:10:34 -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/10/18 13:10:34 PDT Modified files: . modules Log: jakarta-commons-lang --> ports/java/jakarta-commons-lang Revision Changes Path 1.6103 +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 Oct 18 13:21: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 E4D1C37B401; Fri, 18 Oct 2002 13:21:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A32F243EA3; Fri, 18 Oct 2002 13:21:10 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IKKsmV080000; Fri, 18 Oct 2002 13:20:55 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IKKsNI079998; Fri, 18 Oct 2002 13:20:54 -0700 (PDT) Message-Id: <200210182020.g9IKKsNI079998@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 13:20:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/mod_webapp-apache2 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 znerd 2002/10/18 13:20:54 PDT Modified files: www Makefile Added files: www/mod_webapp-apache2 Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: mod_webapp for Apache 2.x. This is an Apache module that integrates with Tomcat 4.x. PR: 43952 Submitted by: Andrew Gerweck Revision Changes Path 1.551 +1 -0 ports/www/Makefile 1.1 +73 -0 ports/www/mod_webapp-apache2/Makefile (new) 1.1 +1 -0 ports/www/mod_webapp-apache2/distinfo (new) 1.1 +1 -0 ports/www/mod_webapp-apache2/pkg-comment (new) 1.1 +8 -0 ports/www/mod_webapp-apache2/pkg-descr (new) 1.1 +3 -0 ports/www/mod_webapp-apache2/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 Oct 18 13: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 5A35D37B401; Fri, 18 Oct 2002 13:22:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9EA343E9E; Fri, 18 Oct 2002 13:22:12 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IKLumV080133; Fri, 18 Oct 2002 13:21:57 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IKLulD080129; Fri, 18 Oct 2002 13:21:56 -0700 (PDT) Message-Id: <200210182021.g9IKLulD080129@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 13:21: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 znerd 2002/10/18 13:21:54 PDT Modified files: . modules Log: mod_webapp-apache2 --> ports/www/mod_webapp-apache2 Revision Changes Path 1.6104 +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 Oct 18 13:27: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 3BA4037B401; Fri, 18 Oct 2002 13:27:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF17443EA3; Fri, 18 Oct 2002 13:27:56 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IKRemV080510; Fri, 18 Oct 2002 13:27:42 -0700 (PDT) (envelope-from nsayer@repoman.freebsd.org) Received: (from nsayer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IKRdUI080509; Fri, 18 Oct 2002 13:27:39 -0700 (PDT) Message-Id: <200210182027.g9IKRdUI080509@repoman.freebsd.org> From: Nick Sayer Date: Fri, 18 Oct 2002 13:27:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/jabber-yahoo 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 nsayer 2002/10/18 13:27:39 PDT Modified files: net/jabber-yahoo Makefile distinfo Log: Update to 2.1 Revision Changes Path 1.3 +3 -1 ports/net/jabber-yahoo/Makefile 1.2 +1 -1 ports/net/jabber-yahoo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 13:38: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 3A07537B401; Fri, 18 Oct 2002 13:38:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAF9043E88; Fri, 18 Oct 2002 13:38:29 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IKcCmV081209; Fri, 18 Oct 2002 13:38:14 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IKcCle081208; Fri, 18 Oct 2002 13:38:12 -0700 (PDT) Message-Id: <200210182038.g9IKcCle081208@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 13:38:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java Makefile ports/java/jakarta-commons-collections 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 znerd 2002/10/18 13:38:12 PDT Modified files: java Makefile Added files: java/jakarta-commons-collections Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: Jakarta Commons Collections. See: http://jakarta.apache.org/commons/collections.html Revision Changes Path 1.65 +1 -0 ports/java/Makefile 1.1 +47 -0 ports/java/jakarta-commons-collections/Makefile (new) 1.1 +1 -0 ports/java/jakarta-commons-collections/distinfo (new) 1.1 +1 -0 ports/java/jakarta-commons-collections/pkg-comment (new) 1.1 +14 -0 ports/java/jakarta-commons-collections/pkg-descr (new) 1.1 +64 -0 ports/java/jakarta-commons-collections/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 Oct 18 13:39: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 9616B37B401; Fri, 18 Oct 2002 13:39:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46F8E43E3B; Fri, 18 Oct 2002 13:39:16 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IKd0mV081271; Fri, 18 Oct 2002 13:39:01 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IKd0Ys081268; Fri, 18 Oct 2002 13:39:00 -0700 (PDT) Message-Id: <200210182039.g9IKd0Ys081268@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 13:39:00 -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/10/18 13:39:00 PDT Modified files: . modules Log: jakarta-commons-collections --> ports/java/jakarta-commons-collections Revision Changes Path 1.6105 +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 Oct 18 13:45: 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 C6E0137B401; Fri, 18 Oct 2002 13:45:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7506F43ECF; Fri, 18 Oct 2002 13:45:05 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IKiomV081847; Fri, 18 Oct 2002 13:44:50 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IKioY5081845; Fri, 18 Oct 2002 13:44:50 -0700 (PDT) Message-Id: <200210182044.g9IKioY5081845@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 13:44:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xmlenc 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 znerd 2002/10/18 13:44:50 PDT Modified files: textproc/xmlenc Makefile pkg-plist Log: Installing only JAR file and documentation. Installing these in the right location now, too. PR: 43948 Revision Changes Path 1.3 +15 -4 ports/textproc/xmlenc/Makefile 1.3 +26 -67 ports/textproc/xmlenc/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 Oct 18 13: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 8595037B401; Fri, 18 Oct 2002 13:50:42 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8D9E43E7B; Fri, 18 Oct 2002 13:50:41 -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 NAA96395; Fri, 18 Oct 2002 13:53: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 NAA96388; Fri, 18 Oct 2002 13:53:21 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Fri, 18 Oct 2002 13:53:21 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Maxim Sobolev Cc: cvs-all@freebsd.org, Maxim Maximov Subject: Re: cvs commit: ports/games/asc Makefile distinfo pkg-plist ports/games/asc/files patch-configure patch-data::Makefile.in patch-data::dialog::Makefile.in patch-data::moredata::Makefile.in patch-data::music::Makefile.in patch-source::ai::misc.cpp patch-source::ai::tactics.cpp patch-source::ai::valuation.cpp ... In-Reply-To: <200210181636.g9IGaNDl061507@repoman.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 Fri, 18 Oct 2002, Maxim Sobolev wrote: # sobomax 2002/10/18 09:36:22 PDT # # Modified files: # games/asc Makefile distinfo pkg-plist # games/asc/files patch-configure patch-data::Makefile.in # patch-source::basestrm.cpp # patch-source::gameoptions.cpp # patch-source::tools::linux::Makefile.in # patch-source::unix::Makefile.in # patch-source::unix::global_os.h # patch-source::unix::mapeditor::Makefile.in # Added files: # games/asc/files patch-data::dialog::Makefile.in # patch-data::music::Makefile.in # patch-source::ai::misc.cpp # patch-source::ai::tactics.cpp # patch-source::ai::valuation.cpp # patch-source::basestrm.h # patch-source::building.cpp # patch-source::gamedlg.cpp # patch-source::mapalgorithms.cpp # patch-source::typen.h # Removed files: # games/asc/files patch-data::moredata::Makefile.in # patch-source::sdl::events.cpp # patch-source::sdl::testSound.cpp # Log: # Update to 1.10.2. Any chance this takes of PR ports/43858 (fix configure of games/asc)? It contains a patch to remove an exit() declaration in configure. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 13:54: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 27BD037B404; Fri, 18 Oct 2002 13:54:14 -0700 (PDT) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D6BB43EA3; Fri, 18 Oct 2002 13:54:13 -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 NAA96517; Fri, 18 Oct 2002 13:56:58 -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 NAA96510; Fri, 18 Oct 2002 13:56:57 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Fri, 18 Oct 2002 13:56:57 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Nick Sayer Cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports/net/jabber-yahoo Makefile distinfo In-Reply-To: <200210182027.g9IKRdUI080509@repoman.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 Fri, 18 Oct 2002, Nick Sayer wrote: # nsayer 2002/10/18 13:27:39 PDT # # Modified files: # net/jabber-yahoo Makefile distinfo # Log: # Update to 2.1 Please close PR ports/38899 (New port: Yahoo transport for the Jabber server). -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 13:54: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 AC10037B401; Fri, 18 Oct 2002 13:54:20 -0700 (PDT) Received: from smtp.hccnet.nl (smtp.hccnet.nl [62.251.0.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 869A243EAA; Fri, 18 Oct 2002 13:54:19 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from heinz by smtp.hccnet.nl via uds31-45.dial.hccnet.nl [62.251.45.31] with ESMTP id WAA00203 (8.8.8/1.13); Fri, 18 Oct 2002 22:54:17 +0200 (MET DST) Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan Organization: FreeBSD Project To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/textproc/xmlenc Makefile pkg-plist Date: Fri, 18 Oct 2002 22:54:13 +0200 User-Agent: KMail/1.4.3 References: <200210182044.g9IKioY5081845@repoman.freebsd.org> In-Reply-To: <200210182044.g9IKioY5081845@repoman.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200210182254.13479.znerd@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 Friday 18 October 2002 22:44, Ernst de Haan wrote: > znerd 2002/10/18 13:44:50 PDT > > Modified files: > textproc/xmlenc Makefile pkg-plist > Log: > Installing only JAR file and documentation. Installing these > in the right location now, too. > > PR: 43948 And bumped PORTREVISION... Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 13:56: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 5D20F37B404; Fri, 18 Oct 2002 13:56:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AD1B43E91; Fri, 18 Oct 2002 13:56:45 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IKuTmV082592; Fri, 18 Oct 2002 13:56:30 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IKuSxY082583; Fri, 18 Oct 2002 13:56:28 -0700 (PDT) Message-Id: <200210182056.g9IKuSxY082583@repoman.freebsd.org> From: Oliver Braun Date: Fri, 18 Oct 2002 13:56:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/divxcalc 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 obraun 2002/10/18 13:56:25 PDT Modified files: graphics/divxcalc Makefile distinfo Log: Upgrade to 0.4a. PR: 44227 Submitted by: KATO Tsuguru Revision Changes Path 1.7 +1 -1 ports/graphics/divxcalc/Makefile 1.4 +1 -1 ports/graphics/divxcalc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 14: 1: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 B7D8837B401; Fri, 18 Oct 2002 14:01:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 684A443E88; Fri, 18 Oct 2002 14:01:10 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IL0tmV083074; Fri, 18 Oct 2002 14:00:55 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IL0tDc083072; Fri, 18 Oct 2002 14:00:55 -0700 (PDT) Message-Id: <200210182100.g9IL0tDc083072@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 14:00:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jump 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 znerd 2002/10/18 14:00:55 PDT Modified files: java/jump Makefile Log: Small style improvement. Revision Changes Path 1.11 +3 -2 ports/java/jump/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 14: 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 6575E37B401; Fri, 18 Oct 2002 14:01:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1412943EA9; Fri, 18 Oct 2002 14:01:20 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IL15mV083147; Fri, 18 Oct 2002 14:01:05 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IL15n2083143; Fri, 18 Oct 2002 14:01:05 -0700 (PDT) Message-Id: <200210182101.g9IL15n2083143@repoman.freebsd.org> From: Oliver Braun Date: Fri, 18 Oct 2002 14:01:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/exiftags 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/10/18 14:01:05 PDT Modified files: graphics/exiftags Makefile distinfo pkg-plist Log: Upgrade to 0.95. PR: 44228 Submitted by: KATO Tsuguru Revision Changes Path 1.3 +10 -3 ports/graphics/exiftags/Makefile 1.3 +1 -1 ports/graphics/exiftags/distinfo 1.2 +4 -0 ports/graphics/exiftags/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 Oct 18 14: 3: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 7536D37B40F; Fri, 18 Oct 2002 14:03:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2265343EB2; Fri, 18 Oct 2002 14:03:45 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IL3UmV083613; Fri, 18 Oct 2002 14:03:30 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IL3Uph083612; Fri, 18 Oct 2002 14:03:30 -0700 (PDT) Message-Id: <200210182103.g9IL3Uph083612@repoman.freebsd.org> From: Robert Watson Date: Fri, 18 Oct 2002 14:03:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_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 rwatson 2002/10/18 14:03:30 PDT Modified files: sys/ufs/ufs ufs_vnops.c Log: Use 'size_t' instead of 'int' for the result of sizeof(). Revision Changes Path 1.215 +1 -1 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 14: 7: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 DFA1137B401; Fri, 18 Oct 2002 14:07:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE3D43E88; Fri, 18 Oct 2002 14:07:14 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IL6xmV084049; Fri, 18 Oct 2002 14:06:59 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IL6xgp084048; Fri, 18 Oct 2002 14:06:59 -0700 (PDT) Message-Id: <200210182106.g9IL6xgp084048@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 14:06:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jump 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 znerd 2002/10/18 14:06:59 PDT Modified files: java/jump Makefile Log: Removed unnecessary settings. Revision Changes Path 1.12 +0 -2 ports/java/jump/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 14: 9: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 9026937B401; Fri, 18 Oct 2002 14:09:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F20A43E77; Fri, 18 Oct 2002 14:09:23 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IL98mV084275; Fri, 18 Oct 2002 14:09:08 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IL98Hq084274; Fri, 18 Oct 2002 14:09:08 -0700 (PDT) Message-Id: <200210182109.g9IL98Hq084274@repoman.freebsd.org> From: Oliver Braun Date: Fri, 18 Oct 2002 14:09:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gliv 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 obraun 2002/10/18 14:09:08 PDT Modified files: graphics/gliv Makefile distinfo Log: Upgrade to 1.6. PR: 44229 Submitted by: KATO Tsuguru Revision Changes Path 1.13 +7 -12 ports/graphics/gliv/Makefile 1.10 +1 -1 ports/graphics/gliv/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 14: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 4FEBE37B401; Fri, 18 Oct 2002 14:10:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F18F843E3B; Fri, 18 Oct 2002 14:10:11 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IL9vmV084378; Fri, 18 Oct 2002 14:09:57 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IL9vI3084377; Fri, 18 Oct 2002 14:09:57 -0700 (PDT) Message-Id: <200210182109.g9IL9vI3084377@repoman.freebsd.org> From: Robert Watson Date: Fri, 18 Oct 2002 14:09:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs README.acls X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/18 14:09:57 PDT Modified files: sys/ufs/ufs README.acls Log: Update instructions for ACLs given recent tunefs, mount changes. Also note that UFS2 doesn't require explicit extended attribute configuration, and is recommends for this and other reasons if you plan to use ACLs. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.5 +33 -5 src/sys/ufs/ufs/README.acls To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 14:11: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 BB5E637B401; Fri, 18 Oct 2002 14:11:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69BAC43E3B; Fri, 18 Oct 2002 14:11:51 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ILBamV084733; Fri, 18 Oct 2002 14:11:36 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9ILBa2J084732; Fri, 18 Oct 2002 14:11:36 -0700 (PDT) Message-Id: <200210182111.g9ILBa2J084732@repoman.freebsd.org> From: Robert Watson Date: Fri, 18 Oct 2002 14:11:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs README.extattr X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/18 14:11:36 PDT Modified files: sys/ufs/ufs README.extattr Log: Update extended attribute readme file to note that no special configuration is required to use EAs with UFS2, and that UFS2 is recommend for EA use for a variety of reasons. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.5 +6 -1 src/sys/ufs/ufs/README.extattr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 14:12: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 40EC937B401 for ; Fri, 18 Oct 2002 14:12:29 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 538F843E7B for ; Fri, 18 Oct 2002 14:12:26 -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 g9ILC9d93519; Sat, 19 Oct 2002 00:12:11 +0300 (EEST) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id g9ILC5aJ011456; Sat, 19 Oct 2002 00:12:05 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.6/8.12.5/Submit) id g9ILC1BS011455; Sat, 19 Oct 2002 00:12:01 +0300 (EEST) Date: Sat, 19 Oct 2002 00:12:01 +0300 From: Maxim Sobolev To: Joseph Scott Cc: cvs-all@FreeBSD.ORG, Maxim Maximov Subject: Re: cvs commit: ports/games/asc Makefile distinfo pkg-plist ports/games/asc/files patch-configure patch-data::Makefile.in patch-data::dialog::Makefile.in patch-data::moredata::Makefile.in patch-data::music::Makefile.in patch-source::ai::misc.cpp patch-source::ai::tactics.cpp patch-source::ai::valuation.cpp ... Message-ID: <20021018211201.GA11384@vega.vega.com> References: <200210181636.g9IGaNDl061507@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: 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, Oct 18, 2002 at 01:53:21PM -0700, Joseph Scott wrote: > > On Fri, 18 Oct 2002, Maxim Sobolev wrote: > > # sobomax 2002/10/18 09:36:22 PDT > # > # Modified files: > # games/asc Makefile distinfo pkg-plist > # games/asc/files patch-configure patch-data::Makefile.in > # patch-source::basestrm.cpp > # patch-source::gameoptions.cpp > # patch-source::tools::linux::Makefile.in > # patch-source::unix::Makefile.in > # patch-source::unix::global_os.h > # patch-source::unix::mapeditor::Makefile.in > # Added files: > # games/asc/files patch-data::dialog::Makefile.in > # patch-data::music::Makefile.in > # patch-source::ai::misc.cpp > # patch-source::ai::tactics.cpp > # patch-source::ai::valuation.cpp > # patch-source::basestrm.h > # patch-source::building.cpp > # patch-source::gamedlg.cpp > # patch-source::mapalgorithms.cpp > # patch-source::typen.h > # Removed files: > # games/asc/files patch-data::moredata::Makefile.in > # patch-source::sdl::events.cpp > # patch-source::sdl::testSound.cpp > # Log: > # Update to 1.10.2. > > Any chance this takes of PR ports/43858 (fix configure of > games/asc)? It contains a patch to remove an exit() declaration in > configure. I've fixed it independently (sorry, forgot to look into the PR database before starting with upgrade). I'll close ports/43858 tomorrow. Thanks! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 14:16: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 9E59A37B406; Fri, 18 Oct 2002 14:16:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FFDF43EAF; Fri, 18 Oct 2002 14:16:48 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ILGXmV085470; Fri, 18 Oct 2002 14:16:33 -0700 (PDT) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9ILGXoC085469; Fri, 18 Oct 2002 14:16:33 -0700 (PDT) Message-Id: <200210182116.g9ILGXoC085469@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 18 Oct 2002 14:16:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.ent doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml doc/en_US.ISO8859-1/books/handbook/basics 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/10/18 14:16:33 PDT Modified files: share/sgml man-refs.ent en_US.ISO8859-1/books/handbook/boot chapter.sgml en_US.ISO8859-1/books/handbook/basics chapter.sgml Log: Keep &man.foo.1; form for -CURRENT manual page in the Handbook. This will avoid any changes in the sgml files. In translations, only freebsd.dsl file will have to be updated. (revert in part previous commit) Revision Changes Path 1.84 +1 -1 doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml 1.44 +2 -2 doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml 1.164 +3 -7 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 Fri Oct 18 14:21: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 9878437B404; Fri, 18 Oct 2002 14:21:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09F0843EB2; Fri, 18 Oct 2002 14:21:24 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ILL9mV086823; Fri, 18 Oct 2002 14:21:09 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9ILL9dl086822; Fri, 18 Oct 2002 14:21:09 -0700 (PDT) Message-Id: <200210182121.g9ILL9dl086822@repoman.freebsd.org> From: Oliver Braun Date: Fri, 18 Oct 2002 14:21:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/stowES 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 obraun 2002/10/18 14:21:09 PDT Modified files: sysutils/stowES Makefile distinfo Log: Upgrade to 0.5.2. PR: 44233 Submitted by: KATO Tsuguru Revision Changes Path 1.4 +4 -3 ports/sysutils/stowES/Makefile 1.3 +1 -1 ports/sysutils/stowES/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 14:22: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 934C737B401; Fri, 18 Oct 2002 14:22:46 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ABAD43E7B; Fri, 18 Oct 2002 14:22:45 -0700 (PDT) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org ([12.233.149.189]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021018212244.PGHM26432.sccrmhc02.attbi.com@bmah.dyndns.org>; Fri, 18 Oct 2002 21:22:44 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id g9ILMiva078804; Fri, 18 Oct 2002 14:22:44 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id g9ILMiNr078803; Fri, 18 Oct 2002 14:22:44 -0700 (PDT) Message-Id: <200210182122.g9ILMiNr078803@intruder.bmah.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Alexey Zelkin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/locale Makefile locale.c In-Reply-To: <200210161317.g9GDHIQg051879@repoman.freebsd.org> References: <200210161317.g9GDHIQg051879@repoman.freebsd.org> Comments: In-reply-to Alexey Zelkin message dated "Wed, 16 Oct 2002 06:17:18 -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_-1248294800P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 18 Oct 2002 14:22:44 -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_-1248294800P Content-Type: text/plain; charset=us-ascii If memory serves me right, Alexey Zelkin wrote: > phantom 2002/10/16 06:17:18 PDT > > Added files: > usr.bin/locale Makefile locale.c > Log: > Add locale(1). I have used it for while as useful debugging tool > for locale related things. So, I think it could be useful for > others. It's not yet implement (or implement in different manner) > all POSIX things, but I think it's good enough for start. > > POSIX conformance related updates and manpage to follow relatively soon. > > Revision Changes Path > 1.1 +6 -0 src/usr.bin/locale/Makefile (new) > 1.1 +214 -0 src/usr.bin/locale/locale.c (new) Two nitpicks: 1. The commit message doesn't say what this program does. 2. Saying "add locale(1)" is misleading if you haven't actually written the manpage yet. (I'm not pressuring you for a manpage, I saw where you said it was coming soon.) Cheers, Bruce. --==_Exmh_-1248294800P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE9sHuk2MoxcVugUsMRAkDgAJ9Qe131R8ov7h+TCkiNu0MvvMtAbgCg6ceX tTOMtq+0KsqYNh+Zs3luRLM= =XKp+ -----END PGP SIGNATURE----- --==_Exmh_-1248294800P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 14:24: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 0BF0B37B401; Fri, 18 Oct 2002 14:24:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE4AF43E8A; Fri, 18 Oct 2002 14:24:43 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ILOSmV088020; Fri, 18 Oct 2002 14:24:28 -0700 (PDT) (envelope-from gioria@repoman.freebsd.org) Received: (from gioria@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9ILOSNt088018; Fri, 18 Oct 2002 14:24:28 -0700 (PDT) Message-Id: <200210182124.g9ILOSNt088018@repoman.freebsd.org> From: Sebastien Gioria Date: Fri, 18 Oct 2002 14:24:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.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 gioria 2002/10/18 14:24:28 PDT Modified files: (Branch: RELENG_4) release/doc/fr_FR.ISO8859-1/errata article.sgml Log: MFen 1.1.2.87 Revision Changes Path 1.1.2.10 +7 -1 src/release/doc/fr_FR.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 Fri Oct 18 14:26: 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 AEEB537B401; Fri, 18 Oct 2002 14:26:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59E6143E97; Fri, 18 Oct 2002 14:26:04 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ILPnmV088245; Fri, 18 Oct 2002 14:25:49 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9ILPnme088244; Fri, 18 Oct 2002 14:25:49 -0700 (PDT) Message-Id: <200210182125.g9ILPnme088244@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 14:25:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/xalan-j 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 znerd 2002/10/18 14:25:49 PDT Modified files: java/xalan-j Makefile distinfo pkg-plist Log: Upgrade to 2.4.0. The port now installs only a JAR file and the API documentation. These are all installed in the correct locations now. PR: 44211 Revision Changes Path 1.6 +27 -22 ports/java/xalan-j/Makefile 1.5 +1 -1 ports/java/xalan-j/distinfo 1.5 +1804 -1990 ports/java/xalan-j/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 Oct 18 14:27: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 7688437B401; Fri, 18 Oct 2002 14:27:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23A0943EA3; Fri, 18 Oct 2002 14:27:51 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ILRamV088383; Fri, 18 Oct 2002 14:27:36 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9ILRalN088382; Fri, 18 Oct 2002 14:27:36 -0700 (PDT) Message-Id: <200210182127.g9ILRalN088382@repoman.freebsd.org> From: Oliver Braun Date: Fri, 18 Oct 2002 14:27:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/tvmet 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/10/18 14:27:36 PDT Modified files: math/tvmet Makefile distinfo pkg-plist Log: Upgrade to 0.5.1. PR: 44232 Submitted by: KATO Tsuguru Revision Changes Path 1.3 +15 -3 ports/math/tvmet/Makefile 1.3 +1 -1 ports/math/tvmet/distinfo 1.3 +39 -0 ports/math/tvmet/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 Oct 18 14:29: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 1B3BC37B401; Fri, 18 Oct 2002 14:29:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D06543E88; Fri, 18 Oct 2002 14:29:29 -0700 (PDT) (envelope-from emoore@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ILTEmV088486; Fri, 18 Oct 2002 14:29:14 -0700 (PDT) (envelope-from emoore@repoman.freebsd.org) Received: (from emoore@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9ILTEXj088485; Fri, 18 Oct 2002 14:29:14 -0700 (PDT) Message-Id: <200210182129.g9ILTEXj088485@repoman.freebsd.org> From: Eric Moore Date: Fri, 18 Oct 2002 14:29:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/amr amr.c amr_cam.c amr_compat.h amr_disk.c amr_pci.c amr_tables.h amrio.h amrreg.h amrvar.h src/sys/modules/amr 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 emoore 2002/10/18 14:29:14 PDT Modified files: sys/conf files sys/dev/amr amr.c amr_cam.c amr_compat.h amr_disk.c amr_pci.c amr_tables.h amrio.h amrreg.h amrvar.h sys/modules/amr Makefile Log: (1) added LSI Logic copyright, and legal line 3 in license, and string changes for "LSILogic" (2) enabled non-disk support through CAM interface (3) HA_INQ (a) enabled tagged queuing (b) disable reset during driver loading (b) renamed BSDi string to LSI (4) disabled detecting disk devices during SCSI INQUIRY (5) changed dcdb single element sglist to send one entire buffer chunk (6) nsgelem not set in sglist (7) ap_data_transfer_length not set for dcdb (8) changed "struct thread" to "d_thread_t" for compatibliity { xxx_open, xxx_close, xxx_ioctl } (9) miscellaneous compatiblity fixes (10) bug fix for 0x0409/0x1000 card (11) added compiling amr_cam.c in sys/conf/files (12) added compiling amr_cam.c in sys/modules/amr/Makefile Reviewed by:ps MFC after:1 week 1 week Revision Changes Path 1.722 +1 -0 src/sys/conf/files 1.33 +40 -34 src/sys/dev/amr/amr.c 1.3 +80 -25 src/sys/dev/amr/amr_cam.c 1.4 +25 -1 src/sys/dev/amr/amr_compat.h 1.19 +30 -8 src/sys/dev/amr/amr_disk.c 1.11 +12 -5 src/sys/dev/amr/amr_pci.c 1.2 +7 -0 src/sys/dev/amr/amr_tables.h 1.4 +8 -1 src/sys/dev/amr/amrio.h 1.6 +7 -0 src/sys/dev/amr/amrreg.h 1.12 +8 -0 src/sys/dev/amr/amrvar.h 1.9 +2 -2 src/sys/modules/amr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 14:41: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 86B4737B401; Fri, 18 Oct 2002 14:41:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3103043E97; Fri, 18 Oct 2002 14:41:40 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ILfPmV089343; Fri, 18 Oct 2002 14:41:25 -0700 (PDT) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9ILfPKr089342; Fri, 18 Oct 2002 14:41:25 -0700 (PDT) Message-Id: <200210182141.g9ILfPKr089342@repoman.freebsd.org> From: Greg Lewis Date: Fri, 18 Oct 2002 14:41:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13/files patch-awt::Makefile patch-font.properties.ru.bsd patch-font.properties.uk.bsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG glewis 2002/10/18 14:41:25 PDT Added files: java/jdk13/files patch-awt::Makefile patch-font.properties.ru.bsd patch-font.properties.uk.bsd Log: . Russian and Ukrainian font property files and appropriate build changes. Submitted by: mi Revision Changes Path 1.1 +14 -0 ports/java/jdk13/files/patch-awt::Makefile (new) 1.1 +201 -0 ports/java/jdk13/files/patch-font.properties.ru.bsd (new) 1.1 +201 -0 ports/java/jdk13/files/patch-font.properties.uk.bsd (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 14:41: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 2CB5F37B401; Fri, 18 Oct 2002 14:41:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84AF443EB2; Fri, 18 Oct 2002 14:41:57 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ILffmV089405; Fri, 18 Oct 2002 14:41:42 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9ILffc8089403; Fri, 18 Oct 2002 14:41:41 -0700 (PDT) Message-Id: <200210182141.g9ILffc8089403@repoman.freebsd.org> From: Bruce Evans Date: Fri, 18 Oct 2002 14:41:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_lookup.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/10/18 14:41:41 PDT Modified files: sys/gnu/ext2fs ext2_lookup.c Log: MFufs 1.33: In the 'found' case for ext2_lookup() the underlying bp's data was being accessed after the bp had been releaed. A simple move of the brelse() solves the problem. The PR reports that this caused panics running the GDB testsuite unless NO_GEOM is configured. PR: 44060 Reported by: Mark Kettenis MFC after: 3 days Revision Changes Path 1.37 +1 -1 src/sys/gnu/ext2fs/ext2_lookup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 14: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 902C637B401; Fri, 18 Oct 2002 14:44:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E9F343EA9; Fri, 18 Oct 2002 14:44:06 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ILhomV089664; Fri, 18 Oct 2002 14:43:51 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9ILhoKP089661; Fri, 18 Oct 2002 14:43:50 -0700 (PDT) Message-Id: <200210182143.g9ILhoKP089661@repoman.freebsd.org> From: Oliver Braun Date: Fri, 18 Oct 2002 14:43:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gno3dtet 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/10/18 14:43:47 PDT Modified files: games/gno3dtet Makefile Log: Fix MASTER_SITES. PR: 44226 Submitted by: KATO Tsuguru Revision Changes Path 1.18 +1 -2 ports/games/gno3dtet/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 14: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 2684037B404; Fri, 18 Oct 2002 14:44:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5E8243E91; Fri, 18 Oct 2002 14:44:28 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ILiDmV089721; Fri, 18 Oct 2002 14:44:13 -0700 (PDT) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9ILiDFs089720; Fri, 18 Oct 2002 14:44:13 -0700 (PDT) Message-Id: <200210182144.g9ILiDFs089720@repoman.freebsd.org> From: Greg Lewis Date: Fri, 18 Oct 2002 14:44:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13/files patch-solaris::GNUmakefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG glewis 2002/10/18 14:44:13 PDT Added files: java/jdk13/files patch-solaris::GNUmakefile Log: . Link the Netscape 4 plugin against libintl to avoid a runtime link error. This may allow browsers which use Netscape 4 plugins (e.g. Konqueror) to make use of it. Code change by me, problem report by Dylan Carlson . Revision Changes Path 1.1 +15 -0 ports/java/jdk13/files/patch-solaris::GNUmakefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 14:46: 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 9AA9337B401; Fri, 18 Oct 2002 14:46:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4566F43EAF; Fri, 18 Oct 2002 14:46:03 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ILjkmV089838; Fri, 18 Oct 2002 14:45:48 -0700 (PDT) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9ILjjQj089834; Fri, 18 Oct 2002 14:45:46 -0700 (PDT) Message-Id: <200210182145.g9ILjjQj089834@repoman.freebsd.org> From: Greg Lewis Date: Fri, 18 Oct 2002 14:45:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13/files patch-awt_InputMethod.c ports/java/jdk13 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 glewis 2002/10/18 14:45:45 PDT Modified files: java/jdk13 Makefile Added files: java/jdk13/files patch-awt_InputMethod.c Log: . More XIM fixes for Japanese users (and presumably others with similar character sets). . Bump PORTREVISION. Submitted by: daichi Revision Changes Path 1.39 +1 -0 ports/java/jdk13/Makefile 1.1 +63 -0 ports/java/jdk13/files/patch-awt_InputMethod.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 Oct 18 14: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 D055E37B401; Fri, 18 Oct 2002 14:48:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 802A143EC2; Fri, 18 Oct 2002 14:48:34 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ILmJmV089962; Fri, 18 Oct 2002 14:48:19 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9ILmJ5E089961; Fri, 18 Oct 2002 14:48:19 -0700 (PDT) Message-Id: <200210182148.g9ILmJ5E089961@repoman.freebsd.org> From: Oliver Braun Date: Fri, 18 Oct 2002 14:48:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ragel 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 obraun 2002/10/18 14:48:19 PDT Modified files: devel/ragel Makefile distinfo Log: Upgrade to 1.3.2. PR: 44224 Submitted by: KATO Tsuguru Revision Changes Path 1.6 +10 -1 ports/devel/ragel/Makefile 1.6 +1 -1 ports/devel/ragel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 14:53: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 8AD1537B401; Fri, 18 Oct 2002 14:53:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A71843E4A; Fri, 18 Oct 2002 14:53:41 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ILrQmV090402; Fri, 18 Oct 2002 14:53:26 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9ILrQG7090401; Fri, 18 Oct 2002 14:53:26 -0700 (PDT) Message-Id: <200210182153.g9ILrQG7090401@repoman.freebsd.org> From: Oliver Braun Date: Fri, 18 Oct 2002 14:53:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/ximp3 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 obraun 2002/10/18 14:53:26 PDT Modified files: audio/ximp3 Makefile pkg-descr Log: * Fix MASTER_SITES * Remove obsolete WWW: line PR: 44220 Submitted by: KATO Tsuguru Revision Changes Path 1.2 +2 -1 ports/audio/ximp3/Makefile 1.2 +0 -2 ports/audio/ximp3/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 Oct 18 14:59: 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 4116037B401 for ; Fri, 18 Oct 2002 14:59:00 -0700 (PDT) Received: from utopia.leeym.com (utopia.leeym.com [61.218.64.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E48A43ED4 for ; Fri, 18 Oct 2002 14:58:59 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 548843EAE8D; Sat, 19 Oct 2002 05:58:56 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id CCA973EAE8B; Sat, 19 Oct 2002 05:58:37 +0800 (CST) Date: Sat, 19 Oct 2002 05:58:36 +0800 From: Yen-Ming Lee To: Joseph Scott Cc: cvs-all@freebsd.org, Alan Eldridge Subject: Re: cvs commit: ports/mail/razor-agents Makefile distinfo pkg-plist Message-ID: <20021018215835.GA15012@utopia.leeym.com> References: <200210180616.g9I6GWRq024057@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i X-Virus-Scanned: by AMaViS snapshot-20020531 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --liOOAslEiF7prFVr Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Fri, Oct 18, 2002 at 11:24:14AM -0700, Joseph Scott wrote: > > On Thu, 17 Oct 2002, Yen-Ming Lee wrote: > > # leeym 2002/10/17 23:16:30 PDT > # > # Modified files: > # mail/razor-agents Makefile distinfo pkg-plist > # Log: > # upgrade to razor-agents v2.40 > # > # Reviewed by: ijliao (mentor) > # Approved by: ijliao (mentor) > > Was PR ports/41714 (mail/razor-agents: (perl58) does not install > man5 files, deletes /usr/local/perllocal.pod on deinstallation(?)) ever > resolved? It appears from the audit trail that there may still be some > question over what the right thing to do is. > > -Joseph Hi, I removed perlocal.pod from pkg-plist, and added files/patch-Makefile.PL to install man5 files. I think that the problems mentioned in ports/41714 were resolved. If there is no other question, I'll close ports/41714 later. regards, -- Yen-Ming Lee [§õ«Û©ú] PGP KeyID: 0x5EB52E51 :: http://www.leeym.com/ --liOOAslEiF7prFVr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: oW36Zq9rrOVnQp07ffmRoQXzxbVFjiTH iQCVAwUBPbCECsnMx0NetS5RAQHedwQAhiKQ4TK93Isvs01i0vrpbyGQyHvn4HsV Va9cvY/CeT3dcI4VkKSRjzJ72eqfulp9FPXYTlgGbzkujKTyTNQuMtgasE127+Vp rVqda4yk9W/dH7OFrR7sX62SIEEwg110XfByMdZQ1J1Q1PMWq0SmxSzEuhTU9p5o xiKjkEILIU4= =0k4B -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 14:59: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 A47DB37B401; Fri, 18 Oct 2002 14:59:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 507C043EC2; Fri, 18 Oct 2002 14:59:09 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ILwsmV090588; Fri, 18 Oct 2002 14:58:54 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9ILwrhh090587; Fri, 18 Oct 2002 14:58:53 -0700 (PDT) Message-Id: <200210182158.g9ILwrhh090587@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 14:58:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/jakarta-ant 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 znerd 2002/10/18 14:58:49 PDT Modified files: devel/jakarta-ant Makefile pkg-plist Log: Not installing bin/ directory anymore. Only installing the 'ant' script in #{PREFIX}/bin/ant Bumped PORTREVISION. Revision Changes Path 1.18 +4 -6 ports/devel/jakarta-ant/Makefile 1.9 +0 -4 ports/devel/jakarta-ant/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 Oct 18 15: 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 DEB8E37B404; Fri, 18 Oct 2002 15:03:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5353543EAC; Fri, 18 Oct 2002 15:03:23 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IM36mV091004; Fri, 18 Oct 2002 15:03:07 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IM36XE091001; Fri, 18 Oct 2002 15:03:06 -0700 (PDT) Message-Id: <200210182203.g9IM36XE091001@repoman.freebsd.org> From: Oliver Braun Date: Fri, 18 Oct 2002 15:03:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/open-motif Makefile Makefile.man X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/18 15:03:05 PDT Modified files: x11-toolkits/open-motif Makefile Makefile.man Log: * add 2 missing man pages * Bump PORTREVISION PR: 44234 Submitted by: KATO Tsuguru Revision Changes Path 1.27 +1 -0 ports/x11-toolkits/open-motif/Makefile 1.2 +2 -0 ports/x11-toolkits/open-motif/Makefile.man To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 15: 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 1599B37B401; Fri, 18 Oct 2002 15:03:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C063C43EB2; Fri, 18 Oct 2002 15:03:55 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IM3dmV091171; Fri, 18 Oct 2002 15:03:40 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IM3d7K091169; Fri, 18 Oct 2002 15:03:39 -0700 (PDT) Message-Id: <200210182203.g9IM3d7K091169@repoman.freebsd.org> From: Nate Lawson Date: Fri, 18 Oct 2002 15:03:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.c src/sys/cam/scsi scsi_cd.c scsi_cd.h src/sys/sys cdrio.h src/usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c src/usr.sbin/burncd burncd.8 burncd.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 njl 2002/10/18 15:03:39 PDT Modified files: sys/dev/ata atapi-cd.c sys/cam/scsi scsi_cd.c scsi_cd.h sys/sys cdrio.h usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c usr.sbin/burncd burncd.8 burncd.c Log: * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec. * Change atapi-cd ioctls to use the same units. * Change burncd, cdcontrol to convert CDROM speed to KB/sec before calling the ioctl. Add a "max" speed option for their command lines. This change does not break ABI but does change the units passed through the ioctl so 3rd party software that uses cdrio.h will have to convert (most likely by multiplying CDROM speed by 177 to get KB/s). PR: kern/36845 Submitted by: Philipp Mergenthaler (CAM ioctls) Reviewed by: sos, ken MFC after: 1 month Revision Changes Path 1.67 +47 -0 src/sys/cam/scsi/scsi_cd.c 1.6 +11 -0 src/sys/cam/scsi/scsi_cd.h 1.126 +2 -2 src/sys/dev/ata/atapi-cd.c 1.9 +1 -0 src/sys/sys/cdrio.h 1.22 +1 -0 src/usr.sbin/burncd/burncd.8 1.27 +4 -1 src/usr.sbin/burncd/burncd.c 1.36 +3 -3 src/usr.sbin/cdcontrol/cdcontrol.1 1.42 +5 -4 src/usr.sbin/cdcontrol/cdcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 15: 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 A2C6937B401; Fri, 18 Oct 2002 15:08:50 -0700 (PDT) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 046E143E75; Fri, 18 Oct 2002 15:08:48 -0700 (PDT) (envelope-from phantom@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.4) with ESMTP id g9J16xuU005703; Sat, 19 Oct 2002 01:06:59 GMT (envelope-from phantom@phantom.cris.net) Received: (from phantom@localhost) by phantom.cris.net (8.12.2/8.12.2) id g9IME4U2023119; Sat, 19 Oct 2002 01:14:04 +0300 (EEST) (envelope-from phantom) Date: Sat, 19 Oct 2002 01:14:04 +0300 From: Alexey Zelkin To: "Bruce A. Mah" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/locale Makefile locale.c Message-ID: <20021019011404.A23000@phantom.cris.net> References: <200210161317.g9GDHIQg051879@repoman.freebsd.org> <200210182122.g9ILMiNr078803@intruder.bmah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200210182122.g9ILMiNr078803@intruder.bmah.org>; from bmah@FreeBSD.org on Fri, Oct 18, 2002 at 02:22:44PM -0700 X-Operating-System: FreeBSD 4.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 On Fri, Oct 18, 2002 at 02:22:44PM -0700, Bruce A. Mah wrote: > If memory serves me right, Alexey Zelkin wrote: > > phantom 2002/10/16 06:17:18 PDT > > > > Added files: > > usr.bin/locale Makefile locale.c > > Log: > > Add locale(1). I have used it for while as useful debugging tool > > for locale related things. So, I think it could be useful for > > others. It's not yet implement (or implement in different manner) > > all POSIX things, but I think it's good enough for start. > > > > POSIX conformance related updates and manpage to follow relatively soon. > > > > Revision Changes Path > > 1.1 +6 -0 src/usr.bin/locale/Makefile (new) > > 1.1 +214 -0 src/usr.bin/locale/locale.c (new) > > Two nitpicks: > > 1. The commit message doesn't say what this program does. > > 2. Saying "add locale(1)" is misleading if you haven't actually written > the manpage yet. (I'm not pressuring you for a manpage, I saw where you > said it was coming soon.) This is a tool which provides to external scripts information about locale settings. I am working on making in more general and POSIX complaint as well as writing manual page. As soon as I finish with it it will be connected to build (yep, currently it intentionaly left unlinked from build) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 15: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 A9A8137B404; Fri, 18 Oct 2002 15:49:31 -0700 (PDT) Received: from mail.freebsdmall.com (unknown [66.220.2.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38C0843EAC; Fri, 18 Oct 2002 15:49:31 -0700 (PDT) (envelope-from murray@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2074) id 93E4F2E89B; Fri, 18 Oct 2002 15:48:10 -0700 (PDT) Date: Fri, 18 Oct 2002 15:48:10 -0700 From: Murray Stokely To: Makoto Matsushita Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/sysinstall install.c Message-ID: <20021018154810.E33259@freebsdmall.com> References: <200210181613.g9IGDdPW059904@repoman.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: <200210181613.g9IGDdPW059904@repoman.freebsd.org>; from matusita@FreeBSD.org on Fri, Oct 18, 2002 at 09:13:39AM -0700 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 Fri, Oct 18, 2002 at 09:13:39AM -0700, Makoto Matsushita wrote: > I've requested to re@FreeBSD.org during 4.7-RELEASE code freeze, but > it wasn't approved (actually, no response was made.) However, I should I'm very sorry this request slipped through the cracks. We received thousands of emails during the 4.7-RELEASE cycle, and some emails inevitably get dropped. We do our best to reply to each one, but if you don't get a response in 48 hours, please send us a ping. - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 15:50: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 8DB1137B404; Fri, 18 Oct 2002 15:50:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 836FE43E77; Fri, 18 Oct 2002 15:50:04 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IMnnmV094231; Fri, 18 Oct 2002 15:49:49 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IMnn1h094230; Fri, 18 Oct 2002 15:49:49 -0700 (PDT) Message-Id: <200210182249.g9IMnn1h094230@repoman.freebsd.org> From: Martin Blapp Date: Fri, 18 Oct 2002 15:49:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice-devel Makefile distinfo pkg-message pkg-plist ports/editors/openoffice-devel/files debugpatch-setup2::mow::source::loader::loader.c debugpatch-solenv::inc::unxfbsdi.mk oo_setup.resp openoffice-wrapper optpatch-freetype::patch optpatch-vcl::util::makefile.pmk ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/18 15:49:44 PDT Modified files: editors/openoffice-devel Makefile distinfo pkg-message pkg-plist Added files: editors/openoffice-devel/files debugpatch-setup2::mow::source::loader::loader.c debugpatch-solenv::inc::unxfbsdi.mk oo_setup.resp openoffice-wrapper optpatch-freetype::patch optpatch-vcl::util::makefile.pmk patch-bridges::source::cpp_uno::gcc2_freebsd_intel-sjlj patch-connectivity::source::drivers::mozab::mozillasrc::makefile.mk patch-connectivity::source::drivers::mozaddressbook::makefile.mk patch-cosv::source::strings::streamstr.cxx patch-cppu::inc::cppu::macros.hxx patch-cppu::inc::uno::lbnames.h patch-cppu::source::uno::data.cxx patch-cppu::test::alignment::diagnose.h patch-cpputools::source::registercomponent::makefile.mk patch-desktop::util::makefile.mk patch-dtrans::source::X11::X11_selection.cxx patch-external::neon::md5.c.pat patch-i18npool::inc::collatorImpl.hxx patch-idl::util::makefile.mk patch-moz::prj::d.lst patch-offapi::com::sun::star::setup::OSType.idl patch-package::inc::HashMaps.hxx patch-package::inc::ZipPackageFolder.hxx patch-package::source::zippackage::ContentInfo.hxx patch-package::source::zippackage::ZipPackageFolder.cxx patch-product::inc::scp::udk_basefiles.scp patch-product::settings::settings.mk patch-psprint::source::printer::printerinfomanager.cxx patch-psprint::source::printergfx::psheader.ps patch-rsc::source::rscpp::cpp3.c patch-sal::osl::unx::interlck.c patch-sal::osl::unx::security.c patch-sal::textenc::tencinfo.c patch-salhelper::source::gcc2_freebsd_intel.map patch-salhelper::source::gcc3_freebsd_intel.map patch-salhelper::test::rtti::makefile.mk patch-sc::source::core::data::cell.cxx patch-scp::source::player::player.scp patch-scptools::source::linker::searchcache patch-scptools::source::linker::ziplst.cxx patch-setup2::inc::fields.hxx patch-setup2::patch::makefile.mk patch-setup2::source::compiler::decltor.cxx patch-setup2::source::custom::jvmsetup::jvmdlg.cxx patch-setup2::source::service::interface.cxx patch-sfx2::source::appl::officeacceptthread.cxx patch-solenv::bin::addsym.awk patch-solenv::bin::mapgen.pl patch-solenv::inc::tg_moz.mk patch-stlport::STLport-4.5.patch patch-stlport::makefile.mk patch-svx::source::fmcomp::makefile.mk patch-sysui::oounix::office::gnome-vfs-filetype-registration.cxx patch-sysui::tools::lngconv::lngconv.cxx patch-tools::inc::inetdef.hxx patch-tools::source::string::tstring.cxx patch-ucb::source::ucp::webdav::makefile.mk patch-unoil::com::sun::star::document::makefile.mk patch-unoil::makefile.pmk patch-vcl::unx::source::app::osssound.cxx patch-vcl::unx::source::app::rptpsound.cxx patch-vcl::unx::source::app::saldata.cxx patch-vcl::unx::source::app::vsound.hxx patch-vcl::util::makefile.mk zipmoz.sh Removed files: editors/openoffice-devel/files patch-berkeleydb::db-3.2.9.patch patch-bridges::prj::build.lst patch-bridges::source::cpp_uno::gcc2_freebsd_intel patch-bridges::source::cpp_uno::gcc3_freebsd_intel patch-bridges::source::prot_uno::makefile.mk patch-chaos::util::makefile.mk patch-comphelper::util::makefile.mk patch-config_office::configure.in patch-configmgr::util::makefile.mk patch-connectivity::source::drivers::adabas::makefile.mk patch-connectivity::source::drivers::calc::makefile.mk patch-connectivity::source::drivers::dbase::makefile.mk patch-connectivity::source::drivers::file::makefile.mk patch-connectivity::source::drivers::flat::makefile.mk patch-connectivity::source::drivers::jdbc::makefile.mk patch-connectivity::source::drivers::mozab::makefile.mk patch-connectivity::source::manager::makefile.mk patch-connectivity::source::parse::makefile.mk patch-cppu::prj::build.lst patch-cppu::util::makefile.mk patch-cppuhelper::source::makefile.mk patch-dmake::unix::linux::gnu::make.sh patch-dtrans::source::X11::makefile.mk patch-eventattacher::source::makefile.mk patch-extensions::source::plugin::unx::makefile.mk patch-external::dt::dtpatch.sh patch-external::expat::expatpatch.sh patch-external::jpeg::jpegpatch.sh patch-external::npsdk::npsdkpatch.sh patch-external::zlib::zlibpatch.sh patch-freetype::makefile.mk patch-gnome-vfs-filetype-registration.cxx patch-i18n::inc::collator.hxx patch-idlc::source::makefile.mk patch-inet::util::makefile.mk patch-javaunohelper::source::makefile.mk patch-mozaddressbook::makefile.mk patch-mozillasrc::makefile.mk patch-nas:nas-1.4.1.patch patch-odk::pack::unzip_udk::makefile.mk patch-offapi::util::makefile.pmk patch-package::util::makefile.mk patch-ppsprint::source::printer::printerinfomanager.cxx patch-product::util::makefile.mk patch-psprint::util::makefile.mk patch-registry::source::regkey.cxx patch-registry::util::makefile.mk patch-remotebridges::source::unourl_resolver::makefile.mk patch-rsc::source::rscpp::cpp.h patch-rscpp::cpp.h patch-sablot::Sablot-0.52.patch patch-sal::osl::unx::file.c patch-sal::osl::unx::nlsupport.c patch-sal::osl::unx::pipe.c patch-sal::osl::unx::process.c patch-sal::osl::unx::socket.c patch-sal::osl::unx::system.c patch-sal::osl::unx::system.h patch-sal::rtl::source::strtmpl.c patch-sal::util::makefile.mk patch-sal::workben::getlocaleinfotest.cxx patch-sal::workben::makefile.mk patch-salhelper::source::makefile.mk patch-sax::util::makefile.mk patch-sc::util::makefile.mk patch-sch::util::makefile.mk patch-sd::util::makefile.mk patch-set_soenv.1 patch-setup2::mow::source::loader::loader.c patch-setup2::mow::source::loader::makefile.mk patch-setup2::script::setupserver patch-setup2::source::custom::jvmsetup::loader::jvmsetup.sh patch-shell::source::cmdmail::makefile.mk patch-shell::source::proxysettings::makefile.mk patch-shell::source::unix::exec::makefile.mk patch-solenv::inc::_tg_shl.mk patch-solenv::inc::pstrules.mk patch-solenv::inc::rules.mk patch-solenv::inc::settings.mk patch-solenv::inc::startup::FREEBSD::macros.mk patch-solenv::inc::target.mk patch-solenv::inc::tg_ext.mk patch-solenv::inc::tg_shl.mk patch-solenv::inc::tg_yxx.mk patch-solenv::inc::unxfbsdi.mk patch-soltools::mkdepend::main.c patch-starmath::util:makefile.mk patch-stoc::source::corereflection::makefile.mk patch-stoc::source::defaultregistry::makefile.mk patch-stoc::source::implementationregistration::implreg.cxx patch-stoc::source::implementationregistration::makefile.mk patch-stoc::source::inspect::makefile.mk patch-stoc::source::invocation::makefile.mk patch-stoc::source::invocation_adapterfactory::makefile.mk patch-stoc::source::javaloader::makefile.mk patch-stoc::source::javavm::makefile.mk patch-stoc::source::loader::makefile.mk patch-stoc::source::namingservice::makefile.mk patch-stoc::source::proxy_factory::makefile.mk patch-stoc::source::registry_tdprovider::makefile.mk patch-stoc::source::servicemanager::makefile.mk patch-stoc::source::tdmanager::makefile.mk patch-stoc::source::typeconv::makefile.mk patch-store::util::makefile.mk patch-svx::source::dialog::graphctl.cxx patch-tools::bootstrp::makefile.mk patch-tools::inc:solar.h patch-tools::source::string::charset.cxx patch-unzip::source::file_io.c patch-unzip::source::misc.c patch-xmlhelp::util::makefile.mk Log: First step to make this port working. Configure works and all patches apply now. There are still some compile errors to fix. As you may see the patchnames are very long, but that makes maintaining patches a lot easier. Revision Changes Path 1.51 +458 -51 ports/editors/openoffice-devel/Makefile 1.14 +9 -3 ports/editors/openoffice-devel/distinfo 1.1 +21 -0 ports/editors/openoffice-devel/files/debugpatch-setup2::mow::source::loader::loader.c (new) 1.1 +18 -0 ports/editors/openoffice-devel/files/debugpatch-solenv::inc::unxfbsdi.mk (new) 1.1 +7 -0 ports/editors/openoffice-devel/files/oo_setup.resp (new) 1.1 +15 -0 ports/editors/openoffice-devel/files/openoffice-wrapper (new) 1.1 +208 -0 ports/editors/openoffice-devel/files/optpatch-freetype::patch (new) 1.1 +11 -0 ports/editors/openoffice-devel/files/optpatch-vcl::util::makefile.pmk (new) 1.2 +0 -42 ports/editors/openoffice-devel/files/patch-berkeleydb::db-3.2.9.patch (dead) 1.3 +0 -10 ports/editors/openoffice-devel/files/patch-bridges::prj::build.lst (dead) 1.2 +0 -1719 ports/editors/openoffice-devel/files/patch-bridges::source::cpp_uno::gcc2_freebsd_intel (dead) 1.1 +1735 -0 ports/editors/openoffice-devel/files/patch-bridges::source::cpp_uno::gcc2_freebsd_intel-sjlj (new) 1.2 +0 -1608 ports/editors/openoffice-devel/files/patch-bridges::source::cpp_uno::gcc3_freebsd_intel (dead) 1.2 +0 -13 ports/editors/openoffice-devel/files/patch-bridges::source::prot_uno::makefile.mk (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-chaos::util::makefile.mk (dead) 1.2 +0 -15 ports/editors/openoffice-devel/files/patch-comphelper::util::makefile.mk (dead) 1.5 +0 -86 ports/editors/openoffice-devel/files/patch-config_office::configure.in (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-configmgr::util::makefile.mk (dead) 1.4 +0 -14 ports/editors/openoffice-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-connectivity::source::drivers::calc::makefile.mk (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-connectivity::source::drivers::dbase::makefile.mk (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-connectivity::source::drivers::file::makefile.mk (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-connectivity::source::drivers::flat::makefile.mk (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-connectivity::source::drivers::jdbc::makefile.mk (dead) 1.3 +0 -22 ports/editors/openoffice-devel/files/patch-connectivity::source::drivers::mozab::makefile.mk (dead) 1.3 +54 -0 ports/editors/openoffice-devel/files/patch-connectivity::source::drivers::mozab::mozillasrc::makefile.mk (new) 1.3 +12 -0 ports/editors/openoffice-devel/files/patch-connectivity::source::drivers::mozaddressbook::makefile.mk (new) 1.2 +0 -16 ports/editors/openoffice-devel/files/patch-connectivity::source::manager::makefile.mk (dead) 1.3 +0 -10 ports/editors/openoffice-devel/files/patch-connectivity::source::parse::makefile.mk (dead) 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-cosv::source::strings::streamstr.cxx (new) 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-cppu::inc::cppu::macros.hxx (new) 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-cppu::inc::uno::lbnames.h (new) 1.2 +0 -8 ports/editors/openoffice-devel/files/patch-cppu::prj::build.lst (dead) 1.1 +20 -0 ports/editors/openoffice-devel/files/patch-cppu::source::uno::data.cxx (new) 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-cppu::test::alignment::diagnose.h (new) 1.3 +0 -12 ports/editors/openoffice-devel/files/patch-cppu::util::makefile.mk (dead) 1.4 +0 -24 ports/editors/openoffice-devel/files/patch-cppuhelper::source::makefile.mk (dead) 1.1 +10 -0 ports/editors/openoffice-devel/files/patch-cpputools::source::registercomponent::makefile.mk (new) 1.1 +20 -0 ports/editors/openoffice-devel/files/patch-desktop::util::makefile.mk (new) 1.3 +0 -244 ports/editors/openoffice-devel/files/patch-dmake::unix::linux::gnu::make.sh (dead) 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-dtrans::source::X11::X11_selection.cxx (new) 1.2 +0 -12 ports/editors/openoffice-devel/files/patch-dtrans::source::X11::makefile.mk (dead) 1.2 +0 -15 ports/editors/openoffice-devel/files/patch-eventattacher::source::makefile.mk (dead) 1.2 +0 -14 ports/editors/openoffice-devel/files/patch-extensions::source::plugin::unx::makefile.mk (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-external::dt::dtpatch.sh (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-external::expat::expatpatch.sh (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-external::jpeg::jpegpatch.sh (dead) 1.1 +112 -0 ports/editors/openoffice-devel/files/patch-external::neon::md5.c.pat (new) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-external::npsdk::npsdkpatch.sh (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-external::zlib::zlibpatch.sh (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-freetype::makefile.mk (dead) 1.2 +0 -12 ports/editors/openoffice-devel/files/patch-gnome-vfs-filetype-registration.cxx (dead) 1.2 +0 -12 ports/editors/openoffice-devel/files/patch-i18n::inc::collator.hxx (dead) 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-i18npool::inc::collatorImpl.hxx (new) 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-idl::util::makefile.mk (new) 1.3 +0 -10 ports/editors/openoffice-devel/files/patch-idlc::source::makefile.mk (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-inet::util::makefile.mk (dead) 1.2 +0 -14 ports/editors/openoffice-devel/files/patch-javaunohelper::source::makefile.mk (dead) 1.1 +34 -0 ports/editors/openoffice-devel/files/patch-moz::prj::d.lst (new) 1.2 +0 -12 ports/editors/openoffice-devel/files/patch-mozaddressbook::makefile.mk (dead) 1.2 +0 -13 ports/editors/openoffice-devel/files/patch-mozillasrc::makefile.mk (dead) 1.3 +0 -17 ports/editors/openoffice-devel/files/patch-nas:nas-1.4.1.patch (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-odk::pack::unzip_udk::makefile.mk (dead) 1.1 +12 -0 ports/editors/openoffice-devel/files/patch-offapi::com::sun::star::setup::OSType.idl (new) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-offapi::util::makefile.pmk (dead) 1.1 +20 -0 ports/editors/openoffice-devel/files/patch-package::inc::HashMaps.hxx (new) 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-package::inc::ZipPackageFolder.hxx (new) 1.1 +34 -0 ports/editors/openoffice-devel/files/patch-package::source::zippackage::ContentInfo.hxx (new) 1.1 +41 -0 ports/editors/openoffice-devel/files/patch-package::source::zippackage::ZipPackageFolder.cxx (new) 1.2 +0 -12 ports/editors/openoffice-devel/files/patch-package::util::makefile.mk (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-ppsprint::source::printer::printerinfomanager.cxx (dead) 1.1 +18 -0 ports/editors/openoffice-devel/files/patch-product::inc::scp::udk_basefiles.scp (new) 1.1 +26 -0 ports/editors/openoffice-devel/files/patch-product::settings::settings.mk (new) 1.5 +0 -58 ports/editors/openoffice-devel/files/patch-product::util::makefile.mk (dead) 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-psprint::source::printer::printerinfomanager.cxx (new) 1.1 +13 -0 ports/editors/openoffice-devel/files/patch-psprint::source::printergfx::psheader.ps (new) 1.2 +0 -12 ports/editors/openoffice-devel/files/patch-psprint::util::makefile.mk (dead) 1.2 +0 -12 ports/editors/openoffice-devel/files/patch-registry::source::regkey.cxx (dead) 1.2 +0 -12 ports/editors/openoffice-devel/files/patch-registry::util::makefile.mk (dead) 1.2 +0 -14 ports/editors/openoffice-devel/files/patch-remotebridges::source::unourl_resolver::makefile.mk (dead) 1.2 +0 -12 ports/editors/openoffice-devel/files/patch-rsc::source::rscpp::cpp.h (dead) 1.1 +12 -0 ports/editors/openoffice-devel/files/patch-rsc::source::rscpp::cpp3.c (new) 1.2 +0 -12 ports/editors/openoffice-devel/files/patch-rscpp::cpp.h (dead) 1.5 +0 -35 ports/editors/openoffice-devel/files/patch-sablot::Sablot-0.52.patch (dead) 1.2 +0 -73 ports/editors/openoffice-devel/files/patch-sal::osl::unx::file.c (dead) 1.1 +30 -0 ports/editors/openoffice-devel/files/patch-sal::osl::unx::interlck.c (new) 1.5 +0 -88 ports/editors/openoffice-devel/files/patch-sal::osl::unx::nlsupport.c (dead) 1.2 +0 -14 ports/editors/openoffice-devel/files/patch-sal::osl::unx::pipe.c (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-sal::osl::unx::process.c (dead) 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-sal::osl::unx::security.c (new) 1.3 +0 -20 ports/editors/openoffice-devel/files/patch-sal::osl::unx::socket.c (dead) 1.2 +0 -127 ports/editors/openoffice-devel/files/patch-sal::osl::unx::system.c (dead) 1.2 +0 -13 ports/editors/openoffice-devel/files/patch-sal::osl::unx::system.h (dead) 1.2 +0 -19 ports/editors/openoffice-devel/files/patch-sal::rtl::source::strtmpl.c (dead) 1.1 +13 -0 ports/editors/openoffice-devel/files/patch-sal::textenc::tencinfo.c (new) 1.2 +0 -12 ports/editors/openoffice-devel/files/patch-sal::util::makefile.mk (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-sal::workben::getlocaleinfotest.cxx (dead) 1.4 +0 -29 ports/editors/openoffice-devel/files/patch-sal::workben::makefile.mk (dead) 1.1 +31 -0 ports/editors/openoffice-devel/files/patch-salhelper::source::gcc2_freebsd_intel.map (new) 1.1 +34 -0 ports/editors/openoffice-devel/files/patch-salhelper::source::gcc3_freebsd_intel.map (new) 1.3 +0 -13 ports/editors/openoffice-devel/files/patch-salhelper::source::makefile.mk (dead) 1.1 +13 -0 ports/editors/openoffice-devel/files/patch-salhelper::test::rtti::makefile.mk (new) 1.2 +0 -12 ports/editors/openoffice-devel/files/patch-sax::util::makefile.mk (dead) 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-sc::source::core::data::cell.cxx (new) 1.2 +0 -12 ports/editors/openoffice-devel/files/patch-sc::util::makefile.mk (dead) 1.2 +0 -12 ports/editors/openoffice-devel/files/patch-sch::util::makefile.mk (dead) 1.1 +20 -0 ports/editors/openoffice-devel/files/patch-scp::source::player::player.scp (new) 1.1 +34 -0 ports/editors/openoffice-devel/files/patch-scptools::source::linker::searchcache (new) 1.1 +19 -0 ports/editors/openoffice-devel/files/patch-scptools::source::linker::ziplst.cxx (new) 1.2 +0 -12 ports/editors/openoffice-devel/files/patch-sd::util::makefile.mk (dead) 1.13 +0 -149 ports/editors/openoffice-devel/files/patch-set_soenv.1 (dead) 1.1 +10 -0 ports/editors/openoffice-devel/files/patch-setup2::inc::fields.hxx (new) 1.2 +0 -17 ports/editors/openoffice-devel/files/patch-setup2::mow::source::loader::loader.c (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-setup2::mow::source::loader::makefile.mk (dead) 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-setup2::patch::makefile.mk (new) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-setup2::script::setupserver (dead) 1.1 +20 -0 ports/editors/openoffice-devel/files/patch-setup2::source::compiler::decltor.cxx (new) 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-setup2::source::custom::jvmsetup::jvmdlg.cxx (new) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-setup2::source::custom::jvmsetup::loader::jvmsetup.sh (dead) 1.1 +35 -0 ports/editors/openoffice-devel/files/patch-setup2::source::service::interface.cxx (new) 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-sfx2::source::appl::officeacceptthread.cxx (new) 1.2 +0 -16 ports/editors/openoffice-devel/files/patch-shell::source::cmdmail::makefile.mk (dead) 1.2 +0 -16 ports/editors/openoffice-devel/files/patch-shell::source::proxysettings::makefile.mk (dead) 1.2 +0 -16 ports/editors/openoffice-devel/files/patch-shell::source::unix::exec::makefile.mk (dead) 1.1 +10 -0 ports/editors/openoffice-devel/files/patch-solenv::bin::addsym.awk (new) 1.1 +21 -0 ports/editors/openoffice-devel/files/patch-solenv::bin::mapgen.pl (new) 1.2 +0 -282 ports/editors/openoffice-devel/files/patch-solenv::inc::_tg_shl.mk (dead) 1.2 +0 -141 ports/editors/openoffice-devel/files/patch-solenv::inc::pstrules.mk (dead) 1.2 +0 -212 ports/editors/openoffice-devel/files/patch-solenv::inc::rules.mk (dead) 1.2 +0 -24 ports/editors/openoffice-devel/files/patch-solenv::inc::settings.mk (dead) 1.2 +0 -5 ports/editors/openoffice-devel/files/patch-solenv::inc::startup::FREEBSD::macros.mk (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-solenv::inc::target.mk (dead) 1.4 +0 -23 ports/editors/openoffice-devel/files/patch-solenv::inc::tg_ext.mk (dead) 1.1 +17 -0 ports/editors/openoffice-devel/files/patch-solenv::inc::tg_moz.mk (new) 1.2 +0 -14 ports/editors/openoffice-devel/files/patch-solenv::inc::tg_shl.mk (dead) 1.3 +0 -12 ports/editors/openoffice-devel/files/patch-solenv::inc::tg_yxx.mk (dead) 1.10 +0 -209 ports/editors/openoffice-devel/files/patch-solenv::inc::unxfbsdi.mk (dead) 1.2 +0 -14 ports/editors/openoffice-devel/files/patch-soltools::mkdepend::main.c (dead) 1.2 +0 -12 ports/editors/openoffice-devel/files/patch-starmath::util:makefile.mk (dead) 1.1 +113 -0 ports/editors/openoffice-devel/files/patch-stlport::STLport-4.5.patch (new) 1.1 +29 -0 ports/editors/openoffice-devel/files/patch-stlport::makefile.mk (new) 1.2 +0 -14 ports/editors/openoffice-devel/files/patch-stoc::source::corereflection::makefile.mk (dead) 1.2 +0 -14 ports/editors/openoffice-devel/files/patch-stoc::source::defaultregistry::makefile.mk (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-stoc::source::implementationregistration::implreg.cxx (dead) 1.2 +0 -14 ports/editors/openoffice-devel/files/patch-stoc::source::implementationregistration::makefile.mk (dead) 1.2 +0 -14 ports/editors/openoffice-devel/files/patch-stoc::source::inspect::makefile.mk (dead) 1.2 +0 -14 ports/editors/openoffice-devel/files/patch-stoc::source::invocation::makefile.mk (dead) 1.2 +0 -14 ports/editors/openoffice-devel/files/patch-stoc::source::invocation_adapterfactory::makefile.mk (dead) 1.2 +0 -15 ports/editors/openoffice-devel/files/patch-stoc::source::javaloader::makefile.mk (dead) 1.2 +0 -15 ports/editors/openoffice-devel/files/patch-stoc::source::javavm::makefile.mk (dead) 1.2 +0 -14 ports/editors/openoffice-devel/files/patch-stoc::source::loader::makefile.mk (dead) 1.2 +0 -14 ports/editors/openoffice-devel/files/patch-stoc::source::namingservice::makefile.mk (dead) 1.2 +0 -14 ports/editors/openoffice-devel/files/patch-stoc::source::proxy_factory::makefile.mk (dead) 1.2 +0 -15 ports/editors/openoffice-devel/files/patch-stoc::source::registry_tdprovider::makefile.mk (dead) 1.2 +0 -14 ports/editors/openoffice-devel/files/patch-stoc::source::servicemanager::makefile.mk (dead) 1.2 +0 -15 ports/editors/openoffice-devel/files/patch-stoc::source::tdmanager::makefile.mk (dead) 1.2 +0 -14 ports/editors/openoffice-devel/files/patch-stoc::source::typeconv::makefile.mk (dead) 1.2 +0 -11 ports/editors/openoffice-devel/files/patch-store::util::makefile.mk (dead) 1.2 +0 -18 ports/editors/openoffice-devel/files/patch-svx::source::dialog::graphctl.cxx (dead) 1.1 +12 -0 ports/editors/openoffice-devel/files/patch-svx::source::fmcomp::makefile.mk (new) 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-sysui::oounix::office::gnome-vfs-filetype-registration.cxx (new) 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-sysui::tools::lngconv::lngconv.cxx (new) 1.2 +0 -23 ports/editors/openoffice-devel/files/patch-tools::bootstrp::makefile.mk (dead) 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-tools::inc::inetdef.hxx (new) 1.3 +0 -20 ports/editors/openoffice-devel/files/patch-tools::inc:solar.h (dead) 1.3 +0 -36 ports/editors/openoffice-devel/files/patch-tools::source::string::charset.cxx (dead) 1.1 +22 -0 ports/editors/openoffice-devel/files/patch-tools::source::string::tstring.cxx (new) 1.1 +11 -0 ports/editors/openoffice-devel/files/patch-ucb::source::ucp::webdav::makefile.mk (new) 1.1 +10 -0 ports/editors/openoffice-devel/files/patch-unoil::com::sun::star::document::makefile.mk (new) 1.1 +13 -0 ports/editors/openoffice-devel/files/patch-unoil::makefile.pmk (new) 1.2 +0 -36 ports/editors/openoffice-devel/files/patch-unzip::source::file_io.c (dead) 1.3 +0 -24 ports/editors/openoffice-devel/files/patch-unzip::source::misc.c (dead) 1.1 +14 -0 ports/editors/openoffice-devel/files/patch-vcl::unx::source::app::osssound.cxx (new) 1.1 +13 -0 ports/editors/openoffice-devel/files/patch-vcl::unx::source::app::rptpsound.cxx (new) 1.1 +14 -0 ports/editors/openoffice-devel/files/patch-vcl::unx::source::app::saldata.cxx (new) 1.1 +20 -0 ports/editors/openoffice-devel/files/patch-vcl::unx::source::app::vsound.hxx (new) 1.1 +14 -0 ports/editors/openoffice-devel/files/patch-vcl::util::makefile.mk (new) 1.2 +0 -12 ports/editors/openoffice-devel/files/patch-xmlhelp::util::makefile.mk (dead) 1.1 +164 -0 ports/editors/openoffice-devel/files/zipmoz.sh (new) 1.7 +69 -11 ports/editors/openoffice-devel/pkg-message 1.6 +1 -1676 ports/editors/openoffice-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 Oct 18 15:52: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 B544B37B401; Fri, 18 Oct 2002 15:52:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57DBC43EC2; Fri, 18 Oct 2002 15:52:56 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IMqfmV094567; Fri, 18 Oct 2002 15:52:41 -0700 (PDT) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IMqf3T094566; Fri, 18 Oct 2002 15:52:41 -0700 (PDT) Message-Id: <200210182252.g9IMqf3T094566@repoman.freebsd.org> From: Matt Dillon Date: Fri, 18 Oct 2002 15:52:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_balloc.c ffs_vnops.c src/sys/ufs/ufs ufs_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 dillon 2002/10/18 15:52:41 PDT Modified files: sys/ufs/ffs ffs_balloc.c ffs_vnops.c sys/ufs/ufs ufs_extern.h Log: Fix a file-rewrite performance case for UFS[2]. When rewriting portions of a file in chunks that are less then the filesystem block size, if the data is not already cached the system will perform a read-before-write. The problem is that it does this on a block-by-block basis, breaking up the I/Os and making clustering impossible for the writes. Programs such as INN using cyclic file buffers suffer greatly. This problem is only going to get worse as we use larger and larger filesystem block sizes. The solution is to extend the sequential heuristic so UFS[2] can perform a far larger read and readahead when dealing with this case. (note: maximum disk write bandwidth is 27MB/sec thru filesystem) (note: filesystem blocksize in test is 8K (1K frag)) dd if=/dev/zero of=test.dat bs=1k count=2m conv=notrunc Before: (note half of these are reads) tty da0 da1 acd0 cpu tin tout KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s us ni sy in id 0 76 14.21 598 8.30 0.00 0 0.00 0.00 0 0.00 0 0 7 1 92 0 76 14.09 813 11.19 0.00 0 0.00 0.00 0 0.00 0 0 9 5 86 0 76 14.28 821 11.45 0.00 0 0.00 0.00 0 0.00 0 0 8 1 91 After: (note half of these are reads) tty da0 da1 acd0 cpu tin tout KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s us ni sy in id 0 76 63.62 434 26.99 0.00 0 0.00 0.00 0 0.00 0 0 18 1 80 0 76 63.58 424 26.30 0.00 0 0.00 0.00 0 0.00 0 0 17 2 82 0 76 63.82 438 27.32 0.00 0 0.00 0.00 0 0.00 1 0 19 2 79 Reviewed by: mckusick Approved by: re X-MFC after: immediately (was heavily tested in -stable for 4 months) Revision Changes Path 1.38 +22 -2 src/sys/ufs/ffs/ffs_balloc.c 1.100 +5 -2 src/sys/ufs/ffs/ffs_vnops.c 1.48 +9 -3 src/sys/ufs/ufs/ufs_extern.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 15:56: 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 2B22D37B401; Fri, 18 Oct 2002 15:56:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CBA443E8A; Fri, 18 Oct 2002 15:56:02 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IMtjmV094921; Fri, 18 Oct 2002 15:55:47 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IMtjmn094919; Fri, 18 Oct 2002 15:55:45 -0700 (PDT) Message-Id: <200210182255.g9IMtjmn094919@repoman.freebsd.org> From: Martin Blapp Date: Fri, 18 Oct 2002 15:55:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice-devel/files patch-berkeleydb::db-3.2.9.patch patch-bridges::prj::build.lst patch-bridges::source::cpp_uno::gcc2_freebsd_intel patch-bridges::source::cpp_uno::gcc3_freebsd_intel patch-bridges::source::prot_uno::makefile.mk patch-comphelper::util::makefile.mk patch-config_office::configure.in patch-connectivity::source::drivers::mozab::makefile.mk patch-cppu::prj::build.lst patch-cppuhelper::source::makefile.mk patch-dmake::unix::linux::gnu::make.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 mbr 2002/10/18 15:55:42 PDT Added files: editors/openoffice-devel/files patch-berkeleydb::db-3.2.9.patch patch-bridges::prj::build.lst patch-bridges::source::cpp_uno::gcc2_freebsd_intel patch-bridges::source::cpp_uno::gcc3_freebsd_intel patch-bridges::source::prot_uno::makefile.mk patch-comphelper::util::makefile.mk patch-config_office::configure.in patch-connectivity::source::drivers::mozab::makefile.mk patch-cppu::prj::build.lst patch-cppuhelper::source::makefile.mk patch-dmake::unix::linux::gnu::make.sh patch-dtrans::source::X11::makefile.mk patch-eventattacher::source::makefile.mk patch-external::dt::dtpatch.sh patch-external::npsdk::npsdkpatch.sh patch-freetype::makefile.mk patch-javaunohelper::source::makefile.mk patch-nas:nas-1.4.1.patch patch-odk::pack::unzip_udk::makefile.mk patch-offapi::util::makefile.pmk patch-product::util::makefile.mk patch-registry::source::regkey.cxx patch-remotebridges::source::unourl_resolver::makefile.mk patch-rsc::source::rscpp::cpp.h patch-sablot::Sablot-0.52.patch patch-sal::osl::unx::nlsupport.c patch-sal::osl::unx::pipe.c patch-sal::osl::unx::socket.c patch-sal::osl::unx::system.c patch-sal::osl::unx::system.h patch-sal::workben::makefile.mk patch-salhelper::source::makefile.mk patch-set_soenv.1 patch-setup2::mow::source::loader::loader.c patch-setup2::mow::source::loader::makefile.mk patch-setup2::script::setupserver patch-setup2::source::custom::jvmsetup::loader::jvmsetup.sh patch-shell::source::cmdmail::makefile.mk patch-shell::source::proxysettings::makefile.mk patch-shell::source::unix::exec::makefile.mk patch-solenv::inc::settings.mk patch-solenv::inc::startup::FREEBSD::macros.mk patch-solenv::inc::tg_ext.mk patch-solenv::inc::unxfbsdi.mk patch-soltools::mkdepend::main.c patch-stoc::source::corereflection::makefile.mk patch-stoc::source::defaultregistry::makefile.mk patch-stoc::source::implementationregistration::implreg.cxx patch-stoc::source::implementationregistration::makefile.mk patch-stoc::source::inspect::makefile.mk patch-stoc::source::invocation::makefile.mk patch-stoc::source::invocation_adapterfactory::makefile.mk patch-stoc::source::javaloader::makefile.mk patch-stoc::source::javavm::makefile.mk patch-stoc::source::loader::makefile.mk patch-stoc::source::namingservice::makefile.mk patch-stoc::source::proxy_factory::makefile.mk patch-stoc::source::registry_tdprovider::makefile.mk patch-stoc::source::servicemanager::makefile.mk patch-stoc::source::tdmanager::makefile.mk patch-stoc::source::typeconv::makefile.mk patch-tools::bootstrp::makefile.mk patch-unzip::source::misc.c Log: Re-add previously deleted files. Revision Changes Path 1.3 +68 -0 ports/editors/openoffice-devel/files/patch-berkeleydb::db-3.2.9.patch (new) 1.4 +10 -0 ports/editors/openoffice-devel/files/patch-bridges::prj::build.lst (new) 1.3 +1719 -0 ports/editors/openoffice-devel/files/patch-bridges::source::cpp_uno::gcc2_freebsd_intel (new) 1.3 +1608 -0 ports/editors/openoffice-devel/files/patch-bridges::source::cpp_uno::gcc3_freebsd_intel (new) 1.3 +13 -0 ports/editors/openoffice-devel/files/patch-bridges::source::prot_uno::makefile.mk (new) 1.3 +15 -0 ports/editors/openoffice-devel/files/patch-comphelper::util::makefile.mk (new) 1.6 +48 -0 ports/editors/openoffice-devel/files/patch-config_office::configure.in (new) 1.4 +12 -0 ports/editors/openoffice-devel/files/patch-connectivity::source::drivers::mozab::makefile.mk (new) 1.3 +8 -0 ports/editors/openoffice-devel/files/patch-cppu::prj::build.lst (new) 1.5 +24 -0 ports/editors/openoffice-devel/files/patch-cppuhelper::source::makefile.mk (new) 1.4 +244 -0 ports/editors/openoffice-devel/files/patch-dmake::unix::linux::gnu::make.sh (new) 1.3 +12 -0 ports/editors/openoffice-devel/files/patch-dtrans::source::X11::makefile.mk (new) 1.3 +15 -0 ports/editors/openoffice-devel/files/patch-eventattacher::source::makefile.mk (new) 1.3 +11 -0 ports/editors/openoffice-devel/files/patch-external::dt::dtpatch.sh (new) 1.3 +11 -0 ports/editors/openoffice-devel/files/patch-external::npsdk::npsdkpatch.sh (new) 1.3 +15 -0 ports/editors/openoffice-devel/files/patch-freetype::makefile.mk (new) 1.3 +14 -0 ports/editors/openoffice-devel/files/patch-javaunohelper::source::makefile.mk (new) 1.4 +176 -0 ports/editors/openoffice-devel/files/patch-nas:nas-1.4.1.patch (new) 1.3 +18 -0 ports/editors/openoffice-devel/files/patch-odk::pack::unzip_udk::makefile.mk (new) 1.3 +11 -0 ports/editors/openoffice-devel/files/patch-offapi::util::makefile.pmk (new) 1.6 +11 -0 ports/editors/openoffice-devel/files/patch-product::util::makefile.mk (new) 1.3 +12 -0 ports/editors/openoffice-devel/files/patch-registry::source::regkey.cxx (new) 1.3 +14 -0 ports/editors/openoffice-devel/files/patch-remotebridges::source::unourl_resolver::makefile.mk (new) 1.3 +12 -0 ports/editors/openoffice-devel/files/patch-rsc::source::rscpp::cpp.h (new) 1.6 +11 -0 ports/editors/openoffice-devel/files/patch-sablot::Sablot-0.52.patch (new) 1.6 +131 -0 ports/editors/openoffice-devel/files/patch-sal::osl::unx::nlsupport.c (new) 1.3 +14 -0 ports/editors/openoffice-devel/files/patch-sal::osl::unx::pipe.c (new) 1.4 +26 -0 ports/editors/openoffice-devel/files/patch-sal::osl::unx::socket.c (new) 1.3 +127 -0 ports/editors/openoffice-devel/files/patch-sal::osl::unx::system.c (new) 1.3 +17 -0 ports/editors/openoffice-devel/files/patch-sal::osl::unx::system.h (new) 1.5 +29 -0 ports/editors/openoffice-devel/files/patch-sal::workben::makefile.mk (new) 1.4 +13 -0 ports/editors/openoffice-devel/files/patch-salhelper::source::makefile.mk (new) 1.14 +242 -0 ports/editors/openoffice-devel/files/patch-set_soenv.1 (new) 1.3 +17 -0 ports/editors/openoffice-devel/files/patch-setup2::mow::source::loader::loader.c (new) 1.3 +11 -0 ports/editors/openoffice-devel/files/patch-setup2::mow::source::loader::makefile.mk (new) 1.3 +10 -0 ports/editors/openoffice-devel/files/patch-setup2::script::setupserver (new) 1.3 +10 -0 ports/editors/openoffice-devel/files/patch-setup2::source::custom::jvmsetup::loader::jvmsetup.sh (new) 1.3 +16 -0 ports/editors/openoffice-devel/files/patch-shell::source::cmdmail::makefile.mk (new) 1.3 +16 -0 ports/editors/openoffice-devel/files/patch-shell::source::proxysettings::makefile.mk (new) 1.3 +16 -0 ports/editors/openoffice-devel/files/patch-shell::source::unix::exec::makefile.mk (new) 1.3 +19 -0 ports/editors/openoffice-devel/files/patch-solenv::inc::settings.mk (new) 1.3 +5 -0 ports/editors/openoffice-devel/files/patch-solenv::inc::startup::FREEBSD::macros.mk (new) 1.5 +12 -0 ports/editors/openoffice-devel/files/patch-solenv::inc::tg_ext.mk (new) 1.11 +209 -0 ports/editors/openoffice-devel/files/patch-solenv::inc::unxfbsdi.mk (new) 1.3 +12 -0 ports/editors/openoffice-devel/files/patch-soltools::mkdepend::main.c (new) 1.3 +14 -0 ports/editors/openoffice-devel/files/patch-stoc::source::corereflection::makefile.mk (new) 1.3 +14 -0 ports/editors/openoffice-devel/files/patch-stoc::source::defaultregistry::makefile.mk (new) 1.3 +11 -0 ports/editors/openoffice-devel/files/patch-stoc::source::implementationregistration::implreg.cxx (new) 1.3 +14 -0 ports/editors/openoffice-devel/files/patch-stoc::source::implementationregistration::makefile.mk (new) 1.3 +14 -0 ports/editors/openoffice-devel/files/patch-stoc::source::inspect::makefile.mk (new) 1.3 +14 -0 ports/editors/openoffice-devel/files/patch-stoc::source::invocation::makefile.mk (new) 1.3 +14 -0 ports/editors/openoffice-devel/files/patch-stoc::source::invocation_adapterfactory::makefile.mk (new) 1.3 +15 -0 ports/editors/openoffice-devel/files/patch-stoc::source::javaloader::makefile.mk (new) 1.3 +15 -0 ports/editors/openoffice-devel/files/patch-stoc::source::javavm::makefile.mk (new) 1.3 +14 -0 ports/editors/openoffice-devel/files/patch-stoc::source::loader::makefile.mk (new) 1.3 +14 -0 ports/editors/openoffice-devel/files/patch-stoc::source::namingservice::makefile.mk (new) 1.3 +14 -0 ports/editors/openoffice-devel/files/patch-stoc::source::proxy_factory::makefile.mk (new) 1.3 +15 -0 ports/editors/openoffice-devel/files/patch-stoc::source::registry_tdprovider::makefile.mk (new) 1.3 +14 -0 ports/editors/openoffice-devel/files/patch-stoc::source::servicemanager::makefile.mk (new) 1.3 +15 -0 ports/editors/openoffice-devel/files/patch-stoc::source::tdmanager::makefile.mk (new) 1.3 +14 -0 ports/editors/openoffice-devel/files/patch-stoc::source::typeconv::makefile.mk (new) 1.3 +23 -0 ports/editors/openoffice-devel/files/patch-tools::bootstrp::makefile.mk (new) 1.4 +11 -0 ports/editors/openoffice-devel/files/patch-unzip::source::misc.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 Oct 18 15: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 0EC7337B404; Fri, 18 Oct 2002 15:59:14 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id F17D543EAA; Fri, 18 Oct 2002 15:59:12 -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 g9IMxBEG031428; Sat, 19 Oct 2002 00:59:12 +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 g9IMxB751712429; Sat, 19 Oct 2002 00:59:11 +0200 (MES) Date: Sat, 19 Oct 2002 01:00:08 +0200 (CEST) From: Martin Blapp To: Martin Blapp Cc: , Subject: Re: cvs commit: ports/editors/openoffice-devel/files patch-berkeleydb::db-3.2.9.patch patch-bridges::prj::build.lst patch-bridges::source::cpp_uno::gcc2_freebsd_intel patch-bridges::source::cpp_un In-Reply-To: <200210182255.g9IMtjmn094919@repoman.freebsd.org> Message-ID: <20021019005824.P90671-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 Sorry my fault. I expected that cvs delete and then just cvs add just revives again the deleted files. I was wrong. That why I had to do this commit again. I hope I can now merge most pages into the OpenOffice cvs repo, so these files get soon obsoleted. Martin Martin Blapp, ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP: PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 16: 9: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 9AE8237B401; Fri, 18 Oct 2002 16:09:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20F9243E8A; Fri, 18 Oct 2002 16:09:36 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IN9KmV095643; Fri, 18 Oct 2002 16:09:20 -0700 (PDT) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IN9KGZ095642; Fri, 18 Oct 2002 16:09:20 -0700 (PDT) Message-Id: <200210182309.g9IN9KGZ095642@repoman.freebsd.org> From: Akinori MUSHA Date: Fri, 18 Oct 2002 16:09:20 -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 knu 2002/10/18 16:09:20 PDT Modified files: Mk bsd.sites.mk Log: "KEEP THIS LIST SORTED" Revision Changes Path 1.114 +27 -27 ports/Mk/bsd.sites.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 16:15: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 89C1537B401; Fri, 18 Oct 2002 16:15:18 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86D0A43E97; Fri, 18 Oct 2002 16:15:17 -0700 (PDT) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org ([12.233.149.189]) by sccrmhc03.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021018231516.UKVE24979.sccrmhc03.attbi.com@bmah.dyndns.org>; Fri, 18 Oct 2002 23:15:16 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id g9INFFva080259; Fri, 18 Oct 2002 16:15:15 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id g9INFFUP080258; Fri, 18 Oct 2002 16:15:15 -0700 (PDT) Message-Id: <200210182315.g9INFFUP080258@intruder.bmah.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Martin Blapp Cc: Martin Blapp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice-devel/files patch-berkeleydb::db-3.2.9.patch patch-bridges::prj::build.lst patch-bridges::source::cpp_uno::gcc2_freebsd_intel patch-bridges::source::cpp_un In-Reply-To: <20021019005824.P90671-100000@levais.imp.ch> References: <20021019005824.P90671-100000@levais.imp.ch> Comments: In-reply-to Martin Blapp message dated "Sat, 19 Oct 2002 01:00:08 +0200." 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_114473236P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 18 Oct 2002 16:15:15 -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_114473236P Content-Type: text/plain; charset=us-ascii If memory serves me right, Martin Blapp wrote: > Sorry my fault. I expected that cvs delete and then just > cvs add just revives again the deleted files. I was wrong. > That why I had to do this commit again. > > I hope I can now merge most pages into the OpenOffice cvs repo, so > these files get soon obsoleted. On the subject of long filenames: I had to request repo-copies of about a dozen files during the 4.6 release cycle because for filenames over about 100 characters, GNU tar was writing out an archive in a format that cpio (used by sysinstall) couldn't handle. I think some of your patches for openoffice-devel have filenames that are very close to that. GNU tar in the base system has been updated since that time, so YMMV. But if you want to do us RE types a favor, tar up your port (starting from one directory above your ports tree) and try to unpack the result with cpio. If you get any filename that resembles @LongLink, your filenames are too long. The qa@ mailing list from late May 2002 has more details. Bruce. --==_Exmh_114473236P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE9sJYD2MoxcVugUsMRAq2iAKDVyY+EjoqdulkdH9juHnwDOZ1VCgCfYlRt z4j3GBuns0QULjMD6EF9w6U= =VVsb -----END PGP SIGNATURE----- --==_Exmh_114473236P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 16: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 C80A037B401; Fri, 18 Oct 2002 16:17:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7067943E97; Fri, 18 Oct 2002 16:17:45 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9INHUmV096187; Fri, 18 Oct 2002 16:17:30 -0700 (PDT) (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9INHUVJ096186; Fri, 18 Oct 2002 16:17:30 -0700 (PDT) Message-Id: <200210182317.g9INHUVJ096186@repoman.freebsd.org> From: Kirk McKusick Date: Fri, 18 Oct 2002 16:17:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs mkfs.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 mckusick 2002/10/18 16:17:30 PDT Modified files: sbin/newfs mkfs.c Log: Bound the size of the superblock to SBLOCKSIZE. Submitted by: BOUWSMA Beery Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.63 +2 -0 src/sbin/newfs/mkfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 16:20: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 5A3F637B404; Fri, 18 Oct 2002 16:20:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCD8943EA3; Fri, 18 Oct 2002 16:20:25 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9INKAmV096302; Fri, 18 Oct 2002 16:20:10 -0700 (PDT) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9INKADU096301; Fri, 18 Oct 2002 16:20:10 -0700 (PDT) Message-Id: <200210182320.g9INKADU096301@repoman.freebsd.org> From: Matt Dillon Date: Fri, 18 Oct 2002 16:20:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys buf.h src/sys/ufs/ufs ufs_readwrite.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/10/18 16:20:10 PDT Modified files: (Branch: RELENG_4) sys/sys buf.h sys/ufs/ufs ufs_readwrite.c Log: Clean up -stable's file-rewrite sequential heuristic case to match -current. Our file ops limit the sequential count to 127 so we do not need to reserve 16 bits to hold the count. This should not have any effect on performance. Revision Changes Path 1.88.2.9 +10 -4 src/sys/sys/buf.h 1.65.2.13 +9 -1 src/sys/ufs/ufs/ufs_readwrite.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 16:23: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 B613A37B401; Fri, 18 Oct 2002 16:23:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B456A43EB2; Fri, 18 Oct 2002 16:23:55 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9INNdmV096685; Fri, 18 Oct 2002 16:23:40 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9INNd8c096678; Fri, 18 Oct 2002 16:23:39 -0700 (PDT) Message-Id: <200210182323.g9INNd8c096678@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 18 Oct 2002 16:23: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: HEAD Sender: owner-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/10/18 16:23:36 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: P1003_1B gone, CPU_DISABLE_CMPXCHG, FAST_IPSEC, ifconfig(8) monitor, ofwdump(8), ping(8) -o, quota(1) -l, tunefs(8) -a/-l, ugidfw(8). Modified release notes: se driver replaced by sab driver. Revision Changes Path 1.436 +57 -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 Fri Oct 18 16: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 79D0B37B401; Fri, 18 Oct 2002 16:24:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28ABD43E75; Fri, 18 Oct 2002 16:24:36 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9INOKmV096757; Fri, 18 Oct 2002 16:24:20 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9INOKrS096756; Fri, 18 Oct 2002 16:24:20 -0700 (PDT) Message-Id: <200210182324.g9INOKrS096756@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 18 Oct 2002 16:24:20 -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/10/18 16:24:20 PDT Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Add sab driver to serial interfaces section. Revision Changes Path 1.109 +3 -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 Fri Oct 18 16:30: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 C3FCD37B401; Fri, 18 Oct 2002 16:30:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45E2F43E75; Fri, 18 Oct 2002 16:30:49 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9INUYmV097017; Fri, 18 Oct 2002 16:30:34 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9INUYvo097016; Fri, 18 Oct 2002 16:30:34 -0700 (PDT) Message-Id: <200210182330.g9INUYvo097016@repoman.freebsd.org> From: Martin Blapp Date: Fri, 18 Oct 2002 16:30:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice-devel/files patch-freetype::makefile.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 mbr 2002/10/18 16:30:33 PDT Modified files: editors/openoffice-devel/files patch-freetype::makefile.mk Log: ELSEIF -> ELIF Revision Changes Path 1.4 +1 -1 ports/editors/openoffice-devel/files/patch-freetype::makefile.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 16:32: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 1966237B401; Fri, 18 Oct 2002 16:32:10 -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 86B6B43E3B; Fri, 18 Oct 2002 16:32:04 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EFBFC66C7B; Fri, 18 Oct 2002 16:32:03 -0700 (PDT) Date: Fri, 18 Oct 2002 16:32:03 -0700 From: Kris Kennaway To: Martin Blapp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice-devel Makefile distinfo pkg-message pkg-plist ports/editors/openoffice-devel/files debugpatch-setup2::mow::source::loader::loader.c debugpatch-solenv::inc::unxfbsdi.mk oo_setup.resp openoffice-wrapper optpatch-freetype::patch optpatch-vcl::util::makefile.pmk ... Message-ID: <20021018233203.GA85166@xor.obsecurity.org> References: <200210182249.g9IMnn1h094230@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6" Content-Disposition: inline In-Reply-To: <200210182249.g9IMnn1h094230@repoman.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 --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Oct 18, 2002 at 03:49:48PM -0700, Martin Blapp wrote: > As you may see the patchnames are very long, but that makes > maintaining patches a lot easier. Just a reminder that patch pathnames (/usr/ports/editors/openoffice-devel/patch-blablabla) must be kept below 100 characters in order to not break people who create tarballs of the ports collection. Kris --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9sJnzWry0BWjoQKURAmGZAJ9SH9XwJxSbXhfP70zrkgHTCnUquwCfZIa/ EgDQs9ve3yhZYmzCKr/ox0k= =CZ5e -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 16:33: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 5E08237B401; Fri, 18 Oct 2002 16:33:54 -0700 (PDT) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93AAF43E97; Fri, 18 Oct 2002 16:33:53 -0700 (PDT) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org ([12.233.149.189]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021018233353.JSUS18217.rwcrmhc51.attbi.com@bmah.dyndns.org>; Fri, 18 Oct 2002 23:33:53 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id g9INXrva080794; Fri, 18 Oct 2002 16:33:53 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id g9INXqdC080793; Fri, 18 Oct 2002 16:33:52 -0700 (PDT) Message-Id: <200210182333.g9INXqdC080793@intruder.bmah.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Alexey Zelkin Cc: "Bruce A. Mah" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/locale Makefile locale.c In-Reply-To: <20021019011404.A23000@phantom.cris.net> References: <200210161317.g9GDHIQg051879@repoman.freebsd.org> <200210182122.g9ILMiNr078803@intruder.bmah.org> <20021019011404.A23000@phantom.cris.net> Comments: In-reply-to Alexey Zelkin message dated "Sat, 19 Oct 2002 01:14:04 +0300." From: bmah@FreeBSD.org (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_244378528P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 18 Oct 2002 16:33:52 -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_244378528P Content-Type: text/plain; charset=us-ascii If memory serves me right, Alexey Zelkin wrote: > > 1. The commit message doesn't say what this program does. > > > > 2. Saying "add locale(1)" is misleading if you haven't actually written > > the manpage yet. (I'm not pressuring you for a manpage, I saw where you > > said it was coming soon.) > > This is a tool which provides to external scripts information > about locale settings. > > I am working on making in more general and POSIX complaint as well as > writing manual page. As soon as I finish with it it will be connected to > build (yep, currently it intentionaly left unlinked from build) Great, thanks! I'll wait until it's hooked up to the build before worrying about a release notes entry for it. Bruce. --==_Exmh_244378528P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE9sJpg2MoxcVugUsMRAq4KAJ9vZzv+8YS3hthlNX+qbA/66aLtFgCg48fb 6ak/ze7VEr8L39ALoGLDGn8= =juPL -----END PGP SIGNATURE----- --==_Exmh_244378528P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 16:35: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 41F3737B401; Fri, 18 Oct 2002 16:35:10 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E75243ED1; Fri, 18 Oct 2002 16:35:09 -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 g9INZ8EG034443; Sat, 19 Oct 2002 01:35:08 +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 g9INZ8751710118; Sat, 19 Oct 2002 01:35:08 +0200 (MES) Date: Sat, 19 Oct 2002 01:36:05 +0200 (CEST) From: Martin Blapp To: Kris Kennaway Cc: Martin Blapp , , Subject: Re: cvs commit: ports/editors/openoffice-devel Makefile distinfo pkg-message pkg-plist ports/editors/openoffice-devel/files debugpatch-setup2::mow::source::loader::loader.c debugpatch-solenv::inc::unx In-Reply-To: <20021018233203.GA85166@xor.obsecurity.org> Message-ID: <20021019013520.E90671-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, > Just a reminder that patch pathnames > (/usr/ports/editors/openoffice-devel/patch-blablabla) must be kept > below 100 characters in order to not break people who create tarballs > of the ports collection. Ok. The longest patch has 68 chars, so I'm still below that. Uff Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 16:35: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 19D6737B438; Fri, 18 Oct 2002 16:35:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D00D43EB3; Fri, 18 Oct 2002 16:35:11 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9INYumV097428; Fri, 18 Oct 2002 16:34:56 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9INYuZ6097427; Fri, 18 Oct 2002 16:34:56 -0700 (PDT) Message-Id: <200210182334.g9INYuZ6097427@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 18 Oct 2002 16:34:56 -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/10/18 16:34:56 PDT Modified files: share/sgml man-refs.ent Log: New entities: mac(3), ofwdump(8), ugidfw(8). Revision Changes Path 1.165 +3 -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 Fri Oct 18 16:49: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 91D9237B401; Fri, 18 Oct 2002 16:49:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 416BB43E97; Fri, 18 Oct 2002 16:49:34 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9INnImV098206; Fri, 18 Oct 2002 16:49:18 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9INnIdq098205; Fri, 18 Oct 2002 16:49:18 -0700 (PDT) Message-Id: <200210182349.g9INnIdq098205@repoman.freebsd.org> From: Thomas Moestl Date: Fri, 18 Oct 2002 16:49:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/sparc64/loader metadata.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 tmm 2002/10/18 16:49:18 PDT Modified files: sys/boot/sparc64/loader metadata.c Log: Pass the right number of tlb slots to the kernel. The allocation scheme was changed in r1.4, but I neglected to update most of the code in metadata.c. Pointy hat to: tmm Revision Changes Path 1.7 +4 -10 src/sys/boot/sparc64/loader/metadata.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 16: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 B4D7E37B401; Fri, 18 Oct 2002 16:56:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 102CB43EB1; Fri, 18 Oct 2002 16:56:16 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9INu0mV098779; Fri, 18 Oct 2002 16:56:00 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9INu0bw098776; Fri, 18 Oct 2002 16:56:00 -0700 (PDT) Message-Id: <200210182356.g9INu0bw098776@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 16:56:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/linux-sun-jdk14 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 znerd 2002/10/18 16:56:00 PDT Modified files: java/linux-sun-jdk14 Makefile distinfo pkg-plist Log: Upgrade from 1.4.1 to 1.4.1_01. Revision Changes Path 1.20 +3 -3 ports/java/linux-sun-jdk14/Makefile 1.7 +1 -1 ports/java/linux-sun-jdk14/distinfo 1.10 +1 -1 ports/java/linux-sun-jdk14/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 Oct 18 17: 2: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 2128537B401; Fri, 18 Oct 2002 17:02:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9464B43ED4; Fri, 18 Oct 2002 17:02:35 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J02KmV099101; Fri, 18 Oct 2002 17:02:20 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J02K6d099100; Fri, 18 Oct 2002 17:02:20 -0700 (PDT) Message-Id: <200210190002.g9J02K6d099100@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 18 Oct 2002 17:02:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libbonobo 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/10/18 17:02:20 PDT Modified files: devel/libbonobo Makefile distinfo pkg-plist Log: Update to 2.0.1. Revision Changes Path 1.21 +1 -1 ports/devel/libbonobo/Makefile 1.8 +1 -1 ports/devel/libbonobo/distinfo 1.9 +5 -37 ports/devel/libbonobo/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 Oct 18 17: 3: 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 9E1C037B406; Fri, 18 Oct 2002 17:03:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA7CE43EB2; Fri, 18 Oct 2002 17:02:54 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J02cmV099146; Fri, 18 Oct 2002 17:02:38 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J02cLO099145; Fri, 18 Oct 2002 17:02:38 -0700 (PDT) Message-Id: <200210190002.g9J02cLO099145@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 18 Oct 2002 17:02:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/libbonoboui 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/10/18 17:02:38 PDT Modified files: x11-toolkits/libbonoboui Makefile distinfo Log: Update to 2.0.3.2. Revision Changes Path 1.21 +1 -1 ports/x11-toolkits/libbonoboui/Makefile 1.10 +1 -1 ports/x11-toolkits/libbonoboui/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 17: 4: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 E4FC437B401; Fri, 18 Oct 2002 17:04:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F83043F55; Fri, 18 Oct 2002 17:03:43 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J03SmV099250; Fri, 18 Oct 2002 17:03:28 -0700 (PDT) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J03SWe099249; Fri, 18 Oct 2002 17:03:28 -0700 (PDT) Message-Id: <200210190003.g9J03SWe099249@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 18 Oct 2002 17:03:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/linux-sun-jdk14 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 znerd 2002/10/18 17:03:28 PDT Modified files: java/linux-sun-jdk14 Makefile Log: Installing to ${PREFIX}/linux-sun-jdk1.4.1. This port is now compatible with bsd.java.mk again. Bumped PORTREVISION. Revision Changes Path 1.21 +2 -1 ports/java/linux-sun-jdk14/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 17: 9:26 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 5ED5537B401; Fri, 18 Oct 2002 17:09:25 -0700 (PDT) Date: Fri, 18 Oct 2002 17:09:25 -0700 From: Juli Mallett To: Martin Blapp Cc: Kris Kennaway , Martin Blapp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice-devel Makefile distinfo pkg-message pkg-plist ports/editors/openoffice-devel/files debugpatch-setup2::mow::source::loader::loader.c debugpatch-solenv::inc::unx Message-ID: <20021018170925.B31561@FreeBSD.org> References: <20021018233203.GA85166@xor.obsecurity.org> <20021019013520.E90671-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021019013520.E90671-100000@levais.imp.ch>; from mb@imp.ch on Sat, Oct 19, 2002 at 01:36:05AM +0200 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: Martin Blapp [ Data: 2002-10-18 ] [ Subjecte: Re: cvs commit: ports/editors/openoffice-devel Makefile distinfo pkg-message pkg-plist ports/editors/openoffice-devel/files debugpatch-setup2::mow::source::loader::loader.c debugpatch-solenv > > Hi, > > > Just a reminder that patch pathnames > > (/usr/ports/editors/openoffice-devel/patch-blablabla) must be kept > > below 100 characters in order to not break people who create tarballs > > of the ports collection. > > Ok. The longest patch has 68 chars, so I'm still below that. Uff The path, not the patchfile name. -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 17:47: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 7F4B537B401; Fri, 18 Oct 2002 17:47:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E42D43E8A; Fri, 18 Oct 2002 17:47:57 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J0lfmV001977; Fri, 18 Oct 2002 17:47:41 -0700 (PDT) (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J0lfP1001976; Fri, 18 Oct 2002 17:47:41 -0700 (PDT) Message-Id: <200210190047.g9J0lfP1001976@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 18 Oct 2002 17:47:41 -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 keramida 2002/10/18 17:47:41 PDT Modified files: en_US.ISO8859-1/articles/multi-os article.sgml Log: Add a few tags and change existing ones to use class="directory" where proper. Revision Changes Path 1.27 +4 -4 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 Oct 18 18: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 B649A37B401; Fri, 18 Oct 2002 18:33:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9C6243E8A; Fri, 18 Oct 2002 18:33:20 -0700 (PDT) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J1X5mV004586; Fri, 18 Oct 2002 18:33:05 -0700 (PDT) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J1X5xK004585; Fri, 18 Oct 2002 18:33:05 -0700 (PDT) Message-Id: <200210190133.g9J1X5xK004585@repoman.freebsd.org> From: Sean Chittenden Date: Fri, 18 Oct 2002 18:33:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-net-geoip 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/10/18 18:33:05 PDT Modified files: net/ruby-net-geoip Makefile Log: Add necessary library dependencies. Submitted by: bento Revision Changes Path 1.2 +3 -0 ports/net/ruby-net-geoip/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 18:36: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 BE64F37B401; Fri, 18 Oct 2002 18:36:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 667ED43E8A; Fri, 18 Oct 2002 18:36:15 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J1ZvmV004870; Fri, 18 Oct 2002 18:35:59 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J1ZvOG004869; Fri, 18 Oct 2002 18:35:57 -0700 (PDT) Message-Id: <200210190135.g9J1ZvOG004869@repoman.freebsd.org> From: Alan Eldridge Date: Fri, 18 Oct 2002 18:35:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdebase3 Makefile ports/x11/kdelibs3 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/10/18 18:35:55 PDT Modified files: x11/kdebase3 Makefile x11/kdelibs3 Makefile Log: Undefault keramik due to bugs. Revision Changes Path 1.107 +0 -4 ports/x11/kdebase3/Makefile 1.112 +0 -4 ports/x11/kdelibs3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 18:36: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 3F3B037B404; Fri, 18 Oct 2002 18:36:44 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B625F43E8A; Fri, 18 Oct 2002 18:36:42 -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 LAA10210; Sat, 19 Oct 2002 11:36:30 +1000 Date: Sat, 19 Oct 2002 11:47:16 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Will Andrews Cc: Mitsuru IWASAKI , , Subject: Re: cvs commit: src/sys/i386/isa clock.c In-Reply-To: <20021017190850.GC19874@procyon.firepipe.net> Message-ID: <20021019113309.L1057-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, 17 Oct 2002, Will Andrews wrote: > On Fri, Oct 18, 2002 at 05:06:24AM +1000, Bruce Evans wrote: > > The commit message is a bit too verbose. Please summarize it and adjust > > the comments for the MFC (most of the locking problems are only in > > -current). > > Too verbose? Excuse me, but I don't think a commit log can > possibly be *too* verbose, as long as it's on-topic! It was too verbose because I didn't have time to make it shorter. I just wrote something to attach to the patch in the mail. This also resulted in some of the details in it don't make much sense in the context of a log message -- you have to look at the patch to see what they are about. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 18:37: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 E560D37B401; Fri, 18 Oct 2002 18:37:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9621D43E9E; Fri, 18 Oct 2002 18:37:30 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J1bEmV004950; Fri, 18 Oct 2002 18:37:14 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J1bEgV004949; Fri, 18 Oct 2002 18:37:14 -0700 (PDT) Message-Id: <200210190137.g9J1bEgV004949@repoman.freebsd.org> From: Alan Eldridge Date: Fri, 18 Oct 2002 18:37:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdebase3 Makefile ports/x11/kdelibs3 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/10/18 18:37:14 PDT Modified files: x11/kdebase3 Makefile x11/kdelibs3 Makefile Log: Bump PORTREVISION to force the last change out, as bugs were severe according to reports. Revision Changes Path 1.108 +1 -1 ports/x11/kdebase3/Makefile 1.113 +1 -1 ports/x11/kdelibs3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 18:40: 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 4348037B401; Fri, 18 Oct 2002 18:40:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAFE943E77; Fri, 18 Oct 2002 18:39:59 -0700 (PDT) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J1dimV005040; Fri, 18 Oct 2002 18:39:44 -0700 (PDT) (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J1diCd005039; Fri, 18 Oct 2002 18:39:44 -0700 (PDT) Message-Id: <200210190139.g9J1diCd005039@repoman.freebsd.org> From: Benno Rice Date: Fri, 18 Oct 2002 18:39:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 kthread.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 benno 2002/10/18 18:39:44 PDT Modified files: share/man/man9 kthread.9 Log: Update the documentation for kthread_create to include the pages argument. Reviewed by: sheldonh Forgotten by: scottl Revision Changes Path 1.12 +5 -1 src/share/man/man9/kthread.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 18:53: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 82B0E37B401; Fri, 18 Oct 2002 18:53:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3511943E42; Fri, 18 Oct 2002 18:53:26 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J1rAmV005926; Fri, 18 Oct 2002 18:53:10 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J1rApN005925; Fri, 18 Oct 2002 18:53:10 -0700 (PDT) Message-Id: <200210190153.g9J1rApN005925@repoman.freebsd.org> From: Alan Eldridge Date: Fri, 18 Oct 2002 18:53:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdebase3 Makefile ports/x11/kdelibs3 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/10/18 18:53:10 PDT Modified files: x11/kdebase3 Makefile x11/kdelibs3 Makefile Log: removed redundant PACKAGE_BUILDING test Revision Changes Path 1.109 +0 -4 ports/x11/kdebase3/Makefile 1.114 +0 -4 ports/x11/kdelibs3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 19: 7: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 507C737B401; Fri, 18 Oct 2002 19:07:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04A8E43E77; Fri, 18 Oct 2002 19:07:51 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J27ZmV006804; Fri, 18 Oct 2002 19:07:35 -0700 (PDT) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J27ZXb006803; Fri, 18 Oct 2002 19:07:35 -0700 (PDT) Message-Id: <200210190207.g9J27ZXb006803@repoman.freebsd.org> From: Alfred Perlstein Date: Fri, 18 Oct 2002 19:07:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sysv_sem.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 alfred 2002/10/18 19:07:35 PDT Modified files: sys/kern sysv_sem.c Log: Don't leak memory in semop(2). (Fix a bug I introduced in rev 1.55.) Detective work by: jake Revision Changes Path 1.56 +2 -1 src/sys/kern/sysv_sem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 19:13: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 4FED337B401; Fri, 18 Oct 2002 19:13:23 -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 BA47543E77; Fri, 18 Oct 2002 19:13:22 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 30F0C66B5E; Fri, 18 Oct 2002 19:13:22 -0700 (PDT) Date: Fri, 18 Oct 2002 19:13:21 -0700 From: Kris Kennaway To: Martin Blapp Cc: Kris Kennaway , Martin Blapp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice-devel Makefile distinfo pkg-message pkg-plist ports/editors/openoffice-devel/files debugpatch-setup2::mow::source::loader::loader.c debugpatch-solenv::inc::unx Message-ID: <20021019021321.GA87745@xor.obsecurity.org> References: <20021018233203.GA85166@xor.obsecurity.org> <20021019013520.E90671-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: <20021019013520.E90671-100000@levais.imp.ch> 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 --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 19, 2002 at 01:36:05AM +0200, Martin Blapp wrote: >=20 > Hi, >=20 > > Just a reminder that patch pathnames > > (/usr/ports/editors/openoffice-devel/patch-blablabla) must be kept > > below 100 characters in order to not break people who create tarballs > > of the ports collection. >=20 > Ok. The longest patch has 68 chars, so I'm still below that. Uff # echo /usr/ports/editors/openoffice-devel/ | wc -c 37 # echo $((37+68)) 105 Kris --azLHFNyN32YCQGCU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9sL/BWry0BWjoQKURAu45AJ9zc84GSRfitw1ipfAqltqTtPbpCgCfVW35 0PY87KgCKXCopAbmGwgHccE= =FXQo -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 19:23: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 7C37C37B401; Fri, 18 Oct 2002 19:23:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FE5543E42; Fri, 18 Oct 2002 19:23:26 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J2NAmV007746; Fri, 18 Oct 2002 19:23:10 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J2NAJX007745; Fri, 18 Oct 2002 19:23:10 -0700 (PDT) Message-Id: <200210190223.g9J2NAJX007745@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 18 Oct 2002 19:23:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand 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 marcel 2002/10/18 19:23:10 PDT Modified files: lib/libstand Makefile Log: Add the libz derived files, added in the previous commit, to CLEANFILES. We were not cleaning up after ourselves. Revision Changes Path 1.37 +2 -0 src/lib/libstand/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 19:24: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 D512737B401; Fri, 18 Oct 2002 19:24:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 889C443E42; Fri, 18 Oct 2002 19:24:18 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J2O2mV007850; Fri, 18 Oct 2002 19:24:02 -0700 (PDT) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J2O2Bx007849; Fri, 18 Oct 2002 19:24:02 -0700 (PDT) Message-Id: <200210190224.g9J2O2Bx007849@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 18 Oct 2002 19:24:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ipcheck 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/10/18 19:24:02 PDT Modified files: net/ipcheck Makefile distinfo Log: Update to 0.188 Revision Changes Path 1.19 +1 -1 ports/net/ipcheck/Makefile 1.16 +1 -1 ports/net/ipcheck/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 19: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 76D4037B401; Fri, 18 Oct 2002 19:36:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C43343E77; Fri, 18 Oct 2002 19:36:17 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J2a1mV008567; Fri, 18 Oct 2002 19:36:01 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J2a14j008566; Fri, 18 Oct 2002 19:36:01 -0700 (PDT) Message-Id: <200210190236.g9J2a14j008566@repoman.freebsd.org> From: Alan Eldridge Date: Fri, 18 Oct 2002 19:36:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cups Makefile.man X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/18 19:36:01 PDT Removed files: print/cups Makefile.man Log: This file did not belong here. Sorry to all concerned for the thrash. Revision Changes Path 1.3 +0 -91 ports/print/cups/Makefile.man (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 19:44: 0 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 48BE437B401; Fri, 18 Oct 2002 19:43:59 -0700 (PDT) Date: Fri, 18 Oct 2002 19:43:59 -0700 From: Juli Mallett To: Kris Kennaway Cc: Martin Blapp , Martin Blapp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice-devel Makefile distinfo pkg-message pkg-plist ports/editors/openoffice-devel/files debugpatch-setup2::mow::source::loader::loader.c debugpatch-solenv::inc::unx Message-ID: <20021018194359.A46176@FreeBSD.org> References: <20021018233203.GA85166@xor.obsecurity.org> <20021019013520.E90671-100000@levais.imp.ch> <20021019021321.GA87745@xor.obsecurity.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: <20021019021321.GA87745@xor.obsecurity.org>; from kris@obsecurity.org on Fri, Oct 18, 2002 at 07:13:21PM -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: Kris Kennaway [ Data: 2002-10-18 ] [ Subjecte: Re: cvs commit: ports/editors/openoffice-devel Makefile distinfo pkg-message pkg-plist ports/editors/openoffice-devel/files debugpatch-setup2::mow::source::loader::loader.c debugp > On Sat, Oct 19, 2002 at 01:36:05AM +0200, Martin Blapp wrote: > > > > Hi, > > > > > Just a reminder that patch pathnames > > > (/usr/ports/editors/openoffice-devel/patch-blablabla) must be kept > > > below 100 characters in order to not break people who create tarballs > > > of the ports collection. > > > > Ok. The longest patch has 68 chars, so I'm still below that. Uff > > # echo /usr/ports/editors/openoffice-devel/ | wc -c > 37 > > # echo $((37+68)) > 105 Uhm, no. +6 for files/ -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 19:47: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 B7EE737B40C; Fri, 18 Oct 2002 19:47:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A51C43E77; Fri, 18 Oct 2002 19:47:11 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J2ktmV009203; Fri, 18 Oct 2002 19:46:55 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J2kt0c009202; Fri, 18 Oct 2002 19:46:55 -0700 (PDT) Message-Id: <200210190246.g9J2kt0c009202@repoman.freebsd.org> From: Robert Watson Date: Fri, 18 Oct 2002 19:46:55 -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/10/18 19:46:55 PDT Modified files: en/releases/5.0R todo.sgml Log: Add IPFW2-non-i386 line: in order for IPFW2 to be the default, it needs to not crash on non-i386 systems. In particular, Alpha and sparc64. Revision Changes Path 1.11 +9 -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 Fri Oct 18 21: 2: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 739EC37B401; Fri, 18 Oct 2002 21:02:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0784743E9C; Fri, 18 Oct 2002 21:02:39 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J42LmV013664; Fri, 18 Oct 2002 21:02:22 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J42KGY013662; Fri, 18 Oct 2002 21:02:20 -0700 (PDT) Message-Id: <200210190402.g9J42KGY013662@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 18 Oct 2002 21:02:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.ia64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/18 21:02:19 PDT Modified files: sys/conf files.ia64 Log: Make the unwind functions standard and not optional on ddb. They will eventually be used for ktrace(2) too. Revision Changes Path 1.40 +1 -1 src/sys/conf/files.ia64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 21:14: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 4CC9C37B401; Fri, 18 Oct 2002 21:14:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0264343E75; Fri, 18 Oct 2002 21:14:25 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J4E8mV014496; Fri, 18 Oct 2002 21:14:08 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J4E84L014494; Fri, 18 Oct 2002 21:14:08 -0700 (PDT) Message-Id: <200210190414.g9J4E84L014494@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 18 Oct 2002 21:14:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/10/18 21:14:08 PDT Modified files: sys/ia64/ia64 machdep.c Log: Make this compile when DDB is not defined by conditionally compiling all references to ksym_start and ksym_end. Revision Changes Path 1.114 +6 -1 src/sys/ia64/ia64/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 21:15: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 A8E1D37B401; Fri, 18 Oct 2002 21:15:13 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF4243E88; Fri, 18 Oct 2002 21:15:12 -0700 (PDT) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org ([12.233.149.189]) by sccrmhc03.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021019041511.CSBF24979.sccrmhc03.attbi.com@bmah.dyndns.org>; Sat, 19 Oct 2002 04:15:11 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id g9J4FAva083716; Fri, 18 Oct 2002 21:15:10 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id g9J4FAH0083715; Fri, 18 Oct 2002 21:15:10 -0700 (PDT) Message-Id: <200210190415.g9J4FAH0083715@intruder.bmah.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Juli Mallett Cc: Kris Kennaway , Martin Blapp , Martin Blapp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice-devel Makefile distinfo pkg-message pkg-plist ports/editors/openoffice-devel/files debugpatch-setup2::mow::source::loader::loader.c debugpatch-solenv::inc::unx In-Reply-To: <20021018194359.A46176@FreeBSD.org> References: <20021018233203.GA85166@xor.obsecurity.org> <20021019013520.E90671-100000@levais.imp.ch> <20021019021321.GA87745@xor.obsecurity.org> <20021018194359.A46176@FreeBSD.org> Comments: In-reply-to Juli Mallett message dated "Fri, 18 Oct 2002 19:43:59 -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_-645047640P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 18 Oct 2002 21:15:10 -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_-645047640P Content-Type: text/plain; charset=us-ascii If memory serves me right, Juli Mallett wrote: > * De: Kris Kennaway [ Data: 2002-10-18 ] > [ Subjecte: Re: cvs commit: ports/editors/openoffice-devel Makefile dis > tinfo pkg-message pkg-plist ports/editors/openoffice-devel/files debugpatch-s > etup2::mow::source::loader::loader.c debugp > > On Sat, Oct 19, 2002 at 01:36:05AM +0200, Martin Blapp wrote: > > > > > > Hi, > > > > > > > Just a reminder that patch pathnames > > > > (/usr/ports/editors/openoffice-devel/patch-blablabla) must be kept > > > > below 100 characters in order to not break people who create tarballs > > > > of the ports collection. > > > > > > Ok. The longest patch has 68 chars, so I'm still below that. Uff > > > > # echo /usr/ports/editors/openoffice-devel/ | wc -c > > 37 > > > > # echo $((37+68)) > > 105 > > Uhm, no. +6 for files/ But then take off another 5 characters because /usr/ isn't a part of the pathname in the archive. Anyways, this too long, both in terms of pathname length and the number of messages we've spent discussing this. :-) Bruce. --==_Exmh_-645047640P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE9sNxN2MoxcVugUsMRAnfgAJ4icKHR34SC/VnpJ8Fq8i78Um9FqACguYLb x1skTnDKXB1FtKmeioRG1Os= =WlVQ -----END PGP SIGNATURE----- --==_Exmh_-645047640P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 21: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 ECC8137B401; Fri, 18 Oct 2002 21:49:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1EB443E8A; Fri, 18 Oct 2002 21:49:29 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J4nDmV016414; Fri, 18 Oct 2002 21:49:13 -0700 (PDT) (envelope-from fanf@repoman.freebsd.org) Received: (from fanf@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J4nDJc016413; Fri, 18 Oct 2002 21:49:13 -0700 (PDT) Message-Id: <200210190449.g9J4nDJc016413@repoman.freebsd.org> From: Tony Finch Date: Fri, 18 Oct 2002 21:49:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/18 21:49:13 PDT Modified files: games/fortune/datfiles fortunes Log: So a positive time zone offset is west, right? or is it east? Um. What is the standard for this, anyway? Ah, we get to choose. I see. This commit is brought to you by the numbers 2001 and 2822 and the letters P, O, S, I, X and R, F, C. Revision Changes Path 1.98 +9 -0 src/games/fortune/datfiles/fortunes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 22: 1: 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 9224037B401; Fri, 18 Oct 2002 22:01:04 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F87643E97; Fri, 18 Oct 2002 22:01:01 -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 g9J50pd14053; Sat, 19 Oct 2002 08:00:51 +0300 (EEST) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id g9J50naJ015001; Sat, 19 Oct 2002 08:00:49 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.6/8.12.5/Submit) id g9J50jQf015000; Sat, 19 Oct 2002 08:00:45 +0300 (EEST) Date: Sat, 19 Oct 2002 08:00:45 +0300 From: Maxim Sobolev To: "Bruce A. Mah" Cc: Juli Mallett , Kris Kennaway , Martin Blapp , Martin Blapp , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/editors/openoffice-devel Makefile distinfo pkg-message pkg-plist ports/editors/openoffice-devel/files debugpatch-setup2::mow::source::loader::loader.c debugpatch-solenv::inc::unx Message-ID: <20021019050045.GA14922@vega.vega.com> References: <20021018233203.GA85166@xor.obsecurity.org> <20021019013520.E90671-100000@levais.imp.ch> <20021019021321.GA87745@xor.obsecurity.org> <20021018194359.A46176@FreeBSD.org> <200210190415.g9J4FAH0083715@intruder.bmah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200210190415.g9J4FAH0083715@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, Oct 18, 2002 at 09:15:10PM -0700, Bruce A. Mah wrote: > If memory serves me right, Juli Mallett wrote: > > * De: Kris Kennaway [ Data: 2002-10-18 ] > > [ Subjecte: Re: cvs commit: ports/editors/openoffice-devel Makefile dis > > tinfo pkg-message pkg-plist ports/editors/openoffice-devel/files debugpatch-s > > etup2::mow::source::loader::loader.c debugp > > > On Sat, Oct 19, 2002 at 01:36:05AM +0200, Martin Blapp wrote: > > > > > > > > Hi, > > > > > > > > > Just a reminder that patch pathnames > > > > > (/usr/ports/editors/openoffice-devel/patch-blablabla) must be kept > > > > > below 100 characters in order to not break people who create tarballs > > > > > of the ports collection. > > > > > > > > Ok. The longest patch has 68 chars, so I'm still below that. Uff > > > > > > # echo /usr/ports/editors/openoffice-devel/ | wc -c > > > 37 > > > > > > # echo $((37+68)) > > > 105 > > > > Uhm, no. +6 for files/ > > But then take off another 5 characters because /usr/ isn't a part of > the pathname in the archive. > > Anyways, this too long, both in terms of pathname length and the number > of messages we've spent discussing this. :-) Isn't this solved with introduction of modern tar(1), which can handle paths up to 250 characters long? Or we aren't switched to the creation of ustar format archives for the release yet? Looks like a inexcusable omission to me if so, because patches for this were submitted by me to the re@ team before 4.6-RELEASE, but back then were voted down, because it was noticed that old tar(1) shipped with 4.6 was unable to properly extract archives in the ustar format. I've supposed that those patches were included into 4.7, but actually never bothered to check for sure. Please at least include them into 5.0, so that the problem is closed once for all. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 22: 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 87F4637B401; Fri, 18 Oct 2002 22:02:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 396D143E91; Fri, 18 Oct 2002 22:02:19 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J521mV017250; Fri, 18 Oct 2002 22:02:02 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J521WL017245; Fri, 18 Oct 2002 22:02:01 -0700 (PDT) Message-Id: <200210190502.g9J521WL017245@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 18 Oct 2002 22:02:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern link_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 marcel 2002/10/18 22:01:59 PDT Modified files: sys/kern link_elf.c Log: In link_elf_load_file(), when SPARSE_MAPPING is defined and we cannot allocate ef->object, we freed ef before bailing out with an error. This is wrong because ef=lf and when we have an error and lf is non-NULL (which holds if we try to alloc ef->object), we free lf and thus ef as part of the bailing-out. Revision Changes Path 1.64 +0 -1 src/sys/kern/link_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 22:11: 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 962F637B404; Fri, 18 Oct 2002 22:11:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2431343E88; Fri, 18 Oct 2002 22:11:02 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J5AjmV017777; Fri, 18 Oct 2002 22:10:45 -0700 (PDT) (envelope-from fanf@repoman.freebsd.org) Received: (from fanf@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J5AjZR017775; Fri, 18 Oct 2002 22:10:45 -0700 (PDT) Message-Id: <200210190510.g9J5AjZR017775@repoman.freebsd.org> From: Tony Finch Date: Fri, 18 Oct 2002 22:10:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes fortunes2 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 fanf 2002/10/18 22:10:45 PDT Modified files: (Branch: RELENG_4) games/fortune/datfiles fortunes fortunes2 Log: Sync with -CURRENT: typo fixes and time zone idiocy. Revision Changes Path 1.34.2.12 +11 -2 src/games/fortune/datfiles/fortunes 1.17.2.8 +5 -21 src/games/fortune/datfiles/fortunes2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 22:37: 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 6690837B401; Fri, 18 Oct 2002 22:37:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AEB543E8A; Fri, 18 Oct 2002 22:37:05 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J5ammV019321; Fri, 18 Oct 2002 22:36:48 -0700 (PDT) (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J5am86019320; Fri, 18 Oct 2002 22:36:48 -0700 (PDT) Message-Id: <200210190536.g9J5am86019320@repoman.freebsd.org> From: Kirk McKusick Date: Fri, 18 Oct 2002 22:36:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs fsutil.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 mckusick 2002/10/18 22:36:48 PDT Modified files: sbin/fsck_ffs fsutil.c Log: Clear the pending counts in the superblock after a successful run of fsck so that the kernel does not complain about them being non-zero when the filesystem is mounted. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.18 +4 -1 src/sbin/fsck_ffs/fsutil.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 18 23:30: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 0A1E337B401; Fri, 18 Oct 2002 23:30:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B038D43E97; Fri, 18 Oct 2002 23:30:55 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J6UcmV022281; Fri, 18 Oct 2002 23:30:38 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J6Ucjf022280; Fri, 18 Oct 2002 23:30:38 -0700 (PDT) Message-Id: <200210190630.g9J6Ucjf022280@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 18 Oct 2002 23:30:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net-SNMP 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/10/18 23:30:38 PDT Modified files: net/p5-Net-SNMP Makefile distinfo pkg-plist Log: upgrade to 4.0.3 assume maintainership PR: 44243 Submitted by: Lars Thegler Revision Changes Path 1.5 +12 -3 ports/net/p5-Net-SNMP/Makefile 1.4 +1 -1 ports/net/p5-Net-SNMP/distinfo 1.2 +12 -0 ports/net/p5-Net-SNMP/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 Oct 18 23:58: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 CA98837B401; Fri, 18 Oct 2002 23:58:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DA0443E9C; Fri, 18 Oct 2002 23:58:45 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J6wSmV023877; Fri, 18 Oct 2002 23:58:28 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J6wSGG023876; Fri, 18 Oct 2002 23:58:28 -0700 (PDT) Message-Id: <200210190658.g9J6wSGG023876@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 18 Oct 2002 23:58:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libsigc++12 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/10/18 23:58:28 PDT Modified files: devel/libsigc++12 Makefile distinfo pkg-plist Log: Update to 1.2.0. Revision Changes Path 1.15 +1 -1 ports/devel/libsigc++12/Makefile 1.9 +1 -1 ports/devel/libsigc++12/distinfo 1.9 +3 -3 ports/devel/libsigc++12/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 Oct 18 23:59: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 3132337B401; Fri, 18 Oct 2002 23:59:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D12E243E8A; Fri, 18 Oct 2002 23:59:19 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J6x2mV023961; Fri, 18 Oct 2002 23:59:02 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J6x2h1023960; Fri, 18 Oct 2002 23:59:02 -0700 (PDT) Message-Id: <200210190659.g9J6x2h1023960@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 18 Oct 2002 23:59:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/multivideo 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/10/18 23:59:02 PDT Modified files: graphics Makefile Added files: graphics/multivideo Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add multivideo 0.1.0 An image sequence viewer Revision Changes Path 1.516 +1 -0 ports/graphics/Makefile 1.1 +25 -0 ports/graphics/multivideo/Makefile (new) 1.1 +1 -0 ports/graphics/multivideo/distinfo (new) 1.1 +1 -0 ports/graphics/multivideo/pkg-comment (new) 1.1 +21 -0 ports/graphics/multivideo/pkg-descr (new) 1.1 +1 -0 ports/graphics/multivideo/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 Oct 18 23: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 A81BB37B401; Fri, 18 Oct 2002 23:59:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57D1B43E7B; Fri, 18 Oct 2002 23:59:35 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J6xImV023998; Fri, 18 Oct 2002 23:59:18 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J6xIts023997; Fri, 18 Oct 2002 23:59:18 -0700 (PDT) Message-Id: <200210190659.g9J6xIts023997@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 18 Oct 2002 23:59:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk--2 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/10/18 23:59:18 PDT Modified files: x11-toolkits/gtk--2 Makefile distinfo pkg-plist Log: Update to 1.3.26. Revision Changes Path 1.42 +2 -2 ports/x11-toolkits/gtk--2/Makefile 1.14 +1 -1 ports/x11-toolkits/gtk--2/distinfo 1.14 +11 -6 ports/x11-toolkits/gtk--2/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 Oct 19 0: 0: 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 0411937B401; Sat, 19 Oct 2002 00:00:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACB7143E6E; Sat, 19 Oct 2002 00:00:08 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J6xomV024043; Fri, 18 Oct 2002 23:59:51 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J6xoFL024042; Fri, 18 Oct 2002 23:59:50 -0700 (PDT) Message-Id: <200210190659.g9J6xoFL024042@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 18 Oct 2002 23:59:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/10/18 23:59:49 PDT Modified files: . modules Log: multivideo --> ports/graphics/multivideo Revision Changes Path 1.6106 +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 Oct 19 1:26: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 7F18A37B401; Sat, 19 Oct 2002 01:26:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32C9843E9E; Sat, 19 Oct 2002 01:26:17 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J8PxmV029074; Sat, 19 Oct 2002 01:25:59 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J8Px7P029073; Sat, 19 Oct 2002 01:25:59 -0700 (PDT) Message-Id: <200210190825.g9J8Px7P029073@repoman.freebsd.org> From: Oliver Braun Date: Sat, 19 Oct 2002 01:25:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ipex 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 obraun 2002/10/19 01:25:59 PDT Modified files: net/ipex Makefile distinfo Log: Upgrade to 2.3.5.2. PR: 44255 Submitted by: maintainer Revision Changes Path 1.4 +2 -8 ports/net/ipex/Makefile 1.4 +1 -1 ports/net/ipex/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 1:46: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 501BF37B401; Sat, 19 Oct 2002 01:46:14 -0700 (PDT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75B8A43E75; Sat, 19 Oct 2002 01:46:13 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.3/8.12.3) with ESMTP id g9J8k8V3043485; Sat, 19 Oct 2002 04:46:08 -0400 (EDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (8.12.3/8.12.3/Submit) with ESMTP id g9J8k86c043482; Sat, 19 Oct 2002 04:46:08 -0400 (EDT) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Sat, 19 Oct 2002 04:46:08 -0400 (EDT) From: Trevor Johnson To: Munechika SUMIKAWA Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: ports/devel/cvs+ipv6 Makefile In-Reply-To: <200210181526.g9IFQTCK056598@repoman.freebsd.org> Message-ID: <20021019044531.P74464-100000@blues.jpj.net> 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 > sumikawa 2002/10/18 08:26:29 PDT > > Modified files: > devel/cvs+ipv6 Makefile > Log: > Explictly disable GSSAPI. Thank you! -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 2:20: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 E850037B401; Sat, 19 Oct 2002 02:20:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A23D43E91; Sat, 19 Oct 2002 02:20:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J9KNmV032069; Sat, 19 Oct 2002 02:20:23 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J9KNJd032068; Sat, 19 Oct 2002 02:20:23 -0700 (PDT) Message-Id: <200210190920.g9J9KNJd032068@repoman.freebsd.org> From: Maxim Sobolev Date: Sat, 19 Oct 2002 02:20:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pychecker 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 sobomax 2002/10/19 02:20:23 PDT Modified files: devel/pychecker Makefile distinfo Log: Update to 0.8.11. PR: 42966 Submitted by: Henrik Motakef Revision Changes Path 1.7 +1 -1 ports/devel/pychecker/Makefile 1.6 +1 -1 ports/devel/pychecker/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 2:32: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 4A21337B401; Sat, 19 Oct 2002 02:32:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F11F143E88; Sat, 19 Oct 2002 02:32:20 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J9W3mV032882; Sat, 19 Oct 2002 02:32:03 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J9W3Oo032881; Sat, 19 Oct 2002 02:32:03 -0700 (PDT) Message-Id: <200210190932.g9J9W3Oo032881@repoman.freebsd.org> From: Maxim Sobolev Date: Sat, 19 Oct 2002 02:32:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tar/src extract.c 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 sobomax 2002/10/19 02:32:03 PDT Modified files: contrib/tar/src extract.c misc.c Log: Fix security bug in contains_dot_dot routine. PR: 43575 Submitted by: Brett Glass X-MFC after: immediately Revision Changes Path 1.6 +10 -1 src/contrib/tar/src/extract.c 1.3 +7 -0 src/contrib/tar/src/misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 2:37: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 1B7BA37B401; Sat, 19 Oct 2002 02:37:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1D5E43E8A; Sat, 19 Oct 2002 02:37:46 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J9bTmV033259; Sat, 19 Oct 2002 02:37:29 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J9bT5J033258; Sat, 19 Oct 2002 02:37:29 -0700 (PDT) Message-Id: <200210190937.g9J9bT5J033258@repoman.freebsd.org> From: Maxim Sobolev Date: Sat, 19 Oct 2002 02:37:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tar/src extract.c misc.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 sobomax 2002/10/19 02:37:29 PDT Modified files: (Branch: RELENG_4) contrib/tar/src extract.c misc.c Log: MFC: fix security bug in contains_dot_dot routine. PR: 43575 Submitted by: Brett Glass Revision Changes Path 1.4.2.3 +11 -2 src/contrib/tar/src/extract.c 1.2.2.2 +8 -1 src/contrib/tar/src/misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 2:42: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 4D85037B401; Sat, 19 Oct 2002 02:42:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01D8043E97; Sat, 19 Oct 2002 02:42:29 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J9gBmV033571; Sat, 19 Oct 2002 02:42:11 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J9gB1k033570; Sat, 19 Oct 2002 02:42:11 -0700 (PDT) Message-Id: <200210190942.g9J9gB1k033570@repoman.freebsd.org> From: Maxim Sobolev Date: Sat, 19 Oct 2002 02:42:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sdl12 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/10/19 02:42:11 PDT Modified files: devel/sdl12 Makefile Log: Add `CONFIGURE_ARGS+=--disable-esd --disable-esdtest' in WITHOUT_ESOUND case. PR: 42724 Submitted by: alane Revision Changes Path 1.58 +2 -0 ports/devel/sdl12/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 2:51: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 355E837B401; Sat, 19 Oct 2002 02:51:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEA3843E6E; Sat, 19 Oct 2002 02:51:11 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J9osmV034049; Sat, 19 Oct 2002 02:50:54 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J9osF4034048; Sat, 19 Oct 2002 02:50:54 -0700 (PDT) Message-Id: <200210190950.g9J9osF4034048@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 19 Oct 2002 02:50:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/L-Breeder 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/10/19 02:50:54 PDT Modified files: biology/L-Breeder Makefile Log: Fix dependency on wxgtk Revision Changes Path 1.2 +1 -1 ports/biology/L-Breeder/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 2:58: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 9111437B401; Sat, 19 Oct 2002 02:58:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E3C43E88; Sat, 19 Oct 2002 02:58:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J9wZmV034575; Sat, 19 Oct 2002 02:58:35 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J9wZGW034574; Sat, 19 Oct 2002 02:58:35 -0700 (PDT) Message-Id: <200210190958.g9J9wZGW034574@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 19 Oct 2002 02:58:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/dcdflib 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/10/19 02:58:35 PDT Modified files: math/dcdflib distinfo Log: Add a second md5 sum; distfile was repacked on master site with no changes Revision Changes Path 1.2 +1 -0 ports/math/dcdflib/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 3:15: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 06ACF37B401; Sat, 19 Oct 2002 03:15:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEFE443E9C; Sat, 19 Oct 2002 03:15:13 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JAEumV035941; Sat, 19 Oct 2002 03:14:56 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JAEuox035940; Sat, 19 Oct 2002 03:14:56 -0700 (PDT) Message-Id: <200210191014.g9JAEuox035940@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 19 Oct 2002 03:14:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/uudeview/files 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/10/19 03:14:56 PDT Added files: converters/uudeview/files patch-ae Log: Don't (badly) rewrite CFLAGS, assume the user knows what he/she is doing. Revision Changes Path 1.1 +28 -0 ports/converters/uudeview/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 Oct 19 3:16: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 E48B237B401; Sat, 19 Oct 2002 03:16:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9700443E6E; Sat, 19 Oct 2002 03:16:08 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JAFpmV036014; Sat, 19 Oct 2002 03:15:51 -0700 (PDT) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JAFpPG036013; Sat, 19 Oct 2002 03:15:51 -0700 (PDT) Message-Id: <200210191015.g9JAFpPG036013@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 19 Oct 2002 03:15:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/share/sgml freebsd.dsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/19 03:15:50 PDT Modified files: fr_FR.ISO8859-1/share/sgml freebsd.dsl Log: MFen revision 1.17 Revision Changes Path 1.10 +1 -0 doc/fr_FR.ISO8859-1/share/sgml/freebsd.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 3:18: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 EB0E637B401; Sat, 19 Oct 2002 03:18:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 998DC43E6A; Sat, 19 Oct 2002 03:18:47 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JAIUmV036110; Sat, 19 Oct 2002 03:18:30 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JAIUO5036109; Sat, 19 Oct 2002 03:18:30 -0700 (PDT) Message-Id: <200210191018.g9JAIUO5036109@repoman.freebsd.org> From: Maxim Sobolev Date: Sat, 19 Oct 2002 03:18:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf rtld.c src/usr.bin/ldd ldd.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/10/19 03:18:30 PDT Modified files: libexec/rtld-elf rtld.c usr.bin/ldd ldd.c Log: Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can return even if there was no error occured (when trying to dlopen(3) object that already linked into executable which does dlopen(3) call). This is more proper fix for `ldd /usr/lib/libc.so' problem, because the new behaviour conforms to documentation. Remove workaround from ldd.c (rev.1.32). PR: 35099 Submitted by: Nathan Hawkins MFC after: 1 week Revision Changes Path 1.67 +8 -6 src/libexec/rtld-elf/rtld.c 1.33 +4 -5 src/usr.bin/ldd/ldd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 3:27: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 7770F37B401; Sat, 19 Oct 2002 03:27:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A07943E97; Sat, 19 Oct 2002 03:27:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JAQumV036777; Sat, 19 Oct 2002 03:26:56 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JAQuTa036776; Sat, 19 Oct 2002 03:26:56 -0700 (PDT) Message-Id: <200210191026.g9JAQuTa036776@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 19 Oct 2002 03:26:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/SSLtelnet Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/SSLtelnet/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/19 03:26:56 PDT Modified files: net Makefile Added files: net/SSLtelnet Makefile distinfo pkg-comment pkg-descr pkg-plist net/SSLtelnet/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an Log: Re-add SSLtelnet, with patch (patch-an) to fix the security vulnerability described in FreeBSD-SA-01:49.telnetd Submitted by: kondo hiroshi PR: ports/42676 Revision Changes Path 1.859 +1 -0 ports/net/Makefile 1.21 +32 -0 ports/net/SSLtelnet/Makefile (new) 1.4 +1 -0 ports/net/SSLtelnet/distinfo (new) 1.8 +64 -0 ports/net/SSLtelnet/files/patch-aa (new) 1.6 +11 -0 ports/net/SSLtelnet/files/patch-ab (new) 1.6 +14 -0 ports/net/SSLtelnet/files/patch-ac (new) 1.6 +10 -0 ports/net/SSLtelnet/files/patch-ad (new) 1.3 +11 -0 ports/net/SSLtelnet/files/patch-ae (new) 1.5 +79 -0 ports/net/SSLtelnet/files/patch-af (new) 1.3 +46 -0 ports/net/SSLtelnet/files/patch-ag (new) 1.5 +24 -0 ports/net/SSLtelnet/files/patch-ah (new) 1.5 +24 -0 ports/net/SSLtelnet/files/patch-ai (new) 1.5 +13 -0 ports/net/SSLtelnet/files/patch-aj (new) 1.4 +10 -0 ports/net/SSLtelnet/files/patch-ak (new) 1.4 +26 -0 ports/net/SSLtelnet/files/patch-al (new) 1.3 +43 -0 ports/net/SSLtelnet/files/patch-am (new) 1.1 +1320 -0 ports/net/SSLtelnet/files/patch-an (new) 1.3 +1 -0 ports/net/SSLtelnet/pkg-comment (new) 1.5 +20 -0 ports/net/SSLtelnet/pkg-descr (new) 1.6 +4 -0 ports/net/SSLtelnet/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 Oct 19 3: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 BE93D37B401; Sat, 19 Oct 2002 03:27:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71FD443E6E; Sat, 19 Oct 2002 03:27:43 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JARPmV036821; Sat, 19 Oct 2002 03:27:25 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JARPcl036820; Sat, 19 Oct 2002 03:27:25 -0700 (PDT) Message-Id: <200210191027.g9JARPcl036820@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 19 Oct 2002 03:27:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/SSLtelnet/files Makefile.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 kris 2002/10/19 03:27:25 PDT Added files: net/SSLtelnet/files Makefile.patch Log: Re-add SSLtelnet, with patch (patch-an) to fix the security vulnerability described in FreeBSD-SA-01:49.telnetd Submitted by: kondo hiroshi PR: ports/42676 Revision Changes Path 1.4 +11 -0 ports/net/SSLtelnet/files/Makefile.patch (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 3:29: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 7D88C37B408; Sat, 19 Oct 2002 03:29:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 319FF43E75; Sat, 19 Oct 2002 03:29:36 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JATImV036910; Sat, 19 Oct 2002 03:29:18 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JATIWU036909; Sat, 19 Oct 2002 03:29:18 -0700 (PDT) Message-Id: <200210191029.g9JATIWU036909@repoman.freebsd.org> From: Martin Blapp Date: Sat, 19 Oct 2002 03:29:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice-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 mbr 2002/10/19 03:29:18 PDT Modified files: editors/openoffice-devel Makefile Log: Define ant, and change PREFIX to LOCALBASE. Revision Changes Path 1.52 +3 -2 ports/editors/openoffice-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 Oct 19 3: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 57A7237B406; Sat, 19 Oct 2002 03:29:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AEEC43E88; Sat, 19 Oct 2002 03:29:46 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JATSmV036940; Sat, 19 Oct 2002 03:29:28 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JATSdB036939; Sat, 19 Oct 2002 03:29:28 -0700 (PDT) Message-Id: <200210191029.g9JATSdB036939@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 19 Oct 2002 03:29: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 kris 2002/10/19 03:29:28 PDT Modified files: . modules Log: Add back SSLtelnet Revision Changes Path 1.6107 +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 Oct 19 3:32: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 3F8BF37B401; Sat, 19 Oct 2002 03:32:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D578B43E6A; Sat, 19 Oct 2002 03:32:36 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JAWJmV037214; Sat, 19 Oct 2002 03:32:19 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JAWJpF037213; Sat, 19 Oct 2002 03:32:19 -0700 (PDT) Message-Id: <200210191032.g9JAWJpF037213@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 19 Oct 2002 03:32:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/detex 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 kris 2002/10/19 03:32:19 PDT Modified files: print/detex Makefile distinfo Log: Distfile was repacked (no content changes, except they now have a top-level directory instead of expanding in .) Revision Changes Path 1.12 +0 -1 ports/print/detex/Makefile 1.3 +1 -1 ports/print/detex/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 3:33: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 0017837B401; Sat, 19 Oct 2002 03:33:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B626343E8A; Sat, 19 Oct 2002 03:33:09 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JAWnmV037296; Sat, 19 Oct 2002 03:32:51 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JAWnxT037293; Sat, 19 Oct 2002 03:32:49 -0700 (PDT) Message-Id: <200210191032.g9JAWnxT037293@repoman.freebsd.org> From: Maxim Sobolev Date: Sat, 19 Oct 2002 03:32:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/sed_inplace Makefile ports/textproc/sed_inplace/src compile.c extern.h main.c misc.c 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 sobomax 2002/10/19 03:32:48 PDT Modified files: textproc/sed_inplace Makefile textproc/sed_inplace/src compile.c extern.h main.c misc.c process.c Log: Update to the HEAD 2002.10.19 snapshot. This fixes some irritating bugs. PR: 42596 Submitted by: Jasper Jongmans Revision Changes Path 1.4 +1 -1 ports/textproc/sed_inplace/Makefile 1.3 +9 -2 ports/textproc/sed_inplace/src/compile.c 1.3 +3 -3 ports/textproc/sed_inplace/src/extern.h 1.4 +54 -51 ports/textproc/sed_inplace/src/main.c 1.3 +2 -1 ports/textproc/sed_inplace/src/misc.c 1.4 +16 -13 ports/textproc/sed_inplace/src/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 Oct 19 3:34: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 9066D37B401; Sat, 19 Oct 2002 03:34:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C6143E42; Sat, 19 Oct 2002 03:34:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JAYdmV037504; Sat, 19 Oct 2002 03:34:39 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JAYdJv037503; Sat, 19 Oct 2002 03:34:39 -0700 (PDT) Message-Id: <200210191034.g9JAYdJv037503@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 19 Oct 2002 03:34:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/povray31 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/10/19 03:34:39 PDT Modified files: graphics/povray31 Makefile Log: Chase distfile location (moved to Old-Versions) Revision Changes Path 1.13 +2 -2 ports/graphics/povray31/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 3: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 0DDDB37B404; Sat, 19 Oct 2002 03:35:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B03F843E77; Sat, 19 Oct 2002 03:35:03 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JAYjmV037534; Sat, 19 Oct 2002 03:34:46 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JAYhVE037532; Sat, 19 Oct 2002 03:34:43 -0700 (PDT) Message-Id: <200210191034.g9JAYhVE037532@repoman.freebsd.org> From: Martin Blapp Date: Sat, 19 Oct 2002 03:34:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice-devel/files patch-stlport::makefile.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 mbr 2002/10/19 03:34:43 PDT Modified files: editors/openoffice-devel/files patch-stlport::makefile.mk Log: ELSE IF -> ELIF Revision Changes Path 1.2 +1 -1 ports/editors/openoffice-devel/files/patch-stlport::makefile.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 3:38: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 3421137B404; Sat, 19 Oct 2002 03:38:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1E8343E7B; Sat, 19 Oct 2002 03:38:09 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JAbomV037702; Sat, 19 Oct 2002 03:37:52 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JAbnVS037701; Sat, 19 Oct 2002 03:37:49 -0700 (PDT) Message-Id: <200210191037.g9JAbnVS037701@repoman.freebsd.org> From: Martin Blapp Date: Sat, 19 Oct 2002 03:37:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice-devel/files patch-config_office::set_soenv.in patch-set_soenv.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 mbr 2002/10/19 03:37:49 PDT Added files: editors/openoffice-devel/files patch-config_office::set_soenv.in Removed files: editors/openoffice-devel/files patch-set_soenv.1 Log: patch-set_soenv.1 is not used anymore. Configure does now substitute set_soenv.in directly. Most of our changes have been merged, so this patch is really tiny now. Revision Changes Path 1.1 +23 -0 ports/editors/openoffice-devel/files/patch-config_office::set_soenv.in (new) 1.15 +0 -242 ports/editors/openoffice-devel/files/patch-set_soenv.1 (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 3:39: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 847A637B41E; Sat, 19 Oct 2002 03:39:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3334643E75; Sat, 19 Oct 2002 03:39:44 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JAdQmV037763; Sat, 19 Oct 2002 03:39:26 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JAdQUl037762; Sat, 19 Oct 2002 03:39:26 -0700 (PDT) Message-Id: <200210191039.g9JAdQUl037762@repoman.freebsd.org> From: Martin Blapp Date: Sat, 19 Oct 2002 03:39:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice-devel/files patch-unzip::source::file_io.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/10/19 03:39:26 PDT Added files: editors/openoffice-devel/files patch-unzip::source::file_io.c Log: Revive this patch. They got it completly wrong a second time :P If you read the code without compile, you'd think that it is correct. But they didn't compile it. Revision Changes Path 1.3 +21 -0 ports/editors/openoffice-devel/files/patch-unzip::source::file_io.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 Oct 19 3:41: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 AE61137B401; Sat, 19 Oct 2002 03:41:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E4E443E6A; Sat, 19 Oct 2002 03:41:26 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JAf8mV037910; Sat, 19 Oct 2002 03:41:08 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JAf8Wt037909; Sat, 19 Oct 2002 03:41:08 -0700 (PDT) Message-Id: <200210191041.g9JAf8Wt037909@repoman.freebsd.org> From: Martin Blapp Date: Sat, 19 Oct 2002 03:41:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice-devel/files patch-solenv::inc::_tg_shl.mk patch-solenv::inc::pstrules.mk patch-solenv::inc::rules.mk patch-solenv::inc::tg_shl.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 mbr 2002/10/19 03:41:08 PDT Added files: editors/openoffice-devel/files patch-solenv::inc::_tg_shl.mk patch-solenv::inc::pstrules.mk patch-solenv::inc::rules.mk patch-solenv::inc::tg_shl.mk Log: Add these paches $(cc) -> $(CC), ($CC) -> $(CXX) back. This is still not done the right way in 643 and probably HEAD. Revision Changes Path 1.3 +372 -0 ports/editors/openoffice-devel/files/patch-solenv::inc::_tg_shl.mk (new) 1.3 +131 -0 ports/editors/openoffice-devel/files/patch-solenv::inc::pstrules.mk (new) 1.3 +212 -0 ports/editors/openoffice-devel/files/patch-solenv::inc::rules.mk (new) 1.3 +39 -0 ports/editors/openoffice-devel/files/patch-solenv::inc::tg_shl.mk (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 3:43: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 A2DC537B404; Sat, 19 Oct 2002 03:43:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32BA143E97; Sat, 19 Oct 2002 03:43:52 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JAhYmV038165; Sat, 19 Oct 2002 03:43:34 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JAhY5C038164; Sat, 19 Oct 2002 03:43:34 -0700 (PDT) Message-Id: <200210191043.g9JAhY5C038164@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 19 Oct 2002 03:43:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/slffea 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 kris 2002/10/19 03:43:34 PDT Modified files: cad/slffea Makefile distinfo Log: Update to slffea 1.3 Revision Changes Path 1.4 +1 -1 ports/cad/slffea/Makefile 1.2 +1 -1 ports/cad/slffea/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 3: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 CE5FB37B401; Sat, 19 Oct 2002 03:57:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 806B043EA9; Sat, 19 Oct 2002 03:57:23 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JAv5mV038978; Sat, 19 Oct 2002 03:57:05 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JAv5wK038977; Sat, 19 Oct 2002 03:57:05 -0700 (PDT) Message-Id: <200210191057.g9JAv5wK038977@repoman.freebsd.org> From: Oliver Braun Date: Sat, 19 Oct 2002 03:57:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xbindkeys 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 obraun 2002/10/19 03:57:05 PDT Modified files: x11/xbindkeys distinfo Log: Changed MD5 sum. Developer has just changed some lines in configure.in and rerunned auto{configure|make|...}. No functionality has changed, so no need to bump PORTREVISION. PR: 44210 Submitted by: Volker Stolz Revision Changes Path 1.13 +1 -1 ports/x11/xbindkeys/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 4: 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 2E97437B404; Sat, 19 Oct 2002 04:02:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C67D343E7B; Sat, 19 Oct 2002 04:02:07 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JB1mmV039197; Sat, 19 Oct 2002 04:01:49 -0700 (PDT) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JB1m0M039195; Sat, 19 Oct 2002 04:01:48 -0700 (PDT) Message-Id: <200210191101.g9JB1m0M039195@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 19 Oct 2002 04:01:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/liveMedia 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 nork 2002/10/19 04:01:47 PDT Modified files: net/liveMedia Makefile distinfo Log: Update to 2002.10.19. Revision Changes Path 1.2 +1 -1 ports/net/liveMedia/Makefile 1.2 +1 -1 ports/net/liveMedia/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 4: 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 1C8C737B404; Sat, 19 Oct 2002 04:09:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C366A43E77; Sat, 19 Oct 2002 04:09:45 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JB9SmV039710; Sat, 19 Oct 2002 04:09:28 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JB9SJ8039709; Sat, 19 Oct 2002 04:09:28 -0700 (PDT) Message-Id: <200210191109.g9JB9SJ8039709@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 Oct 2002 04:09:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/multivideo 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/10/19 04:09:27 PDT Modified files: graphics/multivideo Makefile Log: add missing dependency Revision Changes Path 1.2 +2 -0 ports/graphics/multivideo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 4:32: 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 CAB1037B401; Sat, 19 Oct 2002 04:32:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E67F43E88; Sat, 19 Oct 2002 04:32:08 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JBVomV041066; Sat, 19 Oct 2002 04:31:50 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JBVo8c041065; Sat, 19 Oct 2002 04:31:50 -0700 (PDT) Message-Id: <200210191131.g9JBVo8c041065@repoman.freebsd.org> From: Maxime Henrion Date: Sat, 19 Oct 2002 04:31:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw2.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 mux 2002/10/19 04:31:50 PDT Modified files: sys/netinet ip_fw2.c Log: Several malloc() calls were passing the M_DONTWAIT flag which is an mbuf allocation flag. Use the correct M_NOWAIT malloc() flag. Fortunately, both were defined to 1, so this commit is a no-op. Revision Changes Path 1.13 +3 -3 src/sys/netinet/ip_fw2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 4:47: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 5593937B401; Sat, 19 Oct 2002 04:47:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08AC143E42; Sat, 19 Oct 2002 04:47:22 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JBl2mV042036; Sat, 19 Oct 2002 04:47:04 -0700 (PDT) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JBl1eh042033; Sat, 19 Oct 2002 04:47:01 -0700 (PDT) Message-Id: <200210191147.g9JBl1eh042033@repoman.freebsd.org> From: Ceri Davies Date: Sat, 19 Oct 2002 04:47:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial consulting.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/10/19 04:47:01 PDT Modified files: en/commercial consulting.raw Log: Add an entry for Secnetix GmbH and Co KG. Submitted by: Oliver Fromme Revision Changes Path 1.77 +10 -0 www/en/commercial/consulting.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 4:57: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 0E3C737B401; Sat, 19 Oct 2002 04:57:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2A7243E6E; Sat, 19 Oct 2002 04:57:56 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JBvcmV042623; Sat, 19 Oct 2002 04:57:38 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JBvcS2042622; Sat, 19 Oct 2002 04:57:38 -0700 (PDT) Message-Id: <200210191157.g9JBvcS2042622@repoman.freebsd.org> From: Mark Murray Date: Sat, 19 Oct 2002 04:57:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux imgact_linux.c 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 markm 2002/10/19 04:57:38 PDT Modified files: sys/i386/linux imgact_linux.c linux_machdep.c linux_sysvec.c Log: Style(9). Make some function declarations consistent with the rest, and remove some nearby extraneous {}'s. Revision Changes Path 1.46 +1 -2 src/sys/i386/linux/imgact_linux.c 1.33 +2 -6 src/sys/i386/linux/linux_machdep.c 1.109 +7 -16 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 Sat Oct 19 5:34: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 EC6B637B401; Sat, 19 Oct 2002 05:34:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D54C43E75; Sat, 19 Oct 2002 05:34:16 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JCXwmV044785; Sat, 19 Oct 2002 05:33:58 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JCXwrF044784; Sat, 19 Oct 2002 05:33:58 -0700 (PDT) Message-Id: <200210191233.g9JCXwrF044784@repoman.freebsd.org> From: Martin Blapp Date: Sat, 19 Oct 2002 05:33:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice-devel/files patch-unoil::com::sun::star::document::makefile.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 mbr 2002/10/19 05:33:58 PDT Removed files: editors/openoffice-devel/files patch-unoil::com::sun::star::document::makefile.mk Log: Patch is not needed anymore. Revision Changes Path 1.2 +0 -10 ports/editors/openoffice-devel/files/patch-unoil::com::sun::star::document::makefile.mk (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 5:50: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 1D66437B401; Sat, 19 Oct 2002 05:50:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C38B043E6E; Sat, 19 Oct 2002 05:50:44 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JCoQmV045724; Sat, 19 Oct 2002 05:50:26 -0700 (PDT) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JCoQwA045723; Sat, 19 Oct 2002 05:50:26 -0700 (PDT) Message-Id: <200210191250.g9JCoQwA045723@repoman.freebsd.org> From: Peter Pentchev Date: Sat, 19 Oct 2002 05:50:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ftp fetch.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 roam 2002/10/19 05:50:26 PDT Modified files: (Branch: RELENG_4) usr.bin/ftp fetch.c Log: Store the return value of read(2) into a signed variable, so error indications are processed properly instead of forwarded to write(2) as a bogus very, very big write. This should fix 'Invalid argument' errors when the HTTP connection is aborted by the remote server. Reported by: Nikolay Petrov Reviewed by: silence on -audit Approved by: silence on -audit Revision Changes Path 1.12.2.6 +1 -1 src/usr.bin/ftp/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 5:52: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 8EB0437B401; Sat, 19 Oct 2002 05:52:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E5FF43E91; Sat, 19 Oct 2002 05:52:46 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JCqSmV045923; Sat, 19 Oct 2002 05:52:28 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JCqS5J045922; Sat, 19 Oct 2002 05:52:28 -0700 (PDT) Message-Id: <200210191252.g9JCqS5J045922@repoman.freebsd.org> From: Martin Blapp Date: Sat, 19 Oct 2002 05:52:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice-devel/files patch-psprint::source::printergfx::printerjob.cxx X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/19 05:52:27 PDT Added files: editors/openoffice-devel/files patch-psprint::source::printergfx::printerjob.cxx Log: FreeBSD has still no getpwuid_r() Revision Changes Path 1.1 +15 -0 ports/editors/openoffice-devel/files/patch-psprint::source::printergfx::printerjob.cxx (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 5:57: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 8593637B404; Sat, 19 Oct 2002 05:57:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A2E443E88; Sat, 19 Oct 2002 05:57:15 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JCuvmV046264; Sat, 19 Oct 2002 05:56:57 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JCuu0s046263; Sat, 19 Oct 2002 05:56:56 -0700 (PDT) Message-Id: <200210191256.g9JCuu0s046263@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 19 Oct 2002 05:56:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/19 05:56:56 PDT Modified files: etc/mtree BSD.local.dist BSD.usr.dist Log: Add sr_YU locale directories Submitted by: Toni Andjelkovic Revision Changes Path 1.91 +5 -1 src/etc/mtree/BSD.local.dist 1.266 +8 -0 src/etc/mtree/BSD.usr.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 5: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 ADC1E37B401; Sat, 19 Oct 2002 05:59:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6151E43E9C; Sat, 19 Oct 2002 05:59:52 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JCxYmV046358; Sat, 19 Oct 2002 05:59:34 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JCxXTZ046357; Sat, 19 Oct 2002 05:59:33 -0700 (PDT) Message-Id: <200210191259.g9JCxXTZ046357@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 19 Oct 2002 05:59:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/colldef Makefile sr_YU.ISO8859-5.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/10/19 05:59:29 PDT Modified files: share/colldef Makefile Added files: share/colldef sr_YU.ISO8859-5.src Log: Add sr_YU locales Submitted by: Toni Andjelkovic Revision Changes Path 1.51 +3 -1 src/share/colldef/Makefile 1.1 +38 -0 src/share/colldef/sr_YU.ISO8859-5.src (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 6: 4: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 A0F2637B401; Sat, 19 Oct 2002 06:04:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 584D843E65; Sat, 19 Oct 2002 06:04:35 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JD4EmV046856; Sat, 19 Oct 2002 06:04:16 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JD4ECW046854; Sat, 19 Oct 2002 06:04:14 -0700 (PDT) Message-Id: <200210191304.g9JD4ECW046854@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 19 Oct 2002 06:04:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mklocale Makefile src/share/monetdef Makefile sr_YU.ISO8859-2.src sr_YU.ISO8859-5.src src/share/msgdef Makefile sr_YU.ISO8859-2.src sr_YU.ISO8859-5.src src/share/numericdef Makefile sr_YU.ISO8859-2.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/10/19 06:04:12 PDT Modified files: share/mklocale Makefile share/monetdef Makefile share/msgdef Makefile share/numericdef Makefile share/timedef Makefile Added files: share/monetdef sr_YU.ISO8859-2.src sr_YU.ISO8859-5.src share/msgdef sr_YU.ISO8859-2.src sr_YU.ISO8859-5.src share/numericdef sr_YU.ISO8859-2.src sr_YU.ISO8859-5.src share/timedef sr_YU.ISO8859-2.src sr_YU.ISO8859-5.src Log: Add sr_YU locales Submitted by: Toni Andjelkovic Revision Changes Path 1.46 +2 -2 src/share/mklocale/Makefile 1.41 +2 -0 src/share/monetdef/Makefile 1.1 +36 -0 src/share/monetdef/sr_YU.ISO8859-2.src (new) 1.1 +36 -0 src/share/monetdef/sr_YU.ISO8859-5.src (new) 1.42 +2 -0 src/share/msgdef/Makefile 1.1 +10 -0 src/share/msgdef/sr_YU.ISO8859-2.src (new) 1.1 +14 -0 src/share/msgdef/sr_YU.ISO8859-5.src (new) 1.40 +2 -0 src/share/numericdef/Makefile 1.1 +12 -0 src/share/numericdef/sr_YU.ISO8859-2.src (new) 1.1 +12 -0 src/share/numericdef/sr_YU.ISO8859-5.src (new) 1.29 +2 -0 src/share/timedef/Makefile 1.1 +102 -0 src/share/timedef/sr_YU.ISO8859-2.src (new) 1.1 +102 -0 src/share/timedef/sr_YU.ISO8859-5.src (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 6:33: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 C4ABF37B401; Sat, 19 Oct 2002 06:33:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AA3D43E6A; Sat, 19 Oct 2002 06:33:30 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JDXCmV048641; Sat, 19 Oct 2002 06:33:12 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JDXCHF048640; Sat, 19 Oct 2002 06:33:12 -0700 (PDT) Message-Id: <200210191333.g9JDXCHF048640@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 19 Oct 2002 06:33:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen ftok.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/10/19 06:33:12 PDT Modified files: lib/libc/gen ftok.3 Log: The ftok() function has not been in libcompat for quite a while. Revision Changes Path 1.15 +1 -4 src/lib/libc/gen/ftok.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 6:41: 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 ED2F137B401; Sat, 19 Oct 2002 06:41:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 857DC43E6A; Sat, 19 Oct 2002 06:41:05 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JDekmV049173; Sat, 19 Oct 2002 06:40:47 -0700 (PDT) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JDeilc049170; Sat, 19 Oct 2002 06:40:45 -0700 (PDT) Message-Id: <200210191340.g9JDeilc049170@repoman.freebsd.org> From: Jun Kuriyama Date: Sat, 19 Oct 2002 06:40:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/postgresql-tcltk Makefile distinfo pkg-comment pkg-descr pkg-install pkg-message pkg-plist pkg-plist.doc pkg-plist.jdbc pkg-plist.notk pkg-plist.odbc pkg-plist.tcl ports/japanese/postgresql-tcltk/files dot.cshrc.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 kuriyama 2002/10/19 06:40:41 PDT Modified files: japanese/postgresql-tcltk Makefile pkg-comment pkg-descr pkg-plist Removed files: japanese/postgresql-tcltk distinfo pkg-install pkg-message pkg-plist.doc pkg-plist.jdbc pkg-plist.notk pkg-plist.odbc pkg-plist.tcl japanese/postgresql-tcltk/files dot.cshrc.in dot.profile.in patch-aj patch-contrib-retep-build patch-doc-makefile patch-jdbc-build-xml pgsql.sh.tmpl post-install-notes pre-install-notes japanese/postgresql-tcltk/scripts configure.postgresql Log: Update to slave of databases/postgresql7 after repocopy from japanese/postgresql7. PR: ports/43433 Submitted by: Saito Tomokatsu Revision Changes Path 1.33 +38 -183 ports/japanese/postgresql-tcltk/Makefile 1.13 +0 -2 ports/japanese/postgresql-tcltk/distinfo (dead) 1.2 +0 -13 ports/japanese/postgresql-tcltk/files/dot.cshrc.in (dead) 1.2 +0 -18 ports/japanese/postgresql-tcltk/files/dot.profile.in (dead) 1.2 +0 -118 ports/japanese/postgresql-tcltk/files/patch-aj (dead) 1.2 +0 -10 ports/japanese/postgresql-tcltk/files/patch-contrib-retep-build (dead) 1.2 +0 -19 ports/japanese/postgresql-tcltk/files/patch-doc-makefile (dead) 1.2 +0 -10 ports/japanese/postgresql-tcltk/files/patch-jdbc-build-xml (dead) 1.7 +0 -36 ports/japanese/postgresql-tcltk/files/pgsql.sh.tmpl (dead) 1.5 +0 -22 ports/japanese/postgresql-tcltk/files/post-install-notes (dead) 1.2 +0 -21 ports/japanese/postgresql-tcltk/files/pre-install-notes (dead) 1.4 +1 -1 ports/japanese/postgresql-tcltk/pkg-comment 1.5 +4 -20 ports/japanese/postgresql-tcltk/pkg-descr 1.7 +0 -46 ports/japanese/postgresql-tcltk/pkg-install (dead) 1.2 +0 -38 ports/japanese/postgresql-tcltk/pkg-message (dead) 1.10 +148 -91 ports/japanese/postgresql-tcltk/pkg-plist 1.5 +0 -494 ports/japanese/postgresql-tcltk/pkg-plist.doc (dead) 1.4 +0 -27 ports/japanese/postgresql-tcltk/pkg-plist.jdbc (dead) 1.2 +0 -6 ports/japanese/postgresql-tcltk/pkg-plist.notk (dead) 1.4 +0 -10 ports/japanese/postgresql-tcltk/pkg-plist.odbc (dead) 1.7 +0 -148 ports/japanese/postgresql-tcltk/pkg-plist.tcl (dead) 1.4 +0 -277 ports/japanese/postgresql-tcltk/scripts/configure.postgresql (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 6:41: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 CB49C37B401; Sat, 19 Oct 2002 06:41:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 798B143E7B; Sat, 19 Oct 2002 06:41:49 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JDfUmV049288; Sat, 19 Oct 2002 06:41:31 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JDfTGx049285; Sat, 19 Oct 2002 06:41:29 -0700 (PDT) Message-Id: <200210191341.g9JDfTGx049285@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 19 Oct 2002 06:41:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string string.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/10/19 06:41:28 PDT Modified files: lib/libc/string string.3 Log: C89 does not specifiy strsep(), so our strsep() implementation cannot conform to it. Obtained from: OpenBSD Revision Changes Path 1.13 +0 -1 src/lib/libc/string/string.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 6:42: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 49A2537B401; Sat, 19 Oct 2002 06:42:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE6EB43E65; Sat, 19 Oct 2002 06:42:12 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JDfsmV049380; Sat, 19 Oct 2002 06:41:54 -0700 (PDT) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JDfsI8049379; Sat, 19 Oct 2002 06:41:54 -0700 (PDT) Message-Id: <200210191341.g9JDfsI8049379@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 19 Oct 2002 06:41:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/vinum 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/10/19 06:41:54 PDT Modified files: en_US.ISO8859-1/books/handbook/vinum chapter.sgml Log: Add non-breaking spaces where needed. Revision Changes Path 1.9 +10 -10 doc/en_US.ISO8859-1/books/handbook/vinum/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 Oct 19 6: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 C9A2337B401; Sat, 19 Oct 2002 06:44:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 610C643EA9; Sat, 19 Oct 2002 06:44:01 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JDhhmV049681; Sat, 19 Oct 2002 06:43:43 -0700 (PDT) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JDhhPI049680; Sat, 19 Oct 2002 06:43:43 -0700 (PDT) Message-Id: <200210191343.g9JDhhPI049680@repoman.freebsd.org> From: Jun Kuriyama Date: Sat, 19 Oct 2002 06:43:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/postgresql7 Makefile distinfo pkg-comment pkg-descr pkg-install pkg-message pkg-plist pkg-plist.doc pkg-plist.jdbc pkg-plist.notk pkg-plist.odbc pkg-plist.tcl ports/japanese/postgresql7/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 kuriyama 2002/10/19 06:43:43 PDT Modified files: japanese Makefile Removed files: japanese/postgresql7 Makefile distinfo pkg-comment pkg-descr pkg-install pkg-message pkg-plist pkg-plist.doc pkg-plist.jdbc pkg-plist.notk pkg-plist.odbc pkg-plist.tcl japanese/postgresql7/files dot.cshrc.in dot.profile.in patch-aj patch-contrib-retep-build patch-doc-makefile patch-jdbc-build-xml pgsql.sh.tmpl pkgIndex.tcl.in post-install-notes pre-install-notes japanese/postgresql7/scripts configure.postgresql Log: Remove japanese/postgresql7 (obsoleted by japanese/postgresql-tcktk). Connect japanese/postgresql-tcltk. Revision Changes Path 1.453 +1 -1 ports/japanese/Makefile 1.33 +0 -202 ports/japanese/postgresql7/Makefile (dead) 1.13 +0 -2 ports/japanese/postgresql7/distinfo (dead) 1.2 +0 -13 ports/japanese/postgresql7/files/dot.cshrc.in (dead) 1.2 +0 -18 ports/japanese/postgresql7/files/dot.profile.in (dead) 1.2 +0 -118 ports/japanese/postgresql7/files/patch-aj (dead) 1.2 +0 -10 ports/japanese/postgresql7/files/patch-contrib-retep-build (dead) 1.2 +0 -19 ports/japanese/postgresql7/files/patch-doc-makefile (dead) 1.2 +0 -10 ports/japanese/postgresql7/files/patch-jdbc-build-xml (dead) 1.7 +0 -36 ports/japanese/postgresql7/files/pgsql.sh.tmpl (dead) 1.2 +0 -4 ports/japanese/postgresql7/files/pkgIndex.tcl.in (dead) 1.5 +0 -22 ports/japanese/postgresql7/files/post-install-notes (dead) 1.2 +0 -21 ports/japanese/postgresql7/files/pre-install-notes (dead) 1.4 +0 -1 ports/japanese/postgresql7/pkg-comment (dead) 1.5 +0 -24 ports/japanese/postgresql7/pkg-descr (dead) 1.7 +0 -46 ports/japanese/postgresql7/pkg-install (dead) 1.2 +0 -38 ports/japanese/postgresql7/pkg-message (dead) 1.10 +0 -91 ports/japanese/postgresql7/pkg-plist (dead) 1.5 +0 -494 ports/japanese/postgresql7/pkg-plist.doc (dead) 1.4 +0 -27 ports/japanese/postgresql7/pkg-plist.jdbc (dead) 1.2 +0 -6 ports/japanese/postgresql7/pkg-plist.notk (dead) 1.4 +0 -10 ports/japanese/postgresql7/pkg-plist.odbc (dead) 1.7 +0 -148 ports/japanese/postgresql7/pkg-plist.tcl (dead) 1.4 +0 -277 ports/japanese/postgresql7/scripts/configure.postgresql (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 6:45: 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 BC77E37B401; Sat, 19 Oct 2002 06:45:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71A1343E65; Sat, 19 Oct 2002 06:45:01 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JDifmV049804; Sat, 19 Oct 2002 06:44:42 -0700 (PDT) (envelope-from roger@repoman.freebsd.org) Received: (from roger@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JDie3n049802; Sat, 19 Oct 2002 06:44:40 -0700 (PDT) Message-Id: <200210191344.g9JDie3n049802@repoman.freebsd.org> From: Roger Hardiman Date: Sat, 19 Oct 2002 06:44:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/speex 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/10/19 06:44:38 PDT Modified files: audio/speex Makefile Log: Rename to comply with porters handbook. Revision Changes Path 1.8 +2 -2 ports/audio/speex/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 6:45: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 DC9C237B401; Sat, 19 Oct 2002 06:45:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 921A843E91; Sat, 19 Oct 2002 06:45:34 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JDjGmV049883; Sat, 19 Oct 2002 06:45:16 -0700 (PDT) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JDjG2f049882; Sat, 19 Oct 2002 06:45:16 -0700 (PDT) Message-Id: <200210191345.g9JDjG2f049882@repoman.freebsd.org> From: Jun Kuriyama Date: Sat, 19 Oct 2002 06:45:16 -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 kuriyama 2002/10/19 06:45:16 PDT Modified files: . modules Log: Add ja-postgresql-tcltk. Remove ja-postgresql7. Revision Changes Path 1.6108 +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 Sat Oct 19 6: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 CB25C37B401; Sat, 19 Oct 2002 06:49:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 810F443E8A; Sat, 19 Oct 2002 06:49:03 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JDmjmV049998; Sat, 19 Oct 2002 06:48:45 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JDmjNP049997; Sat, 19 Oct 2002 06:48:45 -0700 (PDT) Message-Id: <200210191348.g9JDmjNP049997@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 19 Oct 2002 06:48:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio printf.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/10/19 06:48:45 PDT Modified files: lib/libc/stdio printf.3 Log: Indent code example with one tab, not two, for consistency with the rest. Revision Changes Path 1.50 +8 -8 src/lib/libc/stdio/printf.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 6:53: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 2C03C37B401; Sat, 19 Oct 2002 06:53:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E008643E77; Sat, 19 Oct 2002 06:53:28 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JDrAmV050387; Sat, 19 Oct 2002 06:53:10 -0700 (PDT) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JDrAFx050386; Sat, 19 Oct 2002 06:53:10 -0700 (PDT) Message-Id: <200210191353.g9JDrAFx050386@repoman.freebsd.org> From: Jun Kuriyama Date: Sat, 19 Oct 2002 06:53:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean Makefile ports/korean/ghostscript-gnu-cjk Makefile pkg-comment pkg-descr pkg-plist ports/korean/ghostscript-gnu-cjk/files CIDFnmap.ko X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/10/19 06:53:10 PDT Modified files: korean Makefile Removed files: korean/ghostscript-gnu-cjk Makefile pkg-comment pkg-descr pkg-plist korean/ghostscript-gnu-cjk/files CIDFnmap.ko Log: Remove obsoleted port. Approved by: mita (maintainer) Revision Changes Path 1.74 +0 -1 ports/korean/Makefile 1.4 +0 -40 ports/korean/ghostscript-gnu-cjk/Makefile (dead) 1.2 +0 -8 ports/korean/ghostscript-gnu-cjk/files/CIDFnmap.ko (dead) 1.2 +0 -1 ports/korean/ghostscript-gnu-cjk/pkg-comment (dead) 1.2 +0 -14 ports/korean/ghostscript-gnu-cjk/pkg-descr (dead) 1.2 +0 -12 ports/korean/ghostscript-gnu-cjk/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 Sat Oct 19 6: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 BDB3037B401; Sat, 19 Oct 2002 06:54:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CFBC43E9C; Sat, 19 Oct 2002 06:54:35 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JDsFmV050545; Sat, 19 Oct 2002 06:54:16 -0700 (PDT) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JDsETN050543; Sat, 19 Oct 2002 06:54:14 -0700 (PDT) Message-Id: <200210191354.g9JDsETN050543@repoman.freebsd.org> From: Jun Kuriyama Date: Sat, 19 Oct 2002 06:54:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/ghostscript-gnu-cjk Makefile pkg-comment pkg-descr pkg-plist ports/japanese/ghostscript-gnu-cjk/files CIDFnmap.jp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/10/19 06:54:14 PDT Modified files: japanese Makefile Removed files: japanese/ghostscript-gnu-cjk Makefile pkg-comment pkg-descr pkg-plist japanese/ghostscript-gnu-cjk/files CIDFnmap.jp Log: Remove obsoleted port. Approved by: mita (maintainer) Revision Changes Path 1.454 +0 -1 ports/japanese/Makefile 1.5 +0 -36 ports/japanese/ghostscript-gnu-cjk/Makefile (dead) 1.2 +0 -15 ports/japanese/ghostscript-gnu-cjk/files/CIDFnmap.jp (dead) 1.2 +0 -1 ports/japanese/ghostscript-gnu-cjk/pkg-comment (dead) 1.3 +0 -14 ports/japanese/ghostscript-gnu-cjk/pkg-descr (dead) 1.2 +0 -8 ports/japanese/ghostscript-gnu-cjk/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 Sat Oct 19 6:55: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 C967437B404; Sat, 19 Oct 2002 06:55:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D6D443E7B; Sat, 19 Oct 2002 06:55:43 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JDtNmV050646; Sat, 19 Oct 2002 06:55:24 -0700 (PDT) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JDtM1Y050645; Sat, 19 Oct 2002 06:55:22 -0700 (PDT) Message-Id: <200210191355.g9JDtM1Y050645@repoman.freebsd.org> From: Jun Kuriyama Date: Sat, 19 Oct 2002 06:55:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/10/19 06:55:22 PDT Modified files: . modules Log: Remove {ja,ko}-ghostscript-cjk. Revision Changes Path 1.6109 +0 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 7:10: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 74C1E37B418; Sat, 19 Oct 2002 07:10:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1051843E9E; Sat, 19 Oct 2002 07:10:10 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JE9omV051444; Sat, 19 Oct 2002 07:09:51 -0700 (PDT) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JE9oNq051443; Sat, 19 Oct 2002 07:09:50 -0700 (PDT) Message-Id: <200210191409.g9JE9oNq051443@repoman.freebsd.org> From: Jun Kuriyama Date: Sat, 19 Oct 2002 07:09:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/xpbiff Makefile ports/mail/xpbiff/files patch-ac 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 kuriyama 2002/10/19 07:09:49 PDT Modified files: mail/xpbiff Makefile Added files: mail/xpbiff/files patch-ae Removed files: mail/xpbiff/files patch-ac Log: Support ja_JP.eucJP locale. PR: ports/43432 Submitted by: Saito Tomokatsu Revision Changes Path 1.14 +1 -0 ports/mail/xpbiff/Makefile 1.3 +0 -344 ports/mail/xpbiff/files/patch-ac (dead) 1.1 +352 -0 ports/mail/xpbiff/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 Oct 19 7:23: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 B47AF37B401; Sat, 19 Oct 2002 07:23:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6603843E97; Sat, 19 Oct 2002 07:23:37 -0700 (PDT) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JENImV052302; Sat, 19 Oct 2002 07:23:18 -0700 (PDT) (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JENI6u052301; Sat, 19 Oct 2002 07:23:18 -0700 (PDT) Message-Id: <200210191423.g9JENI6u052301@repoman.freebsd.org> From: Makoto Matsushita Date: Sat, 19 Oct 2002 07:23:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/i386 boot_crunch.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 matusita 2002/10/19 07:23:18 PDT Modified files: release/i386 boot_crunch.conf Log: Since NEWCARD is the default pccard subsystem, pccard[cd] is no longer needed. Note that pc98 uses OLDCARD so this is only for i386 (thanks nyan-san). OKed by: imp Revision Changes Path 1.55 +2 -2 src/release/i386/boot_crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 7:40: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 912F237B404; Sat, 19 Oct 2002 07:40:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14F7743E7B; Sat, 19 Oct 2002 07:40:44 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JEePmV053311; Sat, 19 Oct 2002 07:40:25 -0700 (PDT) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JEePHq053310; Sat, 19 Oct 2002 07:40:25 -0700 (PDT) Message-Id: <200210191440.g9JEePHq053310@repoman.freebsd.org> From: Jun Kuriyama Date: Sat, 19 Oct 2002 07:40:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/ghostscript-gnu-cjk Makefile distinfo pkg-comment pkg-descr pkg-plist ports/print/ghostscript-gnu-cjk/files CIDFnmaps.patch gs_cidcm.ps.patch gs_res.ps.patch patch-gdev10v:gdev10v.mak patch-gdevalps:gdevalps.mak ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/10/19 07:40:25 PDT Modified files: print Makefile Removed files: print/ghostscript-gnu-cjk Makefile distinfo pkg-comment pkg-descr pkg-plist print/ghostscript-gnu-cjk/files CIDFnmaps.patch gs_cidcm.ps.patch gs_res.ps.patch patch-gdev10v:gdev10v.mak patch-gdevalps:gdevalps.mak patch-gdevlips:gdevlips.mak patch-gdevmd2k:gdevmd2k.mak patch-gdevmjc:gdevmjc.c patch-gdevmjc:gdevmjc.mak patch-src:gdevlbp8.c patch-src:gdevxini.c patch-src:genarch.c patch-src:gp_unifs.c patch-src:unix-gcc.mak patch-src:zmedia2.c print/ghostscript-gnu-cjk/scripts configure configure.batch Log: Remove obsoleted port. PR: ports/41680 Submitted by: Saito Tomokatsu Revision Changes Path 1.224 +0 -1 ports/print/Makefile 1.6 +0 -406 ports/print/ghostscript-gnu-cjk/Makefile (dead) 1.4 +0 -13 ports/print/ghostscript-gnu-cjk/distinfo (dead) 1.2 +0 -100 ports/print/ghostscript-gnu-cjk/files/CIDFnmaps.patch (dead) 1.2 +0 -25 ports/print/ghostscript-gnu-cjk/files/gs_cidcm.ps.patch (dead) 1.2 +0 -28 ports/print/ghostscript-gnu-cjk/files/gs_res.ps.patch (dead) 1.2 +0 -22 ports/print/ghostscript-gnu-cjk/files/patch-gdev10v:gdev10v.mak (dead) 1.2 +0 -25 ports/print/ghostscript-gnu-cjk/files/patch-gdevalps:gdevalps.mak (dead) 1.2 +0 -30 ports/print/ghostscript-gnu-cjk/files/patch-gdevlips:gdevlips.mak (dead) 1.2 +0 -19 ports/print/ghostscript-gnu-cjk/files/patch-gdevmd2k:gdevmd2k.mak (dead) 1.2 +0 -335 ports/print/ghostscript-gnu-cjk/files/patch-gdevmjc:gdevmjc.c (dead) 1.2 +0 -43 ports/print/ghostscript-gnu-cjk/files/patch-gdevmjc:gdevmjc.mak (dead) 1.2 +0 -70 ports/print/ghostscript-gnu-cjk/files/patch-src:gdevlbp8.c (dead) 1.2 +0 -14 ports/print/ghostscript-gnu-cjk/files/patch-src:gdevxini.c (dead) 1.2 +0 -34 ports/print/ghostscript-gnu-cjk/files/patch-src:genarch.c (dead) 1.2 +0 -60 ports/print/ghostscript-gnu-cjk/files/patch-src:gp_unifs.c (dead) 1.2 +0 -163 ports/print/ghostscript-gnu-cjk/files/patch-src:unix-gcc.mak (dead) 1.2 +0 -25 ports/print/ghostscript-gnu-cjk/files/patch-src:zmedia2.c (dead) 1.2 +0 -1 ports/print/ghostscript-gnu-cjk/pkg-comment (dead) 1.2 +0 -12 ports/print/ghostscript-gnu-cjk/pkg-descr (dead) 1.3 +0 -525 ports/print/ghostscript-gnu-cjk/pkg-plist (dead) 1.3 +0 -252 ports/print/ghostscript-gnu-cjk/scripts/configure (dead) 1.2 +0 -14 ports/print/ghostscript-gnu-cjk/scripts/configure.batch (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 7:41: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 DCD8E37B401; Sat, 19 Oct 2002 07:41:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 910CF43E7B; Sat, 19 Oct 2002 07:41:38 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JEfJmV053459; Sat, 19 Oct 2002 07:41:19 -0700 (PDT) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JEfIIb053458; Sat, 19 Oct 2002 07:41:18 -0700 (PDT) Message-Id: <200210191441.g9JEfIIb053458@repoman.freebsd.org> From: Jun Kuriyama Date: Sat, 19 Oct 2002 07:41: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 kuriyama 2002/10/19 07:41:17 PDT Modified files: . modules Log: Remove ghostscript-gnu-cjk. Revision Changes Path 1.6110 +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 Sat Oct 19 8: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 B5DA937B404; Sat, 19 Oct 2002 08:26:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15EEC43E7B; Sat, 19 Oct 2002 08:26:02 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JFPhmX056456; Sat, 19 Oct 2002 08:25:43 -0700 (PDT) (envelope-from gioria@repoman.freebsd.org) Received: (from gioria@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JExRL1054645; Sat, 19 Oct 2002 07:59:27 -0700 (PDT) Message-Id: <200210191459.g9JExRL1054645@repoman.freebsd.org> From: Sebastien Gioria Date: Sat, 19 Oct 2002 07:59:27 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: doc/share/sgml catalog X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2002/10/19 07:59:26 PDT Modified files: share/sgml catalog Log: Adding some french definitions for building relnotes on RELENG_4 Revision Changes Path 1.25 +9 -0 doc/share/sgml/catalog To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 8:26: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 F2E3437B406; Sat, 19 Oct 2002 08:26:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CB7743E9E; Sat, 19 Oct 2002 08:26:02 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JFPhmZ056456; Sat, 19 Oct 2002 08:25:43 -0700 (PDT) (envelope-from gioria@repoman.freebsd.org) Received: (from gioria@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JEujbF054561; Sat, 19 Oct 2002 07:56:45 -0700 (PDT) Message-Id: <200210191456.g9JEujbF054561@repoman.freebsd.org> From: Sebastien Gioria Date: Sat, 19 Oct 2002 07:56:45 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/hardware Makefile Makefile.inc src/release/doc/fr_FR.ISO8859-1/hardware/alpha Makefile article.sgml proc-alpha.sgml src/release/doc/fr_FR.ISO8859-1/hardware/common artheader.sgml config.sgml dev.sgml hw.ent intro.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/10/19 07:56:45 PDT Added files: (Branch: RELENG_4) release/doc/fr_FR.ISO8859-1/hardware Makefile Makefile.inc release/doc/fr_FR.ISO8859-1/hardware/alpha Makefile article.sgml proc-alpha.sgml release/doc/fr_FR.ISO8859-1/hardware/common artheader.sgml config.sgml dev.sgml hw.ent intro.sgml release/doc/fr_FR.ISO8859-1/hardware/i386 Makefile article.sgml proc-i386.sgml Log: Add hardware translation in sync with french translation in -CURRENT Revision Changes Path 1.1.2.1 +15 -0 src/release/doc/fr_FR.ISO8859-1/hardware/Makefile (new) 1.1.2.1 +13 -0 src/release/doc/fr_FR.ISO8859-1/hardware/Makefile.inc (new) 1.1.2.1 +27 -0 src/release/doc/fr_FR.ISO8859-1/hardware/alpha/Makefile (new) 1.2.2.1 +34 -0 src/release/doc/fr_FR.ISO8859-1/hardware/alpha/article.sgml (new) 1.4.2.1 +2986 -0 src/release/doc/fr_FR.ISO8859-1/hardware/alpha/proc-alpha.sgml (new) 1.2.2.1 +23 -0 src/release/doc/fr_FR.ISO8859-1/hardware/common/artheader.sgml (new) 1.1.2.1 +778 -0 src/release/doc/fr_FR.ISO8859-1/hardware/common/config.sgml (new) 1.3.2.1 +3257 -0 src/release/doc/fr_FR.ISO8859-1/hardware/common/dev.sgml (new) 1.2.2.1 +20 -0 src/release/doc/fr_FR.ISO8859-1/hardware/common/hw.ent (new) 1.2.2.1 +28 -0 src/release/doc/fr_FR.ISO8859-1/hardware/common/intro.sgml (new) 1.1.2.1 +27 -0 src/release/doc/fr_FR.ISO8859-1/hardware/i386/Makefile (new) 1.2.2.1 +34 -0 src/release/doc/fr_FR.ISO8859-1/hardware/i386/article.sgml (new) 1.3.2.1 +54 -0 src/release/doc/fr_FR.ISO8859-1/hardware/i386/proc-i386.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 8:26: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 10AC937B407; Sat, 19 Oct 2002 08:26:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 763CF43E4A; Sat, 19 Oct 2002 08:26:02 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JFPhmb056456; Sat, 19 Oct 2002 08:25:43 -0700 (PDT) (envelope-from gioria@repoman.freebsd.org) Received: (from gioria@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JF9ZYW055383; Sat, 19 Oct 2002 08:09:35 -0700 (PDT) Message-Id: <200210191509.g9JF9ZYW055383@repoman.freebsd.org> From: Sebastien Gioria Date: Sat, 19 Oct 2002 08:09:34 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1 Makefile src/release/doc/fr_FR.ISO8859-1/errata article.sgml src/release/doc/fr_FR.ISO8859-1/relnotes/alpha article.sgml src/release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml src/release/doc/fr_FR.ISO8859-1/relnotes/i386 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 gioria 2002/10/19 08:09:33 PDT Modified files: (Branch: RELENG_4) release/doc/fr_FR.ISO8859-1 Makefile release/doc/fr_FR.ISO8859-1/errata article.sgml release/doc/fr_FR.ISO8859-1/relnotes/alpha article.sgml release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml release/doc/fr_FR.ISO8859-1/relnotes/i386 article.sgml Log: errata/article.sgml : Typos fix relnotes/* : adding mailling list support Makefile : Welcome hardware dir to the build Revision Changes Path 1.2.2.4 +1 -1 src/release/doc/fr_FR.ISO8859-1/Makefile 1.1.2.11 +6 -7 src/release/doc/fr_FR.ISO8859-1/errata/article.sgml 1.1.2.2 +3 -3 src/release/doc/fr_FR.ISO8859-1/relnotes/alpha/article.sgml 1.1.2.20 +1 -0 src/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml 1.1.2.2 +3 -3 src/release/doc/fr_FR.ISO8859-1/relnotes/i386/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 Oct 19 8:54: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 E90FE37B404; Sat, 19 Oct 2002 08:54:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7535043E8A; Sat, 19 Oct 2002 08:54:57 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JFsYmV058249; Sat, 19 Oct 2002 08:54:34 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JFsYXW058248; Sat, 19 Oct 2002 08:54:34 -0700 (PDT) Message-Id: <200210191554.g9JFsYXW058248@repoman.freebsd.org> From: Thomas Moestl Date: Sat, 19 Oct 2002 08:54:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include 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 tmm 2002/10/19 08:54:34 PDT Modified files: sys/sparc64/include pcb.h Log: Explicitely specify an alignment for struct pcb. While all regular pcb's are positioned and aligned by md code, dumppcb is just a static variable and requires this. Revision Changes Path 1.12 +1 -1 src/sys/sparc64/include/pcb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 9: 3: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 A470E37B401; Sat, 19 Oct 2002 09:03:08 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3693443E75; Sat, 19 Oct 2002 09:03:07 -0700 (PDT) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org ([12.233.149.189]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021019160305.KPHF26432.sccrmhc02.attbi.com@bmah.dyndns.org>; Sat, 19 Oct 2002 16:03:05 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id g9JG34va092606; Sat, 19 Oct 2002 09:03:04 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id g9JG2xpg092605; Sat, 19 Oct 2002 09:02:59 -0700 (PDT) Message-Id: <200210191602.g9JG2xpg092605@intruder.bmah.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Maxim Sobolev Cc: "Bruce A. Mah" , Juli Mallett , Kris Kennaway , Martin Blapp , Martin Blapp , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/editors/openoffice-devel Makefile distinfo pkg-message pkg-plist ports/editors/openoffice-devel/files debugpatch-setup2::mow::source::loader::loader.c debugpatch-solenv::inc::unx In-Reply-To: <20021019050045.GA14922@vega.vega.com> References: <20021018233203.GA85166@xor.obsecurity.org> <20021019013520.E90671-100000@levais.imp.ch> <20021019021321.GA87745@xor.obsecurity.org> <20021018194359.A46176@FreeBSD.org> <200210190415.g9J4FAH0083715@intruder.bmah.org> <20021019050045.GA14922@vega.vega.com> Comments: In-reply-to Maxim Sobolev message dated "Sat, 19 Oct 2002 08:00:45 +0300." From: bmah@FreeBSD.ORG (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_1367024500P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Sat, 19 Oct 2002 09:02:59 -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_1367024500P Content-Type: text/plain; charset=us-ascii If memory serves me right, Maxim Sobolev wrote: [patch pathnames are too long] > Isn't this solved with introduction of modern tar(1), which can handle > paths up to 250 characters long? Or we aren't switched to the creation > of ustar format archives for the release yet? Whatever format archive is used for the ports distribution, it needs to be extracted by both tar *and* cpio. sysinstall calls cpio to extract the ports tree distribution. > Looks like a inexcusable > omission to me if so, because patches for this were submitted by me > to the re@ team before 4.6-RELEASE, but back then were voted down, because > it was noticed that old tar(1) shipped with 4.6 was unable to properly > extract archives in the ustar format. At the time, I thought it was was unreasonable to ship a tar archive that our system tar couldn't read. > I've supposed that those patches > were included into 4.7, but actually never bothered to check for sure. > Please at least include them into 5.0, so that the problem is closed > once for all. Assuming that the patch now works with our system tar: You said in your original posting to re@ that this patch was "not well-tested but seems to work". I personally would like a greater degree of confidence than that, but it's not high enough on my priority list to put any cycles into it. (Note: comments such as "inexcusable omission" are not likely to increase my motivation.) If it's that important to you, why don't you make the patch "well-tested"? Bruce. --==_Exmh_1367024500P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE9sYIz2MoxcVugUsMRAu/FAJwNRkLI0EU7v1/vOPeDqyvI+pAwJQCg+SEa jPwztW8yt3H33RYVWC9WQTU= =3u9P -----END PGP SIGNATURE----- --==_Exmh_1367024500P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 9: 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 7E8A837B401; Sat, 19 Oct 2002 09:08:35 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 709AC43E9C; Sat, 19 Oct 2002 09:08:34 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.6/8.12.6) with ESMTP id g9JG8WFu053160; Sat, 19 Oct 2002 18:08:32 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.6/8.12.6/Submit) id g9JG8WD0053159; Sat, 19 Oct 2002 18:08:32 +0200 (CEST) Date: Sat, 19 Oct 2002 18:08:32 +0200 From: Wilko Bulte To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_battery.c acpi_cp Message-ID: <20021019180832.A53067@freebie.xs4all.nl> References: <20021017202151.A40624@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Fri, Oct 18, 2002 at 11:01:18AM -0400 X-OS: FreeBSD 4.7-RC 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, Oct 18, 2002 at 11:01:18AM -0400, John Baldwin wrote: > > On 17-Oct-2002 Wilko Bulte wrote: > > On Wed, Oct 16, 2002 at 10:28:53AM -0700, John Baldwin wrote: > >> jhb 2002/10/16 10:28:53 PDT > >> > >> Modified files: > >> sys/dev/acpica acpi.c acpi_battery.c acpi_cpu.c > >> acpi_ec.c acpi_lid.c acpi_powerres.c > >> acpi_thermal.c > >> sys/dev/acpica/Osd OsdInterrupt.c > >> Log: > >> Catch up to changes in acpivar.h to add support for using ACPI on > >> 4-stable systems. > > > > Hm? I thought 4.x would never gain ACPI support? Or do I misinterpret? > > I've backported all but the PCI bits. I don't plan on committing ACPI > itself to 4.x, but there are several people who like/need things like > soft power-off to work on 4.x, so I'm trying to make it as easy as > possible to just drop in the ACPI bits into a 4.x tree and get ACPI support > with a small patch. GREAT STUFF! I have a Compaq EVON160 laptop which is ACPI-only and to which this would fit like a charm ;) -- | / 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 Sat Oct 19 9: 9: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 D70A537B401; Sat, 19 Oct 2002 09:09:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8963F43E88; Sat, 19 Oct 2002 09:09:35 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JG9GmV059074; Sat, 19 Oct 2002 09:09:16 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JG9GEA059073; Sat, 19 Oct 2002 09:09:16 -0700 (PDT) Message-Id: <200210191609.g9JG9GEA059073@repoman.freebsd.org> From: Robert Watson Date: Sat, 19 Oct 2002 09:09:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs README.acls X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/19 09:09:16 PDT Modified files: sys/ufs/ufs README.acls Log: Clarify that the UFS1 extended attribute configuration steps do not apply to UFS2 file systems. Submitted by: jedgar Obtained from: TrustedBSD Project Revision Changes Path 1.6 +2 -2 src/sys/ufs/ufs/README.acls To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 9:15: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 8E05E37B401; Sat, 19 Oct 2002 09:15:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40C6943E7B; Sat, 19 Oct 2002 09:15:54 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JGFZmV059634; Sat, 19 Oct 2002 09:15:35 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JGFZlA059633; Sat, 19 Oct 2002 09:15:35 -0700 (PDT) Message-Id: <200210191615.g9JGFZlA059633@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 19 Oct 2002 09:15:35 -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/10/19 09:15:35 PDT Modified files: share/sgml man-refs.ent Log: Add entities for some of the wide character C library functions. This only adds those required by a release note documenting these features. Also add an entity for pst(4). Revision Changes Path 1.166 +5 -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 Sat Oct 19 9: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 23D1937B401; Sat, 19 Oct 2002 09:17:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC55843E8A; Sat, 19 Oct 2002 09:17:27 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JGH7mV059729; Sat, 19 Oct 2002 09:17:08 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JGH66q059728; Sat, 19 Oct 2002 09:17:06 -0700 (PDT) Message-Id: <200210191617.g9JGH66q059728@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 19 Oct 2002 09:17:05 -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/10/19 09:17:03 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: Wide character C library functions. Modified release note: Use manpage entity for pst(4). Revision Changes Path 1.437 +8 -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 Sat Oct 19 9: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 1DAB137B401; Sat, 19 Oct 2002 09:41:07 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF49443E6A; Sat, 19 Oct 2002 09:40:58 -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 g9JGei841411; Sat, 19 Oct 2002 19:40:45 +0300 (EEST) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id g9JGecaJ099535; Sat, 19 Oct 2002 19:40:38 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.6/8.12.5/Submit) id g9JGeXRb099534; Sat, 19 Oct 2002 19:40:33 +0300 (EEST) Date: Sat, 19 Oct 2002 19:40:32 +0300 From: Maxim Sobolev To: "Bruce A. Mah" Cc: Juli Mallett , Kris Kennaway , Martin Blapp , Martin Blapp , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/editors/openoffice-devel Makefile distinfo pkg-message pkg-plist ports/editors/openoffice-devel/files debugpatch-setup2::mow::source::loader::loader.c debugpatch-solenv::inc::unx Message-ID: <20021019164032.GA99082@vega.vega.com> References: <20021018233203.GA85166@xor.obsecurity.org> <20021019013520.E90671-100000@levais.imp.ch> <20021019021321.GA87745@xor.obsecurity.org> <20021018194359.A46176@FreeBSD.org> <200210190415.g9J4FAH0083715@intruder.bmah.org> <20021019050045.GA14922@vega.vega.com> <200210191602.g9JG2xpg092605@intruder.bmah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200210191602.g9JG2xpg092605@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 Sat, Oct 19, 2002 at 09:02:59AM -0700, Bruce A. Mah wrote: > If memory serves me right, Maxim Sobolev wrote: > > [patch pathnames are too long] > > > Isn't this solved with introduction of modern tar(1), which can handle > > paths up to 250 characters long? Or we aren't switched to the creation > > of ustar format archives for the release yet? > > Whatever format archive is used for the ports distribution, it needs to > be extracted by both tar *and* cpio. sysinstall calls cpio to extract > the ports tree distribution. cpio shouldn't have any problems with it, because it supports ustar archives without any problems (unlike old tar). > > Looks like a inexcusable > > omission to me if so, because patches for this were submitted by me > > to the re@ team before 4.6-RELEASE, but back then were voted down, because > > it was noticed that old tar(1) shipped with 4.6 was unable to properly > > extract archives in the ustar format. > > At the time, I thought it was was unreasonable to ship a tar archive > that our system tar couldn't read. Is it worser than knowingly shipping ports collection, which contains some patches missed due to the LongLink problem? > > I've supposed that those patches > > were included into 4.7, but actually never bothered to check for sure. > > Please at least include them into 5.0, so that the problem is closed > > once for all. > > Assuming that the patch now works with our system tar: You said in your > original posting to re@ that this patch was "not well-tested but seems > to work". I personally would like a greater degree of confidence than > that, but it's not high enough on my priority list to put any cycles > into it. (Note: comments such as "inexcusable omission" are not likely > to increase my motivation.) > > If it's that important to you, why don't you make the patch > "well-tested"? Ok, I'll test it. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 9:54: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 5E37337B401; Sat, 19 Oct 2002 09:54:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A5F443E91; Sat, 19 Oct 2002 09:54:36 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JGsHmV062384; Sat, 19 Oct 2002 09:54:17 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JGsHDD062383; Sat, 19 Oct 2002 09:54:17 -0700 (PDT) Message-Id: <200210191654.g9JGsHDD062383@repoman.freebsd.org> From: Robert Watson Date: Sat, 19 Oct 2002 09:54:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/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 rwatson 2002/10/19 09:54:16 PDT Modified files: sys/alpha/conf GENERIC sys/i386/conf GENERIC sys/ia64/conf GENERIC sys/pc98/conf GENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC Log: Permits UFS ACLs to be used with the GENERIC kernel. Due to recent ACL configuration changes, this shouldn't result in different code paths for file systems not explicitly configured for ACLs by the system administrator. For UFS1, administrators must still recompile their kernel to add support for extended attributes; for UFS2, it's sufficient to enable ACLs using tunefs or at mount-time (tunefs preferred for reliability reasons). UFS2, for a variety of reasons, including performance and reliability, is the preferred file system for use with ACLs. Approved by: re Revision Changes Path 1.153 +1 -0 src/sys/alpha/conf/GENERIC 1.369 +1 -0 src/sys/i386/conf/GENERIC 1.40 +1 -0 src/sys/ia64/conf/GENERIC 1.219 +1 -0 src/sys/pc98/conf/GENERIC 1.19 +1 -0 src/sys/powerpc/conf/GENERIC 1.39 +1 -0 src/sys/sparc64/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 9:58: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 8FEB337B401; Sat, 19 Oct 2002 09:58:45 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3C3C43E97; Sat, 19 Oct 2002 09:58:44 -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 g9JGwivS017345; Sat, 19 Oct 2002 09:58:44 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g9JGvT7w017337; Sat, 19 Oct 2002 09:57:29 -0700 (PDT) Date: Sat, 19 Oct 2002 09:57:29 -0700 From: "David O'Brien" To: Martin Blapp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice-devel/files patch-berkeleydb::db-3.2.9.patch patch-bridges::prj::build.lst patch-bridges::source::cpp_uno::gcc2_freebsd_intel patch-bridges::source::cpp_uno::gcc3_freebsd_intel patch-bridges::source::prot_uno::makefile.mk patch-comphelper::util::makefile.mk patch-config_office::configure.in patch-connectivity::source::drivers::mozab::makefile.mk patch-cppu::prj::build.lst patch-cppuhelper::source::makefile.mk patch-dmake::unix::linux::gnu::make.sh ... Message-ID: <20021019165729.GC17186@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Martin Blapp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200210182255.g9IMtjmn094919@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210182255.g9IMtjmn094919@repoman.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 Fri, Oct 18, 2002 at 03:55:44PM -0700, Martin Blapp wrote: > Added files: > editors/openoffice-devel/files > patch-setup2::source::custom::jvmsetup::loader::jvmsetup.sh > Log: > Re-add previously deleted files. Couldn't you PLEASE use a single character for the path seperator?? If you use the port that helps create such patches as these; you can specify the path seperator string. patch-setup2::source::custom::jvmsetup::loader::jvmsetup.sh becomes patch-setup2:source:custom:jvmsetup:loader:jvmsetup.sh which is several characters shorter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10:15: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 9A40837B401; Sat, 19 Oct 2002 10:15:49 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11F7643E7B; Sat, 19 Oct 2002 10:15:49 -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 g9JHEhOo084099; Sat, 19 Oct 2002 13:14:44 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sat, 19 Oct 2002 13:14:43 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC In-Reply-To: <200210191654.g9JGsHDD062383@repoman.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 Sat, 19 Oct 2002, Robert Watson wrote: > Permits UFS ACLs to be used with the GENERIC kernel. Due to recent > ACL configuration changes, this shouldn't result in different code > paths > for file systems not explicitly configured for ACLs by the system > administrator. For UFS1, administrators must still recompile their > kernel to add support for extended attributes; for UFS2, it's > sufficient > to enable ACLs using tunefs or at mount-time (tunefs preferred for > reliability reasons). UFS2, for a variety of reasons, including > performance and reliability, is the preferred file system for use with > ACLs. The upshot of this is that to use ACLs with UFS1, you still do need to make a very explicit kernel reconfiguration choice, but if you use the slightly more experimental UFS2, they will "just work" once you twiddle the tunefs admin knob for the file system. ACLs have received fairly extensive testing, and due to the recent changes, you really shouldn't bump into the ACL code paths at all with this change unless the mount flag is set; if you notice any problems at all, please let me know ASAP. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10: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 A8F2037B401; Sat, 19 Oct 2002 10:16:46 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1372443E65; Sat, 19 Oct 2002 10:16:45 -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 g9JHGhEG034766; Sat, 19 Oct 2002 19:16:43 +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 g9JHGg751708111; Sat, 19 Oct 2002 19:16:43 +0200 (MES) Date: Sat, 19 Oct 2002 19:17:39 +0200 (CEST) From: Martin Blapp To: "David O'Brien" Cc: Martin Blapp , , Subject: Re: cvs commit: ports/editors/openoffice-devel/files patch-berkeleydb::db-3.2.9.patch patch-bridges::prj::build.lst patch-bridges::source::cpp_uno::gcc2_freebsd_intel patch-bridges::source::cpp_uno::g In-Reply-To: <20021019165729.GC17186@dragon.nuxi.com> Message-ID: <20021019191529.W90671-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, > Couldn't you PLEASE use a single character for the path seperator?? > If you use the port that helps create such patches as these; you can > specify the path seperator string. Sound like a good idea. But I like to keep the patch names consistent. So does it bother you if I change all patches to this way ? And I think this is something a repo-meister needs to do, isn't it ? I do not want to loose all information. A better idea would also be to find a char which separates, and which gets treated as a normal char form bash. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10:20: 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 69D1A37B404; Sat, 19 Oct 2002 10:20:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03F8B43E9E; Sat, 19 Oct 2002 10:20:01 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JHJfmV063984; Sat, 19 Oct 2002 10:19:41 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JHJfEC063983; Sat, 19 Oct 2002 10:19:41 -0700 (PDT) Message-Id: <200210191719.g9JHJfEC063983@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 19 Oct 2002 10:19:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom/bde g_bde.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/10/19 10:19:41 PDT Modified files: sys/geom/bde g_bde.c Log: Fix a missing initialization. Revision Changes Path 1.2 +1 -0 src/sys/geom/bde/g_bde.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10:24: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 5CB2E37B401; Sat, 19 Oct 2002 10:24:18 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9E4943E7B; Sat, 19 Oct 2002 10:24:17 -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 g9JHOHvS023469; Sat, 19 Oct 2002 10:24:17 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g9JHN2Zp023460; Sat, 19 Oct 2002 10:23:02 -0700 (PDT) Date: Sat, 19 Oct 2002 10:23:01 -0700 From: "David O'Brien" To: Martin Blapp Cc: Martin Blapp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice-devel/files patch-berkeleydb::db-3.2.9.patch patch-bridges::prj::build.lst patch-bridges::source::cpp_uno::gcc2_freebsd_intel patch-bridges::source::cpp_uno::g Message-ID: <20021019172301.GE17186@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Martin Blapp , Martin Blapp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20021019165729.GC17186@dragon.nuxi.com> <20021019191529.W90671-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021019191529.W90671-100000@levais.imp.ch> 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, Oct 19, 2002 at 07:17:39PM +0200, Martin Blapp wrote: > So does it bother you if I change all patches to this way ? And I > think this is something a repo-meister needs to do, isn't it ? I > do not want to loose all information. It would make me happy. The ones you just added, you could just rm and re-commit as there is no history to loose. > A better idea would also be to find a char which separates, and > which gets treated as a normal char form bash. % To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10:26: 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 A5B6437B406; Sat, 19 Oct 2002 10:26:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8BD443E88; Sat, 19 Oct 2002 10:26:02 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JHPhmZ064516; Sat, 19 Oct 2002 10:25:43 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JH5RlY063136; Sat, 19 Oct 2002 10:05:27 -0700 (PDT) Message-Id: <200210191705.g9JH5RlY063136@repoman.freebsd.org> From: Scott Long Date: Sat, 19 Oct 2002 10:05:27 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: ports/sysutils/cdrtools/files patch-bc X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/19 10:05:27 PDT Added files: sysutils/cdrtools/files patch-bc Log: Make the cdrecord portion of cdrtools compile. 5-CURRENT defines _POSIX_MEMLOCK, which was causing cdrecord to think that mlockall(2) was available. Of course the real solution is to not define _POSIX_MEMLOCK until this is true. Revision Changes Path 1.1 +11 -0 ports/sysutils/cdrtools/files/patch-bc (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10:26: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 D535F37B408; Sat, 19 Oct 2002 10:26:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F03C743E91; Sat, 19 Oct 2002 10:26:02 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JHPhmb064516; Sat, 19 Oct 2002 10:25:43 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JH2JrM062903; Sat, 19 Oct 2002 10:02:19 -0700 (PDT) Message-Id: <200210191702.g9JH2JrM062903@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 19 Oct 2002 10:02:19 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: src/sys/conf NOTES files options src/sys/geom/bde g_bde.c g_bde.h g_bde_crypt.c g_bde_lock.c g_bde_work.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/10/19 10:02:19 PDT Modified files: sys/conf NOTES files options Added files: sys/geom/bde g_bde.c g_bde.h g_bde_crypt.c g_bde_lock.c g_bde_work.c Log: Add Geom Based Disk Encryption to the tree. This is an encryption module designed for to secure denial of access to the contents of "cold disks" with or without destruction activation. Major features: * Based on AES, MD5 and ARC4 algorithms. * Four cryptographic barriers: 1) Pass-phrase encrypts the master key. 2) Pass-phrase + Lock data locates master key. 3) 128 bit key derived from 2048 bit master key protects sector key. 3) 128 bit random single-use sector keys protect data payload. * Up to four different changeable pass-phrases. * Blackening feature for provable destruction of master key material. * Isotropic disk contents offers no information about sector contents. * Configurable destination sector range allows steganographic deployment. This commit adds the kernel part, separate commits will follow for the userland utility and documentation. This software was developed for the FreeBSD Project by Poul-Henning Kamp and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA CHATS research program. Many thanks to Robert Watson, CBOSS Principal Investigator for making this possible. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.1101 +1 -0 src/sys/conf/NOTES 1.723 +4 -0 src/sys/conf/files 1.359 +1 -0 src/sys/conf/options 1.1 +282 -0 src/sys/geom/bde/g_bde.c (new) 1.1 +150 -0 src/sys/geom/bde/g_bde.h (new) 1.1 +356 -0 src/sys/geom/bde/g_bde_crypt.c (new) 1.1 +311 -0 src/sys/geom/bde/g_bde_lock.c (new) 1.1 +731 -0 src/sys/geom/bde/g_bde_work.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 Oct 19 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 B4DAA37B406; Sat, 19 Oct 2002 10:28:45 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC17243E77; Sat, 19 Oct 2002 10:28:44 -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 g9JHSDOo087185; Sat, 19 Oct 2002 13:28:13 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sat, 19 Oct 2002 13:28:13 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf NOTES files options src/sys/geom/bde g_bde.c g_bde.h g_bde_crypt.c g_bde_lock.c g_bde_work.c In-Reply-To: <200210191702.g9JH2JrM062903@repoman.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 phk left it out, but: Approved by re@ The scope for damage is highly limited as it's an isolated module that isn't compiled in by default. (my commit messages are, at the very least, arriving out-of-order: I got this after the bug fix commit) Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Sat, 19 Oct 2002, Poul-Henning Kamp wrote: > phk 2002/10/19 10:02:19 PDT > > Modified files: > sys/conf NOTES files options > Added files: > sys/geom/bde g_bde.c g_bde.h g_bde_crypt.c > g_bde_lock.c g_bde_work.c > Log: > Add Geom Based Disk Encryption to the tree. > > This is an encryption module designed for to secure denial of access > to the contents of "cold disks" with or without destruction activation. > > Major features: > > * Based on AES, MD5 and ARC4 algorithms. > * Four cryptographic barriers: > 1) Pass-phrase encrypts the master key. > 2) Pass-phrase + Lock data locates master key. > 3) 128 bit key derived from 2048 bit master key protects sector key. > 3) 128 bit random single-use sector keys protect data payload. > * Up to four different changeable pass-phrases. > * Blackening feature for provable destruction of master key material. > * Isotropic disk contents offers no information about sector contents. > * Configurable destination sector range allows steganographic deployment. > > This commit adds the kernel part, separate commits will follow for the > userland utility and documentation. > > This software was developed for the FreeBSD Project by Poul-Henning Kamp and > NAI Labs, the Security Research Division of Network Associates, Inc. under > DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA CHATS > research program. > > Many thanks to Robert Watson, CBOSS Principal Investigator for making this > possible. > > Sponsored by: DARPA & NAI Labs. > > Revision Changes Path > 1.1101 +1 -0 src/sys/conf/NOTES > 1.723 +4 -0 src/sys/conf/files > 1.359 +1 -0 src/sys/conf/options > 1.1 +282 -0 src/sys/geom/bde/g_bde.c (new) > 1.1 +150 -0 src/sys/geom/bde/g_bde.h (new) > 1.1 +356 -0 src/sys/geom/bde/g_bde_crypt.c (new) > 1.1 +311 -0 src/sys/geom/bde/g_bde_lock.c (new) > 1.1 +731 -0 src/sys/geom/bde/g_bde_work.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 Oct 19 10: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 5F8F637B401; Sat, 19 Oct 2002 10:33:27 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9976C43E75; Sat, 19 Oct 2002 10:33:25 -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 g9JHXOEG036290; Sat, 19 Oct 2002 19:33:24 +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 g9JHXO751733561; Sat, 19 Oct 2002 19:33:24 +0200 (MES) Date: Sat, 19 Oct 2002 19:34:21 +0200 (CEST) From: Martin Blapp To: "David O'Brien" Cc: Martin Blapp , , Subject: Re: cvs commit: ports/editors/openoffice-devel/files patch-berkeleydb::db-3.2.9.patch patch-bridges::prj::build.lst patch-bridges::source::cpp_uno::gcc2_freebsd_intel patch-bridges::source::cpp_uno::g In-Reply-To: <20021019172301.GE17186@dragon.nuxi.com> Message-ID: <20021019192942.X90671-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-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, > It would make me happy. The ones you just added, you could just rm and > re-commit as there is no history to loose. Yes the ones from the development snapshot I can delete again. If possible, can I request a repomove of these patches in ports/editors/openoffice and delete the old ones later ? I'd like to keep both patch collections the same. > > A better idea would also be to find a char which separates, and > > which gets treated as a normal char form bash. > > % patch-vcl%unx%source%gdi%native-msgbox%makefile.mk hmm, a ":" was better :P What about: patch-vcl¦unx¦source¦gdi¦native-msgbox¦makefile.mk Looks like shells like this one. Yes - it is similar to a pipe, but different. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10:42: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 2828737B401; Sat, 19 Oct 2002 10:42:30 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA1B43E77; Sat, 19 Oct 2002 10:42:29 -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 g9JHgSvS023690; Sat, 19 Oct 2002 10:42:29 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g9JHfDqX023679; Sat, 19 Oct 2002 10:41:13 -0700 (PDT) Date: Sat, 19 Oct 2002 10:41:13 -0700 From: "David O'Brien" To: Martin Blapp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice-devel/files patch-berkeleydb::db-3.2.9.patch patch-bridges::prj::build.lst patch-bridges::source::cpp_uno::gcc2_freebsd_intel patch-bridges::source::cpp_uno::g Message-ID: <20021019174113.GA23648@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Martin Blapp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20021019172301.GE17186@dragon.nuxi.com> <20021019192942.X90671-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021019192942.X90671-100000@levais.imp.ch> 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, Oct 19, 2002 at 07:34:21PM +0200, Martin Blapp wrote: > > > A better idea would also be to find a char which separates, and > > > which gets treated as a normal char form bash. > > > > % > > patch-vcl%unx%source%gdi%native-msgbox%makefile.mk > > hmm, a ":" was better :P Looks fine to me. > What about: > > patch-vcl?unx?source?gdi?native-msgbox?makefile.mk > > Looks like shells like this one. Of course they do, '?' is a shell metacharacter taking the place of '.' in normal regular expression syntax. Perhaps you could pick something else? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10:46: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 CA3D137B401; Sat, 19 Oct 2002 10:46:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7915643E4A; Sat, 19 Oct 2002 10:46:35 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JHkGmV065772; Sat, 19 Oct 2002 10:46:16 -0700 (PDT) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JHkGJL065771; Sat, 19 Oct 2002 10:46:16 -0700 (PDT) Message-Id: <200210191746.g9JHkGJL065771@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 19 Oct 2002 10:46:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/understand_c Makefile distinfo ports/devel/understand_ada 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/10/19 10:46:16 PDT Modified files: devel/understand_c Makefile distinfo devel/understand_ada Makefile distinfo Log: Update to 1.4 Build 182 Revision Changes Path 1.37 +1 -1 ports/devel/understand_ada/Makefile 1.35 +1 -1 ports/devel/understand_ada/distinfo 1.56 +1 -1 ports/devel/understand_c/Makefile 1.53 +1 -1 ports/devel/understand_c/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10:47: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 E971837B401; Sat, 19 Oct 2002 10:47:19 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E88A943E88; Sat, 19 Oct 2002 10:47: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 g9JHlIEG038208; Sat, 19 Oct 2002 19:47:18 +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 g9JHlH751732346; Sat, 19 Oct 2002 19:47:17 +0200 (MES) Date: Sat, 19 Oct 2002 19:48:14 +0200 (CEST) From: Martin Blapp To: "David O'Brien" Cc: Martin Blapp , , Subject: Re: cvs commit: ports/editors/openoffice-devel/files patch-berkeleydb::db-3.2.9.patch patch-bridges::prj::build.lst patch-bridges::source::cpp_uno::gcc2_freebsd_intel patch-bridges::source::cpp_uno::g In-Reply-To: <20021019174113.GA23648@dragon.nuxi.com> Message-ID: <20021019194605.F90671-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, > > patch-vcl?unx?source?gdi?native-msgbox?makefile.mk Heh. It wasn't a "?", it's a symbol similar to a pipe. Looks you have no 8-bit charset in your mailreader :P Maybe just one ":". Can we make the bash and sh to treat this one as normal character then ? That's the other way around ;) Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10:51: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 D47B237B404; Sat, 19 Oct 2002 10:51:15 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 405E543EA3; Sat, 19 Oct 2002 10:51:13 -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 g9JHp2844222; Sat, 19 Oct 2002 20:51:03 +0300 (EEST) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id g9JHovaJ099709; Sat, 19 Oct 2002 20:50:57 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.6/8.12.5/Submit) id g9JHosdW099708; Sat, 19 Oct 2002 20:50:54 +0300 (EEST) Date: Sat, 19 Oct 2002 20:50:54 +0300 From: Maxim Sobolev To: Martin Blapp Cc: "David O'Brien" , Martin Blapp , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/editors/openoffice-devel/files patch-berkeleydb::db-3.2.9.patch patch-bridges::prj::build.lst patch-bridges::source::cpp_uno::gcc2_freebsd_intel patch-bridges::source::cpp_uno::g Message-ID: <20021019175054.GB99553@vega.vega.com> References: <20021019172301.GE17186@dragon.nuxi.com> <20021019192942.X90671-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20021019192942.X90671-100000@levais.imp.ch> 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 Sat, Oct 19, 2002 at 07:34:21PM +0200, Martin Blapp wrote: > > Hi, > > > It would make me happy. The ones you just added, you could just rm and > > re-commit as there is no history to loose. > > Yes the ones from the development snapshot I can delete again. > > If possible, can I request a repomove of these patches in > ports/editors/openoffice and delete the old ones later ? I'd like > to keep both patch collections the same. > > > > A better idea would also be to find a char which separates, and > > > which gets treated as a normal char form bash. > > > > % > > patch-vcl%unx%source%gdi%native-msgbox%makefile.mk > > hmm, a ":" was better :P > > What about: > > patch-vcl?unx?source?gdi?native-msgbox?makefile.mk > > Looks like shells like this one. Yes - it is similar to > a pipe, but different. Nah, the `?' is shell globing character (man 3 glob), so that I don't think it is a good idea to use it. It is even worse that `:', because the latter is GNU-specific extension, while the former is POSIX thing. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10:56: 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 CD04237B401; Sat, 19 Oct 2002 10:56:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9726B43EAA; Sat, 19 Oct 2002 10:56:03 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JHthmh069334; Sat, 19 Oct 2002 10:55:44 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JGiNOo061574; Sat, 19 Oct 2002 09:44:23 -0700 (PDT) Message-Id: <200210191644.g9JGiNOo061574@repoman.freebsd.org> From: Sam Leffler Date: Sat, 19 Oct 2002 09:44:22 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: src/release 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 sam 2002/10/19 09:44:21 PDT Modified files: release Makefile Log: Fixups to get make release going again for i386: o mount (and unmount) devfs in the chroot'd filesystem o handle umounting devfs in case of a keyboard interrupt o remove MAKEDEV from the fixit floppy so things fit again (mount_devfs was added in a separate commit) o explicitly remove mfsroot.gz and loader.conf when building the cd-rom area as otherwice cp -Rp aborts when a previous run left identical files around o increase the number of inodes on the drivers floppy; moving drivers from the kernel there (to shrink it's size) caused things to overflow o while we're increasing the driver's floppy inode config, separate out all parameters from the boot floppy Approved by: re Revision Changes Path 1.712 +21 -5 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10:56: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 04CBC37B404; Sat, 19 Oct 2002 10:56:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6D7F43EB1; Sat, 19 Oct 2002 10:56:03 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JHthmj069334; Sat, 19 Oct 2002 10:55:44 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JGdS5n061115; Sat, 19 Oct 2002 09:39:28 -0700 (PDT) Message-Id: <200210191639.g9JGdS5n061115@repoman.freebsd.org> From: Sam Leffler Date: Sat, 19 Oct 2002 09:39:28 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: src/lib/libdisk disk.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 sam 2002/10/19 09:39:28 PDT Modified files: lib/libdisk disk.c Log: o since you can't use DIOCGDINFO and DIOCGSLICEINFO on drive nodes with geom, get the xml configuration for the devices and "parse" the information to get what's needed o replace #ifdef DEBUG constructs with DPRINT/DPRINTX to make the code more readable Note the xml "parser" is very very hackish and should be replaced with a real one. This one was done to be very small and special-purpose; don't think about copying it elsewhere. Approved by: phk Revision Changes Path 1.82 +456 -62 src/lib/libdisk/disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10:56: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 0FC5E37B406; Sat, 19 Oct 2002 10:56:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDEFF43EB2; Sat, 19 Oct 2002 10:56:03 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JHthml069334; Sat, 19 Oct 2002 10:55:44 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JFedcE057195; Sat, 19 Oct 2002 08:40:39 -0700 (PDT) Message-Id: <200210191540.g9JFedcE057195@repoman.freebsd.org> From: Thomas Moestl Date: Sat, 19 Oct 2002 08:40:39 -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 tmm 2002/10/19 08:40:39 PDT Modified files: sys/geom geom_dev.c Log: The argument to the DIOCGMEDIASIZE ioctl() is an off_t, not an u_int. Reviewed by: phk Revision Changes Path 1.27 +1 -1 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 Sat Oct 19 10:56: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 A8C8F37B408; Sat, 19 Oct 2002 10:56:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26D7743EB3; Sat, 19 Oct 2002 10:56:04 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JHthmn069334; Sat, 19 Oct 2002 10:55:44 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JGlDEm061741; Sat, 19 Oct 2002 09:47:13 -0700 (PDT) Message-Id: <200210191647.g9JGlDEm061741@repoman.freebsd.org> From: Maxime Henrion Date: Sat, 19 Oct 2002 09:47:13 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: src/sys/conf kern.pre.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/10/19 09:47:13 PDT Modified files: sys/conf kern.pre.mk Log: - Remove ${NORMAL_C_NOWERROR}, it is not used anymore. To build without -Werror, we do "make WERROR=", which doesn't need this variable. - Use ${.IMPSRC} instead of $< in ${NORMAL_M} for consistency with the rest of the file. - Add ${WERROR} for the ${NORMAL_M} case. Tested on: i386, sparc64 Revision Changes Path 1.20 +2 -3 src/sys/conf/kern.pre.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10:56: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 E2E9537B407; Sat, 19 Oct 2002 10:56:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 490AB43EB7; Sat, 19 Oct 2002 10:56:04 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JHthmp069334; Sat, 19 Oct 2002 10:55:45 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JGY2EB060939; Sat, 19 Oct 2002 09:34:02 -0700 (PDT) Message-Id: <200210191634.g9JGY2EB060939@repoman.freebsd.org> From: Alan Eldridge Date: Sat, 19 Oct 2002 09:34:02 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: ports/devel/automake14 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/10/19 09:34:02 PDT Modified files: devel/automake14 Makefile Log: Updating portrevision, I said! DWIM! Revision Changes Path 1.31 +1 -1 ports/devel/automake14/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10:56: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 0A69C37B409; Sat, 19 Oct 2002 10:56:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9244043EBE; Sat, 19 Oct 2002 10:56:04 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JHthmr069334; Sat, 19 Oct 2002 10:55:45 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JGXEfW060834; Sat, 19 Oct 2002 09:33:14 -0700 (PDT) Message-Id: <200210191633.g9JGXEfW060834@repoman.freebsd.org> From: Alan Eldridge Date: Sat, 19 Oct 2002 09:33:14 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: ports/devel/automake14/files patch-aclocal.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 alane 2002/10/19 09:33:14 PDT Modified files: devel/automake14/files patch-aclocal.in Log: Fixed Dirk Meyer's bug that the GTK m4 macro wasn't found. No PR, reported on ports@ list. Updating PORTREVISION to push this out. Revision Changes Path 1.3 +2 -2 ports/devel/automake14/files/patch-aclocal.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10:56: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 51DE937B40E; Sat, 19 Oct 2002 10:56:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDB2B43E6A; Sat, 19 Oct 2002 10:56:04 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JHthmt069334; Sat, 19 Oct 2002 10:55:45 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JGG4j6059681; Sat, 19 Oct 2002 09:16:04 -0700 (PDT) Message-Id: <200210191616.g9JGG4j6059681@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 19 Oct 2002 09:16:04 -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/10/19 09:16:04 PDT Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Use manpage entity for pst(4). Revision Changes Path 1.110 +1 -1 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 Sat Oct 19 10: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 BE57B37B419; Sat, 19 Oct 2002 10:56:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2736743E8A; Sat, 19 Oct 2002 10:56:05 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JHthn1069334; Sat, 19 Oct 2002 10:55:45 -0700 (PDT) (envelope-from gioria@repoman.freebsd.org) Received: (from gioria@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JFrIp1058126; Sat, 19 Oct 2002 08:53:18 -0700 (PDT) Message-Id: <200210191553.g9JFrIp1058126@repoman.freebsd.org> From: Sebastien Gioria Date: Sat, 19 Oct 2002 08:53:18 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/errata Makefile src/release/doc/fr_FR.ISO8859-1/relnotes/alpha Makefile article.sgml src/release/doc/fr_FR.ISO8859-1/share/sgml release.dsl 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/10/19 08:53:18 PDT Modified files: (Branch: RELENG_4) release/doc/fr_FR.ISO8859-1/errata Makefile release/doc/fr_FR.ISO8859-1/relnotes/alpha Makefile article.sgml release/doc/fr_FR.ISO8859-1/share/sgml release.dsl Log: Bump Original Revision Revision Changes Path 1.1.2.2 +2 -2 src/release/doc/fr_FR.ISO8859-1/errata/Makefile 1.1.2.2 +2 -2 src/release/doc/fr_FR.ISO8859-1/relnotes/alpha/Makefile 1.1.2.3 +1 -1 src/release/doc/fr_FR.ISO8859-1/relnotes/alpha/article.sgml 1.1.2.4 +1 -1 src/release/doc/fr_FR.ISO8859-1/share/sgml/release.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10:57: 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 D598237B40D; Sat, 19 Oct 2002 10:56:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0237243EC2; Sat, 19 Oct 2002 10:56:04 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JHthmv069334; Sat, 19 Oct 2002 10:55:45 -0700 (PDT) (envelope-from gioria@repoman.freebsd.org) Received: (from gioria@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JG0YdZ058529; Sat, 19 Oct 2002 09:00:34 -0700 (PDT) Message-Id: <200210191600.g9JG0YdZ058529@repoman.freebsd.org> From: Sebastien Gioria Date: Sat, 19 Oct 2002 09:00:34 -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/10/19 09:00:34 PDT Modified files: (Branch: RELENG_4) release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml Log: MFen 1.22.2.303 Revision Changes Path 1.1.2.21 +9 -3 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 Sat Oct 19 10:57: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 0FD3137B42F; Sat, 19 Oct 2002 10:56:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41B8443E91; Sat, 19 Oct 2002 10:56:05 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JHthn3069334; Sat, 19 Oct 2002 10:55:46 -0700 (PDT) (envelope-from gioria@repoman.freebsd.org) Received: (from gioria@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JGQXFl060413; Sat, 19 Oct 2002 09:26:33 -0700 (PDT) Message-Id: <200210191626.g9JGQXFl060413@repoman.freebsd.org> From: Sebastien Gioria Date: Sat, 19 Oct 2002 09:26:33 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1 Makefile src/release/doc/fr_FR.ISO8859-1/hardware/common dev.sgml src/release/doc/fr_FR.ISO8859-1/relnotes Makefile src/release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml relnotes.ent src/release/doc/fr_FR.ISO8859-1/relnotes/i386 Makefile src/release/doc/fr_FR.ISO8859-1/share/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/10/19 09:26:33 PDT Modified files: release/doc/fr_FR.ISO8859-1 Makefile release/doc/fr_FR.ISO8859-1/hardware/common dev.sgml release/doc/fr_FR.ISO8859-1/relnotes Makefile release/doc/fr_FR.ISO8859-1/relnotes/common new.sgml relnotes.ent release/doc/fr_FR.ISO8859-1/relnotes/i386 Makefile release/doc/fr_FR.ISO8859-1/share/sgml release.dsl Log: hardware/common/dev.sgml : MFen 1.106 Makefile relnotes/Makefile : Bump Original revision relnotes/common/new.sgml relnotes/common/relnotes.ent : Bump Original revision relnotes/i386/Makefile share/sgml/release.dsl : Bump Original revision Revision Changes Path 1.4 +1 -1 src/release/doc/fr_FR.ISO8859-1/Makefile 1.4 +47 -11 src/release/doc/fr_FR.ISO8859-1/hardware/common/dev.sgml 1.3 +4 -2 src/release/doc/fr_FR.ISO8859-1/relnotes/Makefile 1.26 +0 -1 src/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml 1.4 +1 -3 src/release/doc/fr_FR.ISO8859-1/relnotes/common/relnotes.ent 1.2 +2 -2 src/release/doc/fr_FR.ISO8859-1/relnotes/i386/Makefile 1.5 +1 -1 src/release/doc/fr_FR.ISO8859-1/share/sgml/release.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10: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 091F737B429; Sat, 19 Oct 2002 10:56:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0275743EC5; Sat, 19 Oct 2002 10:56:04 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JHthmx069334; Sat, 19 Oct 2002 10:55:45 -0700 (PDT) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JEr1Cr054222; Sat, 19 Oct 2002 07:53:01 -0700 (PDT) Message-Id: <200210191453.g9JEr1Cr054222@repoman.freebsd.org> From: Jun Kuriyama Date: Sat, 19 Oct 2002 07:53:01 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: ports/math/pari-devel Makefile distinfo pkg-plist pkg-plist.emacs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/10/19 07:53:01 PDT Modified files: math/pari-devel Makefile distinfo pkg-plist pkg-plist.emacs Log: Upgrade to 2.2.4. PR: ports/44216 Submitted by: Masaharu FUJITA via Yoshiaki Uchikawa Revision Changes Path 1.3 +9 -3 ports/math/pari-devel/Makefile 1.3 +1 -1 ports/math/pari-devel/distinfo 1.3 +4 -4 ports/math/pari-devel/pkg-plist 1.3 +4 -4 ports/math/pari-devel/pkg-plist.emacs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 10:58: 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 9806137B409; Sat, 19 Oct 2002 10:58:01 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACDBC43E75; Sat, 19 Oct 2002 10:58:00 -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 g9JHw0vS032635; Sat, 19 Oct 2002 10:58:00 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g9JHujUw032611; Sat, 19 Oct 2002 10:56:45 -0700 (PDT) Date: Sat, 19 Oct 2002 10:56:45 -0700 From: "David O'Brien" To: Martin Blapp Cc: Martin Blapp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice-devel/files patch-berkeleydb::db-3.2.9.patch patch-bridges::prj::build.lst patch-bridges::source::cpp_uno::gcc2_freebsd_intel patch-bridges::source::cpp_uno::g Message-ID: <20021019175645.GE23484@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Martin Blapp , Martin Blapp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20021019174113.GA23648@dragon.nuxi.com> <20021019194605.F90671-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021019194605.F90671-100000@levais.imp.ch> 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, Oct 19, 2002 at 07:48:14PM +0200, Martin Blapp wrote: > > > patch-vcl?unx?source?gdi?native-msgbox?makefile.mk > > Heh. It wasn't a "?", it's a symbol similar to a pipe. > Looks you have no 8-bit charset in your mailreader :P We definately cannot use a 8-bit character. > Maybe just one ":". Can we make the bash and sh to treat > this one as normal character then ? No. Again what is so wrong with % or ^. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 11: 1: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 D925B37B401; Sat, 19 Oct 2002 11:01:15 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CBE543E75; Sat, 19 Oct 2002 11:01:13 -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 g9JI14844621; Sat, 19 Oct 2002 21:01:04 +0300 (EEST) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id g9JI0xaJ099764; Sat, 19 Oct 2002 21:00:59 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.6/8.12.5/Submit) id g9JI0wdc099763; Sat, 19 Oct 2002 21:00:58 +0300 (EEST) Date: Sat, 19 Oct 2002 21:00:58 +0300 From: Maxim Sobolev To: Martin Blapp Cc: "David O'Brien" , Martin Blapp , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/editors/openoffice-devel/files patch-berkeleydb::db-3.2.9.patch patch-bridges::prj::build.lst patch-bridges::source::cpp_uno::gcc2_freebsd_intel patch-bridges::source::cpp_uno::g Message-ID: <20021019180058.GA99749@vega.vega.com> References: <20021019165729.GC17186@dragon.nuxi.com> <20021019191529.W90671-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20021019191529.W90671-100000@levais.imp.ch> 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 Sat, Oct 19, 2002 at 07:17:39PM +0200, Martin Blapp wrote: > > hi, > > > Couldn't you PLEASE use a single character for the path seperator?? > > If you use the port that helps create such patches as these; you can > > specify the path seperator string. > > Sound like a good idea. But I like to keep the patch names consistent. > > So does it bother you if I change all patches to this way ? And I > think this is something a repo-meister needs to do, isn't it ? I > do not want to loose all information. > > A better idea would also be to find a char which separates, and > which gets treated as a normal char form bash. Not a big deal, because shell's autocompletion routine in most cases properly escapes it with `\'. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 11: 3: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 4C7FE37B401; Sat, 19 Oct 2002 11:03:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F37B343E6E; Sat, 19 Oct 2002 11:03:34 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JI3FmV069888; Sat, 19 Oct 2002 11:03:15 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JI3F6W069887; Sat, 19 Oct 2002 11:03:15 -0700 (PDT) Message-Id: <200210191803.g9JI3F6W069887@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 19 Oct 2002 11:03:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gdm 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 marcus 2002/10/19 11:03:15 PDT Modified files: x11/gdm Makefile pkg-plist Log: Fix install on -CURRENT. Submitted by: bento Obtained from: gdm2 Revision Changes Path 1.33 +9 -1 ports/x11/gdm/Makefile 1.13 +1 -1 ports/x11/gdm/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 Oct 19 11: 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 2BA0237B406; Sat, 19 Oct 2002 11:05:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D41BE43E8A; Sat, 19 Oct 2002 11:05:07 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JI4mmV069949; Sat, 19 Oct 2002 11:04:48 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JI4m2G069948; Sat, 19 Oct 2002 11:04:48 -0700 (PDT) Message-Id: <200210191804.g9JI4m2G069948@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 19 Oct 2002 11:04:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libsigc++12 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/10/19 11:04:48 PDT Modified files: devel/libsigc++12 Makefile Log: Add a missing dependency on m4. Submitted by: bento Revision Changes Path 1.16 +2 -0 ports/devel/libsigc++12/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 11: 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 145DA37B401; Sat, 19 Oct 2002 11:09:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9E6F43E6A; Sat, 19 Oct 2002 11:09:46 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JI9RmV070132; Sat, 19 Oct 2002 11:09:27 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JI9Rse070131; Sat, 19 Oct 2002 11:09:27 -0700 (PDT) Message-Id: <200210191809.g9JI9Rse070131@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 19 Oct 2002 11:09:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libgtop/files 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 marcus 2002/10/19 11:09:27 PDT Modified files: devel/libgtop/files patch-ah Log: Fix build on -CURRENT. Submitted by: bento Obtained from: libgtop2 Revision Changes Path 1.6 +13 -2 ports/devel/libgtop/files/patch-ah To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 11:20: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 C49A537B408; Sat, 19 Oct 2002 11:20:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73AF443E42; Sat, 19 Oct 2002 11:20:10 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JIJpmV070985; Sat, 19 Oct 2002 11:19:51 -0700 (PDT) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JIJoMO070984; Sat, 19 Oct 2002 11:19:50 -0700 (PDT) Message-Id: <200210191819.g9JIJoMO070984@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 19 Oct 2002 11:19:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/distribfold 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/10/19 11:19:50 PDT Modified files: biology/distribfold Makefile distinfo Log: o Update to snapshot 20021015 o Fix an issue with the startup scripts Revision Changes Path 1.2 +16 -3 ports/biology/distribfold/Makefile 1.2 +1 -1 ports/biology/distribfold/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 11:23: 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 C649B37B401; Sat, 19 Oct 2002 11:23:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77D1043E88; Sat, 19 Oct 2002 11:23:07 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JIMmmV071400; Sat, 19 Oct 2002 11:22:48 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JIMmvS071399; Sat, 19 Oct 2002 11:22:48 -0700 (PDT) Message-Id: <200210191822.g9JIMmvS071399@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 Oct 2002 11:22:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ImageMagick/files patch-mi X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/19 11:22:48 PDT Modified files: graphics/ImageMagick/files patch-mi Log: fix build on stable PR: 44187, 44207 Submitted by: Martin Klaffenboeck Reviewed by: many people on -ports Revision Changes Path 1.3 +1 -1 ports/graphics/ImageMagick/files/patch-mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 11: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 850F337B401; Sat, 19 Oct 2002 11:34:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32EDE43E88; Sat, 19 Oct 2002 11:34:17 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JIXvmV072030; Sat, 19 Oct 2002 11:33:57 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JIXvnQ072029; Sat, 19 Oct 2002 11:33:57 -0700 (PDT) Message-Id: <200210191833.g9JIXvnQ072029@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 19 Oct 2002 11:33:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxml2 Makefile distinfo pkg-plist ports/textproc/libxml2/files patch-temp X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/19 11:33:57 PDT Modified files: textproc/libxml2 Makefile distinfo pkg-plist Removed files: textproc/libxml2/files patch-temp Log: Update to 2.4.26. Revision Changes Path 1.79 +1 -2 ports/textproc/libxml2/Makefile 1.54 +1 -1 ports/textproc/libxml2/distinfo 1.2 +0 -55 ports/textproc/libxml2/files/patch-temp (dead) 1.35 +6 -0 ports/textproc/libxml2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 11:34: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 F27A137B401; Sat, 19 Oct 2002 11:34:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 767F943E91; Sat, 19 Oct 2002 11:34:36 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JIYHmV072075; Sat, 19 Oct 2002 11:34:17 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JIYH8q072074; Sat, 19 Oct 2002 11:34:17 -0700 (PDT) Message-Id: <200210191834.g9JIYH8q072074@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 19 Oct 2002 11:34:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxslt 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/10/19 11:34:17 PDT Modified files: textproc/libxslt Makefile distinfo pkg-plist Log: Update to 1.0.22. Revision Changes Path 1.34 +1 -1 ports/textproc/libxslt/Makefile 1.27 +1 -1 ports/textproc/libxslt/distinfo 1.17 +1 -0 ports/textproc/libxslt/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 Oct 19 11: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 C0A9E37B401; Sat, 19 Oct 2002 11:34:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 715A943E6A; Sat, 19 Oct 2002 11:34:59 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JIYemV072108; Sat, 19 Oct 2002 11:34:40 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JIYedA072107; Sat, 19 Oct 2002 11:34:40 -0700 (PDT) Message-Id: <200210191834.g9JIYedA072107@repoman.freebsd.org> From: Alan Cox Date: Sat, 19 Oct 2002 11:34:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_fault.c 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/10/19 11:34:40 PDT Modified files: sys/vm vm_fault.c vm_page.c Log: Complete the page queues locking needed for the page-based copy- on-write (COW) mechanism. (This mechanism is used by the zero-copy TCP/IP implementation.) - Extend the scope of the page queues lock in vm_fault() to cover vm_page_cowfault(). - Modify vm_page_cowfault() to release the page queues lock if it sleeps. Revision Changes Path 1.154 +2 -2 src/sys/vm/vm_fault.c 1.216 +7 -1 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 Sat Oct 19 11:37: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 5995137B401; Sat, 19 Oct 2002 11:37:25 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 971C443EAC; Sat, 19 Oct 2002 11:37:23 -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 g9JIbNvS037398; Sat, 19 Oct 2002 11:37:23 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g9JIa7TJ037350; Sat, 19 Oct 2002 11:36:07 -0700 (PDT) Date: Sat, 19 Oct 2002 11:36:07 -0700 From: "David O'Brien" To: Maxim Sobolev Cc: Martin Blapp , Martin Blapp , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/editors/openoffice-devel/files patch-berkeleydb::db-3.2.9.patch patch-bridges::prj::build.lst patch-bridges::source::cpp_uno::gcc2_freebsd_intel patch-bridges::source::cpp_uno::g Message-ID: <20021019183607.GB37290@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG Mail-Followup-To: David O'Brien , Maxim Sobolev , Martin Blapp , Martin Blapp , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <20021019165729.GC17186@dragon.nuxi.com> <20021019191529.W90671-100000@levais.imp.ch> <20021019180058.GA99749@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021019180058.GA99749@vega.vega.com> 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, Oct 19, 2002 at 09:00:58PM +0300, Maxim Sobolev wrote: > Not a big deal, because shell's autocompletion routine in most cases > properly escapes it with `\'. Yes, and on the command line that effectivly lenthens the patch file name. Thus it would be nice to pick something else that doesn't need \ escaping -- specially since there are several available characters that meets this desire. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 11:40: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 A06FE37B401; Sat, 19 Oct 2002 11:40:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53B0D43E9C; Sat, 19 Oct 2002 11:40:14 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JIdsmV072394; Sat, 19 Oct 2002 11:39:54 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JIdsQB072392; Sat, 19 Oct 2002 11:39:54 -0700 (PDT) Message-Id: <200210191839.g9JIdsQB072392@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 19 Oct 2002 11:39:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/release 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/10/19 11:39:54 PDT Modified files: release Makefile Log: Compatability symlinks can be confusing...turn them off for this build. Revision Changes Path 1.6 +3 -1 doc/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 11: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 F07EC37B401; Sat, 19 Oct 2002 11:41:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CE4543E6A; Sat, 19 Oct 2002 11:41:08 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JIenmV072767; Sat, 19 Oct 2002 11:40:49 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JIenAN072766; Sat, 19 Oct 2002 11:40:49 -0700 (PDT) Message-Id: <200210191840.g9JIenAN072766@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 19 Oct 2002 11:40:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nbaudit Makefile pkg-plist ports/security/nbaudit/files nbaudition.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/19 11:40:49 PDT Modified files: security/nbaudit Makefile pkg-plist Added files: security/nbaudit/files nbaudition.pl Log: Add a script to make auditing a network easier. Submitted by: "l.j." Revision Changes Path 1.12 +1 -0 ports/security/nbaudit/Makefile 1.1 +80 -0 ports/security/nbaudit/files/nbaudition.pl (new) 1.5 +2 -1 ports/security/nbaudit/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 Oct 19 11:41: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 4C73837B401; Sat, 19 Oct 2002 11:41:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F236743E6A; Sat, 19 Oct 2002 11:41:44 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JIfPmV072809; Sat, 19 Oct 2002 11:41:25 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JIfPVx072808; Sat, 19 Oct 2002 11:41:25 -0700 (PDT) Message-Id: <200210191841.g9JIfPVx072808@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 19 Oct 2002 11:41:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nbaudit/files nbaudition.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/19 11:41:25 PDT Modified files: security/nbaudit/files nbaudition.pl Log: Mean to add SCM ID. Revision Changes Path 1.2 +2 -0 ports/security/nbaudit/files/nbaudition.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 11:43: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 E892A37B401; Sat, 19 Oct 2002 11:43:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9971F43E97; Sat, 19 Oct 2002 11:43:56 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JIhbmV072873; Sat, 19 Oct 2002 11:43:37 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JIhbLN072872; Sat, 19 Oct 2002 11:43:37 -0700 (PDT) Message-Id: <200210191843.g9JIhbLN072872@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 19 Oct 2002 11:43:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern link_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 marcel 2002/10/19 11:43:37 PDT Modified files: sys/kern link_elf.c Log: Non-functional change in preparation of the next commit: Move link_elf_add_gdb(), link_elf_delete_gdb() and link_elf_error() near the top of the file. The *_gdb() functions are moved inside the #ifdef DDB already present there. Revision Changes Path 1.65 +36 -41 src/sys/kern/link_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 Oct 19 11:55: 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 C03FC37B401; Sat, 19 Oct 2002 11:55:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 750E943E6E; Sat, 19 Oct 2002 11:55:05 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JIskmV073526; Sat, 19 Oct 2002 11:54:46 -0700 (PDT) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JIskKk073525; Sat, 19 Oct 2002 11:54:46 -0700 (PDT) Message-Id: <200210191854.g9JIskKk073525@repoman.freebsd.org> From: Akinori MUSHA Date: Sat, 19 Oct 2002 11:54:45 -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 knu 2002/10/19 11:54:45 PDT Modified files: Mk bsd.sites.mk Log: Add MASTER_SITE_GCC. Revision Changes Path 1.115 +7 -1 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 Oct 19 11: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 28B4C37B401; Sat, 19 Oct 2002 11:56:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C786A43E6E; Sat, 19 Oct 2002 11:56:11 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JItqmV073679; Sat, 19 Oct 2002 11:55:52 -0700 (PDT) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JItqK6073678; Sat, 19 Oct 2002 11:55:52 -0700 (PDT) Message-Id: <200210191855.g9JItqK6073678@repoman.freebsd.org> From: Akinori MUSHA Date: Sat, 19 Oct 2002 11:55:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gcc295 Makefile ports/lang/gcc30 Makefile ports/lang/gcc31 Makefile ports/lang/gcc32 Makefile ports/lang/gcc33 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/10/19 11:55:52 PDT Modified files: lang/gcc295 Makefile lang/gcc30 Makefile lang/gcc31 Makefile lang/gcc32 Makefile lang/gcc33 Makefile Log: Use MASTER_SITES_GCC. Approved by: obrien (maintainer) Revision Changes Path 1.86 +2 -3 ports/lang/gcc295/Makefile 1.119 +2 -3 ports/lang/gcc30/Makefile 1.132 +3 -5 ports/lang/gcc31/Makefile 1.131 +2 -3 ports/lang/gcc32/Makefile 1.121 +2 -3 ports/lang/gcc33/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 11: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 B568337B401; Sat, 19 Oct 2002 11:59:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6557043E6A; Sat, 19 Oct 2002 11:59:53 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JIxYmV073797; Sat, 19 Oct 2002 11:59:34 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JIxXeb073796; Sat, 19 Oct 2002 11:59:33 -0700 (PDT) Message-Id: <200210191859.g9JIxXeb073796@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 19 Oct 2002 11:59:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern link_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 marcel 2002/10/19 11:59:33 PDT Modified files: sys/kern link_elf.c Log: Reduce code duplication by moving the common actions in link_elf_init(), link_elf_link_preload_finish() and link_elf_load_file() to link_elf_link_common_finish(). Since link_elf_init() did initializations as a side-effect of doing the common actions, keep the initialization in that function. Consequently, link_elf_add_gdb() is now also called to insert the very first link_map() (ie the kernel). Revision Changes Path 1.66 +55 -57 src/sys/kern/link_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 Oct 19 12: 1: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 5DD7A37B401; Sat, 19 Oct 2002 12:01:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03F0D43E65; Sat, 19 Oct 2002 12:01:34 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JJ1EmV074306; Sat, 19 Oct 2002 12:01:14 -0700 (PDT) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JJ1EhJ074305; Sat, 19 Oct 2002 12:01:14 -0700 (PDT) Message-Id: <200210191901.g9JJ1EhJ074305@repoman.freebsd.org> From: Akinori MUSHA Date: Sat, 19 Oct 2002 12:01:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/arm-aout-gcc295 Makefile ports/devel/arm-elf-gcc295 Makefile ports/devel/arm-elf-gcc31 Makefile ports/devel/i386-rtems-gcc Makefile ports/palm/prc-tools-gcc 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/10/19 12:01:14 PDT Modified files: devel/arm-aout-gcc295 Makefile devel/arm-elf-gcc295 Makefile devel/arm-elf-gcc31 Makefile devel/i386-rtems-gcc Makefile palm/prc-tools-gcc Makefile Log: Use MASTER_SITES_GCC. Revision Changes Path 1.6 +2 -2 ports/devel/arm-aout-gcc295/Makefile 1.6 +2 -2 ports/devel/arm-elf-gcc295/Makefile 1.8 +2 -2 ports/devel/arm-elf-gcc31/Makefile 1.14 +2 -2 ports/devel/i386-rtems-gcc/Makefile 1.11 +5 -3 ports/palm/prc-tools-gcc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 12: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 DD00F37B401; Sat, 19 Oct 2002 12:10:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DA0843E77; Sat, 19 Oct 2002 12:10:15 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JJ9tmV074654; Sat, 19 Oct 2002 12:09:55 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JJ9tCV074652; Sat, 19 Oct 2002 12:09:55 -0700 (PDT) Message-Id: <200210191909.g9JJ9tCV074652@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 19 Oct 2002 12:09:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/star 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 obrien 2002/10/19 12:09:55 PDT Modified files: archivers/star Makefile distinfo Log: USE_BZIP2 Revision Changes Path 1.31 +1 -0 ports/archivers/star/Makefile 1.8 +1 -1 ports/archivers/star/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 12: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 C8DB437B401; Sat, 19 Oct 2002 12:15:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AB3243E4A; Sat, 19 Oct 2002 12:15:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JJErmV075084; Sat, 19 Oct 2002 12:14:53 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JJEqWH075083; Sat, 19 Oct 2002 12:14:52 -0700 (PDT) Message-Id: <200210191914.g9JJEqWH075083@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 19 Oct 2002 12:14:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim 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 obrien 2002/10/19 12:14:52 PDT Modified files: editors/vim Makefile distinfo Log: Update to Vim 6.1 patchlevel 231 Revision Changes Path 1.206 +2 -2 ports/editors/vim/Makefile 1.127 +22 -1 ports/editors/vim/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 12:16: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 9526237B401; Sat, 19 Oct 2002 12:16:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C1C843E88; Sat, 19 Oct 2002 12:16:23 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JJG3mV075278; Sat, 19 Oct 2002 12:16:03 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JJG34P075277; Sat, 19 Oct 2002 12:16:03 -0700 (PDT) Message-Id: <200210191916.g9JJG34P075277@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 19 Oct 2002 12:16:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha elf_machdep.c src/sys/i386/i386 elf_machdep.c src/sys/ia64/ia64 elf_machdep.c src/sys/kern link_elf.c src/sys/powerpc/powerpc elf_machdep.c src/sys/sparc64/sparc64 elf_machdep.c src/sys/sys linker.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 marcel 2002/10/19 12:16:03 PDT Modified files: sys/alpha/alpha elf_machdep.c sys/i386/i386 elf_machdep.c sys/ia64/ia64 elf_machdep.c sys/kern link_elf.c sys/powerpc/powerpc elf_machdep.c sys/sparc64/sparc64 elf_machdep.c sys/sys linker.h Log: Add two hooks to signal module load and module unload to MD code. The primary reason for this is to allow MD code to process machine specific attributes, segments or sections in the ELF file and update machine specific state accordingly. An immediate use of this is in the ia64 port where unwind information is updated to allow debugging and tracing in/across modules. Note that this commit does not add the functionality to the ia64 port. See revision 1.9 of ia64/ia64/elf_machdep.c. Validated on: alpha, i386, ia64 Revision Changes Path 1.12 +14 -0 src/sys/alpha/alpha/elf_machdep.c 1.12 +14 -0 src/sys/i386/i386/elf_machdep.c 1.8 +15 -0 src/sys/ia64/ia64/elf_machdep.c 1.67 +9 -0 src/sys/kern/link_elf.c 1.13 +14 -0 src/sys/powerpc/powerpc/elf_machdep.c 1.11 +14 -0 src/sys/sparc64/sparc64/elf_machdep.c 1.34 +3 -0 src/sys/sys/linker.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 12:27: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 D2B4837B401; Sat, 19 Oct 2002 12:27:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CAFA43E8A; Sat, 19 Oct 2002 12:27:57 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JJRcmV076001; Sat, 19 Oct 2002 12:27:38 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JJRbKj076000; Sat, 19 Oct 2002 12:27:37 -0700 (PDT) Message-Id: <200210191927.g9JJRbKj076000@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 Oct 2002 12:27:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro Makefile ports/astro/p5-Astro-ADS 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/10/19 12:27:37 PDT Modified files: astro Makefile Added files: astro/p5-Astro-ADS Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-Astro-ADS 1.20.4 An OO Perl interface to the ADS abstract service Revision Changes Path 1.57 +1 -0 ports/astro/Makefile 1.1 +29 -0 ports/astro/p5-Astro-ADS/Makefile (new) 1.1 +1 -0 ports/astro/p5-Astro-ADS/distinfo (new) 1.1 +1 -0 ports/astro/p5-Astro-ADS/pkg-comment (new) 1.1 +10 -0 ports/astro/p5-Astro-ADS/pkg-descr (new) 1.1 +9 -0 ports/astro/p5-Astro-ADS/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 Oct 19 12:28: 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 4BAF037B401; Sat, 19 Oct 2002 12:28:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F298A43E6A; Sat, 19 Oct 2002 12:28:04 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JJRjmV076038; Sat, 19 Oct 2002 12:27:45 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JJRjqx076037; Sat, 19 Oct 2002 12:27:45 -0700 (PDT) Message-Id: <200210191927.g9JJRjqx076037@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 Oct 2002 12:27:45 -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/10/19 12:27:45 PDT Modified files: . modules Log: p5-Astro-ADS --> ports/astro/p5-Astro-ADS Revision Changes Path 1.6111 +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 Oct 19 12:30: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 79E8537B404; Sat, 19 Oct 2002 12:30:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26B0943E9E; Sat, 19 Oct 2002 12:30:16 -0700 (PDT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JJTumV076166; Sat, 19 Oct 2002 12:29:56 -0700 (PDT) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JJTuvA076165; Sat, 19 Oct 2002 12:29:56 -0700 (PDT) Message-Id: <200210191929.g9JJTuvA076165@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 19 Oct 2002 12:29:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xmedcon Makefile distinfo pkg-plist ports/graphics/xmedcon/files patch-source::Makefile.am X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG adamw 2002/10/19 12:29:56 PDT Modified files: graphics/xmedcon Makefile distinfo pkg-plist graphics/xmedcon/files patch-source::Makefile.am Log: Update xmedcon 0.8.1 -> 0.8.2 Submitted by: tdv94ped@cs.umu.se (maintainer) PR: 44165 Approved by: pat Revision Changes Path 1.2 +7 -1 ports/graphics/xmedcon/Makefile 1.2 +1 -1 ports/graphics/xmedcon/distinfo 1.2 +4 -9 ports/graphics/xmedcon/files/patch-source::Makefile.am 1.2 +9 -0 ports/graphics/xmedcon/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 Oct 19 12:30: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 E76FF37B401; Sat, 19 Oct 2002 12:30:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9E1D43E91; Sat, 19 Oct 2002 12:30:58 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JJUdmV076484; Sat, 19 Oct 2002 12:30:39 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JJUdrX076481; Sat, 19 Oct 2002 12:30:39 -0700 (PDT) Message-Id: <200210191930.g9JJUdrX076481@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 19 Oct 2002 12:30:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 elf_machdep.c machdep.c unwind.c src/sys/ia64/include unwind.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 marcel 2002/10/19 12:30:38 PDT Modified files: sys/ia64/ia64 elf_machdep.c machdep.c unwind.c sys/ia64/include unwind.h Log: Update the unwind information when modules are loaded and unloaded by using the linker hooks. Since these hooks are called for the kernel as well, we don't need to deal with that with a special SYSINIT. The initialization implicitly performed on the first update of the unwind information is made explicit with a SYSINIT. We now don't need the _ia64_unwind_{start|end} symbols. Revision Changes Path 1.9 +31 -2 src/sys/ia64/ia64/elf_machdep.c 1.115 +0 -14 src/sys/ia64/ia64/machdep.c 1.5 +52 -31 src/sys/ia64/ia64/unwind.c 1.2 +2 -5 src/sys/ia64/include/unwind.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 12:32: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 636B337B401; Sat, 19 Oct 2002 12:32:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 158F743E7B; Sat, 19 Oct 2002 12:32:41 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JJWLmV076591; Sat, 19 Oct 2002 12:32:21 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JJWLxW076590; Sat, 19 Oct 2002 12:32:21 -0700 (PDT) Message-Id: <200210191932.g9JJWLxW076590@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 19 Oct 2002 12:32:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf ldscript.ia64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/19 12:32:21 PDT Modified files: sys/conf ldscript.ia64 Log: Remove the _ia64_unwind_start and _ia64_unwind_end symbols. We now find the unwind table through the ELF program headers. Revision Changes Path 1.6 +0 -2 src/sys/conf/ldscript.ia64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 12:35: 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 7873D37B401; Sat, 19 Oct 2002 12:35:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3821843E6A; Sat, 19 Oct 2002 12:35:03 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JJYhmV076708; Sat, 19 Oct 2002 12:34:43 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JJYhZn076707; Sat, 19 Oct 2002 12:34:43 -0700 (PDT) Message-Id: <200210191934.g9JJYhZn076707@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 Oct 2002 12:34:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro Makefile ports/astro/p5-Astro-SIMBAD 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/10/19 12:34:43 PDT Modified files: astro Makefile Added files: astro/p5-Astro-SIMBAD Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-Astro-SIMBAD 1.9.3 An OO Perl interface to the SIMBAD astronomical database Revision Changes Path 1.58 +1 -0 ports/astro/Makefile 1.1 +30 -0 ports/astro/p5-Astro-SIMBAD/Makefile (new) 1.1 +1 -0 ports/astro/p5-Astro-SIMBAD/distinfo (new) 1.1 +1 -0 ports/astro/p5-Astro-SIMBAD/pkg-comment (new) 1.1 +3 -0 ports/astro/p5-Astro-SIMBAD/pkg-descr (new) 1.1 +9 -0 ports/astro/p5-Astro-SIMBAD/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 Oct 19 12:35: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 65A3137B406; Sat, 19 Oct 2002 12:35:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18EC543E4A; Sat, 19 Oct 2002 12:35:10 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JJYomV076749; Sat, 19 Oct 2002 12:34:50 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JJYox2076748; Sat, 19 Oct 2002 12:34:50 -0700 (PDT) Message-Id: <200210191934.g9JJYox2076748@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 Oct 2002 12:34:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/10/19 12:34:50 PDT Modified files: . modules Log: p5-Astro-SIMBAD --> ports/astro/p5-Astro-SIMBAD Revision Changes Path 1.6112 +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 Oct 19 12:42: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 DFFE137B404; Sat, 19 Oct 2002 12:42:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6476343E97; Sat, 19 Oct 2002 12:42:25 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JJg5mV077406; Sat, 19 Oct 2002 12:42:05 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JJg5nC077405; Sat, 19 Oct 2002 12:42:05 -0700 (PDT) Message-Id: <200210191942.g9JJg5nC077405@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 Oct 2002 12:42:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro Makefile ports/astro/p5-Astro-DSS 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/10/19 12:42:05 PDT Modified files: astro Makefile Added files: astro/p5-Astro-DSS Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-Astro-DSS 1.6 An OO interface to the 1st and 2nd Digital Sky Surveys Revision Changes Path 1.59 +1 -0 ports/astro/Makefile 1.1 +28 -0 ports/astro/p5-Astro-DSS/Makefile (new) 1.1 +1 -0 ports/astro/p5-Astro-DSS/distinfo (new) 1.1 +1 -0 ports/astro/p5-Astro-DSS/pkg-comment (new) 1.1 +4 -0 ports/astro/p5-Astro-DSS/pkg-descr (new) 1.1 +5 -0 ports/astro/p5-Astro-DSS/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 Oct 19 12:42: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 9368937B500; Sat, 19 Oct 2002 12:42:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 393DC43E91; Sat, 19 Oct 2002 12:42:34 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JJgEmV077447; Sat, 19 Oct 2002 12:42:14 -0700 (PDT) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JJgEle077446; Sat, 19 Oct 2002 12:42:14 -0700 (PDT) Message-Id: <200210191942.g9JJgEle077446@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 Oct 2002 12:42:14 -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/10/19 12:42:14 PDT Modified files: . modules Log: p5-Astro-DSS --> ports/astro/p5-Astro-DSS Revision Changes Path 1.6113 +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 Oct 19 12:56: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 0F2D537B401; Sat, 19 Oct 2002 12:56:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3B9843E88; Sat, 19 Oct 2002 12:56:33 -0700 (PDT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JJuEmV078139; Sat, 19 Oct 2002 12:56:14 -0700 (PDT) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JJuEKi078138; Sat, 19 Oct 2002 12:56:14 -0700 (PDT) Message-Id: <200210191956.g9JJuEKi078138@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 19 Oct 2002 12:56:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/pircbot 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 adamw 2002/10/19 12:56:14 PDT Modified files: irc/pircbot Makefile Log: Allow port to build under jdk11, now that jdk11's compat3x library issue has been resolved. Submitted by: tim@bishnet.net (maintainer) PR: 43445 Approved by: pat Revision Changes Path 1.8 +1 -1 ports/irc/pircbot/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 13: 7: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 C333537B401; Sat, 19 Oct 2002 13:07:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7245F43E77; Sat, 19 Oct 2002 13:07:21 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JK71mV078766; Sat, 19 Oct 2002 13:07:01 -0700 (PDT) (envelope-from gioria@repoman.freebsd.org) Received: (from gioria@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JK71CP078765; Sat, 19 Oct 2002 13:07:01 -0700 (PDT) Message-Id: <200210192007.g9JK71CP078765@repoman.freebsd.org> From: Sebastien Gioria Date: Sat, 19 Oct 2002 13:07:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/installation/common abstract.sgml layout.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/10/19 13:07:01 PDT Modified files: release/doc/fr_FR.ISO8859-1/installation/common abstract.sgml layout.sgml Log: SGML-ise accents Revision Changes Path 1.3 +5 -5 src/release/doc/fr_FR.ISO8859-1/installation/common/abstract.sgml 1.3 +88 -77 src/release/doc/fr_FR.ISO8859-1/installation/common/layout.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 13: 7: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 A3C2E37B404; Sat, 19 Oct 2002 13:07:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5468043E42; Sat, 19 Oct 2002 13:07:48 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JK7SmV078803; Sat, 19 Oct 2002 13:07:28 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JK7SuG078802; Sat, 19 Oct 2002 13:07:28 -0700 (PDT) Message-Id: <200210192007.g9JK7SuG078802@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 19 Oct 2002 13:07:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gcalctool 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/10/19 13:07:28 PDT Modified files: math/gcalctool Makefile Log: Sign over maintainership to gnome@. gcalctool will be part of the GNOME 2.2 desktop. Revision Changes Path 1.5 +1 -1 ports/math/gcalctool/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 13: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 B4BF037B401; Sat, 19 Oct 2002 13:12:27 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1595343E3B; Sat, 19 Oct 2002 13:12:27 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id g9JJhSgQ045821 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sat, 19 Oct 2002 15:43:29 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id g9JJhSHV045818; Sat, 19 Oct 2002 15:43:28 -0400 (EDT) (envelope-from wollman) Date: Sat, 19 Oct 2002 15:43:28 -0400 (EDT) From: Garrett Wollman Message-Id: <200210191943.g9JJhSHV045818@khavrinen.lcs.mit.edu> To: Scott Long Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/cdrtools/files patch-bc In-Reply-To: <200210191705.g9JH5RlY063136@repoman.freebsd.org> References: <200210191705.g9JH5RlY063136@repoman.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 < said: > Make the cdrecord portion of cdrtools compile. 5-CURRENT defines > _POSIX_MEMLOCK, which was causing cdrecord to think that mlockall(2) > was available. Of course the real solution is to not define > _POSIX_MEMLOCK until this is true. No, the real solution is for cdrecord to use _POSIX_MEMLOCK correctly. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 13:22: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 9A62C37B404; Sat, 19 Oct 2002 13:22:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22D3543E6A; Sat, 19 Oct 2002 13:22:16 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JKLumV079800; Sat, 19 Oct 2002 13:21:56 -0700 (PDT) (envelope-from nbm@repoman.freebsd.org) Received: (from nbm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JKLubB079799; Sat, 19 Oct 2002 13:21:56 -0700 (PDT) Message-Id: <200210192021.g9JKLubB079799@repoman.freebsd.org> From: Neil Blakey-Milner Date: Sat, 19 Oct 2002 13:21:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/solarwolf 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 nbm 2002/10/19 13:21:56 PDT Modified files: games/solarwolf Makefile distinfo pkg-descr pkg-plist Log: Upgrade to solarwolf 1.1 Approved by: sobomax (maintainer) Revision Changes Path 1.3 +3 -3 ports/games/solarwolf/Makefile 1.2 +1 -1 ports/games/solarwolf/distinfo 1.3 +1 -1 ports/games/solarwolf/pkg-descr 1.2 +6 -58 ports/games/solarwolf/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 Oct 19 13:24: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 E4DA537B401; Sat, 19 Oct 2002 13:24:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 944C843E91; Sat, 19 Oct 2002 13:24:56 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JKOamV079900; Sat, 19 Oct 2002 13:24:36 -0700 (PDT) (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JKOaVT079899; Sat, 19 Oct 2002 13:24:36 -0700 (PDT) Message-Id: <200210192024.g9JKOaVT079899@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Sat, 19 Oct 2002 13:24:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/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 jesusr 2002/10/19 13:24:36 PDT Modified files: es_ES.ISO8859-1/books/handbook book.sgml Log: Rewrite the title of the first chapter, as discussed by the spanish translation group. Revision Changes Path 1.6 +1 -1 doc/es_ES.ISO8859-1/books/handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 13: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 742DB37B401; Sat, 19 Oct 2002 13:25:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2515143E75; Sat, 19 Oct 2002 13:25:19 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JKOxmV079932; Sat, 19 Oct 2002 13:24:59 -0700 (PDT) (envelope-from jmz@repoman.freebsd.org) Received: (from jmz@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JKOx7f079931; Sat, 19 Oct 2002 13:24:59 -0700 (PDT) Message-Id: <200210192024.g9JKOx7f079931@repoman.freebsd.org> From: Jean-Marc Zucconi Date: Sat, 19 Oct 2002 13:24:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mshell/files patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmz 2002/10/19 13:24:59 PDT Added files: misc/mshell/files patch-af Log: Fix -current build. Revision Changes Path 1.1 +19 -0 ports/misc/mshell/files/patch-af (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 13:26: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 D69C337B401; Sat, 19 Oct 2002 13:26:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99DA443E6A; Sat, 19 Oct 2002 13:26:17 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JKPvmV080007; Sat, 19 Oct 2002 13:25:57 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JKPveT080006; Sat, 19 Oct 2002 13:25:57 -0700 (PDT) Message-Id: <200210192025.g9JKPveT080006@repoman.freebsd.org> From: Robert Watson Date: Sat, 19 Oct 2002 13:25:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern 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 rwatson 2002/10/19 13:25:57 PDT Modified files: sys/kern vfs_syscalls.c Log: Hook up most of the MAC entry points relating to file/directory/node creation, deletion, and rename. There are one or two other stray cases I'll catch in follow-up commits (such as unix domain socket creation); this permits MAC policy modules to limit the ability to perform these operations based on existing UNIX credential / vnode attributes, extended attributes, and security labels. In the rename case using MAC, we now have to lock the from directory and file vnodes for the MAC check, but this is done only in the MAC case, and the locks are immediately released so that the remainder of the rename implementation remains the same. Because the create check takes a vattr to know object type information, we now initialize additional fields in the VATTR passed to VOP_SYMLINK() in the MAC case. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.295 +68 -2 src/sys/kern/vfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 13: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 ED45337B401; Sat, 19 Oct 2002 13:30:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DDD843E8A; Sat, 19 Oct 2002 13:30:32 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JKUCmV080292; Sat, 19 Oct 2002 13:30:12 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JKUCS2080290; Sat, 19 Oct 2002 13:30:12 -0700 (PDT) Message-Id: <200210192030.g9JKUCS2080290@repoman.freebsd.org> From: Robert Watson Date: Sat, 19 Oct 2002 13:30:12 -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 rwatson 2002/10/19 13:30:12 PDT Modified files: sys/kern kern_mac.c Log: Make sure to clear the 'registered' flag for MAC policies when they unregister. Under some obscure (perhaps demented) circumstances, this can result in a panic if a policy is unregistered, and then someone foolishly unregisters it again. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.42 +1 -0 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 Sat Oct 19 13:45: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 C64C737B401; Sat, 19 Oct 2002 13:45:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77FAB43E6E; Sat, 19 Oct 2002 13:45:14 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JKismV081255; Sat, 19 Oct 2002 13:44:54 -0700 (PDT) (envelope-from jmz@repoman.freebsd.org) Received: (from jmz@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JKisJ7081254; Sat, 19 Oct 2002 13:44:54 -0700 (PDT) Message-Id: <200210192044.g9JKisJ7081254@repoman.freebsd.org> From: Jean-Marc Zucconi Date: Sat, 19 Oct 2002 13:44:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/fudgit/files patch-ab 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 jmz 2002/10/19 13:44:54 PDT Modified files: math/fudgit/files patch-ab Added files: math/fudgit/files patch-ad Log: Fix -current build. Revision Changes Path 1.2 +31 -24 ports/math/fudgit/files/patch-ab 1.1 +34 -0 ports/math/fudgit/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 Sat Oct 19 13:57: 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 9742D37B401; Sat, 19 Oct 2002 13:57:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4802343E6E; Sat, 19 Oct 2002 13:57:04 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JKuimV081923; Sat, 19 Oct 2002 13:56:44 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JKuikF081922; Sat, 19 Oct 2002 13:56:44 -0700 (PDT) Message-Id: <200210192056.g9JKuikF081922@repoman.freebsd.org> From: Robert Watson Date: Sat, 19 Oct 2002 13:56:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_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 rwatson 2002/10/19 13:56:44 PDT Modified files: sys/kern vfs_vnops.c Log: Drop in the MAC check for file creation as part of open(). Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.174 +11 -3 src/sys/kern/vfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 14: 6: 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 7D75037B401; Sat, 19 Oct 2002 14:06:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FAF943E8A; Sat, 19 Oct 2002 14:06:06 -0700 (PDT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JL5kmV082658; Sat, 19 Oct 2002 14:05:46 -0700 (PDT) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JL5kjZ082657; Sat, 19 Oct 2002 14:05:46 -0700 (PDT) Message-Id: <200210192105.g9JL5kjZ082657@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 19 Oct 2002 14:05:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-Net-Finger 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 adamw 2002/10/19 14:05:46 PDT Modified files: net Makefile Added files: net/p5-Net-Finger Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add net/p5-Net-Finger A Perl implementation of a finger client PR: 43884 Submitted by: fuyuki@hadaly.org Approved by: pat Revision Changes Path 1.860 +1 -0 ports/net/Makefile 1.1 +22 -0 ports/net/p5-Net-Finger/Makefile (new) 1.1 +1 -0 ports/net/p5-Net-Finger/distinfo (new) 1.1 +1 -0 ports/net/p5-Net-Finger/pkg-comment (new) 1.1 +4 -0 ports/net/p5-Net-Finger/pkg-descr (new) 1.1 +5 -0 ports/net/p5-Net-Finger/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 Oct 19 14: 7: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 F050D37B401; Sat, 19 Oct 2002 14:07:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B384D43E4A; Sat, 19 Oct 2002 14:07:17 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JL6vmV082746; Sat, 19 Oct 2002 14:06:57 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JL6vn3082745; Sat, 19 Oct 2002 14:06:57 -0700 (PDT) Message-Id: <200210192106.g9JL6vn3082745@repoman.freebsd.org> From: Robert Watson Date: Sat, 19 Oct 2002 14:06:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern syscalls.master src/sys/ia64/ia32 syscalls.master X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/19 14:06:57 PDT Modified files: sys/kern syscalls.master sys/ia64/ia32 syscalls.master Log: Add a placeholder for the execve_mac() system call, similar to SELinux's execve_secure() system call, which permits a process to pass in a label for a label change during exec. This permits SELinux to change the label for the resulting exec without a race following a manual label change on the process. Because this interface uses our general purpose MAC label abstraction, we call it execve_mac(), and wrap our port of SELinux's execve_secure() around it with appropriate sid mappings. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.9 +1 -0 src/sys/ia64/ia32/syscalls.master 1.130 +1 -0 src/sys/kern/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 14: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 5639837B401; Sat, 19 Oct 2002 14:12:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0680843E65; Sat, 19 Oct 2002 14:12:04 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JLBimV083246; Sat, 19 Oct 2002 14:11:44 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JLBing083245; Sat, 19 Oct 2002 14:11:44 -0700 (PDT) Message-Id: <200210192111.g9JLBing083245@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 19 Oct 2002 14:11:44 -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/10/19 14:11:44 PDT Modified files: sys/compat/linux linux_ioctl.c Log: Implement the CDROMREADAUDIO ioctl. Revision Changes Path 1.95 +37 -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 Sat Oct 19 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 52D6C37B404; Sat, 19 Oct 2002 14:15:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3F4343E7B; Sat, 19 Oct 2002 14:15:30 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JLFBmV083399; Sat, 19 Oct 2002 14:15:11 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JLFBYJ083398; Sat, 19 Oct 2002 14:15:11 -0700 (PDT) Message-Id: <200210192115.g9JLFBYJ083398@repoman.freebsd.org> From: Robert Watson Date: Sat, 19 Oct 2002 14:15:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern init_sysent.c syscalls.c src/sys/sys syscall.h syscall.mk sysproto.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 rwatson 2002/10/19 14:15:10 PDT Modified files: sys/kern init_sysent.c syscalls.c sys/sys syscall.h syscall.mk sysproto.h Log: Regen from addition of execve_mac placeholder. Revision Changes Path 1.138 +1 -1 src/sys/kern/init_sysent.c 1.123 +1 -1 src/sys/kern/syscalls.c 1.122 +1 -1 src/sys/sys/syscall.h 1.77 +1 -1 src/sys/sys/syscall.mk 1.115 +1 -1 src/sys/sys/sysproto.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 14: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 898A637B401; Sat, 19 Oct 2002 14:17:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BCBD43E7B; Sat, 19 Oct 2002 14:17:23 -0700 (PDT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JLH3mV083536; Sat, 19 Oct 2002 14:17:03 -0700 (PDT) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JLH3Ij083535; Sat, 19 Oct 2002 14:17:03 -0700 (PDT) Message-Id: <200210192117.g9JLH3Ij083535@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 19 Oct 2002 14: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 adamw 2002/10/19 14:17:03 PDT Modified files: . modules Log: p5-Net-Finger --> ports/net/p5-Net-Finger Revision Changes Path 1.6114 +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 Oct 19 14: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 B5DB137B401; Sat, 19 Oct 2002 14:26:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78CBA43E42; Sat, 19 Oct 2002 14:26:11 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JLPpmV084113; Sat, 19 Oct 2002 14:25:51 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JLPpCW084112; Sat, 19 Oct 2002 14:25:51 -0700 (PDT) Message-Id: <200210192125.g9JLPpCW084112@repoman.freebsd.org> From: Robert Watson Date: Sat, 19 Oct 2002 14:25:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys namei.h src/sys/kern vfs_lookup.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/10/19 14:25:51 PDT Modified files: sys/sys namei.h sys/kern vfs_lookup.c Log: Add a new 'NOMACCHECK' flag to namei() NDINIT flags, which permits the caller to indicate that MAC checks are not required for the lookup. Similar to IO_NOMACCHECK for vn_rdwr(), this indicates that the caller has already performed all required protections and that this is an internally generated operation. This will be used by the NFS server code, as we don't currently enforce MAC protections against requests delivered via NFS. While here, add NOCROSSMOUNT to PARAMASK; apparently this was used at one point for name lookup flag checking, but isn't any longer or it would have triggered from the NFS server code passing it to indicate that mountpoints shouldn't be crossed in lookups. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.58 +11 -6 src/sys/kern/vfs_lookup.c 1.37 +2 -1 src/sys/sys/namei.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 14:27: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 75FF237B401; Sat, 19 Oct 2002 14:27:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B87043E4A; Sat, 19 Oct 2002 14:27:15 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JLQtmV084180; Sat, 19 Oct 2002 14:26:55 -0700 (PDT) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JLQthr084179; Sat, 19 Oct 2002 14:26:55 -0700 (PDT) Message-Id: <200210192126.g9JLQthr084179@repoman.freebsd.org> From: Akinori MUSHA Date: Sat, 19 Oct 2002 14:26:55 -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 knu 2002/10/19 14:26:55 PDT Modified files: Mk bsd.sites.mk Log: - metalab.unc.edu, ftp.oit.unc.edu, and www.ibiblio.org point to the same host, so remove the duplicates from MASTER_SITE_SUNSITE. - Add www.ibibio.org to MASTER_SITE_RUBY, the first mirror site in the US. Revision Changes Path 1.116 +2 -3 ports/Mk/bsd.sites.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 14:27: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 D7B9537B401; Sat, 19 Oct 2002 14:27:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 881CA43E75; Sat, 19 Oct 2002 14:27:29 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JLR9mV084220; Sat, 19 Oct 2002 14:27:09 -0700 (PDT) (envelope-from gioria@repoman.freebsd.org) Received: (from gioria@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JLR9L6084219; Sat, 19 Oct 2002 14:27:09 -0700 (PDT) Message-Id: <200210192127.g9JLR9L6084219@repoman.freebsd.org> From: Sebastien Gioria Date: Sat, 19 Oct 2002 14:27:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/installation/common install.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/10/19 14:27:09 PDT Added files: release/doc/fr_FR.ISO8859-1/installation/common install.sgml Log: New translation Revision Changes Path 1.2 +891 -0 src/release/doc/fr_FR.ISO8859-1/installation/common/install.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 14:28: 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 EFAA537B401; Sat, 19 Oct 2002 14:28:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0DDE43E42; Sat, 19 Oct 2002 14:28:00 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JLRemV084250; Sat, 19 Oct 2002 14:27:40 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JLRetq084249; Sat, 19 Oct 2002 14:27:40 -0700 (PDT) Message-Id: <200210192127.g9JLRetq084249@repoman.freebsd.org> From: Robert Watson Date: Sat, 19 Oct 2002 14:27:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsserver nfs_srvsubs.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/10/19 14:27:40 PDT Modified files: sys/nfsserver nfs_srvsubs.c Log: Set the NOMACCHECK flag for namei()'s generated by the NFS server code. We currently don't enforce protections on NFS-originated VOP's. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.117 +1 -0 src/sys/nfsserver/nfs_srvsubs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 14:35: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 B751B37B401; Sat, 19 Oct 2002 14:35:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6604743E65; Sat, 19 Oct 2002 14:35:10 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JLYomV084836; Sat, 19 Oct 2002 14:34:50 -0700 (PDT) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JLYoKS084835; Sat, 19 Oct 2002 14:34:50 -0700 (PDT) Message-Id: <200210192134.g9JLYoKS084835@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 19 Oct 2002 14:34:50 -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 blackend 2002/10/19 14:34:50 PDT Modified files: games/fortune/datfiles freebsd-tips Log: Fix the path to the make.conf example file. PR: docs/44278 Submitted by: Chris Pepper Revision Changes Path 1.27 +2 -1 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 Sat Oct 19 14:36: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 60FC737B401; Sat, 19 Oct 2002 14:36:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 142B143E3B; Sat, 19 Oct 2002 14:36:32 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JLaCmV084996; Sat, 19 Oct 2002 14:36:12 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JLaBsm084995; Sat, 19 Oct 2002 14:36:11 -0700 (PDT) Message-Id: <200210192136.g9JLaBsm084995@repoman.freebsd.org> From: Oliver Braun Date: Sat, 19 Oct 2002 14:36:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/logo 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/10/19 14:36:11 PDT Modified files: lang/logo Makefile Log: Added WRKSRC to fix build. PR: 44279 Submitted by: Steven G. Kargl Revision Changes Path 1.21 +2 -0 ports/lang/logo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 14:37: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 612B237B401; Sat, 19 Oct 2002 14:37:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F68943E77; Sat, 19 Oct 2002 14:37:30 -0700 (PDT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JLbAmV085066; Sat, 19 Oct 2002 14:37:10 -0700 (PDT) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JLbAor085065; Sat, 19 Oct 2002 14:37:10 -0700 (PDT) Message-Id: <200210192137.g9JLbAor085065@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 19 Oct 2002 14:37:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xmms-gforce 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 adamw 2002/10/19 14:37:10 PDT Modified files: graphics/xmms-gforce pkg-descr Log: Remove non-existant (404) WWW reference, at maintainer's request. Submitted by: erwin@lansing.dk (maintainer) PR: 42546 Approved by: pat Revision Changes Path 1.2 +0 -2 ports/graphics/xmms-gforce/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 Oct 19 14:38: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 BEE4137B419 for ; Sat, 19 Oct 2002 14:38:53 -0700 (PDT) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id BED1B43E88 for ; Sat, 19 Oct 2002 14:38:52 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 30215 invoked from network); 19 Oct 2002 21:38:43 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 19 Oct 2002 21:38:43 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id g9JLcen5053202; Sat, 19 Oct 2002 17:38:40 -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: <200210191644.g9JGiNOo061574@repoman.freebsd.org> Date: Sat, 19 Oct 2002 17:38:43 -0400 (EDT) From: John Baldwin To: Sam Leffler Subject: RE: cvs commit: src/release Makefile 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 19-Oct-2002 Sam Leffler wrote: > sam 2002/10/19 09:44:21 PDT > > Modified files: > release Makefile > Log: > Fixups to get make release going again for i386: > > o mount (and unmount) devfs in the chroot'd filesystem > o handle umounting devfs in case of a keyboard interrupt > o remove MAKEDEV from the fixit floppy so things fit again (mount_devfs was > added in a separate commit) > o explicitly remove mfsroot.gz and loader.conf when building the cd-rom area > as otherwice cp -Rp aborts when a previous run left identical files around Hmm, if we used 'cp' instead of 'ln' would we not need this? -- 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 Sat Oct 19 14:38: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 8F76237B41A for ; Sat, 19 Oct 2002 14:38:54 -0700 (PDT) Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1D6243E7B for ; Sat, 19 Oct 2002 14:38:48 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 14036 invoked from network); 19 Oct 2002 21:38:46 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 19 Oct 2002 21:38:46 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id g9JLcin5053205; Sat, 19 Oct 2002 17:38:44 -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: <200210182252.g9IMqf3T094566@repoman.freebsd.org> Date: Sat, 19 Oct 2002 17:38:47 -0400 (EDT) From: John Baldwin To: Matt Dillon Subject: RE: cvs commit: src/sys/ufs/ffs ffs_balloc.c ffs_vnops.c src/sys 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 18-Oct-2002 Matt Dillon wrote: > dillon 2002/10/18 15:52:41 PDTs > > Modified files: > sys/ufs/ffs ffs_balloc.c ffs_vnops.c > sys/ufs/ufs ufs_extern.h > Log: > Fix a file-rewrite performance case for UFS[2]. When rewriting portions > of a file in chunks that are less then the filesystem block size, if the > data is not already cached the system will perform a read-before-write. > The problem is that it does this on a block-by-block basis, breaking up the > I/Os and making clustering impossible for the writes. Programs such > as INN using cyclic file buffers suffer greatly. This problem is only going > to get worse as we use larger and larger filesystem block sizes. > > The solution is to extend the sequential heuristic so UFS[2] can perform > a far larger read and readahead when dealing with this case. > > (note: maximum disk write bandwidth is 27MB/sec thru filesystem) > (note: filesystem blocksize in test is 8K (1K frag)) > dd if=/dev/zero of=test.dat bs=1k count=2m conv=notrunc > > Before: (note half of these are reads) > tty da0 da1 acd0 cpu > tin tout KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s us ni sy in id > 0 76 14.21 598 8.30 0.00 0 0.00 0.00 0 0.00 0 0 7 1 92 > 0 76 14.09 813 11.19 0.00 0 0.00 0.00 0 0.00 0 0 9 5 86 > 0 76 14.28 821 11.45 0.00 0 0.00 0.00 0 0.00 0 0 8 1 91 > > After: (note half of these are reads) > tty da0 da1 acd0 cpu > tin tout KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s us ni sy in id > 0 76 63.62 434 26.99 0.00 0 0.00 0.00 0 0.00 0 0 18 1 80 > 0 76 63.58 424 26.30 0.00 0 0.00 0.00 0 0.00 0 0 17 2 82 > 0 76 63.82 438 27.32 0.00 0 0.00 0.00 0 0.00 1 0 19 2 79 > > Reviewed by: mckusick > Approved by: re > X-MFC after: immediately (was heavily tested in -stable for 4 months) Please wait to MFC for at least a couple of days. 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 Sat Oct 19 14:40: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 30DEF37B401; Sat, 19 Oct 2002 14:40:19 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.50.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id D968743E7B; Sat, 19 Oct 2002 14:40:17 -0700 (PDT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.12.3/8.12.3) with ESMTP id g9JLdLvN063864; Sat, 19 Oct 2002 23:39:21 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.3/8.12.3/Submit) id g9JLdLTv063863; Sat, 19 Oct 2002 23:39:21 +0200 (CEST) (envelope-from marc) Date: Sat, 19 Oct 2002 23:39:21 +0200 From: Marc Fonvieille To: Marc Fonvieille Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles freebsd-tips Message-ID: <20021019233921.B61779@abigail.blackend.org> References: <200210192134.g9JLYoKS084835@repoman.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: <200210192134.g9JLYoKS084835@repoman.freebsd.org>; from blackend@FreeBSD.org on Sat, Oct 19, 2002 at 02:34:50PM -0700 X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.6-PRERELEASE Sender: owner-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, Oct 19, 2002 at 02:34:50PM -0700, Marc Fonvieille wrote: > blackend 2002/10/19 14:34:50 PDT > > Modified files: > games/fortune/datfiles freebsd-tips > Log: > Fix the path to the make.conf example file. > > PR: docs/44278 > Submitted by: Chris Pepper > > Revision Changes Path > 1.27 +2 -1 src/games/fortune/datfiles/freebsd-tips > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/games/fortune/datfiles/freebsd-tips Doh, I forgot: MFC after: 3 days Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 14:45: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 8A02B37B401; Sat, 19 Oct 2002 14:45:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C1C243E6E; Sat, 19 Oct 2002 14:45:17 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JLivmV085591; Sat, 19 Oct 2002 14:44:57 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JLivgo085590; Sat, 19 Oct 2002 14:44:57 -0700 (PDT) Message-Id: <200210192144.g9JLivgo085590@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 19 Oct 2002 14:44:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile gbde.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 phk 2002/10/19 14:44:57 PDT Modified files: share/man/man4 Makefile Added files: share/man/man4 gbde.4 Log: Add the manual page which explains how gbde works and which bits it is composed off. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.166 +1 -0 src/share/man/man4/Makefile 1.1 +275 -0 src/share/man/man4/gbde.4 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 14:49: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 7376A37B401; Sat, 19 Oct 2002 14:49:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24DA243E3B; Sat, 19 Oct 2002 14:49:30 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JLnAmV085809; Sat, 19 Oct 2002 14:49:10 -0700 (PDT) (envelope-from gioria@repoman.freebsd.org) Received: (from gioria@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JLn9ux085808; Sat, 19 Oct 2002 14:49:09 -0700 (PDT) Message-Id: <200210192149.g9JLn9ux085808@repoman.freebsd.org> From: Sebastien Gioria Date: Sat, 19 Oct 2002 14:49:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/installation Makefile src/release/doc/fr_FR.ISO8859-1/installation/common install.sgml trouble.sgml upgrade.sgml src/release/doc/fr_FR.ISO8859-1/installation/pc98 Makefile article.sgml src/release/doc/fr_FR.ISO8859-1/installation/sparc64 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 gioria 2002/10/19 14:49:09 PDT Modified files: release/doc/fr_FR.ISO8859-1/installation Makefile release/doc/fr_FR.ISO8859-1/installation/common install.sgml Added files: release/doc/fr_FR.ISO8859-1/installation/common trouble.sgml upgrade.sgml release/doc/fr_FR.ISO8859-1/installation/pc98 Makefile article.sgml release/doc/fr_FR.ISO8859-1/installation/sparc64 Makefile article.sgml install.sgml Log: New translations Revision Changes Path 1.3 +3 -1 src/release/doc/fr_FR.ISO8859-1/installation/Makefile 1.3 +2 -2 src/release/doc/fr_FR.ISO8859-1/installation/common/install.sgml 1.2 +535 -0 src/release/doc/fr_FR.ISO8859-1/installation/common/trouble.sgml (new) 1.2 +216 -0 src/release/doc/fr_FR.ISO8859-1/installation/common/upgrade.sgml (new) 1.1 +28 -0 src/release/doc/fr_FR.ISO8859-1/installation/pc98/Makefile (new) 1.1 +35 -0 src/release/doc/fr_FR.ISO8859-1/installation/pc98/article.sgml (new) 1.1 +26 -0 src/release/doc/fr_FR.ISO8859-1/installation/sparc64/Makefile (new) 1.1 +41 -0 src/release/doc/fr_FR.ISO8859-1/installation/sparc64/article.sgml (new) 1.1 +568 -0 src/release/doc/fr_FR.ISO8859-1/installation/sparc64/install.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 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 122F237B401; Sat, 19 Oct 2002 14:58:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B875343E77; Sat, 19 Oct 2002 14:58:31 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JLwBmV086410; Sat, 19 Oct 2002 14:58:11 -0700 (PDT) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JLwBPv086408; Sat, 19 Oct 2002 14:58:11 -0700 (PDT) Message-Id: <200210192158.g9JLwBPv086408@repoman.freebsd.org> From: Alexander Kabaev Date: Sat, 19 Oct 2002 14:58:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ubsa.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/10/19 14:58:11 PDT Modified files: sys/dev/usb ubsa.c Log: Whitespace fixes per style(9) Approved by: obrien Revision Changes Path 1.2 +10 -11 src/sys/dev/usb/ubsa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 15: 0: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 319DE37B401; Sat, 19 Oct 2002 15:00:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9968E43E9E; Sat, 19 Oct 2002 15:00:25 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JM05mV086587; Sat, 19 Oct 2002 15:00:05 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JM041c086585; Sat, 19 Oct 2002 15:00:04 -0700 (PDT) Message-Id: <200210192200.g9JM041c086585@repoman.freebsd.org> From: Oliver Braun Date: Sat, 19 Oct 2002 15:00:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ccrypt 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/10/19 15:00:04 PDT Modified files: security/ccrypt Makefile distinfo pkg-plist Log: * Upgrade to 1.3. * Give maintainership to submitter. PR: 43442 Submitted by: Jim Geovedi Revision Changes Path 1.5 +5 -4 ports/security/ccrypt/Makefile 1.2 +1 -1 ports/security/ccrypt/distinfo 1.3 +2 -0 ports/security/ccrypt/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 Oct 19 15: 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 3C49837B401; Sat, 19 Oct 2002 15:09:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF16743E91; Sat, 19 Oct 2002 15:09:43 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JM9NmV087165; Sat, 19 Oct 2002 15:09:23 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JM9N6G087164; Sat, 19 Oct 2002 15:09:23 -0700 (PDT) Message-Id: <200210192209.g9JM9N6G087164@repoman.freebsd.org> From: Peter Wemm Date: Sat, 19 Oct 2002 15:09:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia32 syscalls.master src/sys/kern syscalls.master X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/19 15:09:23 PDT Modified files: sys/ia64/ia32 syscalls.master sys/kern syscalls.master Log: Grab 416/417 real estate before I get burned while testing again. This is for the not-quite-ready signal/fpu abi stuff. It may not see the light of day, but I'm certainly not going to be able to validate it when getting shot in the foot due to syscall number conflicts. Revision Changes Path 1.10 +2 -0 src/sys/ia64/ia32/syscalls.master 1.131 +2 -0 src/sys/kern/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 15:12: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 6061137B401; Sat, 19 Oct 2002 15:12:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 137AA43E4A; Sat, 19 Oct 2002 15:12:40 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JMCKmV087644; Sat, 19 Oct 2002 15:12:20 -0700 (PDT) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JMCJtf087643; Sat, 19 Oct 2002 15:12:19 -0700 (PDT) Message-Id: <200210192212.g9JMCJtf087643@repoman.freebsd.org> From: Alexander Kabaev Date: Sat, 19 Oct 2002 15:12:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/umapfs umap_vfsops.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/10/19 15:12:19 PDT Modified files: sys/fs/umapfs umap_vfsops.c Log: style(9) Approved by: obrien Revision Changes Path 1.49 +7 -4 src/sys/fs/umapfs/umap_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 15:15: 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 55F9737B401; Sat, 19 Oct 2002 15:14:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1309843E6A; Sat, 19 Oct 2002 15:14:59 -0700 (PDT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JMEcmV087769; Sat, 19 Oct 2002 15:14:39 -0700 (PDT) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JMEcdj087768; Sat, 19 Oct 2002 15:14:38 -0700 (PDT) Message-Id: <200210192214.g9JMEcdj087768@repoman.freebsd.org> From: Oliver Braun Date: Sat, 19 Oct 2002 15:14:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/upclient Makefile distinfo pkg-plist ports/misc/upclient/files patch-aa patch-ab patch-options.c patch-options.h patch-stats-bsd.c patch-upchk X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/19 15:14:38 PDT Modified files: misc/upclient Makefile distinfo pkg-plist misc/upclient/files patch-aa patch-ab patch-options.c patch-options.h patch-stats-bsd.c patch-upchk Log: * Upgrade to 5.0.b5. * Changed MASTER_SITES. * Respect PREFIX correctly. PR: 44283 Submitted by: maintainer Revision Changes Path 1.16 +17 -8 ports/misc/upclient/Makefile 1.5 +1 -1 ports/misc/upclient/distinfo 1.4 +16 -16 ports/misc/upclient/files/patch-aa 1.5 +8 -10 ports/misc/upclient/files/patch-ab 1.4 +7 -11 ports/misc/upclient/files/patch-options.c 1.3 +3 -3 ports/misc/upclient/files/patch-options.h 1.3 +257 -69 ports/misc/upclient/files/patch-stats-bsd.c 1.3 +2 -2 ports/misc/upclient/files/patch-upchk 1.4 +2 -1 ports/misc/upclient/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 Oct 19 15:23: 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 6D15737B401; Sat, 19 Oct 2002 15:23:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6062543EAC; Sat, 19 Oct 2002 15:23:03 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JMMhmV088364; Sat, 19 Oct 2002 15:22:43 -0700 (PDT) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JMMhT6088363; Sat, 19 Oct 2002 15:22:43 -0700 (PDT) Message-Id: <200210192222.g9JMMhT6088363@repoman.freebsd.org> From: Alexander Kabaev Date: Sat, 19 Oct 2002 15:22:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/umapfs umap_vfsops.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/10/19 15:22:43 PDT Modified files: sys/fs/umapfs umap_vfsops.c Log: umap_sync is empty and is identical to vfs_stdsync. Remove it and use generic function instead. Approved by: obrien Revision Changes Path 1.50 +1 -16 src/sys/fs/umapfs/umap_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 15:25: 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 873E637B401; Sat, 19 Oct 2002 15:25:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38B3F43E3B; Sat, 19 Oct 2002 15:25:04 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JMOimV088448; Sat, 19 Oct 2002 15:24:44 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JMOiiY088447; Sat, 19 Oct 2002 15:24:44 -0700 (PDT) Message-Id: <200210192224.g9JMOiiY088447@repoman.freebsd.org> From: Maxime Henrion Date: Sat, 19 Oct 2002 15:24:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kern.pre.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/10/19 15:24:44 PDT Modified files: sys/conf kern.pre.mk Log: Put back NORMAL_C_NOWERROR, it was actually used. Pointy hat to: mux Revision Changes Path 1.21 +1 -0 src/sys/conf/kern.pre.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 15: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 B342E37B401; Sat, 19 Oct 2002 15:25:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6150543E65; Sat, 19 Oct 2002 15:25:51 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JMPVmV088557; Sat, 19 Oct 2002 15:25:31 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JMPVAE088556; Sat, 19 Oct 2002 15:25:31 -0700 (PDT) Message-Id: <200210192225.g9JMPVAE088556@repoman.freebsd.org> From: Peter Wemm Date: Sat, 19 Oct 2002 15:25:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern syscalls.master src/sys/ia64/ia32 syscalls.master X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/10/19 15:25:31 PDT Modified files: sys/kern syscalls.master sys/ia64/ia32 syscalls.master Log: Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat) Revision Changes Path 1.11 +3 -0 src/sys/ia64/ia32/syscalls.master 1.132 +3 -0 src/sys/kern/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 15:28: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 BD7D637B404; Sat, 19 Oct 2002 15:28:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F7DD43E3B; Sat, 19 Oct 2002 15:28:27 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JMS7mV088725; Sat, 19 Oct 2002 15:28:07 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JMS7XO088724; Sat, 19 Oct 2002 15:28:07 -0700 (PDT) Message-Id: <200210192228.g9JMS7XO088724@repoman.freebsd.org> From: Peter Wemm Date: Sat, 19 Oct 2002 15:28:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio findfp.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/10/19 15:28:07 PDT Modified files: lib/libc/stdio findfp.c Log: Give in on the __sF stuff. I have a better fix in mind that is future proof, but this should buy me some time for now. Revision Changes Path 1.23 +1 -1 src/lib/libc/stdio/findfp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 15: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 58F8937B401; Sat, 19 Oct 2002 15:29:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0640443E3B; Sat, 19 Oct 2002 15:29:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JMT7mV088818; Sat, 19 Oct 2002 15:29:07 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JMT7ux088817; Sat, 19 Oct 2002 15:29:07 -0700 (PDT) Message-Id: <200210192229.g9JMT7ux088817@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 19 Oct 2002 15:29:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/opensched Makefile ports/textproc/opensched/files 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 kris 2002/10/19 15:29:07 PDT Modified files: textproc/opensched Makefile Added files: textproc/opensched/files patch-af patch-ag Log: Respect CC and CFLAGS, and fix a bug involving use of uninitialized memory after malloc (causes coredump on -current) Revision Changes Path 1.2 +1 -0 ports/textproc/opensched/Makefile 1.1 +11 -0 ports/textproc/opensched/files/patch-af (new) 1.1 +10 -0 ports/textproc/opensched/files/patch-ag (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 15:31: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 387B437B40B; Sat, 19 Oct 2002 15:31:54 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0160743E91; Sat, 19 Oct 2002 15:31:54 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id E12632A88D; Sat, 19 Oct 2002 15:31:53 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Maxime Henrion Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.pre.mk In-Reply-To: <200210192224.g9JMOiiY088447@repoman.freebsd.org> Date: Sat, 19 Oct 2002 15:31:53 -0700 From: Peter Wemm Message-Id: <20021019223153.E12632A88D@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 Maxime Henrion wrote: > mux 2002/10/19 15:24:44 PDT > > Modified files: > sys/conf kern.pre.mk > Log: > Put back NORMAL_C_NOWERROR, it was actually used. Lesson 1 for committers: The sign next to config(8) and the kernel build magic with the warning that says "Danger! Here be dragons!" got buried under some rubble. :-) 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 Oct 19 15:53: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 BC81F37B401; Sat, 19 Oct 2002 15:53:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E73543E4A; Sat, 19 Oct 2002 15:53:29 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JMr9mV090724; Sat, 19 Oct 2002 15:53:09 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JMr9x4090723; Sat, 19 Oct 2002 15:53:09 -0700 (PDT) Message-Id: <200210192253.g9JMr9x4090723@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 19 Oct 2002 15:53:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/sqsh 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/10/19 15:53:09 PDT Modified files: databases/sqsh Makefile Log: Add missing USE_XLIB=yes Revision Changes Path 1.11 +1 -0 ports/databases/sqsh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 15:54: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 69E6B37B401; Sat, 19 Oct 2002 15:54:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D2743E3B; Sat, 19 Oct 2002 15:54:49 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JMsSmV090860; Sat, 19 Oct 2002 15:54:28 -0700 (PDT) (envelope-from jmz@repoman.freebsd.org) Received: (from jmz@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JMsSvU090859; Sat, 19 Oct 2002 15:54:28 -0700 (PDT) Message-Id: <200210192254.g9JMsSvU090859@repoman.freebsd.org> From: Jean-Marc Zucconi Date: Sat, 19 Oct 2002 15:54:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xmris Makefile ports/games/xmris/files patch-aa ports/games/xmris/scripts pre-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 jmz 2002/10/19 15:54:28 PDT Modified files: games/xmris Makefile games/xmris/files patch-aa games/xmris/scripts pre-configure Log: Fix the build on -current (patch-aa) Compile all targets in the do-build phase, fix install with XFree86-4, honor CFLAGS Revision Changes Path 1.20 +9 -3 ports/games/xmris/Makefile 1.3 +13 -14 ports/games/xmris/files/patch-aa 1.7 +0 -5 ports/games/xmris/scripts/pre-configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 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 60CD837B401; Sat, 19 Oct 2002 16:03:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F187943E6A; Sat, 19 Oct 2002 16:03:55 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JN3ZmV091499; Sat, 19 Oct 2002 16:03:35 -0700 (PDT) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JN3ZpP091498; Sat, 19 Oct 2002 16:03:35 -0700 (PDT) Message-Id: <200210192303.g9JN3ZpP091498@repoman.freebsd.org> From: Alexander Kabaev Date: Sat, 19 Oct 2002 16:03:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf rtld.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/10/19 16:03:35 PDT Modified files: libexec/rtld-elf rtld.c Log: Change the symbol lookup order to search RTLD_GLOBAL objects before referencing object's DAG. This makes it possible for C++ exceptions to work across shared libraries and brings us closer to the search order used by Solaris/Linux. Reviewed by: jdp Approved by: obrien MFC after: 1 month Revision Changes Path 1.68 +12 -12 src/libexec/rtld-elf/rtld.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 16: 4: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 1ACEE37B401; Sat, 19 Oct 2002 16:04:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDD1943E75; Sat, 19 Oct 2002 16:04:10 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JN3omV091564; Sat, 19 Oct 2002 16:03:50 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JN3oYl091563; Sat, 19 Oct 2002 16:03:50 -0700 (PDT) Message-Id: <200210192303.g9JN3oYl091563@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 19 Oct 2002 16:03:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gaim Makefile pkg-plist ports/net/gaim/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 marcus 2002/10/19 16:03:50 PDT Modified files: net/gaim Makefile pkg-plist net/gaim/files patch-ab Log: Fix the icon installation. Bump PORTREVISION. Revision Changes Path 1.79 +1 -1 ports/net/gaim/Makefile 1.11 +4 -4 ports/net/gaim/files/patch-ab 1.37 +1 -1 ports/net/gaim/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 Oct 19 16: 6: 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 AB2D737B401; Sat, 19 Oct 2002 16:06:07 -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 3294743E88; Sat, 19 Oct 2002 16:06:07 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B927A66B5E; Sat, 19 Oct 2002 16:06:06 -0700 (PDT) Date: Sat, 19 Oct 2002 16:06:06 -0700 From: Kris Kennaway To: Jean-Marc Zucconi Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/games/xmris Makefile ports/games/xmris/files patch-aa ports/games/xmris/scripts pre-configure Message-ID: <20021019230606.GA10835@xor.obsecurity.org> References: <200210192254.g9JMsSvU090859@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline In-Reply-To: <200210192254.g9JMsSvU090859@repoman.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 --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 19, 2002 at 03:54:28PM -0700, Jean-Marc Zucconi wrote: > jmz 2002/10/19 15:54:28 PDT >=20 > Modified files: > games/xmris Makefile=20 > games/xmris/files patch-aa=20 > games/xmris/scripts pre-configure=20 > Log: > Fix the build on -current (patch-aa) > Compile all targets in the do-build phase, fix install with XFree86-4, = honor > CFLAGS Thanks for spending time on these! Kris --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9seVdWry0BWjoQKURAntuAKCQ62X98QPAbtLqFedQN8KwslrTqwCeLgkr F3SYjfe8VDPbaMrAJFCgWQw= =SI0v -----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 Sat Oct 19 16: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 E929737B401; Sat, 19 Oct 2002 16:14:18 -0700 (PDT) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B98843E4A; Sat, 19 Oct 2002 16:14:18 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.4) with ESMTP id g9JNEDPQ029408; Sat, 19 Oct 2002 16:14:13 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.4/Submit) id g9JNEDCG029407; Sat, 19 Oct 2002 16:14:13 -0700 (PDT) (envelope-from dillon) Date: Sat, 19 Oct 2002 16:14:13 -0700 (PDT) From: Matthew Dillon Message-Id: <200210192314.g9JNEDCG029407@apollo.backplane.com> To: John Baldwin Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: RE: cvs commit: src/sys/ufs/ffs ffs_balloc.c ffs_vnops.c src/sys References: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :> After: (note half of these are reads) :> tty da0 da1 acd0 cpu :> tin tout KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s us ni sy in id :> 0 76 63.62 434 26.99 0.00 0 0.00 0.00 0 0.00 0 0 18 1 80 :> 0 76 63.58 424 26.30 0.00 0 0.00 0.00 0 0.00 0 0 17 2 82 :> 0 76 63.82 438 27.32 0.00 0 0.00 0.00 0 0.00 1 0 19 2 79 :> :> Reviewed by: mckusick :> Approved by: re :> X-MFC after: immediately (was heavily tested in -stable for 4 months) : :Please wait to MFC for at least a couple of days. Thanks. : :-- : :John Baldwin <>< http://www.FreeBSD.org/~jhb/ Too late. In fact it was actually committed to -stable a week or two ago, I had just forgotten that I had done it. The follow up commit I made was just to normalize the stable to look more like current. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 16:27: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 8BD2337B401; Sat, 19 Oct 2002 16:27:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B87343E77; Sat, 19 Oct 2002 16:27:53 -0700 (PDT) (envelope-from gioria@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JNRWmV092957; Sat, 19 Oct 2002 16:27:32 -0700 (PDT) (envelope-from gioria@repoman.freebsd.org) Received: (from gioria@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JNRWal092956; Sat, 19 Oct 2002 16:27:32 -0700 (PDT) Message-Id: <200210192327.g9JNRWal092956@repoman.freebsd.org> From: Sebastien Gioria Date: Sat, 19 Oct 2002 16:27:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/installation/common install.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/10/19 16:27:32 PDT Modified files: release/doc/fr_FR.ISO8859-1/installation/common install.sgml Log: New sections translated Revision Changes Path 1.4 +201 -172 src/release/doc/fr_FR.ISO8859-1/installation/common/install.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 16:30: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 64B0337B401; Sat, 19 Oct 2002 16:30:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1806A43E6A; Sat, 19 Oct 2002 16:30:34 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JNUDmV093224; Sat, 19 Oct 2002 16:30:13 -0700 (PDT) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JNUDN7093221; Sat, 19 Oct 2002 16:30:13 -0700 (PDT) Message-Id: <200210192330.g9JNUDN7093221@repoman.freebsd.org> From: Archie Cobbs Date: Sat, 19 Oct 2002 16:30:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/sablevm 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 archie 2002/10/19 16:30:13 PDT Modified files: java/sablevm Makefile Log: Use ${MASTER_SITE_SOURCEFORGE} instead of hard-coded master site. Revision Changes Path 1.12 +2 -1 ports/java/sablevm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 17:45: 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 B494137B401; Sat, 19 Oct 2002 17:44:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 582E943E91; Sat, 19 Oct 2002 17:44:57 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K0iamV097961; Sat, 19 Oct 2002 17:44:36 -0700 (PDT) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K0iajf097958; Sat, 19 Oct 2002 17:44:36 -0700 (PDT) Message-Id: <200210200044.g9K0iajf097958@repoman.freebsd.org> From: Juli Mallett Date: Sat, 19 Oct 2002 17:44:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_info.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/10/19 17:44:36 PDT Modified files: (Branch: RELENG_4) lib/libc_r/uthread uthread_info.c Log: MFC: With FD locking now disabled, don't print the owner of the FD at all, as it results pretty trivially in a NULL dereference when dumping thread info. Approved by: deischen Revision Changes Path 1.14.2.7 +0 -4 src/lib/libc_r/uthread/uthread_info.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 17:52: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 65F8737B401; Sat, 19 Oct 2002 17:52:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 184EA43E7B; Sat, 19 Oct 2002 17:52:29 -0700 (PDT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K0q8mV098747; Sat, 19 Oct 2002 17:52:08 -0700 (PDT) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K0q8LX098746; Sat, 19 Oct 2002 17:52:08 -0700 (PDT) Message-Id: <200210200052.g9K0q8LX098746@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 19 Oct 2002 17:52:08 -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 arved 2002/10/19 17:52:08 PDT Modified files: en/news news.xml Log: 1 Revision Changes Path 1.120 +10 -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 Sat Oct 19 17: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 1D7F937B401; Sat, 19 Oct 2002 17:54:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C421F43E6A; Sat, 19 Oct 2002 17:53:59 -0700 (PDT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K0rdmV098807; Sat, 19 Oct 2002 17:53:39 -0700 (PDT) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K0rdvg098806; Sat, 19 Oct 2002 17:53:39 -0700 (PDT) Message-Id: <200210200053.g9K0rdvg098806@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 19 Oct 2002 17:53:39 -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 arved 2002/10/19 17:53:39 PDT Modified files: en/news news.xml Log: Oops.. This should have been: Announce myself. Approved by: kris (mentor) Revision Changes Path 1.121 +1 -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 Sat Oct 19 17:57: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 BCD0237B401; Sat, 19 Oct 2002 17:57:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FA8043E65; Sat, 19 Oct 2002 17:57:49 -0700 (PDT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K0vSmV098944; Sat, 19 Oct 2002 17:57:28 -0700 (PDT) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K0vSe7098943; Sat, 19 Oct 2002 17:57:28 -0700 (PDT) Message-Id: <200210200057.g9K0vSe7098943@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 19 Oct 2002 17:57:28 -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 arved 2002/10/19 17:57:28 PDT Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add myself. Approved by: kris (mentor) Revision Changes Path 1.253 +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 Sat Oct 19 18: 2: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 37BAE37B401; Sat, 19 Oct 2002 18:02:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDCBC43E65; Sat, 19 Oct 2002 18:02:16 -0700 (PDT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K11umV099392; Sat, 19 Oct 2002 18:01:56 -0700 (PDT) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K11uYp099391; Sat, 19 Oct 2002 18:01:56 -0700 (PDT) Message-Id: <200210200101.g9K11uYp099391@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 19 Oct 2002 18:01:56 -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 arved 2002/10/19 18:01:56 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Move myself from contributors to developers. Approved by: kris (mentor) Revision Changes Path 1.282 +3 -4 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 Sat Oct 19 18:24: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 B196D37B401; Sat, 19 Oct 2002 18:24:09 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A2343E97; Sat, 19 Oct 2002 18:24:01 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id D66A081309; Sun, 20 Oct 2002 10:53:58 +0930 (CST) Date: Sun, 20 Oct 2002 10:53:58 +0930 From: Greg 'groggy' Lehey To: Sam Leffler , Robert Watson , developers@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Commit message routing (was: cvs commit: src/contrib/tar/src extract.c misc.c) Message-ID: <20021020012358.GB75033@wantadilla.lemis.com> References: <32b801c27795$1bfe5380$52557f42@errno.com> <20021019180635.GB370@straylight.oblivion.bg> <200210190932.g9J9W3Oo032881@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021019180635.GB370@straylight.oblivion.bg> <200210190932.g9J9W3Oo032881@repoman.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 Saturday, 19 October 2002 at 21:06:35 +0300, Peter Pentchev wrote: > On Sat, Oct 19, 2002 at 10:29:41AM -0700, Sam Leffler wrote: >>> On Sat, 19 Oct 2002, Sam Leffler wrote: >>> >>> Oddly, I got this message, see your commits in the logs, but didn't get >>> the actual commit message from your change. Did the commit abort part way >>> through for some reason? I've noticed some other flakiness relating to >>> FreeBSD.org mail in the last week or two: I get all re@FreeBSD.org mail in >>> a timely manner except messages from Murray (?), but other members of re@ >>> seem to get them sometimes. >> >> Yup, mail left my side but never appeared. Since one can't look at >> /var/log/maillog on hub there's nothing I can do to track this down (or any >> of my other problems with mail to freebsd.org). What's stopping you from looking at the log on hub? > Just to point out the obvious: it is not just hub now; since the CVS > repository is on ncvs.FreeBSD.org, it stands to reason that the > commit scripts execute there, and any mail setup problems there > would prevent commit messages from even reaching hub. No, that's not correct. Here are some of the headers of a recent commit message: Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by wantadilla.lemis.com (Postfix) with ESMTP id 625FA8123B for ; Sat, 19 Oct 2002 19:02:38 +0930 (CST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id A5C4255CDC for ; Sat, 19 Oct 2002 02:32:27 -0700 (PDT) (envelope-from owner-cvs-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 95BEC37B486; Sat, 19 Oct 2002 02:32:24 -0700 (PDT) Delivered-To: grog@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id 7124037B406; Sat, 19 Oct 2002 02:32:22 -0700 (PDT) Delivered-To: cvs-committers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A21337B401; Sat, 19 Oct 2002 02:32:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F11F143E88; Sat, 19 Oct 2002 02:32:20 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J9W3mV032882; Sat, 19 Oct 2002 02:32:03 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J9W3Oo032881; Sat, 19 Oct 2002 02:32:03 -0700 (PDT) Message-Id: <200210190932.g9J9W3Oo032881@repoman.freebsd.org> There's also obviously no delivery problem here; the whole thing took 33 seconds. 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 Oct 19 18: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 2969637B401; Sat, 19 Oct 2002 18:32:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFE0743E88; Sat, 19 Oct 2002 18:32:53 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K1WXmV001328; Sat, 19 Oct 2002 18:32:33 -0700 (PDT) (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K1WWnH001327; Sat, 19 Oct 2002 18:32:32 -0700 (PDT) Message-Id: <200210200132.g9K1WWnH001327@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 19 Oct 2002 18:32:32 -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 keramida 2002/10/19 18:32:32 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Add new question: How do I set up a FreeBSD mirror? that points to the `hubs' article. Submitted by: Will Mitayai Keeso Rowe Revision Changes Path 1.488 +12 -0 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 Sat Oct 19 18:33: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 6224737B401; Sat, 19 Oct 2002 18:33:52 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id E935443E75; Sat, 19 Oct 2002 18:33:51 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id CFF802A896; Sat, 19 Oct 2002 18:33:51 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Greg 'groggy' Lehey Cc: Sam Leffler , Robert Watson , developers@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Commit message routing (was: cvs commit: src/contrib/tar/src extract.c misc.c) In-Reply-To: <20021020012358.GB75033@wantadilla.lemis.com> Date: Sat, 19 Oct 2002 18:33:51 -0700 From: Peter Wemm Message-Id: <20021020013351.CFF802A896@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 Greg 'groggy' Lehey wrote: > On Saturday, 19 October 2002 at 21:06:35 +0300, Peter Pentchev wrote: > > On Sat, Oct 19, 2002 at 10:29:41AM -0700, Sam Leffler wrote: > >>> On Sat, 19 Oct 2002, Sam Leffler wrote: > >>> > >>> Oddly, I got this message, see your commits in the logs, but didn't get > >>> the actual commit message from your change. Did the commit abort part wa y > >>> through for some reason? I've noticed some other flakiness relating to > >>> FreeBSD.org mail in the last week or two: I get all re@FreeBSD.org mail i n > >>> a timely manner except messages from Murray (?), but other members of re@ > >>> seem to get them sometimes. > >> > >> Yup, mail left my side but never appeared. Since one can't look at > >> /var/log/maillog on hub there's nothing I can do to track this down (or an y > >> of my other problems with mail to freebsd.org). > > What's stopping you from looking at the log on hub? > > > Just to point out the obvious: it is not just hub now; since the CVS > > repository is on ncvs.FreeBSD.org, it stands to reason that the > > commit scripts execute there, and any mail setup problems there > > would prevent commit messages from even reaching hub. > > No, that's not correct. Here are some of the headers of a recent > commit message: > > Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) > by wantadilla.lemis.com (Postfix) with ESMTP id 625FA8123B > for ; Sat, 19 Oct 2002 19:02:38 +0930 (CST) > Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) > by mx2.freebsd.org (Postfix) with ESMTP id A5C4255CDC > for ; Sat, 19 Oct 2002 02:32:27 -0700 (PDT) > (envelope-from owner-cvs-committers@FreeBSD.org) > Received: by hub.freebsd.org (Postfix) > id 95BEC37B486; Sat, 19 Oct 2002 02:32:24 -0700 (PDT) > Delivered-To: grog@freebsd.org > Received: by hub.freebsd.org (Postfix, from userid 538) > id 7124037B406; Sat, 19 Oct 2002 02:32:22 -0700 (PDT) > Delivered-To: cvs-committers@freebsd.org > Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) > by hub.freebsd.org (Postfix) with ESMTP > id 4A21337B401; Sat, 19 Oct 2002 02:32:21 -0700 (PDT) > Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) > by mx1.FreeBSD.org (Postfix) with ESMTP > id F11F143E88; Sat, 19 Oct 2002 02:32:20 -0700 (PDT) > (envelope-from sobomax@FreeBSD.org) > Received: from repoman.freebsd.org (localhost [127.0.0.1]) > by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9J9W3mV032882 ; > Sat, 19 Oct 2002 02:32:03 -0700 (PDT) > (envelope-from sobomax@repoman.freebsd.org) > Received: (from sobomax@localhost) > by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9J9W3Oo032881; > Sat, 19 Oct 2002 02:32:03 -0700 (PDT) > Message-Id: <200210190932.g9J9W3Oo032881@repoman.freebsd.org> > > There's also obviously no delivery problem here; the whole thing took > 33 seconds. More than 2 or 3 seconds is a delivery problem. The path is: ncvs -> mx1 -> hub -> mx2 -> end user. We should be able to do the first four hops within about a second as long as nothing is wrong. Unfortunately, there was something wrong. ncvs had a load average of 23 due to about 40 stuck cvs processes that were spinning in userland. sendmail on ncvs was rather unhappy about that and delivered lots of things out of order and after significant delays. 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 Oct 19 19:13: 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 AEA3037B401; Sat, 19 Oct 2002 19:13:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7465243E6E; Sat, 19 Oct 2002 19:13:07 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K2CkmV003702; Sat, 19 Oct 2002 19:12:46 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K2CkeO003701; Sat, 19 Oct 2002 19:12:46 -0700 (PDT) Message-Id: <200210200212.g9K2CkeO003701@repoman.freebsd.org> From: Greg Lehey Date: Sat, 19 Oct 2002 19:12:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar/calendars calendar.holiday X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/10/19 19:12:46 PDT Modified files: usr.bin/calendar/calendars calendar.holiday Log: Clarify holidays which apply only to the USA Clarify that the USSR no longer exists, but some of the holidays are celebrated anyway. Reviewed in part by: ru Remove Jewish and most Muslim holidays. They're all wrong, since they don't apply to the Western calendar. The much more complete Jewish holidays are in calendar.judaic. The Muslim holidays need to be collected into a file, but there's not much point in having the wrong date. Remove many Fiji holidays. They change every year by Government decree, and some were duplicated as a result. Remove some duplicates. There's still a lot to be done; in particular, I think the Japanese and British holidays are very inaccurate. This file needs checking by people who know the details. Revision Changes Path 1.20 +21 -35 src/usr.bin/calendar/calendars/calendar.holiday To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 19: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 3023B37B406; Sat, 19 Oct 2002 19:20:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7FE643E9C; Sat, 19 Oct 2002 19:20:52 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K2KVmV004249; Sat, 19 Oct 2002 19:20:31 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K2KVxo004247; Sat, 19 Oct 2002 19:20:31 -0700 (PDT) Message-Id: <200210200220.g9K2KVxo004247@repoman.freebsd.org> From: Greg Lehey Date: Sat, 19 Oct 2002 19:20:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar/calendars calendar.holiday X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/10/19 19:20:31 PDT Modified files: usr.bin/calendar/calendars calendar.holiday Log: Sort by date. Revision Changes Path 1.21 +122 -124 src/usr.bin/calendar/calendars/calendar.holiday To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 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 A551437B404; Sat, 19 Oct 2002 19:45:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3404343E8A; Sat, 19 Oct 2002 19:45:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K2jFmV007203; Sat, 19 Oct 2002 19:45:15 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K2jE8A007202; Sat, 19 Oct 2002 19:45:14 -0700 (PDT) Message-Id: <200210200245.g9K2jE8A007202@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 19 Oct 2002 19:45:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim 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/10/19 19:45:14 PDT Modified files: editors/vim Makefile Log: Remove trailing white space. Revision Changes Path 1.207 +2 -2 ports/editors/vim/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 20: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 9EF3437B401; Sat, 19 Oct 2002 20:41:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 420AC44992; Sat, 19 Oct 2002 20:41:31 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K3fAmV012237; Sat, 19 Oct 2002 20:41:10 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K3f9Ga012236; Sat, 19 Oct 2002 20:41:09 -0700 (PDT) Message-Id: <200210200341.g9K3f9Ga012236@repoman.freebsd.org> From: Robert Watson Date: Sat, 19 Oct 2002 20:41:09 -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 rwatson 2002/10/19 20:41:09 PDT Modified files: sys/kern kern_mac.c Log: If MAC_MAX_POLICIES isn't defined, don't try to define it, just let the compile fail. MAC_MAX_POLICIES should always be defined, or we have bigger problems at hand. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.43 +1 -3 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 Sat Oct 19 20:44: 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 6C12237B404; Sat, 19 Oct 2002 20:44:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4241B44913; Sat, 19 Oct 2002 20:20:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K3JwmV010703; Sat, 19 Oct 2002 20:19:58 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K3JwXJ010701; Sat, 19 Oct 2002 20:19:58 -0700 (PDT) Message-Id: <200210200319.g9K3JwXJ010701@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 19 Oct 2002 20:19:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gdb53 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/10/19 20:19:58 PDT Modified files: devel/gdb53 Makefile Log: Update the weekly update check to be more selective. Revision Changes Path 1.17 +1 -1 ports/devel/gdb53/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 20: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 2026A37B401; Sat, 19 Oct 2002 20:56:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C992343E4A; Sat, 19 Oct 2002 20:56:58 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K3ubmV013015; Sat, 19 Oct 2002 20:56:37 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K3ubVF013014; Sat, 19 Oct 2002 20:56:37 -0700 (PDT) Message-Id: <200210200356.g9K3ubVF013014@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 19 Oct 2002 20:56:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio printf.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/10/19 20:56:37 PDT Modified files: lib/libc/stdio printf.3 Log: Cross-reference fmtcheck(3). Revision Changes Path 1.51 +1 -0 src/lib/libc/stdio/printf.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 21:47: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 C91E637B401; Sat, 19 Oct 2002 21:47:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C21543E7B; Sat, 19 Oct 2002 21:47:33 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K4lCmV015957; Sat, 19 Oct 2002 21:47:12 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K4lB05015956; Sat, 19 Oct 2002 21:47:11 -0700 (PDT) Message-Id: <200210200447.g9K4lB05015956@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 19 Oct 2002 21:47:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pam_ldap 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/10/19 21:47:11 PDT Modified files: security/pam_ldap Makefile distinfo Log: Update to 1.5.6. Revision Changes Path 1.21 +1 -1 ports/security/pam_ldap/Makefile 1.16 +1 -1 ports/security/pam_ldap/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 22: 0: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 1180E37B404; Sat, 19 Oct 2002 22:00:24 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5948543E91; Sat, 19 Oct 2002 22:00:23 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc03.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021020050022.FYUW24979.sccrmhc03.attbi.com@InterJet.elischer.org>; Sun, 20 Oct 2002 05:00:22 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id VAA15808; Sat, 19 Oct 2002 21:42:45 -0700 (PDT) Date: Sat, 19 Oct 2002 21:42:44 -0700 (PDT) From: Julian Elischer To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ia64/ia32 syscalls.master src/sys/kern syscalls.master In-Reply-To: <200210192209.g9JM9N6G087164@repoman.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 Sat, 19 Oct 2002, Peter Wemm wrote: > peter 2002/10/19 15:09:23 PDT > > Modified files: > sys/ia64/ia32 syscalls.master > sys/kern syscalls.master > Log: > Grab 416/417 real estate before I get burned while testing again. > This is for the not-quite-ready signal/fpu abi stuff. It may not see > the light of day, but I'm certainly not going to be able to validate it > when getting shot in the foot due to syscall number conflicts. "May not see the light of day"?? > > Revision Changes Path > 1.10 +2 -0 src/sys/ia64/ia32/syscalls.master > 1.131 +2 -0 src/sys/kern/syscalls.master > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 23: 0: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 B129537B401; Sat, 19 Oct 2002 23:00:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62E3E43E91; Sat, 19 Oct 2002 23:00:31 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K609mV020200; Sat, 19 Oct 2002 23:00:09 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K609ov020198; Sat, 19 Oct 2002 23:00:09 -0700 (PDT) Message-Id: <200210200600.g9K609ov020198@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 19 Oct 2002 23:00:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 exception.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 marcel 2002/10/19 23:00:09 PDT Modified files: sys/ia64/ia64 exception.s Log: Define IVT_ENTRY and IVT_END as special versions of ENTRY and END for defining vectors. As a result, each vector will be a global function with unwind directives to notify the unwinder that we're in an interrupt handler. In the debugger this will show up something like: Debugger(0xe000000000a211d8, 0xe000000000748960) at Debugger+0x31 panic(0xe000000000a36858, 0xe0000000021d32d0, 0xe000000000ae42e8, ... trap(0x14, 0x100000, 0xe0000000021d32d0, 0x0, 0xa0000000002095f0, ... ivt_Data_TLB(0x14, 0x100000, 0xe0000000021d32d0) at ivt_Data_TLB+0x1f0 Revision Changes Path 1.36 +160 -150 src/sys/ia64/ia64/exception.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 23: 3: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 4214737B401; Sat, 19 Oct 2002 23:03:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA03543E97; Sat, 19 Oct 2002 23:03:27 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K636mV020770; Sat, 19 Oct 2002 23:03:06 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K636dY020769; Sat, 19 Oct 2002 23:03:06 -0700 (PDT) Message-Id: <200210200603.g9K636dY020769@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 19 Oct 2002 23:03:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 db_trace.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/10/19 23:03:05 PDT Modified files: sys/ia64/ia64 db_trace.c Log: Remove the special casing for IP addresses that are within the IVT or the do_syscall() function. We have unwind directives to stop the unwinder. Revision Changes Path 1.14 +2 -22 src/sys/ia64/ia64/db_trace.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 23: 4: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 7964C37B401; Sat, 19 Oct 2002 23:04:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D5E243E42; Sat, 19 Oct 2002 23:04:24 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K642mV020814; Sat, 19 Oct 2002 23:04:02 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K642HG020813; Sat, 19 Oct 2002 23:04:02 -0700 (PDT) Message-Id: <200210200604.g9K642HG020813@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 19 Oct 2002 23:04:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/junkbuster/files junkbuster.sh.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 obrien 2002/10/19 23:04:02 PDT Modified files: www/junkbuster/files junkbuster.sh.in Log: Use the real FreeBSD SCM ID, not who knows who's. Revision Changes Path 1.6 +1 -1 ports/www/junkbuster/files/junkbuster.sh.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 23: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 311D337B404; Sat, 19 Oct 2002 23:19:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D38E643EAA; Sat, 19 Oct 2002 23:19:47 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K6JPmV021634; Sat, 19 Oct 2002 23:19:25 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K6JPWo021633; Sat, 19 Oct 2002 23:19:25 -0700 (PDT) Message-Id: <200210200619.g9K6JPWo021633@repoman.freebsd.org> From: Maxim Sobolev Date: Sat, 19 Oct 2002 23:19:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla-devel Makefile distinfo pkg-plist ports/www/mozilla-devel/files patch-embedding::config::basebrowser-unix patch-qt patch-xpcom_reflect_xptcall_src_md_unix_xptc_platforms_unixish_x86.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/10/19 23:19:25 PDT Modified files: www/mozilla-devel Makefile distinfo pkg-plist www/mozilla-devel/files patch-qt Removed files: www/mozilla-devel/files patch-embedding::config::basebrowser-unix patch-xpcom_reflect_xptcall_src_md_unix_xptc_platforms_unixish_x86.h Log: Update to 1.2a. Revision Changes Path 1.119 +4 -3 ports/www/mozilla-devel/Makefile 1.56 +2 -2 ports/www/mozilla-devel/distinfo 1.4 +0 -32 ports/www/mozilla-devel/files/patch-embedding::config::basebrowser-unix (dead) 1.18 +28 -13 ports/www/mozilla-devel/files/patch-qt 1.4 +0 -21 ports/www/mozilla-devel/files/patch-xpcom_reflect_xptcall_src_md_unix_xptc_platforms_unixish_x86.h (dead) 1.60 +9 -8 ports/www/mozilla-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 Sat Oct 19 23: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 3496937B401; Sat, 19 Oct 2002 23:25:29 -0700 (PDT) Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.3.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id C96A343E75; Sat, 19 Oct 2002 23:25:28 -0700 (PDT) (envelope-from silby@silby.com) Received: from [10.1.1.6] (d26.as13.nwbl0.wi.voyager.net [169.207.135.154]) by out4.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id D7F5EC381E; Sun, 20 Oct 2002 01:25:26 -0500 (CDT) Date: Sun, 20 Oct 2002 01:30:35 -0500 (CDT) From: Mike Silbersack To: Poul-Henning Kamp Cc: cvs-committers@freebsd.org, Subject: Re: cvs commit: src/sys/conf NOTES files options src/sys/geom/bde g_bde.c g_bde.h g_bde_crypt.c g_bde_lock.c g_bde_work.c In-Reply-To: <200210191702.g9JH2JrM062903@repoman.freebsd.org> Message-ID: <20021020012656.Y42990-100000@patrocles.silby.com> 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, 19 Oct 2002, Poul-Henning Kamp wrote: > phk 2002/10/19 10:02:19 PDT > > Modified files: > sys/conf NOTES files options > Added files: > sys/geom/bde g_bde.c g_bde.h g_bde_crypt.c > g_bde_lock.c g_bde_work.c Ok, I know we have WITNESS to tell us when locks are being used incorrectly, and PHKmalloc is nice in that it helps locate malloc errors... but... but... Did we REALLY need to turn BDE into a part of the kernel? He is pretty good at catching subtle code bugs, but I think that developers may get slightly annoyed when they start getting messages about style bugs in their console log. Well, I guess this isn't too bad. At least the BDE module is a bit more friendly than the MOD_RMS subsystem they're including in Linux 2.5. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 19 23:27: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 EE52337B401; Sat, 19 Oct 2002 23:27:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DBBB43E91; Sat, 19 Oct 2002 23:27:55 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K6RXmV022199; Sat, 19 Oct 2002 23:27:33 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K6RXND022198; Sat, 19 Oct 2002 23:27:33 -0700 (PDT) Message-Id: <200210200627.g9K6RXND022198@repoman.freebsd.org> From: Maxim Sobolev Date: Sat, 19 Oct 2002 23:27:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/sed_inplace/src compile.c main.c misc.c 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 sobomax 2002/10/19 23:27:33 PDT Modified files: textproc/sed_inplace/src compile.c main.c misc.c process.c Log: Remove __FBSDID(), which breaks compilation of 4.x. Submitted by: Brandon Gale Revision Changes Path 1.4 +0 -3 ports/textproc/sed_inplace/src/compile.c 1.5 +0 -3 ports/textproc/sed_inplace/src/main.c 1.4 +0 -3 ports/textproc/sed_inplace/src/misc.c 1.5 +0 -3 ports/textproc/sed_inplace/src/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 Oct 19 23:51: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 7A5F437B401; Sat, 19 Oct 2002 23:51:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F93443E4A; Sat, 19 Oct 2002 23:51:36 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K6pEmV023771; Sat, 19 Oct 2002 23:51:14 -0700 (PDT) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K6pEkE023770; Sat, 19 Oct 2002 23:51:14 -0700 (PDT) Message-Id: <200210200651.g9K6pEkE023770@repoman.freebsd.org> From: Trevor Johnson Date: Sat, 19 Oct 2002 23:51:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/beonex 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/10/19 23:51:14 PDT Modified files: www/beonex Makefile Log: s/Mozilla/Beonex/g ;-) Revision Changes Path 1.6 +1 -1 ports/www/beonex/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message