From owner-cvs-src@FreeBSD.ORG Sun May 11 05:49:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AB71106564A; Sun, 11 May 2008 05:49:08 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 61AD68FC0A; Sun, 11 May 2008 05:49:08 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4B5n3Za030920; Sun, 11 May 2008 05:49:03 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from weongyo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4B5n3E5030919; Sun, 11 May 2008 05:49:03 GMT (envelope-from weongyo) Message-Id: <200805110549.m4B5n3E5030919@repoman.freebsd.org> From: Weongyo Jeong Date: Sun, 11 May 2008 05:49:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/usb if_zyd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 05:49:08 -0000 weongyo 2008-05-11 05:49:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/usb if_zyd.c Log: MFC: rev. 1.12 Fix incorrect dependencies of zyd(4). Approved by: thompsa (mentor) Revision Changes Path 1.4.2.5 +3 -3 src/sys/dev/usb/if_zyd.c From owner-cvs-src@FreeBSD.ORG Sun May 11 05:53:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1A44106564A; Sun, 11 May 2008 05:53:19 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 986058FC16; Sun, 11 May 2008 05:53:19 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4B5rJsP031084; Sun, 11 May 2008 05:53:19 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from weongyo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4B5rJ97031083; Sun, 11 May 2008 05:53:19 GMT (envelope-from weongyo) Message-Id: <200805110553.m4B5rJ97031083@repoman.freebsd.org> From: Weongyo Jeong Date: Sun, 11 May 2008 05:53:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/usb if_zyd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 05:53:19 -0000 weongyo 2008-05-11 05:53:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/usb if_zyd.c Log: MFC: rev. 1.13 don't set sniffer mode to ON when the driver is running with the monitor mode. This solves a problem that sometimes mangled frames are passed. Submitted by: Werner Backes Tested by: Werner Backes PR: kern/121608 Approved by: thompsa (mentor) Revision Changes Path 1.4.2.6 +1 -2 src/sys/dev/usb/if_zyd.c From owner-cvs-src@FreeBSD.ORG Sun May 11 05:54:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEAF61065676; Sun, 11 May 2008 05:54:52 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B4D178FC1A; Sun, 11 May 2008 05:54:52 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4B5sqee031151; Sun, 11 May 2008 05:54:52 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4B5sqGG031150; Sun, 11 May 2008 05:54:52 GMT (envelope-from imp) Message-Id: <200805110554.m4B5sqGG031150@repoman.freebsd.org> From: Warner Losh Date: Sun, 11 May 2008 05:54:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr/arch/mips/include pthread_md.h src/lib/libthr/arch/mips/mips pthread_md.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 05:54:53 -0000 imp 2008-05-11 05:54:52 UTC FreeBSD src repository Added files: lib/libthr/arch/mips/include pthread_md.h lib/libthr/arch/mips/mips pthread_md.c Log: Commit missing mips libthr support that I thought I'd committed earlier Revision Changes Path 1.1 +85 -0 src/lib/libthr/arch/mips/include/pthread_md.h (new) 1.1 +56 -0 src/lib/libthr/arch/mips/mips/pthread_md.c (new) From owner-cvs-src@FreeBSD.ORG Sun May 11 06:40:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 113011065673; Sun, 11 May 2008 06:40:05 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DC4F68FC0C; Sun, 11 May 2008 06:40:04 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4B6e4KR035157; Sun, 11 May 2008 06:40:04 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4B6e4gH035156; Sun, 11 May 2008 06:40:04 GMT (envelope-from joel) Message-Id: <200805110640.m4B6e4gH035156@repoman.freebsd.org> From: Joel Dahl Date: Sun, 11 May 2008 06:40:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_hda.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 06:40:05 -0000 joel 2008-05-11 06:40:04 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 snd_hda.4 Log: Update HARDWARE section. Revision Changes Path 1.14 +9 -1 src/share/man/man4/snd_hda.4 From owner-cvs-src@FreeBSD.ORG Sun May 11 07:13:09 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01BE1106567C; Sun, 11 May 2008 07:13:09 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CBE0D8FC16; Sun, 11 May 2008 07:13:08 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4B7D8lX037392; Sun, 11 May 2008 07:13:08 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4B7D8Ei037391; Sun, 11 May 2008 07:13:08 GMT (envelope-from obrien) Message-Id: <200805110713.m4B7D8Ei037391@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 11 May 2008 07:13:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sade config.c label.c system.c termcap.c variable.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 07:13:09 -0000 obrien 2008-05-11 07:13:08 UTC FreeBSD src repository Modified files: usr.sbin/sade config.c label.c system.c termcap.c variable.c Log: Clean up several instances of SADE calling itself sysinstall. (do so generically so the same set of changes can be applied to sysinstall) Revision Changes Path 1.241 +2 -2 src/usr.sbin/sade/config.c 1.157 +1 -1 src/usr.sbin/sade/label.c 1.132 +4 -2 src/usr.sbin/sade/system.c 1.36 +1 -1 src/usr.sbin/sade/termcap.c 1.43 +4 -4 src/usr.sbin/sade/variable.c From owner-cvs-src@FreeBSD.ORG Sun May 11 07:18:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94422106566B; Sun, 11 May 2008 07:18:23 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6A0D18FC15; Sun, 11 May 2008 07:18:23 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4B7IN1V037569; Sun, 11 May 2008 07:18:23 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4B7INko037568; Sun, 11 May 2008 07:18:23 GMT (envelope-from obrien) Message-Id: <200805110718.m4B7INko037568@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 11 May 2008 07:18:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall config.c label.c system.c variable.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 07:18:23 -0000 obrien 2008-05-11 07:18:22 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall config.c label.c system.c variable.c Log: Sync program name agnostic changes with SADE. Revision Changes Path 1.244 +2 -2 src/usr.sbin/sysinstall/config.c 1.154 +1 -1 src/usr.sbin/sysinstall/label.c 1.131 +4 -2 src/usr.sbin/sysinstall/system.c 1.41 +3 -3 src/usr.sbin/sysinstall/variable.c From owner-cvs-src@FreeBSD.ORG Sun May 11 08:27:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65EBF1065677; Sun, 11 May 2008 08:27:18 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3C3AB8FC1B; Sun, 11 May 2008 08:27:18 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4B8RIfD041413; Sun, 11 May 2008 08:27:18 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4B8RIgr041412; Sun, 11 May 2008 08:27:18 GMT (envelope-from dfr) Message-Id: <200805110827.m4B8RIgr041412@repoman.freebsd.org> From: Doug Rabson Date: Sun, 11 May 2008 08:27:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/kerberos5/lib/libkrb5 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 08:27:18 -0000 dfr 2008-05-11 08:27:17 UTC FreeBSD src repository Modified files: kerberos5/lib/libkrb5 Makefile Log: Don't try to make links to manpages that no longer exist. Fixes installworld Submitted by: phk Revision Changes Path 1.19 +0 -6 src/kerberos5/lib/libkrb5/Makefile From owner-cvs-src@FreeBSD.ORG Sun May 11 08:53:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9573B106564A; Sun, 11 May 2008 08:53:11 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C3D28FC1B; Sun, 11 May 2008 08:53:11 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4B8rBQQ051472; Sun, 11 May 2008 08:53:11 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4B8rBiA051471; Sun, 11 May 2008 08:53:11 GMT (envelope-from dfr) Message-Id: <200805110853.m4B8rBiA051471@repoman.freebsd.org> From: Doug Rabson Date: Sun, 11 May 2008 08:53:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern kern_lockf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 08:53:11 -0000 dfr 2008-05-11 08:53:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_lockf.c Log: MFC kern_lockf.c revision 1.64: When blocking on an F_FLOCK style lock request which is upgrading a shared lock to exclusive, drop the shared lock before deadlock detection. Revision Changes Path 1.57.2.2 +12 -11 src/sys/kern/kern_lockf.c From owner-cvs-src@FreeBSD.ORG Sun May 11 08:53:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 768FC1065671; Sun, 11 May 2008 08:53:56 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B7AB98FC17; Sun, 11 May 2008 08:53:55 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4B8rtoA051513; Sun, 11 May 2008 08:53:55 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4B8rtJQ051512; Sun, 11 May 2008 08:53:55 GMT (envelope-from dfr) Message-Id: <200805110853.m4B8rtJQ051512@repoman.freebsd.org> From: Doug Rabson Date: Sun, 11 May 2008 08:53:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_lockf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 08:53:56 -0000 dfr 2008-05-11 08:53:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_lockf.c Log: MFC kern_lockf.c revision 1.64: When blocking on an F_FLOCK style lock request which is upgrading a shared lock to exclusive, drop the shared lock before deadlock detection. Revision Changes Path 1.54.2.2 +12 -11 src/sys/kern/kern_lockf.c From owner-cvs-src@FreeBSD.ORG Sun May 11 10:32:38 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53CF81065675; Sun, 11 May 2008 10:32:38 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 29DA48FC15; Sun, 11 May 2008 10:32:38 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4BAWcZT057615; Sun, 11 May 2008 10:32:38 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4BAWb42057614; Sun, 11 May 2008 10:32:37 GMT (envelope-from dfr) Message-Id: <200805111032.m4BAWb42057614@repoman.freebsd.org> From: Doug Rabson Date: Sun, 11 May 2008 10:32:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/kerberos5/lib/libkrb5 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 10:32:38 -0000 dfr 2008-05-11 10:32:37 UTC FreeBSD src repository Modified files: kerberos5/lib/libkrb5 Makefile Log: Add manpage links to krb5_principal.3. Revision Changes Path 1.20 +29 -0 src/kerberos5/lib/libkrb5/Makefile From owner-cvs-src@FreeBSD.ORG Sun May 11 14:25:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91075106566C; Sun, 11 May 2008 14:25:25 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 677558FC1A; Sun, 11 May 2008 14:25:25 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4BEPPtr080667; Sun, 11 May 2008 14:25:25 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4BEPPZw080666; Sun, 11 May 2008 14:25:25 GMT (envelope-from nyan) Message-Id: <200805111425.m4BEPPZw080666@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 11 May 2008 14:25:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/pc98 fixit_crunch.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 14:25:25 -0000 nyan 2008-05-11 14:25:25 UTC FreeBSD src repository Modified files: release/pc98 fixit_crunch.conf Log: Add the ed and remove the vi. This fixes a disk-full error. Revision Changes Path 1.16 +1 -3 src/release/pc98/fixit_crunch.conf From owner-cvs-src@FreeBSD.ORG Sun May 11 14:38:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD5101065670; Sun, 11 May 2008 14:38:48 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A3D668FC17; Sun, 11 May 2008 14:38:48 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4BEcmAO081170; Sun, 11 May 2008 14:38:48 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4BEcmaK081169; Sun, 11 May 2008 14:38:48 GMT (envelope-from thompsa) Message-Id: <200805111438.m4BEcmaK081169@repoman.freebsd.org> From: Andrew Thompson Date: Sun, 11 May 2008 14:38:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 14:38:48 -0000 thompsa 2008-05-11 14:38:48 UTC FreeBSD src repository Modified files: . access Log: Forced commit to note weongyo is now free of mentorship. Approved by: core@ (implicit) Revision Changes Path 1.877 +0 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Sun May 11 17:24:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEA5A1065670; Sun, 11 May 2008 17:24:00 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AC53E8FC23; Sun, 11 May 2008 17:24:00 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4BHNxYW099974; Sun, 11 May 2008 17:23:59 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4BHNxLH099973; Sun, 11 May 2008 17:23:59 GMT (envelope-from obrien) Message-Id: <200805111723.m4BHNxLH099973@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 11 May 2008 17:23:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall config.c label.c main.c sysinstall.h system.c variable.c src/usr.sbin/sade config.c label.c main.c sade.h system.c variable.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 17:24:00 -0000 obrien 2008-05-11 17:23:57 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall config.c label.c main.c sysinstall.h system.c variable.c usr.sbin/sade config.c label.c main.c sade.h system.c variable.c Log: Better to just statically set the name vs. determine at run time. Revision Changes Path 1.242 +1 -1 src/usr.sbin/sade/config.c 1.158 +1 -1 src/usr.sbin/sade/label.c 1.81 +1 -0 src/usr.sbin/sade/main.c 1.278 +1 -0 src/usr.sbin/sade/sade.h 1.133 +2 -2 src/usr.sbin/sade/system.c 1.44 +2 -2 src/usr.sbin/sade/variable.c 1.245 +1 -1 src/usr.sbin/sysinstall/config.c 1.155 +1 -1 src/usr.sbin/sysinstall/label.c 1.80 +1 -0 src/usr.sbin/sysinstall/main.c 1.276 +1 -0 src/usr.sbin/sysinstall/sysinstall.h 1.132 +2 -2 src/usr.sbin/sysinstall/system.c 1.42 +2 -2 src/usr.sbin/sysinstall/variable.c From owner-cvs-src@FreeBSD.ORG Sun May 11 20:30:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01C90106567D; Sun, 11 May 2008 20:30:48 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id D8FF38FC17; Sun, 11 May 2008 20:30:47 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m4BKUlrZ058518; Sun, 11 May 2008 13:30:47 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m4BKUl3E058517; Sun, 11 May 2008 13:30:47 -0700 (PDT) (envelope-from obrien) Date: Sun, 11 May 2008 13:30:47 -0700 From: "David O'Brien" To: John Baldwin Message-ID: <20080511203047.GA58310@dragon.NUXI.org> References: <200803191447.m2JEl3xx027666@repoman.freebsd.org> <200805061433.27897.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805061433.27897.jhb@freebsd.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/cvs - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 20:30:48 -0000 On Tue, May 06, 2008 at 02:33:27PM -0400, John Baldwin wrote: > On Wednesday 19 March 2008 10:47:03 am David E. O'Brien wrote: > > obrien 2008-03-19 14:47:03 UTC > > > > FreeBSD src repository > > > > src/contrib/cvs - Imported sources > > Update of /home/ncvs/src/contrib/cvs > > In directory repoman.freebsd.org:/tmp/cvs-serv25516 > > > > Log Message: > > Import of 1.11 branch snapshot - using the 10-March-2008 code base. > > > > Status: > > > > Vendor Tag: CVSHOME > > Release Tags: v1_11_20080310 > > Please consider reverting this. There have been lots of reports of CVS > breakage after these changes. The latest I ran into today is that 'cvs > update -C' doesn't work anymore. Typically we would first try to fix problems before just reverting. Please give me more information on how to experience this. $ cvs --version Concurrent Versions System (CVS) 1.11.22.1-20080310-FreeBSD (client/server) $ cd /usr/src $ rm ObsoleteFiles.inc $ cvs up ObsoleteFiles.inc $ cvs diff ObsoleteFiles.inc # no changes shown $ echo foo >>ObsoleteFiles.inc $ cvs diff -u0 ObsoleteFiles.inc .. @@ -4383,0 +4384 @@ OLD_DIRS+=usr/libexec/uucp +foo $ cvs up -C ObsoleteFiles.inc (Locally modified ObsoleteFiles.inc moved to .#ObsoleteFiles.inc.1.138) U ObsoleteFiles.inc $ cvs diff ObsoleteFiles.inc # no changes shown This is with a locally CVSup'ed repository. Repeating with a check out using 'cvs -d obrien@ncvs.freebsd.org:/home/ncvs co -l src' gives me the same results. -- David From owner-cvs-src@FreeBSD.ORG Sun May 11 20:33:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2C181065678; Sun, 11 May 2008 20:33:47 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7BF2D8FC12; Sun, 11 May 2008 20:33:47 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4BKXlWx010045; Sun, 11 May 2008 20:33:47 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4BKXlQ2010044; Sun, 11 May 2008 20:33:47 GMT (envelope-from alc) Message-Id: <200805112033.m4BKXlQ2010044@repoman.freebsd.org> From: Alan Cox Date: Sun, 11 May 2008 20:33:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 20:33:47 -0000 alc 2008-05-11 20:33:47 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c Log: Correct an error in pmap_align_superpage(). Specifically, correctly handle the case where the mapping is greater than a superpage in size but the alignment of the physical pages spans a superpage boundary. Revision Changes Path 1.617 +3 -2 src/sys/amd64/amd64/pmap.c 1.619 +3 -2 src/sys/i386/i386/pmap.c From owner-cvs-src@FreeBSD.ORG Sun May 11 20:37:55 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BEE7106566C; Sun, 11 May 2008 20:37:55 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id E081A8FC1E; Sun, 11 May 2008 20:37:54 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m4BKbsL7058698; Sun, 11 May 2008 13:37:54 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m4BKbscs058697; Sun, 11 May 2008 13:37:54 -0700 (PDT) (envelope-from obrien) Date: Sun, 11 May 2008 13:37:54 -0700 From: "David O'Brien" To: Peter Wemm Message-ID: <20080511203754.GB58310@dragon.NUXI.org> References: <200803191447.m2JEl3xx027666@repoman.freebsd.org> <200805061433.27897.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, John Baldwin Subject: Re: cvs commit: src/contrib/cvs - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 20:37:55 -0000 On Tue, May 06, 2008 at 11:40:09AM -0700, Peter Wemm wrote: > The other big problem of course is that if a file is set to 'o' > expansion mode (preserve keywords, eg: cvs admin -ko or cvs import > -ko), then 'cvs update -A' always repeats the checkout, over and over > again. .. > This is a pretty drastic regression. Peter, Thank you for the short easy steps to reproduce this. I will go over this with a CVS developer the week after BSDcan. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Sun May 11 21:40:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C697106564A for ; Sun, 11 May 2008 21:40:25 +0000 (UTC) (envelope-from wearabnet@yahoo.ca) Received: from web33706.mail.mud.yahoo.com (web33706.mail.mud.yahoo.com [68.142.201.203]) by mx1.freebsd.org (Postfix) with SMTP id 7D53C8FC17 for ; Sun, 11 May 2008 21:40:24 +0000 (UTC) (envelope-from wearabnet@yahoo.ca) Received: (qmail 40004 invoked by uid 60001); 11 May 2008 21:40:23 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Message-ID; b=Z0fdYjhhhDBRgheQgGGwlLptCJNrjrz4+rHaOdiS6pyBiHv4GAE3b2Q0emyvRL0MX51mOXkgoYarKEZD4Va/BgBpLwXos3/v55JtEaXMbvl9YeBQqDxJv1zDjsZ1orkSSYhml74p4LCHtWx3WAs3KZgIHvRlHVndcHJhQZfzmJI=; X-YMail-OSG: v3tbsp4VM1kglh3EGopEWi6nHaDWyYyaTrl4VMljnrWpTWf3.IvkYy5W7xKa0800GmdFAwMeaL_Gplbt7qgF9jHWHyOGRsMPivAuLG5v49ESxef5L8SJvmc- Received: from [82.148.96.69] by web33706.mail.mud.yahoo.com via HTTP; Sun, 11 May 2008 14:40:23 PDT X-Mailer: YahooMailRC/975.23 YahooMailWebService/0.7.185 Date: Sun, 11 May 2008 14:40:23 -0700 (PDT) From: Abdullah Ibn Hamad Al-Marri To: pyunyh@gmail.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <539635.39249.qm@web33706.mail.mud.yahoo.com> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 21:40:25 -0000 ----- Original Message ---- > From: Pyun YongHyeon > To: Abdullah Ibn Hamad Al-Marri > Cc: cvs-src@FreeBSD.org; src-committers@FreeBSD.org > Sent: Wednesday, April 23, 2008 3:18:16 AM > Subject: Re: cvs commit: src/sys/dev/re if_re.c > > On Tue, Apr 22, 2008 at 02:14:12AM -0700, Abdullah Ibn Hamad Al-Marri wrote: > > ----- Original Message ---- > > > From: Pyun YongHyeon > > > To: src-committers@FreeBSD.org; cvs-src@FreeBSD.org; cvs-all@FreeBSD.org > > > Sent: Tuesday, April 22, 2008 9:14:57 AM > > > Subject: cvs commit: src/sys/dev/re if_re.c > > > > > > yongari 2008-04-22 06:14:57 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: (Branch: RELENG_7) > > > sys/dev/re if_re.c > > > Log: > > > MFC if_re.c 1.114 to RELENG_7. > > > Don't touch MSI enable bit in RL_CFG2 register. For unknown reason > > > clearing MSI enable bit for MSI capable hardwares resulted in Tx > > > problems. MSI enable bit is set only when MSI is requested from > > > user. > > > > > > Revision Changes Path > > > 1.95.2.18 +6 -12 src/sys/dev/re/if_re.c > > > > Pyun, > > > > Thank you for the hard work, this is really great to have finally! > > > > When do you plan to MFC it to RELENG_6? > > > > MFC to RELENG_6 would be done in two weeks or so unless regression > is showed up. > > Thanks. > -- > Regards, > Pyun YongHyeon Hello Pyun, This is just a friendly reminder for the RELENG_6 MFC, if you have the time for that. -- Regards, -Abdullah Ibn Hamad Al-Marri Arab Portal http://www.WeArab.Net/ ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ From owner-cvs-src@FreeBSD.ORG Sun May 11 22:11:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C73ED106564A; Sun, 11 May 2008 22:11:01 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A0AFF8FC0A; Sun, 11 May 2008 22:11:01 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4BMB1I9024529; Sun, 11 May 2008 22:11:01 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4BMB1Ti024528; Sun, 11 May 2008 22:11:01 GMT (envelope-from sam) Message-Id: <200805112211.m4BMB1Ti024528@repoman.freebsd.org> From: Sam Leffler Date: Sun, 11 May 2008 22:11:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ral rt2560.c rt2661.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 22:11:01 -0000 sam 2008-05-11 22:11:01 UTC FreeBSD src repository Modified files: sys/dev/ral rt2560.c rt2661.c Log: fix typo's that broke duration calculation on protection frames Revision Changes Path 1.23 +1 -1 src/sys/dev/ral/rt2560.c 1.23 +1 -1 src/sys/dev/ral/rt2661.c From owner-cvs-src@FreeBSD.ORG Sun May 11 22:12:40 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3ECB1065675; Sun, 11 May 2008 22:12:40 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 3F0E68FC13; Sun, 11 May 2008 22:12:39 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.1/8.14.1/ALCHEMY.FRANKEN.DE) with ESMTP id m4BMCcdK083676; Mon, 12 May 2008 00:12:39 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.1/8.14.1/Submit) id m4BMCcx3083675; Mon, 12 May 2008 00:12:38 +0200 (CEST) (envelope-from marius) Date: Mon, 12 May 2008 00:12:38 +0200 From: Marius Strobl To: Sam Leffler , scottl@freebsd.org Message-ID: <20080511221238.GB36894@alchemy.franken.de> References: <200803201619.m2KGJQr7033985@repoman.freebsd.org> <20080412193358.GA44768@alchemy.franken.de> <20080423203622.GA66545@alchemy.franken.de> <480F9F8B.5050209@freebsd.org> <20080423205943.GG99566@alchemy.franken.de> <480FA41F.20407@freebsd.org> <20080507202135.GA65358@alchemy.franken.de> <482479EE.8060701@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <482479EE.8060701@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/usb ehci.c ohci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 22:12:41 -0000 On Fri, May 09, 2008 at 09:21:02AM -0700, Sam Leffler wrote: > Marius Strobl wrote: > >On Wed, Apr 23, 2008 at 02:03:27PM -0700, Sam Leffler wrote: > > > >>Marius Strobl wrote: > >> > >>>On Wed, Apr 23, 2008 at 01:43:55PM -0700, Sam Leffler wrote: > >>> > >>> > >>>>Marius Strobl wrote: > >>>> > >>>> > >>>>>On Sat, Apr 12, 2008 at 09:33:58PM +0200, Marius Strobl wrote: > >>>>> > >>>>> > >>>>> > >>>>>>On Thu, Mar 20, 2008 at 04:19:26PM +0000, Sam Leffler wrote: > >>>>>> > >>>>>> > >>>>>> > >>>>>>>sam 2008-03-20 16:19:25 UTC > >>>>>>> > >>>>>>>FreeBSD src repository > >>>>>>> > >>>>>>>Modified files: > >>>>>>> sys/dev/usb ehci.c ohci.c > >>>>>>>Log: > >>>>>>>Workaround design botch in usb: blindly mixing bus_dma with PIO does > >>>>>>>not > >>>>>>>work on architectures with a write-back cache as the PIO writes end > >>>>>>>up > >>>>>>>in the cache which the sync(BUS_DMASYNC_POSTREAD) in > >>>>>>>usb_transfer_complete > >>>>>>>then discards; compensate in the xfer methods that do PIO by pushing > >>>>>>>the > >>>>>>>writes out of the cache before usb_transfer_complete is called. > >>>>>>> > >>>>>>>This fixes USB on xscale and likely other places. > >>>>>>> > >>>>>>>Sponsored by: hobnob > >>>>>>>Reviewed by: cognet, imp > >>>>>>>MFC after: 1 month > >>>>>>> > >>>>>>>Revision Changes Path > >>>>>>>1.62 +16 -0 src/sys/dev/usb/ehci.c > >>>>>>>1.171 +16 -0 src/sys/dev/usb/ohci.c > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>This causes a crash during boot on sparc64. Looks like map is still > >>>>>>NULL at that point. > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>Are you ok with the change below or would that also prevent > >>>>>your kludge from taking effect? > >>>>> > >>>>>Marius > >>>>> > >>>>>Index: ehci.c > >>>>>=================================================================== > >>>>>RCS file: /usr/data/bsd/cvs/fbsd/src/sys/dev/usb/ehci.c,v > >>>>>retrieving revision 1.62 > >>>>>diff -u -r1.62 ehci.c > >>>>>--- ehci.c 20 Mar 2008 16:19:25 -0000 1.62 > >>>>>+++ ehci.c 23 Apr 2008 20:23:58 -0000 > >>>>>@@ -664,6 +664,8 @@ > >>>>> usbd_pipe_handle pipe = xfer->pipe; > >>>>> bus_dma_tag_t tag = pipe->device->bus->buffer_dmatag; > >>>>> struct usb_dma_mapping *dmap = &xfer->dmamap; > >>>>>+ if (dmap->map == NULL) > >>>>>+ return; > >>>>> bus_dmamap_sync(tag, dmap->map, BUS_DMASYNC_PREWRITE); > >>>>>} > >>>>> > >>>>>Index: ohci.c > >>>>>=================================================================== > >>>>>RCS file: /usr/data/bsd/cvs/fbsd/src/sys/dev/usb/ohci.c,v > >>>>>retrieving revision 1.171 > >>>>>diff -u -r1.171 ohci.c > >>>>>--- ohci.c 20 Mar 2008 16:19:25 -0000 1.171 > >>>>>+++ ohci.c 21 Apr 2008 19:13:54 -0000 > >>>>>@@ -1571,6 +1571,8 @@ > >>>>> usbd_pipe_handle pipe = xfer->pipe; > >>>>> bus_dma_tag_t tag = pipe->device->bus->buffer_dmatag; > >>>>> struct usb_dma_mapping *dmap = &xfer->dmamap; > >>>>>+ if (dmap->map == NULL) > >>>>>+ return; > >>>>> bus_dmamap_sync(tag, dmap->map, BUS_DMASYNC_PREWRITE); > >>>>>} > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>You have not identified why you don't have a dma map. I don't have a > >>>>way to diagnose your problem and so far as I know no other platform had > >>>>an issue w/ the change. I suggest you figure out why your map is not > >>>>setup instead of adding a hack. > >>>> > >>>> > >>>> > >>>It's because the usb(4) code doesn't create DMA maps for > >>>zero-length transfers, see usbd_transfer(). In the case of > >>>the backtrace I posted not for usbd_set_address(), which > >>>does USETW(req.wLength, 0) so later on size is 0 in > >>>usbd_transfer() hence no DMA map. I don't know why your > >>>hack doesn't also crash other platforms. > >>> > >>> > >>Thanks for explaining, I will look. Please hold off for a bit. > >> > >> > > > >Style-wise the version below probably is more appropriate than > >the above one. The question still is whether that fix prevents > >hacksync() taking effect as desired, which would make it a very > >evil hack though as hacksync() then relies on bus_dmamap_sync() > >working on uninitialized DMA maps. > > > >Marius > > > >Index: ehci.c > >=================================================================== > >RCS file: /usr/data/bsd/cvs/fbsd/src/sys/dev/usb/ehci.c,v > >retrieving revision 1.62 > >diff -u -p -r1.62 ehci.c > >--- ehci.c 20 Mar 2008 16:19:25 -0000 1.62 > >+++ ehci.c 27 Apr 2008 14:09:53 -0000 > >@@ -661,9 +661,13 @@ ehci_pcd_enable(void *v_sc) > > static __inline void > > hacksync(usbd_xfer_handle xfer) > > { > >- usbd_pipe_handle pipe = xfer->pipe; > >- bus_dma_tag_t tag = pipe->device->bus->buffer_dmatag; > >- struct usb_dma_mapping *dmap = &xfer->dmamap; > >+ bus_dma_tag_t tag; > >+ struct usb_dma_mapping *dmap; > >+ > >+ if (xfer->length == 0) > >+ return; > >+ tag = xfer->pipe->device->bus->buffer_dmatag; > >+ dmap = &xfer->dmamap; > > bus_dmamap_sync(tag, dmap->map, BUS_DMASYNC_PREWRITE); > > } > > > >Index: ohci.c > >=================================================================== > >RCS file: /usr/data/bsd/cvs/fbsd/src/sys/dev/usb/ohci.c,v > >retrieving revision 1.171 > >diff -u -p -r1.171 ohci.c > >--- ohci.c 20 Mar 2008 16:19:25 -0000 1.171 > >+++ ohci.c 27 Apr 2008 14:09:37 -0000 > >@@ -1568,9 +1568,13 @@ ohci_device_bulk_done(usbd_xfer_handle x > > static __inline void > > hacksync(usbd_xfer_handle xfer) > > { > >- usbd_pipe_handle pipe = xfer->pipe; > >- bus_dma_tag_t tag = pipe->device->bus->buffer_dmatag; > >- struct usb_dma_mapping *dmap = &xfer->dmamap; > >+ bus_dma_tag_t tag; > >+ struct usb_dma_mapping *dmap; > >+ > >+ if (xfer->length == 0) > >+ return; > >+ tag = xfer->pipe->device->bus->buffer_dmatag; > >+ dmap = &xfer->dmamap; > > bus_dmamap_sync(tag, dmap->map, BUS_DMASYNC_PREWRITE); > > } > > > > > > > > > Sorry for taking so long to look at this. It appears the reason things > work everywhere but sparc is because all the other archs use the > definition of bus_dmamap_sync which looks like this: > > #define bus_dmamap_sync(dmat, dmamap, op) \ > do { \ > if ((dmamap) != NULL) \ > _bus_dmamap_sync(dmat, dmamap, op); \ > } while (0) > > So it explicitly checks for the map being NULL and since sparc does not > it blows up. Now checking for a NULL map seems very wrong (as the map > should be opaque as scott noted) but having sparc have different > semantics seems wrong. So rather than add yet another hack in the usb > code perhaps we should make sparc's bus_dma code consistent with > everyone else on this? > > There's no mention of this in the man page. My guess would be that this is due to the other archs letting bus_dmamem_alloc() return a NULL DMA map to denote no mapping or bouncing and thus no syncing is required as jhb@ explained. This check is irrelevant to sparc64 and sun4v as these require syncing in any case. I think letting hacksync() rely on this internal optimization of bus_dmamap_sync() is very wrong also. Neither do I see why letting hacksync() just do nothing if xfer->length == 0 is a hack as it's basically the same check usbd_transfer() uses to decide whether to create a DMA map in the first place. Besides, hacksync() already is a very crude hack so one hardly can make it worse. I can just #ifdef arm or #ifndef sparc64 it if you prefer. Marius From owner-cvs-src@FreeBSD.ORG Sun May 11 22:27:42 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F24D1065681; Sun, 11 May 2008 22:27:42 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 28E658FC1D; Sun, 11 May 2008 22:27:42 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m4BMRcvt047413 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 May 2008 15:27:39 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <482772DA.2070104@freebsd.org> Date: Sun, 11 May 2008 15:27:38 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Marius Strobl References: <200803201619.m2KGJQr7033985@repoman.freebsd.org> <20080412193358.GA44768@alchemy.franken.de> <20080423203622.GA66545@alchemy.franken.de> <480F9F8B.5050209@freebsd.org> <20080423205943.GG99566@alchemy.franken.de> <480FA41F.20407@freebsd.org> <20080507202135.GA65358@alchemy.franken.de> <482479EE.8060701@freebsd.org> <20080511221238.GB36894@alchemy.franken.de> In-Reply-To: <20080511221238.GB36894@alchemy.franken.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-sonic.net-Metrics: ebb.errno.com; whitelist Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/usb ehci.c ohci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 22:27:42 -0000 Marius Strobl wrote: > On Fri, May 09, 2008 at 09:21:02AM -0700, Sam Leffler wrote: > >> Marius Strobl wrote: >> >>> On Wed, Apr 23, 2008 at 02:03:27PM -0700, Sam Leffler wrote: >>> >>> >>>> Marius Strobl wrote: >>>> >>>> >>>>> On Wed, Apr 23, 2008 at 01:43:55PM -0700, Sam Leffler wrote: >>>>> >>>>> >>>>> >>>>>> Marius Strobl wrote: >>>>>> >>>>>> >>>>>> >>>>>>> On Sat, Apr 12, 2008 at 09:33:58PM +0200, Marius Strobl wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>>> On Thu, Mar 20, 2008 at 04:19:26PM +0000, Sam Leffler wrote: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> sam 2008-03-20 16:19:25 UTC >>>>>>>>> >>>>>>>>> FreeBSD src repository >>>>>>>>> >>>>>>>>> Modified files: >>>>>>>>> sys/dev/usb ehci.c ohci.c >>>>>>>>> Log: >>>>>>>>> Workaround design botch in usb: blindly mixing bus_dma with PIO does >>>>>>>>> not >>>>>>>>> work on architectures with a write-back cache as the PIO writes end >>>>>>>>> up >>>>>>>>> in the cache which the sync(BUS_DMASYNC_POSTREAD) in >>>>>>>>> usb_transfer_complete >>>>>>>>> then discards; compensate in the xfer methods that do PIO by pushing >>>>>>>>> the >>>>>>>>> writes out of the cache before usb_transfer_complete is called. >>>>>>>>> >>>>>>>>> This fixes USB on xscale and likely other places. >>>>>>>>> >>>>>>>>> Sponsored by: hobnob >>>>>>>>> Reviewed by: cognet, imp >>>>>>>>> MFC after: 1 month >>>>>>>>> >>>>>>>>> Revision Changes Path >>>>>>>>> 1.62 +16 -0 src/sys/dev/usb/ehci.c >>>>>>>>> 1.171 +16 -0 src/sys/dev/usb/ohci.c >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> This causes a crash during boot on sparc64. Looks like map is still >>>>>>>> NULL at that point. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> Are you ok with the change below or would that also prevent >>>>>>> your kludge from taking effect? >>>>>>> >>>>>>> Marius >>>>>>> >>>>>>> Index: ehci.c >>>>>>> =================================================================== >>>>>>> RCS file: /usr/data/bsd/cvs/fbsd/src/sys/dev/usb/ehci.c,v >>>>>>> retrieving revision 1.62 >>>>>>> diff -u -r1.62 ehci.c >>>>>>> --- ehci.c 20 Mar 2008 16:19:25 -0000 1.62 >>>>>>> +++ ehci.c 23 Apr 2008 20:23:58 -0000 >>>>>>> @@ -664,6 +664,8 @@ >>>>>>> usbd_pipe_handle pipe = xfer->pipe; >>>>>>> bus_dma_tag_t tag = pipe->device->bus->buffer_dmatag; >>>>>>> struct usb_dma_mapping *dmap = &xfer->dmamap; >>>>>>> + if (dmap->map == NULL) >>>>>>> + return; >>>>>>> bus_dmamap_sync(tag, dmap->map, BUS_DMASYNC_PREWRITE); >>>>>>> } >>>>>>> >>>>>>> Index: ohci.c >>>>>>> =================================================================== >>>>>>> RCS file: /usr/data/bsd/cvs/fbsd/src/sys/dev/usb/ohci.c,v >>>>>>> retrieving revision 1.171 >>>>>>> diff -u -r1.171 ohci.c >>>>>>> --- ohci.c 20 Mar 2008 16:19:25 -0000 1.171 >>>>>>> +++ ohci.c 21 Apr 2008 19:13:54 -0000 >>>>>>> @@ -1571,6 +1571,8 @@ >>>>>>> usbd_pipe_handle pipe = xfer->pipe; >>>>>>> bus_dma_tag_t tag = pipe->device->bus->buffer_dmatag; >>>>>>> struct usb_dma_mapping *dmap = &xfer->dmamap; >>>>>>> + if (dmap->map == NULL) >>>>>>> + return; >>>>>>> bus_dmamap_sync(tag, dmap->map, BUS_DMASYNC_PREWRITE); >>>>>>> } >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> You have not identified why you don't have a dma map. I don't have a >>>>>> way to diagnose your problem and so far as I know no other platform had >>>>>> an issue w/ the change. I suggest you figure out why your map is not >>>>>> setup instead of adding a hack. >>>>>> >>>>>> >>>>>> >>>>>> >>>>> It's because the usb(4) code doesn't create DMA maps for >>>>> zero-length transfers, see usbd_transfer(). In the case of >>>>> the backtrace I posted not for usbd_set_address(), which >>>>> does USETW(req.wLength, 0) so later on size is 0 in >>>>> usbd_transfer() hence no DMA map. I don't know why your >>>>> hack doesn't also crash other platforms. >>>>> >>>>> >>>>> >>>> Thanks for explaining, I will look. Please hold off for a bit. >>>> >>>> >>>> >>> Style-wise the version below probably is more appropriate than >>> the above one. The question still is whether that fix prevents >>> hacksync() taking effect as desired, which would make it a very >>> evil hack though as hacksync() then relies on bus_dmamap_sync() >>> working on uninitialized DMA maps. >>> >>> Marius >>> >>> Index: ehci.c >>> =================================================================== >>> RCS file: /usr/data/bsd/cvs/fbsd/src/sys/dev/usb/ehci.c,v >>> retrieving revision 1.62 >>> diff -u -p -r1.62 ehci.c >>> --- ehci.c 20 Mar 2008 16:19:25 -0000 1.62 >>> +++ ehci.c 27 Apr 2008 14:09:53 -0000 >>> @@ -661,9 +661,13 @@ ehci_pcd_enable(void *v_sc) >>> static __inline void >>> hacksync(usbd_xfer_handle xfer) >>> { >>> - usbd_pipe_handle pipe = xfer->pipe; >>> - bus_dma_tag_t tag = pipe->device->bus->buffer_dmatag; >>> - struct usb_dma_mapping *dmap = &xfer->dmamap; >>> + bus_dma_tag_t tag; >>> + struct usb_dma_mapping *dmap; >>> + >>> + if (xfer->length == 0) >>> + return; >>> + tag = xfer->pipe->device->bus->buffer_dmatag; >>> + dmap = &xfer->dmamap; >>> bus_dmamap_sync(tag, dmap->map, BUS_DMASYNC_PREWRITE); >>> } >>> >>> Index: ohci.c >>> =================================================================== >>> RCS file: /usr/data/bsd/cvs/fbsd/src/sys/dev/usb/ohci.c,v >>> retrieving revision 1.171 >>> diff -u -p -r1.171 ohci.c >>> --- ohci.c 20 Mar 2008 16:19:25 -0000 1.171 >>> +++ ohci.c 27 Apr 2008 14:09:37 -0000 >>> @@ -1568,9 +1568,13 @@ ohci_device_bulk_done(usbd_xfer_handle x >>> static __inline void >>> hacksync(usbd_xfer_handle xfer) >>> { >>> - usbd_pipe_handle pipe = xfer->pipe; >>> - bus_dma_tag_t tag = pipe->device->bus->buffer_dmatag; >>> - struct usb_dma_mapping *dmap = &xfer->dmamap; >>> + bus_dma_tag_t tag; >>> + struct usb_dma_mapping *dmap; >>> + >>> + if (xfer->length == 0) >>> + return; >>> + tag = xfer->pipe->device->bus->buffer_dmatag; >>> + dmap = &xfer->dmamap; >>> bus_dmamap_sync(tag, dmap->map, BUS_DMASYNC_PREWRITE); >>> } >>> >>> >>> >>> >>> >> Sorry for taking so long to look at this. It appears the reason things >> work everywhere but sparc is because all the other archs use the >> definition of bus_dmamap_sync which looks like this: >> >> #define bus_dmamap_sync(dmat, dmamap, op) \ >> do { \ >> if ((dmamap) != NULL) \ >> _bus_dmamap_sync(dmat, dmamap, op); \ >> } while (0) >> >> So it explicitly checks for the map being NULL and since sparc does not >> it blows up. Now checking for a NULL map seems very wrong (as the map >> should be opaque as scott noted) but having sparc have different >> semantics seems wrong. So rather than add yet another hack in the usb >> code perhaps we should make sparc's bus_dma code consistent with >> everyone else on this? >> >> There's no mention of this in the man page. >> > > My guess would be that this is due to the other archs letting > bus_dmamem_alloc() return a NULL DMA map to denote no mapping > or bouncing and thus no syncing is required as jhb@ explained. > This check is irrelevant to sparc64 and sun4v as these require > syncing in any case. I think letting hacksync() rely on this > internal optimization of bus_dmamap_sync() is very wrong also. > Neither do I see why letting hacksync() just do nothing if > xfer->length == 0 is a hack as it's basically the same check > usbd_transfer() uses to decide whether to create a DMA map in > the first place. Besides, hacksync() already is a very crude > hack so one hardly can make it worse. I can just #ifdef arm or > #ifndef sparc64 it if you prefer. > > The check for NULL in bus_dmamap_sync is a dubious optimization. I simply suggested you might want to apply it to sparc's bus_dma code since there's no way of knowing whether there are other places that this is likewise assumed. At this point I don't care; if you want to hack the hacksync routine to check for a null dmapmap or xfer length zero or whatever feel free. It's all just covering up for the brokeness of the usb code. Sam From owner-cvs-src@FreeBSD.ORG Sun May 11 22:36:38 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84706106566C; Sun, 11 May 2008 22:36:38 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 111548FC0C; Sun, 11 May 2008 22:36:37 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.1/8.14.1/ALCHEMY.FRANKEN.DE) with ESMTP id m4BMaa99085446; Mon, 12 May 2008 00:36:36 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.1/8.14.1/Submit) id m4BMaan5085445; Mon, 12 May 2008 00:36:36 +0200 (CEST) (envelope-from marius) Date: Mon, 12 May 2008 00:36:36 +0200 From: Marius Strobl To: Sam Leffler Message-ID: <20080511223636.GC36894@alchemy.franken.de> References: <200803201619.m2KGJQr7033985@repoman.freebsd.org> <20080412193358.GA44768@alchemy.franken.de> <20080423203622.GA66545@alchemy.franken.de> <480F9F8B.5050209@freebsd.org> <20080423205943.GG99566@alchemy.franken.de> <480FA41F.20407@freebsd.org> <20080507202135.GA65358@alchemy.franken.de> <482479EE.8060701@freebsd.org> <20080511221238.GB36894@alchemy.franken.de> <482772DA.2070104@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <482772DA.2070104@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/usb ehci.c ohci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 22:36:38 -0000 On Sun, May 11, 2008 at 03:27:38PM -0700, Sam Leffler wrote: > Marius Strobl wrote: > >On Fri, May 09, 2008 at 09:21:02AM -0700, Sam Leffler wrote: > > > >>Marius Strobl wrote: > >> > >>>On Wed, Apr 23, 2008 at 02:03:27PM -0700, Sam Leffler wrote: > >>> > >>> > >>>>Marius Strobl wrote: > >>>> > >>>> > >>>>>On Wed, Apr 23, 2008 at 01:43:55PM -0700, Sam Leffler wrote: > >>>>> > >>>>> > >>>>> > >>>>>>Marius Strobl wrote: > >>>>>> > >>>>>> > >>>>>> > >>>>>>>On Sat, Apr 12, 2008 at 09:33:58PM +0200, Marius Strobl wrote: > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>>>On Thu, Mar 20, 2008 at 04:19:26PM +0000, Sam Leffler wrote: > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>>>sam 2008-03-20 16:19:25 UTC > >>>>>>>>> > >>>>>>>>>FreeBSD src repository > >>>>>>>>> > >>>>>>>>>Modified files: > >>>>>>>>> sys/dev/usb ehci.c ohci.c > >>>>>>>>>Log: > >>>>>>>>>Workaround design botch in usb: blindly mixing bus_dma with PIO > >>>>>>>>>does not > >>>>>>>>>work on architectures with a write-back cache as the PIO writes > >>>>>>>>>end up > >>>>>>>>>in the cache which the sync(BUS_DMASYNC_POSTREAD) in > >>>>>>>>>usb_transfer_complete > >>>>>>>>>then discards; compensate in the xfer methods that do PIO by > >>>>>>>>>pushing the > >>>>>>>>>writes out of the cache before usb_transfer_complete is called. > >>>>>>>>> > >>>>>>>>>This fixes USB on xscale and likely other places. > >>>>>>>>> > >>>>>>>>>Sponsored by: hobnob > >>>>>>>>>Reviewed by: cognet, imp > >>>>>>>>>MFC after: 1 month > >>>>>>>>> > >>>>>>>>>Revision Changes Path > >>>>>>>>>1.62 +16 -0 src/sys/dev/usb/ehci.c > >>>>>>>>>1.171 +16 -0 src/sys/dev/usb/ohci.c > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>This causes a crash during boot on sparc64. Looks like map is still > >>>>>>>>NULL at that point. > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>Are you ok with the change below or would that also prevent > >>>>>>>your kludge from taking effect? > >>>>>>> > >>>>>>>Marius > >>>>>>> > >>>>>>>Index: ehci.c > >>>>>>>=================================================================== > >>>>>>>RCS file: /usr/data/bsd/cvs/fbsd/src/sys/dev/usb/ehci.c,v > >>>>>>>retrieving revision 1.62 > >>>>>>>diff -u -r1.62 ehci.c > >>>>>>>--- ehci.c 20 Mar 2008 16:19:25 -0000 1.62 > >>>>>>>+++ ehci.c 23 Apr 2008 20:23:58 -0000 > >>>>>>>@@ -664,6 +664,8 @@ > >>>>>>> usbd_pipe_handle pipe = xfer->pipe; > >>>>>>> bus_dma_tag_t tag = pipe->device->bus->buffer_dmatag; > >>>>>>> struct usb_dma_mapping *dmap = &xfer->dmamap; > >>>>>>>+ if (dmap->map == NULL) > >>>>>>>+ return; > >>>>>>> bus_dmamap_sync(tag, dmap->map, BUS_DMASYNC_PREWRITE); > >>>>>>>} > >>>>>>> > >>>>>>>Index: ohci.c > >>>>>>>=================================================================== > >>>>>>>RCS file: /usr/data/bsd/cvs/fbsd/src/sys/dev/usb/ohci.c,v > >>>>>>>retrieving revision 1.171 > >>>>>>>diff -u -r1.171 ohci.c > >>>>>>>--- ohci.c 20 Mar 2008 16:19:25 -0000 1.171 > >>>>>>>+++ ohci.c 21 Apr 2008 19:13:54 -0000 > >>>>>>>@@ -1571,6 +1571,8 @@ > >>>>>>> usbd_pipe_handle pipe = xfer->pipe; > >>>>>>> bus_dma_tag_t tag = pipe->device->bus->buffer_dmatag; > >>>>>>> struct usb_dma_mapping *dmap = &xfer->dmamap; > >>>>>>>+ if (dmap->map == NULL) > >>>>>>>+ return; > >>>>>>> bus_dmamap_sync(tag, dmap->map, BUS_DMASYNC_PREWRITE); > >>>>>>>} > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>You have not identified why you don't have a dma map. I don't have a > >>>>>>way to diagnose your problem and so far as I know no other platform > >>>>>>had an issue w/ the change. I suggest you figure out why your map is > >>>>>>not setup instead of adding a hack. > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>It's because the usb(4) code doesn't create DMA maps for > >>>>>zero-length transfers, see usbd_transfer(). In the case of > >>>>>the backtrace I posted not for usbd_set_address(), which > >>>>>does USETW(req.wLength, 0) so later on size is 0 in > >>>>>usbd_transfer() hence no DMA map. I don't know why your > >>>>>hack doesn't also crash other platforms. > >>>>> > >>>>> > >>>>> > >>>>Thanks for explaining, I will look. Please hold off for a bit. > >>>> > >>>> > >>>> > >>>Style-wise the version below probably is more appropriate than > >>>the above one. The question still is whether that fix prevents > >>>hacksync() taking effect as desired, which would make it a very > >>>evil hack though as hacksync() then relies on bus_dmamap_sync() > >>>working on uninitialized DMA maps. > >>> > >>>Marius > >>> > >>>Index: ehci.c > >>>=================================================================== > >>>RCS file: /usr/data/bsd/cvs/fbsd/src/sys/dev/usb/ehci.c,v > >>>retrieving revision 1.62 > >>>diff -u -p -r1.62 ehci.c > >>>--- ehci.c 20 Mar 2008 16:19:25 -0000 1.62 > >>>+++ ehci.c 27 Apr 2008 14:09:53 -0000 > >>>@@ -661,9 +661,13 @@ ehci_pcd_enable(void *v_sc) > >>>static __inline void > >>>hacksync(usbd_xfer_handle xfer) > >>>{ > >>>- usbd_pipe_handle pipe = xfer->pipe; > >>>- bus_dma_tag_t tag = pipe->device->bus->buffer_dmatag; > >>>- struct usb_dma_mapping *dmap = &xfer->dmamap; > >>>+ bus_dma_tag_t tag; > >>>+ struct usb_dma_mapping *dmap; > >>>+ > >>>+ if (xfer->length == 0) > >>>+ return; > >>>+ tag = xfer->pipe->device->bus->buffer_dmatag; > >>>+ dmap = &xfer->dmamap; > >>> bus_dmamap_sync(tag, dmap->map, BUS_DMASYNC_PREWRITE); > >>>} > >>> > >>>Index: ohci.c > >>>=================================================================== > >>>RCS file: /usr/data/bsd/cvs/fbsd/src/sys/dev/usb/ohci.c,v > >>>retrieving revision 1.171 > >>>diff -u -p -r1.171 ohci.c > >>>--- ohci.c 20 Mar 2008 16:19:25 -0000 1.171 > >>>+++ ohci.c 27 Apr 2008 14:09:37 -0000 > >>>@@ -1568,9 +1568,13 @@ ohci_device_bulk_done(usbd_xfer_handle x > >>>static __inline void > >>>hacksync(usbd_xfer_handle xfer) > >>>{ > >>>- usbd_pipe_handle pipe = xfer->pipe; > >>>- bus_dma_tag_t tag = pipe->device->bus->buffer_dmatag; > >>>- struct usb_dma_mapping *dmap = &xfer->dmamap; > >>>+ bus_dma_tag_t tag; > >>>+ struct usb_dma_mapping *dmap; > >>>+ > >>>+ if (xfer->length == 0) > >>>+ return; > >>>+ tag = xfer->pipe->device->bus->buffer_dmatag; > >>>+ dmap = &xfer->dmamap; > >>> bus_dmamap_sync(tag, dmap->map, BUS_DMASYNC_PREWRITE); > >>>} > >>> > >>> > >>> > >>> > >>> > >>Sorry for taking so long to look at this. It appears the reason things > >>work everywhere but sparc is because all the other archs use the > >>definition of bus_dmamap_sync which looks like this: > >> > >>#define bus_dmamap_sync(dmat, dmamap, op) \ > >> do { \ > >> if ((dmamap) != NULL) \ > >> _bus_dmamap_sync(dmat, dmamap, op); \ > >> } while (0) > >> > >>So it explicitly checks for the map being NULL and since sparc does not > >>it blows up. Now checking for a NULL map seems very wrong (as the map > >>should be opaque as scott noted) but having sparc have different > >>semantics seems wrong. So rather than add yet another hack in the usb > >>code perhaps we should make sparc's bus_dma code consistent with > >>everyone else on this? > >> > >>There's no mention of this in the man page. > >> > > > >My guess would be that this is due to the other archs letting > >bus_dmamem_alloc() return a NULL DMA map to denote no mapping > >or bouncing and thus no syncing is required as jhb@ explained. > >This check is irrelevant to sparc64 and sun4v as these require > >syncing in any case. I think letting hacksync() rely on this > >internal optimization of bus_dmamap_sync() is very wrong also. > >Neither do I see why letting hacksync() just do nothing if > >xfer->length == 0 is a hack as it's basically the same check > >usbd_transfer() uses to decide whether to create a DMA map in > >the first place. Besides, hacksync() already is a very crude > >hack so one hardly can make it worse. I can just #ifdef arm or > >#ifndef sparc64 it if you prefer. > > > > > The check for NULL in bus_dmamap_sync is a dubious optimization. I > simply suggested you might want to apply it to sparc's bus_dma code > since there's no way of knowing whether there are other places that this > is likewise assumed. At this point I don't care; if you want to hack > the hacksync routine to check for a null dmapmap or xfer length zero or > whatever feel free. It's all just covering up for the brokeness of the > usb code. > I'd like to go for letting hacksync() only call bus_dmamap_sync(9) if xfer->length is not 0 as this seems to be the cleanest solution regarding treating the DMA map as opaque to me. So could you please verify that this doesn't break hacksync() solving the problem you were seeing on arm? Marius From owner-cvs-src@FreeBSD.ORG Sun May 11 23:14:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4B391065678; Sun, 11 May 2008 23:14:07 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8D27B8FC0C; Sun, 11 May 2008 23:14:07 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4BNE7do027390; Sun, 11 May 2008 23:14:07 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4BNE7Tx027389; Sun, 11 May 2008 23:14:07 GMT (envelope-from rpaulo) Message-Id: <200805112314.m4BNE7Tx027389@repoman.freebsd.org> From: Rui Paulo Date: Sun, 11 May 2008 23:14:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/k8temp k8temp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 23:14:07 -0000 rpaulo 2008-05-11 23:14:07 UTC FreeBSD src repository Modified files: sys/dev/k8temp k8temp.c Log: Don't use libkern's max() function as that's for unsigned numbers only. Instead use the worldwide known MAX() function. This should fix problems with negative values showing up on dev.cpu.%d.temperature. This is slightly different from the fix in the PR. Submitted by: KOIE Hidetaka PR: 123542 Revision Changes Path 1.3 +2 -2 src/sys/dev/k8temp/k8temp.c From owner-cvs-src@FreeBSD.ORG Sun May 11 23:17:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CB731065673; Sun, 11 May 2008 23:17:58 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 252D58FC19; Sun, 11 May 2008 23:17:58 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4BNHw2A027531; Sun, 11 May 2008 23:17:58 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4BNHwpM027530; Sun, 11 May 2008 23:17:58 GMT (envelope-from rpaulo) Message-Id: <200805112317.m4BNHwpM027530@repoman.freebsd.org> From: Rui Paulo Date: Sun, 11 May 2008 23:17:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/coretemp coretemp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 23:17:58 -0000 rpaulo 2008-05-11 23:17:57 UTC FreeBSD src repository Modified files: sys/dev/coretemp coretemp.c Log: Change the check for cpu_high to actually match CPUID 0x06. Submitted by: Arthur Hartwig PR: 122878 MFC after: 3 days Revision Changes Path 1.7 +3 -3 src/sys/dev/coretemp/coretemp.c From owner-cvs-src@FreeBSD.ORG Sun May 11 23:18:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C8A8106567D; Sun, 11 May 2008 23:18:11 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 453DE8FC1F; Sun, 11 May 2008 23:18:11 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4BNIBij027575; Sun, 11 May 2008 23:18:11 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4BNIBEg027574; Sun, 11 May 2008 23:18:11 GMT (envelope-from sam) Message-Id: <200805112318.m4BNIBEg027574@repoman.freebsd.org> From: Sam Leffler Date: Sun, 11 May 2008 23:18:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211_ht.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 23:18:11 -0000 sam 2008-05-11 23:18:11 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ht.h Log: move inline keyword to silence compiler complaints Revision Changes Path 1.6 +3 -3 src/sys/net80211/ieee80211_ht.h From owner-cvs-src@FreeBSD.ORG Sun May 11 23:20:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD3331065675; Sun, 11 May 2008 23:20:26 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 960138FC14; Sun, 11 May 2008 23:20:26 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4BNKQsL027726; Sun, 11 May 2008 23:20:26 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4BNKQ2V027725; Sun, 11 May 2008 23:20:26 GMT (envelope-from sam) Message-Id: <200805112320.m4BNKQ2V027725@repoman.freebsd.org> From: Sam Leffler Date: Sun, 11 May 2008 23:20:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 23:20:26 -0000 sam 2008-05-11 23:20:26 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.h Log: add PLCP service bit definitions Revision Changes Path 1.20 +5 -0 src/sys/net80211/ieee80211.h From owner-cvs-src@FreeBSD.ORG Sun May 11 23:27:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07D601065678; Sun, 11 May 2008 23:27:58 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D464C8FC17; Sun, 11 May 2008 23:27:57 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4BNRvSl027978; Sun, 11 May 2008 23:27:57 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4BNRvp5027977; Sun, 11 May 2008 23:27:57 GMT (envelope-from sam) Message-Id: <200805112327.m4BNRvp5027977@repoman.freebsd.org> From: Sam Leffler Date: Sun, 11 May 2008 23:27:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211_ht.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 23:27:58 -0000 sam 2008-05-11 23:27:57 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ht.c Log: use the current left edge of the BA window when forming ADDBA request so an existing session is re-established with the correct seq# Revision Changes Path 1.10 +4 -3 src/sys/net80211/ieee80211_ht.c From owner-cvs-src@FreeBSD.ORG Sun May 11 23:32:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A12851065673; Sun, 11 May 2008 23:32:07 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 791F38FC17; Sun, 11 May 2008 23:32:07 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4BNW7mD028268; Sun, 11 May 2008 23:32:07 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4BNW7ww028267; Sun, 11 May 2008 23:32:07 GMT (envelope-from sam) Message-Id: <200805112332.m4BNW7ww028267@repoman.freebsd.org> From: Sam Leffler Date: Sun, 11 May 2008 23:32:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211.c ieee80211_ddb.c ieee80211_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 23:32:07 -0000 sam 2008-05-11 23:32:07 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c ieee80211_ddb.c ieee80211_var.h Log: add DFS capability bit and use it to auto-enable DFS support Revision Changes Path 1.50 +3 -2 src/sys/net80211/ieee80211.c 1.2 +1 -1 src/sys/net80211/ieee80211_ddb.c 1.56 +1 -0 src/sys/net80211/ieee80211_var.h From owner-cvs-src@FreeBSD.ORG Sun May 11 23:33:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F2FE1065676; Sun, 11 May 2008 23:33:56 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 57A758FC15; Sun, 11 May 2008 23:33:56 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4BNXuR5028364; Sun, 11 May 2008 23:33:56 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4BNXuxr028363; Sun, 11 May 2008 23:33:56 GMT (envelope-from sam) Message-Id: <200805112333.m4BNXuxr028363@repoman.freebsd.org> From: Sam Leffler Date: Sun, 11 May 2008 23:33:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 23:33:56 -0000 sam 2008-05-11 23:33:56 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c Log: use c99-style initialization for ieee80211_phymode_name Revision Changes Path 1.51 +11 -11 src/sys/net80211/ieee80211.c From owner-cvs-src@FreeBSD.ORG Sun May 11 23:36:59 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47A47106564A; Sun, 11 May 2008 23:36:59 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 203128FC18; Sun, 11 May 2008 23:36:59 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4BNaxvH028513; Sun, 11 May 2008 23:36:59 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4BNawvi028512; Sun, 11 May 2008 23:36:58 GMT (envelope-from sam) Message-Id: <200805112336.m4BNawvi028512@repoman.freebsd.org> From: Sam Leffler Date: Sun, 11 May 2008 23:36:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211_ioctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 23:36:59 -0000 sam 2008-05-11 23:36:58 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ioctl.c Log: we have a DFS capability now so enable check Revision Changes Path 1.60 +0 -3 src/sys/net80211/ieee80211_ioctl.c From owner-cvs-src@FreeBSD.ORG Mon May 12 00:15:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92006106564A; Mon, 12 May 2008 00:15:31 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7EFF18FC0C; Mon, 12 May 2008 00:15:31 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4C0FV4Z031242; Mon, 12 May 2008 00:15:31 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4C0FUh3031241; Mon, 12 May 2008 00:15:30 GMT (envelope-from sam) Message-Id: <200805120015.m4C0FUh3031241@repoman.freebsd.org> From: Sam Leffler Date: Mon, 12 May 2008 00:15:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ath if_ath.c src/sys/dev/if_ndis if_ndis.c src/sys/dev/ipw if_ipw.c src/sys/dev/iwi if_iwi.c src/sys/dev/iwn if_iwn.c src/sys/dev/malo if_malo.c src/sys/dev/ral rt2560.c rt2661.c src/sys/dev/usb if_rum.c if_ural.c if_zyd.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 00:15:31 -0000 sam 2008-05-12 00:15:30 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c sys/dev/if_ndis if_ndis.c sys/dev/ipw if_ipw.c sys/dev/iwi if_iwi.c sys/dev/iwn if_iwn.c sys/dev/malo if_malo.c sys/dev/ral rt2560.c rt2661.c sys/dev/usb if_rum.c if_ural.c if_zyd.c sys/dev/wi if_wi.c sys/dev/wpi if_wpi.c sys/net80211 ieee80211.c ieee80211_ddb.c ieee80211_freebsd.c ieee80211_proto.h ieee80211_var.h Log: Minor cleanup of vap create work: o add IEEE80211_C_STA capability to indicate sta mode is supported (was previously assumed) and mark drivers as capable o add ieee80211_opcap array to map an opmode to the equivalent capability bit o move IEEE80211_C_OPMODE definition to where capabilities are defined so it's clear it should be kept in sync (on future additions) o check device capabilities in clone create before trying to create a vap; this makes driver checks unneeded o make error codes return on failed clone request unique o temporarily add console printfs on clone request failures to aid in debugging; these will move under DIAGNOSTIC or similar before release Revision Changes Path 1.186 +2 -1 src/sys/dev/ath/if_ath.c 1.139 +1 -1 src/sys/dev/if_ndis/if_ndis.c 1.38 +3 -1 src/sys/dev/ipw/if_ipw.c 1.62 +2 -1 src/sys/dev/iwi/if_iwi.c 1.5 +2 -1 src/sys/dev/iwn/if_iwn.c 1.4 +2 -1 src/sys/dev/malo/if_malo.c 1.24 +2 -1 src/sys/dev/ral/rt2560.c 1.24 +2 -1 src/sys/dev/ral/rt2661.c 1.21 +2 -1 src/sys/dev/usb/if_rum.c 1.72 +2 -1 src/sys/dev/usb/if_ural.c 1.16 +2 -1 src/sys/dev/usb/if_zyd.c 1.218 +2 -1 src/sys/dev/wi/if_wi.c 1.13 +2 -1 src/sys/dev/wpi/if_wpi.c 1.52 +12 -18 src/sys/net80211/ieee80211.c 1.3 +1 -1 src/sys/net80211/ieee80211_ddb.c 1.19 +11 -0 src/sys/net80211/ieee80211_freebsd.c 1.29 +1 -0 src/sys/net80211/ieee80211_proto.h 1.57 +6 -1 src/sys/net80211/ieee80211_var.h From owner-cvs-src@FreeBSD.ORG Mon May 12 00:32:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6696D106564A; Mon, 12 May 2008 00:32:53 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 559048FC15; Mon, 12 May 2008 00:32:53 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4C0Wrhs031853; Mon, 12 May 2008 00:32:53 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4C0WrNe031852; Mon, 12 May 2008 00:32:53 GMT (envelope-from sam) Message-Id: <200805120032.m4C0WrNe031852@repoman.freebsd.org> From: Sam Leffler Date: Mon, 12 May 2008 00:32:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211_phy.c ieee80211_phy.h src/sys/dev/ral rt2560.c rt2661.c src/sys/dev/usb if_rum.c if_ural.c if_zyd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 00:32:53 -0000 sam 2008-05-12 00:32:52 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_phy.c ieee80211_phy.h sys/dev/ral rt2560.c rt2661.c sys/dev/usb if_rum.c if_ural.c if_zyd.c Log: Update PLCP<->rate mapping support: o correct mapping of CCK rates to PLCP; was using nonstandard Ralink values which just happened to also be used by Zydas (so went unnoticed) o change ieee80211_plcp2rate api to take a phy type instead of a flag that indicates ofdm/!ofdm o update drivers to match (restore per-driver code to map rate->PLCP) Reviewed by: sephe, weongyo, thompsa Revision Changes Path 1.25 +26 -2 src/sys/dev/ral/rt2560.c 1.25 +26 -2 src/sys/dev/ral/rt2661.c 1.22 +26 -2 src/sys/dev/usb/if_rum.c 1.73 +26 -2 src/sys/dev/usb/if_ural.c 1.17 +27 -3 src/sys/dev/usb/if_zyd.c 1.2 +16 -11 src/sys/net80211/ieee80211_phy.c 1.2 +2 -2 src/sys/net80211/ieee80211_phy.h From owner-cvs-src@FreeBSD.ORG Mon May 12 00:34:28 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87C59106566C; Mon, 12 May 2008 00:34:28 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5F8798FC17; Mon, 12 May 2008 00:34:28 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4C0YSbZ031961; Mon, 12 May 2008 00:34:28 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4C0YSeD031960; Mon, 12 May 2008 00:34:28 GMT (envelope-from sam) Message-Id: <200805120034.m4C0YSeD031960@repoman.freebsd.org> From: Sam Leffler Date: Mon, 12 May 2008 00:34:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211_proto.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 00:34:28 -0000 sam 2008-05-12 00:34:28 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_proto.h Log: declare ieee80211_phymode_name with an array size Revision Changes Path 1.30 +1 -1 src/sys/net80211/ieee80211_proto.h From owner-cvs-src@FreeBSD.ORG Mon May 12 02:44:54 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58B641065674; Mon, 12 May 2008 02:44:54 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2F0128FC14; Mon, 12 May 2008 02:44:54 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4C2isGl047384; Mon, 12 May 2008 02:44:54 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4C2irIx047383; Mon, 12 May 2008 02:44:53 GMT (envelope-from gnn) Message-Id: <200805120244.m4C2irIx047383@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Mon, 12 May 2008 02:44:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_icmp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 02:44:54 -0000 gnn 2008-05-12 02:44:53 UTC FreeBSD src repository Modified files: sys/netinet ip_icmp.c Log: Fix the loopback interface. Cleaning up some code with new macros was a tad too aggressive. PR: kern/123568 Submitted by: Vladimir Ermakov Obtained from: antoine Revision Changes Path 1.124 +0 -1 src/sys/netinet/ip_icmp.c From owner-cvs-src@FreeBSD.ORG Mon May 12 06:42:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B9911065678; Mon, 12 May 2008 06:42:07 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 00EB68FC1C; Mon, 12 May 2008 06:42:07 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4C6g6lM069853; Mon, 12 May 2008 06:42:06 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4C6g6XN069852; Mon, 12 May 2008 06:42:06 GMT (envelope-from julian) Message-Id: <200805120642.m4C6g6XN069852@repoman.freebsd.org> From: Julian Elischer Date: Mon, 12 May 2008 06:42:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_switch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 06:42:07 -0000 julian 2008-05-12 06:42:06 UTC FreeBSD src repository Modified files: sys/kern kern_switch.c Log: fix typo in runz_fuzz noticed by:Elijah Buck Revision Changes Path 1.145 +1 -1 src/sys/kern/kern_switch.c From owner-cvs-src@FreeBSD.ORG Mon May 12 06:45:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E5331065675; Mon, 12 May 2008 06:45:37 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 63BB38FC0A; Mon, 12 May 2008 06:45:37 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4C6jbjD069982; Mon, 12 May 2008 06:45:37 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4C6jbun069981; Mon, 12 May 2008 06:45:37 GMT (envelope-from julian) Message-Id: <200805120645.m4C6jbun069981@repoman.freebsd.org> From: Julian Elischer Date: Mon, 12 May 2008 06:45:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_switch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 06:45:37 -0000 julian 2008-05-12 06:45:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_switch.c Log: fix stupid typo in runq-fuzz Revision Changes Path 1.116.2.3 +1 -1 src/sys/kern/kern_switch.c From owner-cvs-src@FreeBSD.ORG Mon May 12 06:47:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E7FE1065672; Mon, 12 May 2008 06:47:50 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 23D3F8FC18; Mon, 12 May 2008 06:47:50 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4C6loRa070245; Mon, 12 May 2008 06:47:50 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4C6loAD070244; Mon, 12 May 2008 06:47:50 GMT (envelope-from julian) Message-Id: <200805120647.m4C6loAD070244@repoman.freebsd.org> From: Julian Elischer Date: Mon, 12 May 2008 06:47:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern kern_switch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 06:47:50 -0000 julian 2008-05-12 06:47:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_switch.c Log: fix stupid typo.. not an MFC because code is differnt from current but the logic is the same Revision Changes Path 1.137.2.1 +1 -1 src/sys/kern/kern_switch.c From owner-cvs-src@FreeBSD.ORG Mon May 12 07:28:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E3D01065678; Mon, 12 May 2008 07:28:03 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 53EEB8FC32; Mon, 12 May 2008 07:28:03 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4C7S3at073069; Mon, 12 May 2008 07:28:03 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4C7S3oc073068; Mon, 12 May 2008 07:28:03 GMT (envelope-from mtm) Message-Id: <200805120728.m4C7S3oc073068@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 12 May 2008 07:28:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 07:28:03 -0000 mtm 2008-05-12 07:28:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc rc.subr Log: MFC: Fix improper use of checkyesno routine. Noticed by: oliver Revision Changes Path 1.34.2.24 +7 -3 src/etc/rc.subr From owner-cvs-src@FreeBSD.ORG Mon May 12 07:29:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64F19106567B; Mon, 12 May 2008 07:29:03 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3AC208FC1C; Mon, 12 May 2008 07:29:03 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4C7T3mN073117; Mon, 12 May 2008 07:29:03 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4C7T3MU073116; Mon, 12 May 2008 07:29:03 GMT (envelope-from mtm) Message-Id: <200805120729.m4C7T3MU073116@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 12 May 2008 07:29:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 07:29:03 -0000 mtm 2008-05-12 07:29:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) etc rc.subr Log: MFC: Fix improper use of checkyesno routine. Noticed by: oliver Revision Changes Path 1.77.2.1 +7 -3 src/etc/rc.subr From owner-cvs-src@FreeBSD.ORG Mon May 12 07:32:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA8F01065685; Mon, 12 May 2008 07:32:53 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AF9458FC21; Mon, 12 May 2008 07:32:53 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4C7Wr6w073279; Mon, 12 May 2008 07:32:53 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4C7Wruo073278; Mon, 12 May 2008 07:32:53 GMT (envelope-from mtm) Message-Id: <200805120732.m4C7Wruo073278@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 12 May 2008 07:32:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sade disks.c label.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 07:32:54 -0000 mtm 2008-05-12 07:32:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sade disks.c label.c Log: MFC: o Change the warning dialog for the 'W' command in both the label and partition editors to reflect the fact that this is a stand-alone application, not sysinstall(8). o Change an instance of sade(8) refering to itself as sysinstall(8) in a confirmation dialog. Revision Changes Path 1.161.2.2 +4 -7 src/usr.sbin/sade/disks.c 1.155.2.2 +4 -7 src/usr.sbin/sade/label.c From owner-cvs-src@FreeBSD.ORG Mon May 12 07:37:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A8511065686; Mon, 12 May 2008 07:37:41 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F3BA08FC2A; Mon, 12 May 2008 07:37:40 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4C7be40073503; Mon, 12 May 2008 07:37:40 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4C7berQ073502; Mon, 12 May 2008 07:37:40 GMT (envelope-from mtm) Message-Id: <200805120737.m4C7berQ073502@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 12 May 2008 07:37:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.sbin/sade disks.c label.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 07:37:41 -0000 mtm 2008-05-12 07:37:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/sade disks.c label.c Log: MFC: o Change the warning dialog for the 'W' command in both the label and partition editors to reflect the fact that this is a stand-alone application, not sysinstall(8). o Change an instance of sade(8) refering to itself as sysinstall(8) in a confirmation dialog. Revision Changes Path 1.161.4.1 +4 -7 src/usr.sbin/sade/disks.c 1.155.4.1 +4 -7 src/usr.sbin/sade/label.c From owner-cvs-src@FreeBSD.ORG Mon May 12 08:53:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A07E11065703; Mon, 12 May 2008 08:53:02 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 75B3E8FC1E; Mon, 12 May 2008 08:53:02 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4C8r2rC086441; Mon, 12 May 2008 08:53:02 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4C8r2mG086440; Mon, 12 May 2008 08:53:02 GMT (envelope-from brueffer) Message-Id: <200805120853.m4C8r2mG086440@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 12 May 2008 08:53:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 iwn.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 08:53:02 -0000 brueffer 2008-05-12 08:53:02 UTC FreeBSD src repository Modified files: share/man/man4 iwn.4 Log: Typo fixes. Revision Changes Path 1.2 +4 -4 src/share/man/man4/iwn.4 From owner-cvs-src@FreeBSD.ORG Mon May 12 11:49:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63EC0106564A; Mon, 12 May 2008 11:49:17 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3BE9F8FC15; Mon, 12 May 2008 11:49:17 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4CBnHT1095521; Mon, 12 May 2008 11:49:17 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4CBnHUF095520; Mon, 12 May 2008 11:49:17 GMT (envelope-from flz) Message-Id: <200805121149.m4CBnHUF095520@repoman.freebsd.org> From: Florent Thoumie Date: Mon, 12 May 2008 11:49:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d ntpd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 11:49:17 -0000 flz 2008-05-12 11:49:16 UTC FreeBSD src repository Modified files: etc/rc.d ntpd Log: Don't require a configuration file. Ntpd will be perfectly happy if there's none or if the file doesn't exist (there's no ntp.conf in the base install). PR: conf/119592 Submitted by: Renaud Waldura MFC after: 1 week Revision Changes Path 1.14 +0 -2 src/etc/rc.d/ntpd From owner-cvs-src@FreeBSD.ORG Mon May 12 14:09:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45C5F106566B; Mon, 12 May 2008 14:09:22 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1E5E58FC1F; Mon, 12 May 2008 14:09:22 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4CE9L3g015588; Mon, 12 May 2008 14:09:21 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4CE9LJ8015587; Mon, 12 May 2008 14:09:21 GMT (envelope-from scottl) Message-Id: <200805121409.m4CE9LJ8015587@repoman.freebsd.org> From: Scott Long Date: Mon, 12 May 2008 14:09:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mfi mfi.c mfi_ioctl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 14:09:22 -0000 scottl 2008-05-12 14:09:19 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_ioctl.h Log: Add support for management apps. Work around an apparent firmware bug that results in hung i/o if more than 128 commands are scheduled for an array. Revision Changes Path 1.38 +108 -8 src/sys/dev/mfi/mfi.c 1.6 +18 -0 src/sys/dev/mfi/mfi_ioctl.h From owner-cvs-src@FreeBSD.ORG Mon May 12 16:42:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE0821065670; Mon, 12 May 2008 16:42:02 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A7D638FC13; Mon, 12 May 2008 16:42:02 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4CGg2oC039171; Mon, 12 May 2008 16:42:02 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4CGg16h039170; Mon, 12 May 2008 16:42:01 GMT (envelope-from delphij) Message-Id: <200805121642.m4CGg16h039170@repoman.freebsd.org> From: Xin LI Date: Mon, 12 May 2008 16:42:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/usb uipaq.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 16:42:02 -0000 delphij 2008-05-12 16:42:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/usb uipaq.c usbdevs Log: MFC: usbdevs revisions 1.331 (mav)+1.347 (mav)+1.352 (kris moore) uipaq.c revisions 1.8+1.10 (mav), 1.9 (stas), 1.11 (kris moore) For several HTC Smartphone/PocketPC support. Revision Changes Path 1.7.2.1 +5 -0 src/sys/dev/usb/uipaq.c 1.328.2.10 +6 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Mon May 12 18:00:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4635106567B; Mon, 12 May 2008 18:00:55 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8E8E08FC0C; Mon, 12 May 2008 18:00:55 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4CI0tY8052590; Mon, 12 May 2008 18:00:55 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4CI0tOt052589; Mon, 12 May 2008 18:00:55 GMT (envelope-from delphij) Message-Id: <200805121800.m4CI0tOt052589@repoman.freebsd.org> From: Xin LI Date: Mon, 12 May 2008 18:00:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern kern_jail.c src/sys/sys jail.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 18:00:55 -0000 delphij 2008-05-12 18:00:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_jail.c sys/sys jail.h Log: MFC: Instead of rolling our own jail number allocation procedure, use alloc_unr() to do it. Submitted by: Ed Schouten PR: kern/122270 Revision Changes Path 1.70.2.2 +18 -24 src/sys/kern/kern_jail.c 1.29.2.1 +0 -2 src/sys/sys/jail.h From owner-cvs-src@FreeBSD.ORG Mon May 12 20:12:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 461331065671; Mon, 12 May 2008 20:12:35 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1D5EE8FC1A; Mon, 12 May 2008 20:12:35 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4CKCYpB060142; Mon, 12 May 2008 20:12:34 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4CKCYni060141; Mon, 12 May 2008 20:12:34 GMT (envelope-from ceri) Message-Id: <200805122012.m4CKCYni060141@repoman.freebsd.org> From: Ceri Davies Date: Mon, 12 May 2008 20:12:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 20:12:35 -0000 ceri 2008-05-12 20:12:34 UTC FreeBSD src repository Modified files: sys/sys param.h Log: For the sake of the log, revision 1.353 was bumped for setfib(2) and multiple routing table support. Revision Changes Path 1.354 +0 -0 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Mon May 12 21:34:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46788106567D; Mon, 12 May 2008 21:34:53 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 21B768FC14; Mon, 12 May 2008 21:34:53 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4CLYrn3072871; Mon, 12 May 2008 21:34:53 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4CLYqdB072870; Mon, 12 May 2008 21:34:52 GMT (envelope-from jhb) Message-Id: <200805122134.m4CLYqdB072870@repoman.freebsd.org> From: John Baldwin Date: Mon, 12 May 2008 21:34:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci intpm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 21:34:53 -0000 jhb 2008-05-12 21:34:52 UTC FreeBSD src repository Modified files: sys/pci intpm.c Log: - Set sc->dev to the new-bus device_t so all the device_printf()s work. - Add a missing newline to a printf. MFC after: 1 week Submitted by: Andriy Gapon avg <> icyb.net.ua Revision Changes Path 1.41 +3 -1 src/sys/pci/intpm.c From owner-cvs-src@FreeBSD.ORG Mon May 12 22:10:20 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2D64106567B; Mon, 12 May 2008 22:10:19 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id D5BFD8FC27; Mon, 12 May 2008 22:10:19 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unknown [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id 566941A4D83; Mon, 12 May 2008 15:10:19 -0700 (PDT) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m4CMABrT052835; Mon, 12 May 2008 18:10:15 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: obrien@freebsd.org Date: Mon, 12 May 2008 18:09:55 -0400 User-Agent: KMail/1.9.7 References: <200803191447.m2JEl3xx027666@repoman.freebsd.org> <200805061433.27897.jhb@freebsd.org> <20080511203047.GA58310@dragon.NUXI.org> In-Reply-To: <20080511203047.GA58310@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805121809.55788.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 12 May 2008 18:10:15 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/7105/Mon May 12 16:14:20 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/cvs - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 22:10:20 -0000 On Sunday 11 May 2008 04:30:47 pm David O'Brien wrote: > On Tue, May 06, 2008 at 02:33:27PM -0400, John Baldwin wrote: > > On Wednesday 19 March 2008 10:47:03 am David E. O'Brien wrote: > > > obrien 2008-03-19 14:47:03 UTC > > > > > > FreeBSD src repository > > > > > > src/contrib/cvs - Imported sources > > > Update of /home/ncvs/src/contrib/cvs > > > In directory repoman.freebsd.org:/tmp/cvs-serv25516 > > > > > > Log Message: > > > Import of 1.11 branch snapshot - using the 10-March-2008 code base. > > > > > > Status: > > > > > > Vendor Tag: CVSHOME > > > Release Tags: v1_11_20080310 > > > > Please consider reverting this. There have been lots of reports of CVS > > breakage after these changes. The latest I ran into today is that 'cvs > > update -C' doesn't work anymore. > > Typically we would first try to fix problems before just reverting. > Please give me more information on how to experience this. cvs(1) is a very critical tool and it isn't clear that the recent upgrades have provided any improvements to justify changing it. % cvs up -r1.137 ObsoleteFiles.inc - edit ObsoleteFiles.inc and create an intentional conflict with 1.138: % cvs diff -u ObsoleteFiles.inc Index: ObsoleteFiles.inc =================================================================== RCS file: /usr/cvs/src/ObsoleteFiles.inc,v retrieving revision 1.137 diff -u -r1.137 ObsoleteFiles.inc --- ObsoleteFiles.inc 20 Apr 2008 16:03:19 -0000 1.137 +++ ObsoleteFiles.inc 12 May 2008 22:08:20 -0000 @@ -35,6 +35,7 @@ OLD_FILES+=usr/share/man/man2/kse_switchin.2.gz OLD_FILES+=usr/share/man/man2/kse_thr_interrupt.2.gz OLD_FILES+=usr/share/man/man2/kse_wakeup.2.gz +XXXX # 20080220: geom_lvm rename to geom_linux_lvm OLD_FILES+=usr/share/man/man4/geom_lvm.4.gz # 20080126: oldcard.4 removal > cvs up -A ObsoleteFiles.inc RCS file: /usr/cvs/src/ObsoleteFiles.inc,v retrieving revision 1.137 retrieving revision 1.138 Merging differences between 1.137 and 1.138 into ObsoleteFiles.inc rcsmerge: warning: conflicts during merge cvs update: conflicts found in ObsoleteFiles.inc C ObsoleteFiles.inc % cvs up -C ObsoleteFiles.inc C ObsoleteFiles.inc % cvs diff -u ObsoleteFiles.inc Index: ObsoleteFiles.inc =================================================================== RCS file: /usr/cvs/src/ObsoleteFiles.inc,v retrieving revision 1.138 diff -u -r1.138 ObsoleteFiles.inc --- ObsoleteFiles.inc 10 May 2008 18:43:22 -0000 1.138 +++ ObsoleteFiles.inc 12 May 2008 22:08:46 -0000 @@ -40,10 +40,14 @@ OLD_FILES+=usr/share/man/man2/kse_switchin.2.gz OLD_FILES+=usr/share/man/man2/kse_thr_interrupt.2.gz OLD_FILES+=usr/share/man/man2/kse_wakeup.2.gz +<<<<<<< ObsoleteFiles.inc +XXXX +======= .if ${TARGET_ARCH} == "amd64" OLD_FILES+=usr/lib32/libkse.so OLD_LIBS+=usr/lib32/libkse.so.3 .endif +>>>>>>> 1.138 # 20080220: geom_lvm rename to geom_linux_lvm OLD_FILES+=usr/share/man/man4/geom_lvm.4.gz # 20080126: oldcard.4 removal -- John Baldwin From owner-cvs-src@FreeBSD.ORG Mon May 12 22:27:56 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A6C81065670 for ; Mon, 12 May 2008 22:27:56 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id C0C3C8FC12 for ; Mon, 12 May 2008 22:27:55 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so1865800nfh.33 for ; Mon, 12 May 2008 15:27:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; bh=C8GFd9tOHM1OltRKYq5vjpaORbWqzHUxIHG5fDGgCgw=; b=dC6YjujtGYgjvkxqsLCKhNkxetRByNRFNp1firnnGhY/wgXKl+178UzC5eVvSX3K/SW2SPEXXtvpwVeZlI3RzXXrjGgTtPBdru6GD72hmXUHOZSZxY2JUKHVWRVUe2vEdGpD8xTcIsRFnR4uweSFVnLjMQtDhdPsnfkWuNlI0uU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=oL8KTWlNRgFi9ofCDle3lCcTDEkPouxE++6ZIpB7UHDL/I2KOWsnaAT6QG9LGnPlklxdhg9Z7/ZlA+bDN0+bCADL/w5JLDlNL+TLPhnjeHfD3YSsHP77/ujVoS2kjZx0QhfX7gmvHEYS82TAmgPjpeCZp37Y20khOeVYKuEwWMw= Received: by 10.210.47.1 with SMTP id u1mr7728280ebu.133.1210631274529; Mon, 12 May 2008 15:27:54 -0700 (PDT) Received: from epsilon.local ( [89.214.239.14]) by mx.google.com with ESMTPS id d24sm3540908nfh.2.2008.05.12.15.27.52 (version=SSLv3 cipher=RC4-MD5); Mon, 12 May 2008 15:27:53 -0700 (PDT) Message-ID: <4828C465.9030105@FreeBSD.org> Date: Mon, 12 May 2008 23:27:49 +0100 From: Rui Paulo User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: John Baldwin References: <200805122134.m4CLYqdB072870@repoman.freebsd.org> In-Reply-To: <200805122134.m4CLYqdB072870@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: Rui Paulo Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci intpm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 22:27:56 -0000 John Baldwin wrote: > jhb 2008-05-12 21:34:52 UTC > > FreeBSD src repository > > Modified files: > sys/pci intpm.c > Log: > - Set sc->dev to the new-bus device_t so all the device_printf()s work. > - Add a missing newline to a printf. > > MFC after: 1 week > Submitted by: Andriy Gapon avg <> icyb.net.ua > > Revision Changes Path > 1.41 +3 -1 src/sys/pci/intpm.c You're fast! I just emailed takanori@ about committing this... Heh. Oh well, thanks. Regards, -- Rui Paulo From owner-cvs-src@FreeBSD.ORG Tue May 13 01:53:37 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A44A1065673 for ; Tue, 13 May 2008 01:53:37 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.239]) by mx1.freebsd.org (Postfix) with ESMTP id 0223E8FC17 for ; Tue, 13 May 2008 01:53:36 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so3964712rvf.43 for ; Mon, 12 May 2008 18:53:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=WGSzr+btoV7e7UPrsZp7nUY3guaXsRrpeN1q6nonrr0=; b=s1NkxSypdhNKA2uUZQHiHa66F+eJXRS3mOHQpMUFxzbts+vbqCtLNnX5jsC573TMBOm2UkvYe/6aJaS7udj5/RC3Pw3tO/p3j/+rFqpCB1W+xH3BrGu2A5xP2+wtnQYqt3WBUVCJWbucH7lkHM9tMItyXIkvER2gcRuLcEgpw+4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=R6h1kIlIPVaf16zXdYFf6fsnwQSehu6WLSWYDRIcfUaghzYb2RgehrmvjKHgKrDpTx5WobbeEGfm8afZxJkUcpNIyOySmFoSNWU0hRNqDp39Gb8DhWVeH3btWKn3hS548wISitRuNSoECc8TqVgpnjtt68bLx/Xamdyur39fUxc= Received: by 10.140.170.12 with SMTP id s12mr4004887rve.83.1210643616612; Mon, 12 May 2008 18:53:36 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id b8sm11639545rvf.9.2008.05.12.18.53.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 12 May 2008 18:53:33 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m4D1rRZ9033322 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 13 May 2008 10:53:27 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m4D1rQVJ033321; Tue, 13 May 2008 10:53:26 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 13 May 2008 10:53:26 +0900 From: Pyun YongHyeon To: Abdullah Ibn Hamad Al-Marri Message-ID: <20080513015326.GC32942@cdnetworks.co.kr> References: <539635.39249.qm@web33706.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <539635.39249.qm@web33706.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 01:53:37 -0000 On Sun, May 11, 2008 at 02:40:23PM -0700, Abdullah Ibn Hamad Al-Marri wrote: > ----- Original Message ---- > > > From: Pyun YongHyeon > > To: Abdullah Ibn Hamad Al-Marri > > Cc: cvs-src@FreeBSD.org; src-committers@FreeBSD.org > > Sent: Wednesday, April 23, 2008 3:18:16 AM > > Subject: Re: cvs commit: src/sys/dev/re if_re.c > > > > On Tue, Apr 22, 2008 at 02:14:12AM -0700, Abdullah Ibn Hamad Al-Marri wrote: > > > ----- Original Message ---- > > > > From: Pyun YongHyeon > > > > To: src-committers@FreeBSD.org; cvs-src@FreeBSD.org; cvs-all@FreeBSD.org > > > > Sent: Tuesday, April 22, 2008 9:14:57 AM > > > > Subject: cvs commit: src/sys/dev/re if_re.c > > > > > > > > yongari 2008-04-22 06:14:57 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: (Branch: RELENG_7) > > > > sys/dev/re if_re.c > > > > Log: > > > > MFC if_re.c 1.114 to RELENG_7. > > > > Don't touch MSI enable bit in RL_CFG2 register. For unknown reason > > > > clearing MSI enable bit for MSI capable hardwares resulted in Tx > > > > problems. MSI enable bit is set only when MSI is requested from > > > > user. > > > > > > > > Revision Changes Path > > > > 1.95.2.18 +6 -12 src/sys/dev/re/if_re.c > > > > > > Pyun, > > > > > > Thank you for the hard work, this is really great to have finally! > > > > > > When do you plan to MFC it to RELENG_6? > > > > > > > MFC to RELENG_6 would be done in two weeks or so unless regression > > is showed up. > > > > Thanks. > > -- > > Regards, > > Pyun YongHyeon > > Hello Pyun, > > This is just a friendly reminder for the RELENG_6 MFC, if you have the time for that. > Thanks for the reminder but there is a regression report(kern/123202). I still have no clue how this can happen but let's see how it goes. -- Regards, Pyun YongHyeon From owner-cvs-src@FreeBSD.ORG Tue May 13 09:42:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 785DA1065674; Tue, 13 May 2008 09:42:03 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5348A8FC1B; Tue, 13 May 2008 09:42:03 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4D9g3l0040433; Tue, 13 May 2008 09:42:03 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4D9g3LN040432; Tue, 13 May 2008 09:42:03 GMT (envelope-from kevlo) Message-Id: <200805130942.m4D9g3LN040432@repoman.freebsd.org> From: Kevin Lo Date: Tue, 13 May 2008 09:42:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/xstr xstr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 09:42:03 -0000 kevlo 2008-05-13 09:42:03 UTC FreeBSD src repository Modified files: usr.bin/xstr xstr.c Log: Improve temporary file handling Obtained from: OpenBSD Revision Changes Path 1.11 +11 -2 src/usr.bin/xstr/xstr.c From owner-cvs-src@FreeBSD.ORG Tue May 13 11:51:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E37561065670; Tue, 13 May 2008 11:51:20 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C2C058FC18; Tue, 13 May 2008 11:51:20 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4DBpKVH047400; Tue, 13 May 2008 11:51:20 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4DBpKKN047399; Tue, 13 May 2008 11:51:20 GMT (envelope-from nyan) Message-Id: <200805131151.m4DBpKKN047399@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 13 May 2008 11:51:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/pc98 fixit-small_crunch.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 11:51:21 -0000 nyan 2008-05-13 11:51:19 UTC FreeBSD src repository Modified files: release/pc98 fixit-small_crunch.conf Log: Replace the ee with the ed to resolve disk overflow. Revision Changes Path 1.10 +1 -2 src/release/pc98/fixit-small_crunch.conf From owner-cvs-src@FreeBSD.ORG Tue May 13 14:00:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77888106567C; Tue, 13 May 2008 14:00:10 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 59A5B8FC18; Tue, 13 May 2008 14:00:10 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4DE0A1Y063018; Tue, 13 May 2008 14:00:10 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4DE0Ax8063017; Tue, 13 May 2008 14:00:10 GMT (envelope-from cognet) Message-Id: <200805131400.m4DE0Ax8063017@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 13 May 2008 14:00:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_axe.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 14:00:10 -0000 cognet 2008-05-13 14:00:09 UTC FreeBSD src repository Modified files: sys/dev/usb if_axe.c usbdevs Log: From the OpenBSD commit log : Add support for the Apple USB Ethernet adapter. Work around the "latch in at the first working PHY address hack", that fails for this adapter because it returns 0xffff when reading from lower PHY addresses. Also add more debugging printfs Obtained from: OpenBSD MFC After: 3 days Revision Changes Path 1.58 +2 -1 src/sys/dev/usb/if_axe.c 1.353 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Tue May 13 20:01:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D269F1065686; Tue, 13 May 2008 20:01:27 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C0D0A8FC1B; Tue, 13 May 2008 20:01:27 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4DK1Rbd093687; Tue, 13 May 2008 20:01:27 GMT (envelope-from rdivacky@repoman.freebsd.org) Received: (from rdivacky@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4DK1RsU093686; Tue, 13 May 2008 20:01:27 GMT (envelope-from rdivacky) Message-Id: <200805132001.m4DK1RsU093686@repoman.freebsd.org> From: Roman Divacky Date: Tue, 13 May 2008 20:01:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/linux32 linux32_dummy.c syscalls.master src/sys/i386/linux linux_dummy.c syscalls.master src/sys/compat/linux linux_emul.c linux_emul.h linux_futex.c linux_futex.h linux_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 20:01:28 -0000 rdivacky 2008-05-13 20:01:27 UTC FreeBSD src repository Modified files: sys/amd64/linux32 syscalls.master linux32_dummy.c sys/i386/linux syscalls.master linux_dummy.c sys/compat/linux linux_emul.c linux_emul.h linux_futex.c linux_futex.h linux_misc.c Log: Implement robust futexes. Most of the code is modelled after what Linux does. This is because robust futexes are mostly userspace thing which we cannot alter. Two syscalls maintain pointer to userspace list and when process exits a routine walks this list waking up processes sleeping on futexes from that list. Reviewed by: kib (mentor) MFC after: 1 month Revision Changes Path 1.13 +0 -2 src/sys/amd64/linux32/linux32_dummy.c 1.34 +4 -2 src/sys/amd64/linux32/syscalls.master 1.21 +6 -3 src/sys/compat/linux/linux_emul.c 1.8 +4 -0 src/sys/compat/linux/linux_emul.h 1.13 +161 -0 src/sys/compat/linux/linux_futex.c 1.4 +18 -0 src/sys/compat/linux/linux_futex.h 1.221 +3 -4 src/sys/compat/linux/linux_misc.c 1.50 +0 -2 src/sys/i386/linux/linux_dummy.c 1.93 +4 -2 src/sys/i386/linux/syscalls.master From owner-cvs-src@FreeBSD.ORG Tue May 13 20:02:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEC3A1065687; Tue, 13 May 2008 20:02:26 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE71D8FC14; Tue, 13 May 2008 20:02:26 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4DK2Q2J093756; Tue, 13 May 2008 20:02:26 GMT (envelope-from rdivacky@repoman.freebsd.org) Received: (from rdivacky@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4DK2QVI093755; Tue, 13 May 2008 20:02:26 GMT (envelope-from rdivacky) Message-Id: <200805132002.m4DK2QVI093755@repoman.freebsd.org> From: Roman Divacky Date: Tue, 13 May 2008 20:02:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 20:02:26 -0000 rdivacky 2008-05-13 20:02:26 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: Regen. Approved by: kib (mentor) Revision Changes Path 1.37 +6 -3 src/sys/amd64/linux32/linux32_proto.h 1.37 +1 -1 src/sys/amd64/linux32/linux32_syscall.h 1.37 +3 -3 src/sys/amd64/linux32/linux32_sysent.c 1.99 +6 -3 src/sys/i386/linux/linux_proto.h 1.91 +1 -1 src/sys/i386/linux/linux_syscall.h 1.98 +3 -3 src/sys/i386/linux/linux_sysent.c From owner-cvs-src@FreeBSD.ORG Tue May 13 20:58:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAA431065674; Tue, 13 May 2008 20:58:08 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9290E8FC1B; Tue, 13 May 2008 20:58:08 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4DKw8Ne006215; Tue, 13 May 2008 20:58:08 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4DKw8gD006214; Tue, 13 May 2008 20:58:08 GMT (envelope-from marius) Message-Id: <200805132058.m4DKw8gD006214@repoman.freebsd.org> From: Marius Strobl Date: Tue, 13 May 2008 20:58:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ehci.c ohci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 20:58:08 -0000 marius 2008-05-13 20:58:08 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c ohci.c Log: Don't let hacksync() call bus_dmamap_sync(9) on DMA maps which are not initialized. This fixes a panic on sparc64 where calling bus_dmamap_sync(9) on NULL DMA maps is fatal. Approved by: sam Revision Changes Path 1.63 +7 -3 src/sys/dev/usb/ehci.c 1.172 +7 -3 src/sys/dev/usb/ohci.c From owner-cvs-src@FreeBSD.ORG Tue May 13 21:46:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67E601065679; Tue, 13 May 2008 21:46:53 +0000 (UTC) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3FA398FC15; Tue, 13 May 2008 21:46:53 +0000 (UTC) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4DLkrVq010142; Tue, 13 May 2008 21:46:53 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4DLkrEY010139; Tue, 13 May 2008 21:46:53 GMT (envelope-from gad) Message-Id: <200805132146.m4DLkrEY010139@repoman.freebsd.org> From: Garance A Drosehn Date: Tue, 13 May 2008 21:46:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.bin/env env.1 env.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 21:46:53 -0000 gad 2008-05-13 21:46:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/env env.1 env.c Log: MFC *: Add the '-u name' option to the env command, which will completely unset the given variable name (removing it from the environment, instead of just setting it to a null value). [* = 1.10->1.11 env.1, 1.20 env.c] PR: bin/65649 Revision Changes Path 1.9.10.1 +21 -5 src/usr.bin/env/env.1 1.19.2.1 +10 -3 src/usr.bin/env/env.c From owner-cvs-src@FreeBSD.ORG Tue May 13 21:51:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82E04106564A; Tue, 13 May 2008 21:51:02 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5AC418FC17; Tue, 13 May 2008 21:51:02 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4DLp2XE010336; Tue, 13 May 2008 21:51:02 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4DLp25c010335; Tue, 13 May 2008 21:51:02 GMT (envelope-from remko) Message-Id: <200805132151.m4DLp25c010335@repoman.freebsd.org> From: Remko Lodder Date: Tue, 13 May 2008 21:51:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 termios.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 21:51:02 -0000 remko 2008-05-13 21:51:02 UTC FreeBSD src repository Modified files: share/man/man4 termios.4 Log: The first of thirteen patches by Ed that resolves a documentation issue in termios.4, ttydefaults.h does not exist in /usr/include but in /usr/include/sys. MFC after: 3 days Submitted by: Ed Schouten (ed at 80386 dot nl) Revision Changes Path 1.32 +1 -1 src/share/man/man4/termios.4 From owner-cvs-src@FreeBSD.ORG Tue May 13 21:51:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E65A1065682; Tue, 13 May 2008 21:51:36 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 16BDE8FC15; Tue, 13 May 2008 21:51:36 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4DLpZWE010369; Tue, 13 May 2008 21:51:35 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4DLpZNd010368; Tue, 13 May 2008 21:51:35 GMT (envelope-from remko) Message-Id: <200805132151.m4DLpZNd010368@repoman.freebsd.org> From: Remko Lodder Date: Tue, 13 May 2008 21:51:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 termios.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 21:51:36 -0000 remko 2008-05-13 21:51:35 UTC FreeBSD src repository Modified files: share/man/man4 termios.4 Log: Bump modification date. Revision Changes Path 1.33 +1 -1 src/share/man/man4/termios.4 From owner-cvs-src@FreeBSD.ORG Tue May 13 22:27:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 085D9106564A; Tue, 13 May 2008 22:27:33 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D3C1D8FC18; Tue, 13 May 2008 22:27:32 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4DMRWSb012508; Tue, 13 May 2008 22:27:32 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from adrian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4DMRWn8012507; Tue, 13 May 2008 22:27:32 GMT (envelope-from adrian) Message-Id: <200805132227.m4DMRWn8012507@repoman.freebsd.org> From: Adrian Chadd Date: Tue, 13 May 2008 22:27:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 22:27:33 -0000 adrian 2008-05-13 22:27:32 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: BSDCan calendar file update #1. Revision Changes Path 1.230 +3 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Tue May 13 22:46:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2CAC106564A; Tue, 13 May 2008 22:46:13 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B9C5D8FC0A; Tue, 13 May 2008 22:46:13 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4DMkDiW013146; Tue, 13 May 2008 22:46:13 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from adrian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4DMkDTm013145; Tue, 13 May 2008 22:46:13 GMT (envelope-from adrian) Message-Id: <200805132246.m4DMkDTm013145@repoman.freebsd.org> From: Adrian Chadd Date: Tue, 13 May 2008 22:46:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 22:46:14 -0000 adrian 2008-05-13 22:46:13 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: BSDCan update #2. Revision Changes Path 1.231 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Tue May 13 23:07:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84B8B1065676; Tue, 13 May 2008 23:07:43 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B8CC8FC13; Tue, 13 May 2008 23:07:43 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4DN7hWu014897; Tue, 13 May 2008 23:07:43 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from adrian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4DN7hiB014896; Tue, 13 May 2008 23:07:43 GMT (envelope-from adrian) Message-Id: <200805132307.m4DN7hiB014896@repoman.freebsd.org> From: Adrian Chadd Date: Tue, 13 May 2008 23:07:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 23:07:43 -0000 adrian 2008-05-13 23:07:43 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Fix whitespace bug introduced a couple commits ago. Revision Changes Path 1.232 +1 -1 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Tue May 13 23:24:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB21F1065671; Tue, 13 May 2008 23:24:06 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B1F728FC13; Tue, 13 May 2008 23:24:06 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4DNO6Lm015577; Tue, 13 May 2008 23:24:06 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from adrian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4DNO6F4015576; Tue, 13 May 2008 23:24:06 GMT (envelope-from adrian) Message-Id: <200805132324.m4DNO6F4015576@repoman.freebsd.org> From: Adrian Chadd Date: Tue, 13 May 2008 23:24:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 23:24:07 -0000 adrian 2008-05-13 23:24:06 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Fix #2. Revision Changes Path 1.233 +1 -1 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Wed May 14 00:22:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8430B1065679; Wed, 14 May 2008 00:22:22 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A0348FC20; Wed, 14 May 2008 00:22:22 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4E0MMEg018387; Wed, 14 May 2008 00:22:22 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4E0MMkG018386; Wed, 14 May 2008 00:22:22 GMT (envelope-from brian) Message-Id: <200805140022.m4E0MMkG018386@repoman.freebsd.org> From: Brian Somers Date: Wed, 14 May 2008 00:22:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/syslogd syslogd.8 syslogd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 00:22:22 -0000 brian 2008-05-14 00:22:21 UTC FreeBSD src repository Modified files: usr.sbin/syslogd syslogd.8 syslogd.c Log: Add a -8 switch to syslogd to prevent it from mangling 8-bit data. Revision Changes Path 1.62 +19 -2 src/usr.sbin/syslogd/syslogd.8 1.156 +7 -3 src/usr.sbin/syslogd/syslogd.c From owner-cvs-src@FreeBSD.ORG Wed May 14 00:22:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64F28106564A; Wed, 14 May 2008 00:22:58 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B4B08FC1D; Wed, 14 May 2008 00:22:58 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4E0Mw4j018442; Wed, 14 May 2008 00:22:58 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4E0Mwjb018441; Wed, 14 May 2008 00:22:58 GMT (envelope-from remko) Message-Id: <200805140022.m4E0Mwjb018441@repoman.freebsd.org> From: Remko Lodder Date: Wed, 14 May 2008 00:22:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pstat pstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 00:22:58 -0000 remko 2008-05-14 00:22:58 UTC FreeBSD src repository Modified files: usr.sbin/pstat pstat.c Log: Fix pstat behaviour when using coredumps. The reference to tp was incorrect and should have been poining to &tty, tp is a virtual address from the coredump, while we should obtain the address through the tty struct. Approved by: imp (mentor, implicit trivial changes) MFC after: 1 week Submitted by: Ed Schouten (ed at 80836 dot nl) Revision Changes Path 1.103 +1 -1 src/usr.sbin/pstat/pstat.c From owner-cvs-src@FreeBSD.ORG Wed May 14 09:07:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90AF0106566C; Wed, 14 May 2008 09:07:47 +0000 (UTC) (envelope-from jh@saunalahti.fi) Received: from gw02.mail.saunalahti.fi (gw02.mail.saunalahti.fi [195.197.172.116]) by mx1.freebsd.org (Postfix) with ESMTP id 4E3028FC12; Wed, 14 May 2008 09:07:47 +0000 (UTC) (envelope-from jh@saunalahti.fi) Received: from a91-153-116-186.elisa-laajakaista.fi (a91-153-116-186.elisa-laajakaista.fi [91.153.116.186]) by gw02.mail.saunalahti.fi (Postfix) with SMTP id 5928E139492; Wed, 14 May 2008 11:43:34 +0300 (EEST) Date: Wed, 14 May 2008 11:43:34 +0300 From: Jaakko Heinonen To: Craig Rodrigues Message-ID: <20080514084333.GB2388@a91-153-116-186.elisa-laajakaista.fi> References: <200804040150.m341owGT075760@repoman.freebsd.org> <20080404085746.GB19086@dg.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080404085746.GB19086@dg.local> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Yar Tikhiy , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sbin/fsck_ffs main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 09:07:47 -0000 Hi, On 2008-04-04, Yar Tikhiy wrote: > On Fri, Apr 04, 2008 at 01:50:58AM +0000, Craig Rodrigues wrote: > > diff -u src/sbin/fsck_ffs/main.c:1.49 src/sbin/fsck_ffs/main.c:1.50 > > --- src/sbin/fsck_ffs/main.c:1.49 Wed Mar 5 08:25:49 2008 > > +++ src/sbin/fsck_ffs/main.c Fri Apr 4 01:50:58 2008 > > @@ -541,6 +541,10 @@ > > build_iovec(&iov, &iovlen, "errmsg", errmsg, > > sizeof(errmsg)); > > build_iovec(&iov, &iovlen, "update", NULL, 0); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > As I've already pointed out, this line you also added is dangerous > because it installs the string "update" to among the root mount > point options, which may blow up later with more changes to the > mount framework. The option still needs to be spelled MNT_UPDATE > and passed as a flag for now. There's also a similar problem with "snapshot" mount option. See these problem reports: kern/122833 kern/118360 Problems are caused by the fact that "snapshot" mount option persist after a nmount(2) call. "update" and "snapshot" shouldn't be permanent mount options. # mount -u -o snapshot /.snap/foo / # mount -u -o atime / mount: /dev/ad2s1a : Cross-device link # mount -u -o nosnapshot / # mount -u -o atime / # Oh, and the original bug still kind of exists: (boot to single user mode) # mount /dev/ad2s1a on / (ufs, local, read-only) devfs on /dev (devfs, local) # mount -o noatime / # mount /dev/ad2s1a on / (ufs, local, noatime) devfs on /dev (devfs, local) # (/ is now read-write) -- Jaakko From owner-cvs-src@FreeBSD.ORG Wed May 14 09:57:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A9FD106566C; Wed, 14 May 2008 09:57:22 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 34AE98FC15; Wed, 14 May 2008 09:57:22 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4E9vMBQ079014; Wed, 14 May 2008 09:57:22 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4E9vMs1079013; Wed, 14 May 2008 09:57:22 GMT (envelope-from rpaulo) Message-Id: <200805140957.m4E9vMs1079013@repoman.freebsd.org> From: Rui Paulo Date: Wed, 14 May 2008 09:57:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/k8temp k8temp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 09:57:22 -0000 rpaulo 2008-05-14 09:57:21 UTC FreeBSD src repository Modified files: sys/dev/k8temp k8temp.c Log: Actually, don't rely on the unsafe MAX() macro. Use imax() as provided in the PR patch. Pointed out by: bde PR: 123542 Revision Changes Path 1.4 +2 -2 src/sys/dev/k8temp/k8temp.c From owner-cvs-src@FreeBSD.ORG Wed May 14 10:02:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C40CA1065677; Wed, 14 May 2008 10:02:25 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E24F8FC1D; Wed, 14 May 2008 10:02:25 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4EA2PlU079228; Wed, 14 May 2008 10:02:25 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4EA2Pl1079227; Wed, 14 May 2008 10:02:25 GMT (envelope-from rpaulo) Message-Id: <200805141002.m4EA2Pl1079227@repoman.freebsd.org> From: Rui Paulo Date: Wed, 14 May 2008 10:02:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/coretemp coretemp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 10:02:25 -0000 rpaulo 2008-05-14 10:02:25 UTC FreeBSD src repository Modified files: sys/dev/coretemp coretemp.c Log: style(9): remove FreeBSD CVS ID from the initial license comment. MFC after: 1 day Revision Changes Path 1.8 +0 -3 src/sys/dev/coretemp/coretemp.c From owner-cvs-src@FreeBSD.ORG Wed May 14 10:04:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3ED3C1065671; Wed, 14 May 2008 10:04:17 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 18BF38FC29; Wed, 14 May 2008 10:04:17 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4EA4G7r080401; Wed, 14 May 2008 10:04:16 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4EA4GJr080400; Wed, 14 May 2008 10:04:16 GMT (envelope-from rpaulo) Message-Id: <200805141004.m4EA4GJr080400@repoman.freebsd.org> From: Rui Paulo Date: Wed, 14 May 2008 10:04:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/coretemp coretemp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 10:04:17 -0000 rpaulo 2008-05-14 10:04:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/coretemp coretemp.c Log: MFC r1.7: Change the check for cpu_high to actually match CPUID 0x06. Submitted by: Arthur Hartwig PR: 122878 Revision Changes Path 1.2.2.3 +3 -3 src/sys/dev/coretemp/coretemp.c From owner-cvs-src@FreeBSD.ORG Wed May 14 10:04:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 914CA1065676; Wed, 14 May 2008 10:04:17 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B8E18FC2A; Wed, 14 May 2008 10:04:17 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4EA4Hi6080418; Wed, 14 May 2008 10:04:17 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4EA4HTB080417; Wed, 14 May 2008 10:04:17 GMT (envelope-from rpaulo) Message-Id: <200805141004.m4EA4HTB080417@repoman.freebsd.org> From: Rui Paulo Date: Wed, 14 May 2008 10:04:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/coretemp coretemp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 10:04:17 -0000 rpaulo 2008-05-14 10:04:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/coretemp coretemp.c Log: MFC r1.7: Change the check for cpu_high to actually match CPUID 0x06. Submitted by: Arthur Hartwig PR: 122878 Revision Changes Path 1.2.4.2 +3 -3 src/sys/dev/coretemp/coretemp.c From owner-cvs-src@FreeBSD.ORG Wed May 14 14:29:54 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDB36106564A; Wed, 14 May 2008 14:29:54 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C883A8FC13; Wed, 14 May 2008 14:29:54 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4EETsiO004689; Wed, 14 May 2008 14:29:54 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4EETsc8004688; Wed, 14 May 2008 14:29:54 GMT (envelope-from kib) Message-Id: <200805141429.m4EETsc8004688@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 14 May 2008 14:29:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_conf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 14:29:55 -0000 kib 2008-05-14 14:29:54 UTC FreeBSD src repository Modified files: sys/kern kern_conf.c Log: Add the devctl notifications for the cdev create/destroy events. Based on the submission by: Andriy Gapon MFC after: 2 weeks Revision Changes Path 1.212 +42 -0 src/sys/kern/kern_conf.c From owner-cvs-src@FreeBSD.ORG Wed May 14 14:39:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7D74106567A; Wed, 14 May 2008 14:39:23 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id BB9BB8FC29; Wed, 14 May 2008 14:39:23 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 9170A108E7E; Wed, 14 May 2008 10:39:22 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Wed, 14 May 2008 10:39:22 -0400 X-Sasl-enc: j5WdnQi8Mj/aMjCYc5s3SH5QipfIVM5NkdnTGTC5uO1e 1210775962 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id C3856145B9; Wed, 14 May 2008 10:39:21 -0400 (EDT) Message-ID: <482AF998.8030401@FreeBSD.org> Date: Wed, 14 May 2008 15:39:20 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Konstantin Belousov References: <200805141429.m4EETsc8004688@repoman.freebsd.org> In-Reply-To: <200805141429.m4EETsc8004688@repoman.freebsd.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_conf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 14:39:24 -0000 Konstantin Belousov wrote: > Log: > Add the devctl notifications for the cdev create/destroy events. > Very cool! From owner-cvs-src@FreeBSD.ORG Wed May 14 16:47:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B84F1065670; Wed, 14 May 2008 16:47:31 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 204308FC15; Wed, 14 May 2008 16:47:31 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4EGlUbn021020; Wed, 14 May 2008 16:47:30 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4EGlUP1021019; Wed, 14 May 2008 16:47:30 GMT (envelope-from emax) Message-Id: <200805141647.m4EGlUP1021019@repoman.freebsd.org> From: Maksim Yevmenkin Date: Wed, 14 May 2008 16:47:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/bluetooth/rfcomm_sppd rfcomm_sppd.1 rfcomm_sppd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 16:47:32 -0000 emax 2008-05-14 16:47:30 UTC FreeBSD src repository Modified files: usr.bin/bluetooth/rfcomm_sppd rfcomm_sppd.1 rfcomm_sppd.c Log: Make -t optional in server mode. If not specified use stdin/stdout. Document this. Do not require channel number in server mode. If not specified - bind to ''wildcard'' channel zero. Real channel number will be obtained automatically and registered with local sdpd(8). While I'm here fix serial port service registration. Submitted by: luigi Tested by: Helge Oldach MFC after: 3 days Revision Changes Path 1.11 +13 -8 src/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.1 1.11 +21 -16 src/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c From owner-cvs-src@FreeBSD.ORG Wed May 14 17:08:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C6B9106574D; Wed, 14 May 2008 17:08:32 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 17C3B8FC12; Wed, 14 May 2008 17:08:32 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4EH8V6V023754; Wed, 14 May 2008 17:08:31 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4EH8V4F023753; Wed, 14 May 2008 17:08:31 GMT (envelope-from ru) Message-Id: <200805141708.m4EH8V4F023753@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 14 May 2008 17:08:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/man TODO src/gnu/usr.bin/man/lib util.c src/gnu/usr.bin/man/man man.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 17:08:32 -0000 ru 2008-05-14 17:08:31 UTC FreeBSD src repository Modified files: gnu/usr.bin/man TODO gnu/usr.bin/man/lib util.c gnu/usr.bin/man/man man.c Log: Add an ability to run man(1) on local files (the argument should contain a `/' character); based on the submission in the PR. PR: bin/120730 MFC after: 1 week Revision Changes Path 1.2 +3 -1 src/gnu/usr.bin/man/TODO 1.9 +20 -0 src/gnu/usr.bin/man/lib/util.c 1.67 +12 -2 src/gnu/usr.bin/man/man/man.c From owner-cvs-src@FreeBSD.ORG Wed May 14 17:18:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 357771065676; Wed, 14 May 2008 17:18:14 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 11EB18FC0C; Wed, 14 May 2008 17:18:14 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4EHIDYB024049; Wed, 14 May 2008 17:18:13 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4EHIDix024048; Wed, 14 May 2008 17:18:13 GMT (envelope-from ru) Message-Id: <200805141718.m4EHIDix024048@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 14 May 2008 17:18:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/man/man man.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 17:18:14 -0000 ru 2008-05-14 17:18:13 UTC FreeBSD src repository Modified files: gnu/usr.bin/man/man man.c Log: Add support for bzip2-compressed manpages. PR: bin/120730 Submitted by: ighighi AT gmail DOT com MFC after: 1 week Revision Changes Path 1.68 +1 -1 src/gnu/usr.bin/man/man/man.c From owner-cvs-src@FreeBSD.ORG Wed May 14 18:33:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F4D71065672; Wed, 14 May 2008 18:33:14 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DBFB68FC1E; Wed, 14 May 2008 18:33:13 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4EIXD5h028144; Wed, 14 May 2008 18:33:13 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4EIXDLs028143; Wed, 14 May 2008 18:33:13 GMT (envelope-from jasone) Message-Id: <200805141833.m4EIXDLs028143@repoman.freebsd.org> From: Jason Evans Date: Wed, 14 May 2008 18:33:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib rb.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 18:33:14 -0000 jasone 2008-05-14 18:33:13 UTC FreeBSD src repository Modified files: lib/libc/stdlib rb.h Log: Clean up cpp logic and comments. Revision Changes Path 1.4 +21 -8 src/lib/libc/stdlib/rb.h From owner-cvs-src@FreeBSD.ORG Wed May 14 21:00:28 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 162BA106567B; Wed, 14 May 2008 21:00:28 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C5AA8FC16; Wed, 14 May 2008 21:00:28 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4EL0R1W045096; Wed, 14 May 2008 21:00:27 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4EL0R1C045095; Wed, 14 May 2008 21:00:27 GMT (envelope-from marius) Message-Id: <200805142100.m4EL0R1C045095@repoman.freebsd.org> From: Marius Strobl Date: Wed, 14 May 2008 21:00:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 21:00:28 -0000 marius 2008-05-14 21:00:27 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: Improve the integration of BCM5906[M] support: - Rename BGE_FLAG_EEPROM to BGE_FLAG_EADDR to underline it's absence means "there's no chip containing an Ethernet address fitted to the BGE chip so we have to get it from the firmware instead" rather than "there's no EEPROM, but maybe NVRAM or something else". - Don't treat BCM5906[M] generally like chips w/o BGE_FLAG_EADDR set, just in the two cases really necessary. This gets us line with the original patch for DragonFlyBSD. - For sparc64 restore the intended behavior of obtaining the Ethernet address from the firmware in case BGE_FLAG_EADDR is not set, even for BCM5906[M]. - Fix some style(9) bugs introduced with rev. 1.208 of if_bge.c Approved by: jhb Additional testing by: Thomas Nystroem (BCM5906) Revision Changes Path 1.211 +62 -64 src/sys/dev/bge/if_bge.c 1.80 +1 -2 src/sys/dev/bge/if_bgereg.h From owner-cvs-src@FreeBSD.ORG Wed May 14 21:07:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E35AF1065679; Wed, 14 May 2008 21:07:25 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C0B4F8FC18; Wed, 14 May 2008 21:07:25 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4EL7PBl046405; Wed, 14 May 2008 21:07:25 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4EL7Pvp046404; Wed, 14 May 2008 21:07:25 GMT (envelope-from marius) Message-Id: <200805142107.m4EL7Pvp046404@repoman.freebsd.org> From: Marius Strobl Date: Wed, 14 May 2008 21:07:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 21:07:26 -0000 marius 2008-05-14 21:07:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/bge if_bge.c Log: MFC: 1.208 - Use more appropriate maxsize, nsegments and maxsegsize parameters when creating the parent bus DMA tag. While at it correct the style and a nearby comment. - Take advantage of m_collapse(9) for performance reasons. Revision Changes Path 1.198.2.5 +6 -12 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Wed May 14 21:22:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9872C106564A; Wed, 14 May 2008 21:22:18 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 40A7F8FC12; Wed, 14 May 2008 21:22:18 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4ELMILh047946; Wed, 14 May 2008 21:22:18 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ELMIsb047945; Wed, 14 May 2008 21:22:18 GMT (envelope-from marius) Message-Id: <200805142122.m4ELMIsb047945@repoman.freebsd.org> From: Marius Strobl Date: Wed, 14 May 2008 21:22:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 21:22:18 -0000 marius 2008-05-14 21:22:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bge if_bge.c Log: MFC: 1.206 (partial) Use more appropriate maxsize, nsegments and maxsegsize parameters when creating the parent bus DMA tag. While at it correct the style and a nearby comment. Revision Changes Path 1.91.2.27 +5 -11 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Wed May 14 21:23:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED0CC1065691; Wed, 14 May 2008 21:23:14 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E14728FC1E; Wed, 14 May 2008 21:23:14 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4ELNEaD048049; Wed, 14 May 2008 21:23:14 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ELNERH048048; Wed, 14 May 2008 21:23:14 GMT (envelope-from marius) Message-Id: <200805142123.m4ELNERH048048@repoman.freebsd.org> From: Marius Strobl Date: Wed, 14 May 2008 21:23:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/sparc64/include bus_common.h iommuvar.h src/sys/sparc64/pci psycho.c src/sys/sparc64/sbus sbus.c src/sys/sparc64/sparc64 counter.c iommu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 21:23:15 -0000 marius 2008-05-14 21:23:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/include bus_common.h iommuvar.h sys/sparc64/pci psycho.c sys/sparc64/sbus sbus.c sys/sparc64/sparc64 counter.c iommu.c Log: MFC: bus_common.h 1.9; iommuvar.h 1.17; psycho.c 1.77; sbus.c 1.48; counter.c 1.7; iommu.c 1.47 - Use the name returned by device_get_nameunit(9) for the name of the counter-timer timecounter so the associated SYSCTL nodes don't clash on machines having multiple U2P and U2S bridges as well as establishing a clear mapping between these bridges and their timecounter device. - Don't bother setting up a "nice" name for the IOMMU, just use the name returned by device_get_nameunit(9), too. - Fix some minor style(9) bugs. - Use __FBSDID in counter.c Revision Changes Path 1.7.2.1 +2 -2 src/sys/sparc64/include/bus_common.h 1.16.2.1 +8 -7 src/sys/sparc64/include/iommuvar.h 1.70.2.3 +19 -25 src/sys/sparc64/pci/psycho.c 1.46.2.1 +3 -9 src/sys/sparc64/sbus/sbus.c 1.6.10.1 +13 -11 src/sys/sparc64/sparc64/counter.c 1.45.2.2 +4 -4 src/sys/sparc64/sparc64/iommu.c From owner-cvs-src@FreeBSD.ORG Wed May 14 23:29:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9196A1065675; Wed, 14 May 2008 23:29:02 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C36D8FC13; Wed, 14 May 2008 23:29:02 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4ENT2nf064021; Wed, 14 May 2008 23:29:02 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ENT2Jm064020; Wed, 14 May 2008 23:29:02 GMT (envelope-from phk) Message-Id: <200805142329.m4ENT2Jm064020@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 14 May 2008 23:29:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/fifolog/fifolog_create fifolog_create.c src/usr.sbin/fifolog/fifolog_reader fifolog_reader.c src/usr.sbin/fifolog/fifolog_writer fifolog_writer.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 23:29:02 -0000 phk 2008-05-14 23:29:02 UTC FreeBSD src repository Modified files: usr.sbin/fifolog/fifolog_create fifolog_create.c usr.sbin/fifolog/fifolog_reader fifolog_reader.c usr.sbin/fifolog/fifolog_writer fifolog_writer.c Log: Populate usage() Submitted by: Jaakko Heinonen Revision Changes Path 1.2 +12 -2 src/usr.sbin/fifolog/fifolog_create/fifolog_create.c 1.3 +5 -6 src/usr.sbin/fifolog/fifolog_reader/fifolog_reader.c 1.2 +13 -4 src/usr.sbin/fifolog/fifolog_writer/fifolog_writer.c From owner-cvs-src@FreeBSD.ORG Wed May 14 23:53:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF2E0106566B; Wed, 14 May 2008 23:53:39 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C93B18FC21; Wed, 14 May 2008 23:53:39 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4ENrdRU064885; Wed, 14 May 2008 23:53:39 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ENrdtM064884; Wed, 14 May 2008 23:53:39 GMT (envelope-from brooks) Message-Id: <200805142353.m4ENrdtM064884@repoman.freebsd.org> From: Brooks Davis Date: Wed, 14 May 2008 23:53:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc network.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 23:53:40 -0000 brooks 2008-05-14 23:53:39 UTC FreeBSD src repository Modified files: etc network.subr Log: Don't print the interface status if we only create child or destroy interfaces. Correctly return status from childif_create(). Revision Changes Path 1.186 +3 -3 src/etc/network.subr From owner-cvs-src@FreeBSD.ORG Thu May 15 00:08:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1864106564A; Thu, 15 May 2008 00:08:08 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E6FD8FC23; Thu, 15 May 2008 00:08:08 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4F08316066698; Thu, 15 May 2008 00:08:08 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4F082pr066697; Thu, 15 May 2008 00:08:02 GMT (envelope-from brooks) Message-Id: <200805150008.m4F082pr066697@repoman.freebsd.org> From: Brooks Davis Date: Thu, 15 May 2008 00:08:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc network.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 00:08:08 -0000 brooks 2008-05-15 00:08:02 UTC FreeBSD src repository Modified files: etc network.subr Log: Fix last commit and call childif_destroy() correctly. Revision Changes Path 1.187 +1 -1 src/etc/network.subr From owner-cvs-src@FreeBSD.ORG Thu May 15 01:06:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 136B4106566B; Thu, 15 May 2008 01:06:11 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 07E878FC1E; Thu, 15 May 2008 01:06:11 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4F16AJM080126; Thu, 15 May 2008 01:06:10 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4F16AHF080125; Thu, 15 May 2008 01:06:10 GMT (envelope-from brooks) Message-Id: <200805150106.m4F16AHF080125@repoman.freebsd.org> From: Brooks Davis Date: Thu, 15 May 2008 01:06:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc network.subr src/etc/rc.d netif src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 01:06:11 -0000 brooks 2008-05-15 01:06:10 UTC FreeBSD src repository Modified files: etc network.subr etc/rc.d netif etc/defaults rc.conf share/man/man5 rc.conf.5 Log: Change the default value of synchronous_dhclient to NO. To preserve the existing behavior of etc/rc.d/netif, add code to wait up to if_up_delay seconds (30 seconds by default) for a default route to be configured if there are any dhcp interfaces. This should be extended to test that the interface is actually up. X-MFC after: Revision Changes Path 1.335 +2 -1 src/etc/defaults/rc.conf 1.188 +23 -0 src/etc/network.subr 1.27 +23 -0 src/etc/rc.d/netif 1.341 +6 -2 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Thu May 15 01:22:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6F71106568B; Thu, 15 May 2008 01:22:48 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C2C508FC29; Thu, 15 May 2008 01:22:48 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4F1Mmvt082817; Thu, 15 May 2008 01:22:48 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4F1MmDj082816; Thu, 15 May 2008 01:22:48 GMT (envelope-from phk) Message-Id: <200805150122.m4F1MmDj082816@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 15 May 2008 01:22:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/speaker spkr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 01:22:49 -0000 phk 2008-05-15 01:22:48 UTC FreeBSD src repository Modified files: sys/dev/speaker spkr.c Log: Move speaker a lot closer to style(9) Submitted by: Martin Voros Revision Changes Path 1.76 +316 -342 src/sys/dev/speaker/spkr.c From owner-cvs-src@FreeBSD.ORG Thu May 15 01:25:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 676781065671; Thu, 15 May 2008 01:25:34 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 43A798FC17; Thu, 15 May 2008 01:25:34 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4F1PYkP083354; Thu, 15 May 2008 01:25:34 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4F1PVaf083353; Thu, 15 May 2008 01:25:31 GMT (envelope-from phk) Message-Id: <200805150125.m4F1PVaf083353@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 15 May 2008 01:25:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/atacontrol atacontrol.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 01:25:34 -0000 phk 2008-05-15 01:25:30 UTC FreeBSD src repository Modified files: sbin/atacontrol atacontrol.c Log: Fix for a bug I introduced when I cleaned up atacontrol: Don't terminate if we are listing devices, a controller might legitimately not be there. Submitted by: "Andrey V. Elsukov" Revision Changes Path 1.48 +5 -3 src/sbin/atacontrol/atacontrol.c From owner-cvs-src@FreeBSD.ORG Thu May 15 01:53:09 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6E221065678; Thu, 15 May 2008 01:53:09 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A26F88FC1D; Thu, 15 May 2008 01:53:09 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4F1r9Yk084243; Thu, 15 May 2008 01:53:09 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4F1r9Hp084242; Thu, 15 May 2008 01:53:09 GMT (envelope-from brooks) Message-Id: <200805150153.m4F1r9Hp084242@repoman.freebsd.org> From: Brooks Davis Date: Thu, 15 May 2008 01:53:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 01:53:09 -0000 brooks 2008-05-15 01:53:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) etc/rc.d dhclient Log: MFC: Add very limited support for the isc-dhclient. It will almostly certaintly only work if there's just one interface doing dhcp. This version implements the same logic as the version in the PR, but uses pgrep to be less verbose. PR: conf/95905 Revision Changes Path 1.28.2.3 +4 -0 src/etc/rc.d/dhclient From owner-cvs-src@FreeBSD.ORG Thu May 15 01:53:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97E2E106567D; Thu, 15 May 2008 01:53:47 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 677DE8FC1E; Thu, 15 May 2008 01:53:47 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4F1rl3h084280; Thu, 15 May 2008 01:53:47 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4F1rlvg084279; Thu, 15 May 2008 01:53:47 GMT (envelope-from brooks) Message-Id: <200805150153.m4F1rlvg084279@repoman.freebsd.org> From: Brooks Davis Date: Thu, 15 May 2008 01:53:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 01:53:47 -0000 brooks 2008-05-15 01:53:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d dhclient Log: MFC: Add very limited support for the isc-dhclient. It will almostly certaintly only work if there's just one interface doing dhcp. This version implements the same logic as the version in the PR, but uses pgrep to be less verbose. PR: conf/95905 Revision Changes Path 1.20.2.7 +4 -0 src/etc/rc.d/dhclient From owner-cvs-src@FreeBSD.ORG Thu May 15 01:59:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1992C1065675; Thu, 15 May 2008 01:59:21 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E973A8FC0C; Thu, 15 May 2008 01:59:20 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4F1xKA8084471; Thu, 15 May 2008 01:59:20 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4F1xKBm084470; Thu, 15 May 2008 01:59:20 GMT (envelope-from brooks) Message-Id: <200805150159.m4F1xKBm084470@repoman.freebsd.org> From: Brooks Davis Date: Thu, 15 May 2008 01:59:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/dhclient bpf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 01:59:21 -0000 brooks 2008-05-15 01:59:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/dhclient bpf.c Log: MFC rev 1.8: When sending packets directly to the DHCP server, use a socket and send directly rather than bogusly sending it out as a link layer broadcast (which fails to be received on some networks). PR: bin/96018 Revision Changes Path 1.2.2.5 +15 -0 src/sbin/dhclient/bpf.c From owner-cvs-src@FreeBSD.ORG Thu May 15 03:07:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D8AC106564A; Thu, 15 May 2008 03:07:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 487308FC0C; Thu, 15 May 2008 03:07:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4F37aHC090072; Thu, 15 May 2008 03:07:36 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4F37ap6090071; Thu, 15 May 2008 03:07:36 GMT (envelope-from jhb) Message-Id: <200805150307.m4F37ap6090071@repoman.freebsd.org> From: John Baldwin Date: Thu, 15 May 2008 03:07:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern imgact_elf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 03:07:36 -0000 jhb 2008-05-15 03:07:34 UTC FreeBSD src repository Modified files: sys/kern imgact_elf.c Log: Go back to using the process command name (p_comm) for the file name and command line arguments stored in the note at the beginning of a core dump instead of the current thread name. Reviewed by: julian Revision Changes Path 1.187 +2 -2 src/sys/kern/imgact_elf.c From owner-cvs-src@FreeBSD.ORG Thu May 15 04:29:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E0211065672; Thu, 15 May 2008 04:29:29 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 778E88FC1A; Thu, 15 May 2008 04:29:29 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4F4TTwE094645; Thu, 15 May 2008 04:29:29 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from weongyo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4F4TTSP094644; Thu, 15 May 2008 04:29:29 GMT (envelope-from weongyo) Message-Id: <200805150429.m4F4TTSP094644@repoman.freebsd.org> From: Weongyo Jeong Date: Thu, 15 May 2008 04:29:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/ndis subr_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 04:29:29 -0000 weongyo 2008-05-15 04:29:28 UTC FreeBSD src repository Modified files: sys/compat/ndis subr_ndis.c Log: Fix a panic when it occurred during initializing the ndis driver because it try to read network address through ifnet structure which is NULL until the ndis driver's initialization is finished. Reviewed by: thompsa Revision Changes Path 1.112 +4 -0 src/sys/compat/ndis/subr_ndis.c From owner-cvs-src@FreeBSD.ORG Thu May 15 08:44:04 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30793106564A; Thu, 15 May 2008 08:44:04 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.freebsd.org (Postfix) with ESMTP id 825C38FC27; Thu, 15 May 2008 08:44:03 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (ppp121-45-62-238.lns11.adl2.internode.on.net [121.45.62.238]) (authenticated bits=0) by cain.gsoft.com.au (8.13.8/8.13.8) with ESMTP id m4F8hwx5049482 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 15 May 2008 18:13:58 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: cvs-all@freebsd.org Date: Thu, 15 May 2008 18:14:12 +0930 User-Agent: KMail/1.9.7 References: <200805141647.m4EGlUP1021019@repoman.freebsd.org> In-Reply-To: <200805141647.m4EGlUP1021019@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2477947.sfdfsWCfYn"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200805151814.14386.doconnor@gsoft.com.au> X-Spam-Score: -2.212 () BAYES_00,RDNS_DYNAMIC X-Scanned-By: MIMEDefang 2.63 on 203.31.81.10 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Maksim Yevmenkin Subject: Re: cvs commit: src/usr.bin/bluetooth/rfcomm_sppd rfcomm_sppd.1 rfcomm_sppd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 08:44:04 -0000 --nextPart2477947.sfdfsWCfYn Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thu, 15 May 2008, Maksim Yevmenkin wrote: > Modified files: > usr.bin/bluetooth/rfcomm_sppd rfcomm_sppd.1 rfcomm_sppd.c > Log: > Make -t optional in server mode. If not specified use > stdin/stdout. Document this. Do not require channel number in server > mode. If not specified - bind to ''wildcard'' channel zero. Real > channel number will be obtained automatically and registered with > local sdpd(8). While I'm here fix serial port service registration. How hard would it be to have a '-t auto' and have it print out the pty=20 it just allocated? It would make it much easier for scripts to work if=20 that was possible. (Maybe just call openpty()?) =2D-=20 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 - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart2477947.sfdfsWCfYn Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iD8DBQBIK/fe5ZPcIHs/zowRAnFwAKCQCTJYeUbyXh1UZXOJpvZ5bNm5vgCgjZ+T GC0r23FprrHamWfbM/6AdKc= =y3ih -----END PGP SIGNATURE----- --nextPart2477947.sfdfsWCfYn-- From owner-cvs-src@FreeBSD.ORG Thu May 15 08:53:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2173F106566B; Thu, 15 May 2008 08:53:32 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC5CE8FC16; Thu, 15 May 2008 08:53:31 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4F8rVfJ034229; Thu, 15 May 2008 08:53:31 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4F8rV3s034228; Thu, 15 May 2008 08:53:31 GMT (envelope-from dfr) Message-Id: <200805150853.m4F8rV3s034228@repoman.freebsd.org> From: Doug Rabson Date: Thu, 15 May 2008 08:53:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/kerberos5/lib/libkrb5 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 08:53:32 -0000 dfr 2008-05-15 08:53:31 UTC FreeBSD src repository Modified files: kerberos5/lib/libkrb5 Makefile Log: Add the hx509 error table. Revision Changes Path 1.21 +2 -0 src/kerberos5/lib/libkrb5/Makefile From owner-cvs-src@FreeBSD.ORG Thu May 15 10:43:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E91DD1065683; Thu, 15 May 2008 10:43:11 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BF83B8FC45; Thu, 15 May 2008 10:43:11 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FAhB9j040124; Thu, 15 May 2008 10:43:11 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FAhBG3040123; Thu, 15 May 2008 10:43:11 GMT (envelope-from bms) Message-Id: <200805151043.m4FAhBG3040123@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 15 May 2008 10:43:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/ldd ldd.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 10:43:12 -0000 bms 2008-05-15 10:43:11 UTC FreeBSD src repository Modified files: usr.bin/ldd ldd.1 Log: Add an example of how to use ldd -f. Revision Changes Path 1.25 +8 -1 src/usr.bin/ldd/ldd.1 From owner-cvs-src@FreeBSD.ORG Thu May 15 10:47:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6403C106564A; Thu, 15 May 2008 10:47:15 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A0BA8FC16; Thu, 15 May 2008 10:47:15 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FAlENH040299; Thu, 15 May 2008 10:47:14 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FAlEu6040298; Thu, 15 May 2008 10:47:14 GMT (envelope-from bms) Message-Id: <200805151047.m4FAlEu6040298@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 15 May 2008 10:47:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/libexec/rtld-elf rtld.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 10:47:15 -0000 bms 2008-05-15 10:47:14 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld.1 Log: Make the meaning of the %A format specifier, as passed to LD_TRACE_LOADED_OBJECTS_FMT[12], more obvious for users like me. Revision Changes Path 1.47 +5 -2 src/libexec/rtld-elf/rtld.1 From owner-cvs-src@FreeBSD.ORG Thu May 15 10:51:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E43941065672; Thu, 15 May 2008 10:51:30 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BA5C68FC1F; Thu, 15 May 2008 10:51:30 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FApUZd040483; Thu, 15 May 2008 10:51:30 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FApUwU040482; Thu, 15 May 2008 10:51:30 GMT (envelope-from bms) Message-Id: <200805151051.m4FApUwU040482@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 15 May 2008 10:51:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/ldd ldd.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 10:51:31 -0000 bms 2008-05-15 10:51:30 UTC FreeBSD src repository Modified files: usr.bin/ldd ldd.1 Log: Typo Revision Changes Path 1.26 +1 -1 src/usr.bin/ldd/ldd.1 From owner-cvs-src@FreeBSD.ORG Thu May 15 11:00:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2143E106567A; Thu, 15 May 2008 11:00:24 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 105178FC0A; Thu, 15 May 2008 11:00:24 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FB0NQv040826; Thu, 15 May 2008 11:00:23 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FB0NAU040825; Thu, 15 May 2008 11:00:23 GMT (envelope-from bms) Message-Id: <200805151100.m4FB0NAU040825@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 15 May 2008 11:00:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc rc.initdiskless X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 11:00:24 -0000 bms 2008-05-15 11:00:23 UTC FreeBSD src repository Modified files: etc rc.initdiskless Log: Add support for /conf/T/M/remount_optional. The rc.initdiskless functionality is used by NanoBSD to allow configuration files to live on a separate configuration slice, which acts as NVRAM, whilst the system image is mounted read-only. Normally, if the remount command fails during boot, this is regarded as a fatal error. If /conf/T/M/remount_optional is present, this error is non-fatal. If the file is not present, the default behaviour is unchanged. This is very useful for people building live CD images using FreeBSD, where the NVRAM lives somewhere completely differently from the system image, and may be present on removable media which is not present during the initial boot. Revision Changes Path 1.53 +8 -0 src/etc/rc.initdiskless From owner-cvs-src@FreeBSD.ORG Thu May 15 12:07:58 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3B9D10656F6; Thu, 15 May 2008 12:07:58 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id A2A6F8FC1B; Thu, 15 May 2008 12:07:58 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unknown [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id 641241A4D8C; Thu, 15 May 2008 05:07:58 -0700 (PDT) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m4FC7fd3083425; Thu, 15 May 2008 08:07:50 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Rui Paulo Date: Thu, 15 May 2008 07:46:47 -0400 User-Agent: KMail/1.9.7 References: <200805122134.m4CLYqdB072870@repoman.freebsd.org> <4828C465.9030105@FreeBSD.org> In-Reply-To: <4828C465.9030105@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805150746.48423.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 15 May 2008 08:07:50 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/7127/Thu May 15 05:59:12 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/pci intpm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 12:07:58 -0000 On Monday 12 May 2008 06:27:49 pm Rui Paulo wrote: > John Baldwin wrote: > > jhb 2008-05-12 21:34:52 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/pci intpm.c > > Log: > > - Set sc->dev to the new-bus device_t so all the device_printf()s work. > > - Add a missing newline to a printf. > > > > MFC after: 1 week > > Submitted by: Andriy Gapon avg <> icyb.net.ua > > > > Revision Changes Path > > 1.41 +3 -1 src/sys/pci/intpm.c > > You're fast! > I just emailed takanori@ about committing this... Heh. > Oh well, thanks. Heh, in this case I'm probably the one who broke it while updating intpm (i.e. forgot to set sc->dev when changing it to use device_printf()). -- John Baldwin From owner-cvs-src@FreeBSD.ORG Thu May 15 15:05:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D7CD1065674; Thu, 15 May 2008 15:05:03 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 539CD8FC33; Thu, 15 May 2008 15:05:03 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FF53Z1063770; Thu, 15 May 2008 15:05:03 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FF53aF063765; Thu, 15 May 2008 15:05:03 GMT (envelope-from philip) Message-Id: <200805151505.m4FF53aF063765@repoman.freebsd.org> From: Philip Paeps Date: Thu, 15 May 2008 15:05:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/moused moused.8 moused.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 15:05:03 -0000 philip 2008-05-15 15:05:02 UTC FreeBSD src repository Modified files: usr.sbin/moused moused.8 moused.c Log: Improve the virtual scrolling mechanism to make middle clicking less difficult. Add a -L option (yet another option, indeed!) which changes the speed of scrolling and change -U to only affect the scroll threshold. This should make middle-clicking a much more pleasant experience. PR: bin/120186 Submitted by: Aragon Gouveia MFC after: 3 days Revision Changes Path 1.62 +20 -4 src/usr.sbin/moused/moused.8 1.84 +38 -11 src/usr.sbin/moused/moused.c From owner-cvs-src@FreeBSD.ORG Thu May 15 15:28:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 893AF106566B; Thu, 15 May 2008 15:28:19 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5F2038FC22; Thu, 15 May 2008 15:28:19 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FFSJHg064639; Thu, 15 May 2008 15:28:19 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FFSJYk064638; Thu, 15 May 2008 15:28:19 GMT (envelope-from dfr) Message-Id: <200805151528.m4FFSJYk064638@repoman.freebsd.org> From: Doug Rabson Date: Thu, 15 May 2008 15:28:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpam/modules/pam_ksu Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 15:28:19 -0000 dfr 2008-05-15 15:28:19 UTC FreeBSD src repository Modified files: lib/libpam/modules/pam_ksu Makefile Log: Add new heimdal-1.1 library. Revision Changes Path 1.7 +2 -2 src/lib/libpam/modules/pam_ksu/Makefile From owner-cvs-src@FreeBSD.ORG Thu May 15 16:10:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22ADD106567F; Thu, 15 May 2008 16:10:56 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC6238FC0C; Thu, 15 May 2008 16:10:55 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FGAtQw067241; Thu, 15 May 2008 16:10:55 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from adrian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FGAtGf067240; Thu, 15 May 2008 16:10:55 GMT (envelope-from adrian) Message-Id: <200805151610.m4FGAtGf067240@repoman.freebsd.org> From: Adrian Chadd Date: Thu, 15 May 2008 16:10:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/aio/aiop aiop.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 16:10:56 -0000 adrian 2008-05-15 16:10:55 UTC FreeBSD src repository Modified files: tools/regression/aio/aiop aiop.c Log: Add the ability to do all read, all write, or random read/write. Revision Changes Path 1.2 +44 -9 src/tools/regression/aio/aiop/aiop.c From owner-cvs-src@FreeBSD.ORG Thu May 15 18:50:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38AB1106567E; Thu, 15 May 2008 18:50:11 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0E3938FC27; Thu, 15 May 2008 18:50:11 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FIoARR093383; Thu, 15 May 2008 18:50:10 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FIoAJi093382; Thu, 15 May 2008 18:50:10 GMT (envelope-from marius) Message-Id: <200805151850.m4FIoAJi093382@repoman.freebsd.org> From: Marius Strobl Date: Thu, 15 May 2008 18:50:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sparc64/include bus_common.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 18:50:11 -0000 marius 2008-05-15 18:50:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sparc64/include bus_common.h Log: MFC: 1.6 Style(9) fix - use #define consistently. Revision Changes Path 1.5.2.1 +15 -15 src/sys/sparc64/include/bus_common.h From owner-cvs-src@FreeBSD.ORG Thu May 15 18:52:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B48B21065671; Thu, 15 May 2008 18:52:31 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 890658FC29; Thu, 15 May 2008 18:52:31 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FIqVLb093602; Thu, 15 May 2008 18:52:31 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FIqVTq093601; Thu, 15 May 2008 18:52:31 GMT (envelope-from alc) Message-Id: <200805151852.m4FIqVTq093601@repoman.freebsd.org> From: Alan Cox Date: Thu, 15 May 2008 18:52:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 18:52:31 -0000 alc 2008-05-15 18:52:31 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: Don't call vm_reserv_alloc_page() on device-backed objects. Otherwise, the system may panic because there is no reservation structure corresponding to the physical address of the device memory. Reported by: Giorgos Keramidas Revision Changes Path 1.370 +1 -1 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Thu May 15 19:27:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89B041065673; Thu, 15 May 2008 19:27:53 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5CD628FC18; Thu, 15 May 2008 19:27:53 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FJRrmQ097239; Thu, 15 May 2008 19:27:53 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FJRrC0097238; Thu, 15 May 2008 19:27:53 GMT (envelope-from brooks) Message-Id: <200805151927.m4FJRrC0097238@repoman.freebsd.org> From: Brooks Davis Date: Thu, 15 May 2008 19:27:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/getopt README getopt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 19:27:53 -0000 brooks 2008-05-15 19:27:53 UTC FreeBSD src repository Modified files: usr.bin/getopt getopt.c Removed files: usr.bin/getopt README Log: getopt.c is public domain. Add a comment to that effect. Remove confusing README. PR: bin/98911 Submitted by: Jason McIntyre Obtained from: OpenBSD MFC after: 3 days Revision Changes Path 1.2 +0 -57 src/usr.bin/getopt/README (dead) 1.11 +5 -0 src/usr.bin/getopt/getopt.c From owner-cvs-src@FreeBSD.ORG Thu May 15 19:55:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B72C106564A; Thu, 15 May 2008 19:55:20 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 016E78FC16; Thu, 15 May 2008 19:55:20 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FJtJ4o099343; Thu, 15 May 2008 19:55:19 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FJtJW7099342; Thu, 15 May 2008 19:55:19 GMT (envelope-from dfr) Message-Id: <200805151955.m4FJtJW7099342@repoman.freebsd.org> From: Doug Rabson Date: Thu, 15 May 2008 19:55:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include/gssapi gssapi.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 19:55:20 -0000 dfr 2008-05-15 19:55:19 UTC FreeBSD src repository Modified files: include/gssapi gssapi.h Log: Add definition for OM_uint64. Submitted by: tmclaugh Revision Changes Path 1.3 +1 -0 src/include/gssapi/gssapi.h From owner-cvs-src@FreeBSD.ORG Thu May 15 19:55:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CABB1065673; Thu, 15 May 2008 19:55:27 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 627618FC14; Thu, 15 May 2008 19:55:27 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FJtRKk099379; Thu, 15 May 2008 19:55:27 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FJtRMb099378; Thu, 15 May 2008 19:55:27 GMT (envelope-from stefanf) Message-Id: <200805151955.m4FJtRMb099378@repoman.freebsd.org> From: Stefan Farfeleder Date: Thu, 15 May 2008 19:55:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/sh expand.c parser.c parser.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 19:55:27 -0000 stefanf 2008-05-15 19:55:27 UTC FreeBSD src repository Modified files: bin/sh expand.c parser.c parser.h Log: Expand $LINENO to the current line number. This is required by SUSv3's "User Portability Utilities" option. Often configure scripts generated by the autotools test if $LINENO works and refuse to use /bin/sh if not. Package test run by: pav Revision Changes Path 1.53 +8 -1 src/bin/sh/expand.c 1.59 +22 -3 src/bin/sh/parser.c 1.12 +5 -3 src/bin/sh/parser.h From owner-cvs-src@FreeBSD.ORG Thu May 15 19:58:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E838A106566C; Thu, 15 May 2008 19:58:44 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BDE6B8FC13; Thu, 15 May 2008 19:58:44 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FJwiuo099543; Thu, 15 May 2008 19:58:44 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FJwiGw099542; Thu, 15 May 2008 19:58:44 GMT (envelope-from stefanf) Message-Id: <200805151958.m4FJwiGw099542@repoman.freebsd.org> From: Stefan Farfeleder Date: Thu, 15 May 2008 19:58:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/bin/sh/builtins lineno.0 lineno.0.stdout X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 19:58:45 -0000 stefanf 2008-05-15 19:58:44 UTC FreeBSD src repository Added files: tools/regression/bin/sh/builtins lineno.0 lineno.0.stdout Log: Test the expansion of $LINENO. Revision Changes Path 1.1 +16 -0 src/tools/regression/bin/sh/builtins/lineno.0 (new) 1.1 +9 -0 src/tools/regression/bin/sh/builtins/lineno.0.stdout (new) From owner-cvs-src@FreeBSD.ORG Thu May 15 20:04:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEF401065676; Thu, 15 May 2008 20:04:37 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B48E68FC0C; Thu, 15 May 2008 20:04:37 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FK4biA000972; Thu, 15 May 2008 20:04:37 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FK4bnM000971; Thu, 15 May 2008 20:04:37 GMT (envelope-from brooks) Message-Id: <200805152004.m4FK4bnM000971@repoman.freebsd.org> From: Brooks Davis Date: Thu, 15 May 2008 20:04:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/cksum cksum.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 20:04:38 -0000 brooks 2008-05-15 20:04:37 UTC FreeBSD src repository Modified files: usr.bin/cksum cksum.c Log: Change a use of u_int32_t to uint32_t. PR: bin/93172 Submitted by: Robert Millan MFC after: 1 week Revision Changes Path 1.18 +1 -1 src/usr.bin/cksum/cksum.c From owner-cvs-src@FreeBSD.ORG Thu May 15 20:10:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B3871065673; Thu, 15 May 2008 20:10:07 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 387728FC14; Thu, 15 May 2008 20:10:07 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FKA7oi001328; Thu, 15 May 2008 20:10:07 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FKA7p9001327; Thu, 15 May 2008 20:10:07 GMT (envelope-from attilio) Message-Id: <200805152010.m4FKA7p9001327@repoman.freebsd.org> From: Attilio Rao Date: Thu, 15 May 2008 20:10:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_sx.c subr_lock.c subr_witness.c src/sys/sys _lock.h _lockmgr.h _mutex.h _rwlock.h _sx.h lock.h lockmgr.h mutex.h rwlock.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 20:10:07 -0000 attilio 2008-05-15 20:10:07 UTC FreeBSD src repository Modified files: sys/kern kern_sx.c subr_lock.c subr_witness.c sys/sys _lock.h _lockmgr.h _mutex.h _rwlock.h _sx.h lock.h lockmgr.h mutex.h rwlock.h Log: - Embed the recursion counter for any locking primitive directly in the lock_object, using an unified field called lo_data. - Replace lo_type usage with the w_name usage and at init time pass the lock "type" directly to witness_init() from the parent lock init function. Handle delayed initialization before than witness_initialize() is called through the witness_pendhelp structure. - Axe out LO_ENROLLPEND as it is not really needed. The case where the mutex init delayed wants to be destroyed can't happen because witness_destroy() checks for witness_cold and panic in case. - In enroll(), if we cannot allocate a new object from the freelist, notify that to userspace through a printf(). - Modify the depart function in order to return nothing as in the current CVS version it always returns true and adjust callers accordingly. - Fix the witness_addgraph() argument name prototype. - Remove unuseful code from itismychild(). This commit leads to a shrinked struct lock_object and so smaller locks, in particular on amd64 where 2 uintptr_t (16 bytes per-primitive) are gained. Reviewed by: jhb Revision Changes Path 1.60 +1 -0 src/sys/kern/kern_sx.c 1.23 +1 -4 src/sys/kern/subr_lock.c 1.249 +41 -64 src/sys/kern/subr_witness.c 1.16 +2 -5 src/sys/sys/_lock.h 1.2 +0 -1 src/sys/sys/_lockmgr.h 1.14 +0 -1 src/sys/sys/_mutex.h 1.5 +0 -1 src/sys/sys/_rwlock.h 1.2 +0 -1 src/sys/sys/_sx.h 1.73 +4 -5 src/sys/sys/lock.h 1.70 +1 -0 src/sys/sys/lockmgr.h 1.103 +2 -0 src/sys/sys/mutex.h 1.19 +2 -0 src/sys/sys/rwlock.h From owner-cvs-src@FreeBSD.ORG Thu May 15 20:12:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3A41106564A; Thu, 15 May 2008 20:12:17 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C99978FC16; Thu, 15 May 2008 20:12:17 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FKCHpV001466; Thu, 15 May 2008 20:12:17 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FKCHZQ001465; Thu, 15 May 2008 20:12:17 GMT (envelope-from marius) Message-Id: <200805152012.m4FKCHZQ001465@repoman.freebsd.org> From: Marius Strobl Date: Thu, 15 May 2008 20:12:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 20:12:18 -0000 marius 2008-05-15 20:12:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/bge if_bge.c Log: Forced commit to denote that revision 1.198.2.5 actually was an MFC of 1.206. Revision Changes Path 1.198.2.6 +0 -0 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Thu May 15 20:18:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65CE4106564A; Thu, 15 May 2008 20:18:45 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 534438FC15; Thu, 15 May 2008 20:18:45 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FKIjkd001759; Thu, 15 May 2008 20:18:45 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FKIjHM001758; Thu, 15 May 2008 20:18:45 GMT (envelope-from gnn) Message-Id: <200805152018.m4FKIjHM001758@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Thu, 15 May 2008 20:18:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_sockbuf.c src/sys/sys socketvar.h src/usr.bin/netstat inet.c main.c netstat.1 netstat.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 20:18:45 -0000 gnn 2008-05-15 20:18:44 UTC FreeBSD src repository Modified files: sys/kern uipc_sockbuf.c sys/sys socketvar.h usr.bin/netstat inet.c main.c netstat.1 netstat.h Log: Update the kernel to count the number of mbufs and clusters (all types) used per socket buffer. Add support to netstat to print out all of the socket buffer statistics. Update the netstat manual page to describe the new -x flag which gives the extended output. Reviewed by: rwatson, julian Revision Changes Path 1.177 +2 -0 src/sys/kern/uipc_sockbuf.c 1.164 +12 -2 src/sys/sys/socketvar.h 1.83 +37 -9 src/usr.bin/netstat/inet.c 1.89 +5 -1 src/usr.bin/netstat/main.c 1.59 +24 -1 src/usr.bin/netstat/netstat.1 1.54 +1 -0 src/usr.bin/netstat/netstat.h From owner-cvs-src@FreeBSD.ORG Thu May 15 20:21:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C86F106564A; Thu, 15 May 2008 20:21:31 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 22CC08FC1A; Thu, 15 May 2008 20:21:31 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FKLVfE001933; Thu, 15 May 2008 20:21:31 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FKLVVe001932; Thu, 15 May 2008 20:21:31 GMT (envelope-from marius) Message-Id: <200805152021.m4FKLVVe001932@repoman.freebsd.org> From: Marius Strobl Date: Thu, 15 May 2008 20:21:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/sparc64/include bus.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 20:21:31 -0000 marius 2008-05-15 20:21:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/include bus.h Log: MFC: 1.43 - Remove the BUS_HANDLE_MIN checking in the __BUS_DEBUG_ACCESS macro; for UPA it should have fulfilled its purpose by now and Fireplane- and JBus-based machines are way to messy in organization to implement something equivalent. - Fix a bunch of style(9) bugs. Revision Changes Path 1.41.2.2 +109 -81 src/sys/sparc64/include/bus.h From owner-cvs-src@FreeBSD.ORG Thu May 15 20:27:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13EE310656C4; Thu, 15 May 2008 20:27:19 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 025A58FC27; Thu, 15 May 2008 20:27:19 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FKRIio002158; Thu, 15 May 2008 20:27:18 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FKRI98002157; Thu, 15 May 2008 20:27:18 GMT (envelope-from marius) Message-Id: <200805152027.m4FKRI98002157@repoman.freebsd.org> From: Marius Strobl Date: Thu, 15 May 2008 20:27:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sym sym_defs.h sym_fw.h sym_fw1.h sym_fw2.h sym_hipd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 20:27:19 -0000 marius 2008-05-15 20:27:18 UTC FreeBSD src repository Modified files: sys/dev/sym sym_defs.h sym_fw.h sym_fw1.h sym_fw2.h sym_hipd.c Log: - Const'ify firmware and lookup-tables. - Obsolete redundant inst_name and unit members of struct sym_hcb. - Fix three more NULL vs. 0 confusions. - Use device_set_softc(9) to tell the bus layer that this driver allocates a instance of struct sym_hcb itself. Revision Changes Path 1.12 +1 -1 src/sys/dev/sym/sym_defs.h 1.6 +8 -8 src/sys/dev/sym/sym_fw.h 1.9 +2 -2 src/sys/dev/sym/sym_fw1.h 1.10 +2 -2 src/sys/dev/sym/sym_fw2.h 1.70 +40 -40 src/sys/dev/sym/sym_hipd.c From owner-cvs-src@FreeBSD.ORG Thu May 15 21:39:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C37F31065675; Thu, 15 May 2008 21:39:25 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 996E08FC1B; Thu, 15 May 2008 21:39:25 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4FLdP5K015311; Thu, 15 May 2008 21:39:25 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FLdPRh015310; Thu, 15 May 2008 21:39:25 GMT (envelope-from attilio) Message-Id: <200805152139.m4FLdPRh015310@repoman.freebsd.org> From: Attilio Rao Date: Thu, 15 May 2008 21:39:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/ntfs ntfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 21:39:25 -0000 attilio 2008-05-15 21:39:25 UTC FreeBSD src repository Modified files: sys/fs/ntfs ntfs_subr.c Log: lockinit() can't accept LK_EXCLUSIVE as an initializaiton flag, so just drop it. Reported by: Josh Carroll Submitted by: jhb Revision Changes Path 1.46 +1 -1 src/sys/fs/ntfs/ntfs_subr.c From owner-cvs-src@FreeBSD.ORG Fri May 16 01:06:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F31BF106564A; Fri, 16 May 2008 01:06:01 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB32D8FC0A; Fri, 16 May 2008 01:06:01 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4G161Bk036640; Fri, 16 May 2008 01:06:01 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4G16126036639; Fri, 16 May 2008 01:06:01 GMT (envelope-from scf) Message-Id: <200805160106.m4G16126036639@repoman.freebsd.org> From: Sean Farley Date: Fri, 16 May 2008 01:06:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/include readpassphrase.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 01:06:02 -0000 scf 2008-05-16 01:06:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) include readpassphrase.h Log: MFC: Define the size_t type since readpassphrase(3) requires it in its definition and sys/types.h is not listed within the synopsis of the man page. src/include/readpassphrase.h: rev 1.2 -> 1.3 Revision Changes Path 1.2.28.1 +6 -0 src/include/readpassphrase.h From owner-cvs-src@FreeBSD.ORG Fri May 16 01:22:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5623106566B; Fri, 16 May 2008 01:22:20 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8DEED8FC17; Fri, 16 May 2008 01:22:20 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4G1MKlG037230; Fri, 16 May 2008 01:22:20 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4G1MKU0037229; Fri, 16 May 2008 01:22:20 GMT (envelope-from scf) Message-Id: <200805160122.m4G1MKU0037229@repoman.freebsd.org> From: Sean Farley Date: Fri, 16 May 2008 01:22:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/include readpassphrase.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 01:22:20 -0000 scf 2008-05-16 01:22:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) include readpassphrase.h Log: MFC: Define the size_t type since readpassphrase(3) requires it in its definition and sys/types.h is not listed within the synopsis of the man page. src/include/readpassphrase.h: rev 1.2 -> 1.3 Revision Changes Path 1.2.18.1 +6 -0 src/include/readpassphrase.h From owner-cvs-src@FreeBSD.ORG Fri May 16 02:06:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30F64106566B; Fri, 16 May 2008 02:06:11 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 097238FC0A; Fri, 16 May 2008 02:06:11 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4G26AcV039849; Fri, 16 May 2008 02:06:10 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4G26A3S039848; Fri, 16 May 2008 02:06:10 GMT (envelope-from dfr) Message-Id: <200805160206.m4G26A3S039848@repoman.freebsd.org> From: Doug Rabson Date: Fri, 16 May 2008 02:06:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include/gssapi gssapi.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 02:06:11 -0000 dfr 2008-05-16 02:06:10 UTC FreeBSD src repository Modified files: include/gssapi gssapi.h Log: Make this c++ compatible. PR: 87726 Revision Changes Path 1.4 +4 -0 src/include/gssapi/gssapi.h From owner-cvs-src@FreeBSD.ORG Fri May 16 02:07:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C9F3106564A; Fri, 16 May 2008 02:07:57 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E7098FC0A; Fri, 16 May 2008 02:07:57 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4G27vvg039944; Fri, 16 May 2008 02:07:57 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4G27vIW039943; Fri, 16 May 2008 02:07:57 GMT (envelope-from scf) Message-Id: <200805160207.m4G27vIW039943@repoman.freebsd.org> From: Sean Farley Date: Fri, 16 May 2008 02:07:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libutil Makefile gr_util.c libutil.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 02:07:57 -0000 scf 2008-05-16 02:07:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libutil Makefile libutil.h Added files: (Branch: RELENG_7) lib/libutil gr_util.c Log: MFC: Add four utility functions related to struct grp processing modeled in-part after similar calls related to struct pwd in libutil/pw_util.c: - gr_equal() Perform a deep comparison of two struct grp's. It does a thorough, yet unoptimized comparison of all the members regardless of order. - gr_make() Create a string (see group(5)) from a struct grp. - gr_dup() Duplicate a struct grp. Returns a value that is a single contiguous block of memory. - gr_scan() Create a struct grp from a string (as produced by gr_make()). src/lib/libutil/Makefile: rev 1.66 -> 1.67 src/lib/libutil/gr_util.c: rev 0 -> 1.1 src/lib/libutil/libutil.h: rev 1.46 -> 1.47 Revision Changes Path 1.66.2.1 +1 -1 src/lib/libutil/Makefile 1.1.2.1 +234 -0 src/lib/libutil/gr_util.c (new) 1.45.2.1 +7 -0 src/lib/libutil/libutil.h From owner-cvs-src@FreeBSD.ORG Fri May 16 02:09:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E20201065691; Fri, 16 May 2008 02:09:13 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 856328FC12; Fri, 16 May 2008 02:09:13 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4G29D3Q039987; Fri, 16 May 2008 02:09:13 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4G29DK7039986; Fri, 16 May 2008 02:09:13 GMT (envelope-from attilio) Message-Id: <200805160209.m4G29DK7039986@repoman.freebsd.org> From: Attilio Rao Date: Fri, 16 May 2008 02:09:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cddl/compat/opensolaris/sys lock.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 02:09:14 -0000 attilio 2008-05-16 02:09:13 UTC FreeBSD src repository Modified files: sys/cddl/compat/opensolaris/sys lock.h Log: LO_ENROLLPEND is no more existing so just axe it (it was left out by the original commit axing it). Revision Changes Path 1.3 +2 -3 src/sys/cddl/compat/opensolaris/sys/lock.h From owner-cvs-src@FreeBSD.ORG Fri May 16 03:13:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B49D41065675; Fri, 16 May 2008 03:13:37 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8D5498FC1E; Fri, 16 May 2008 03:13:37 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4G3DbI7044473; Fri, 16 May 2008 03:13:37 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4G3Dbqs044472; Fri, 16 May 2008 03:13:37 GMT (envelope-from scf) Message-Id: <200805160313.m4G3Dbqs044472@repoman.freebsd.org> From: Sean Farley Date: Fri, 16 May 2008 03:13:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net ethernet.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 03:13:37 -0000 scf 2008-05-16 03:13:37 UTC FreeBSD src repository Modified files: sys/net ethernet.h Log: Spelling and capitalization fixes. MFC after: 3 days Revision Changes Path 1.35 +4 -4 src/sys/net/ethernet.h From owner-cvs-src@FreeBSD.ORG Fri May 16 04:15:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA46D106564A; Fri, 16 May 2008 04:15:55 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 91B7A8FC18; Fri, 16 May 2008 04:15:55 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4G4FtiR047721; Fri, 16 May 2008 04:15:55 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4G4FtRC047720; Fri, 16 May 2008 04:15:55 GMT (envelope-from thompsa) Message-Id: <200805160415.m4G4FtRC047720@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 16 May 2008 04:15:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/wpi if_wpi.c if_wpivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 04:15:55 -0000 thompsa 2008-05-16 04:15:55 UTC FreeBSD src repository Modified files: sys/dev/wpi if_wpi.c if_wpivar.h Log: The beacon miss notification must run without locks held has it calls back into wpi_raw_xmit(); Revision Changes Path 1.14 +15 -2 src/sys/dev/wpi/if_wpi.c 1.4 +1 -0 src/sys/dev/wpi/if_wpivar.h From owner-cvs-src@FreeBSD.ORG Fri May 16 04:33:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CC6A106564A; Fri, 16 May 2008 04:33:05 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E8E8C8FC19; Fri, 16 May 2008 04:33:04 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4G4X4uD048319; Fri, 16 May 2008 04:33:04 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4G4X4mb048318; Fri, 16 May 2008 04:33:04 GMT (envelope-from grog) Message-Id: <200805160433.m4G4X4mb048318@repoman.freebsd.org> From: Greg Lehey Date: Fri, 16 May 2008 04:33:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdtime strftime.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 04:33:05 -0000 grog 2008-05-16 04:33:04 UTC FreeBSD src repository Modified files: lib/libc/stdtime strftime.3 Log: Clarify that "ante meridiem" and "post meridiem" mean the same thing as the more commonly used "a.m." and "p.m.". Tripped over by: Callum Gibson. MFC after: 2 weeks Revision Changes Path 1.40 +2 -2 src/lib/libc/stdtime/strftime.3 From owner-cvs-src@FreeBSD.ORG Fri May 16 06:27:04 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B90F1065672; Fri, 16 May 2008 06:27:04 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 520B18FC1E; Fri, 16 May 2008 06:27:04 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4G6R42d063161; Fri, 16 May 2008 06:27:04 GMT (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4G6R4Yn063160; Fri, 16 May 2008 06:27:04 GMT (envelope-from benno) Message-Id: <200805160627.m4G6R4Yn063160@repoman.freebsd.org> From: Benno Rice Date: Fri, 16 May 2008 06:27:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf options src/sys/nfsclient bootp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 06:27:04 -0000 benno 2008-05-16 06:27:03 UTC FreeBSD src repository Modified files: sys/conf options sys/nfsclient bootp_subr.c Log: Allow the block size used when booting over NFS to be overridden. It defaults to 8192 bytes which is the size currently used. Revision Changes Path 1.629 +1 -0 src/sys/conf/options 1.72 +7 -2 src/sys/nfsclient/bootp_subr.c From owner-cvs-src@FreeBSD.ORG Fri May 16 06:50:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90C60106564A; Fri, 16 May 2008 06:50:41 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6824D8FC13; Fri, 16 May 2008 06:50:41 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4G6ofvb063891; Fri, 16 May 2008 06:50:41 GMT (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4G6ofZr063890; Fri, 16 May 2008 06:50:41 GMT (envelope-from benno) Message-Id: <200805160650.m4G6ofZr063890@repoman.freebsd.org> From: Benno Rice Date: Fri, 16 May 2008 06:50:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 06:50:41 -0000 benno 2008-05-16 06:50:40 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Document BOOTP_BLOCKSIZE. Revision Changes Path 1.1486 +1 -0 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Fri May 16 08:27:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 761AE1065670; Fri, 16 May 2008 08:27:03 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E0198FC1A; Fri, 16 May 2008 08:27:03 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4G8R3o4069485; Fri, 16 May 2008 08:27:03 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4G8R3Yk069484; Fri, 16 May 2008 08:27:03 GMT (envelope-from ps) Message-Id: <200805160827.m4G8R3Yk069484@repoman.freebsd.org> From: Paul Saab Date: Fri, 16 May 2008 08:27:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 08:27:03 -0000 ps 2008-05-16 08:27:03 UTC FreeBSD src repository Modified files: sys/dev/ciss ciss.c Log: Remove a check that didn't allow > 12 byte CDB's to be issued to ciss. This should allow volumes > 2TB to work. Reported by: Emil Mikulic Revision Changes Path 1.88 +0 -6 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Fri May 16 08:28:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98E7B106567F; Fri, 16 May 2008 08:28:47 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 706868FC18; Fri, 16 May 2008 08:28:47 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4G8Sl5m069537; Fri, 16 May 2008 08:28:47 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4G8Slre069536; Fri, 16 May 2008 08:28:47 GMT (envelope-from ps) Message-Id: <200805160828.m4G8Slre069536@repoman.freebsd.org> From: Paul Saab Date: Fri, 16 May 2008 08:28:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 08:28:47 -0000 ps 2008-05-16 08:28:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/ciss ciss.c Log: MFC: rev 1.88 Remove a check that didn't allow > 12 byte CDB's to be issued to ciss. This should allow volumes > 2TB to work. Revision Changes Path 1.81.2.4 +0 -6 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Fri May 16 08:30:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C847A1065671; Fri, 16 May 2008 08:30:25 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9FC828FC1C; Fri, 16 May 2008 08:30:25 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4G8UPop069640; Fri, 16 May 2008 08:30:25 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4G8UPpx069639; Fri, 16 May 2008 08:30:25 GMT (envelope-from ps) Message-Id: <200805160830.m4G8UPpx069639@repoman.freebsd.org> From: Paul Saab Date: Fri, 16 May 2008 08:30:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 08:30:25 -0000 ps 2008-05-16 08:30:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ciss ciss.c Log: MFC: rev 1.88 Remove a check that didn't allow > 12 byte CDB's to be issued to ciss. This should allow volumes > 2TB to work. Revision Changes Path 1.64.2.5 +0 -6 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Fri May 16 10:08:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95033106567A; Fri, 16 May 2008 10:08:19 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6CCAE8FC1F; Fri, 16 May 2008 10:08:19 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4GA8Jjj084177; Fri, 16 May 2008 10:08:19 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4GA8J5e084176; Fri, 16 May 2008 10:08:19 GMT (envelope-from kris) Message-Id: <200805161008.m4GA8J5e084176@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 16 May 2008 10:08:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 10:08:19 -0000 kris 2008-05-16 10:08:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_descrip.c Log: MFC 1.330, 1.331: fdhold can return NULL, so add the one remaining missing check for this condition. Revision Changes Path 1.313.2.6 +2 -0 src/sys/kern/kern_descrip.c From owner-cvs-src@FreeBSD.ORG Fri May 16 10:11:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 348E9106564A; Fri, 16 May 2008 10:11:16 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 23E408FC12; Fri, 16 May 2008 10:11:16 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4GABG8d084405; Fri, 16 May 2008 10:11:16 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4GABGDq084404; Fri, 16 May 2008 10:11:16 GMT (envelope-from kris) Message-Id: <200805161011.m4GABGDq084404@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 16 May 2008 10:11:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/ieee488 ibfoo.c src/sys/dev/mfi mfi.c src/sys/dev/sound/midi mpu401.c src/sys/dev/usb if_aue.c src/sys/netgraph/netflow ng_netflow.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 10:11:16 -0000 kris 2008-05-16 10:11:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/ieee488 ibfoo.c sys/dev/mfi mfi.c sys/dev/sound/midi mpu401.c sys/dev/usb if_aue.c sys/netgraph/netflow ng_netflow.c Log: MFC: Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) for better grep-compliance and to standardize with the rest of the kernel. Revision Changes Path 1.5.12.1 +1 -1 src/sys/dev/ieee488/ibfoo.c 1.33.2.2 +1 -1 src/sys/dev/mfi/mfi.c 1.3.2.1 +1 -1 src/sys/dev/sound/midi/mpu401.c 1.117.2.1 +1 -1 src/sys/dev/usb/if_aue.c 1.14.2.3 +1 -1 src/sys/netgraph/netflow/ng_netflow.c From owner-cvs-src@FreeBSD.ORG Fri May 16 10:32:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B185C1065676; Fri, 16 May 2008 10:32:52 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A280D8FC25; Fri, 16 May 2008 10:32:52 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4GAWq3G085152; Fri, 16 May 2008 10:32:52 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4GAWq26085151; Fri, 16 May 2008 10:32:52 GMT (envelope-from kib) Message-Id: <200805161032.m4GAWq26085151@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 16 May 2008 10:32:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/fdc fdc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 10:32:52 -0000 kib 2008-05-16 10:32:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/fdc fdc.c Log: MFC rev. 1.320: The wakeup() line from the rev. 1.319 is wrong and reintroduces a panic race on module unload. The wakeup() is internal to kproc_exit/kthread_exit. The correct fix is to fix the msleep() in detach to sleep on fdc->fdc_thread instead of &fdc->fdc_thread. MFC rev. 1.319: Wakeup the thread doing the fdc_detach() when the fdc worker thread exits [1]. Write access to the write-protected floppy shall call device_unbusy() to pair the device_busy() in the fd_access() [2]. PR: 116537 [1], 116539 [2] Revision Changes Path 1.307.2.5 +8 -2 src/sys/dev/fdc/fdc.c From owner-cvs-src@FreeBSD.ORG Fri May 16 10:35:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4058D1065677; Fri, 16 May 2008 10:35:17 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 182008FC18; Fri, 16 May 2008 10:35:17 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4GAZGBJ085345; Fri, 16 May 2008 10:35:16 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4GAZG9G085344; Fri, 16 May 2008 10:35:16 GMT (envelope-from kib) Message-Id: <200805161035.m4GAZG9G085344@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 16 May 2008 10:35:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/devfs devfs_rule.c src/sys/vm vm_mmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 10:35:17 -0000 kib 2008-05-16 10:35:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/devfs devfs_rule.c sys/vm vm_mmap.c Log: MFC rev. 1.24 of the sys/fs/devfs/devfs_rule.c, rev. 1.218 of the sys/vm/vm_mmap.c Do not dereference cdev->si_cdevsw, use the dev_refthread() to properly obtain the reference. In particular, this fixes the panic reported in the PR. Remove the comments stating that this needs to be done. PR: kern/119422 Revision Changes Path 1.14.2.4 +12 -5 src/sys/fs/devfs/devfs_rule.c 1.200.2.5 +16 -4 src/sys/vm/vm_mmap.c From owner-cvs-src@FreeBSD.ORG Fri May 16 11:41:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 919C81065675; Fri, 16 May 2008 11:41:51 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D3428FC18; Fri, 16 May 2008 11:41:51 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4GBfpUF091065; Fri, 16 May 2008 11:41:51 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4GBfpY9091064; Fri, 16 May 2008 11:41:51 GMT (envelope-from kib) Message-Id: <200805161141.m4GBfpY9091064@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 16 May 2008 11:41:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_conf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 11:41:51 -0000 kib 2008-05-16 11:41:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_conf.c Log: MFC part of the rev. 1.210, and the rev. 1.211. In the giant_XXX wrappers for the device methods of the D_NEEDGIANT drivers, do not dereference the cdev->si_devsw. It is racing with the destroy_devl() clearing of the si_devsw. Instead, use the dev_refthread() and return ENXIO for the destroyed device. PR: kern/122287 Revision Changes Path 1.186.2.10 +64 -20 src/sys/kern/kern_conf.c From owner-cvs-src@FreeBSD.ORG Fri May 16 12:50:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93134106564A; Fri, 16 May 2008 12:50:15 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6A9818FC1B; Fri, 16 May 2008 12:50:15 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4GCoFqZ003951; Fri, 16 May 2008 12:50:15 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4GCoFms003950; Fri, 16 May 2008 12:50:15 GMT (envelope-from gabor) Message-Id: <200805161250.m4GCoFms003950@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 16 May 2008 12:50:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/timedef hu_HU.ISO8859-2.src hu_HU.UTF-8.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 12:50:15 -0000 gabor 2008-05-16 12:50:15 UTC FreeBSD src repository (doc,ports committer) Modified files: share/timedef hu_HU.ISO8859-2.src hu_HU.UTF-8.src Log: - The names of the months and the days are in lowercase according to the Hungarian spelling, change them accordingly Requested by: Janos Mohacsi Revision Changes Path 1.9 +50 -50 src/share/timedef/hu_HU.ISO8859-2.src 1.4 +50 -50 src/share/timedef/hu_HU.UTF-8.src From owner-cvs-src@FreeBSD.ORG Fri May 16 13:23:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE15D1065671; Fri, 16 May 2008 13:23:47 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B50E68FC1F; Fri, 16 May 2008 13:23:47 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4GDNlWM006256; Fri, 16 May 2008 13:23:47 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4GDNl7O006255; Fri, 16 May 2008 13:23:47 GMT (envelope-from attilio) Message-Id: <200805161323.m4GDNl7O006255@repoman.freebsd.org> From: Attilio Rao Date: Fri, 16 May 2008 13:23:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 genassym.c src/sys/amd64/amd64 genassym.c src/sys/powerpc/powerpc genassym.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 13:23:48 -0000 attilio 2008-05-16 13:23:47 UTC FreeBSD src repository Modified files: sys/i386/i386 genassym.c sys/amd64/amd64 genassym.c sys/powerpc/powerpc genassym.c Log: Removed unused assembly offsets for structures digging. Revision Changes Path 1.168 +0 -3 src/sys/amd64/amd64/genassym.c 1.162 +0 -3 src/sys/i386/i386/genassym.c 1.62 +0 -1 src/sys/powerpc/powerpc/genassym.c From owner-cvs-src@FreeBSD.ORG Fri May 16 14:57:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D965E106567F; Fri, 16 May 2008 14:57:49 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B17018FC17; Fri, 16 May 2008 14:57:49 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4GEvnwO013698; Fri, 16 May 2008 14:57:49 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4GEvnmS013697; Fri, 16 May 2008 14:57:49 GMT (envelope-from marcel) Message-Id: <200805161457.m4GEvnmS013697@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 16 May 2008 14:57:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 14:57:50 -0000 marcel 2008-05-16 14:57:49 UTC FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Fix RID calculation. The RID is really the BAR for PCI cards, so the index needs to be translated into an offset. While we did add the offset (0x10), we forgot to account for the width. Tested by: Thomas Vogt MFC after: 3 days Revision Changes Path 1.61 +1 -1 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Fri May 16 15:10:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 013A5106566C; Fri, 16 May 2008 15:10:51 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from cp65.agava.net (cp65.agava.net [89.108.66.215]) by mx1.freebsd.org (Postfix) with ESMTP id 9E2B38FC24; Fri, 16 May 2008 15:10:50 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1Jx14f-000Nel-Qu; Fri, 16 May 2008 18:38:21 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 16255968E; Fri, 16 May 2008 18:32:16 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id F33481702D; Fri, 16 May 2008 18:32:03 +0400 (MSD) Date: Fri, 16 May 2008 18:32:03 +0400 From: Dmitry Marakasov To: Konstantin Belousov Message-ID: <20080516143203.GG4543@hades.panopticon> Mail-Followup-To: Konstantin Belousov , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200805161035.m4GAZG9G085344@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200805161035.m4GAZG9G085344@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cp65.agava.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - amdmi3.ru X-Source: X-Source-Args: X-Source-Dir: Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/devfs devfs_rule.c src/sys/vm vm_mmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 15:10:51 -0000 * Konstantin Belousov (kib@FreeBSD.org) wrote: > Do not dereference cdev->si_cdevsw, use the dev_refthread() to properly > obtain the reference. In particular, this fixes the panic reported in > the PR. Remove the comments stating that this needs to be done. Thanks. I assume it fixes kern/89784 as well? -- Dmitry A. Marakasov | jabber: amdmi3@jabber.ru amdmi3@amdmi3.ru | http://www.amdmi3.ru From owner-cvs-src@FreeBSD.ORG Fri May 16 15:34:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98D19106564A; Fri, 16 May 2008 15:34:07 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 892E98FC19; Fri, 16 May 2008 15:34:07 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4GFY7Vg026991; Fri, 16 May 2008 15:34:07 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4GFY7AD026990; Fri, 16 May 2008 15:34:07 GMT (envelope-from jhb) Message-Id: <200805161534.m4GFY7AD026990@repoman.freebsd.org> From: John Baldwin Date: Fri, 16 May 2008 15:34:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/truss Makefile amd64-fbsd32.c amd64-linux32.c amd64linux32.conf extern.h fbsd32.conf main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 15:34:07 -0000 jhb 2008-05-16 15:34:07 UTC FreeBSD src repository Modified files: usr.bin/truss Makefile amd64-fbsd32.c amd64-linux32.c extern.h main.c Added files: usr.bin/truss amd64linux32.conf fbsd32.conf Log: Teach truss about 32-bit FreeBSD and Linux binaries on amd64. Some additional work is needed to handle ABI-specific syscall argument parsing, but this gets the basic tracing working. MFC after: 1 week Revision Changes Path 1.25 +35 -12 src/usr.bin/truss/Makefile 1.30 +28 -18 src/usr.bin/truss/amd64-fbsd32.c 1.28 +13 -13 src/usr.bin/truss/amd64-linux32.c 1.1 +13 -0 src/usr.bin/truss/amd64linux32.conf (new) 1.13 +4 -0 src/usr.bin/truss/extern.h 1.1 +13 -0 src/usr.bin/truss/fbsd32.conf (new) 1.47 +2 -0 src/usr.bin/truss/main.c From owner-cvs-src@FreeBSD.ORG Fri May 16 16:07:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62670106567B; Fri, 16 May 2008 16:07:17 +0000 (UTC) (envelope-from mtm@wubethiopia.com) Received: from dire.wubethiopia.com (j071.v.rootbsd.net [208.79.82.223]) by mx1.freebsd.org (Postfix) with ESMTP id 3A3818FC2D; Fri, 16 May 2008 16:07:17 +0000 (UTC) (envelope-from mtm@wubethiopia.com) Received: from rogue.mike.lan (unknown [213.55.70.232]) by dire.wubethiopia.com (Postfix) with ESMTPSA id 84DA24FD98C1; Fri, 16 May 2008 15:49:01 +0000 (UTC) Message-ID: <482DAE0A.7020309@wubethiopia.com> Date: Fri, 16 May 2008 18:53:46 +0300 From: Mike Makonnen User-Agent: Thunderbird 2.0.0.12 (X11/20080323) MIME-Version: 1.0 To: Brooks Davis References: <200805150106.m4F16AHF080125@repoman.freebsd.org> In-Reply-To: <200805150106.m4F16AHF080125@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc network.subr src/etc/rc.d netif src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 16:07:17 -0000 Brooks Davis wrote: > brooks 2008-05-15 01:06:10 UTC > > FreeBSD src repository > > Modified files: > etc network.subr > etc/rc.d netif > etc/defaults rc.conf > share/man/man5 rc.conf.5 > Log: > Change the default value of synchronous_dhclient to NO. > > To preserve the existing behavior of etc/rc.d/netif, add code to wait > up to if_up_delay seconds (30 seconds by default) for a default route to > be configured if there are any dhcp interfaces. This should be extended > to test that the interface is actually up. Can you clue us in to the reason for the change? From the log message it seems that it preserves the current behavior, but in a more convoluted way. Also, if_up_delay seems to negate the need for synchronous_dhclient. Cheers. -- Mike Makonnen | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc mtm @ FreeBSD.Org | AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55 FreeBSD | http://www.freebsd.org From owner-cvs-src@FreeBSD.ORG Fri May 16 18:10:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6134106566C; Fri, 16 May 2008 18:10:07 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BD64F8FC17; Fri, 16 May 2008 18:10:07 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4GIA78F046262; Fri, 16 May 2008 18:10:07 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4GIA7C2046261; Fri, 16 May 2008 18:10:07 GMT (envelope-from rwatson) Message-Id: <200805161810.m4GIA7C2046261@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 May 2008 18:10:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_sem.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 18:10:08 -0000 rwatson 2008-05-16 18:10:07 UTC FreeBSD src repository Modified files: sys/kern uipc_sem.c Log: Attempt to improve convergence of POSIX semaphore code with style(9). MFC after: 3 days Revision Changes Path 1.31 +38 -31 src/sys/kern/uipc_sem.c From owner-cvs-src@FreeBSD.ORG Fri May 16 18:46:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15745106564A; Fri, 16 May 2008 18:46:31 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 034B28FC16; Fri, 16 May 2008 18:46:31 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4GIkUlG048089; Fri, 16 May 2008 18:46:30 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4GIkU15048088; Fri, 16 May 2008 18:46:30 GMT (envelope-from jfv) Message-Id: <200805161846.m4GIkU15048088@repoman.freebsd.org> From: Jack F Vogel Date: Fri, 16 May 2008 18:46:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files src/sys/dev/ixgbe LICENSE README ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h tcp_lro.c tcp_lro.h src/sys/modules/ixgbe ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 18:46:31 -0000 jfv 2008-05-16 18:46:30 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/ixgbe LICENSE ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h sys/modules/ixgbe Makefile Added files: sys/dev/ixgbe README tcp_lro.c tcp_lro.h Log: This is driver version 1.4.4 of the Intel ixgbe driver. -It has new hardware support -It uses a new method of TX cleanup called Head Write Back -It includes the provisional generic TCP LRO feature contributed by Myricom and made general purpose by me. This should move into the stack upon approval but for this driver drop its in here. -Also bug fixes and etc... MFC in a week if no serious issues arise. Revision Changes Path 1.1298 +2 -0 src/sys/conf/files 1.2 +4 -2 src/sys/dev/ixgbe/LICENSE 1.1 +278 -0 src/sys/dev/ixgbe/README (new) 1.5 +805 -538 src/sys/dev/ixgbe/ixgbe.c 1.4 +107 -70 src/sys/dev/ixgbe/ixgbe.h 1.4 +454 -374 src/sys/dev/ixgbe/ixgbe_82598.c 1.4 +221 -185 src/sys/dev/ixgbe/ixgbe_api.c 1.4 +28 -14 src/sys/dev/ixgbe/ixgbe_api.h 1.4 +402 -285 src/sys/dev/ixgbe/ixgbe_common.c 1.4 +17 -15 src/sys/dev/ixgbe/ixgbe_common.h 1.4 +41 -31 src/sys/dev/ixgbe/ixgbe_osdep.h 1.4 +353 -97 src/sys/dev/ixgbe/ixgbe_phy.c 1.4 +20 -16 src/sys/dev/ixgbe/ixgbe_phy.h 1.4 +313 -208 src/sys/dev/ixgbe/ixgbe_type.h 1.1 +380 -0 src/sys/dev/ixgbe/tcp_lro.c (new) 1.1 +85 -0 src/sys/dev/ixgbe/tcp_lro.h (new) 1.3 +1 -1 src/sys/modules/ixgbe/Makefile From owner-cvs-src@FreeBSD.ORG Fri May 16 19:44:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 912BE1065671; Fri, 16 May 2008 19:44:51 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 68D318FC1C; Fri, 16 May 2008 19:44:51 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4GJipaW066620; Fri, 16 May 2008 19:44:51 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4GJip3e066619; Fri, 16 May 2008 19:44:51 GMT (envelope-from attilio) Message-Id: <200805161944.m4GJip3e066619@repoman.freebsd.org> From: Attilio Rao Date: Fri, 16 May 2008 19:44:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netsmb smb_conn.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 19:44:51 -0000 attilio 2008-05-16 19:44:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netsmb smb_conn.c Log: MFC ver. 1.20: Currently, smb_co_init() uses the same lock name for the mutex interlock and the lockmgr. Use different names in order to avoid WITNESS conflicts. Revision Changes Path 1.18.2.1 +9 -8 src/sys/netsmb/smb_conn.c From owner-cvs-src@FreeBSD.ORG Fri May 16 19:47:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38D331065684; Fri, 16 May 2008 19:47:16 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1079B8FC1F; Fri, 16 May 2008 19:47:16 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4GJlFOP066710; Fri, 16 May 2008 19:47:15 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4GJlFMj066709; Fri, 16 May 2008 19:47:15 GMT (envelope-from remko) Message-Id: <200805161947.m4GJlFMj066709@repoman.freebsd.org> From: Remko Lodder Date: Fri, 16 May 2008 19:47:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb umass.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 19:47:16 -0000 remko 2008-05-16 19:47:15 UTC FreeBSD src repository Modified files: sys/dev/usb umass.c usbdevs Log: Add support for the Nikon D300 camera PR: usb/118741 Submitted by: Yuri Approved by: imp (mentor, implicit) MFC after: 3 days Revision Changes Path 1.163 +4 -0 src/sys/dev/usb/umass.c 1.354 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Fri May 16 19:56:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDA67106566C; Fri, 16 May 2008 19:56:25 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 952A18FC26; Fri, 16 May 2008 19:56:25 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4GJuPxF067061; Fri, 16 May 2008 19:56:25 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4GJuPtI067060; Fri, 16 May 2008 19:56:25 GMT (envelope-from attilio) Message-Id: <200805161956.m4GJuPtI067060@repoman.freebsd.org> From: Attilio Rao Date: Fri, 16 May 2008 19:56:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netncp ncp_conn.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 19:56:25 -0000 attilio 2008-05-16 19:56:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netncp ncp_conn.c Log: MFC rev. 1.34: LK_DRAIN'ed lockmgr needs to be released, so fix a wrong behaviour. Revision Changes Path 1.30.2.1 +1 -0 src/sys/netncp/ncp_conn.c From owner-cvs-src@FreeBSD.ORG Fri May 16 20:09:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E00AF106566B; Fri, 16 May 2008 20:09:29 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B7ACE8FC0C; Fri, 16 May 2008 20:09:29 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4GK9TPv068604; Fri, 16 May 2008 20:09:29 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4GK9Tff068603; Fri, 16 May 2008 20:09:29 GMT (envelope-from jhb) Message-Id: <200805162009.m4GK9Tff068603@repoman.freebsd.org> From: John Baldwin Date: Fri, 16 May 2008 20:09:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/truss extern.h main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 20:09:30 -0000 jhb 2008-05-16 20:09:29 UTC FreeBSD src repository Modified files: usr.bin/truss extern.h main.c Log: Retire some stale alpha references. Revision Changes Path 1.14 +0 -4 src/usr.bin/truss/extern.h 1.48 +0 -3 src/usr.bin/truss/main.c From owner-cvs-src@FreeBSD.ORG Fri May 16 20:43:38 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7971D106564A; Fri, 16 May 2008 20:43:38 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (cl-162.ewr-01.us.sixxs.net [IPv6:2001:4830:1200:a1::2]) by mx1.freebsd.org (Postfix) with ESMTP id E4DA08FC0A; Fri, 16 May 2008 20:43:37 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.2/8.14.2) with ESMTP id m4GKhnUv091718; Fri, 16 May 2008 15:43:49 -0500 (CDT) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.2/8.14.2/Submit) id m4GKhmbq091717; Fri, 16 May 2008 15:43:48 -0500 (CDT) (envelope-from brooks) Date: Fri, 16 May 2008 15:43:48 -0500 From: Brooks Davis To: Mike Makonnen Message-ID: <20080516204348.GA91492@lor.one-eyed-alien.net> References: <200805150106.m4F16AHF080125@repoman.freebsd.org> <482DAE0A.7020309@wubethiopia.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline In-Reply-To: <482DAE0A.7020309@wubethiopia.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (lor.one-eyed-alien.net [127.0.0.1]); Fri, 16 May 2008 15:43:49 -0500 (CDT) Cc: cvs-src@FreeBSD.org, Brooks Davis , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc network.subr src/etc/rc.d netif src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 20:43:38 -0000 --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 16, 2008 at 06:53:46PM +0300, Mike Makonnen wrote: > Brooks Davis wrote: >> brooks 2008-05-15 01:06:10 UTC >>=20 >> FreeBSD src repository >>=20 >> Modified files: >> etc network.subr etc/rc.d netif = =20 >> etc/defaults rc.conf share/man/man5 rc.conf.5 Log: >> Change the default value of synchronous_dhclient to NO. >> To preserve the existing behavior of etc/rc.d/netif, add code to wait >> up to if_up_delay seconds (30 seconds by default) for a default route = to >> be configured if there are any dhcp interfaces. This should be extend= ed >> to test that the interface is actually up. >=20 > Can you clue us in to the reason for the change? From the log message it= =20 > seems that it preserves the current behavior, but in a more convoluted wa= y.=20 My long term goal is to reduce the degree to which configuring interfaces at startup differs from the arrival of hot plugable or cloned interfaces. Also, once we figure out a way to easily query the link state we'll be able to use basically the same code to pause until the interface comes up which will work around some rather broken daemons that can't handle not having a working resolver. It turns out that I didn't quite get this version right. I need to move the test out of netif because devd isn't (and can't be) running at this point. > Also, if_up_delay seems to negate the need for synchronous_dhclient. That's true. I'm planning to remove it later, but I want to leave a temporary fallback in case users need the old behavior or find problems in the current behavior. -- Brooks --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iD8DBQFILfIDXY6L6fI4GtQRAlFKAJ9kasFa5D6iSoRCK/fSwQ1GsaVSHQCghR8r t1FQ+ARwXNiRLIbCp5h1zXY= =Z8FK -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY-- From owner-cvs-src@FreeBSD.ORG Fri May 16 21:36:41 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AADA91065678; Fri, 16 May 2008 21:36:41 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 072E18FC0A; Fri, 16 May 2008 21:36:40 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl108-79.kln.forthnet.gr [77.49.227.79]) (authenticated bits=128) by igloo.linux.gr (8.14.2/8.14.2/Debian-4) with ESMTP id m4GLZZ5x013478 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 17 May 2008 00:35:42 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m4GLZYlM002662; Sat, 17 May 2008 00:35:34 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m4GLZYiq002661; Sat, 17 May 2008 00:35:34 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: Alan Cox References: <200805151852.m4FIqVTq093601@repoman.freebsd.org> Date: Sat, 17 May 2008 00:35:34 +0300 In-Reply-To: <200805151852.m4FIqVTq093601@repoman.freebsd.org> (Alan Cox's message of "Thu, 15 May 2008 18:52:31 +0000 (UTC)") Message-ID: <87ej823pax.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m4GLZZ5x013478 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.889, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.51, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 21:36:41 -0000 On Thu, 15 May 2008 18:52:31 +0000 (UTC), Alan Cox wrote: > alc 2008-05-15 18:52:31 UTC > > FreeBSD src repository > > Modified files: > sys/vm vm_page.c > Log: > Don't call vm_reserv_alloc_page() on device-backed objects. > Otherwise, the system may panic because there is no reservation > structure corresponding to the physical address of the device > memory. > > Reported by: Giorgos Keramidas Thanks! I posted a message to -current before seeing the commit. There have been no panics at all since I installed the patch on Wednesday. :) From owner-cvs-src@FreeBSD.ORG Fri May 16 22:31:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85FBD1065671; Fri, 16 May 2008 22:31:17 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 76AB88FC14; Fri, 16 May 2008 22:31:17 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4GMVHW8085762; Fri, 16 May 2008 22:31:17 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4GMVH7I085761; Fri, 16 May 2008 22:31:17 GMT (envelope-from markus) Message-Id: <200805162231.m4GMVH7I085761@repoman.freebsd.org> From: Markus Brueffer Date: Fri, 16 May 2008 22:31:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/udf udf_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 22:31:17 -0000 markus 2008-05-16 22:31:17 UTC FreeBSD src repository Modified files: sys/fs/udf udf_vnops.c Log: Fix and speedup timestamp calculations which is roughly based on the patch in the mentioned PR: - bounds check time->month as it is used as an array index - fix usage of time->month as array index (month is 1-12) - fix calculation based on time->day (day is 1-31) - fix the speedup code as it doesn't calculate correct timestamps before the year 2000 and reduce the number of calculation in the year-by-year code - speedup month calculations by replacing the array content with cumulative values - add microseconds calculation - fix an endian problem PR: kern/97786 Submitted by: Andriy Gapon Reviewed by: scottl (earlier version) Approved by: emax (mentor) MFC after: 1 week Revision Changes Path 1.69 +34 -22 src/sys/fs/udf/udf_vnops.c From owner-cvs-src@FreeBSD.ORG Sat May 17 01:28:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25EA91065672; Sat, 17 May 2008 01:28:25 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F18388FC18; Sat, 17 May 2008 01:28:24 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4H1SO1Z004142; Sat, 17 May 2008 01:28:24 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4H1SOWY004141; Sat, 17 May 2008 01:28:24 GMT (envelope-from remko) Message-Id: <200805170128.m4H1SOWY004141@repoman.freebsd.org> From: Remko Lodder Date: Sat, 17 May 2008 01:28:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 termios.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 01:28:25 -0000 remko 2008-05-17 01:28:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/man/man4 termios.4 Log: MFC rev 1.32 and rev 1.33 termios.4 The first of thirteen patches by Ed that resolves a documentation issue in termios.4, ttydefaults.h does not exist in /usr/include but in /usr/include/sys. MFC after: 3 days Submitted by: Ed Schouten (ed at 80386 dot nl) Revision Changes Path 1.30.10.1 +2 -2 src/share/man/man4/termios.4 From owner-cvs-src@FreeBSD.ORG Sat May 17 01:29:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AAD51065672; Sat, 17 May 2008 01:29:44 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 520798FC0A; Sat, 17 May 2008 01:29:44 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4H1TiJA004188; Sat, 17 May 2008 01:29:44 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4H1Tic2004187; Sat, 17 May 2008 01:29:44 GMT (envelope-from remko) Message-Id: <200805170129.m4H1Tic2004187@repoman.freebsd.org> From: Remko Lodder Date: Sat, 17 May 2008 01:29:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 termios.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 01:29:44 -0000 remko 2008-05-17 01:29:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 termios.4 Log: MFC rev 1.32 and rev 1.33 termios.4 The first of thirteen patches by Ed that resolves a documentation issue in termios.4, ttydefaults.h does not exist in /usr/include but in /usr/include/sys. MFC after: 3 days Submitted by: Ed Schouten (ed at 80386 dot nl) Revision Changes Path 1.30.2.1 +2 -2 src/share/man/man4/termios.4 From owner-cvs-src@FreeBSD.ORG Sat May 17 02:09:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FC5E106567E; Sat, 17 May 2008 02:09:49 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 123D18FC17; Sat, 17 May 2008 02:09:49 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4H29maD006615; Sat, 17 May 2008 02:09:48 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4H29mpe006614; Sat, 17 May 2008 02:09:48 GMT (envelope-from jb) Message-Id: <200805170209.m4H29mpe006614@repoman.freebsd.org> From: John Birrell Date: Sat, 17 May 2008 02:09:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/test README src/tools/test/dtrace Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 02:09:49 -0000 jb 2008-05-17 02:09:48 UTC FreeBSD src repository Modified files: tools/test README Added files: tools/test/dtrace Makefile Log: Add the DTrace test makefile for the test suite distributed in OpenSolaris. Revision Changes Path 1.5 +1 -0 src/tools/test/README 1.1 +455 -0 src/tools/test/dtrace/Makefile (new) From owner-cvs-src@FreeBSD.ORG Sat May 17 02:14:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B22E106567C; Sat, 17 May 2008 02:14:20 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 42E8A8FC17; Sat, 17 May 2008 02:14:20 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4H2EJfN006801; Sat, 17 May 2008 02:14:19 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4H2EJQr006800; Sat, 17 May 2008 02:14:19 GMT (envelope-from jb) Message-Id: <200805170214.m4H2EJQr006800@repoman.freebsd.org> From: John Birrell Date: Sat, 17 May 2008 02:14:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys sdt.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 02:14:20 -0000 jb 2008-05-17 02:14:19 UTC FreeBSD src repository Added files: sys/sys sdt.h Log: Add the statically defined tracing header. Note that this implementation differs from the one in OpenSolaris, so it is BSD licensed and can be included anywhere. The kernel definitions defined here are dependent on the kernel option KDTRACE_HOOKS so that macros added to the sources are pre-processed out completely when the DTrace kernel hooks aren't compiled in. Revision Changes Path 1.1 +179 -0 src/sys/sys/sdt.h (new) From owner-cvs-src@FreeBSD.ORG Sat May 17 02:16:59 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 903D5106567D; Sat, 17 May 2008 02:16:59 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 67EF38FC1A; Sat, 17 May 2008 02:16:59 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4H2GxQW006914; Sat, 17 May 2008 02:16:59 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4H2GxSd006909; Sat, 17 May 2008 02:16:59 GMT (envelope-from jb) Message-Id: <200805170216.m4H2GxSd006909@repoman.freebsd.org> From: John Birrell Date: Sat, 17 May 2008 02:16:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys dtrace_bsd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 02:16:59 -0000 jb 2008-05-17 02:16:58 UTC FreeBSD src repository Added files: sys/sys dtrace_bsd.h Log: Add the DTrace shim layer definitions. All shim hooks are defined here. This is the interface between BSD code in FreeBSD and CDDL code from OpenSolaris. The hooks defined here are pre-processed out from the source files when the KDTRACE_HOOKS kernel option isn't defined. Revision Changes Path 1.1 +111 -0 src/sys/sys/dtrace_bsd.h (new) From owner-cvs-src@FreeBSD.ORG Sat May 17 02:31:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FF091065673; Sat, 17 May 2008 02:31:19 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7C8EB8FC0A; Sat, 17 May 2008 02:31:19 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4H2VJfR008129; Sat, 17 May 2008 02:31:19 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4H2VJAd008128; Sat, 17 May 2008 02:31:19 GMT (envelope-from jb) Message-Id: <200805170231.m4H2VJAd008128@repoman.freebsd.org> From: John Birrell Date: Sat, 17 May 2008 02:31:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/cyclic Makefile src/sys/modules/dtrace Makefile Makefile.inc src/sys/modules/dtrace/dtmalloc Makefile src/sys/modules/dtrace/dtrace Makefile src/sys/modules/dtrace/dtrace_test Makefile src/sys/modules/dtrace/dtraceall Makefile dtraceall.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 02:31:19 -0000 jb 2008-05-17 02:31:19 UTC FreeBSD src repository Added files: sys/modules/cyclic Makefile sys/modules/dtrace Makefile Makefile.inc sys/modules/dtrace/dtmalloc Makefile sys/modules/dtrace/dtrace Makefile sys/modules/dtrace/dtrace_test Makefile sys/modules/dtrace/dtraceall Makefile dtraceall.c sys/modules/dtrace/fasttrap Makefile sys/modules/dtrace/fbt Makefile sys/modules/dtrace/lockstat Makefile sys/modules/dtrace/profile Makefile sys/modules/dtrace/prototype Makefile sys/modules/dtrace/sdt Makefile sys/modules/dtrace/systrace Makefile sys/modules/opensolaris Makefile Log: Add the DTrace kernel module makefiles. Revision Changes Path 1.1 +19 -0 src/sys/modules/cyclic/Makefile (new) 1.1 +23 -0 src/sys/modules/dtrace/Makefile (new) 1.1 +29 -0 src/sys/modules/dtrace/Makefile.inc (new) 1.1 +13 -0 src/sys/modules/dtrace/dtmalloc/Makefile (new) 1.1 +44 -0 src/sys/modules/dtrace/dtrace/Makefile (new) 1.1 +14 -0 src/sys/modules/dtrace/dtrace_test/Makefile (new) 1.1 +8 -0 src/sys/modules/dtrace/dtraceall/Makefile (new) 1.1 +74 -0 src/sys/modules/dtrace/dtraceall/dtraceall.c (new) 1.1 +19 -0 src/sys/modules/dtrace/fasttrap/Makefile (new) 1.1 +13 -0 src/sys/modules/dtrace/fbt/Makefile (new) 1.1 +14 -0 src/sys/modules/dtrace/lockstat/Makefile (new) 1.1 +13 -0 src/sys/modules/dtrace/profile/Makefile (new) 1.1 +13 -0 src/sys/modules/dtrace/prototype/Makefile (new) 1.1 +13 -0 src/sys/modules/dtrace/sdt/Makefile (new) 1.1 +13 -0 src/sys/modules/dtrace/systrace/Makefile (new) 1.1 +23 -0 src/sys/modules/opensolaris/Makefile (new) From owner-cvs-src@FreeBSD.ORG Sat May 17 03:38:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98C551065671; Sat, 17 May 2008 03:38:14 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6FAAD8FC0C; Sat, 17 May 2008 03:38:14 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4H3cEKf011406; Sat, 17 May 2008 03:38:14 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4H3cELe011405; Sat, 17 May 2008 03:38:14 GMT (envelope-from brooks) Message-Id: <200805170338.m4H3cELe011405@repoman.freebsd.org> From: Brooks Davis Date: Sat, 17 May 2008 03:38:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 03:38:14 -0000 brooks 2008-05-17 03:38:14 UTC FreeBSD src repository Modified files: sys/net if.c Log: The if_check() function performed three actions: - verified that the ifp->if_snd.ifq_mtx was initalized for all attached interfaces. This was pointless because it was initalized for all interfaces in if_attach() so I've removed it. - Checked that ifp->if_snd.ifq_maxlen is initalized and set it to ifqmaxlen if unset. This makes more sense in if_attach() so I moved it there. - The first call of if_slowtimo(). Delete if_check() and call if_slowtimo() directly from the SYSINIT(). Revision Changes Path 1.280 +10 -28 src/sys/net/if.c From owner-cvs-src@FreeBSD.ORG Sat May 17 04:00:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 443291065674; Sat, 17 May 2008 04:00:12 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1AAD38FC1A; Sat, 17 May 2008 04:00:12 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4H40Bhc012277; Sat, 17 May 2008 04:00:11 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4H40Boo012276; Sat, 17 May 2008 04:00:11 GMT (envelope-from gnn) Message-Id: <200805170400.m4H40Boo012276@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Sat, 17 May 2008 04:00:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netipsec ipsec.h ipsec_osdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 04:00:12 -0000 gnn 2008-05-17 04:00:11 UTC FreeBSD src repository Modified files: sys/netipsec ipsec.h Removed files: sys/netipsec ipsec_osdep.h Log: Remove last bits of OS adaptation code from the IPSec code. Reviewed By: bz Revision Changes Path 1.16 +8 -1 src/sys/netipsec/ipsec.h 1.7 +0 -309 src/sys/netipsec/ipsec_osdep.h (dead) From owner-cvs-src@FreeBSD.ORG Sat May 17 08:43:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 240F91065672; Sat, 17 May 2008 08:43:51 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE2CD8FC12; Sat, 17 May 2008 08:43:50 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4H8hoNH036343; Sat, 17 May 2008 08:43:50 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4H8horC036342; Sat, 17 May 2008 08:43:50 GMT (envelope-from mav) Message-Id: <200805170843.m4H8horC036342@repoman.freebsd.org> From: Alexander Motin Date: Sat, 17 May 2008 08:43:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netgraph ng_base.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 08:43:51 -0000 mav 2008-05-17 08:43:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netgraph ng_base.c Log: MFC rev. 1.158 Use separate UMA zone for data items allocation. It is a partial rev. 1.149 rework. It allows to save several percents of CPU time on SMP by using UMA's internal per-CPU allocation limits instead of own global variable each time updated with atomics. Also it restores NG_WAITOK flag processing. PR: kern/123741 Revision Changes Path 1.135.2.9 +70 -40 src/sys/netgraph/ng_base.c From owner-cvs-src@FreeBSD.ORG Sat May 17 08:45:59 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51AE8106564A; Sat, 17 May 2008 08:45:59 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2763C8FC0A; Sat, 17 May 2008 08:45:59 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4H8jwZS036494; Sat, 17 May 2008 08:45:58 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4H8jwfe036493; Sat, 17 May 2008 08:45:58 GMT (envelope-from mav) Message-Id: <200805170845.m4H8jwfe036493@repoman.freebsd.org> From: Alexander Motin Date: Sat, 17 May 2008 08:45:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_base.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 08:45:59 -0000 mav 2008-05-17 08:45:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_base.c Log: MFC rev. 1.158 Use separate UMA zone for data items allocation. It is a partial rev. 1.149 rework. It allows to save several percents of CPU time on SMP by using UMA's internal per-CPU allocation limits instead of own global variable each time updated with atomics. Also it restores NG_WAITOK flag processing. PR: kern/123741 Revision Changes Path 1.102.2.20 +70 -40 src/sys/netgraph/ng_base.c From owner-cvs-src@FreeBSD.ORG Sat May 17 09:04:17 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0E871065677; Sat, 17 May 2008 09:04:17 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from hosted.kievnet.com (hosted.kievnet.com [193.138.144.10]) by mx1.freebsd.org (Postfix) with ESMTP id 1D9B08FC59; Sat, 17 May 2008 09:04:17 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost ([127.0.0.1] helo=edge.pp.kiev.ua) by hosted.kievnet.com with esmtpa (Exim 4.62) (envelope-from ) id 1JxHDz-0005C8-9X; Sat, 17 May 2008 10:53:03 +0300 Message-ID: <482E8ED7.6090808@icyb.net.ua> Date: Sat, 17 May 2008 10:52:55 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.12 (X11/20080320) MIME-Version: 1.0 To: Markus Brueffer References: <200805162231.m4GMVH7I085761@repoman.freebsd.org> In-Reply-To: <200805162231.m4GMVH7I085761@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/fs/udf udf_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 09:04:18 -0000 on 17/05/2008 01:31 Markus Brueffer said the following: > markus 2008-05-16 22:31:17 UTC > > FreeBSD src repository > > Modified files: > sys/fs/udf udf_vnops.c > Log: > Fix and speedup timestamp calculations which is roughly based on the patch in > the mentioned PR: > > - bounds check time->month as it is used as an array index > - fix usage of time->month as array index (month is 1-12) > - fix calculation based on time->day (day is 1-31) > - fix the speedup code as it doesn't calculate correct timestamps before > the year 2000 and reduce the number of calculation in the year-by-year code > - speedup month calculations by replacing the array content with cumulative > values > - add microseconds calculation > - fix an endian problem > > PR: kern/97786 > Submitted by: Andriy Gapon > Reviewed by: scottl (earlier version) > Approved by: emax (mentor) > MFC after: 1 week > > Revision Changes Path > 1.69 +34 -22 src/sys/fs/udf/udf_vnops.c Thank you! -- Andriy Gapon From owner-cvs-src@FreeBSD.ORG Sat May 17 10:56:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20083106567B; Sat, 17 May 2008 10:56:12 +0000 (UTC) (envelope-from daichi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA0958FC27; Sat, 17 May 2008 10:56:11 +0000 (UTC) (envelope-from daichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4HAuBrl051689; Sat, 17 May 2008 10:56:11 GMT (envelope-from daichi@repoman.freebsd.org) Received: (from daichi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4HAuBaS051688; Sat, 17 May 2008 10:56:11 GMT (envelope-from daichi) Message-Id: <200805171056.m4HAuBaS051688@repoman.freebsd.org> From: Daichi GOTO Date: Sat, 17 May 2008 10:56:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/unionfs union_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 10:56:12 -0000 daichi 2008-05-17 10:56:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/unionfs union_subr.c Log: MFC: rev. 1.105 Fixed panic issue caused by cache incorrect free process by "umount -f" Submitted by: Masanori OZAWA Revision Changes Path 1.92.2.7 +16 -3 src/sys/fs/unionfs/union_subr.c From owner-cvs-src@FreeBSD.ORG Sat May 17 12:46:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 177801065670; Sat, 17 May 2008 12:46:25 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 049A88FC1C; Sat, 17 May 2008 12:46:25 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4HCkORn059885; Sat, 17 May 2008 12:46:24 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4HCkOwG059884; Sat, 17 May 2008 12:46:24 GMT (envelope-from kib) Message-Id: <200805171246.m4HCkOwG059884@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 17 May 2008 12:46:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_syscalls.c src/sys/ufs/ffs ffs_softdep.c ffs_vfsops.c src/sys/ufs/ufs quota.h ufs_lookup.c ufs_quota.c ufs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 12:46:25 -0000 kib 2008-05-17 12:46:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_syscalls.c sys/ufs/ffs ffs_softdep.c ffs_vfsops.c sys/ufs/ufs quota.h ufs_lookup.c ufs_quota.c ufs_vnops.c Log: MFC the MPSAFE quotas. kern/vfs_syscalls.c rev. 1.433: Busy filesystem around call of VFS_QUOTACTL() vfs op. ufs/ffs/ffs_softdep.c remaining parts of the rev. 1.206 after 1.181.2.24: Replace unconditional acquision of Giant when QUOTAS are defined with VFS_LOCK_GIANT(NULL) call. ufs/ffs/ffs_vfsops.c rev. 1.327, 1.328 rev. 1.327: Implement fine-grained locking for UFS quotas. rev. 1.328: Mark UFS as being MP-Safe in "options QUOTA" case too. ufs/ufs/quota.h remaining parts of the rev. 1.30 after 1.27.2.3: Implement fine-grained locking for UFS quotas. ufs/ufs/ufs_lookup.c rev. 1.83: Call getinoquota() before allocating new block for the directory to properly account for block allocation. ufs/ufs/ufs_quota.c rev. 1.93: Implement fine-grained locking for UFS quotas. ufs/ufs/ufs_vnops.c rev. 1.289: Remove unneeded getinoquota() call in the ufs_access(). Revision Changes Path 1.392.2.20 +12 -12 src/sys/kern/vfs_syscalls.c 1.181.2.25 +0 -8 src/sys/ufs/ffs/ffs_softdep.c 1.290.2.20 +0 -4 src/sys/ufs/ffs/ffs_vfsops.c 1.27.2.5 +17 -0 src/sys/ufs/ufs/quota.h 1.77.2.6 +8 -0 src/sys/ufs/ufs/ufs_lookup.c 1.74.2.11 +458 -134 src/sys/ufs/ufs/ufs_quota.c 1.271.2.13 +0 -4 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-src@FreeBSD.ORG Sat May 17 15:55:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 017AE1065680; Sat, 17 May 2008 15:55:30 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C9EA98FC1A; Sat, 17 May 2008 15:55:29 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4HFtTtH079923; Sat, 17 May 2008 15:55:29 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4HFtTxt079922; Sat, 17 May 2008 15:55:29 GMT (envelope-from cperciva) Message-Id: <200805171555.m4HFtTxt079922@repoman.freebsd.org> From: Colin Percival Date: Sat, 17 May 2008 15:55:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 15:55:30 -0000 cperciva 2008-05-17 15:55:29 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 bsdtar.c Log: Add --keep-newer-files option (as in GNU tar: When in -x mode, ignore files if the existing file is newer than the archive entry). Currently if any files are ignored, bsdtar will exit with a non-zero exit status; this is likely to change in the future, but requires some API changes in libarchive. Discussed with: kientzle Obtained from: tarsnap Revision Changes Path 1.42 +4 -0 src/usr.bin/tar/bsdtar.1 1.89 +5 -0 src/usr.bin/tar/bsdtar.c From owner-cvs-src@FreeBSD.ORG Sat May 17 16:26:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EED90106564A; Sat, 17 May 2008 16:26:27 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C27898FC12; Sat, 17 May 2008 16:26:27 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4HGQRM1084375; Sat, 17 May 2008 16:26:27 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4HGQR3o084374; Sat, 17 May 2008 16:26:27 GMT (envelope-from cperciva) Message-Id: <200805171626.m4HGQR3o084374@repoman.freebsd.org> From: Colin Percival Date: Sat, 17 May 2008 16:26:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc portsnap.conf src/share/man/man5 portsnap.conf.5 src/usr.sbin/portsnap/portsnap portsnap.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 16:26:28 -0000 cperciva 2008-05-17 16:26:27 UTC FreeBSD src repository Modified files: etc portsnap.conf share/man/man5 portsnap.conf.5 usr.sbin/portsnap/portsnap portsnap.sh Log: Add support for specifying which INDEX files to build via portsnap.conf. Requested by: brooks Reminded by: brooks, about halfway through his BSDCan talk Revision Changes Path 1.4 +5 -0 src/etc/portsnap.conf 1.4 +7 -0 src/share/man/man5/portsnap.conf.5 1.28 +16 -4 src/usr.sbin/portsnap/portsnap/portsnap.sh From owner-cvs-src@FreeBSD.ORG Sat May 17 16:26:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27197106564A; Sat, 17 May 2008 16:26:35 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F06C88FC12; Sat, 17 May 2008 16:26:34 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4HGQYY1084402; Sat, 17 May 2008 16:26:34 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4HGQYZj084401; Sat, 17 May 2008 16:26:34 GMT (envelope-from alc) Message-Id: <200805171626.m4HGQYZj084401@repoman.freebsd.org> From: Alan Cox Date: Sat, 17 May 2008 16:26:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm device_pager.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 16:26:35 -0000 alc 2008-05-17 16:26:34 UTC FreeBSD src repository Modified files: sys/vm device_pager.c Log: Preset a device object's alignment ("pg_color") based upon the physical address of the device's memory. This enables pmap_align_superpage() to propose a virtual address for mapping the device memory that permits the use of superpage mappings. Revision Changes Path 1.85 +5 -1 src/sys/vm/device_pager.c From owner-cvs-src@FreeBSD.ORG Sat May 17 17:02:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D22B106564A; Sat, 17 May 2008 17:02:55 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6282E8FC18; Sat, 17 May 2008 17:02:55 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4HH2tEW002585; Sat, 17 May 2008 17:02:55 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4HH2tb7002584; Sat, 17 May 2008 17:02:55 GMT (envelope-from rpaulo) Message-Id: <200805171702.m4HH2tb7002584@repoman.freebsd.org> From: Rui Paulo Date: Sat, 17 May 2008 17:02:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/coretemp coretemp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 17:02:55 -0000 rpaulo 2008-05-17 17:02:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/coretemp coretemp.c Log: MFC r1.8: style(9): remove FreeBSD CVS ID from the initial license comment. Revision Changes Path 1.2.2.4 +0 -3 src/sys/dev/coretemp/coretemp.c From owner-cvs-src@FreeBSD.ORG Sat May 17 17:02:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9720106566B; Sat, 17 May 2008 17:02:55 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8E9B88FC21; Sat, 17 May 2008 17:02:55 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4HH2t0o002602; Sat, 17 May 2008 17:02:55 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4HH2tU8002601; Sat, 17 May 2008 17:02:55 GMT (envelope-from rpaulo) Message-Id: <200805171702.m4HH2tU8002601@repoman.freebsd.org> From: Rui Paulo Date: Sat, 17 May 2008 17:02:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/coretemp coretemp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 17:02:55 -0000 rpaulo 2008-05-17 17:02:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/coretemp coretemp.c Log: MFC r1.8: style(9): remove FreeBSD CVS ID from the initial license comment. Revision Changes Path 1.2.4.3 +0 -3 src/sys/dev/coretemp/coretemp.c From owner-cvs-src@FreeBSD.ORG Sat May 17 19:32:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01B6E106566B; Sat, 17 May 2008 19:32:49 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E63B78FC0C; Sat, 17 May 2008 19:32:48 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4HJWmXq013993; Sat, 17 May 2008 19:32:48 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4HJWmc3013992; Sat, 17 May 2008 19:32:48 GMT (envelope-from alc) Message-Id: <200805171932.m4HJWmc3013992@repoman.freebsd.org> From: Alan Cox Date: Sat, 17 May 2008 19:32:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_mmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 19:32:49 -0000 alc 2008-05-17 19:32:48 UTC FreeBSD src repository Modified files: sys/vm vm_mmap.c Log: In order to map device memory using superpages, mmap(2) must find a superpage-aligned virtual address for the mapping. Revision 1.65 implemented an overly simplistic and generally ineffectual method for finding a superpage-aligned virtual address. Specifically, it rounds the virtual address corresponding to the end of the data segment up to the next superpage-aligned virtual address. If this virtual address is unallocated, then the device will be mapped using superpages. Unfortunately, in modern times, where applications like the X server dynamically load much of their code, this virtual address is already allocated. In such cases, mmap(2) simply uses the first available virtual address, which is not necessarily superpage aligned. This revision changes mmap(2) to use a more robust method, specifically, the VMFS_ALIGNED_SPACE option that is now implemented by vm_map_find(). Revision Changes Path 1.220 +3 -5 src/sys/vm/vm_mmap.c From owner-cvs-src@FreeBSD.ORG Sat May 17 23:41:28 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02ED91065674; Sat, 17 May 2008 23:41:28 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CFC178FC16; Sat, 17 May 2008 23:41:27 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4HNfRwa037201; Sat, 17 May 2008 23:41:27 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4HNfR1W037200; Sat, 17 May 2008 23:41:27 GMT (envelope-from remko) Message-Id: <200805172341.m4HNfR1W037200@repoman.freebsd.org> From: Remko Lodder Date: Sat, 17 May 2008 23:41:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 23:41:28 -0000 remko 2008-05-17 23:41:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/cam/scsi scsi_da.c Log: MFC rev 1.216 scsi_da.c Quirk for Denver MP3 player usb. Submitted by: Ed Schouten PR: 107101 Approved by: re (blanket for device supprot) Approved by: imp (mentor, implicit) Revision Changes Path 1.180.2.15 +8 -0 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Sat May 17 23:50:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B660D106566C; Sat, 17 May 2008 23:50:00 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A6F8B8FC13; Sat, 17 May 2008 23:50:00 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4HNo0Ci037641; Sat, 17 May 2008 23:50:00 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4HNo0gM037633; Sat, 17 May 2008 23:50:00 GMT (envelope-from remko) Message-Id: <200805172350.m4HNo0gM037633@repoman.freebsd.org> From: Remko Lodder Date: Sat, 17 May 2008 23:50:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 23:50:00 -0000 remko 2008-05-17 23:50:00 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC sys/amd64/conf GENERIC sys/sparc64/conf GENERIC sys/pc98/conf GENERIC sys/conf NOTES Log: Resort the if_ti driver to match the PCI Network cards instead of placing it under the mii devices list. PR: kern/123147 Submitted by: gavin Approved by: imp (mentor, implicit) MFC after: 3 days Revision Changes Path 1.499 +1 -1 src/sys/amd64/conf/GENERIC 1.1487 +1 -1 src/sys/conf/NOTES 1.487 +4 -1 src/sys/i386/conf/GENERIC 1.306 +1 -1 src/sys/pc98/conf/GENERIC 1.137 +1 -1 src/sys/sparc64/conf/GENERIC