From owner-cvs-src@FreeBSD.ORG Sun Jul 9 05:53:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62C6216A4DD; Sun, 9 Jul 2006 05:53:25 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28C6D43D46; Sun, 9 Jul 2006 05:53:25 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k695rPO8059336; Sun, 9 Jul 2006 05:53:25 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k695rPvA059335; Sun, 9 Jul 2006 05:53:25 GMT (envelope-from cperciva) Message-Id: <200607090553.k695rPvA059335@repoman.freebsd.org> From: Colin Percival Date: Sun, 9 Jul 2006 05:53:24 +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/i4b/isdnd main.c src/usr.sbin/i4b/isdndebug main.c src/usr.sbin/i4b/isdnmonitor main.c src/usr.sbin/i4b/isdnphone main.c src/usr.sbin/i4b/isdntelctl main.c src/usr.sbin/i4b/isdntest 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: Sun, 09 Jul 2006 05:53:25 -0000 cperciva 2006-07-09 05:53:24 UTC FreeBSD src repository Modified files: usr.sbin/i4b/isdnd main.c usr.sbin/i4b/isdndebug main.c usr.sbin/i4b/isdnmonitor main.c usr.sbin/i4b/isdnphone main.c usr.sbin/i4b/isdntelctl main.c usr.sbin/i4b/isdntest main.c Log: Remove build timestamps. There's no need to know exactly when these programs were built, and this removal makes these binaries build the same every time. MFC after: 1 week Revision Changes Path 1.18 +1 -1 src/usr.sbin/i4b/isdnd/main.c 1.12 +2 -2 src/usr.sbin/i4b/isdndebug/main.c 1.10 +1 -1 src/usr.sbin/i4b/isdnmonitor/main.c 1.5 +1 -1 src/usr.sbin/i4b/isdnphone/main.c 1.11 +2 -2 src/usr.sbin/i4b/isdntelctl/main.c 1.10 +1 -1 src/usr.sbin/i4b/isdntest/main.c From owner-cvs-src@FreeBSD.ORG Sun Jul 9 06:04:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E498816A4DA; Sun, 9 Jul 2006 06:04:01 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8A9343D46; Sun, 9 Jul 2006 06:04:01 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k696413j061233; Sun, 9 Jul 2006 06:04:01 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69641K7061232; Sun, 9 Jul 2006 06:04:01 GMT (envelope-from sam) Message-Id: <200607090604.k69641K7061232@repoman.freebsd.org> From: Sam Leffler Date: Sun, 9 Jul 2006 06:04: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/sys sockio.h src/sys/net if.c if_bridge.c if_clone.c if_clone.h if_disc.c if_faith.c if_gif.c if_gre.c if_loop.c if_ppp.c if_stf.c if_vlan.c src/sys/netinet ip_carp.c src/sys/contrib/pf/net if_pflog.c if_pfsync.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, 09 Jul 2006 06:04:02 -0000 sam 2006-07-09 06:04:01 UTC FreeBSD src repository Modified files: sys/sys sockio.h sys/net if.c if_bridge.c if_clone.c if_clone.h if_disc.c if_faith.c if_gif.c if_gre.c if_loop.c if_ppp.c if_stf.c if_vlan.c sys/netinet ip_carp.c sys/contrib/pf/net if_pflog.c if_pfsync.c Log: Revise network interface cloning to take an optional opaque parameter that can specify configuration parameters: o rev cloner api's to add optional parameter block o add SIOCCREATE2 that accepts parameter data o rev vlan support to use new api (maintain old code) Reviewed by: arch@ Revision Changes Path 1.20 +5 -1 src/sys/contrib/pf/net/if_pflog.c 1.30 +5 -1 src/sys/contrib/pf/net/if_pfsync.c 1.261 +6 -3 src/sys/net/if.c 1.66 +2 -2 src/sys/net/if_bridge.c 1.11 +9 -8 src/sys/net/if_clone.c 1.4 +4 -4 src/sys/net/if_clone.h 1.53 +2 -2 src/sys/net/if_disc.c 1.41 +3 -2 src/sys/net/if_faith.c 1.62 +3 -2 src/sys/net/if_gif.c 1.43 +3 -2 src/sys/net/if_gre.c 1.110 +3 -2 src/sys/net/if_loop.c 1.114 +3 -3 src/sys/net/if_ppp.c 1.57 +2 -2 src/sys/net/if_stf.c 1.106 +33 -3 src/sys/net/if_vlan.c 1.42 +2 -2 src/sys/netinet/ip_carp.c 1.31 +1 -0 src/sys/sys/sockio.h From owner-cvs-src@FreeBSD.ORG Sun Jul 9 06:10:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 781E816A4DA; Sun, 9 Jul 2006 06:10:24 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3263F43D46; Sun, 9 Jul 2006 06:10:24 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k696AOU2061603; Sun, 9 Jul 2006 06:10:24 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k696AO6E061602; Sun, 9 Jul 2006 06:10:24 GMT (envelope-from sam) Message-Id: <200607090610.k696AO6E061602@repoman.freebsd.org> From: Sam Leffler Date: Sun, 9 Jul 2006 06:10:24 +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/ifconfig ifclone.c ifconfig.c ifconfig.h ifvlan.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, 09 Jul 2006 06:10:24 -0000 sam 2006-07-09 06:10:23 UTC FreeBSD src repository Modified files: sbin/ifconfig ifclone.c ifconfig.c ifconfig.h ifvlan.c Log: o replace special handling of clone operations by a clone callback mechanism o change vlan cloning to use callback and pass all vlan parameters on create using the new SIOCREATE2 ioctl o update vlan set logic to match existing practice Revision Changes Path 1.2 +35 -21 src/sbin/ifconfig/ifclone.c 1.120 +12 -23 src/sbin/ifconfig/ifconfig.c 1.18 +2 -2 src/sbin/ifconfig/ifconfig.h 1.12 +78 -54 src/sbin/ifconfig/ifvlan.c From owner-cvs-src@FreeBSD.ORG Sun Jul 9 06:18:03 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2977B16A4DA; Sun, 9 Jul 2006 06:18:03 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFDE043D46; Sun, 9 Jul 2006 06:18:02 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k696GIrH092218; Sun, 9 Jul 2006 00:16:18 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 09 Jul 2006 00:16:25 -0600 (MDT) Message-Id: <20060709.001625.635731587.imp@bsdimp.com> To: john@baldwin.cx From: "M. Warner Losh" In-Reply-To: <200607081617.21551.john@baldwin.cx> References: <200607081706.k68H6FBX082800@repoman.freebsd.org> <200607081617.21551.john@baldwin.cx> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern bus_if.m subr_bus.c src/sys/sys 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: Sun, 09 Jul 2006 06:18:03 -0000 In message: <200607081617.21551.john@baldwin.cx> John Baldwin writes: : On Saturday 08 July 2006 13:06, Warner Losh wrote: : > imp 2006-07-08 17:06:15 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/kern subr_bus.c bus_if.m : > sys/sys bus.h : > Log: : > Create bus_enumerate_hinted_children. This routine will allow drivers : > to use the hinted child system. Bus drivers that use this need to : > implmenet the bus_hinted_child method, where they actually add the : > child to their bus, as they see fit. The bus is repsonsible for : > getting the attribtues for the child, adding it in the right order, : > etc. ISA hinting will be updated to use this method. : > : > MFC After: 3 days : : Hmm, did you see my e-mail about trying to get hinting to DTRT with respect to : wiring unit numbers for things like sio0 with ACPI and ISA on acpi@ : yesterday? It might well be orthogonal to this, but I'm curious if you could : look my suggestion over and see how well it jives with what you are doing : here. It is orthogonal to this, but I have given that matter a great deal of thought... I'll have to go read that... Warner From owner-cvs-src@FreeBSD.ORG Sun Jul 9 06:28:11 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7A1016A4DA; Sun, 9 Jul 2006 06:28:11 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from fw.zoral.com.ua (ll-227.216.82.212.sovam.net.ua [212.82.216.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id B79A443D53; Sun, 9 Jul 2006 06:28:10 +0000 (GMT) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by fw.zoral.com.ua (8.13.4/8.13.4) with ESMTP id k696S5cv076564 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 9 Jul 2006 09:28:05 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.13.6/8.13.6) with ESMTP id k696S4Pc025384; Sun, 9 Jul 2006 09:28:04 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.13.6/8.13.6/Submit) id k696S4MB025383; Sun, 9 Jul 2006 09:28:04 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sun, 9 Jul 2006 09:28:04 +0300 From: Kostik Belousov To: Chuck Lever Message-ID: <20060709062804.GB37822@deviant.kiev.zoral.com.ua> References: <200607081539.k68FdB5D007666@repoman.freebsd.org> <76bd70e30607081205v57db0e48w70fa9025391b9fcb@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uWAbeGC4mMoqIxdF" Content-Disposition: inline In-Reply-To: <76bd70e30607081205v57db0e48w70fa9025391b9fcb@mail.gmail.com> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on fw.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=0.4 required=5.0 tests=ALL_TRUSTED, DNS_FROM_RFC_ABUSE,SPF_NEUTRAL autolearn=no version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fw.zoral.com.ua Cc: cvs-src@freebsd.org, src-committers@freebsd.org Subject: Re: cvs commit: src/sys/nfsclient nfs_socket.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, 09 Jul 2006 06:28:11 -0000 --uWAbeGC4mMoqIxdF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 08, 2006 at 03:05:35PM -0400, Chuck Lever wrote: > On 7/8/06, Konstantin Belousov wrote: > >kib 2006-07-08 15:39:11 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/nfsclient nfs_socket.c > > Log: > > Signals may be delivered to process as well as to the thread. Check the > > thread-delivered signals in addition to the process one. > > > > Reviewed by: mohan > > MFC after: 1 month > > Approved by: kan (mentor) > > > > Revision Changes Path > > 1.142 +3 -1 src/sys/nfsclient/nfs_socket.c >=20 > Is this a problem in the NFSv4 client as well? Hmm, as it seems, rpcclnt_sigintr correctly accounts for both thread and process signals. On the other hand, another my commit, into nfs_vnops.c, is relevant to the nfs4. I do not have infrastructure for nfs v4 testing, and would like to obtain the opinion of somebody who knows nfs4 client before considering commiting that. --uWAbeGC4mMoqIxdF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFEsKHzC3+MBN1Mb4gRAsRXAJ9DIBBtUFiSIRlQi0c/uQNEu/1z0ACg131l pcjl3ksh5Q4X4jSWx3MAp2M= =T5o7 -----END PGP SIGNATURE----- --uWAbeGC4mMoqIxdF-- From owner-cvs-src@FreeBSD.ORG Sun Jul 9 06:54:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3472316A4DA; Sun, 9 Jul 2006 06:54:25 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E64CE43D46; Sun, 9 Jul 2006 06:54:24 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k696sOl4063391; Sun, 9 Jul 2006 06:54:24 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k696sO0r063390; Sun, 9 Jul 2006 06:54:24 GMT (envelope-from stefanf) Message-Id: <200607090654.k696sO0r063390@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 9 Jul 2006 06:54:24 +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 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: Sun, 09 Jul 2006 06:54:25 -0000 stefanf 2006-07-09 06:54:24 UTC FreeBSD src repository Modified files: etc/rc.d dhclient Log: Fix spelling in a comment. Revision Changes Path 1.22 +1 -1 src/etc/rc.d/dhclient From owner-cvs-src@FreeBSD.ORG Sun Jul 9 09:46:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3CEB16A4DA; Sun, 9 Jul 2006 09:46:43 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60F4243D45; Sun, 9 Jul 2006 09:46:43 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k699khLP084076; Sun, 9 Jul 2006 09:46:43 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k699khvo084075; Sun, 9 Jul 2006 09:46:43 GMT (envelope-from maxim) Message-Id: <200607090946.k699khvo084075@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 9 Jul 2006 09:46: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/share/man/man9 mutex.9 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, 09 Jul 2006 09:46:43 -0000 maxim 2006-07-09 09:46:43 UTC FreeBSD src repository Modified files: share/man/man9 mutex.9 Log: o Fix MTX_SYSINIT prototype. PR: kern/99956 Submitted by: Arne Woerner MFC after: 1 week Revision Changes Path 1.50 +1 -1 src/share/man/man9/mutex.9 From owner-cvs-src@FreeBSD.ORG Sun Jul 9 10:19:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BC5A16A4DA; Sun, 9 Jul 2006 10:19:08 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D904943D46; Sun, 9 Jul 2006 10:19:07 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69AJ788086619; Sun, 9 Jul 2006 10:19:07 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69AJ7M0086618; Sun, 9 Jul 2006 10:19:07 GMT (envelope-from rwatson) Message-Id: <200607091019.k69AJ7M0086618@repoman.freebsd.org> From: Robert Watson Date: Sun, 9 Jul 2006 10:19: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/tools/regression/file/ftruncate Makefile ftruncate.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, 09 Jul 2006 10:19:08 -0000 rwatson 2006-07-09 10:19:07 UTC FreeBSD src repository Added files: tools/regression/file/ftruncate Makefile ftruncate.c Log: Add very basic ftruncate() regression test, with a comment rather more thorough than the tests regarding what should be tested. Revision Changes Path 1.1 +7 -0 src/tools/regression/file/ftruncate/Makefile (new) 1.1 +102 -0 src/tools/regression/file/ftruncate/ftruncate.c (new) From owner-cvs-src@FreeBSD.ORG Sun Jul 9 10:43:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A21FC16A4DD; Sun, 9 Jul 2006 10:43:32 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C79B43D46; Sun, 9 Jul 2006 10:43:32 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69AhWgc087806; Sun, 9 Jul 2006 10:43:32 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69AhWSk087805; Sun, 9 Jul 2006 10:43:32 GMT (envelope-from rwatson) Message-Id: <200607091043.k69AhWSk087805@repoman.freebsd.org> From: Robert Watson Date: Sun, 9 Jul 2006 10:43: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/tools/regression/file/ftruncate ftruncate.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, 09 Jul 2006 10:43:32 -0000 rwatson 2006-07-09 10:43:32 UTC FreeBSD src repository Modified files: tools/regression/file/ftruncate ftruncate.c Log: Add regression tests to make sure that attempting to call ftruncate() on various non-file objects fails. Revision Changes Path 1.2 +46 -5 src/tools/regression/file/ftruncate/ftruncate.c From owner-cvs-src@FreeBSD.ORG Sun Jul 9 10:56:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B298A16A4E1; Sun, 9 Jul 2006 10:56:37 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ED9443D49; Sun, 9 Jul 2006 10:56:37 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69AuaTT088481; Sun, 9 Jul 2006 10:56:37 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69Aua7f088480; Sun, 9 Jul 2006 10:56:36 GMT (envelope-from rwatson) Message-Id: <200607091056.k69Aua7f088480@repoman.freebsd.org> From: Robert Watson Date: Sun, 9 Jul 2006 10:56:36 +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/file/ftruncate ftruncate.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, 09 Jul 2006 10:56:37 -0000 rwatson 2006-07-09 10:56:36 UTC FreeBSD src repository Modified files: tools/regression/file/ftruncate ftruncate.c Log: When extending a file with truncate, check that newly added bytes have a value of 0 in the extended region. Make sure that we get EINVAL back if we try to truncate a read-only file descriptor. Revision Changes Path 1.3 +55 -21 src/tools/regression/file/ftruncate/ftruncate.c From owner-cvs-src@FreeBSD.ORG Sun Jul 9 11:51:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE9FE16A4DA; Sun, 9 Jul 2006 11:51:14 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84FCD43D45; Sun, 9 Jul 2006 11:51:14 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69BpEbr092339; Sun, 9 Jul 2006 11:51:14 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69BpEBI092338; Sun, 9 Jul 2006 11:51:14 GMT (envelope-from maxim) Message-Id: <200607091151.k69BpEBI092338@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 9 Jul 2006 11:51: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/tools/regression/fifo/fifo_create Makefile src/tools/regression/fifo/fifo_io Makefile src/tools/regression/fifo/fifo_misc Makefile src/tools/regression/fifo/fifo_open Makefile src/tools/regression/file/ftruncate Makefile src/tools/regression/netinet/msocket_ifnet_remove 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, 09 Jul 2006 11:51:15 -0000 maxim 2006-07-09 11:51:14 UTC FreeBSD src repository Modified files: tools/regression/fifo/fifo_create Makefile tools/regression/fifo/fifo_io Makefile tools/regression/fifo/fifo_misc Makefile tools/regression/fifo/fifo_open Makefile tools/regression/file/ftruncate Makefile tools/regression/netinet/msocket_ifnet_remove Makefile tools/regression/netinet/tcpdrop Makefile tools/regression/netinet/tcpsockclosebeforeaccept Makefile tools/regression/netinet/tcpsocktimewait Makefile tools/regression/netipx/ipxdgramloopback Makefile tools/regression/netipx/spxabort Makefile tools/regression/netipx/spxloopback Makefile tools/regression/sockets/listen_backlog Makefile tools/regression/sockets/rtsocket Makefile tools/regression/sockets/sendfile Makefile tools/regression/sockets/socketpair Makefile tools/regression/sockets/unix_bindconnect Makefile tools/regression/sockets/unix_passfd Makefile tools/regression/sockets/unix_socket Makefile tools/regression/ufs/uprintf Makefile Log: o style.Makefile(5): WARNS= -> WARNS?=. Revision Changes Path 1.2 +1 -1 src/tools/regression/fifo/fifo_create/Makefile 1.2 +1 -1 src/tools/regression/fifo/fifo_io/Makefile 1.2 +1 -1 src/tools/regression/fifo/fifo_misc/Makefile 1.2 +1 -1 src/tools/regression/fifo/fifo_open/Makefile 1.2 +1 -1 src/tools/regression/file/ftruncate/Makefile 1.3 +1 -1 src/tools/regression/netinet/msocket_ifnet_remove/Makefile 1.2 +1 -1 src/tools/regression/netinet/tcpdrop/Makefile 1.2 +1 -1 src/tools/regression/netinet/tcpsockclosebeforeaccept/Makefile 1.2 +1 -1 src/tools/regression/netinet/tcpsocktimewait/Makefile 1.2 +1 -1 src/tools/regression/netipx/ipxdgramloopback/Makefile 1.2 +1 -1 src/tools/regression/netipx/spxabort/Makefile 1.2 +1 -1 src/tools/regression/netipx/spxloopback/Makefile 1.2 +1 -1 src/tools/regression/sockets/listen_backlog/Makefile 1.2 +1 -1 src/tools/regression/sockets/rtsocket/Makefile 1.3 +1 -1 src/tools/regression/sockets/sendfile/Makefile 1.5 +1 -1 src/tools/regression/sockets/socketpair/Makefile 1.2 +1 -1 src/tools/regression/sockets/unix_bindconnect/Makefile 1.2 +1 -1 src/tools/regression/sockets/unix_passfd/Makefile 1.2 +1 -1 src/tools/regression/sockets/unix_socket/Makefile 1.2 +1 -1 src/tools/regression/ufs/uprintf/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jul 9 12:25:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B891916A4DA; Sun, 9 Jul 2006 12:25:57 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7362443D49; Sun, 9 Jul 2006 12:25:57 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69CPvLj095587; Sun, 9 Jul 2006 12:25:57 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69CPvDa095586; Sun, 9 Jul 2006 12:25:57 GMT (envelope-from pjd) Message-Id: <200607091225.k69CPvDa095586@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 9 Jul 2006 12:25: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/geom/raid3 g_raid3.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, 09 Jul 2006 12:25:57 -0000 pjd 2006-07-09 12:25:56 UTC FreeBSD src repository Modified files: sys/geom/raid3 g_raid3.c Log: When kern.geom.raid3.use_malloc tunnable is set to 1, malloc(9) instead of uma(9) will be used for memory allocation. In case of problems or tracking bugs, there are more useful tools for malloc(9) debugging than for uma(9) debugging, like memguard(9) and redzone(9). MFC after: 1 week Revision Changes Path 1.68 +88 -43 src/sys/geom/raid3/g_raid3.c From owner-cvs-src@FreeBSD.ORG Sun Jul 9 14:10:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6D1B16A4DA; Sun, 9 Jul 2006 14:10:35 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 743E643D45; Sun, 9 Jul 2006 14:10:35 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69EAZ0S010481; Sun, 9 Jul 2006 14:10:35 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69EAZ0C010480; Sun, 9 Jul 2006 14:10:35 GMT (envelope-from pjd) Message-Id: <200607091410.k69EAZ0C010480@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 9 Jul 2006 14:10: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/sys/ufs/ffs ffs_vfsops.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, 09 Jul 2006 14:10:35 -0000 pjd 2006-07-09 14:10:35 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: Change fs->fs_fsmnt to mp->mnt_stat.f_mntonname in warnings about missing MAC and ACLs support in the kernel. If it is a first mount, fs->fs_fsmnt is empty. MFC after: 1 week Revision Changes Path 1.317 +2 -2 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sun Jul 9 14:11:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF42A16A4DE; Sun, 9 Jul 2006 14:11:09 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D90543D45; Sun, 9 Jul 2006 14:11:09 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69EB9rB010625; Sun, 9 Jul 2006 14:11:09 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69EB97m010624; Sun, 9 Jul 2006 14:11:09 GMT (envelope-from pjd) Message-Id: <200607091411.k69EB97m010624@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 9 Jul 2006 14:11: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/ufs/ffs ffs_vfsops.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, 09 Jul 2006 14:11:09 -0000 pjd 2006-07-09 14:11:09 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: Declare UFS module version. Revision Changes Path 1.318 +1 -0 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sun Jul 9 15:38:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F39CF16A4DA; Sun, 9 Jul 2006 15:38:34 +0000 (UTC) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8EB843D69; Sun, 9 Jul 2006 15:38:31 +0000 (GMT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69FcVup021963; Sun, 9 Jul 2006 15:38:31 GMT (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69FcV37021962; Sun, 9 Jul 2006 15:38:31 GMT (envelope-from markm) Message-Id: <200607091538.k69FcV37021962@repoman.freebsd.org> From: Mark Murray Date: Sun, 9 Jul 2006 15:38:31 +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 MAINTAINERS src/sys/compat/svr4 Makefile src/sys/dev/bktr CHANGELOG.TXT src/sys/modules/bktr/bktr_mem Makefile src/sys/modules/svr4 Makefile src/sys/modules/streams 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, 09 Jul 2006 15:38:35 -0000 markm 2006-07-09 15:38:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . MAINTAINERS sys/compat/svr4 Makefile sys/dev/bktr CHANGELOG.TXT sys/modules/bktr/bktr_mem Makefile sys/modules/svr4 Makefile sys/modules/streams Makefile Log: MFC: MAINTAINER status quo Revision Changes Path 1.121.2.2 +17 -21 src/MAINTAINERS 1.7.14.1 +1 -3 src/sys/compat/svr4/Makefile 1.20.2.1 +0 -5 src/sys/dev/bktr/CHANGELOG.TXT 1.3.14.1 +0 -2 src/sys/modules/bktr/bktr_mem/Makefile 1.11.10.1 +0 -1 src/sys/modules/streams/Makefile 1.27.14.2 +0 -2 src/sys/modules/svr4/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jul 9 16:31:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5695B16A4DD; Sun, 9 Jul 2006 16:31:54 +0000 (UTC) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1339943D46; Sun, 9 Jul 2006 16:31:54 +0000 (GMT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69GVrXq025878; Sun, 9 Jul 2006 16:31:53 GMT (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69GVrCc025877; Sun, 9 Jul 2006 16:31:53 GMT (envelope-from markm) Message-Id: <200607091631.k69GVrCc025877@repoman.freebsd.org> From: Mark Murray Date: Sun, 9 Jul 2006 16:31: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/dev/asr MAINTAINER 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, 09 Jul 2006 16:31:54 -0000 markm 2006-07-09 16:31:53 UTC FreeBSD src repository Removed files: sys/dev/asr MAINTAINER Log: Remove stale MAINTAINER OK'd by: scottl Revision Changes Path 1.4 +0 -2 src/sys/dev/asr/MAINTAINER (dead) From owner-cvs-src@FreeBSD.ORG Sun Jul 9 16:38:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FF9216A4DE; Sun, 9 Jul 2006 16:38:23 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3B8243D70; Sun, 9 Jul 2006 16:38:18 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69GcI1c026247; Sun, 9 Jul 2006 16:38:18 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69GcILc026246; Sun, 9 Jul 2006 16:38:18 GMT (envelope-from mjacob) Message-Id: <200607091638.k69GcILc026246@repoman.freebsd.org> From: Matt Jacob Date: Sun, 9 Jul 2006 16:38: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/i386/conf GENERIC 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, 09 Jul 2006 16:38:23 -0000 mjacob 2006-07-09 16:38:18 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC Log: Make the firmware assist driver resident in preparation for isp using it. Reviewed by: sam, max Revision Changes Path 1.454 +1 -0 src/sys/i386/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Sun Jul 9 16:38:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E55816A501; Sun, 9 Jul 2006 16:38:59 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF12643D46; Sun, 9 Jul 2006 16:38:58 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69Gcwgv026279; Sun, 9 Jul 2006 16:38:58 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69Gcw5a026278; Sun, 9 Jul 2006 16:38:58 GMT (envelope-from mjacob) Message-Id: <200607091638.k69Gcw5a026278@repoman.freebsd.org> From: Matt Jacob Date: Sun, 9 Jul 2006 16:38: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/i386/conf PAE 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, 09 Jul 2006 16:38:59 -0000 mjacob 2006-07-09 16:38:58 UTC FreeBSD src repository Modified files: sys/i386/conf PAE Log: If PAE is built w/o modules, make sure that isp(4) has its firmware resident as well. Revision Changes Path 1.23 +3 -0 src/sys/i386/conf/PAE From owner-cvs-src@FreeBSD.ORG Sun Jul 9 16:39:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DF6416A501; Sun, 9 Jul 2006 16:39:22 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDDC443D46; Sun, 9 Jul 2006 16:39:21 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69GdLpA026319; Sun, 9 Jul 2006 16:39:21 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69GdLWj026318; Sun, 9 Jul 2006 16:39:21 GMT (envelope-from mjacob) Message-Id: <200607091639.k69GdLWj026318@repoman.freebsd.org> From: Matt Jacob Date: Sun, 9 Jul 2006 16:39: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/amd64/conf GENERIC 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, 09 Jul 2006 16:39:22 -0000 mjacob 2006-07-09 16:39:21 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC Log: Make the firmware assist driver resident in preparation for isp using it. Revision Changes Path 1.464 +1 -0 src/sys/amd64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Sun Jul 9 16:39:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF20616A4DD; Sun, 9 Jul 2006 16:39:40 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28FAB43D5C; Sun, 9 Jul 2006 16:39:37 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69Gdbm7026354; Sun, 9 Jul 2006 16:39:37 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69GdbFF026353; Sun, 9 Jul 2006 16:39:37 GMT (envelope-from mjacob) Message-Id: <200607091639.k69GdbFF026353@repoman.freebsd.org> From: Matt Jacob Date: Sun, 9 Jul 2006 16:39: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/ia64/conf GENERIC 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, 09 Jul 2006 16:39:40 -0000 mjacob 2006-07-09 16:39:37 UTC FreeBSD src repository Modified files: sys/ia64/conf GENERIC Log: Make the firmware assist driver resident in preparation for isp using it. Revision Changes Path 1.82 +1 -0 src/sys/ia64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Sun Jul 9 16:39:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12AF216A4DE; Sun, 9 Jul 2006 16:39:55 +0000 (UTC) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C386B43D5E; Sun, 9 Jul 2006 16:39:53 +0000 (GMT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69Gdrtt026390; Sun, 9 Jul 2006 16:39:53 GMT (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69GdrBK026389; Sun, 9 Jul 2006 16:39:53 GMT (envelope-from markm) Message-Id: <200607091639.k69GdrBK026389@repoman.freebsd.org> From: Mark Murray Date: Sun, 9 Jul 2006 16:39: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/sys/dev/asr MAINTAINER 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, 09 Jul 2006 16:39:55 -0000 markm 2006-07-09 16:39:53 UTC FreeBSD src repository Removed files: (Branch: RELENG_6) sys/dev/asr MAINTAINER Log: MFC: updating maintainers. Revision Changes Path 1.3.14.1 +0 -2 src/sys/dev/asr/MAINTAINER (dead) From owner-cvs-src@FreeBSD.ORG Sun Jul 9 16:40:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 746F716A4E0; Sun, 9 Jul 2006 16:40:39 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCED643D8C; Sun, 9 Jul 2006 16:40:31 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69GeVlc026570; Sun, 9 Jul 2006 16:40:31 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69GeV7g026569; Sun, 9 Jul 2006 16:40:31 GMT (envelope-from mjacob) Message-Id: <200607091640.k69GeV7g026569@repoman.freebsd.org> From: Matt Jacob Date: Sun, 9 Jul 2006 16:40: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/sparc64/conf GENERIC 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, 09 Jul 2006 16:40:39 -0000 mjacob 2006-07-09 16:40:31 UTC FreeBSD src repository Modified files: sys/sparc64/conf GENERIC Log: Make the firmware assist driver resident in preparation for isp using it. Revision Changes Path 1.113 +2 -1 src/sys/sparc64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Sun Jul 9 16:41:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7098A16A4F5; Sun, 9 Jul 2006 16:41:36 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA32D43D72; Sun, 9 Jul 2006 16:41:22 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69GfMTo026663; Sun, 9 Jul 2006 16:41:22 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69GfMBS026662; Sun, 9 Jul 2006 16:41:22 GMT (envelope-from mjacob) Message-Id: <200607091641.k69GfMBS026662@repoman.freebsd.org> From: Matt Jacob Date: Sun, 9 Jul 2006 16:41: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/sys/pc98/conf GENERIC 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, 09 Jul 2006 16:41:36 -0000 mjacob 2006-07-09 16:41:22 UTC FreeBSD src repository Modified files: sys/pc98/conf GENERIC Log: Make the firmware assist driver resident in preparation for isp using it. Reviewed by: sam, max Revision Changes Path 1.283 +1 -0 src/sys/pc98/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Sun Jul 9 17:50:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91F5516A4DA; Sun, 9 Jul 2006 17:50:20 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D4D643D46; Sun, 9 Jul 2006 17:50:20 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69HoKDb039681; Sun, 9 Jul 2006 17:50:20 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69HoKSP039680; Sun, 9 Jul 2006 17:50:20 GMT (envelope-from mjacob) Message-Id: <200607091750.k69HoKSP039680@repoman.freebsd.org> From: Matt Jacob Date: Sun, 9 Jul 2006 17:50:20 +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/isp isp_freebsd.c isp_freebsd.h isp_pci.c isp_sbus.c src/sys/dev/ispfw asm_1040.h asm_1080.h asm_12160.h ispfw.c src/sys/modules/ispfw Makefile src/sys/modules/ispfw/isp_1000 Makefile src/sys/modules/ispfw/isp_1040 ... 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, 09 Jul 2006 17:50:20 -0000 mjacob 2006-07-09 17:50:20 UTC FreeBSD src repository Modified files: sys/dev/isp isp_freebsd.c isp_freebsd.h isp_pci.c isp_sbus.c sys/dev/ispfw asm_1040.h asm_1080.h asm_12160.h ispfw.c sys/modules/ispfw Makefile Added files: sys/modules/ispfw/isp_1000 Makefile sys/modules/ispfw/isp_1040 Makefile sys/modules/ispfw/isp_1040_it Makefile sys/modules/ispfw/isp_1080 Makefile sys/modules/ispfw/isp_1080_it Makefile sys/modules/ispfw/isp_12160 Makefile sys/modules/ispfw/isp_12160_it Makefile sys/modules/ispfw/isp_2100 Makefile sys/modules/ispfw/isp_2200 Makefile sys/modules/ispfw/isp_2300 Makefile sys/modules/ispfw/isp_2322 Makefile sys/modules/ispfw/ispfw Makefile Log: Convert isp(4) and ispfw(4) to use firmware(9) to manage firmware loading for the QLogic cards. Because isp(4) exists before the root is mounted, it's not really possible for us to use the kernel's linker to load modules directly from disk- that's really too bad. However, the this is still a net win in in that the firmware has been split up on a per chip (and in some cases, functionality) basis, so the amount of stuff loaded *can* be substantially less than the 1.5MB of firmware images that ispfw now manages. That is, each specific f/w set is now also built as a module. For example, QLogic 2322 f/w is built as isp_2322.ko and Initiator/Target 1080 firmware is built as isp_1080_it.ko. For compatibility purposes (i.e., to perturb folks the least), we also still build all of the firmware as one ispfw.ko module. This allows us to let 'ispfw_LOAD' keep on working in existing loader.conf files. If you now want to strip this down to just the firmware for your h/w, you can then change loader.conf to load the f/w you specifically want. We also still allow for ispfw to be statically built (e.g., for PAE and sparc64). Future changes will look at f/w unloading and also role switching that then uses the kernel linker to load different ips f/w sets. MFC after: 2 months Revision Changes Path 1.118 +0 -1 src/sys/dev/isp/isp_freebsd.c 1.91 +1 -2 src/sys/dev/isp/isp_freebsd.h 1.116 +76 -3 src/sys/dev/isp/isp_pci.c 1.20 +22 -2 src/sys/dev/isp/isp_sbus.c 1.5 +5 -1 src/sys/dev/ispfw/asm_1040.h 1.4 +5 -2 src/sys/dev/ispfw/asm_1080.h 1.7 +5 -1 src/sys/dev/ispfw/asm_12160.h 1.17 +144 -119 src/sys/dev/ispfw/ispfw.c 1.3 +42 -5 src/sys/modules/ispfw/Makefile 1.1 +36 -0 src/sys/modules/ispfw/isp_1000/Makefile (new) 1.1 +36 -0 src/sys/modules/ispfw/isp_1040/Makefile (new) 1.1 +36 -0 src/sys/modules/ispfw/isp_1040_it/Makefile (new) 1.1 +36 -0 src/sys/modules/ispfw/isp_1080/Makefile (new) 1.1 +36 -0 src/sys/modules/ispfw/isp_1080_it/Makefile (new) 1.1 +36 -0 src/sys/modules/ispfw/isp_12160/Makefile (new) 1.1 +36 -0 src/sys/modules/ispfw/isp_12160_it/Makefile (new) 1.1 +36 -0 src/sys/modules/ispfw/isp_2100/Makefile (new) 1.1 +36 -0 src/sys/modules/ispfw/isp_2200/Makefile (new) 1.1 +36 -0 src/sys/modules/ispfw/isp_2300/Makefile (new) 1.1 +36 -0 src/sys/modules/ispfw/isp_2322/Makefile (new) 1.1 +36 -0 src/sys/modules/ispfw/ispfw/Makefile (new) From owner-cvs-src@FreeBSD.ORG Sun Jul 9 19:44:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A890716A4DA; Sun, 9 Jul 2006 19:44:53 +0000 (UTC) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67C0A43D45; Sun, 9 Jul 2006 19:44:53 +0000 (GMT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69Jirvp047250; Sun, 9 Jul 2006 19:44:53 GMT (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69JirWu047249; Sun, 9 Jul 2006 19:44:53 GMT (envelope-from markm) Message-Id: <200607091944.k69JirWu047249@repoman.freebsd.org> From: Mark Murray Date: Sun, 9 Jul 2006 19:44:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/asr MAINTAINER 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, 09 Jul 2006 19:44:53 -0000 markm 2006-07-09 19:44:53 UTC FreeBSD src repository Removed files: (Branch: RELENG_5) sys/dev/asr MAINTAINER Log: MFC: update maintainers Revision Changes Path 1.3.8.1 +0 -2 src/sys/dev/asr/MAINTAINER (dead) From owner-cvs-src@FreeBSD.ORG Sun Jul 9 19:49:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01E7C16A4E0; Sun, 9 Jul 2006 19:49:30 +0000 (UTC) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE97943D49; Sun, 9 Jul 2006 19:49:29 +0000 (GMT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69JnTws048287; Sun, 9 Jul 2006 19:49:29 GMT (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69JnTAr048286; Sun, 9 Jul 2006 19:49:29 GMT (envelope-from markm) Message-Id: <200607091949.k69JnTAr048286@repoman.freebsd.org> From: Mark Murray Date: Sun, 9 Jul 2006 19:49:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src MAINTAINERS src/games/fortune/datfiles Makefile src/gnu/usr.bin/cvs Makefile src/gnu/usr.bin/cvs/contrib Makefile src/gnu/usr.bin/cvs/cvs Makefile src/gnu/usr.bin/cvs/cvsbug Makefile src/gnu/usr.bin/cvs/doc Makefile src/gnu/usr.bin/cvs/lib ... 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, 09 Jul 2006 19:49:30 -0000 markm 2006-07-09 19:49:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) . MAINTAINERS games/fortune/datfiles Makefile gnu/usr.bin/cvs Makefile gnu/usr.bin/cvs/contrib Makefile gnu/usr.bin/cvs/cvs Makefile gnu/usr.bin/cvs/cvsbug Makefile gnu/usr.bin/cvs/doc Makefile gnu/usr.bin/cvs/lib Makefile gnu/usr.bin/cvs/libdiff Makefile lib/libc/posix1e Makefile.inc lib/libusbhid Makefile sbin/dhclient Makefile.inc sbin/ipf Makefile sbin/ipfs Makefile sbin/ipfstat Makefile sbin/ipmon Makefile sbin/ipnat Makefile sys/compat/svr4 Makefile sys/dev/bktr CHANGELOG.TXT sys/modules/bktr/bktr_mem Makefile sys/modules/cam Makefile sys/modules/linux Makefile sys/modules/osf1 Makefile sys/modules/pecoff Makefile sys/modules/streams Makefile sys/modules/svr4 Makefile sys/modules/udbp Makefile sys/modules/ugen Makefile sys/modules/uhid Makefile sys/modules/ukbd Makefile sys/modules/ulpt Makefile sys/modules/umass Makefile sys/modules/umodem Makefile sys/modules/ums Makefile sys/modules/usb Makefile sys/modules/uscanner Makefile usr.bin/locate Makefile usr.sbin/ipftest Makefile usr.sbin/ipresend Makefile usr.sbin/ipsend Makefile usr.sbin/iptest Makefile usr.sbin/pppstats Makefile Log: MFC: keep the maintainers consistent with HEAD. Revision Changes Path 1.99.2.2 +51 -78 src/MAINTAINERS 1.32.4.1 +0 -5 src/games/fortune/datfiles/Makefile 1.15.8.1 +1 -3 src/gnu/usr.bin/cvs/Makefile 1.17.8.1 +0 -2 src/gnu/usr.bin/cvs/contrib/Makefile 1.48.2.1 +0 -2 src/gnu/usr.bin/cvs/cvs/Makefile 1.19.4.2 +0 -2 src/gnu/usr.bin/cvs/cvsbug/Makefile 1.14.8.1 +0 -2 src/gnu/usr.bin/cvs/doc/Makefile 1.25.2.3 +0 -2 src/gnu/usr.bin/cvs/lib/Makefile 1.8.2.2 +0 -2 src/gnu/usr.bin/cvs/libdiff/Makefile 1.16.2.1 +0 -2 src/lib/libc/posix1e/Makefile.inc 1.8.6.1 +0 -2 src/lib/libusbhid/Makefile 1.8.2.1 +0 -2 src/sbin/dhclient/Makefile.inc 1.14.2.1 +0 -2 src/sbin/ipf/Makefile 1.4.2.1 +0 -2 src/sbin/ipfs/Makefile 1.19.2.1 +0 -2 src/sbin/ipfstat/Makefile 1.14.2.1 +0 -2 src/sbin/ipmon/Makefile 1.16.2.1 +0 -2 src/sbin/ipnat/Makefile 1.7.8.1 +1 -3 src/sys/compat/svr4/Makefile 1.19.8.1 +0 -3 src/sys/dev/bktr/CHANGELOG.TXT 1.3.8.1 +0 -2 src/sys/modules/bktr/bktr_mem/Makefile 1.11.2.1 +0 -1 src/sys/modules/cam/Makefile 1.62.4.1 +0 -2 src/sys/modules/linux/Makefile 1.12.2.1 +0 -2 src/sys/modules/osf1/Makefile 1.6.2.1 +0 -2 src/sys/modules/pecoff/Makefile 1.11.4.1 +0 -1 src/sys/modules/streams/Makefile 1.27.8.1 +0 -2 src/sys/modules/svr4/Makefile 1.7.2.2 +0 -2 src/sys/modules/udbp/Makefile 1.12.2.1 +0 -2 src/sys/modules/ugen/Makefile 1.12.2.1 +0 -2 src/sys/modules/uhid/Makefile 1.16.2.1 +0 -2 src/sys/modules/ukbd/Makefile 1.12.2.1 +0 -2 src/sys/modules/ulpt/Makefile 1.13.2.1 +0 -2 src/sys/modules/umass/Makefile 1.12.2.1 +0 -2 src/sys/modules/umodem/Makefile 1.12.2.1 +0 -2 src/sys/modules/ums/Makefile 1.15.2.1 +0 -2 src/sys/modules/usb/Makefile 1.5.2.1 +0 -2 src/sys/modules/uscanner/Makefile 1.6.26.1 +0 -3 src/usr.bin/locate/Makefile 1.13.4.1 +0 -2 src/usr.sbin/ipftest/Makefile 1.11.4.1 +0 -2 src/usr.sbin/ipresend/Makefile 1.15.4.1 +0 -2 src/usr.sbin/ipsend/Makefile 1.11.4.1 +0 -2 src/usr.sbin/iptest/Makefile 1.10.8.1 +1 -4 src/usr.sbin/pppstats/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jul 9 20:26:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60A4D16A4DD; Sun, 9 Jul 2006 20:26:37 +0000 (UTC) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 121CD43D49; Sun, 9 Jul 2006 20:26:37 +0000 (GMT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69KQatN051546; Sun, 9 Jul 2006 20:26:36 GMT (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69KQaDr051545; Sun, 9 Jul 2006 20:26:36 GMT (envelope-from markm) Message-Id: <200607092026.k69KQaDr051545@repoman.freebsd.org> From: Mark Murray Date: Sun, 9 Jul 2006 20:26:36 +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/games/fortune/datfiles 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, 09 Jul 2006 20:26:37 -0000 markm 2006-07-09 20:26:36 UTC FreeBSD src repository Modified files: games/fortune/datfiles Makefile Log: More stale maintainer. Revision Changes Path 1.34 +0 -5 src/games/fortune/datfiles/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jul 9 21:16:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D638616A4E1; Sun, 9 Jul 2006 21:16:17 +0000 (UTC) (envelope-from twinterg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B455243D6A; Sun, 9 Jul 2006 21:16:07 +0000 (GMT) (envelope-from twinterg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69LG7wa063348; Sun, 9 Jul 2006 21:16:07 GMT (envelope-from twinterg@repoman.freebsd.org) Received: (from twinterg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69LG7m8063347; Sun, 9 Jul 2006 21:16:07 GMT (envelope-from twinterg) Message-Id: <200607092116.k69LG7m8063347@repoman.freebsd.org> From: Thomas Wintergerst Date: Sun, 9 Jul 2006 21:16: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 UPDATING src/sys/i386/include i4b_ioctl.h src/sys/i4b/layer4 i4b_l4mgmt.c src/usr.sbin/i4b/isdnd controller.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, 09 Jul 2006 21:16:17 -0000 twinterg 2006-07-09 21:16:07 UTC FreeBSD src repository Modified files: . UPDATING sys/i386/include i4b_ioctl.h sys/i4b/layer4 i4b_l4mgmt.c usr.sbin/i4b/isdnd controller.c Log: Extend i4b to support CAPI manager based ISDN controllers (CAPI manager is part of c4b, CAPI for BSD). This is a preparation to add CAPI for BSD to the source tree. Approved by: hm (mentor) MFC after: 2 weeks Revision Changes Path 1.451 +6 -0 src/UPDATING 1.23 +3 -2 src/sys/i386/include/i4b_ioctl.h 1.18 +6 -2 src/sys/i4b/layer4/i4b_l4mgmt.c 1.16 +14 -0 src/usr.sbin/i4b/isdnd/controller.c From owner-cvs-src@FreeBSD.ORG Sun Jul 9 21:42:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4818D16A4DA; Sun, 9 Jul 2006 21:42:59 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0245343D49; Sun, 9 Jul 2006 21:42:59 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69Lgwmx064996; Sun, 9 Jul 2006 21:42:58 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69LgwqV064995; Sun, 9 Jul 2006 21:42:58 GMT (envelope-from scottl) Message-Id: <200607092142.k69LgwqV064995@repoman.freebsd.org> From: Scott Long Date: Sun, 9 Jul 2006 21:42: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/kern kern_environment.c subr_hints.c src/sys/sys systm.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, 09 Jul 2006 21:42:59 -0000 scottl 2006-07-09 21:42:58 UTC FreeBSD src repository Modified files: sys/kern subr_hints.c kern_environment.c sys/sys systm.h Log: Use a sleep mutex instead of an sx lock for the kernel environment. This allows greater flexibility for drivers that want to query the environment. Reviewed by: jhb, mux Revision Changes Path 1.44 +26 -24 src/sys/kern/kern_environment.c 1.13 +6 -6 src/sys/kern/subr_hints.c 1.241 +1 -1 src/sys/sys/systm.h From owner-cvs-src@FreeBSD.ORG Sun Jul 9 21:47:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CF7216A4E0; Sun, 9 Jul 2006 21:47:11 +0000 (UTC) (envelope-from philip@paeps.cx) Received: from gateway.nixsys.be (gateway.nixsys.be [195.144.77.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D10643D60; Sun, 9 Jul 2006 21:47:00 +0000 (GMT) (envelope-from philip@paeps.cx) Received: from wotan.home.paeps.cx (wotan.home.paeps.cx [IPv6:2001:6f8:32f:10:a00:20ff:fe9b:138c]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "wotan.home.paeps.cx", Issuer "NixSys CA" (verified OK)) by gateway.nixsys.be (Postfix) with ESMTP id BD55A4162; Sun, 9 Jul 2006 23:46:58 +0200 (CEST) Received: from fasolt.home.paeps.cx (fasolt.home.paeps.cx [IPv6:2001:6f8:32f:10:250:fcff:feb3:b725]) by wotan.home.paeps.cx (Postfix) with ESMTP id 21ECB618B; Sun, 9 Jul 2006 23:46:57 +0200 (CEST) Received: from fasolt.home.paeps.cx (philip@localhost [127.0.0.1]) by fasolt.home.paeps.cx (8.13.6/8.13.6) with ESMTP id k69Lktcc034391; Sun, 9 Jul 2006 23:46:55 +0200 (CEST) (envelope-from philip@fasolt.home.paeps.cx) Received: (from philip@localhost) by fasolt.home.paeps.cx (8.13.6/8.13.6/Submit) id k69Lks02034390; Sun, 9 Jul 2006 23:46:54 +0200 (CEST) (envelope-from philip) Date: Sun, 9 Jul 2006 23:46:54 +0200 From: Philip Paeps To: Mark Murray Message-ID: <20060709214654.GG21937@fasolt.home.paeps.cx> Mail-Followup-To: Mark Murray , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200607092026.k69KQaDr051545@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607092026.k69KQaDr051545@repoman.freebsd.org> X-Date-in-Rome: ante diem VII Idus Iulias MMDCCLIX ab Urbe Condida X-PGP-Fingerprint: FA74 3C27 91A6 79D5 F6D3 FC53 BF4B D0E6 049D B879 X-Message-Flag: Get a proper mailclient! X-Phase-of-Moon: The Moon is Waxing Gibbous (98% of Full) Organization: Happily Disorganized User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles 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, 09 Jul 2006 21:47:11 -0000 On 2006-07-09 20:26:36 (+0000), Mark Murray wrote: > | - > | -# Pass all new entries by ${MAINTAINER} to preserve some semblance of > | -# humor in the fortune files. What's funny to you on 6 beers may not > | -# be funny to anyone else. > | -MAINTAINER= jkh That's worth a fortune on its own. ;-) - Philip [wondering about Philip's First Law, which came to me after processing the latest hangover: ``Whatever happens in the pub stays in the pub; it does not come up in sober conversation.'' :-)] -- Philip Paeps Please don't Cc me, I am philip@freebsd.org subscribed to the list. Virtue is its own punishment. From owner-cvs-src@FreeBSD.ORG Sun Jul 9 21:47:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1C3316A4DD; Sun, 9 Jul 2006 21:47:38 +0000 (UTC) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE95743D79; Sun, 9 Jul 2006 21:47:37 +0000 (GMT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69Llb6f065281; Sun, 9 Jul 2006 21:47:37 GMT (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69Llbeu065280; Sun, 9 Jul 2006 21:47:37 GMT (envelope-from markm) Message-Id: <200607092147.k69Llbeu065280@repoman.freebsd.org> From: Mark Murray Date: Sun, 9 Jul 2006 21:47: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 MAINTAINERS src/bin/dd 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, 09 Jul 2006 21:47:39 -0000 markm 2006-07-09 21:47:37 UTC FreeBSD src repository Modified files: . MAINTAINERS bin/dd Makefile Log: More inactive maintainers. Revision Changes Path 1.138 +0 -4 src/MAINTAINERS 1.19 +0 -2 src/bin/dd/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jul 9 22:06:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFD7C16A4DD; Sun, 9 Jul 2006 22:06:28 +0000 (UTC) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51CED43D6E; Sun, 9 Jul 2006 22:06:28 +0000 (GMT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69M6S88067475; Sun, 9 Jul 2006 22:06:28 GMT (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69M6S3W067474; Sun, 9 Jul 2006 22:06:28 GMT (envelope-from markm) Message-Id: <200607092206.k69M6S3W067474@repoman.freebsd.org> From: Mark Murray Date: Sun, 9 Jul 2006 22:06:28 +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 MAINTAINERS src/bin/dd Makefile src/gnu/usr.bin/man/apropos Makefile src/usr.bin/locate 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, 09 Jul 2006 22:06:28 -0000 markm 2006-07-09 22:06:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . MAINTAINERS bin/dd Makefile gnu/usr.bin/man/apropos Makefile usr.bin/locate Makefile Log: MFC: pick up maintainer stragglers. Revision Changes Path 1.121.2.3 +0 -4 src/MAINTAINERS 1.18.8.1 +0 -2 src/bin/dd/Makefile 1.16.14.1 +1 -2 src/gnu/usr.bin/man/apropos/Makefile 1.6.34.1 +0 -3 src/usr.bin/locate/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jul 9 22:17:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD41516A4DA; Sun, 9 Jul 2006 22:17:02 +0000 (UTC) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8693843D53; Sun, 9 Jul 2006 22:17:02 +0000 (GMT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k69MH2jN067927; Sun, 9 Jul 2006 22:17:02 GMT (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k69MH2cg067926; Sun, 9 Jul 2006 22:17:02 GMT (envelope-from markm) Message-Id: <200607092217.k69MH2cg067926@repoman.freebsd.org> From: Mark Murray Date: Sun, 9 Jul 2006 22:17:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src LOCKS MAINTAINERS src/bin/dd Makefile src/gnu/usr.bin/man/apropos 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, 09 Jul 2006 22:17:02 -0000 markm 2006-07-09 22:17:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) . MAINTAINERS bin/dd Makefile gnu/usr.bin/man/apropos Makefile Added files: (Branch: RELENG_5) . LOCKS Log: MFC: maintainer straggers, and bring on down the LOCKS file for reference. Revision Changes Path 1.3.2.1 +12 -0 src/LOCKS (new) 1.99.2.3 +0 -1 src/MAINTAINERS 1.18.2.1 +0 -2 src/bin/dd/Makefile 1.16.8.1 +1 -2 src/gnu/usr.bin/man/apropos/Makefile From owner-cvs-src@FreeBSD.ORG Mon Jul 10 00:41:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5117216A4DD; Mon, 10 Jul 2006 00:41:02 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09E8543D45; Mon, 10 Jul 2006 00:41:02 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6A0f1l3076397; Mon, 10 Jul 2006 00:41:01 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6A0f1dt076396; Mon, 10 Jul 2006 00:41:01 GMT (envelope-from sam) Message-Id: <200607100041.k6A0f1dt076396@repoman.freebsd.org> From: Sam Leffler Date: Mon, 10 Jul 2006 00:41:01 +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/net80211 ieee80211_freebsd.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, 10 Jul 2006 00:41:02 -0000 sam 2006-07-10 00:41:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net80211 ieee80211_freebsd.c Log: MFC 1.12: remove duplicate ifname in debug msg Revision Changes Path 1.7.2.3 +1 -2 src/sys/net80211/ieee80211_freebsd.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 00:44:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FFC416A4DE; Mon, 10 Jul 2006 00:44:48 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CB4243D45; Mon, 10 Jul 2006 00:44:48 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6A0im3w076541; Mon, 10 Jul 2006 00:44:48 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6A0imPX076540; Mon, 10 Jul 2006 00:44:48 GMT (envelope-from sam) Message-Id: <200607100044.k6A0imPX076540@repoman.freebsd.org> From: Sam Leffler Date: Mon, 10 Jul 2006 00:44:47 +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/net80211 ieee80211_node.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, 10 Jul 2006 00:44:48 -0000 sam 2006-07-10 00:44:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net80211 ieee80211_node.c Log: MFC 1.74: Ensure outbound data packets in hostap mode are delivered only to stations that are associated by making ieee80211_find_txnode return NULL when a unicast frame is to be delivered to an unassociated station. Revision Changes Path 1.48.2.11 +12 -1 src/sys/net80211/ieee80211_node.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 00:46:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A6A516A4DF; Mon, 10 Jul 2006 00:46:28 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BEA643D45; Mon, 10 Jul 2006 00:46:28 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6A0kSq8076670; Mon, 10 Jul 2006 00:46:28 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6A0kSKR076669; Mon, 10 Jul 2006 00:46:28 GMT (envelope-from sam) Message-Id: <200607100046.k6A0kSKR076669@repoman.freebsd.org> From: Sam Leffler Date: Mon, 10 Jul 2006 00:46:28 +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/net80211 ieee80211_node.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, 10 Jul 2006 00:46:28 -0000 sam 2006-07-10 00:46:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net80211 ieee80211_node.c Log: MFC 1.75: Move conditional preprocessing out from the IEEE80211_DPRINTF macro invocation. Per C99 6.10.3 paragraph 11 preprocessing directives appearing as macro arguments yield undefined behavior. Revision Changes Path 1.48.2.12 +8 -14 src/sys/net80211/ieee80211_node.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 00:47:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2240816A4DF; Mon, 10 Jul 2006 00:47:50 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D02DD43D46; Mon, 10 Jul 2006 00:47:49 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6A0lnqv084549; Mon, 10 Jul 2006 00:47:49 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6A0lngO084548; Mon, 10 Jul 2006 00:47:49 GMT (envelope-from sam) Message-Id: <200607100047.k6A0lngO084548@repoman.freebsd.org> From: Sam Leffler Date: Mon, 10 Jul 2006 00:47:49 +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/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: Mon, 10 Jul 2006 00:47:50 -0000 sam 2006-07-10 00:47:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net80211 _ieee80211.h Log: sync w/ HEAD: add some useful definitions Revision Changes Path 1.2.2.2 +6 -0 src/sys/net80211/_ieee80211.h From owner-cvs-src@FreeBSD.ORG Mon Jul 10 00:55:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E6B316A4DE; Mon, 10 Jul 2006 00:55:20 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE45243D46; Mon, 10 Jul 2006 00:55:19 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6A0tJmW084843; Mon, 10 Jul 2006 00:55:19 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6A0tJDV084842; Mon, 10 Jul 2006 00:55:19 GMT (envelope-from sam) Message-Id: <200607100055.k6A0tJDV084842@repoman.freebsd.org> From: Sam Leffler Date: Mon, 10 Jul 2006 00:55:19 +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/ath if_ath.c if_athioctl.h if_athvar.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, 10 Jul 2006 00:55:20 -0000 sam 2006-07-10 00:55:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ath if_ath.c if_athioctl.h if_athvar.h Log: MFC: Close race in handling mcast traffic... Revision Changes Path 1.94.2.19 +102 -38 src/sys/dev/ath/if_ath.c 1.10.2.4 +3 -1 src/sys/dev/ath/if_athioctl.h 1.27.2.6 +2 -1 src/sys/dev/ath/if_athvar.h From owner-cvs-src@FreeBSD.ORG Mon Jul 10 00:56:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3704016A4DA; Mon, 10 Jul 2006 00:56:11 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADF1143D5D; Mon, 10 Jul 2006 00:56:10 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6A0uApI084968; Mon, 10 Jul 2006 00:56:10 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6A0uAu1084967; Mon, 10 Jul 2006 00:56:10 GMT (envelope-from sam) Message-Id: <200607100056.k6A0uAu1084967@repoman.freebsd.org> From: Sam Leffler Date: Mon, 10 Jul 2006 00:56: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/tools/tools/ath/athstats athstats.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, 10 Jul 2006 00:56:11 -0000 sam 2006-07-10 00:56:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) tools/tools/ath/athstats athstats.c Log: MFC: cabq stats Revision Changes Path 1.2.2.2 +2 -0 src/tools/tools/ath/athstats/athstats.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 00:58:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6BE016A4DE; Mon, 10 Jul 2006 00:58:56 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 944F143D46; Mon, 10 Jul 2006 00:58:56 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6A0wuLr085055; Mon, 10 Jul 2006 00:58:56 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6A0wuvx085054; Mon, 10 Jul 2006 00:58:56 GMT (envelope-from sam) Message-Id: <200607100058.k6A0wuvx085054@repoman.freebsd.org> From: Sam Leffler Date: Mon, 10 Jul 2006 00:58:56 +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/ath if_ath.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, 10 Jul 2006 00:58:56 -0000 sam 2006-07-10 00:58:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ath if_ath.c Log: MFC 1.140: Improve ath_draintxq debug info: dump the packet as well as the descriptor and handle the beacon q like other q's Revision Changes Path 1.94.2.20 +22 -7 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 01:00:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1002D16A4E0; Mon, 10 Jul 2006 01:00:01 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B134743D46; Mon, 10 Jul 2006 01:00:01 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6A101CW085142; Mon, 10 Jul 2006 01:00:01 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6A101CC085141; Mon, 10 Jul 2006 01:00:01 GMT (envelope-from sam) Message-Id: <200607100100.k6A101CC085141@repoman.freebsd.org> From: Sam Leffler Date: Mon, 10 Jul 2006 01:00:01 +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/ath if_ath.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, 10 Jul 2006 01:00:02 -0000 sam 2006-07-10 01:00:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ath if_ath.c Log: MFC 1.149: enable rx of control frames when in monitor mode Revision Changes Path 1.94.2.21 +4 -0 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 01:03:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57AB216A4DF; Mon, 10 Jul 2006 01:03:24 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1344643D49; Mon, 10 Jul 2006 01:03:24 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6A13Nfh086555; Mon, 10 Jul 2006 01:03:23 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6A13NHW086554; Mon, 10 Jul 2006 01:03:23 GMT (envelope-from thompsa) Message-Id: <200607100103.k6A13NHW086554@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 10 Jul 2006 01:03:23 +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/netinet if_ether.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, 10 Jul 2006 01:03:24 -0000 thompsa 2006-07-10 01:03:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet if_ether.c Log: MFC r1.152 Enable proxy ARP answers on any of the bridged interfaces if proxy record belongs to another interface within the bridge group. Revision Changes Path 1.137.2.13 +6 -3 src/sys/netinet/if_ether.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 01:03:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F82916A5D9; Mon, 10 Jul 2006 01:03:48 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AC1E43D49; Mon, 10 Jul 2006 01:03:48 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6A13mV6086587; Mon, 10 Jul 2006 01:03:48 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6A13mV1086586; Mon, 10 Jul 2006 01:03:48 GMT (envelope-from sam) Message-Id: <200607100103.k6A13mV1086586@repoman.freebsd.org> From: Sam Leffler Date: Mon, 10 Jul 2006 01:03:48 +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/wpa/wpa_supplicant driver_freebsd.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, 10 Jul 2006 01:03:48 -0000 sam 2006-07-10 01:03:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/wpa/wpa_supplicant driver_freebsd.c Log: MFC 1.11: remove some unnecessary perror calls Revision Changes Path 1.5.2.5 +0 -2 src/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 01:09:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA66E16A4E6; Mon, 10 Jul 2006 01:09:14 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7E0E43D4C; Mon, 10 Jul 2006 01:09:14 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6A19E3L086930; Mon, 10 Jul 2006 01:09:14 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6A19Ebm086929; Mon, 10 Jul 2006 01:09:14 GMT (envelope-from sam) Message-Id: <200607100109.k6A19Ebm086929@repoman.freebsd.org> From: Sam Leffler Date: Mon, 10 Jul 2006 01:09:14 +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/ath if_ath.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, 10 Jul 2006 01:09:15 -0000 sam 2006-07-10 01:09:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ath if_ath.c Log: sync w/ HEAD: use taskqueue_start_threads and run thread at PI_NET Revision Changes Path 1.94.2.22 +2 -3 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 01:15:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 503AC16A4DD; Mon, 10 Jul 2006 01:15:36 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7347143D49; Mon, 10 Jul 2006 01:15:24 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6A1FOGT087298; Mon, 10 Jul 2006 01:15:24 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6A1FOS3087297; Mon, 10 Jul 2006 01:15:24 GMT (envelope-from sam) Message-Id: <200607100115.k6A1FOS3087297@repoman.freebsd.org> From: Sam Leffler Date: Mon, 10 Jul 2006 01:15: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/dev/ath if_ath.c if_athvar.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, 10 Jul 2006 01:15:36 -0000 sam 2006-07-10 01:15:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ath if_ath.c if_athvar.h Log: MFC 1.131: o handle fatal errors directly instead of via the task queue o temporarily dump some h/w state for diagnosis; this will be removed once some issues are resolved Revision Changes Path 1.94.2.23 +14 -8 src/sys/dev/ath/if_ath.c 1.27.2.7 +2 -2 src/sys/dev/ath/if_athvar.h From owner-cvs-src@FreeBSD.ORG Mon Jul 10 05:24:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4673216A4DA; Mon, 10 Jul 2006 05:24:07 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0207043D58; Mon, 10 Jul 2006 05:24:07 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6A5O6R0021832; Mon, 10 Jul 2006 05:24:06 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6A5O6B0021831; Mon, 10 Jul 2006 05:24:06 GMT (envelope-from thompsa) Message-Id: <200607100524.k6A5O6B0021831@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 10 Jul 2006 05: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/sys/net if_enc.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, 10 Jul 2006 05:24:07 -0000 thompsa 2006-07-10 05:24:06 UTC FreeBSD src repository Modified files: sys/net if_enc.c Log: Catch up with the revised network interface cloning which takes an optional opaque parameter that can specify configuration parameters. Revision Changes Path 1.5 +2 -2 src/sys/net/if_enc.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 05:25:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1027916A4DA; Mon, 10 Jul 2006 05:25:19 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70B8743D5A; Mon, 10 Jul 2006 05:25:18 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6A5PIeR021917; Mon, 10 Jul 2006 05:25:18 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6A5PICR021916; Mon, 10 Jul 2006 05:25:18 GMT (envelope-from thompsa) Message-Id: <200607100525.k6A5PICR021916@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 10 Jul 2006 05:25: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/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: Mon, 10 Jul 2006 05:25:19 -0000 thompsa 2006-07-10 05:25:18 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Add enc(4), it can still build with FAST_IPSEC commented out. Revision Changes Path 1.1371 +1 -0 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Mon Jul 10 07:03:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E20716A4DD; Mon, 10 Jul 2006 07:03:38 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C093243D53; Mon, 10 Jul 2006 07:03:37 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6A73bFm028748; Mon, 10 Jul 2006 07:03:37 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6A73bRQ028747; Mon, 10 Jul 2006 07:03:37 GMT (envelope-from alc) Message-Id: <200607100703.k6A73bRQ028747@repoman.freebsd.org> From: Alan Cox Date: Mon, 10 Jul 2006 07:03: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/powerpc/powerpc mmu_oea.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, 10 Jul 2006 07:03:38 -0000 alc 2006-07-10 07:03:37 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc mmu_oea.c Log: Add synchronization to moea_zero_page() and moea_zero_page_area(). Remove the acquisition and release of Giant from moea_zero_page_idle(). Tested by: grehan@ Revision Changes Path 1.110 +17 -8 src/sys/powerpc/powerpc/mmu_oea.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 07:08:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4DDD16A4DA; Mon, 10 Jul 2006 07:08:05 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9989743D5D; Mon, 10 Jul 2006 07:08:05 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6A7857B029006; Mon, 10 Jul 2006 07:08:05 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6A785EA029005; Mon, 10 Jul 2006 07:08:05 GMT (envelope-from alc) Message-Id: <200607100708.k6A785EA029005@repoman.freebsd.org> From: Alan Cox Date: Mon, 10 Jul 2006 07:08:05 +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_meter.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, 10 Jul 2006 07:08:06 -0000 alc 2006-07-10 07:08:05 UTC FreeBSD src repository Modified files: sys/vm vm_meter.c Log: Set debug.mpsafevm to true on PowerPC. (Now, by default, all architectures in CVS have debug.mpsafevm set to true.) Tested by: grehan@ Revision Changes Path 1.88 +0 -4 src/sys/vm/vm_meter.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 13:27:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A566916A4DA; Mon, 10 Jul 2006 13:27:18 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 370DA43D46; Mon, 10 Jul 2006 13:27:18 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6ADRI1E073660; Mon, 10 Jul 2006 13:27:18 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6ADRIXU073659; Mon, 10 Jul 2006 13:27:18 GMT (envelope-from ceri) Message-Id: <200607101327.k6ADRIXU073659@repoman.freebsd.org> From: Ceri Davies Date: Mon, 10 Jul 2006 13: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: CVSROOT access.doc_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: Mon, 10 Jul 2006 13:27:18 -0000 ceri 2006-07-10 13:27:18 UTC FreeBSD src repository Modified files: . access.doc_src Log: I am in access in the src repo now, so this is no longer required. Prodded by: simon Approved by: core (implicitly) Revision Changes Path 1.41 +0 -1 CVSROOT/access.doc_src From owner-cvs-src@FreeBSD.ORG Mon Jul 10 15:27:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37B1C16A509; Mon, 10 Jul 2006 15:27:39 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BA6C43D66; Mon, 10 Jul 2006 15:27:34 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id k6AFRXMl087392 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Jul 2006 08:27:34 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <44B271E5.6070409@errno.com> Date: Mon, 10 Jul 2006 08:27:33 -0700 From: Sam Leffler User-Agent: Thunderbird 1.5.0.2 (X11/20060508) MIME-Version: 1.0 To: Andrew Thompson References: <200607100524.k6A5O6B0021831@repoman.freebsd.org> In-Reply-To: <200607100524.k6A5O6B0021831@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_enc.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, 10 Jul 2006 15:27:39 -0000 Andrew Thompson wrote: > thompsa 2006-07-10 05:24:06 UTC > > FreeBSD src repository > > Modified files: > sys/net if_enc.c > Log: > Catch up with the revised network interface cloning which takes an optional > opaque parameter that can specify configuration parameters. Oops, thanks. enc got added after I did the work. Sam From owner-cvs-src@FreeBSD.ORG Mon Jul 10 15:55:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1942E16A4E8; Mon, 10 Jul 2006 15:55:20 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F387743D5F; Mon, 10 Jul 2006 15:55:17 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6AFtHFc094205; Mon, 10 Jul 2006 15:55:17 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6AFtHUP094204; Mon, 10 Jul 2006 15:55:17 GMT (envelope-from jhb) Message-Id: <200607101555.k6AFtHUP094204@repoman.freebsd.org> From: John Baldwin Date: Mon, 10 Jul 2006 15:55: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/i386/ibcs2 syscalls.master 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, 10 Jul 2006 15:55:20 -0000 jhb 2006-07-10 15:55:17 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 syscalls.master Log: Mark ibcs2_msgsys(), ibcs2_semsys(), and ibcs2_shmsys() MPSAFE. Revision Changes Path 1.24 +3 -3 src/sys/i386/ibcs2/syscalls.master From owner-cvs-src@FreeBSD.ORG Mon Jul 10 15:55:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B09C616A500; Mon, 10 Jul 2006 15:55:40 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C1AB43D93; Mon, 10 Jul 2006 15:55:39 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6AFtduV094290; Mon, 10 Jul 2006 15:55:39 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6AFtd4e094289; Mon, 10 Jul 2006 15:55:39 GMT (envelope-from jhb) Message-Id: <200607101555.k6AFtd4e094289@repoman.freebsd.org> From: John Baldwin Date: Mon, 10 Jul 2006 15:55:38 +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/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_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: Mon, 10 Jul 2006 15:55:40 -0000 jhb 2006-07-10 15:55:38 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c Log: Regen. Revision Changes Path 1.25 +1 -1 src/sys/i386/ibcs2/ibcs2_proto.h 1.22 +1 -1 src/sys/i386/ibcs2/ibcs2_syscall.h 1.27 +4 -4 src/sys/i386/ibcs2/ibcs2_sysent.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 16:30:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB7BD16A4E0; Mon, 10 Jul 2006 16:30:47 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87F1D43D46; Mon, 10 Jul 2006 16:30:47 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6AGUlrk097138; Mon, 10 Jul 2006 16:30:47 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6AGUl0F097137; Mon, 10 Jul 2006 16:30:47 GMT (envelope-from phk) Message-Id: <200607101630.k6AGUl0F097137@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 10 Jul 2006 16:30: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/games/fortune/datfiles fortunes 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, 10 Jul 2006 16:30:47 -0000 phk 2006-07-10 16:30:47 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: Add a good quote that gets used a lot in the debate about global warming right now: It is difficult to get a man to understand something when his salary depends upon his not understanding it. -- Upton Sinclir Revision Changes Path 1.222 +4 -0 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Mon Jul 10 16:53:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D04A16A4E0; Mon, 10 Jul 2006 16:53:33 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF8E943D45; Mon, 10 Jul 2006 16:53:32 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6AGrWfS006160; Mon, 10 Jul 2006 16:53:32 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6AGrW57006159; Mon, 10 Jul 2006 16:53:32 GMT (envelope-from phk) Message-Id: <200607101653.k6AGrW57006159@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 10 Jul 2006 16:53: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/games/fortune/datfiles fortunes 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, 10 Jul 2006 16:53:33 -0000 phk 2006-07-10 16:53:32 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: And now without typo. Revision Changes Path 1.223 +1 -1 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Mon Jul 10 17:59:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5A5416A4DF; Mon, 10 Jul 2006 17:59:26 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EC7F43D46; Mon, 10 Jul 2006 17:59:26 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6AHxQH3023015; Mon, 10 Jul 2006 17:59:26 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6AHxQ7s023011; Mon, 10 Jul 2006 17:59:26 GMT (envelope-from jhb) Message-Id: <200607101759.k6AHxQ7s023011@repoman.freebsd.org> From: John Baldwin Date: Mon, 10 Jul 2006 17:59: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/i386/ibcs2 ibcs2_util.h ibcs2_xenix.c imgact_coff.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, 10 Jul 2006 17:59:27 -0000 jhb 2006-07-10 17:59:26 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_util.h ibcs2_xenix.c imgact_coff.c Log: Retire the stackgap macros from ibcs2 as they are no longer used. Push the includes of and down into the only files that now need them. Revision Changes Path 1.20 +0 -32 src/sys/i386/ibcs2/ibcs2_util.h 1.38 +1 -0 src/sys/i386/ibcs2/ibcs2_xenix.c 1.66 +1 -0 src/sys/i386/ibcs2/imgact_coff.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 19:06:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1F3616A4DA; Mon, 10 Jul 2006 19:06:01 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84E7443D46; Mon, 10 Jul 2006 19:06:01 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6AJ61Tm056894; Mon, 10 Jul 2006 19:06:01 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6AJ61lw056893; Mon, 10 Jul 2006 19:06:01 GMT (envelope-from jhb) Message-Id: <200607101906.k6AJ61lw056893@repoman.freebsd.org> From: John Baldwin Date: Mon, 10 Jul 2006 19:06: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/kern kern_linker.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, 10 Jul 2006 19:06:02 -0000 jhb 2006-07-10 19:06:01 UTC FreeBSD src repository Modified files: sys/kern kern_linker.c Log: Don't try to reuse the linker_file structure after we've freed it when throwing out the kld's loaded by the loader that didn't successfully link. Found by: Coverity Prevent(tm) CID: 1435 Revision Changes Path 1.140 +2 -2 src/sys/kern/kern_linker.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 19:13:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BC0516A4DF; Mon, 10 Jul 2006 19:13:33 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0C2E43D72; Mon, 10 Jul 2006 19:13:32 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6AJDWSg057866; Mon, 10 Jul 2006 19:13:32 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6AJDWb8057865; Mon, 10 Jul 2006 19:13:32 GMT (envelope-from csjp) Message-Id: <200607101913.k6AJDWb8057865@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Mon, 10 Jul 2006 19:13: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/sys/security/mac_biba mac_biba.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, 10 Jul 2006 19:13:33 -0000 csjp 2006-07-10 19:13:32 UTC FreeBSD src repository Modified files: sys/security/mac_biba mac_biba.c Log: Implement mpo_associate_nfsd_label entry point for the BIBA security policy, we will initialize the label to biba/low for files that have been created through an NFS RPC. This is a safe default given the default nature of our NFS implementation, there is not a whole lot of data integrity there by default. This also fixes kernel panics associated with file creation over NFS while creating files on filesystems which have multilabel enabled with BIBA enabled. MFC after: 2 weeks Discussed with: rwatson Revision Changes Path 1.92 +13 -0 src/sys/security/mac_biba/mac_biba.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 19:13:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25AE816A4E2; Mon, 10 Jul 2006 19:13:46 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA4BE43D66; Mon, 10 Jul 2006 19:13:45 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6AJDjjK057893; Mon, 10 Jul 2006 19:13:45 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6AJDjvR057892; Mon, 10 Jul 2006 19:13:45 GMT (envelope-from jhb) Message-Id: <200607101913.k6AJDjvR057892@repoman.freebsd.org> From: John Baldwin Date: Mon, 10 Jul 2006 19:13:45 +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_linker.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, 10 Jul 2006 19:13:46 -0000 jhb 2006-07-10 19:13:45 UTC FreeBSD src repository Modified files: sys/kern kern_linker.c Log: Fix two more instances of using a linker_file_t object in TAILQ() macros after free'ing it. Found by: Coverity Prevent(tm) CID: 1435 Revision Changes Path 1.141 +5 -4 src/sys/kern/kern_linker.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 19:28:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 478A516A4DA; Mon, 10 Jul 2006 19:28:58 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05E5F43D49; Mon, 10 Jul 2006 19:28:58 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6AJSvAc060002; Mon, 10 Jul 2006 19:28:57 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6AJSvbB060001; Mon, 10 Jul 2006 19:28:57 GMT (envelope-from jhb) Message-Id: <200607101928.k6AJSvbB060001@repoman.freebsd.org> From: John Baldwin Date: Mon, 10 Jul 2006 19:28: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/kern kern_linker.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, 10 Jul 2006 19:28:58 -0000 jhb 2006-07-10 19:28:57 UTC FreeBSD src repository Modified files: sys/kern kern_linker.c Log: Explicitly use STAILQ_REMOVE_HEAD() when we know we are removing the head element to avoid confusing Coverity. It's now also easier for humans to parse as well. Found by: Coverity Prevent(tm) CID: 1201 Revision Changes Path 1.142 +2 -3 src/sys/kern/kern_linker.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 19:37:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60DF616A4DD; Mon, 10 Jul 2006 19:37:55 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 682FF43D9F; Mon, 10 Jul 2006 19:37:44 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6AJbhhK060467; Mon, 10 Jul 2006 19:37:43 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6AJbhnY060466; Mon, 10 Jul 2006 19:37:43 GMT (envelope-from jhb) Message-Id: <200607101937.k6AJbhnY060466@repoman.freebsd.org> From: John Baldwin Date: Mon, 10 Jul 2006 19:37: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/sys/compat/freebsd32 freebsd32_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: Mon, 10 Jul 2006 19:37:55 -0000 jhb 2006-07-10 19:37:43 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_misc.c Log: Unexpand PTRIN() in several places and fix one instance where 0 was being used instead of NULL. Revision Changes Path 1.56 +13 -13 src/sys/compat/freebsd32/freebsd32_misc.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 20:51:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03C7416A4DA; Mon, 10 Jul 2006 20:51:31 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B564A43D46; Mon, 10 Jul 2006 20:51:30 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6AKpUJs081205; Mon, 10 Jul 2006 20:51:30 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6AKpULw081204; Mon, 10 Jul 2006 20:51:30 GMT (envelope-from joel) Message-Id: <200607102051.k6AKpULw081204@repoman.freebsd.org> From: Joel Dahl Date: Mon, 10 Jul 2006 20: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/share/man/man9 mac.9 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, 10 Jul 2006 20:51:31 -0000 joel 2006-07-10 20:51:30 UTC FreeBSD src repository (doc committer) Modified files: share/man/man9 mac.9 Log: The TrustedBSD MAC Framework is documented in the Architecture handbook, not in the Developers handbook. Submitted by: Samy Al Bahra Revision Changes Path 1.16 +3 -3 src/share/man/man9/mac.9 From owner-cvs-src@FreeBSD.ORG Mon Jul 10 21:07:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B339216A4DE; Mon, 10 Jul 2006 21:07:31 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F80843D58; Mon, 10 Jul 2006 21:07:31 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6AL7VCc083346; Mon, 10 Jul 2006 21:07:31 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6AL7VPl083345; Mon, 10 Jul 2006 21:07:31 GMT (envelope-from krion) Message-Id: <200607102107.k6AL7VPl083345@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 10 Jul 2006 21:07: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: CVSROOT access.doc_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: Mon, 10 Jul 2006 21:07:31 -0000 krion 2006-07-10 21:07:31 UTC FreeBSD src repository Modified files: . access.doc_src Log: I'm superfluous here since I've got src access, so rm /me. Reminded by: joel Approved by: core (imlicitly) Revision Changes Path 1.42 +0 -1 CVSROOT/access.doc_src From owner-cvs-src@FreeBSD.ORG Mon Jul 10 21:18:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8B5F16A4DA; Mon, 10 Jul 2006 21:18:01 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51F3943D45; Mon, 10 Jul 2006 21:18:01 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6ALI1Cb084230; Mon, 10 Jul 2006 21:18:01 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6ALI1AR084229; Mon, 10 Jul 2006 21:18:01 GMT (envelope-from pjd) Message-Id: <200607102118.k6ALI1AR084229@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 10 Jul 2006 21:18: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/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.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, 10 Jul 2006 21:18:01 -0000 pjd 2006-07-10 21:18:01 UTC FreeBSD src repository Modified files: sys/geom/mirror g_mirror.c sys/geom/raid3 g_raid3.c Log: Use proper defines instead of magic values. MFC after: 1 week Revision Changes Path 1.85 +2 -2 src/sys/geom/mirror/g_mirror.c 1.69 +2 -2 src/sys/geom/raid3/g_raid3.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 21:38:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A47416A501; Mon, 10 Jul 2006 21:38:18 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C825343D49; Mon, 10 Jul 2006 21:38:17 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6ALcHcF085220; Mon, 10 Jul 2006 21:38:17 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6ALcHua085219; Mon, 10 Jul 2006 21:38:17 GMT (envelope-from jhb) Message-Id: <200607102138.k6ALcHua085219@repoman.freebsd.org> From: John Baldwin Date: Mon, 10 Jul 2006 21:38: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/compat/freebsd32 freebsd32_misc.c src/sys/compat/svr4 svr4_stream.c svr4_util.h src/sys/kern uipc_syscalls.c src/sys/sys syscallsubr.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, 10 Jul 2006 21:38:18 -0000 jhb 2006-07-10 21:38:17 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_misc.c sys/compat/svr4 svr4_stream.c svr4_util.h sys/kern uipc_syscalls.c sys/sys syscallsubr.h Log: - Split out kern_accept(), kern_getpeername(), and kern_getsockname() for use by ABI emulators. - Alter the interface of kern_recvit() somewhat. Specifically, go ahead and hard code UIO_USERSPACE in the uio as that's what all the callers specify. In place, add a new uioseg to indicate what type of pointer is in mp->msg_name. Previously it was always a userland address, but ABI emulators may pass in kernel-side sockaddrs. Also, remove the namelenp field and instead require the two places that used it to explicitly copy mp->msg_namelen out to userland. - Use the patched kern_recvit() to replace svr4_recvit() and the stock kern_sendit() to replace svr4_sendit(). - Use kern_bind() instead of stackgap use in ti_bind(). - Use kern_getpeername() and kern_getsockname() instead of stackgap in svr4_stream_ti_ioctl(). - Use kern_connect() instead of stackgap in svr4_do_putmsg(). - Use kern_getpeername() and kern_accept() instead of stackgap in svr4_do_getmsg(). - Retire the stackgap from SVR4 compat as it is no longer used. Revision Changes Path 1.57 +5 -3 src/sys/compat/freebsd32/freebsd32_misc.c 1.58 +63 -379 src/sys/compat/svr4/svr4_stream.c 1.12 +0 -24 src/sys/compat/svr4/svr4_util.h 1.231 +169 -103 src/sys/kern/uipc_syscalls.c 1.43 +8 -2 src/sys/sys/syscallsubr.h From owner-cvs-src@FreeBSD.ORG Mon Jul 10 21:42:57 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4E6C16A4DF; Mon, 10 Jul 2006 21:42:57 +0000 (UTC) (envelope-from john@baldwin.cx) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 177A643D6A; Mon, 10 Jul 2006 21:42:55 +0000 (GMT) (envelope-from john@baldwin.cx) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k6ALgsQs068765; Mon, 10 Jul 2006 17:42:54 -0400 (EDT) (envelope-from john@baldwin.cx) From: John Baldwin To: src-committers@freebsd.org Date: Mon, 10 Jul 2006 17:42:03 -0400 User-Agent: KMail/1.9.1 References: <200607102138.k6ALcHua085219@repoman.freebsd.org> In-Reply-To: <200607102138.k6ALcHua085219@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607101742.04172.john@baldwin.cx> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 10 Jul 2006 17:42:54 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1591/Mon Jul 10 15:41:02 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c src/sys/compat/svr4 svr4_stream.c svr4_util.h src/sys/kern uipc_syscalls.c src/sys/sys syscallsubr.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, 10 Jul 2006 21:42:57 -0000 On Monday 10 July 2006 17:38, John Baldwin wrote: > jhb 2006-07-10 21:38:17 UTC > > FreeBSD src repository > > Log: > - Retire the stackgap from SVR4 compat as it is no longer used. This also finishes off the last of the stackgap in the kernel overall. There is one remaining reference in some uncompiled #if 0 code to try to simulate svr4 [gs]et_mcontext() by using the stackgap to call sysarch() to change the LDT. If anyone decides to actually implement that they'll have to define a suitable KPI to do it instead (if one doesn't already exist). -- John Baldwin From owner-cvs-src@FreeBSD.ORG Mon Jul 10 21:47:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC1FB16A4E0; Mon, 10 Jul 2006 21:47:18 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A7543D8E; Mon, 10 Jul 2006 21:46:59 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr12.xs4all.nl (8.13.6/8.13.6) with ESMTP id k6ALkvoQ036060; Mon, 10 Jul 2006 23:46:57 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.6/8.13.3) with ESMTP id k6ALkuaj001444; Mon, 10 Jul 2006 23:46:56 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.6/8.13.6/Submit) id k6ALkuNp001443; Mon, 10 Jul 2006 23:46:56 +0200 (CEST) (envelope-from wb) Date: Mon, 10 Jul 2006 23:46:56 +0200 From: Wilko Bulte To: Mark Murray , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20060710214656.GA1426@freebie.xs4all.nl> References: <200607092026.k69KQaDr051545@repoman.freebsd.org> <20060709214654.GG21937@fasolt.home.paeps.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060709214654.GG21937@fasolt.home.paeps.cx> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Subject: Re: cvs commit: src/games/fortune/datfiles 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: Mon, 10 Jul 2006 21:47:18 -0000 On Sun, Jul 09, 2006 at 11:46:54PM +0200, Philip Paeps wrote.. > On 2006-07-09 20:26:36 (+0000), Mark Murray wrote: > > | - > > | -# Pass all new entries by ${MAINTAINER} to preserve some semblance of > > | -# humor in the fortune files. What's funny to you on 6 beers may not > > | -# be funny to anyone else. > > | -MAINTAINER= jkh > > That's worth a fortune on its own. ;-) > > - Philip > > [wondering about Philip's First Law, which came to me after processing the > latest hangover: ``Whatever happens in the pub stays in the pub; it does Ideally it stays within the pub's loo.. > not come up in sober conversation.'' :-)] -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Jul 10 22:39:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 228A416A4E1; Mon, 10 Jul 2006 22:39:33 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8FF543D55; Mon, 10 Jul 2006 22:39:32 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6AMdWP3090113; Mon, 10 Jul 2006 22:39:32 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6AMdW5d090112; Mon, 10 Jul 2006 22:39:32 GMT (envelope-from mjacob) Message-Id: <200607102239.k6AMdW5d090112@repoman.freebsd.org> From: Matt Jacob Date: Mon, 10 Jul 2006 22:39: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/sys/dev/isp isp_freebsd.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, 10 Jul 2006 22:39:33 -0000 mjacob 2006-07-10 22:39:32 UTC FreeBSD src repository Modified files: sys/dev/isp isp_freebsd.c Log: Clean up the ioctl to not process nonsense on SCSI isp cards. MFC after: 1 month Revision Changes Path 1.119 +44 -40 src/sys/dev/isp/isp_freebsd.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 22:40:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C57316A4DF; Mon, 10 Jul 2006 22:40:21 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 596D943D5A; Mon, 10 Jul 2006 22:40:21 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6AMeLWQ090200; Mon, 10 Jul 2006 22:40:21 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6AMeLKs090199; Mon, 10 Jul 2006 22:40:21 GMT (envelope-from mjacob) Message-Id: <200607102240.k6AMeLKs090199@repoman.freebsd.org> From: Matt Jacob Date: Mon, 10 Jul 2006 22:40: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/isp isp_target.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, 10 Jul 2006 22:40:21 -0000 mjacob 2006-07-10 22:40:21 UTC FreeBSD src repository Modified files: sys/dev/isp isp_target.c Log: Put in some missing target mode for 2KLOGIN f/w spots. MFC after: 1 month Revision Changes Path 1.37 +24 -10 src/sys/dev/isp/isp_target.c From owner-cvs-src@FreeBSD.ORG Mon Jul 10 23:14:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3D3A16A4DA; Mon, 10 Jul 2006 23:14:07 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B275B43D45; Mon, 10 Jul 2006 23:14:07 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6ANE7Wf094582; Mon, 10 Jul 2006 23:14:07 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6ANE7wh094581; Mon, 10 Jul 2006 23:14:07 GMT (envelope-from davidxu) Message-Id: <200607102314.k6ANE7wh094581@repoman.freebsd.org> From: David Xu Date: Mon, 10 Jul 2006 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/kern kern_thr.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, 10 Jul 2006 23:14:08 -0000 davidxu 2006-07-10 23:14:07 UTC FreeBSD src repository Modified files: sys/kern kern_thr.c Log: Create thread in separated ksegrp, so they always get correct user level priority. Revision Changes Path 1.44 +11 -75 src/sys/kern/kern_thr.c From owner-cvs-src@FreeBSD.ORG Tue Jul 11 00:00:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E95816A4DA; Tue, 11 Jul 2006 00:00:30 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E99543D45; Tue, 11 Jul 2006 00:00:30 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6B00Th2000144; Tue, 11 Jul 2006 00:00:29 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6B00TPt000143; Tue, 11 Jul 2006 00:00:29 GMT (envelope-from mlaier) Message-Id: <200607110000.k6B00TPt000143@repoman.freebsd.org> From: Max Laier Date: Tue, 11 Jul 2006 00:00:29 +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/sys param.h src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.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: Tue, 11 Jul 2006 00:00:31 -0000 mlaier 2006-07-11 00:00:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys param.h sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h Log: MFC iwi update: Sync with if_iwi.c 1.35, if_iwireg.h 1.12, if_iwivar.h 1.11 Lots of changes. This version now requires net/iwi-firmware-kmod so we also bump __FreeBSD_version to use in the port. Revision Changes Path 1.8.2.7 +1525 -618 src/sys/dev/iwi/if_iwi.c 1.2.2.3 +128 -65 src/sys/dev/iwi/if_iwireg.h 1.4.2.2 +69 -19 src/sys/dev/iwi/if_iwivar.h 1.244.2.13 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Tue Jul 11 05:34:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E583B16A4DA; Tue, 11 Jul 2006 05:34:35 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A048243D45; Tue, 11 Jul 2006 05:34:35 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6B5YZYj052959; Tue, 11 Jul 2006 05:34:35 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6B5YZmA052958; Tue, 11 Jul 2006 05:34:35 GMT (envelope-from davidxu) Message-Id: <200607110534.k6B5YZmA052958@repoman.freebsd.org> From: David Xu Date: Tue, 11 Jul 2006 05:34: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/sys/sys thr.h src/sys/kern kern_thr.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, 11 Jul 2006 05:34:36 -0000 davidxu 2006-07-11 05:34:35 UTC FreeBSD src repository Modified files: sys/sys thr.h sys/kern kern_thr.c Log: Add POSIX scheduler parameters support to thr_new syscall, this permits privileged process to create realtime thread. Revision Changes Path 1.45 +57 -4 src/sys/kern/kern_thr.c 1.8 +9 -1 src/sys/sys/thr.h From owner-cvs-src@FreeBSD.ORG Tue Jul 11 06:01:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAA8F16A4DD; Tue, 11 Jul 2006 06:01:14 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 711DC43D53; Tue, 11 Jul 2006 06:01:14 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6B61Elj054704; Tue, 11 Jul 2006 06:01:14 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6B61EeP054703; Tue, 11 Jul 2006 06:01:14 GMT (envelope-from davidxu) Message-Id: <200607110601.k6B61EeP054703@repoman.freebsd.org> From: David Xu Date: Tue, 11 Jul 2006 06:01: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/kern kern_thr.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, 11 Jul 2006 06:01:14 -0000 davidxu 2006-07-11 06:01:14 UTC FreeBSD src repository Modified files: sys/kern kern_thr.c Log: For SCHED_OTHER, we always inherit current thread's interactive priority unless current thread is realtime thread, in such case, we set a new zero priority for it, notice we don't have per-thread nice, the priority passed by userland is ignored here. Revision Changes Path 1.46 +10 -6 src/sys/kern/kern_thr.c From owner-cvs-src@FreeBSD.ORG Tue Jul 11 06:09:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 269CA16A4DF; Tue, 11 Jul 2006 06:09:55 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D821E43D49; Tue, 11 Jul 2006 06:09:54 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6B69sBd056350; Tue, 11 Jul 2006 06:09:54 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6B69sR9056349; Tue, 11 Jul 2006 06:09:54 GMT (envelope-from mjacob) Message-Id: <200607110609.k6B69sR9056349@repoman.freebsd.org> From: Matt Jacob Date: Tue, 11 Jul 2006 06:09: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 MAINTAINERS 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, 11 Jul 2006 06:09:55 -0000 mjacob 2006-07-11 06:09:54 UTC FreeBSD src repository Modified files: . MAINTAINERS Log: Remove pre-commit review on mpt. Revision Changes Path 1.139 +0 -1 src/MAINTAINERS From owner-cvs-src@FreeBSD.ORG Tue Jul 11 06:11:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF7A716A4DE; Tue, 11 Jul 2006 06:11:35 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A07743D4C; Tue, 11 Jul 2006 06:11:35 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6B6BZqn056488; Tue, 11 Jul 2006 06:11:35 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6B6BZop056487; Tue, 11 Jul 2006 06:11:35 GMT (envelope-from davidxu) Message-Id: <200607110611.k6B6BZop056487@repoman.freebsd.org> From: David Xu Date: Tue, 11 Jul 2006 06:11: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/sys/posix4 ksched.c p1003_1b.c posix4.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: Tue, 11 Jul 2006 06:11:35 -0000 davidxu 2006-07-11 06:11:35 UTC FreeBSD src repository Modified files: sys/posix4 ksched.c p1003_1b.c posix4.h Log: Extended the POSIX scheduler APIs to accept lwpid as well, we've already done this in ptrace syscall, when a pid is large than PID_MAX, the syscall will search a thread in current process. It permits 1:1 thread library to get and set a thread's scheduler attributes. Revision Changes Path 1.30 +21 -21 src/sys/posix4/ksched.c 1.28 +69 -36 src/sys/posix4/p1003_1b.c 1.14 +8 -8 src/sys/posix4/posix4.h From owner-cvs-src@FreeBSD.ORG Tue Jul 11 06:15:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9248716A4DA; Tue, 11 Jul 2006 06:15:47 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4277743D46; Tue, 11 Jul 2006 06:15:47 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6B6FlA6057132; Tue, 11 Jul 2006 06:15:47 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6B6Fl2D057131; Tue, 11 Jul 2006 06:15:47 GMT (envelope-from davidxu) Message-Id: <200607110615.k6B6Fl2D057131@repoman.freebsd.org> From: David Xu Date: Tue, 11 Jul 2006 06:15: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/posix4 p1003_1b.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, 11 Jul 2006 06:15:47 -0000 davidxu 2006-07-11 06:15:47 UTC FreeBSD src repository Modified files: sys/posix4 p1003_1b.c Log: Oops, remove debugger line. Revision Changes Path 1.29 +0 -2 src/sys/posix4/p1003_1b.c From owner-cvs-src@FreeBSD.ORG Tue Jul 11 08:19:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C89E16A4DA; Tue, 11 Jul 2006 08:19:58 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47BE643D45; Tue, 11 Jul 2006 08:19:58 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6B8JwNs088152; Tue, 11 Jul 2006 08:19:58 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6B8JwiI088151; Tue, 11 Jul 2006 08:19:58 GMT (envelope-from davidxu) Message-Id: <200607110819.k6B8JwiI088151@repoman.freebsd.org> From: David Xu Date: Tue, 11 Jul 2006 08:19: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/kern kern_thr.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, 11 Jul 2006 08:19:58 -0000 davidxu 2006-07-11 08:19:57 UTC FreeBSD src repository Modified files: sys/kern kern_thr.c Log: Don't forget to check invalid policy! Revision Changes Path 1.47 +9 -7 src/sys/kern/kern_thr.c From owner-cvs-src@FreeBSD.ORG Tue Jul 11 11:22:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C3AB16A4FD; Tue, 11 Jul 2006 11:22:22 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD0B343D9B; Tue, 11 Jul 2006 11:22:06 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BBM6oL018658; Tue, 11 Jul 2006 11:22:06 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BBM6pO018657; Tue, 11 Jul 2006 11:22:06 GMT (envelope-from cognet) Message-Id: <200607111122.k6BBM6pO018657@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 11 Jul 2006 11:22: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/arm/arm 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: Tue, 11 Jul 2006 11:22:22 -0000 cognet 2006-07-11 11:22:06 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: Add a new flag to pmap_enter_locked() to say if it's OK to wait. If it is, and we're unable to allocate the memory for a PTE, we'll wait until we can. If not, we'll just return. Use M_NOWAIT|M_USE_RESERVE to allocate PTEs, it is less aggressive than M_NOWAIT alone. Suggested by: alc Revision Changes Path 1.65 +22 -10 src/sys/arm/arm/pmap.c From owner-cvs-src@FreeBSD.ORG Tue Jul 11 11:58:21 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 334F016A4DD; Tue, 11 Jul 2006 11:58:21 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B272043D45; Tue, 11 Jul 2006 11:58:20 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.6/8.13.6/NETPLEX) with ESMTP id k6BBwJOm012671; Tue, 11 Jul 2006 07:58:19 -0400 (EDT) Date: Tue, 11 Jul 2006 07:58:19 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: David Xu In-Reply-To: <200607110534.k6B5YZmA052958@repoman.freebsd.org> Message-ID: References: <200607110534.k6B5YZmA052958@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys thr.h src/sys/kern kern_thr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 11:58:21 -0000 On Tue, 11 Jul 2006, David Xu wrote: > davidxu 2006-07-11 05:34:35 UTC > > FreeBSD src repository > > Modified files: > sys/sys thr.h > sys/kern kern_thr.c > Log: > Add POSIX scheduler parameters support to thr_new syscall, this permits > privileged process to create realtime thread. Can you do this for unprivileged processes using scope process threads? -- DE From owner-cvs-src@FreeBSD.ORG Tue Jul 11 16:26:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 059C516A4DE; Tue, 11 Jul 2006 16:26:41 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7C0B43D49; Tue, 11 Jul 2006 16:26:40 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BGQebH058454; Tue, 11 Jul 2006 16:26:40 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BGQemx058453; Tue, 11 Jul 2006 16:26:40 GMT (envelope-from joel) Message-Id: <200607111626.k6BGQemx058453@repoman.freebsd.org> From: Joel Dahl Date: Tue, 11 Jul 2006 16:26: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/share/man/man9 mac.9 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, 11 Jul 2006 16:26:41 -0000 joel 2006-07-11 16:26:40 UTC FreeBSD src repository (doc committer) Modified files: share/man/man9 mac.9 Log: Gah. Replace another instance of "Developer's Handbook" with "Architecture Handbook". Revision Changes Path 1.17 +1 -1 src/share/man/man9/mac.9 From owner-cvs-src@FreeBSD.ORG Tue Jul 11 16:32:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B061916A4DE; Tue, 11 Jul 2006 16:32:27 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A44643D76; Tue, 11 Jul 2006 16:32:21 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BGWK5c062299; Tue, 11 Jul 2006 16:32:20 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BGWKGN062298; Tue, 11 Jul 2006 16:32:20 GMT (envelope-from sam) Message-Id: <200607111632.k6BGWKGN062298@repoman.freebsd.org> From: Sam Leffler Date: Tue, 11 Jul 2006 16:32: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/sys/contrib/dev/ath COPYRIGHT README ah.h ah_desc.h ah_devid.h ah_soc.h version.h src/sys/contrib/dev/ath/freebsd ah_if.m ah_osdep.c ah_osdep.h src/sys/contrib/dev/ath/public alpha-elf.hal.o.uu ap30.hal.o.uu ... 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, 11 Jul 2006 16:32:27 -0000 sam 2006-07-11 16:32:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/contrib/dev/ath COPYRIGHT README ah.h ah_desc.h ah_devid.h version.h sys/contrib/dev/ath/freebsd ah_if.m ah_osdep.c ah_osdep.h sys/contrib/dev/ath/public alpha-elf.hal.o.uu arm9-le-thumb-elf.hal.o.uu arm9-le-thumb-elf.inc armv4-be-elf.hal.o.uu armv4-be-elf.inc armv4-be-elf.opt_ah.h armv4-le-elf.hal.o.uu armv4-le-elf.inc armv4-le-elf.opt_ah.h i386-elf.hal.o.uu i386-elf.inc mips-be-elf.hal.o.uu mips-be-elf.inc mips-be-elf.opt_ah.h mips-le-elf.hal.o.uu mips-le-elf.inc mips-le-elf.opt_ah.h mips1-be-elf.hal.o.uu mips1-be-elf.inc mips1-be-elf.opt_ah.h mips1-le-elf.hal.o.uu mips1-le-elf.inc mips1-le-elf.opt_ah.h mipsisa32-be-elf.hal.o.uu mipsisa32-be-elf.inc mipsisa32-be-elf.opt_ah.h mipsisa32-le-elf.hal.o.uu mipsisa32-le-elf.inc mipsisa32-le-elf.opt_ah.h powerpc-be-eabi.hal.o.uu powerpc-be-eabi.inc powerpc-be-eabi.opt_ah.h powerpc-be-elf.hal.o.uu powerpc-be-elf.inc powerpc-be-elf.opt_ah.h powerpc-le-eabi.hal.o.uu powerpc-le-eabi.inc powerpc-le-eabi.opt_ah.h sh4-le-elf.hal.o.uu sh4-le-elf.inc sparc64-be-elf.hal.o.uu sparc64-be-elf.inc x86_64-elf.hal.o.uu x86_64-elf.inc xscale-be-elf.hal.o.uu xscale-be-elf.inc xscale-be-elf.opt_ah.h xscale-le-elf.hal.o.uu xscale-le-elf.inc xscale-le-elf.opt_ah.h Added files: (Branch: RELENG_6) sys/contrib/dev/ath ah_soc.h sys/contrib/dev/ath/public ap30.hal.o.uu ap30.inc ap30.opt_ah.h ap43.hal.o.uu ap43.inc ap43.opt_ah.h ap51.hal.o.uu ap51.inc ap51.opt_ah.h ap61.hal.o.uu ap61.inc ap61.opt_ah.h sparc-be-elf.hal.o.uu sparc-be-elf.inc sparc-be-elf.opt_ah.h Log: MFC v0.9.17.2 Revision Changes Path 1.1.1.2.2.2 +1 -1 src/sys/contrib/dev/ath/COPYRIGHT 1.1.1.3.2.2 +20 -1 src/sys/contrib/dev/ath/README 1.1.1.6.2.2 +48 -9 src/sys/contrib/dev/ath/ah.h 1.1.1.2.2.2 +3 -1 src/sys/contrib/dev/ath/ah_desc.h 1.1.1.3.2.2 +1 -1 src/sys/contrib/dev/ath/ah_devid.h 1.1.1.1.2.1 +110 -0 src/sys/contrib/dev/ath/ah_soc.h (new) 1.1.1.2.2.2 +1 -1 src/sys/contrib/dev/ath/freebsd/ah_if.m 1.4.2.2 +36 -9 src/sys/contrib/dev/ath/freebsd/ah_osdep.c 1.1.1.4.2.2 +22 -22 src/sys/contrib/dev/ath/freebsd/ah_osdep.h 1.1.1.1.2.2 +9955 -9827 src/sys/contrib/dev/ath/public/alpha-elf.hal.o.uu 1.1.1.1.2.1 +3846 -0 src/sys/contrib/dev/ath/public/ap30.hal.o.uu (new) 1.1.1.1.2.1 +69 -0 src/sys/contrib/dev/ath/public/ap30.inc (new) 1.1.1.1.2.1 +5 -0 src/sys/contrib/dev/ath/public/ap30.opt_ah.h (new) 1.1.1.1.2.1 +3830 -0 src/sys/contrib/dev/ath/public/ap43.hal.o.uu (new) 1.1.1.1.2.1 +69 -0 src/sys/contrib/dev/ath/public/ap43.inc (new) 1.1.1.1.2.1 +4 -0 src/sys/contrib/dev/ath/public/ap43.opt_ah.h (new) 1.1.1.1.2.1 +3588 -0 src/sys/contrib/dev/ath/public/ap51.hal.o.uu (new) 1.1.1.1.2.1 +69 -0 src/sys/contrib/dev/ath/public/ap51.inc (new) 1.1.1.1.2.1 +4 -0 src/sys/contrib/dev/ath/public/ap51.opt_ah.h (new) 1.1.1.1.2.1 +3565 -0 src/sys/contrib/dev/ath/public/ap61.hal.o.uu (new) 1.1.1.1.2.1 +69 -0 src/sys/contrib/dev/ath/public/ap61.inc (new) 1.1.1.1.2.1 +3 -0 src/sys/contrib/dev/ath/public/ap61.opt_ah.h (new) 1.1.1.1.2.2 +5770 -5670 src/sys/contrib/dev/ath/public/arm9-le-thumb-elf.hal.o.uu 1.1.1.1.2.2 +3 -2 src/sys/contrib/dev/ath/public/arm9-le-thumb-elf.inc 1.1.1.1.2.2 +5344 -5415 src/sys/contrib/dev/ath/public/armv4-be-elf.hal.o.uu 1.1.1.1.2.2 +8 -2 src/sys/contrib/dev/ath/public/armv4-be-elf.inc 1.1.1.1.2.2 +1 -0 src/sys/contrib/dev/ath/public/armv4-be-elf.opt_ah.h 1.1.1.1.2.2 +5243 -4793 src/sys/contrib/dev/ath/public/armv4-le-elf.hal.o.uu 1.1.1.1.2.2 +8 -2 src/sys/contrib/dev/ath/public/armv4-le-elf.inc 1.1.1.1.2.2 +1 -0 src/sys/contrib/dev/ath/public/armv4-le-elf.opt_ah.h 1.1.1.1.2.2 +3969 -3912 src/sys/contrib/dev/ath/public/i386-elf.hal.o.uu 1.1.1.1.2.2 +1 -1 src/sys/contrib/dev/ath/public/i386-elf.inc 1.1.1.1.2.2 +5224 -5146 src/sys/contrib/dev/ath/public/mips-be-elf.hal.o.uu 1.1.1.1.2.2 +6 -1 src/sys/contrib/dev/ath/public/mips-be-elf.inc 1.1.1.1.2.2 +1 -0 src/sys/contrib/dev/ath/public/mips-be-elf.opt_ah.h 1.1.1.1.2.2 +5508 -4899 src/sys/contrib/dev/ath/public/mips-le-elf.hal.o.uu 1.1.1.1.2.2 +6 -1 src/sys/contrib/dev/ath/public/mips-le-elf.inc 1.1.1.1.2.2 +1 -0 src/sys/contrib/dev/ath/public/mips-le-elf.opt_ah.h 1.1.1.1.2.2 +5857 -5947 src/sys/contrib/dev/ath/public/mips1-be-elf.hal.o.uu 1.1.1.1.2.2 +6 -1 src/sys/contrib/dev/ath/public/mips1-be-elf.inc 1.1.1.1.2.2 +1 -0 src/sys/contrib/dev/ath/public/mips1-be-elf.opt_ah.h 1.1.1.1.2.2 +5722 -5169 src/sys/contrib/dev/ath/public/mips1-le-elf.hal.o.uu 1.1.1.1.2.2 +6 -1 src/sys/contrib/dev/ath/public/mips1-le-elf.inc 1.1.1.1.2.2 +1 -0 src/sys/contrib/dev/ath/public/mips1-le-elf.opt_ah.h 1.1.1.1.2.2 +5981 -5868 src/sys/contrib/dev/ath/public/mipsisa32-be-elf.hal.o.uu 1.1.1.1.2.2 +6 -1 src/sys/contrib/dev/ath/public/mipsisa32-be-elf.inc 1.1.1.1.2.2 +1 -0 src/sys/contrib/dev/ath/public/mipsisa32-be-elf.opt_ah.h 1.1.1.1.2.2 +6047 -5376 src/sys/contrib/dev/ath/public/mipsisa32-le-elf.hal.o.uu 1.1.1.1.2.2 +6 -1 src/sys/contrib/dev/ath/public/mipsisa32-le-elf.inc 1.1.1.1.2.2 +1 -0 src/sys/contrib/dev/ath/public/mipsisa32-le-elf.opt_ah.h 1.1.1.1.2.2 +5187 -5115 src/sys/contrib/dev/ath/public/powerpc-be-eabi.hal.o.uu 1.1.1.1.2.2 +7 -2 src/sys/contrib/dev/ath/public/powerpc-be-eabi.inc 1.1.1.1.2.2 +1 -0 src/sys/contrib/dev/ath/public/powerpc-be-eabi.opt_ah.h 1.1.1.1.2.2 +5187 -5115 src/sys/contrib/dev/ath/public/powerpc-be-elf.hal.o.uu 1.1.1.1.2.2 +7 -2 src/sys/contrib/dev/ath/public/powerpc-be-elf.inc 1.1.1.1.2.2 +1 -0 src/sys/contrib/dev/ath/public/powerpc-be-elf.opt_ah.h 1.1.1.1.2.2 +5277 -5204 src/sys/contrib/dev/ath/public/powerpc-le-eabi.hal.o.uu 1.1.1.1.2.2 +7 -2 src/sys/contrib/dev/ath/public/powerpc-le-eabi.inc 1.1.1.1.2.2 +1 -0 src/sys/contrib/dev/ath/public/powerpc-le-eabi.opt_ah.h 1.1.1.1.2.2 +4531 -4458 src/sys/contrib/dev/ath/public/sh4-le-elf.hal.o.uu 1.1.1.1.2.2 +1 -1 src/sys/contrib/dev/ath/public/sh4-le-elf.inc 1.1.1.1.2.1 +5744 -0 src/sys/contrib/dev/ath/public/sparc-be-elf.hal.o.uu (new) 1.1.1.1.2.1 +72 -0 src/sys/contrib/dev/ath/public/sparc-be-elf.inc (new) 1.1.1.1.2.1 +8 -0 src/sys/contrib/dev/ath/public/sparc-be-elf.opt_ah.h (new) 1.1.1.1.2.2 +6361 -6261 src/sys/contrib/dev/ath/public/sparc64-be-elf.hal.o.uu 1.1.1.1.2.2 +6 -0 src/sys/contrib/dev/ath/public/sparc64-be-elf.inc 1.1.1.1.2.2 +5377 -5282 src/sys/contrib/dev/ath/public/x86_64-elf.hal.o.uu 1.1.1.1.2.2 +1 -1 src/sys/contrib/dev/ath/public/x86_64-elf.inc 1.1.1.1.2.2 +5210 -5125 src/sys/contrib/dev/ath/public/xscale-be-elf.hal.o.uu 1.1.1.1.2.2 +7 -2 src/sys/contrib/dev/ath/public/xscale-be-elf.inc 1.1.1.1.2.2 +1 -0 src/sys/contrib/dev/ath/public/xscale-be-elf.opt_ah.h 1.1.1.1.2.2 +5255 -5170 src/sys/contrib/dev/ath/public/xscale-le-elf.hal.o.uu 1.1.1.1.2.2 +7 -2 src/sys/contrib/dev/ath/public/xscale-le-elf.inc 1.1.1.1.2.2 +1 -0 src/sys/contrib/dev/ath/public/xscale-le-elf.opt_ah.h 1.1.1.6.2.2 +2 -2 src/sys/contrib/dev/ath/version.h From owner-cvs-src@FreeBSD.ORG Tue Jul 11 16:34:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63DAA16A54D; Tue, 11 Jul 2006 16:34:09 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31DAF43D93; Tue, 11 Jul 2006 16:33:13 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BGXCTW062365; Tue, 11 Jul 2006 16:33:12 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BGXCwe062364; Tue, 11 Jul 2006 16:33:12 GMT (envelope-from sam) Message-Id: <200607111633.k6BGXCwe062364@repoman.freebsd.org> From: Sam Leffler Date: Tue, 11 Jul 2006 16:33:12 +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/ath if_ath.c if_ath_pci.c if_athvar.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: Tue, 11 Jul 2006 16:34:09 -0000 sam 2006-07-11 16:33:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ath if_ath.c if_ath_pci.c if_athvar.h Log: sync w/ HEAD and for v0.9.17.2 hal Revision Changes Path 1.94.2.24 +6 -7 src/sys/dev/ath/if_ath.c 1.12.2.1 +4 -3 src/sys/dev/ath/if_ath_pci.c 1.27.2.8 +5 -5 src/sys/dev/ath/if_athvar.h From owner-cvs-src@FreeBSD.ORG Tue Jul 11 16:35:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACFA116A4DF; Tue, 11 Jul 2006 16:35:01 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF2FF43D6E; Tue, 11 Jul 2006 16:34:13 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BGYDp9062442; Tue, 11 Jul 2006 16:34:13 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BGYDKk062441; Tue, 11 Jul 2006 16:34:13 GMT (envelope-from sam) Message-Id: <200607111634.k6BGYDKk062441@repoman.freebsd.org> From: Sam Leffler Date: Tue, 11 Jul 2006 16:34:13 +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/conf options 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, 11 Jul 2006 16:35:01 -0000 sam 2006-07-11 16:34:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf options Log: MFC: delete ath hal options so we don't clobber released opt_ah.h Revision Changes Path 1.510.2.11 +0 -12 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Tue Jul 11 16:35:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8C8116A4ED; Tue, 11 Jul 2006 16:35:07 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EA1943DA4; Tue, 11 Jul 2006 16:34:39 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BGYdCW062477; Tue, 11 Jul 2006 16:34:39 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BGYdXe062476; Tue, 11 Jul 2006 16:34:39 GMT (envelope-from sam) Message-Id: <200607111634.k6BGYdXe062476@repoman.freebsd.org> From: Sam Leffler Date: Tue, 11 Jul 2006 16:34:39 +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/conf files.powerpc files.sparc64 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, 11 Jul 2006 16:35:08 -0000 sam 2006-07-11 16:34:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files.powerpc files.sparc64 Log: MFC: add ath hal build rules Revision Changes Path 1.44.2.3 +11 -0 src/sys/conf/files.powerpc 1.73.2.3 +9 -0 src/sys/conf/files.sparc64 From owner-cvs-src@FreeBSD.ORG Tue Jul 11 16:35:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCBFD16A4E9; Tue, 11 Jul 2006 16:35:48 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E15C43D60; Tue, 11 Jul 2006 16:35:07 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BGZ7rB062527; Tue, 11 Jul 2006 16:35:07 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BGZ78q062526; Tue, 11 Jul 2006 16:35:07 GMT (envelope-from sam) Message-Id: <200607111635.k6BGZ78q062526@repoman.freebsd.org> From: Sam Leffler Date: Tue, 11 Jul 2006 16:35:07 +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/i386/conf GENERIC 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, 11 Jul 2006 16:35:48 -0000 sam 2006-07-11 16:35:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/conf GENERIC Log: MFC: add ath and related code Revision Changes Path 1.429.2.10 +6 -0 src/sys/i386/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Tue Jul 11 16:35:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB88016A59D; Tue, 11 Jul 2006 16:35:58 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 637C343D76; Tue, 11 Jul 2006 16:35:53 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BGZrmJ062605; Tue, 11 Jul 2006 16:35:53 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BGZrxT062604; Tue, 11 Jul 2006 16:35:53 GMT (envelope-from sam) Message-Id: <200607111635.k6BGZrxT062604@repoman.freebsd.org> From: Sam Leffler Date: Tue, 11 Jul 2006 16:35: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/amd64/conf GENERIC 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, 11 Jul 2006 16:35:59 -0000 sam 2006-07-11 16:35:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/conf GENERIC Log: MFC: add ath and related modules Revision Changes Path 1.439.2.12 +6 -0 src/sys/amd64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Tue Jul 11 16:36:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 518C316A4E9; Tue, 11 Jul 2006 16:36:40 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD0DC43D49; Tue, 11 Jul 2006 16:36:29 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BGaSJQ062647; Tue, 11 Jul 2006 16:36:28 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BGaSW1062646; Tue, 11 Jul 2006 16:36:28 GMT (envelope-from sam) Message-Id: <200607111636.k6BGaSW1062646@repoman.freebsd.org> From: Sam Leffler Date: Tue, 11 Jul 2006 16:36:28 +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/conf GENERIC 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, 11 Jul 2006 16:36:40 -0000 sam 2006-07-11 16:36:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sparc64/conf GENERIC Log: MFC: add ath and related code Revision Changes Path 1.96.2.8 +9 -0 src/sys/sparc64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Tue Jul 11 16:37:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4CE916A4DE; Tue, 11 Jul 2006 16:37:27 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C536F43D68; Tue, 11 Jul 2006 16:37:22 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BGbMHJ062709; Tue, 11 Jul 2006 16:37:22 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BGbM1X062708; Tue, 11 Jul 2006 16:37:22 GMT (envelope-from sam) Message-Id: <200607111637.k6BGbM1X062708@repoman.freebsd.org> From: Sam Leffler Date: Tue, 11 Jul 2006 16:37:22 +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/modules 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: Tue, 11 Jul 2006 16:37:27 -0000 sam 2006-07-11 16:37:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/modules Makefile Log: enable ath for sparc64 and powerpc Revision Changes Path 1.450.2.19 +2 -0 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Tue Jul 11 17:27:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A8D816A4E1; Tue, 11 Jul 2006 17:27:05 +0000 (UTC) (envelope-from daichi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78D0243D6D; Tue, 11 Jul 2006 17:27:04 +0000 (GMT) (envelope-from daichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BHR42A073940; Tue, 11 Jul 2006 17:27:04 GMT (envelope-from daichi@repoman.freebsd.org) Received: (from daichi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BHR4TY073939; Tue, 11 Jul 2006 17:27:04 GMT (envelope-from daichi) Message-Id: <200607111727.k6BHR4TY073939@repoman.freebsd.org> From: Daichi GOTO Date: Tue, 11 Jul 2006 17:27: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/sys/ufs/ufs ufs_lookup.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, 11 Jul 2006 17:27:05 -0000 daichi 2006-07-11 17:27:04 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_lookup.c Log: The ufs_lookup.c has a critical bug around the whiteout process. UFS must check a whiteout name when it uses the whiteout, but the current implementation does not check the whileout name, so sometimes UFS writes over a wrong whtieout. UFS *MUST* check the whiteout name to use a corrent whiteout. This bug leads unionfs. panic. This commit fixes this trouble. Submitted by: Masanori Ozawa (unionfs developer) Reviewed by: tegge & rodrigc (mentor) Approved by: rodrigc (mentor) MFC after: 2 weeks Revision Changes Path 1.81 +10 -2 src/sys/ufs/ufs/ufs_lookup.c From owner-cvs-src@FreeBSD.ORG Tue Jul 11 17:32:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AABFF16A4E2; Tue, 11 Jul 2006 17:32:19 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6719843D46; Tue, 11 Jul 2006 17:32:19 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BHWJGC074316; Tue, 11 Jul 2006 17:32:19 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BHWJSb074315; Tue, 11 Jul 2006 17:32:19 GMT (envelope-from sam) Message-Id: <200607111732.k6BHWJSb074315@repoman.freebsd.org> From: Sam Leffler Date: Tue, 11 Jul 2006 17:32:19 +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/conf files.alpha 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, 11 Jul 2006 17:32:19 -0000 sam 2006-07-11 17:32:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files.alpha Log: add ath hal glue Revision Changes Path 1.121.2.2 +9 -0 src/sys/conf/files.alpha From owner-cvs-src@FreeBSD.ORG Tue Jul 11 17:32:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07F7316A4DE; Tue, 11 Jul 2006 17:32:56 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B812543D49; Tue, 11 Jul 2006 17:32:55 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BHWtsE074382; Tue, 11 Jul 2006 17:32:55 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BHWtb8074381; Tue, 11 Jul 2006 17:32:55 GMT (envelope-from sam) Message-Id: <200607111732.k6BHWtb8074381@repoman.freebsd.org> From: Sam Leffler Date: Tue, 11 Jul 2006 17:32: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/contrib/dev/ath/freebsd ah_osdep.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, 11 Jul 2006 17:32:56 -0000 sam 2006-07-11 17:32:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/contrib/dev/ath/freebsd ah_osdep.c Log: must cast through uintptr_t for alpha Revision Changes Path 1.4.2.3 +4 -4 src/sys/contrib/dev/ath/freebsd/ah_osdep.c From owner-cvs-src@FreeBSD.ORG Tue Jul 11 17:33:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38B8B16A4DE; Tue, 11 Jul 2006 17:33:36 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8FC043D55; Tue, 11 Jul 2006 17:33:35 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BHXZRg074503; Tue, 11 Jul 2006 17:33:35 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BHXZL9074502; Tue, 11 Jul 2006 17:33:35 GMT (envelope-from sam) Message-Id: <200607111733.k6BHXZL9074502@repoman.freebsd.org> From: Sam Leffler Date: Tue, 11 Jul 2006 17:33:35 +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/modules 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: Tue, 11 Jul 2006 17:33:36 -0000 sam 2006-07-11 17:33:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/modules Makefile Log: enable ath hal on alpha Revision Changes Path 1.450.2.20 +1 -0 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Tue Jul 11 17:34:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D188F16A4DD; Tue, 11 Jul 2006 17:34:13 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB4F43D53; Tue, 11 Jul 2006 17:34:13 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BHYDaV074559; Tue, 11 Jul 2006 17:34:13 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BHYDYS074558; Tue, 11 Jul 2006 17:34:13 GMT (envelope-from sam) Message-Id: <200607111734.k6BHYDYS074558@repoman.freebsd.org> From: Sam Leffler Date: Tue, 11 Jul 2006 17:34:13 +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/alpha/conf GENERIC 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, 11 Jul 2006 17:34:13 -0000 sam 2006-07-11 17:34:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/alpha/conf GENERIC Log: add ath & co. (compile tested only) Revision Changes Path 1.186.2.7 +10 -0 src/sys/alpha/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Tue Jul 11 19:13:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C8C116A4DD; Tue, 11 Jul 2006 19:13:06 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B205C43D46; Tue, 11 Jul 2006 19:13:04 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BJD4hm086530; Tue, 11 Jul 2006 19:13:04 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BJD4B6086529; Tue, 11 Jul 2006 19:13:04 GMT (envelope-from obrien) Message-Id: <200607111913.k6BJD4B6086529@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 11 Jul 2006 19:13:04 +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/contrib/gcc/config freebsd-spec.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: Tue, 11 Jul 2006 19:13:06 -0000 obrien 2006-07-11 19:13:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/gcc/config freebsd-spec.h Log: MFC: revs. 1.19-1.21: support targeting FreeBSD 7 (and cleanups). Revision Changes Path 1.19.2.1 +3 -12 src/contrib/gcc/config/freebsd-spec.h From owner-cvs-src@FreeBSD.ORG Tue Jul 11 20:02:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 961B816A4DE; Tue, 11 Jul 2006 20:02:40 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12A6843D6B; Tue, 11 Jul 2006 20:02:40 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BK2dQH089145; Tue, 11 Jul 2006 20:02:39 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BK2dSZ089144; Tue, 11 Jul 2006 20:02:39 GMT (envelope-from obrien) Message-Id: <200607112002.k6BK2dSZ089144@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 11 Jul 2006 20:02:39 +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/gnu/usr.bin/cc/cc_tools freebsd-native.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: Tue, 11 Jul 2006 20:02:40 -0000 obrien 2006-07-11 20:02:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/usr.bin/cc/cc_tools freebsd-native.h Log: MFC: define FBSD_CC_VER simular to FBSD_MAJOR. Revision Changes Path 1.24.8.2 +2 -1 src/gnu/usr.bin/cc/cc_tools/freebsd-native.h From owner-cvs-src@FreeBSD.ORG Tue Jul 11 20:52:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 928AE16A4EB; Tue, 11 Jul 2006 20:52:33 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D29B443D9A; Tue, 11 Jul 2006 20:52:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BKq85S000983; Tue, 11 Jul 2006 20:52:08 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BKq8Gj000982; Tue, 11 Jul 2006 20:52:08 GMT (envelope-from jhb) Message-Id: <200607112052.k6BKq8Gj000982@repoman.freebsd.org> From: John Baldwin Date: Tue, 11 Jul 2006 20:52: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/amd64/linux32 syscalls.master src/sys/compat/linux linux_file.c src/sys/compat/svr4 svr4_misc.c syscalls.master src/sys/i386/ibcs2 ibcs2_misc.c syscalls.master src/sys/i386/linux syscalls.master src/sys/kern syscalls.master vfs_syscalls.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, 11 Jul 2006 20:52:33 -0000 jhb 2006-07-11 20:52:08 UTC FreeBSD src repository Modified files: sys/amd64/linux32 syscalls.master sys/compat/linux linux_file.c sys/compat/svr4 svr4_misc.c syscalls.master sys/i386/ibcs2 ibcs2_misc.c syscalls.master sys/i386/linux syscalls.master sys/kern syscalls.master vfs_syscalls.c Log: - Add conditional VFS Giant locking to getdents_common() (linux ABIs), ibcs2_getdents(), ibcs2_read(), ogetdirentries(), svr4_sys_getdents(), and svr4_sys_getdents64() similar to that in getdirentries(). - Mark ibcs2_getdents(), ibcs2_read(), linux_getdents(), linux_getdents64(), linux_readdir(), ogetdirentries(), svr4_sys_getdents(), and svr4_sys_getdents64() MPSAFE. Revision Changes Path 1.16 +3 -3 src/sys/amd64/linux32/syscalls.master 1.96 +14 -13 src/sys/compat/linux/linux_file.c 1.86 +8 -3 src/sys/compat/svr4/svr4_misc.c 1.23 +2 -2 src/sys/compat/svr4/syscalls.master 1.64 +8 -2 src/sys/i386/ibcs2/ibcs2_misc.c 1.25 +2 -2 src/sys/i386/ibcs2/syscalls.master 1.73 +3 -3 src/sys/i386/linux/syscalls.master 1.218 +1 -1 src/sys/kern/syscalls.master 1.417 +11 -2 src/sys/kern/vfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Tue Jul 11 20:55:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 458DD16A524; Tue, 11 Jul 2006 20:55:59 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2FF243D88; Tue, 11 Jul 2006 20:55:24 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BKtOqX001297; Tue, 11 Jul 2006 20:55:24 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BKtObC001296; Tue, 11 Jul 2006 20:55:24 GMT (envelope-from jhb) Message-Id: <200607112055.k6BKtObC001296@repoman.freebsd.org> From: John Baldwin Date: Tue, 11 Jul 2006 20:55:24 +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/compat/svr4 svr4_proto.h svr4_syscall.h svr4_syscallnames.c svr4_sysent.c src/sys/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c src/sys/i386/linux linux_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: Tue, 11 Jul 2006 20:55:59 -0000 jhb 2006-07-11 20:55:24 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c sys/compat/svr4 svr4_proto.h svr4_syscall.h svr4_syscallnames.c svr4_sysent.c sys/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c sys/kern init_sysent.c syscalls.c sys/sys syscall.h syscall.mk sysproto.h Log: Regen. Revision Changes Path 1.18 +1 -1 src/sys/amd64/linux32/linux32_proto.h 1.18 +1 -1 src/sys/amd64/linux32/linux32_syscall.h 1.18 +4 -4 src/sys/amd64/linux32/linux32_sysent.c 1.22 +1 -1 src/sys/compat/svr4/svr4_proto.h 1.20 +1 -1 src/sys/compat/svr4/svr4_syscall.h 1.20 +1 -1 src/sys/compat/svr4/svr4_syscallnames.c 1.21 +3 -3 src/sys/compat/svr4/svr4_sysent.c 1.26 +1 -1 src/sys/i386/ibcs2/ibcs2_proto.h 1.23 +1 -1 src/sys/i386/ibcs2/ibcs2_syscall.h 1.28 +3 -3 src/sys/i386/ibcs2/ibcs2_sysent.c 1.76 +1 -1 src/sys/i386/linux/linux_proto.h 1.70 +1 -1 src/sys/i386/linux/linux_syscall.h 1.77 +4 -4 src/sys/i386/linux/linux_sysent.c 1.213 +2 -2 src/sys/kern/init_sysent.c 1.197 +1 -1 src/sys/kern/syscalls.c 1.194 +1 -1 src/sys/sys/syscall.h 1.149 +1 -1 src/sys/sys/syscall.mk 1.196 +1 -1 src/sys/sys/sysproto.h From owner-cvs-src@FreeBSD.ORG Tue Jul 11 21:50:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA96616A580; Tue, 11 Jul 2006 21:50:00 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C71043D7C; Tue, 11 Jul 2006 21:49:55 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BLnt0K013540; Tue, 11 Jul 2006 21:49:55 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BLntC6013539; Tue, 11 Jul 2006 21:49:55 GMT (envelope-from rwatson) Message-Id: <200607112149.k6BLntC6013539@repoman.freebsd.org> From: Robert Watson Date: Tue, 11 Jul 2006 21:49: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/kern uipc_usrreq.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, 11 Jul 2006 21:50:01 -0000 rwatson 2006-07-11 21:49:55 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: Reduce periods of simultaneous acquisition of various socket buffer locks and the unplock during uipc_rcvd() and uipc_send() by caching certain values from one structure while its locks are held, and applying them to a second structure while its locks are held. If done carefully, this should be correct, and will reduce the amount of work done with the global unp lock held. Tested by: kris (earlier version) Revision Changes Path 1.171 +28 -20 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue Jul 11 21:52:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AABD216A4F0; Tue, 11 Jul 2006 21:52:12 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AE1743D96; Tue, 11 Jul 2006 21:52:09 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BLq9dK013741; Tue, 11 Jul 2006 21:52:09 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BLq9jb013740; Tue, 11 Jul 2006 21:52:09 GMT (envelope-from sam) Message-Id: <200607112152.k6BLq9jb013740@repoman.freebsd.org> From: Sam Leffler Date: Tue, 11 Jul 2006 21:52:09 +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/modules/ath_hal 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: Tue, 11 Jul 2006 21:52:12 -0000 sam 2006-07-11 21:52:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/modules/ath_hal Makefile Log: sync w/ HEAD Revision Changes Path 1.4.2.1 +9 -1 src/sys/modules/ath_hal/Makefile From owner-cvs-src@FreeBSD.ORG Tue Jul 11 21:57:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE96016A4DA; Tue, 11 Jul 2006 21:57:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C99E43D8A; Tue, 11 Jul 2006 21:56:58 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BLuwLb013960; Tue, 11 Jul 2006 21:56:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BLuwL8013959; Tue, 11 Jul 2006 21:56:58 GMT (envelope-from rwatson) Message-Id: <200607112156.k6BLuwL8013959@repoman.freebsd.org> From: Robert Watson Date: Tue, 11 Jul 2006 21:56: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/kern uipc_socket.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, 11 Jul 2006 21:57:01 -0000 rwatson 2006-07-11 21:56:58 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: When pru_attach() fails, call sodealloc() on the socket rather than using sorele() and the full tear-down path. Since protocol state allocation failed, this is not required (and is arguably undesirable). This matches the behavior of sonewconn() under the same circumstances. Revision Changes Path 1.270 +1 -4 src/sys/kern/uipc_socket.c From owner-cvs-src@FreeBSD.ORG Tue Jul 11 23:18:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84CD116A4DA; Tue, 11 Jul 2006 23:18:29 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3958143D45; Tue, 11 Jul 2006 23:18:29 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6BNITQj020307; Tue, 11 Jul 2006 23:18:29 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6BNIT5X020306; Tue, 11 Jul 2006 23:18:29 GMT (envelope-from rwatson) Message-Id: <200607112318.k6BNIT5X020306@repoman.freebsd.org> From: Robert Watson Date: Tue, 11 Jul 2006 23:18: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/sys/kern uipc_domain.c uipc_socket.c uipc_socket2.c src/sys/sys protosw.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: Tue, 11 Jul 2006 23:18:29 -0000 rwatson 2006-07-11 23:18:29 UTC FreeBSD src repository Modified files: sys/kern uipc_domain.c uipc_socket.c uipc_socket2.c sys/sys protosw.h Log: Several protocol switch functions (pru_abort, pru_detach, pru_sosetlabel) return void, so don't implement no-op versions of these functions. Instead, consistently check if those switch pointers are NULL before invoking them. Revision Changes Path 1.47 +0 -4 src/sys/kern/uipc_domain.c 1.271 +4 -2 src/sys/kern/uipc_socket.c 1.160 +0 -22 src/sys/kern/uipc_socket2.c 1.55 +0 -3 src/sys/sys/protosw.h From owner-cvs-src@FreeBSD.ORG Wed Jul 12 00:48:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19FEC16A4DE; Wed, 12 Jul 2006 00:48:51 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4DFD43D4C; Wed, 12 Jul 2006 00:48:50 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6C0moG9034280; Wed, 12 Jul 2006 00:48:50 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6C0mo67034279; Wed, 12 Jul 2006 00:48:50 GMT (envelope-from cognet) Message-Id: <200607120048.k6C0mo67034279@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 12 Jul 2006 00:48:50 +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/arm/at91 kb920x_machdep.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, 12 Jul 2006 00:48:51 -0000 cognet 2006-07-12 00:48:50 UTC FreeBSD src repository Modified files: sys/arm/at91 kb920x_machdep.c Log: Comment out the mapping of the OHCI controller registers va == pa. This address is in the userland address space. The proper thing is either to choose a virtual address in the kernel address space beyond the KVA, or to use pmap_mapdev(). Revision Changes Path 1.9 +2 -0 src/sys/arm/at91/kb920x_machdep.c From owner-cvs-src@FreeBSD.ORG Wed Jul 12 00:49:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74A5716A503; Wed, 12 Jul 2006 00:49:47 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BDCA43D4C; Wed, 12 Jul 2006 00:49:47 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6C0nlc3034351; Wed, 12 Jul 2006 00:49:47 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6C0nlHN034350; Wed, 12 Jul 2006 00:49:47 GMT (envelope-from jkim) Message-Id: <200607120049.k6C0nlHN034350@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 12 Jul 2006 00:49: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/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: Wed, 12 Jul 2006 00:49:47 -0000 jkim 2006-07-12 00:49:47 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c Log: Assume floppy disk is not inserted when we have exhausted retries. This significantly reduces booting time when there is broken floppy disk drive, controller, cable, BIOS, etc. When the floppy controller interface is correctly implemented, disk change signal (DSKCHG) is reflected in the Digital Input Register (DIR) at 0x3f7. However, there are many cases that the signal is unusable. Moreover, some BIOS does not reserve the port at all. In those cases, the register may not function. Revision Changes Path 1.311 +3 -0 src/sys/dev/fdc/fdc.c From owner-cvs-src@FreeBSD.ORG Wed Jul 12 00:59:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0699016A4DD; Wed, 12 Jul 2006 00:59:53 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9412243D45; Wed, 12 Jul 2006 00:59:52 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k6C0xoiU009205; Tue, 11 Jul 2006 20:59:50 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: src-committers@FreeBSD.org Date: Tue, 11 Jul 2006 20:59:37 -0400 User-Agent: KMail/1.6.2 References: <200607120049.k6C0nlHN034350@repoman.freebsd.org> In-Reply-To: <200607120049.k6C0nlHN034350@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200607112059.39655.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1592/Tue Jul 11 16:40:37 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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: Wed, 12 Jul 2006 00:59:53 -0000 On Tuesday 11 July 2006 08:49 pm, Jung-uk Kim wrote: > jkim 2006-07-12 00:49:47 UTC > > FreeBSD src repository > > Modified files: > sys/dev/fdc fdc.c > Log: > Assume floppy disk is not inserted when we have exhausted > retries. This significantly reduces booting time when there is > broken floppy disk drive, controller, cable, BIOS, etc. > When the floppy controller interface is correctly implemented, > disk change signal (DSKCHG) is reflected in the Digital Input > Register (DIR) at 0x3f7. However, there are many cases that the > signal is unusable. Moreover, some BIOS does not reserve the port > at all. In those cases, the register may not function. > > Revision Changes Path > 1.311 +3 -0 src/sys/dev/fdc/fdc.c Linux device driver seems to have 'broken_dcl' boot time option to work around this issue, i.e., assuming disk change for every floppy disk access, which is quite ugly, IMHO. Does anybody have better idea to fix these cases? Jung-uk Kim From owner-cvs-src@FreeBSD.ORG Wed Jul 12 03:44:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D492716A4DF; Wed, 12 Jul 2006 03:44:06 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 916D643D49; Wed, 12 Jul 2006 03:44:06 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6C3i6SV050289; Wed, 12 Jul 2006 03:44:06 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6C3i6VW050288; Wed, 12 Jul 2006 03:44:06 GMT (envelope-from davidxu) Message-Id: <200607120344.k6C3i6VW050288@repoman.freebsd.org> From: David Xu Date: Wed, 12 Jul 2006 03:44: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/lib/libthr/sys thr_error.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, 12 Jul 2006 03:44:06 -0000 davidxu 2006-07-12 03:44:06 UTC FreeBSD src repository Modified files: lib/libthr/sys thr_error.c Log: __error could be called too early before libthr is initialized, test this case and return global varible errno instead. Revision Changes Path 1.3 +7 -5 src/lib/libthr/sys/thr_error.c From owner-cvs-src@FreeBSD.ORG Wed Jul 12 05:54:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05E3516A4E0; Wed, 12 Jul 2006 05:54:18 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66CB343D5E; Wed, 12 Jul 2006 05:54:17 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6C5sHVf068110; Wed, 12 Jul 2006 05:54:17 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6C5sHIe068109; Wed, 12 Jul 2006 05:54:17 GMT (envelope-from davidxu) Message-Id: <200607120554.k6C5sHIe068109@repoman.freebsd.org> From: David Xu Date: Wed, 12 Jul 2006 05:54: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/posix4 ksched.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, 12 Jul 2006 05:54:18 -0000 davidxu 2006-07-12 05:54:17 UTC FreeBSD src repository Modified files: sys/posix4 ksched.c Log: Return priority range 0..PRI_MAX_TIMESHARE-PRI_MIN_TIMESHARE for SCHED_OTHER, the same range as rtprio() is using. In old code, it returns nice range -20 .. 20, nice should be treated as process weight, it is really managed by getpriority() and setpriority() syscalls, they are different. Revision Changes Path 1.31 +2 -2 src/sys/posix4/ksched.c From owner-cvs-src@FreeBSD.ORG Wed Jul 12 05:56:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCF3A16A4E7; Wed, 12 Jul 2006 05:56:57 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FBAC43D46; Wed, 12 Jul 2006 05:56:56 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.92] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k6C5urlU067369 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 11 Jul 2006 22:56:55 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <44B48F0E.1050704@FreeBSD.org> Date: Tue, 11 Jul 2006 22:56:30 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Jung-uk Kim References: <200607120049.k6C0nlHN034350@repoman.freebsd.org> <200607112059.39655.jkim@FreeBSD.org> In-Reply-To: <200607112059.39655.jkim@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/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: Wed, 12 Jul 2006 05:56:57 -0000 Jung-uk Kim wrote: > On Tuesday 11 July 2006 08:49 pm, Jung-uk Kim wrote: >> jkim 2006-07-12 00:49:47 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/fdc fdc.c >> Log: >> Assume floppy disk is not inserted when we have exhausted >> retries. This significantly reduces booting time when there is >> broken floppy disk drive, controller, cable, BIOS, etc. >> When the floppy controller interface is correctly implemented, >> disk change signal (DSKCHG) is reflected in the Digital Input >> Register (DIR) at 0x3f7. However, there are many cases that the >> signal is unusable. Moreover, some BIOS does not reserve the port >> at all. In those cases, the register may not function. >> >> Revision Changes Path >> 1.311 +3 -0 src/sys/dev/fdc/fdc.c > > Linux device driver seems to have 'broken_dcl' boot time option to > work around this issue, i.e., assuming disk change for every floppy > disk access, which is quite ugly, IMHO. Does anybody have better > idea to fix these cases? Not really relevant, but who cares about floppy in 2006 when one can buy 256MB USB flash for the price of the pack of floppies? ;-) No offense intended, just curious. -Maxim From owner-cvs-src@FreeBSD.ORG Wed Jul 12 06:04:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC10716A4DE; Wed, 12 Jul 2006 06:04:12 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8258143D49; Wed, 12 Jul 2006 06:04:12 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6C64COJ069946; Wed, 12 Jul 2006 06:04:12 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6C64C3n069945; Wed, 12 Jul 2006 06:04:12 GMT (envelope-from jkim) Message-Id: <200607120604.k6C64C3n069945@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 12 Jul 2006 06:04:12 +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 identcpu.c src/sys/amd64/include specialreg.h src/sys/i386/i386 identcpu.c src/sys/i386/include specialreg.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, 12 Jul 2006 06:04:12 -0000 jkim 2006-07-12 06:04:12 UTC FreeBSD src repository Modified files: sys/amd64/amd64 identcpu.c sys/amd64/include specialreg.h sys/i386/i386 identcpu.c sys/i386/include specialreg.h Log: Add two new CPUID bits for AMD CPUs, i. e., SVM and extended APIC register. Revision Changes Path 1.147 +2 -2 src/sys/amd64/amd64/identcpu.c 1.34 +2 -0 src/sys/amd64/include/specialreg.h 1.164 +2 -2 src/sys/i386/i386/identcpu.c 1.32 +2 -0 src/sys/i386/include/specialreg.h From owner-cvs-src@FreeBSD.ORG Wed Jul 12 06:13:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35F7216A4E0; Wed, 12 Jul 2006 06:13:19 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 023E843D49; Wed, 12 Jul 2006 06:13:19 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6C6DIK2070469; Wed, 12 Jul 2006 06:13:18 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6C6DIUx070468; Wed, 12 Jul 2006 06:13:18 GMT (envelope-from davidxu) Message-Id: <200607120613.k6C6DIUx070468@repoman.freebsd.org> From: David Xu Date: Wed, 12 Jul 2006 06:13: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/lib/libthr/thread thr_attr.c thr_create.c thr_getschedparam.c thr_init.c thr_private.h thr_setprio.c thr_setschedparam.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, 12 Jul 2006 06:13:19 -0000 davidxu 2006-07-12 06:13:18 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_attr.c thr_create.c thr_getschedparam.c thr_init.c thr_private.h thr_setprio.c thr_setschedparam.c Log: Use kernel facilities to support real-time scheduling. Revision Changes Path 1.7 +10 -2 src/lib/libthr/thread/thr_attr.c 1.30 +17 -25 src/lib/libthr/thread/thr_create.c 1.6 +29 -14 src/lib/libthr/thread/thr_getschedparam.c 1.35 +4 -14 src/lib/libthr/thread/thr_init.c 1.66 +2 -28 src/lib/libthr/thread/thr_private.h 1.3 +22 -7 src/lib/libthr/thread/thr_setprio.c 1.13 +19 -34 src/lib/libthr/thread/thr_setschedparam.c From owner-cvs-src@FreeBSD.ORG Wed Jul 12 06:21:45 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BC4216A4E6 for ; Wed, 12 Jul 2006 06:21:45 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0829D43D5D for ; Wed, 12 Jul 2006 06:21:41 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by nz-out-0102.google.com with SMTP id o37so5960nzf for ; Tue, 11 Jul 2006 23:21:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=Ju7Cf1Erp/VzWKbJsQlS1XJamOQ2515dGCHvHB7BppPfo2ePB2srnfwcMciWEVr1eXO+ims/T12h+j9JQ99vibSSogwqch4TyF5MH8vCpGYDt+BakqM853JQlrlncoJcyPKOhlEOUQzN6rd3NcfQ/3gnNrC0qJQ9uuaHixSmSSo= Received: by 10.36.12.12 with SMTP id 12mr394716nzl; Tue, 11 Jul 2006 23:21:41 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.gmail.com with ESMTP id 8sm679130nzn.2006.07.11.23.21.38; Tue, 11 Jul 2006 23:21:41 -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 k6C6M3Md011244 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 12 Jul 2006 15:22:03 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k6C6M3ZI011243; Wed, 12 Jul 2006 15:22:03 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Wed, 12 Jul 2006 15:22:03 +0900 From: Pyun YongHyeon To: Maxim Sobolev Message-ID: <20060712062203.GC9542@cdnetworks.co.kr> References: <200607120049.k6C0nlHN034350@repoman.freebsd.org> <200607112059.39655.jkim@FreeBSD.org> <44B48F0E.1050704@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44B48F0E.1050704@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Jung-uk Kim Subject: Re: cvs commit: src/sys/dev/fdc fdc.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: Wed, 12 Jul 2006 06:21:45 -0000 On Tue, Jul 11, 2006 at 10:56:30PM -0700, Maxim Sobolev wrote: > Jung-uk Kim wrote: > >On Tuesday 11 July 2006 08:49 pm, Jung-uk Kim wrote: > >>jkim 2006-07-12 00:49:47 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/dev/fdc fdc.c > >> Log: > >> Assume floppy disk is not inserted when we have exhausted > >>retries. This significantly reduces booting time when there is > >>broken floppy disk drive, controller, cable, BIOS, etc. > >> When the floppy controller interface is correctly implemented, > >>disk change signal (DSKCHG) is reflected in the Digital Input > >>Register (DIR) at 0x3f7. However, there are many cases that the > >>signal is unusable. Moreover, some BIOS does not reserve the port > >>at all. In those cases, the register may not function. > >> > >> Revision Changes Path > >> 1.311 +3 -0 src/sys/dev/fdc/fdc.c > > > >Linux device driver seems to have 'broken_dcl' boot time option to > >work around this issue, i.e., assuming disk change for every floppy > >disk access, which is quite ugly, IMHO. Does anybody have better > >idea to fix these cases? > > Not really relevant, but who cares about floppy in 2006 when one can buy > 256MB USB flash for the price of the pack of floppies? ;-) > > No offense intended, just curious. > I think it's very valuable boot device for sparc64 and really like to add fdc(4) for sparc64. The fdc(4) patch I wrote basically worked but dd(1) performance on Ebus based ultrasparcs was poor when a single block(512bytes) is used. The same issue was observed on some old i386 machine too but the root cause is not yet known. -- Regards, Pyun YongHyeon From owner-cvs-src@FreeBSD.ORG Wed Jul 12 06:25:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 230E916A4E0; Wed, 12 Jul 2006 06:25:20 +0000 (UTC) (envelope-from nate@root.org) Received: from ylpvm12.prodigy.net (ylpvm12-ext.prodigy.net [207.115.57.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA1AC43D46; Wed, 12 Jul 2006 06:25:19 +0000 (GMT) (envelope-from nate@root.org) Received: from pimout7-ext.prodigy.net (pimout7-int.prodigy.net [207.115.4.147]) by ylpvm12.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k6C6PHTX022702; Wed, 12 Jul 2006 02:25:17 -0400 X-ORBL: [71.139.3.149] Received: from [10.0.5.51] (ppp-71-139-3-149.dsl.snfc21.pacbell.net [71.139.3.149]) by pimout7-ext.prodigy.net (8.13.6 out.dk/8.13.6) with ESMTP id k6C6PHCm173808; Wed, 12 Jul 2006 02:25:17 -0400 Message-ID: <44B495BF.6080503@root.org> Date: Tue, 11 Jul 2006 23:25:03 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: Maxim Sobolev References: <200607120049.k6C0nlHN034350@repoman.freebsd.org> <200607112059.39655.jkim@FreeBSD.org> <44B48F0E.1050704@FreeBSD.org> In-Reply-To: <44B48F0E.1050704@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, Jung-uk Kim Subject: Re: 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: Wed, 12 Jul 2006 06:25:20 -0000 Maxim Sobolev wrote: > Jung-uk Kim wrote: >> On Tuesday 11 July 2006 08:49 pm, Jung-uk Kim wrote: >>> jkim 2006-07-12 00:49:47 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/dev/fdc fdc.c >>> Log: >>> Assume floppy disk is not inserted when we have exhausted >>> retries. This significantly reduces booting time when there is >>> broken floppy disk drive, controller, cable, BIOS, etc. >>> When the floppy controller interface is correctly implemented, >>> disk change signal (DSKCHG) is reflected in the Digital Input >>> Register (DIR) at 0x3f7. However, there are many cases that the >>> signal is unusable. Moreover, some BIOS does not reserve the port >>> at all. In those cases, the register may not function. >>> >>> Revision Changes Path >>> 1.311 +3 -0 src/sys/dev/fdc/fdc.c >> >> Linux device driver seems to have 'broken_dcl' boot time option to >> work around this issue, i.e., assuming disk change for every floppy >> disk access, which is quite ugly, IMHO. Does anybody have better idea >> to fix these cases? > > Not really relevant, but who cares about floppy in 2006 when one can buy > 256MB USB flash for the price of the pack of floppies? ;-) > > No offense intended, just curious. > > -Maxim You CAN'T get rid of the fdc, even if you want to. It's an embedded part of the Super I/O chips even if your machine has no floppy drive (i.e. laptop). So anything that slows down probing of it will slow down your boot. That's why it's great Jung-uk has done this work. -- Nate From owner-cvs-src@FreeBSD.ORG Wed Jul 12 06:29:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C182A16A4E0; Wed, 12 Jul 2006 06:29:59 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D9BB43D45; Wed, 12 Jul 2006 06:29:59 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6C6TxDY071201; Wed, 12 Jul 2006 06:29:59 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6C6TxUf071200; Wed, 12 Jul 2006 06:29:59 GMT (envelope-from njl) Message-Id: <200607120629.k6C6TxUf071200@repoman.freebsd.org> From: Nate Lawson Date: Wed, 12 Jul 2006 06:29:59 +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/sound/midi sequencer.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, 12 Jul 2006 06:29:59 -0000 njl 2006-07-12 06:29:59 UTC FreeBSD src repository Modified files: sys/dev/sound/midi sequencer.c Log: Move debug printfs under the proper macro. Revision Changes Path 1.21 +3 -3 src/sys/dev/sound/midi/sequencer.c From owner-cvs-src@FreeBSD.ORG Wed Jul 12 07:02:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5335F16A4DD; Wed, 12 Jul 2006 07:02:29 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FC0043D46; Wed, 12 Jul 2006 07:02:29 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6C72ScM076597; Wed, 12 Jul 2006 07:02:28 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6C72Spf076596; Wed, 12 Jul 2006 07:02:28 GMT (envelope-from davidxu) Message-Id: <200607120702.k6C72Spf076596@repoman.freebsd.org> From: David Xu Date: Wed, 12 Jul 2006 07:02: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/kern kern_thr.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, 12 Jul 2006 07:02:29 -0000 davidxu 2006-07-12 07:02:28 UTC FreeBSD src repository Modified files: sys/kern kern_thr.c Log: Use newkg to check if SCHED_OTHER is already inherited. Revision Changes Path 1.48 +1 -2 src/sys/kern/kern_thr.c From owner-cvs-src@FreeBSD.ORG Wed Jul 12 07:48:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9470B16A4E1; Wed, 12 Jul 2006 07:48:51 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5277B43D58; Wed, 12 Jul 2006 07:48:51 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6C7mp99089396; Wed, 12 Jul 2006 07:48:51 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6C7mpha089395; Wed, 12 Jul 2006 07:48:51 GMT (envelope-from mjacob) Message-Id: <200607120748.k6C7mpha089395@repoman.freebsd.org> From: Matt Jacob Date: Wed, 12 Jul 2006 07:48:51 +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/mpt mpt.c mpt.h mpt_cam.c mpt_debug.c mpt_pci.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, 12 Jul 2006 07:48:51 -0000 mjacob 2006-07-12 07:48:51 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_debug.c mpt_pci.c Log: Fix config page writes to not strip out the attributes when you actually go write the config page. This fixes the long standing problem about updating NVRAM on Fibre Channel cards and seems so far to not break SPI config page writes. Put back role setting into mpt. That is, you can set a desired role for mpt as a hint. On the next reboot, it'll pick that up and redo the NVRAM settings appropriately and warn you that this won't take effect until the next reboot. This saves people the step of having to find a BIOS utilities disk to set target and/or initiator role for the MPT cards. Revision Changes Path 1.33 +29 -10 src/sys/dev/mpt/mpt.c 1.27 +7 -4 src/sys/dev/mpt/mpt.h 1.27 +67 -20 src/sys/dev/mpt/mpt_cam.c 1.17 +15 -0 src/sys/dev/mpt/mpt_debug.c 1.36 +29 -4 src/sys/dev/mpt/mpt_pci.c From owner-cvs-src@FreeBSD.ORG Wed Jul 12 08:12:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5DD916A4E1; Wed, 12 Jul 2006 08:12:34 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8981043D6D; Wed, 12 Jul 2006 08:12:29 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.92] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k6C8CQ6v068799 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 12 Jul 2006 01:12:27 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <44B4AED2.9010301@FreeBSD.org> Date: Wed, 12 Jul 2006 01:12:02 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Nate Lawson References: <200607120049.k6C0nlHN034350@repoman.freebsd.org> <200607112059.39655.jkim@FreeBSD.org> <44B48F0E.1050704@FreeBSD.org> <44B495BF.6080503@root.org> In-Reply-To: <44B495BF.6080503@root.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, Jung-uk Kim Subject: Re: 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: Wed, 12 Jul 2006 08:12:35 -0000 Nate Lawson wrote: > Maxim Sobolev wrote: >> Jung-uk Kim wrote: >>> On Tuesday 11 July 2006 08:49 pm, Jung-uk Kim wrote: >>>> jkim 2006-07-12 00:49:47 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> sys/dev/fdc fdc.c >>>> Log: >>>> Assume floppy disk is not inserted when we have exhausted >>>> retries. This significantly reduces booting time when there is >>>> broken floppy disk drive, controller, cable, BIOS, etc. >>>> When the floppy controller interface is correctly implemented, >>>> disk change signal (DSKCHG) is reflected in the Digital Input >>>> Register (DIR) at 0x3f7. However, there are many cases that the >>>> signal is unusable. Moreover, some BIOS does not reserve the port >>>> at all. In those cases, the register may not function. >>>> >>>> Revision Changes Path >>>> 1.311 +3 -0 src/sys/dev/fdc/fdc.c >>> >>> Linux device driver seems to have 'broken_dcl' boot time option to >>> work around this issue, i.e., assuming disk change for every floppy >>> disk access, which is quite ugly, IMHO. Does anybody have better >>> idea to fix these cases? >> >> Not really relevant, but who cares about floppy in 2006 when one can >> buy 256MB USB flash for the price of the pack of floppies? ;-) >> >> No offense intended, just curious. >> >> -Maxim > > You CAN'T get rid of the fdc, even if you want to. It's an embedded > part of the Super I/O chips even if your machine has no floppy drive > (i.e. laptop). So anything that slows down probing of it will slow down > your boot. > > That's why it's great Jung-uk has done this work. Ah, makes sense! -Maxim From owner-cvs-src@FreeBSD.ORG Wed Jul 12 09:13:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AABA16A4DE; Wed, 12 Jul 2006 09:13:34 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3862C43D53; Wed, 12 Jul 2006 09:13:34 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6C9DY3S009264; Wed, 12 Jul 2006 09:13:34 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6C9DYon009263; Wed, 12 Jul 2006 09:13:34 GMT (envelope-from kib) Message-Id: <200607120913.k6C9DYon009263@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 12 Jul 2006 09:13: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/usr.bin/kdump mksubr 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, 12 Jul 2006 09:13:34 -0000 kib 2006-07-12 09:13:34 UTC FreeBSD src repository Modified files: usr.bin/kdump mksubr Log: Check that the signal number is in range. Submitted by: Michiel Boland MFC after: 1 week Approved by: pjd (mentor) Revision Changes Path 1.2 +4 -1 src/usr.bin/kdump/mksubr From owner-cvs-src@FreeBSD.ORG Wed Jul 12 09:16:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9D8F16A4DA; Wed, 12 Jul 2006 09:16:35 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 843FF43D45; Wed, 12 Jul 2006 09:16:35 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6C9GZuM009456; Wed, 12 Jul 2006 09:16:35 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6C9GZWx009455; Wed, 12 Jul 2006 09:16:35 GMT (envelope-from kib) Message-Id: <200607120916.k6C9GZWx009455@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 12 Jul 2006 09:16: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/sys/nfs4client nfs4_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: Wed, 12 Jul 2006 09:16:35 -0000 kib 2006-07-12 09:16:35 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vnops.c Log: Always supply curthread as argument to nfs_asyncio and nfs_doio in nfs_strategy. Otherwise, for some buffers, signals would be ignored at the intr mounts. Reviewed by: mohan, cel MFC after: 1 month Approved by: pjd (mentor) Revision Changes Path 1.33 +2 -8 src/sys/nfs4client/nfs4_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Jul 12 11:41:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8D6316A4E2; Wed, 12 Jul 2006 11:41:54 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9721543D49; Wed, 12 Jul 2006 11:41:54 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CBfsLb021720; Wed, 12 Jul 2006 11:41:54 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CBfssK021719; Wed, 12 Jul 2006 11:41:54 GMT (envelope-from kib) Message-Id: <200607121141.k6CBfssK021719@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 12 Jul 2006 11:41: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 sysv_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: Wed, 12 Jul 2006 11:41:55 -0000 kib 2006-07-12 11:41:54 UTC FreeBSD src repository Modified files: sys/kern sysv_sem.c Log: Use proper format specifier for pointers in debug printfs (turned off by default). Approved by: pjd (mentor) MFC after: 2 weeks Revision Changes Path 1.83 +11 -8 src/sys/kern/sysv_sem.c From owner-cvs-src@FreeBSD.ORG Wed Jul 12 12:41:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7877B16A4DE; Wed, 12 Jul 2006 12:41:57 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3565643D45; Wed, 12 Jul 2006 12:41:57 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CCfvkR025959; Wed, 12 Jul 2006 12:41:57 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CCfvGg025958; Wed, 12 Jul 2006 12:41:57 GMT (envelope-from kib) Message-Id: <200607121241.k6CCfvGg025958@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 12 Jul 2006 12:41: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.bin/kdump kdump.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, 12 Jul 2006 12:41:57 -0000 kib 2006-07-12 12:41:56 UTC FreeBSD src repository Modified files: usr.bin/kdump kdump.c Log: Check that the signal number is in range. Submitted by: maxim MFC after: 1 week Approved by: pjd (mentor) Revision Changes Path 1.30 +4 -1 src/usr.bin/kdump/kdump.c From owner-cvs-src@FreeBSD.ORG Wed Jul 12 12:42:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2CB616A4E0; Wed, 12 Jul 2006 12:42:48 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9A7D43D5C; Wed, 12 Jul 2006 12:42:47 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CCglQR026018; Wed, 12 Jul 2006 12:42:47 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CCgl7o026017; Wed, 12 Jul 2006 12:42:47 GMT (envelope-from kib) Message-Id: <200607121242.k6CCgl7o026017@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 12 Jul 2006 12:42: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/usr.bin/kdump mksubr 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, 12 Jul 2006 12:42:49 -0000 kib 2006-07-12 12:42:47 UTC FreeBSD src repository Modified files: usr.bin/kdump mksubr Log: Remove slipped in spaces. Pointed out by: maxim Approved by: pjd (mentor) Revision Changes Path 1.3 +3 -3 src/usr.bin/kdump/mksubr From owner-cvs-src@FreeBSD.ORG Wed Jul 12 12:45:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41FC616A4DE; Wed, 12 Jul 2006 12:45:59 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 889BA43D49; Wed, 12 Jul 2006 12:45:58 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 076FC46B49; Wed, 12 Jul 2006 08:45:57 -0400 (EDT) Date: Wed, 12 Jul 2006 13:45:56 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Maxim Sobolev In-Reply-To: <44B48F0E.1050704@FreeBSD.org> Message-ID: <20060712134452.G62430@fledge.watson.org> References: <200607120049.k6C0nlHN034350@repoman.freebsd.org> <200607112059.39655.jkim@FreeBSD.org> <44B48F0E.1050704@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Jung-uk Kim Subject: Re: 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: Wed, 12 Jul 2006 12:45:59 -0000 On Tue, 11 Jul 2006, Maxim Sobolev wrote: > Not really relevant, but who cares about floppy in 2006 when one can buy > 256MB USB flash for the price of the pack of floppies? ;-) > > No offense intended, just curious. Just because one might not choose to use floppies for new systems doesn't mean that old deployed systems involving flopies don't still exist and need to work (and keep on working). Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Wed Jul 12 13:36:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DA6E16A4DD; Wed, 12 Jul 2006 13:36:09 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B57D943D55; Wed, 12 Jul 2006 13:36:08 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CDa87q037679; Wed, 12 Jul 2006 13:36:08 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CDa8Ba037678; Wed, 12 Jul 2006 13:36:08 GMT (envelope-from maxim) Message-Id: <200607121336.k6CDa8Ba037678@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 12 Jul 2006 13:36: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.bin/kdump kdump.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, 12 Jul 2006 13:36:09 -0000 maxim 2006-07-12 13:36:08 UTC FreeBSD src repository Modified files: usr.bin/kdump kdump.c Log: o Fix some printf(3) format nits in my patch I submitted to kib@. Submitted by: ru Revision Changes Path 1.31 +2 -2 src/usr.bin/kdump/kdump.c From owner-cvs-src@FreeBSD.ORG Wed Jul 12 14:33:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CF4316A4DA; Wed, 12 Jul 2006 14:33:53 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C9FA43D55; Wed, 12 Jul 2006 14:33:53 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CEXqnU042842; Wed, 12 Jul 2006 14:33:52 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CEXqS4042841; Wed, 12 Jul 2006 14:33:52 GMT (envelope-from maxim) Message-Id: <200607121433.k6CEXqS4042841@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 12 Jul 2006 14:33: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/libutil kld.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: Wed, 12 Jul 2006 14:33:53 -0000 maxim 2006-07-12 14:33:52 UTC FreeBSD src repository Modified files: lib/libutil kld.3 Log: o Add missed comma, xref kld(4). Revision Changes Path 1.2 +3 -2 src/lib/libutil/kld.3 From owner-cvs-src@FreeBSD.ORG Wed Jul 12 14:52:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E445916A4DE; Wed, 12 Jul 2006 14:52:33 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E22AF43D62; Wed, 12 Jul 2006 14:52:32 +0000 (GMT) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CEqWSE044792; Wed, 12 Jul 2006 14:52:32 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CEqWvR044791; Wed, 12 Jul 2006 14:52:32 GMT (envelope-from mr) Message-Id: <200607121452.k6CEqWvR044791@repoman.freebsd.org> From: Michael Reifenberger Date: Wed, 12 Jul 2006 14:52: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/sys/i386/i386 identcpu.c src/sys/i386/include specialreg.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, 12 Jul 2006 14:52:34 -0000 mr 2006-07-12 14:52:32 UTC FreeBSD src repository Modified files: sys/i386/i386 identcpu.c sys/i386/include specialreg.h Log: First step to identify and initialize the newer VIA C7 CPU as found in a VIA EPIA EN-15000 board. Obtained from: large parts from OpenBSD Revision Changes Path 1.165 +20 -8 src/sys/i386/i386/identcpu.c 1.33 +32 -0 src/sys/i386/include/specialreg.h From owner-cvs-src@FreeBSD.ORG Wed Jul 12 14:59:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10B8616A4DE; Wed, 12 Jul 2006 14:59:08 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A04243D5D; Wed, 12 Jul 2006 14:59:07 +0000 (GMT) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CEx7tg045336; Wed, 12 Jul 2006 14:59:07 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CEx7Wn045335; Wed, 12 Jul 2006 14:59:07 GMT (envelope-from mr) Message-Id: <200607121459.k6CEx7Wn045335@repoman.freebsd.org> From: Michael Reifenberger Date: Wed, 12 Jul 2006 14:59: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/i386/i386 identcpu.c src/sys/i386/include specialreg.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, 12 Jul 2006 14:59:08 -0000 mr 2006-07-12 14:59:07 UTC FreeBSD src repository Modified files: sys/i386/i386 identcpu.c sys/i386/include specialreg.h Log: forgot to add MFC, since its used on -stable and compile-tested on -current. MFC after: 1 week Revision Changes Path 1.166 +0 -0 src/sys/i386/i386/identcpu.c 1.34 +0 -0 src/sys/i386/include/specialreg.h From owner-cvs-src@FreeBSD.ORG Wed Jul 12 15:15:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5471516A4E1; Wed, 12 Jul 2006 15:15:10 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF86843D4C; Wed, 12 Jul 2006 15:15:07 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k6CFExY4061384; Wed, 12 Jul 2006 09:15:04 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <44B511EB.3060304@samsco.org> Date: Wed, 12 Jul 2006 09:14:51 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maxim Sobolev References: <200607120049.k6C0nlHN034350@repoman.freebsd.org> <200607112059.39655.jkim@FreeBSD.org> <44B48F0E.1050704@FreeBSD.org> In-Reply-To: <44B48F0E.1050704@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Jung-uk Kim Subject: Re: 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: Wed, 12 Jul 2006 15:15:10 -0000 Maxim Sobolev wrote: > Jung-uk Kim wrote: > >> On Tuesday 11 July 2006 08:49 pm, Jung-uk Kim wrote: >> >>> jkim 2006-07-12 00:49:47 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/dev/fdc fdc.c >>> Log: >>> Assume floppy disk is not inserted when we have exhausted >>> retries. This significantly reduces booting time when there is >>> broken floppy disk drive, controller, cable, BIOS, etc. >>> When the floppy controller interface is correctly implemented, >>> disk change signal (DSKCHG) is reflected in the Digital Input >>> Register (DIR) at 0x3f7. However, there are many cases that the >>> signal is unusable. Moreover, some BIOS does not reserve the port >>> at all. In those cases, the register may not function. >>> >>> Revision Changes Path >>> 1.311 +3 -0 src/sys/dev/fdc/fdc.c >> >> >> Linux device driver seems to have 'broken_dcl' boot time option to >> work around this issue, i.e., assuming disk change for every floppy >> disk access, which is quite ugly, IMHO. Does anybody have better idea >> to fix these cases? > > > Not really relevant, but who cares about floppy in 2006 when one can buy > 256MB USB flash for the price of the pack of floppies? ;-) > > No offense intended, just curious. > > -Maxim Who cares about ATA in 2006 when one can buy a really good SAS RAID controller? Scott From owner-cvs-src@FreeBSD.ORG Wed Jul 12 15:40:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DAD016A4E0; Wed, 12 Jul 2006 15:40:36 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0380943D4C; Wed, 12 Jul 2006 15:40:35 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CFeZe0049792; Wed, 12 Jul 2006 15:40:35 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CFeZ07049791; Wed, 12 Jul 2006 15:40:35 GMT (envelope-from pjd) Message-Id: <200607121540.k6CFeZ07049791@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 12 Jul 2006 15:40: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/man9 Makefile sx.9 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, 12 Jul 2006 15:40:36 -0000 pjd 2006-07-12 15:40:35 UTC FreeBSD src repository Modified files: share/man/man9 Makefile sx.9 Log: Document sx_xlocked(9). Submitted by: ssouhlal Revision Changes Path 1.276 +2 -1 src/share/man/man9/Makefile 1.34 +7 -0 src/share/man/man9/sx.9 From owner-cvs-src@FreeBSD.ORG Wed Jul 12 15:44:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EFE116A4DD; Wed, 12 Jul 2006 15:44:01 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D09843D45; Wed, 12 Jul 2006 15:44:01 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CFi0Km049940; Wed, 12 Jul 2006 15:44:00 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CFi0gN049939; Wed, 12 Jul 2006 15:44:00 GMT (envelope-from pjd) Message-Id: <200607121544.k6CFi0gN049939@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 12 Jul 2006 15:44: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/geom geom.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, 12 Jul 2006 15:44:01 -0000 pjd 2006-07-12 15:44:00 UTC FreeBSD src repository Modified files: sys/geom geom.h Log: Only check if we're freeing a valid object if we hold the topology lock. This prevents panic under heavy load with DIAGNOSTIC compiled in. Revision Changes Path 1.95 +7 -4 src/sys/geom/geom.h From owner-cvs-src@FreeBSD.ORG Wed Jul 12 15:45:57 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62E8C16A4E1; Wed, 12 Jul 2006 15:45:57 +0000 (UTC) (envelope-from anderson@centtech.com) Received: from mh2.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64EB843D70; Wed, 12 Jul 2006 15:45:52 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by mh2.centtech.com (8.13.1/8.13.1) with ESMTP id k6CFjpSj070094; Wed, 12 Jul 2006 10:45:51 -0500 (CDT) (envelope-from anderson@centtech.com) Message-ID: <44B51934.3010701@centtech.com> Date: Wed, 12 Jul 2006 10:45:56 -0500 From: Eric Anderson User-Agent: Thunderbird 1.5.0.4 (X11/20060612) MIME-Version: 1.0 To: Michael Reifenberger References: <200607121452.k6CEqWvR044791@repoman.freebsd.org> In-Reply-To: <200607121452.k6CEqWvR044791@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.87.1/1592/Tue Jul 11 15:40:37 2006 on mh2.centtech.com X-Virus-Status: Clean Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 identcpu.c src/sys/i386/include specialreg.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, 12 Jul 2006 15:45:57 -0000 On 07/12/06 09:52, Michael Reifenberger wrote: > mr 2006-07-12 14:52:32 UTC > > FreeBSD src repository > > Modified files: > sys/i386/i386 identcpu.c > sys/i386/include specialreg.h > Log: > First step to identify and initialize the newer VIA C7 CPU > as found in a VIA EPIA EN-15000 board. > > Obtained from: large parts from OpenBSD > > Revision Changes Path > 1.165 +20 -8 src/sys/i386/i386/identcpu.c > 1.33 +32 -0 src/sys/i386/include/specialreg.h Anything I can provide to help with this? (I work for the company that designs the CPU for VIA). Eric -- ------------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology Anything that works is better than anything that doesn't. ------------------------------------------------------------------------ From owner-cvs-src@FreeBSD.ORG Wed Jul 12 15:52:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9A7E16A4DE; Wed, 12 Jul 2006 15:52:12 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4475A43D4C; Wed, 12 Jul 2006 15:52:11 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k6CFqBLn030275; Wed, 12 Jul 2006 11:52:11 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Nate Lawson Date: Wed, 12 Jul 2006 11:51:53 -0400 User-Agent: KMail/1.6.2 References: <200607120049.k6C0nlHN034350@repoman.freebsd.org> <44B48F0E.1050704@FreeBSD.org> <44B495BF.6080503@root.org> In-Reply-To: <44B495BF.6080503@root.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200607121151.57718.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1593/Wed Jul 12 09:59:03 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Maxim Sobolev , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: 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: Wed, 12 Jul 2006 15:52:12 -0000 On Wednesday 12 July 2006 02:25 am, Nate Lawson wrote: > You CAN'T get rid of the fdc, even if you want to. It's an > embedded part of the Super I/O chips even if your machine has no > floppy drive (i.e. laptop). So anything that slows down probing of > it will slow down your boot. Yes, that was my motivation. One of my colleagues at work tried to install FreeBSD on a brand new 2U server and he complained FreeBSD cannot be installed on the box while other operating systems have no problem. Of course, I don't like that kind of complaints. ;-) Rev. 1.310 fixes 'hang' and 1.311 fixes 'slow boot' problem. This problem is quite common with newer floppy controller and 'slim' floppy disk drive, it seems. Jung-uk Kim From owner-cvs-src@FreeBSD.ORG Wed Jul 12 15:55:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D76E816A4DE; Wed, 12 Jul 2006 15:55:48 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94A1243D46; Wed, 12 Jul 2006 15:55:48 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CFtmtJ050562; Wed, 12 Jul 2006 15:55:48 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CFtmFG050561; Wed, 12 Jul 2006 15:55:48 GMT (envelope-from brueffer) Message-Id: <200607121555.k6CFtmFG050561@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 12 Jul 2006 15:55: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/share/man/man4 ipw.4 iwi.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: Wed, 12 Jul 2006 15:55:48 -0000 brueffer 2006-07-12 15:55:48 UTC FreeBSD src repository Modified files: share/man/man4 ipw.4 iwi.4 Log: Correct path to the firmware ports. Revision Changes Path 1.12 +1 -1 src/share/man/man4/ipw.4 1.14 +1 -1 src/share/man/man4/iwi.4 From owner-cvs-src@FreeBSD.ORG Wed Jul 12 16:05:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F078E16A4E1; Wed, 12 Jul 2006 16:05:51 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC17D43D55; Wed, 12 Jul 2006 16:05:51 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CG5pY8052196; Wed, 12 Jul 2006 16:05:51 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CG5p0j052195; Wed, 12 Jul 2006 16:05:51 GMT (envelope-from des) Message-Id: <200607121605.k6CG5p0j052195@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 12 Jul 2006 16:05:51 +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 mountcritlocal mountlate src/sbin/mount mount.8 mount.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, 12 Jul 2006 16:05:52 -0000 des 2006-07-12 16:05:51 UTC FreeBSD src repository Modified files: etc/rc.d mountcritlocal sbin/mount mount.8 mount.c Added files: etc/rc.d mountlate Log: Teach mount(8) about a 'late' keyword, which means the file system should not be mounted unless the -l flag was specified. Add an rc script, mountlate, which basically runs 'mount -a -l'. It runs after DAEMON but before LOGIN. This is useful for things like loopback mounts, because mountcritremote runs before mountd / nfsd (since /usr might be a remote file system), so an attempt to mount a loopback network file system in mountcritremote will fail. Also add a progress message to mountcritlocal, for the sake of symmetry with similar messages in mountcritremote and mountlate. Reviewed by: freebsd-rc MFC after: 3 weeks Revision Changes Path 1.13 +2 -0 src/etc/rc.d/mountcritlocal 1.1 +36 -0 src/etc/rc.d/mountlate (new) 1.78 +20 -3 src/sbin/mount/mount.8 1.88 +18 -4 src/sbin/mount/mount.c From owner-cvs-src@FreeBSD.ORG Wed Jul 12 16:08:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B592B16A4DD; Wed, 12 Jul 2006 16:08:49 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7408443D45; Wed, 12 Jul 2006 16:08:49 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CG8nrQ052385; Wed, 12 Jul 2006 16:08:49 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CG8n1W052384; Wed, 12 Jul 2006 16:08:49 GMT (envelope-from brueffer) Message-Id: <200607121608.k6CG8n1W052384@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 12 Jul 2006 16:08:49 +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 iwi.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: Wed, 12 Jul 2006 16:08:49 -0000 brueffer 2006-07-12 16:08:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 iwi.4 Log: MFC: Sync with HEAD (rev. 1.14), including information about the firmware ports. Revision Changes Path 1.4.2.3 +35 -18 src/share/man/man4/iwi.4 From owner-cvs-src@FreeBSD.ORG Wed Jul 12 16:46:02 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5872316A4EB; Wed, 12 Jul 2006 16:46:02 +0000 (UTC) (envelope-from john@baldwin.cx) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A17E343D58; Wed, 12 Jul 2006 16:45:41 +0000 (GMT) (envelope-from john@baldwin.cx) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k6CGjcfw089776; Wed, 12 Jul 2006 12:45:39 -0400 (EDT) (envelope-from john@baldwin.cx) From: John Baldwin To: Nate Lawson Date: Wed, 12 Jul 2006 12:15:39 -0400 User-Agent: KMail/1.9.1 References: <200607120629.k6C6TxUf071200@repoman.freebsd.org> In-Reply-To: <200607120629.k6C6TxUf071200@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607121215.40214.john@baldwin.cx> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 12 Jul 2006 12:45:39 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1593/Wed Jul 12 09:59:03 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/sound/midi sequencer.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, 12 Jul 2006 16:46:02 -0000 On Wednesday 12 July 2006 02:29, Nate Lawson wrote: > njl 2006-07-12 06:29:59 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sound/midi sequencer.c > Log: > Move debug printfs under the proper macro. Thank you! -- John Baldwin From owner-cvs-src@FreeBSD.ORG Wed Jul 12 16:52:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD5EA16A4DD; Wed, 12 Jul 2006 16:52:56 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 970C643D58; Wed, 12 Jul 2006 16:52:56 +0000 (GMT) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CGquEv062198; Wed, 12 Jul 2006 16:52:56 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CGquiP062197; Wed, 12 Jul 2006 16:52:56 GMT (envelope-from mr) Message-Id: <200607121652.k6CGquiP062197@repoman.freebsd.org> From: Michael Reifenberger Date: Wed, 12 Jul 2006 16:52: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/i386/i386 identcpu.c src/sys/i386/include specialreg.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, 12 Jul 2006 16:52:57 -0000 mr 2006-07-12 16:52:56 UTC FreeBSD src repository Modified files: sys/i386/i386 identcpu.c sys/i386/include specialreg.h Log: fix typo in identcpu.c and add one define to specialreg.h. MFC after: 1 week Revision Changes Path 1.167 +1 -1 src/sys/i386/i386/identcpu.c 1.35 +4 -1 src/sys/i386/include/specialreg.h From owner-cvs-src@FreeBSD.ORG Wed Jul 12 18:12:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8255B16A4DA; Wed, 12 Jul 2006 18:12:12 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E17343D46; Wed, 12 Jul 2006 18:12:12 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CICC02069633; Wed, 12 Jul 2006 18:12:12 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CICCx1069632; Wed, 12 Jul 2006 18:12:12 GMT (envelope-from keramida) Message-Id: <200607121812.k6CICCx1069632@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 12 Jul 2006 18:12:12 +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/man7 security.7 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, 12 Jul 2006 18:12:12 -0000 keramida 2006-07-12 18:12:11 UTC FreeBSD src repository (doc committer) Modified files: share/man/man7 security.7 Log: When securelevel is >= 1, /dev/io may not be opened at all (not just for write). Update the securelevel description to match this. Reported by: Alexandros Kosiaris MFC after: 3 days Revision Changes Path 1.47 +4 -3 src/share/man/man7/security.7 From owner-cvs-src@FreeBSD.ORG Wed Jul 12 18:29:46 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCCB216A4DF; Wed, 12 Jul 2006 18:29:46 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29EE243D45; Wed, 12 Jul 2006 18:29:45 +0000 (GMT) (envelope-from max@love2party.net) Received: from [88.64.180.59] (helo=amd64.laiers.local) by mrelayeu.kundenserver.de (node=mrelayeu1) with ESMTP (Nemesis), id 0MKwpI-1G0jSy35ie-0002WA; Wed, 12 Jul 2006 20:29:45 +0200 From: Max Laier Organization: FreeBSD To: Christian Brueffer Date: Wed, 12 Jul 2006 20:29:37 +0200 User-Agent: KMail/1.9.1 References: <200607121608.k6CG8n1W052384@repoman.freebsd.org> In-Reply-To: <200607121608.k6CG8n1W052384@repoman.freebsd.org> X-Face: ,,8R(x[kmU]tKN@>gtH1yQE4aslGdu+2]; R]*pL,U>^H?)gW@49@wdJ`H<=?utf-8?q?=25=7D*=5FBD=0A=09U=5For=3D=5CmOZf764=26nYj=3DJYbR1PW0ud?=>|!~,,CPC.1-D$FG@0h3#'5"k{V]a~.<=?utf-8?q?mZ=7D44=23Se=7Em=0A=09Fe=7E=5C=5DX5B=5D=5Fxj?=(ykz9QKMw_l0C2AQ]}Ym8)fU MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1717951.05yeY6AjTX"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200607122029.44063.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de login:61c499deaeeba3ba5be80f48ecc83056 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man4 iwi.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: Wed, 12 Jul 2006 18:29:46 -0000 --nextPart1717951.05yeY6AjTX Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 12 July 2006 18:08, Christian Brueffer wrote: > brueffer 2006-07-12 16:08:49 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > share/man/man4 iwi.4 > Log: > MFC: > > Sync with HEAD (rev. 1.14), including information about the firmware > ports. Thanks a ton! =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --nextPart1717951.05yeY6AjTX Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEtT+YXyyEoT62BG0RAqfQAJ96y6E8CUlvuStYH5F9O12YufY9YQCfcR/i T4bl0cxaEm2Zhy8fGT8WsJI= =cHgI -----END PGP SIGNATURE----- --nextPart1717951.05yeY6AjTX-- From owner-cvs-src@FreeBSD.ORG Wed Jul 12 18:51:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F0DE16A4DA; Wed, 12 Jul 2006 18:51:52 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3022743D70; Wed, 12 Jul 2006 18:51:52 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CIpqYA071855; Wed, 12 Jul 2006 18:51:52 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CIpqgm071854; Wed, 12 Jul 2006 18:51:52 GMT (envelope-from simon) Message-Id: <200607121851.k6CIpqgm071854@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 12 Jul 2006 18:51: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/geom geom_dev.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, 12 Jul 2006 18:51:52 -0000 simon 2006-07-12 18:51:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom geom_dev.c Log: MFC rev 1.90: In g_dev_strategy(), when failing an IO request with EINVAL due to offset or request size which is not a multiple of the sector size, make sure that the bio is set to indicate that no data has actually been transferred. The result of this is that the file offset is no longer incremented for these requests. The fact that the file offset was incremented broke fdisk(8)'s probing of sector size for non-512 byte sector sizes. Revision Changes Path 1.89.2.1 +1 -0 src/sys/geom/geom_dev.c From owner-cvs-src@FreeBSD.ORG Wed Jul 12 19:12:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9A4616A4DA; Wed, 12 Jul 2006 19:12:16 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C82D43D55; Wed, 12 Jul 2006 19:12:16 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CJCGDR074773; Wed, 12 Jul 2006 19:12:16 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CJCGwR074772; Wed, 12 Jul 2006 19:12:16 GMT (envelope-from maxim) Message-Id: <200607121912.k6CJCGwR074772@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 12 Jul 2006 19:12: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/share/man/man9 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: Wed, 12 Jul 2006 19:12:17 -0000 maxim 2006-07-12 19:12:16 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Log: o Sort sx(9) MLINKS. Revision Changes Path 1.277 +2 -2 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jul 12 19:46:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F6A616A4E1; Wed, 12 Jul 2006 19:46:09 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23AB443D72; Wed, 12 Jul 2006 19:46:08 +0000 (GMT) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CJk8v4078326; Wed, 12 Jul 2006 19:46:08 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CJk8f5078325; Wed, 12 Jul 2006 19:46:08 GMT (envelope-from mr) Message-Id: <200607121946.k6CJk8f5078325@repoman.freebsd.org> From: Michael Reifenberger Date: Wed, 12 Jul 2006 19:46: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/i386/i386 initcpu.c src/sys/i386/include md_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: Wed, 12 Jul 2006 19:46:09 -0000 mr 2006-07-12 19:46:08 UTC FreeBSD src repository Modified files: sys/i386/i386 initcpu.c sys/i386/include md_var.h Log: Initialise (if necessary) the VIA C3/C7 features. Store the capabilities for further use by random(4), padlock(4), ... Obtained from: mostly OpenBSD MFC after: 1 week Revision Changes Path 1.55 +83 -0 src/sys/i386/i386/initcpu.c 1.76 +2 -0 src/sys/i386/include/md_var.h From owner-cvs-src@FreeBSD.ORG Wed Jul 12 20:08:54 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E3F916A4DE; Wed, 12 Jul 2006 20:08:54 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09B7C43D72; Wed, 12 Jul 2006 20:08:53 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k6CK6RkI066840; Wed, 12 Jul 2006 14:06:27 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 12 Jul 2006 14:06:37 -0600 (MDT) Message-Id: <20060712.140637.1159135419.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <44B495BF.6080503@root.org> References: <200607112059.39655.jkim@FreeBSD.org> <44B48F0E.1050704@FreeBSD.org> <44B495BF.6080503@root.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 12 Jul 2006 14:06:28 -0600 (MDT) Cc: sobomax@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, jkim@freebsd.org, cvs-src@freebsd.org Subject: Re: 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: Wed, 12 Jul 2006 20:08:54 -0000 In message: <44B495BF.6080503@root.org> Nate Lawson writes: : You CAN'T get rid of the fdc, even if you want to. It's an embedded : part of the Super I/O chips even if your machine has no floppy drive : (i.e. laptop). So anything that slows down probing of it will slow down : your boot. : : That's why it's great Jung-uk has done this work. I still get floppies in the mail with stuff on them that people don't want to trust to email... Warner From owner-cvs-src@FreeBSD.ORG Wed Jul 12 20:13:51 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A84D016A4E1; Wed, 12 Jul 2006 20:13:51 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29C9143D49; Wed, 12 Jul 2006 20:13:51 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 789C02088; Wed, 12 Jul 2006 22:13:46 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.1/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id F31E82087; Wed, 12 Jul 2006 22:13:45 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id C05C333C31; Wed, 12 Jul 2006 22:13:45 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: "M. Warner Losh" References: <200607112059.39655.jkim@FreeBSD.org> <44B48F0E.1050704@FreeBSD.org> <44B495BF.6080503@root.org> <20060712.140637.1159135419.imp@bsdimp.com> Date: Wed, 12 Jul 2006 22:13:45 +0200 In-Reply-To: <20060712.140637.1159135419.imp@bsdimp.com> (M. Warner Losh's message of "Wed, 12 Jul 2006 14:06:37 -0600 (MDT)") Message-ID: <86ejwq1szq.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: sobomax@freebsd.org, src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, nate@root.org, jkim@freebsd.org Subject: Re: 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: Wed, 12 Jul 2006 20:13:51 -0000 "M. Warner Losh" writes: > I still get floppies in the mail with stuff on them that people don't > want to trust to email... Why? CDs are cheaper and ship better: no risk of demagnetization, no calibration problems... DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed Jul 12 20:25:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 815A816A4DA; Wed, 12 Jul 2006 20:25:36 +0000 (UTC) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 875F943D49; Wed, 12 Jul 2006 20:25:35 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CKPZgP083304; Wed, 12 Jul 2006 20:25:35 GMT (envelope-from ups@repoman.freebsd.org) Received: (from ups@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CKPZRV083303; Wed, 12 Jul 2006 20:25:35 GMT (envelope-from ups) Message-Id: <200607122025.k6CKPZRV083303@repoman.freebsd.org> From: Stephan Uphoff Date: Wed, 12 Jul 2006 20:25: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/sys/fs/devfs devfs_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: Wed, 12 Jul 2006 20:25:36 -0000 ups 2006-07-12 20:25:35 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c Log: Add vnode interlocking to devfs. This prevents race conditions that can cause pagefaults or devfs to use arbitrary vnodes. MFC after: 1 week Revision Changes Path 1.132 +33 -16 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Jul 12 20:29:15 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4878716A4E0; Wed, 12 Jul 2006 20:29:15 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57B6D43D6A; Wed, 12 Jul 2006 20:29:13 +0000 (GMT) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CKTCFV083474; Wed, 12 Jul 2006 20:29:12 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CKTCGF083473; Wed, 12 Jul 2006 20:29:12 GMT (envelope-from mr) Message-Id: <200607122029.k6CKTCGF083473@repoman.freebsd.org> From: Michael Reifenberger Date: Wed, 12 Jul 2006 20:29:12 +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/random probe.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, 12 Jul 2006 20:29:15 -0000 mr 2006-07-12 20:29:12 UTC FreeBSD src repository Modified files: sys/dev/random probe.c Log: Use the already stored VIA RNG probe information instead of probing again. MFC after: 1 week Revision Changes Path 1.5 +4 -13 src/sys/dev/random/probe.c From owner-cvs-src@FreeBSD.ORG Wed Jul 12 20:46:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6C3B16A4DD; Wed, 12 Jul 2006 20:46:57 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90BA643D45; Wed, 12 Jul 2006 20:46:57 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CKkvFe084420; Wed, 12 Jul 2006 20:46:57 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CKkvef084419; Wed, 12 Jul 2006 20:46:57 GMT (envelope-from wilko) Message-Id: <200607122046.k6CKkvef084419@repoman.freebsd.org> From: Wilko Bulte Date: Wed, 12 Jul 2006 20:46: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: 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: Wed, 12 Jul 2006 20:46:57 -0000 wilko 2006-07-12 20:46:57 UTC FreeBSD src repository Modified files: . access Log: per his request to core, retire Thomas' (tmm) commit bit. Approved by: core With hat: core-secretary Revision Changes Path 1.781 +0 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Wed Jul 12 20:50:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84B5D16A4E0; Wed, 12 Jul 2006 20:50:50 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id D42C143D45; Wed, 12 Jul 2006 20:50:49 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k6CKmP9x067417; Wed, 12 Jul 2006 14:48:25 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 12 Jul 2006 14:48:35 -0600 (MDT) Message-Id: <20060712.144835.38907524.imp@bsdimp.com> To: des@des.no From: "M. Warner Losh" In-Reply-To: <86ejwq1szq.fsf@xps.des.no> References: <44B495BF.6080503@root.org> <20060712.140637.1159135419.imp@bsdimp.com> <86ejwq1szq.fsf@xps.des.no> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 12 Jul 2006 14:48:26 -0600 (MDT) Cc: sobomax@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, nate@root.org, jkim@FreeBSD.ORG Subject: Re: 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: Wed, 12 Jul 2006 20:50:50 -0000 In message: <86ejwq1szq.fsf@xps.des.no> des@des.no (Dag-Erling Sm=F8rgrav) writes: : "M. Warner Losh" writes: : > I still get floppies in the mail with stuff on them that people don= 't : > want to trust to email... : = : Why? CDs are cheaper and ship better: no risk of demagnetization, no= : calibration problems... I deal with luddites and accountants... Warner From owner-cvs-src@FreeBSD.ORG Wed Jul 12 20:54:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FD2116A4E0; Wed, 12 Jul 2006 20:54:42 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id A506743D49; Wed, 12 Jul 2006 20:54:41 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr11.xs4all.nl (8.13.6/8.13.6) with ESMTP id k6CKsJ3g056871; Wed, 12 Jul 2006 22:54:25 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.6/8.13.3) with ESMTP id k6CKsJGx001931; Wed, 12 Jul 2006 22:54:19 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.6/8.13.6/Submit) id k6CKsJiT001930; Wed, 12 Jul 2006 22:54:19 +0200 (CEST) (envelope-from wb) Date: Wed, 12 Jul 2006 22:54:19 +0200 From: Wilko Bulte To: "M. Warner Losh" Message-ID: <20060712205419.GA1916@freebie.xs4all.nl> References: <44B495BF.6080503@root.org> <20060712.140637.1159135419.imp@bsdimp.com> <86ejwq1szq.fsf@xps.des.no> <20060712.144835.38907524.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20060712.144835.38907524.imp@bsdimp.com> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: sobomax@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, nate@root.org, des@des.no, jkim@FreeBSD.ORG Subject: Re: 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: Wed, 12 Jul 2006 20:54:42 -0000 On Wed, Jul 12, 2006 at 02:48:35PM -0600, M. Warner Losh wrote.. > In message: <86ejwq1szq.fsf@xps.des.no> > des@des.no (Dag-Erling Smørgrav) writes: > : "M. Warner Losh" writes: > : > I still get floppies in the mail with stuff on them that people don't > : > want to trust to email... > : > : Why? CDs are cheaper and ship better: no risk of demagnetization, no > : calibration problems... > > I deal with luddites and accountants... And lawyers? Or are they included in the luddites? -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Jul 12 21:22:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2E6216A4E7; Wed, 12 Jul 2006 21:22:45 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FE1943D45; Wed, 12 Jul 2006 21:22:45 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CLMjch095237; Wed, 12 Jul 2006 21:22:45 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CLMjUE095236; Wed, 12 Jul 2006 21:22:45 GMT (envelope-from jhb) Message-Id: <200607122122.k6CLMjUE095236@repoman.freebsd.org> From: John Baldwin Date: Wed, 12 Jul 2006 21:22: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/amd64/amd64 db_trace.c intr_machdep.c local_apic.c src/sys/arm/arm db_trace.c src/sys/ddb db_command.c db_output.c db_output.h db_ps.c db_thread.c ddb.h src/sys/dev/pci pci.c src/sys/i386/i386 db_trace.c intr_machdep.c local_apic.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, 12 Jul 2006 21:22:46 -0000 jhb 2006-07-12 21:22:44 UTC FreeBSD src repository Modified files: sys/amd64/amd64 db_trace.c intr_machdep.c local_apic.c sys/arm/arm db_trace.c sys/ddb db_command.c db_output.c db_output.h db_ps.c db_thread.c ddb.h sys/dev/pci pci.c sys/i386/i386 db_trace.c intr_machdep.c local_apic.c machdep.c sys/ia64/ia64 db_machdep.c sys/kern kern_intr.c kern_ktr.c subr_prf.c sys/pc98/pc98 machdep.c sys/powerpc/powerpc db_trace.c sys/sparc64/sparc64 db_trace.c Log: Simplify the pager support in DDB. Allowing different db commands to install custom pager functions didn't actually happen in practice (they all just used the simple pager and passed in a local quit pointer). So, just hardcode the simple pager as the only pager and make it set a global db_pager_quit flag that db commands can check when the user hits 'q' (or a suitable variant) at the pager prompt. Also, now that it's easy to do so, enable paging by default for all ddb commands. Any command that wishes to honor the quit flag can do so by checking db_pager_quit. Note that the pager can also be effectively disabled by setting $lines to 0. Other fixes: - 'show idt' on i386 and pc98 now actually checks the quit flag and terminates early. - 'show intr' now actually checks the quit flag and terminates early. Revision Changes Path 1.75 +2 -4 src/sys/amd64/amd64/db_trace.c 1.20 +2 -4 src/sys/amd64/amd64/intr_machdep.c 1.26 +2 -4 src/sys/amd64/amd64/local_apic.c 1.13 +2 -4 src/sys/arm/arm/db_trace.c 1.67 +3 -5 src/sys/ddb/db_command.c 1.35 +35 -34 src/sys/ddb/db_output.c 1.14 +2 -0 src/sys/ddb/db_output.h 1.61 +5 -9 src/sys/ddb/db_ps.c 1.6 +1 -5 src/sys/ddb/db_thread.c 1.43 +1 -6 src/sys/ddb/ddb.h 1.313 +3 -4 src/sys/dev/pci/pci.c 1.74 +2 -4 src/sys/i386/i386/db_trace.c 1.19 +2 -4 src/sys/i386/i386/intr_machdep.c 1.28 +2 -4 src/sys/i386/i386/local_apic.c 1.630 +2 -3 src/sys/i386/i386/machdep.c 1.2 +2 -4 src/sys/ia64/ia64/db_machdep.c 1.133 +4 -6 src/sys/kern/kern_intr.c 1.52 +7 -10 src/sys/kern/kern_ktr.c 1.124 +2 -5 src/sys/kern/subr_prf.c 1.377 +2 -3 src/sys/pc98/pc98/machdep.c 1.13 +1 -4 src/sys/powerpc/powerpc/db_trace.c 1.26 +6 -9 src/sys/sparc64/sparc64/db_trace.c From owner-cvs-src@FreeBSD.ORG Wed Jul 12 21:25:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B66D316A4DD; Wed, 12 Jul 2006 21:25:24 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71F4343D5E; Wed, 12 Jul 2006 21:25:24 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CLPOvG095451; Wed, 12 Jul 2006 21:25:24 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CLPO8x095450; Wed, 12 Jul 2006 21:25:24 GMT (envelope-from jhb) Message-Id: <200607122125.k6CLPO8x095450@repoman.freebsd.org> From: John Baldwin Date: Wed, 12 Jul 2006 21:25:24 +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 subr_turnstile.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, 12 Jul 2006 21:25:24 -0000 jhb 2006-07-12 21:25:24 UTC FreeBSD src repository Modified files: sys/kern subr_turnstile.c Log: Honor db_pager_quit in 'show threadchain', 'show allchains', and 'show lockchain'. This is especially helpful for the first 2 as a threadchain could get stuck in an infinite loop during a mutex deadlock. Revision Changes Path 1.161 +7 -1 src/sys/kern/subr_turnstile.c From owner-cvs-src@FreeBSD.ORG Wed Jul 12 22:57:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37DC516A4E1; Wed, 12 Jul 2006 22:57:58 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 063BC43D46; Wed, 12 Jul 2006 22:57:58 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CMvv3x003362; Wed, 12 Jul 2006 22:57:57 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CMvvRe003361; Wed, 12 Jul 2006 22:57:57 GMT (envelope-from imp) Message-Id: <200607122257.k6CMvvRe003361@repoman.freebsd.org> From: Warner Losh Date: Wed, 12 Jul 2006 22:57:57 +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 bus_if.m subr_bus.c src/sys/sys 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: Wed, 12 Jul 2006 22:57:58 -0000 imp 2006-07-12 22:57:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern subr_bus.c bus_if.m sys/sys bus.h Log: MFC: subr_bus.c 1.194, bus_if.m 1.30, bus.h 1.75: Create bus_enumerate_hinted_children. This routine will allow drivers to use the hinted child system. Bus drivers that use this need to implmenet the bus_hinted_child method, where they actually add the child to their bus, as they see fit. The bus is repsonsible for getting the attribtues for the child, adding it in the right order, etc. ISA hinting will be updated to use this method. Revision Changes Path 1.29.2.1 +22 -0 src/sys/kern/bus_if.m 1.184.2.2 +34 -0 src/sys/kern/subr_bus.c 1.70.2.2 +1 -0 src/sys/sys/bus.h From owner-cvs-src@FreeBSD.ORG Wed Jul 12 23:13:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7526316A4DF; Wed, 12 Jul 2006 23:13:10 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F70243D45; Wed, 12 Jul 2006 23:13:10 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CNDADK005587; Wed, 12 Jul 2006 23:13:10 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CNDAZO005586; Wed, 12 Jul 2006 23:13:10 GMT (envelope-from ambrisko) Message-Id: <200607122313.k6CNDAZO005586@repoman.freebsd.org> From: Doug Ambrisko Date: Wed, 12 Jul 2006 23:13: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/sys/dev/bce if_bce.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, 12 Jul 2006 23:13:10 -0000 ambrisko 2006-07-12 23:13:10 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: Fix ifconfig up when the HW was down. If the driver isn't running then we need to call init otherwise just start the rx. Interestingly dhclient seemed to work but ifconfig didn't for me. Reviewed by: jhb Revision Changes Path 1.5 +7 -2 src/sys/dev/bce/if_bce.c From owner-cvs-src@FreeBSD.ORG Thu Jul 13 01:53:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A0A616A4E7; Thu, 13 Jul 2006 01:53:58 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 319E343D72; Thu, 13 Jul 2006 01:53:55 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6D1rsp4028866; Thu, 13 Jul 2006 01:53:55 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6D1rsuS028865; Thu, 13 Jul 2006 01:53:54 GMT (envelope-from yongari) Message-Id: <200607130153.k6D1rsuS028865@repoman.freebsd.org> From: Pyun YongHyeon Date: Thu, 13 Jul 2006 01:53: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/sound/pci solo.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, 13 Jul 2006 01:53:58 -0000 yongari 2006-07-13 01:53:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sound/pci solo.c Log: MFC solo.c, 1.39 to RELENG_6: Fix a missing unlock operation in interrupt handler. Revision Changes Path 1.35.2.4 +3 -1 src/sys/dev/sound/pci/solo.c From owner-cvs-src@FreeBSD.ORG Thu Jul 13 01:57:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 669B416A4DD; Thu, 13 Jul 2006 01:57:54 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23AF943D46; Thu, 13 Jul 2006 01:57:54 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6D1vqgR029097; Thu, 13 Jul 2006 01:57:52 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6D1vqBZ029096; Thu, 13 Jul 2006 01:57:52 GMT (envelope-from yongari) Message-Id: <200607130157.k6D1vqBZ029096@repoman.freebsd.org> From: Pyun YongHyeon Date: Thu, 13 Jul 2006 01:57: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/sk if_sk.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, 13 Jul 2006 01:57:54 -0000 yongari 2006-07-13 01:57:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sk if_sk.c Log: MFC if_sk.c, 1.126 to RELENG_6: Fix typo in comment. Revision Changes Path 1.125.2.3 +2 -2 src/sys/dev/sk/if_sk.c From owner-cvs-src@FreeBSD.ORG Thu Jul 13 03:37:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BD1016A4DF; Thu, 13 Jul 2006 03:37:07 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D754F43D55; Thu, 13 Jul 2006 03:37:06 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6D3b6PY041474; Thu, 13 Jul 2006 03:37:06 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6D3b6wn041473; Thu, 13 Jul 2006 03:37:06 GMT (envelope-from ambrisko) Message-Id: <200607130337.k6D3b6wn041473@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 13 Jul 2006 03:37:06 +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/mount_std Makefile mount_std.8 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, 13 Jul 2006 03:37:07 -0000 ambrisko 2006-07-13 03:37:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/mount_std Makefile mount_std.8 Log: Link in mount_linsysfs. Prompted by: Rocco Rutte Revision Changes Path 1.11.8.1 +2 -0 src/sbin/mount_std/Makefile 1.23.2.1 +6 -2 src/sbin/mount_std/mount_std.8 From owner-cvs-src@FreeBSD.ORG Thu Jul 13 05:07:02 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83A9716A4E0; Thu, 13 Jul 2006 05:07:02 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 050B843D49; Thu, 13 Jul 2006 05:07:01 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) ([192.168.1.2]) by mail.ambrisko.com with ESMTP; 12 Jul 2006 22:05:17 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.13.1/8.12.11) with ESMTP id k6D571vE074521; Wed, 12 Jul 2006 22:07:01 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.13.1/8.13.1/Submit) id k6D57047074520; Wed, 12 Jul 2006 22:07:00 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200607130507.k6D57047074520@ambrisko.com> In-Reply-To: <44B511EB.3060304@samsco.org> To: Scott Long Date: Wed, 12 Jul 2006 22:07:00 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Cc: Maxim Sobolev , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Jung-uk Kim , cvs-src@FreeBSD.org Subject: Re: 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: Thu, 13 Jul 2006 05:07:02 -0000 Scott Long writes: | Who cares about ATA in 2006 when one can buy a really good SAS RAID | controller? Yeh, death to ATA ... SAS for everyone with RAID and non-RAID controllers. Now the customer can pick their drive "level". Doug A. From owner-cvs-src@FreeBSD.ORG Thu Jul 13 06:26:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0C2B16A4DD; Thu, 13 Jul 2006 06:26:43 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5439C43D49; Thu, 13 Jul 2006 06:26:43 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6D6QhEF066210; Thu, 13 Jul 2006 06:26:43 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6D6QhQ3066209; Thu, 13 Jul 2006 06:26:43 GMT (envelope-from davidxu) Message-Id: <200607130626.k6D6QhQ3066209@repoman.freebsd.org> From: David Xu Date: Thu, 13 Jul 2006 06:26: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/sys/sys thr.h src/sys/kern kern_thr.c syscalls.master 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, 13 Jul 2006 06:26:43 -0000 davidxu 2006-07-13 06:26:43 UTC FreeBSD src repository Modified files: sys/sys thr.h sys/kern kern_thr.c syscalls.master Log: Add syscalls thr_setscheduler, thr_getscheduler, and thr_setschedparam, these syscalls are designed to set thread's scheduling parameters and policy, because each syscall contains a size parameter, it is possible to support future scheduling option, e.g SCHED_SPORADIC, this option needs other fields in structure sched_param, current they are not avaiblable. Revision Changes Path 1.49 +158 -2 src/sys/kern/kern_thr.c 1.219 +9 -0 src/sys/kern/syscalls.master 1.9 +9 -2 src/sys/sys/thr.h From owner-cvs-src@FreeBSD.ORG Thu Jul 13 06:32:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7056A16A4DD; Thu, 13 Jul 2006 06:32:56 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2957F43D45; Thu, 13 Jul 2006 06:32:56 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6D6Wujx066632; Thu, 13 Jul 2006 06:32:56 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6D6WuPZ066631; Thu, 13 Jul 2006 06:32:56 GMT (envelope-from davidxu) Message-Id: <200607130632.k6D6WuPZ066631@repoman.freebsd.org> From: David Xu Date: Thu, 13 Jul 2006 06:32: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/sys syscall.h syscall.mk sysproto.h src/sys/kern init_sysent.c syscalls.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, 13 Jul 2006 06:32:56 -0000 davidxu 2006-07-13 06:32:56 UTC FreeBSD src repository Modified files: sys/sys syscall.h syscall.mk sysproto.h sys/kern init_sysent.c syscalls.c Log: regenerate. Revision Changes Path 1.214 +4 -1 src/sys/kern/init_sysent.c 1.198 +4 -1 src/sys/kern/syscalls.c 1.195 +5 -2 src/sys/sys/syscall.h 1.150 +5 -2 src/sys/sys/syscall.mk 1.197 +21 -1 src/sys/sys/sysproto.h From owner-cvs-src@FreeBSD.ORG Thu Jul 13 06:35:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 948A516A4DA; Thu, 13 Jul 2006 06:35:44 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FA5043D45; Thu, 13 Jul 2006 06:35:44 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6D6ZiPV066808; Thu, 13 Jul 2006 06:35:44 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6D6Zi1G066807; Thu, 13 Jul 2006 06:35:44 GMT (envelope-from davidxu) Message-Id: <200607130635.k6D6Zi1G066807@repoman.freebsd.org> From: David Xu Date: Thu, 13 Jul 2006 06:35: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/lib/libthr/thread thr_create.c thr_getschedparam.c thr_setprio.c thr_setschedparam.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, 13 Jul 2006 06:35:44 -0000 davidxu 2006-07-13 06:35:44 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_create.c thr_getschedparam.c thr_setprio.c thr_setschedparam.c Log: Use thr_setscheduler, thr_getscheduler and thr_setschedparam to implement pthread functions. Revision Changes Path 1.31 +3 -2 src/lib/libthr/thread/thr_create.c 1.7 +6 -20 src/lib/libthr/thread/thr_getschedparam.c 1.4 +2 -2 src/lib/libthr/thread/thr_setprio.c 1.14 +4 -2 src/lib/libthr/thread/thr_setschedparam.c From owner-cvs-src@FreeBSD.ORG Thu Jul 13 06:41:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 604A516A4DA; Thu, 13 Jul 2006 06:41:27 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC7E043D58; Thu, 13 Jul 2006 06:41:26 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6D6fQJ0067152; Thu, 13 Jul 2006 06:41:26 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6D6fQiJ067151; Thu, 13 Jul 2006 06:41:26 GMT (envelope-from davidxu) Message-Id: <200607130641.k6D6fQiJ067151@repoman.freebsd.org> From: David Xu Date: Thu, 13 Jul 2006 06:41: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/posix4 p1003_1b.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, 13 Jul 2006 06:41:27 -0000 davidxu 2006-07-13 06:41:26 UTC FreeBSD src repository Modified files: sys/posix4 p1003_1b.c Log: Backout the feature which can change thread's scheduling option, I really don't want to mix process and thread scheduling options together in these functions, now the thread scheduling option is implemented in new thr syscalls. Revision Changes Path 1.30 +4 -42 src/sys/posix4/p1003_1b.c From owner-cvs-src@FreeBSD.ORG Thu Jul 13 07:51:07 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA5C816A4EA; Thu, 13 Jul 2006 07:51:07 +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 2C3AA43D5F; Thu, 13 Jul 2006 07:51:03 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (inchoate.gsoft.com.au [203.31.81.25]) (authenticated bits=0) by cain.gsoft.com.au (8.13.5/8.13.4) with ESMTP id k6D7ox9D085533 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 13 Jul 2006 17:20:59 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: cvs-all@freebsd.org Date: Thu, 13 Jul 2006 17:20:48 +0930 User-Agent: KMail/1.9.3 References: <200607120049.k6C0nlHN034350@repoman.freebsd.org> <44B48F0E.1050704@FreeBSD.org> <20060712134452.G62430@fledge.watson.org> In-Reply-To: <20060712134452.G62430@fledge.watson.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1166646.szndoLDTsz"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200607131720.59318.doconnor@gsoft.com.au> X-Spam-Score: -1.36 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.56 on 203.31.81.10 Cc: Maxim Sobolev , src-committers@freebsd.org, Robert Watson , Jung-uk Kim , cvs-src@freebsd.org Subject: Re: 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: Thu, 13 Jul 2006 07:51:07 -0000 --nextPart1166646.szndoLDTsz Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 12 July 2006 22:15, Robert Watson wrote: > On Tue, 11 Jul 2006, Maxim Sobolev wrote: > > Not really relevant, but who cares about floppy in 2006 when one can buy > > 256MB USB flash for the price of the pack of floppies? ;-) > > > > No offense intended, just curious. > > Just because one might not choose to use floppies for new systems doesn't > mean that old deployed systems involving flopies don't still exist and ne= ed > to work (and keep on working). Also, sysinstall won't read install.cfg off anything but a floppy.. It would be nice if it groked USB sticks but I'm not sure how feasible that= =20 would be :) =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 --nextPart1166646.szndoLDTsz Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEtftj5ZPcIHs/zowRAjoIAJ4kinOgIsqrF+Mns0W1CRMcSixgRQCfXXru fJtVqtXavmHZOA6/RWuSQ2U= =rBqO -----END PGP SIGNATURE----- --nextPart1166646.szndoLDTsz-- From owner-cvs-src@FreeBSD.ORG Thu Jul 13 08:11:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8D7516A4DD; Thu, 13 Jul 2006 08:11:47 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FC9A43D4C; Thu, 13 Jul 2006 08:11:47 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6D8BlDE077498; Thu, 13 Jul 2006 08:11:47 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6D8BlST077497; Thu, 13 Jul 2006 08:11:47 GMT (envelope-from delphij) Message-Id: <200607130811.k6D8BlST077497@repoman.freebsd.org> From: Xin LI Date: Thu, 13 Jul 2006 08:11: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/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/sparc64/conf GENERIC 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, 13 Jul 2006 08:11:47 -0000 delphij 2006-07-13 08:11:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/alpha/conf GENERIC sys/amd64/conf GENERIC sys/i386/conf GENERIC sys/sparc64/conf GENERIC Log: MFC: Move AH[CD]_REG_PRETTY_PRINT options to where they belongs. Revision Changes Path 1.186.2.8 +2 -2 src/sys/alpha/conf/GENERIC 1.439.2.13 +4 -4 src/sys/amd64/conf/GENERIC 1.429.2.11 +4 -4 src/sys/i386/conf/GENERIC 1.96.2.9 +2 -2 src/sys/sparc64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Thu Jul 13 08:30:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1BCE16A4DD; Thu, 13 Jul 2006 08:30:40 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADD0C43D45; Thu, 13 Jul 2006 08:30:40 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6D8UeDX078440; Thu, 13 Jul 2006 08:30:40 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6D8UenG078439; Thu, 13 Jul 2006 08:30:40 GMT (envelope-from davidxu) Message-Id: <200607130830.k6D8UenG078439@repoman.freebsd.org> From: David Xu Date: Thu, 13 Jul 2006 08:30:40 +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/lib/libc/sys Makefile.inc sigwaitinfo.2 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, 13 Jul 2006 08:30:41 -0000 davidxu 2006-07-13 08:30:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/sys Makefile.inc Added files: (Branch: RELENG_6) lib/libc/sys sigwaitinfo.2 Log: MFC manual for sigwaitinfo and sigtimedwait syscalls. PR: doc/90711 Revision Changes Path 1.113.2.1 +2 -1 src/lib/libc/sys/Makefile.inc 1.7.2.1 +197 -0 src/lib/libc/sys/sigwaitinfo.2 (new) From owner-cvs-src@FreeBSD.ORG Thu Jul 13 09:15:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8806C16A516; Thu, 13 Jul 2006 09:15:16 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 872CE43D4C; Thu, 13 Jul 2006 09:15:14 +0000 (GMT) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6D9FEK2090004; Thu, 13 Jul 2006 09:15:14 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6D9FE8N090003; Thu, 13 Jul 2006 09:15:14 GMT (envelope-from mr) Message-Id: <200607130915.k6D9FE8N090003@repoman.freebsd.org> From: Michael Reifenberger Date: Thu, 13 Jul 2006 09:15: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/crypto/via padlock.c src/sys/dev/random probe.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, 13 Jul 2006 09:15:16 -0000 mr 2006-07-13 09:15:14 UTC FreeBSD src repository Modified files: sys/crypto/via padlock.c sys/dev/random probe.c Log: Use the already stored VIA RNG probe information instead of probing again. Adjust style(9) somewhat in probe.c Reviewed by: pjd MFC after: 1 week Revision Changes Path 1.6 +5 -16 src/sys/crypto/via/padlock.c 1.6 +1 -1 src/sys/dev/random/probe.c From owner-cvs-src@FreeBSD.ORG Thu Jul 13 11:47:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BF0F16A4DD; Thu, 13 Jul 2006 11:47:37 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 384E743D45; Thu, 13 Jul 2006 11:47:37 +0000 (GMT) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6DBlb0i004278; Thu, 13 Jul 2006 11:47:37 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6DBlbWg004277; Thu, 13 Jul 2006 11:47:37 GMT (envelope-from mr) Message-Id: <200607131147.k6DBlbWg004277@repoman.freebsd.org> From: Michael Reifenberger Date: Thu, 13 Jul 2006 11:47:36 +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/random probe.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, 13 Jul 2006 11:47:37 -0000 mr 2006-07-13 11:47:36 UTC FreeBSD src repository Modified files: sys/dev/random probe.c Log: Now even more style(9)ish. Submitted by: pjd Revision Changes Path 1.7 +1 -1 src/sys/dev/random/probe.c From owner-cvs-src@FreeBSD.ORG Thu Jul 13 13:42:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5043016A54B; Thu, 13 Jul 2006 13:42:38 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED37D43D4C; Thu, 13 Jul 2006 13:42:37 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6DDgbX6024225; Thu, 13 Jul 2006 13:42:37 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6DDgbh7024224; Thu, 13 Jul 2006 13:42:37 GMT (envelope-from maxim) Message-Id: <200607131342.k6DDgbh7024224@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 13 Jul 2006 13:42: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 uipc_usrreq.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, 13 Jul 2006 13:42:38 -0000 maxim 2006-07-13 13:42:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_usrreq.c Log: MFC rev. 1.168: for sockets with LOCAL_CREDS option remove all previous linked SCM_CREDS control messages and then add a control message with struct sockcred so the process specifically asked for the peer credentials by LOCAL_CREDS option always gets struct sockcred. Revision Changes Path 1.155.2.6 +24 -10 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Thu Jul 13 13:52:45 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 025BE16A4DD; Thu, 13 Jul 2006 13:52:45 +0000 (UTC) (envelope-from john@baldwin.cx) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D81B43D46; Thu, 13 Jul 2006 13:52:44 +0000 (GMT) (envelope-from john@baldwin.cx) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k6DDqgK7097512; Thu, 13 Jul 2006 09:52:42 -0400 (EDT) (envelope-from john@baldwin.cx) From: John Baldwin To: David Xu Date: Thu, 13 Jul 2006 09:30:48 -0400 User-Agent: KMail/1.9.1 References: <200607130626.k6D6QhQ3066209@repoman.freebsd.org> In-Reply-To: <200607130626.k6D6QhQ3066209@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607130930.49565.john@baldwin.cx> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 13 Jul 2006 09:52:43 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1598/Thu Jul 13 07:38:16 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys thr.h src/sys/kern kern_thr.c syscalls.master 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, 13 Jul 2006 13:52:45 -0000 On Thursday 13 July 2006 02:26, David Xu wrote: > davidxu 2006-07-13 06:26:43 UTC > > FreeBSD src repository > > Modified files: > sys/sys thr.h > sys/kern kern_thr.c syscalls.master > Log: > Add syscalls thr_setscheduler, thr_getscheduler, and thr_setschedparam, > these syscalls are designed to set thread's scheduling parameters and > policy, because each syscall contains a size parameter, it is possible > to support future scheduling option, e.g SCHED_SPORADIC, this option > needs other fields in structure sched_param, current they are not > avaiblable. Don't forget to update sys/compat/freebsd32/syscalls.master when adding new syscalls (as the comments in sys/kern/syscalls.master request). -- John Baldwin From owner-cvs-src@FreeBSD.ORG Thu Jul 13 14:06:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 882D216A4DD; Thu, 13 Jul 2006 14:06:10 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4475E43D45; Thu, 13 Jul 2006 14:06:10 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6DE6AdK026626; Thu, 13 Jul 2006 14:06:10 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6DE6Agl026625; Thu, 13 Jul 2006 14:06:10 GMT (envelope-from phk) Message-Id: <200607131406.k6DE6Agl026625@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 13 Jul 2006 14: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/tools/tools/nanobsd nanobsd.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: Thu, 13 Jul 2006 14:06:10 -0000 phk 2006-07-13 14:06:10 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: Create the diskless magic files in /etc during the install_etc() step instead of setup_nanobsd(), because this gives customize tasks a chance to fiddle the details. Inspired & tested by: Jordan Coleman Revision Changes Path 1.18 +13 -10 src/tools/tools/nanobsd/nanobsd.sh From owner-cvs-src@FreeBSD.ORG Thu Jul 13 16:09:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ACD616A4DF; Thu, 13 Jul 2006 16:09:41 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F6AE43D45; Thu, 13 Jul 2006 16:09:40 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6DG9ebr042005; Thu, 13 Jul 2006 16:09:40 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6DG9e1w041998; Thu, 13 Jul 2006 16:09:40 GMT (envelope-from jkim) Message-Id: <200607131609.k6DG9e1w041998@repoman.freebsd.org> From: Jung-uk Kim Date: Thu, 13 Jul 2006 16:09: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/amd64/include specialreg.h src/sys/i386/include specialreg.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, 13 Jul 2006 16:09:41 -0000 jkim 2006-07-13 16:09:40 UTC FreeBSD src repository Modified files: sys/amd64/include specialreg.h sys/i386/include specialreg.h Log: Sync specialreg.h changes between amd64 and i386 with few fixes. Revision Changes Path 1.35 +5 -2 src/sys/amd64/include/specialreg.h 1.36 +21 -14 src/sys/i386/include/specialreg.h From owner-cvs-src@FreeBSD.ORG Thu Jul 13 20:38:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F50216A4DA; Thu, 13 Jul 2006 20:38:00 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBDC143D45; Thu, 13 Jul 2006 20:37:59 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6DKbxis067834; Thu, 13 Jul 2006 20:37:59 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6DKbx3C067833; Thu, 13 Jul 2006 20:37:59 GMT (envelope-from pjd) Message-Id: <200607132037.k6DKbx3C067833@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 13 Jul 2006 20:37:59 +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/geom/mirror g_mirror_ctl.c src/sys/geom/raid3 g_raid3_ctl.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, 13 Jul 2006 20:38:00 -0000 pjd 2006-07-13 20:37:59 UTC FreeBSD src repository Modified files: sys/geom/mirror g_mirror_ctl.c sys/geom/raid3 g_raid3_ctl.c Log: Always allow to specify components with /dev/ prefix. MFC after: 3 days Revision Changes Path 1.17 +4 -2 src/sys/geom/mirror/g_mirror_ctl.c 1.18 +4 -0 src/sys/geom/raid3/g_raid3_ctl.c From owner-cvs-src@FreeBSD.ORG Thu Jul 13 21:48:40 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from localhost.my.domain (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 2C93416A4DE; Thu, 13 Jul 2006 21:48:40 +0000 (UTC) (envelope-from davidxu@freebsd.org) From: David Xu To: John Baldwin Date: Fri, 14 Jul 2006 05:48:37 +0800 User-Agent: KMail/1.8.2 References: <200607130626.k6D6QhQ3066209@repoman.freebsd.org> <200607130930.49565.john@baldwin.cx> In-Reply-To: <200607130930.49565.john@baldwin.cx> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607140548.38121.davidxu@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys thr.h src/sys/kern kern_thr.c syscalls.master 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, 13 Jul 2006 21:48:40 -0000 On Thursday 13 July 2006 21:30, John Baldwin wrote: > Don't forget to update sys/compat/freebsd32/syscalls.master when adding new > syscalls (as the comments in sys/kern/syscalls.master request). will do. David Xu From owner-cvs-src@FreeBSD.ORG Thu Jul 13 22:45:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A828B16A4E0; Thu, 13 Jul 2006 22:45:20 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1284A43D4C; Thu, 13 Jul 2006 22:45:20 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6DMjJAI084047; Thu, 13 Jul 2006 22:45:19 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6DMjJh6084046; Thu, 13 Jul 2006 22:45:19 GMT (envelope-from davidxu) Message-Id: <200607132245.k6DMjJh6084046@repoman.freebsd.org> From: David Xu Date: Thu, 13 Jul 2006 22:45: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/libthr/thread thr_create.c thr_getschedparam.c thr_init.c thr_setprio.c thr_setschedparam.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, 13 Jul 2006 22:45:20 -0000 davidxu 2006-07-13 22:45:19 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_create.c thr_getschedparam.c thr_init.c thr_setprio.c thr_setschedparam.c Log: Caching scheduling policy and priority in userland, a critical but baddly written application is frequently changing thread priority for SCHED_OTHER policy. Revision Changes Path 1.32 +3 -4 src/lib/libthr/thread/thr_create.c 1.8 +5 -8 src/lib/libthr/thread/thr_getschedparam.c 1.36 +6 -0 src/lib/libthr/thread/thr_init.c 1.5 +22 -8 src/lib/libthr/thread/thr_setprio.c 1.15 +14 -0 src/lib/libthr/thread/thr_setschedparam.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 00:50:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01BE616A4DF; Fri, 14 Jul 2006 00:50:52 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFF5B43D4C; Fri, 14 Jul 2006 00:50:51 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6E0opjA099738; Fri, 14 Jul 2006 00:50:51 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6E0op7W099737; Fri, 14 Jul 2006 00:50:51 GMT (envelope-from cognet) Message-Id: <200607140050.k6E0op7W099737@repoman.freebsd.org> From: Olivier Houchard Date: Fri, 14 Jul 2006 00:50:51 +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.arm src/sys/arm/arm gdb_machdep.c src/sys/arm/include gdb_machdep.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, 14 Jul 2006 00:50:52 -0000 cognet 2006-07-14 00:50:51 UTC FreeBSD src repository Modified files: sys/conf files.arm Added files: sys/arm/arm gdb_machdep.c sys/arm/include gdb_machdep.h Log: Add remote GDB bits for arm. Revision Changes Path 1.1 +103 -0 src/sys/arm/arm/gdb_machdep.c (new) 1.1 +52 -0 src/sys/arm/include/gdb_machdep.h (new) 1.11 +8 -0 src/sys/conf/files.arm From owner-cvs-src@FreeBSD.ORG Fri Jul 14 01:57:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E32FD16A4DD; Fri, 14 Jul 2006 01:57:09 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F54143D46; Fri, 14 Jul 2006 01:57:09 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6E1v9oJ004138; Fri, 14 Jul 2006 01:57:09 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6E1v9Mp004137; Fri, 14 Jul 2006 01:57:09 GMT (envelope-from davidxu) Message-Id: <200607140157.k6E1v9Mp004137@repoman.freebsd.org> From: David Xu Date: Fri, 14 Jul 2006 01:57: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/compat/freebsd32 syscalls.master 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, 14 Jul 2006 01:57:10 -0000 davidxu 2006-07-14 01:57:09 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 syscalls.master Log: sync with master. Revision Changes Path 1.68 +11 -6 src/sys/compat/freebsd32/syscalls.master From owner-cvs-src@FreeBSD.ORG Fri Jul 14 04:36:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19F5B16A4DE; Fri, 14 Jul 2006 04:36:00 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9FAF43D45; Fri, 14 Jul 2006 04:35:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6E4ZxuQ023166; Fri, 14 Jul 2006 04:35:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6E4Zxqs023165; Fri, 14 Jul 2006 04:35:59 GMT (envelope-from imp) Message-Id: <200607140435.k6E4Zxqs023165@repoman.freebsd.org> From: Warner Losh Date: Fri, 14 Jul 2006 04:35:59 +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/stg tmc18c30_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, 14 Jul 2006 04:36:00 -0000 imp 2006-07-14 04:35:59 UTC FreeBSD src repository Modified files: sys/dev/stg tmc18c30_subr.c Log: no need to print unload anymore. Revision Changes Path 1.6 +0 -1 src/sys/dev/stg/tmc18c30_subr.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 04:36:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E40216A4E0; Fri, 14 Jul 2006 04:36:58 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFC9943D45; Fri, 14 Jul 2006 04:36:57 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6E4av0Q023241; Fri, 14 Jul 2006 04:36:57 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6E4avqw023240; Fri, 14 Jul 2006 04:36:57 GMT (envelope-from imp) Message-Id: <200607140436.k6E4avqw023240@repoman.freebsd.org> From: Warner Losh Date: Fri, 14 Jul 2006 04:36: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/dev/ncv ncr53c500_pccard.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, 14 Jul 2006 04:36:58 -0000 imp 2006-07-14 04:36:57 UTC FreeBSD src repository Modified files: sys/dev/ncv ncr53c500_pccard.c Log: no need to print unload anymore Revision Changes Path 1.28 +0 -1 src/sys/dev/ncv/ncr53c500_pccard.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 04:39:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC86B16A4DA; Fri, 14 Jul 2006 04:39:33 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78EC343D5F; Fri, 14 Jul 2006 04:39:29 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6E4dTAR023411; Fri, 14 Jul 2006 04:39:29 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6E4dTic023410; Fri, 14 Jul 2006 04:39:29 GMT (envelope-from imp) Message-Id: <200607140439.k6E4dTic023410@repoman.freebsd.org> From: Warner Losh Date: Fri, 14 Jul 2006 04:39: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/sys/dev/pccard pccarddevs 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, 14 Jul 2006 04:39:33 -0000 imp 2006-07-14 04:39:29 UTC FreeBSD src repository Modified files: sys/dev/pccard pccarddevs Log: Fix a few cis entries that were separated with spaces, not with commas. This caused drivers for the cards they matched to not probe. Revision Changes Path 1.125 +3 -3 src/sys/dev/pccard/pccarddevs From owner-cvs-src@FreeBSD.ORG Fri Jul 14 05:14:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E630416A4DA; Fri, 14 Jul 2006 05:14:49 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1A5A43D46; Fri, 14 Jul 2006 05:14:49 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6E5En0P034469; Fri, 14 Jul 2006 05:14:49 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6E5Enob034468; Fri, 14 Jul 2006 05:14:49 GMT (envelope-from mjacob) Message-Id: <200607140514.k6E5Enob034468@repoman.freebsd.org> From: Matt Jacob Date: Fri, 14 Jul 2006 05:14: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/isp isp.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, 14 Jul 2006 05:14:50 -0000 mjacob 2006-07-14 05:14:49 UTC FreeBSD src repository Modified files: sys/dev/isp isp.c Log: Add some missing braces. Add MEMORY_BARRIER for the few scratch dma ops that were missing them plus add a couple of hi 32 bit dma ops (we could probably allow 64 bit scratch and request/response queue dma now). Revision Changes Path 1.122 +30 -14 src/sys/dev/isp/isp.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 05:16:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 221AD16A4E1; Fri, 14 Jul 2006 05:16:01 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B2A43D55; Fri, 14 Jul 2006 05:16:00 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6E5G0qO034601; Fri, 14 Jul 2006 05:16:00 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6E5G0NO034600; Fri, 14 Jul 2006 05:16:00 GMT (envelope-from mjacob) Message-Id: <200607140516.k6E5G0NO034600@repoman.freebsd.org> From: Matt Jacob Date: Fri, 14 Jul 2006 05:16: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/dev/isp isp_pci.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, 14 Jul 2006 05:16:01 -0000 mjacob 2006-07-14 05:16:00 UTC FreeBSD src repository Modified files: sys/dev/isp isp_pci.c Log: Don't attach 2422's yet. It just confuses everyone. Revision Changes Path 1.117 +2 -0 src/sys/dev/isp/isp_pci.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 05:18:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8243316A4DF; Fri, 14 Jul 2006 05:18:04 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 051BD43D55; Fri, 14 Jul 2006 05:18:04 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6E5I3pE034746; Fri, 14 Jul 2006 05:18:03 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6E5I3vA034745; Fri, 14 Jul 2006 05:18:03 GMT (envelope-from mjacob) Message-Id: <200607140518.k6E5I3vA034745@repoman.freebsd.org> From: Matt Jacob Date: Fri, 14 Jul 2006 05:18: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/sys/dev/isp isp_pci.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, 14 Jul 2006 05:18:04 -0000 mjacob 2006-07-14 05:18:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/isp isp_pci.c Log: MFC 1.117: don't claim to support the 2422 yet. Revision Changes Path 1.104.2.5 +2 -0 src/sys/dev/isp/isp_pci.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 05:18:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 371A916A4E6; Fri, 14 Jul 2006 05:18:53 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A84A943D5E; Fri, 14 Jul 2006 05:18:51 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6E5Ip6J034815; Fri, 14 Jul 2006 05:18:51 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6E5Ipfk034814; Fri, 14 Jul 2006 05:18:51 GMT (envelope-from mjacob) Message-Id: <200607140518.k6E5Ipfk034814@repoman.freebsd.org> From: Matt Jacob Date: Fri, 14 Jul 2006 05:18:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/isp isp_pci.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, 14 Jul 2006 05:18:53 -0000 mjacob 2006-07-14 05:18:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/isp isp_pci.c Log: MFC 1.117: don't claim to support the 2422 yet. Revision Changes Path 1.98.2.6 +2 -0 src/sys/dev/isp/isp_pci.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 05:19:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5627C16A512; Fri, 14 Jul 2006 05:19:18 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1D4243D49; Fri, 14 Jul 2006 05:19:17 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6E5JHbc034855; Fri, 14 Jul 2006 05:19:17 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6E5JHJq034854; Fri, 14 Jul 2006 05:19:17 GMT (envelope-from mjacob) Message-Id: <200607140519.k6E5JHJq034854@repoman.freebsd.org> From: Matt Jacob Date: Fri, 14 Jul 2006 05:19:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/dev/isp isp_pci.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, 14 Jul 2006 05:19:18 -0000 mjacob 2006-07-14 05:19:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/isp isp_pci.c Log: MFC 1.117: don't claim to support the 2422 yet. Revision Changes Path 1.78.2.7 +2 -0 src/sys/dev/isp/isp_pci.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 06:36:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A697116A4DA; Fri, 14 Jul 2006 06:36:14 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 604B643D45; Fri, 14 Jul 2006 06:36:14 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6E6aEnt039874; Fri, 14 Jul 2006 06:36:14 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6E6aDMR039873; Fri, 14 Jul 2006 06:36:13 GMT (envelope-from des) Message-Id: <200607140636.k6E6aDMR039873@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 14 Jul 2006 06:36:13 +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/lib/libpam/modules/pam_ssh 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: Fri, 14 Jul 2006 06:36:14 -0000 des 2006-07-14 06:36:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libpam/modules/pam_ssh Makefile Log: MFC: include ssh_namespace.h Revision Changes Path 1.20.2.1 +4 -2 src/lib/libpam/modules/pam_ssh/Makefile From owner-cvs-src@FreeBSD.ORG Fri Jul 14 09:07:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C79916A4DA; Fri, 14 Jul 2006 09:07:57 +0000 (UTC) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C555743D4C; Fri, 14 Jul 2006 09:07:56 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6E97uHM059402; Fri, 14 Jul 2006 09:07:56 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6E97urd059401; Fri, 14 Jul 2006 09:07:56 GMT (envelope-from harti) Message-Id: <200607140907.k6E97urd059401@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 14 Jul 2006 09:07: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/usr.sbin/bsnmpd/modules/snmp_hostres hostres_device_tbl.c hostres_diskstorage_tbl.c hostres_fs_tbl.c hostres_network_tbl.c hostres_partition_tbl.c hostres_printer_tbl.c hostres_processor_tbl.c hostres_snmp.h hostres_storage_tbl.c hostres_swinstalled_tbl.c hostres_swrun_tbl.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, 14 Jul 2006 09:07:57 -0000 harti 2006-07-14 09:07:56 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules/snmp_hostres hostres_device_tbl.c hostres_diskstorage_tbl.c hostres_fs_tbl.c hostres_network_tbl.c hostres_partition_tbl.c hostres_printer_tbl.c hostres_processor_tbl.c hostres_snmp.h hostres_storage_tbl.c hostres_swinstalled_tbl.c hostres_swrun_tbl.c Log: Reduce the memory requirements for the tables by (1) using malloced strings instead of maximum sized arrays embedded in the table structures and (2) using pointers to constant oids instead of copying the oid into each table structure. This also fixes indexing in the case when a string used for indexing is longer than the maximum size allowed in the MIB. Submitted by: Victor Cruceru Revision Changes Path 1.3 +110 -33 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c 1.5 +16 -5 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c 1.3 +66 -34 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_fs_tbl.c 1.3 +2 -2 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_network_tbl.c 1.4 +132 -42 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_partition_tbl.c 1.3 +2 -2 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c 1.6 +7 -6 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_processor_tbl.c 1.3 +42 -19 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_snmp.h 1.3 +68 -48 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_storage_tbl.c 1.3 +79 -52 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swinstalled_tbl.c 1.5 +80 -39 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swrun_tbl.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 09:44:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FFFD16A4DE; Fri, 14 Jul 2006 09:44:29 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB6D343D45; Fri, 14 Jul 2006 09:44:28 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6E9iS9H060295; Fri, 14 Jul 2006 09:44:28 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6E9iS8W060294; Fri, 14 Jul 2006 09:44:28 GMT (envelope-from rwatson) Message-Id: <200607140944.k6E9iS8W060294@repoman.freebsd.org> From: Robert Watson Date: Fri, 14 Jul 2006 09:44: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/sys protosw.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, 14 Jul 2006 09:44:29 -0000 rwatson 2006-07-14 09:44:28 UTC FreeBSD src repository Modified files: sys/sys protosw.h Log: Define prototype for pru_close, which in the future will notify the protocol of a socket close event distinct from a detach event, which will (in a future commit) become aligned with pru_abort, which will also be a notification of close prior to detach. Add prurequests event for close, as well as patch up some existing missing ones. Revision Changes Path 1.56 +6 -3 src/sys/sys/protosw.h From owner-cvs-src@FreeBSD.ORG Fri Jul 14 13:37:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 648C816A4DA; Fri, 14 Jul 2006 13:37:48 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE19F43D53; Fri, 14 Jul 2006 13:37:47 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EDbleZ090282; Fri, 14 Jul 2006 13:37:47 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EDblWT090281; Fri, 14 Jul 2006 13:37:47 GMT (envelope-from cognet) Message-Id: <200607141337.k6EDblWT090281@repoman.freebsd.org> From: Olivier Houchard Date: Fri, 14 Jul 2006 13:37: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/arm/xscale/i80321 i80321_timer.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, 14 Jul 2006 13:37:48 -0000 cognet 2006-07-14 13:37:47 UTC FreeBSD src repository Modified files: sys/arm/xscale/i80321 i80321_timer.c Log: Remove prototype for the undefined function counterhandler(). Submitted by: kevlo Revision Changes Path 1.11 +0 -1 src/sys/arm/xscale/i80321/i80321_timer.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 13:55:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7B1F16A4DA; Fri, 14 Jul 2006 13:55:56 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CDB943D77; Fri, 14 Jul 2006 13:55:56 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EDtuXq091220; Fri, 14 Jul 2006 13:55:56 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EDtuKI091219; Fri, 14 Jul 2006 13:55:56 GMT (envelope-from delphij) Message-Id: <200607141355.k6EDtuKI091219@repoman.freebsd.org> From: Xin LI Date: Fri, 14 Jul 2006 13:55: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/dev/aac aac_cam.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, 14 Jul 2006 13:55:57 -0000 delphij 2006-07-14 13:55:56 UTC FreeBSD src repository Modified files: sys/dev/aac aac_cam.c Log: Unlock aac_io_lock before returning, thus eliminates a mutex leak. Submitted by: Beyond Luo PR: kern/100046 Reviewed by: scottl Revision Changes Path 1.23 +1 -0 src/sys/dev/aac/aac_cam.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 13:58:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CEE416A4DE; Fri, 14 Jul 2006 13:58:33 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 309DF43D46; Fri, 14 Jul 2006 13:58:33 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EDwXFm091342; Fri, 14 Jul 2006 13:58:33 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EDwXFZ091341; Fri, 14 Jul 2006 13:58:33 GMT (envelope-from delphij) Message-Id: <200607141358.k6EDwXFZ091341@repoman.freebsd.org> From: Xin LI Date: Fri, 14 Jul 2006 13:58: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/sys/cam/scsi scsi_cd.c 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: Fri, 14 Jul 2006 13:58:33 -0000 delphij 2006-07-14 13:58:32 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_cd.c scsi_da.c Log: Drop Giant before returning in error path, thus eliminates two mutex leaks. Submitted by: Beyond Luo PR: kern/100046 Reviewed by: ken, scottl Revision Changes Path 1.96 +1 -0 src/sys/cam/scsi/scsi_cd.c 1.191 +1 -0 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 15:11:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71E1116A4DA; Fri, 14 Jul 2006 15:11:21 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E70B43D45; Fri, 14 Jul 2006 15:11:21 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EFBLNI098534; Fri, 14 Jul 2006 15:11:21 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EFBLMV098533; Fri, 14 Jul 2006 15:11:21 GMT (envelope-from jhb) Message-Id: <200607141511.k6EFBLMV098533@repoman.freebsd.org> From: John Baldwin Date: Fri, 14 Jul 2006 15:11: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/i386/ibcs2 syscalls.isc 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, 14 Jul 2006 15:11:21 -0000 jhb 2006-07-14 15:11:21 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 syscalls.isc Log: ibcs2_sigprocmask() is already marked MPSAFE in syscalls.xenix, so mark it MPSAFE in syscalls.isc. Revision Changes Path 1.11 +1 -1 src/sys/i386/ibcs2/syscalls.isc From owner-cvs-src@FreeBSD.ORG Fri Jul 14 15:11:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA93B16A543; Fri, 14 Jul 2006 15:11:46 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9072E43D49; Fri, 14 Jul 2006 15:11:46 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EFBkd7098598; Fri, 14 Jul 2006 15:11:46 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EFBkUd098597; Fri, 14 Jul 2006 15:11:46 GMT (envelope-from jhb) Message-Id: <200607141511.k6EFBkUd098597@repoman.freebsd.org> From: John Baldwin Date: Fri, 14 Jul 2006 15:11:46 +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/ibcs2 ibcs2_isc_syscall.h ibcs2_isc_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: Fri, 14 Jul 2006 15:11:47 -0000 jhb 2006-07-14 15:11:46 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_isc_syscall.h ibcs2_isc_sysent.c Log: Regen. Revision Changes Path 1.13 +1 -1 src/sys/i386/ibcs2/ibcs2_isc_syscall.h 1.16 +2 -2 src/sys/i386/ibcs2/ibcs2_isc_sysent.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 15:20:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 633C216A4DD; Fri, 14 Jul 2006 15:20:32 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F345043D46; Fri, 14 Jul 2006 15:20:31 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EFKVkG099273; Fri, 14 Jul 2006 15:20:31 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EFKVBq099271; Fri, 14 Jul 2006 15:20:31 GMT (envelope-from imp) Message-Id: <200607141520.k6EFKVBq099271@repoman.freebsd.org> From: Warner Losh Date: Fri, 14 Jul 2006 15:20: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/arm/conf KB920X src/sys/arm/at91 std.at91 std.kb920x 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, 14 Jul 2006 15:20:32 -0000 imp 2006-07-14 15:20:31 UTC FreeBSD src repository Modified files: sys/arm/conf KB920X sys/arm/at91 std.at91 std.kb920x Log: Move some of the common parameters into the std. files for this platform. Also migrate from MD disk to NFS boot. Revision Changes Path 1.2 +1 -0 src/sys/arm/at91/std.at91 1.3 +4 -0 src/sys/arm/at91/std.kb920x 1.8 +11 -11 src/sys/arm/conf/KB920X From owner-cvs-src@FreeBSD.ORG Fri Jul 14 15:30:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9D0616A4DA; Fri, 14 Jul 2006 15:30:50 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76D3443D46; Fri, 14 Jul 2006 15:30:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EFUorx000182; Fri, 14 Jul 2006 15:30:50 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EFUo9B000181; Fri, 14 Jul 2006 15:30:50 GMT (envelope-from jhb) Message-Id: <200607141530.k6EFUo9B000181@repoman.freebsd.org> From: John Baldwin Date: Fri, 14 Jul 2006 15:30:50 +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/ibcs2 syscalls.master 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, 14 Jul 2006 15:30:50 -0000 jhb 2006-07-14 15:30:50 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 syscalls.master Log: Mark ibcs2_mount() (just returns EINVAL) and ibcs2_umount() (just calls unmount(2)) MPSAFE. Revision Changes Path 1.26 +2 -2 src/sys/i386/ibcs2/syscalls.master From owner-cvs-src@FreeBSD.ORG Fri Jul 14 15:31:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 098BD16A4E1; Fri, 14 Jul 2006 15:31:01 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6CC743D4C; Fri, 14 Jul 2006 15:31:01 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EFV1bp000240; Fri, 14 Jul 2006 15:31:01 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EFV18t000239; Fri, 14 Jul 2006 15:31:01 GMT (envelope-from jhb) Message-Id: <200607141531.k6EFV18t000239@repoman.freebsd.org> From: John Baldwin Date: Fri, 14 Jul 2006 15:31: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/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_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: Fri, 14 Jul 2006 15:31:02 -0000 jhb 2006-07-14 15:31:01 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c Log: Regen. Revision Changes Path 1.27 +1 -1 src/sys/i386/ibcs2/ibcs2_proto.h 1.24 +1 -1 src/sys/i386/ibcs2/ibcs2_syscall.h 1.29 +3 -3 src/sys/i386/ibcs2/ibcs2_sysent.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 15:42:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48FA016A4E2; Fri, 14 Jul 2006 15:42:24 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C64E43D78; Fri, 14 Jul 2006 15:42:21 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EFgL8m001053; Fri, 14 Jul 2006 15:42:21 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EFgLPJ001052; Fri, 14 Jul 2006 15:42:21 GMT (envelope-from jhb) Message-Id: <200607141542.k6EFgLPJ001052@repoman.freebsd.org> From: John Baldwin Date: Fri, 14 Jul 2006 15:42: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/i386/ibcs2 syscalls.master 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, 14 Jul 2006 15:42:24 -0000 jhb 2006-07-14 15:42:21 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 syscalls.master Log: Somewhat surprisingly, ibcs2_ioctl() is MPSAFE as it is without needing any further fixes. Revision Changes Path 1.27 +1 -1 src/sys/i386/ibcs2/syscalls.master From owner-cvs-src@FreeBSD.ORG Fri Jul 14 15:42:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6BCE16A522; Fri, 14 Jul 2006 15:42:49 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44C7343D67; Fri, 14 Jul 2006 15:42:48 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EFgmvi001123; Fri, 14 Jul 2006 15:42:48 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EFgmc0001122; Fri, 14 Jul 2006 15:42:48 GMT (envelope-from jhb) Message-Id: <200607141542.k6EFgmc0001122@repoman.freebsd.org> From: John Baldwin Date: Fri, 14 Jul 2006 15:42: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/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_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: Fri, 14 Jul 2006 15:42:50 -0000 jhb 2006-07-14 15:42:48 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c Log: Regen. Revision Changes Path 1.28 +1 -1 src/sys/i386/ibcs2/ibcs2_proto.h 1.25 +1 -1 src/sys/i386/ibcs2/ibcs2_syscall.h 1.30 +2 -2 src/sys/i386/ibcs2/ibcs2_sysent.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 16:48:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB49F16A4E6; Fri, 14 Jul 2006 16:48:53 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B34643D45; Fri, 14 Jul 2006 16:48:53 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EGmrJD014652; Fri, 14 Jul 2006 16:48:53 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EGmrnA014651; Fri, 14 Jul 2006 16:48:53 GMT (envelope-from ru) Message-Id: <200607141648.k6EGmrnA014651@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 14 Jul 2006 16:48: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/lib/libpam/modules/pam_ssh 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: Fri, 14 Jul 2006 16:48:53 -0000 ru 2006-07-14 16:48:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libpam/modules/pam_ssh Makefile Log: Fix build by making this look like rev. 1.25. Revision Changes Path 1.20.2.2 +5 -3 src/lib/libpam/modules/pam_ssh/Makefile From owner-cvs-src@FreeBSD.ORG Fri Jul 14 17:12:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7491316A4DE; Fri, 14 Jul 2006 17:12:00 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1837B43D6A; Fri, 14 Jul 2006 17:12:00 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EHBxT2017042; Fri, 14 Jul 2006 17:11:59 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EHBx4u017041; Fri, 14 Jul 2006 17:11:59 GMT (envelope-from emax) Message-Id: <200607141711.k6EHBx4u017041@repoman.freebsd.org> From: Maksim Yevmenkin Date: Fri, 14 Jul 2006 17:11:59 +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/bluetooth/drivers/bt3c ng_bt3c_pccard.c ng_bt3c_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: Fri, 14 Jul 2006 17:12:00 -0000 emax 2006-07-14 17:11:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph/bluetooth/drivers/bt3c ng_bt3c_pccard.c ng_bt3c_var.h Log: MFC: Replace inb() and outb() with bus_space_read_1() and bus_space_write_1() Submitted by: marius Revision Changes Path 1.12.2.2 +10 -8 src/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c 1.3.2.1 +2 -0 src/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_var.h From owner-cvs-src@FreeBSD.ORG Fri Jul 14 17:45:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B15A416A4DF; Fri, 14 Jul 2006 17:45:35 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C070643D5A; Fri, 14 Jul 2006 17:45:33 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EHjXbF018572; Fri, 14 Jul 2006 17:45:33 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EHjXuH018570; Fri, 14 Jul 2006 17:45:33 GMT (envelope-from maxim) Message-Id: <200607141745.k6EHjXuH018570@repoman.freebsd.org> From: Maxim Konovalov Date: Fri, 14 Jul 2006 17:45:33 +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/gen getgrent.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, 14 Jul 2006 17:45:35 -0000 maxim 2006-07-14 17:45:33 UTC FreeBSD src repository Modified files: lib/libc/gen getgrent.c Log: o compat_group() and files_group() are more complicated than I thought in rev. 1.34. Mainly I missed the fact that the buffer is used for two purposes: 1) storing a group line from the group file; 2) __gr_parse_entry() parses the buffer and tries to put the group members to the remaining part of the buffer and can fail if there is no enough room for them. Re-arrange the buffer size checks to account the latter case. Submitted by: Kirk R Webb MFC after: 2 weeks Revision Changes Path 1.35 +6 -4 src/lib/libc/gen/getgrent.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 17:55:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD25F16A4DD; Fri, 14 Jul 2006 17:55:36 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ADB743D45; Fri, 14 Jul 2006 17:55:36 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EHta22019067; Fri, 14 Jul 2006 17:55:36 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EHtamR019066; Fri, 14 Jul 2006 17:55:36 GMT (envelope-from pjd) Message-Id: <200607141755.k6EHtamR019066@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 14 Jul 2006 17:55:36 +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_lock.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, 14 Jul 2006 17:55:37 -0000 pjd 2006-07-14 17:55:36 UTC FreeBSD src repository Modified files: sys/kern kern_lock.c Log: Remove duplicated #include. Revision Changes Path 1.97 +0 -1 src/sys/kern/kern_lock.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 19:35:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79C3016A4DD; Fri, 14 Jul 2006 19:35:39 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2092343D5A; Fri, 14 Jul 2006 19:35:38 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id E3A4F1A4E32; Fri, 14 Jul 2006 12:35:38 -0700 (PDT) Date: Fri, 14 Jul 2006 12:35:38 -0700 From: Alfred Perlstein To: Alexander Leidinger Message-ID: <20060714193538.GN25976@elvis.mu.org> References: <200607081406.k68E6u3w049339@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607081406.k68E6u3w049339@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c src/sys/compat/linux linux_misc.c src/sys/compat/linprocfs linprocfs.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, 14 Jul 2006 19:35:39 -0000 Could the KASSERT here be changed to a warning log message instead? I don't like the idea of kernel modules failing catastrophically when they could fail gracefully by just emitting an error. Is that OK? + KASSERT(kp.ki_stat <= sizeof(linux_state), + ("linprocfs: don't know how to handle unknown FreeBSD state")); -Alfred * Alexander Leidinger [060708 07:06] wrote: > netchild 2006-07-08 14:06:56 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/fs/pseudofs pseudofs_vnops.c > sys/compat/linux linux_misc.c > sys/compat/linprocfs linprocfs.c > Log: > MFC: > - linux_misc.c 1.179 > Don't copyout/do unneccesary work if the buffer is a NULL pointer. > > Noticed by: Dmitry Ganenko > Reviewed by: rdivacky (the original version as in emulation@) > > - linprocfs.c 1.96: > Improve linprovfs to provide/fix the > - process state (idle, sleeping, running, ...) [1] > - the process group ID of the process which owns the connected tty > - some page fault stats > - time spend in kernel/userland > - priority/nice value > - starttime [1] > - memory/swap stats > - scheduling policy > > Additionally add some new fields and correct some not filled out ones. > > This brings us down to 15 dummy fields. > > The fields marked with [1] are needed to get Oracle 10 running. The starttime > field is not completely right, since it displays the _same_ starttime for > _every_ process, but at least it is not 0 and Oracle accepts this. > > Noticed by: Dmitry Ganenko [1] > Reviewed by: des, rdivacky > > - pseudofs_vnops.c 1.60: > Correctly calculate a buffer length. It was off by one so a read() returned > one byte less than needed. > > Noticed by: Dmitry Ganenko > Testcase by: Dmitry Ganenko > Reviewed by: des > Submitted by: rdivacky > Sponsored by: Google SoC 2006 > > All of those are needed for Oracle 10. Since previous Oracle versions work > just fine without those fixes, these patches can be seen as regression fixes > too. Because of this I think they are a RELENG_6_x candidate (MFC reminder > set). > > MFC after: 1 month > > Revision Changes Path > 1.89.2.4 +51 -27 src/sys/compat/linprocfs/linprocfs.c > 1.170.2.1 +13 -11 src/sys/compat/linux/linux_misc.c > 1.56.2.4 +1 -1 src/sys/fs/pseudofs/pseudofs_vnops.c -- - Alfred Perlstein - coder / sysadmin / FreeBSD Hacker / All that jazz - From owner-cvs-src@FreeBSD.ORG Fri Jul 14 21:33:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0870C16A4DF; Fri, 14 Jul 2006 21:33:05 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB27A43D45; Fri, 14 Jul 2006 21:33:04 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6ELX41O049893; Fri, 14 Jul 2006 21:33:04 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6ELX4xl049892; Fri, 14 Jul 2006 21:33:04 GMT (envelope-from imp) Message-Id: <200607142133.k6ELX4xl049892@repoman.freebsd.org> From: Warner Losh Date: Fri, 14 Jul 2006 21: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/sys/arm/at91 uart_dev_at91usart.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, 14 Jul 2006 21:33:05 -0000 imp 2006-07-14 21:33:04 UTC FreeBSD src repository Modified files: sys/arm/at91 uart_dev_at91usart.c Log: Be sure to flush the cache after a partial read on timeout. Expand comments about timeouts. Fix a style nit. Sometimes small messages were getting corrupted. Revision Changes Path 1.8 +7 -3 src/sys/arm/at91/uart_dev_at91usart.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 21:36:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 308D416A4E0; Fri, 14 Jul 2006 21:36:00 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E11AE43D45; Fri, 14 Jul 2006 21:35:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6ELZxBA050057; Fri, 14 Jul 2006 21:35:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6ELZxol050056; Fri, 14 Jul 2006 21:35:59 GMT (envelope-from imp) Message-Id: <200607142135.k6ELZxol050056@repoman.freebsd.org> From: Warner Losh Date: Fri, 14 Jul 2006 21:35:59 +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/arm/at91 at91_spi.c at91_spiio.h at91_spireg.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, 14 Jul 2006 21:36:00 -0000 imp 2006-07-14 21:35:59 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_spi.c at91_spireg.h Removed files: sys/arm/at91 at91_spiio.h Log: MF p4: Adapt to forthcoming spi framework. The ioctls for SPI commands and such belong in the higher level driver. Revision Changes Path 1.2 +98 -258 src/sys/arm/at91/at91_spi.c 1.2 +0 -61 src/sys/arm/at91/at91_spiio.h (dead) 1.2 +36 -0 src/sys/arm/at91/at91_spireg.h From owner-cvs-src@FreeBSD.ORG Fri Jul 14 21:37:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6593F16A4DD; Fri, 14 Jul 2006 21:37:20 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2443243D49; Fri, 14 Jul 2006 21:37:20 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6ELbKoe050172; Fri, 14 Jul 2006 21:37:20 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6ELbJ1A050171; Fri, 14 Jul 2006 21:37:19 GMT (envelope-from imp) Message-Id: <200607142137.k6ELbJ1A050171@repoman.freebsd.org> From: Warner Losh Date: Fri, 14 Jul 2006 21:37: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/arm/at91 at91_rtc.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, 14 Jul 2006 21:37:20 -0000 imp 2006-07-14 21:37:19 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_rtc.c Log: Implement the set_time function. Rather pointless with this RTC, as it resets when the core resets, but there may be some use for it... Revision Changes Path 1.2 +8 -3 src/sys/arm/at91/at91_rtc.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 21:44:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1854716A4DE; Fri, 14 Jul 2006 21:44:53 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8904B43D45; Fri, 14 Jul 2006 21:44:50 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k6ELigdF077717; Fri, 14 Jul 2006 15:44:48 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <44B81042.2090009@samsco.org> Date: Fri, 14 Jul 2006 15:44:34 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warner Losh References: <200607142135.k6ELZxol050056@repoman.freebsd.org> In-Reply-To: <200607142135.k6ELZxol050056@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/at91 at91_spi.c at91_spiio.h at91_spireg.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, 14 Jul 2006 21:44:53 -0000 Warner Losh wrote: > imp 2006-07-14 21:35:59 UTC > > FreeBSD src repository > > Modified files: > sys/arm/at91 at91_spi.c at91_spireg.h > Removed files: > sys/arm/at91 at91_spiio.h > Log: > MF p4: > > Adapt to forthcoming spi framework. The ioctls for SPI commands and such > belong in the higher level driver. > SCSI Parallel Interface? Scott From owner-cvs-src@FreeBSD.ORG Fri Jul 14 21:50:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0C3016A4E1; Fri, 14 Jul 2006 21:50:23 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id B00E943D68; Fri, 14 Jul 2006 21:50:20 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k6ELoI0D039732; Fri, 14 Jul 2006 17:50:18 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Scott Long Date: Fri, 14 Jul 2006 17:50:04 -0400 User-Agent: KMail/1.6.2 References: <200607142135.k6ELZxol050056@repoman.freebsd.org> <44B81042.2090009@samsco.org> In-Reply-To: <44B81042.2090009@samsco.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200607141750.06666.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1599/Fri Jul 14 01:35:31 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Warner Losh , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/at91 at91_spi.c at91_spiio.h at91_spireg.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, 14 Jul 2006 21:50:23 -0000 On Friday 14 July 2006 05:44 pm, Scott Long wrote: > Warner Losh wrote: > > imp 2006-07-14 21:35:59 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/arm/at91 at91_spi.c at91_spireg.h > > Removed files: > > sys/arm/at91 at91_spiio.h > > Log: > > MF p4: > > > > Adapt to forthcoming spi framework. The ioctls for SPI > > commands and such belong in the higher level driver. > > SCSI Parallel Interface? Serial Peripheral Interface, I believe. http://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus Jung-uk Kim From owner-cvs-src@FreeBSD.ORG Fri Jul 14 21:57:03 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1978D16A4DD; Fri, 14 Jul 2006 21:57:03 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E76B43D6D; Fri, 14 Jul 2006 21:57:00 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k6ELrhkP026919; Fri, 14 Jul 2006 15:53:44 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 14 Jul 2006 15:53:55 -0600 (MDT) Message-Id: <20060714.155355.255408591.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <44B81042.2090009@samsco.org> References: <200607142135.k6ELZxol050056@repoman.freebsd.org> <44B81042.2090009@samsco.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 14 Jul 2006 15:53:44 -0600 (MDT) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/arm/at91 at91_spi.c at91_spiio.h at91_spireg.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, 14 Jul 2006 21:57:03 -0000 In message: <44B81042.2090009@samsco.org> Scott Long writes: : Warner Losh wrote: : > imp 2006-07-14 21:35:59 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/arm/at91 at91_spi.c at91_spireg.h : > Removed files: : > sys/arm/at91 at91_spiio.h : > Log: : > MF p4: : > : > Adapt to forthcoming spi framework. The ioctls for SPI commands and such : > belong in the higher level driver. : > : : SCSI Parallel Interface? SPI == Serial Peripheral Interface. It is common in the embedded world. The 'bus' is nothing more than 4 signals: chip select, clock, MOSI (master out, slave in) and MISO (master in, slave out). Lots of cool things live on the spi bus, but I'll just be committing support for AT45 DataFlash parts. The framework is general enough to support other things. In one of the hardware hacking lists I'm on, people were talking about writing a driver for a SPI Ethernet whatsit, but I'm unsure how that works, since there's no interrupt signal on this bus... Warner From owner-cvs-src@FreeBSD.ORG Fri Jul 14 21:59:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A408616A4E5; Fri, 14 Jul 2006 21:59:54 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62FB643D45; Fri, 14 Jul 2006 21:59:54 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6ELxs33051197; Fri, 14 Jul 2006 21:59:54 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6ELxseF051196; Fri, 14 Jul 2006 21:59:54 GMT (envelope-from imp) Message-Id: <200607142159.k6ELxseF051196@repoman.freebsd.org> From: Warner Losh Date: Fri, 14 Jul 2006 21:59: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/conf options.arm 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, 14 Jul 2006 21:59:54 -0000 imp 2006-07-14 21:59:54 UTC FreeBSD src repository Modified files: sys/conf options.arm Log: For the moment, make board configuration a compile time option. This saves space in the final kernel, but at the expense of flexibility to boot the same kernel accross a family of boards. Revision Changes Path 1.11 +2 -0 src/sys/conf/options.arm From owner-cvs-src@FreeBSD.ORG Fri Jul 14 22:01:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB20416A4DF; Fri, 14 Jul 2006 22:01:52 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FD3343D58; Fri, 14 Jul 2006 22:01:52 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EM1qCH051397; Fri, 14 Jul 2006 22:01:52 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EM1qEZ051396; Fri, 14 Jul 2006 22:01:52 GMT (envelope-from imp) Message-Id: <200607142201.k6EM1qEZ051396@repoman.freebsd.org> From: Warner Losh Date: Fri, 14 Jul 2006 22:01: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/arm/at91 at91_pmc.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, 14 Jul 2006 22:01:53 -0000 imp 2006-07-14 22:01:52 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_pmc.c Log: The TSC board uses a 16MHz base clock for the AT91RM9200, while the Kwikbyte board uses a 10MHz base clock. Cope with this difference. Revision Changes Path 1.3 +6 -0 src/sys/arm/at91/at91_pmc.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 22:06:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7300E16A4DE; Fri, 14 Jul 2006 22:06:05 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64FA843D72; Fri, 14 Jul 2006 22:06:02 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EM61mK052893; Fri, 14 Jul 2006 22:06:01 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EM61aC052892; Fri, 14 Jul 2006 22:06:01 GMT (envelope-from imp) Message-Id: <200607142206.k6EM61aC052892@repoman.freebsd.org> From: Warner Losh Date: Fri, 14 Jul 2006 22:06: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/arm/at91 at91_rtcreg.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, 14 Jul 2006 22:06:05 -0000 imp 2006-07-14 22:06:01 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_rtcreg.h Log: MFp4: Fix typo in RTC_CALR_MK. Revision Changes Path 1.2 +1 -1 src/sys/arm/at91/at91_rtcreg.h From owner-cvs-src@FreeBSD.ORG Fri Jul 14 22:23:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A019416A501; Fri, 14 Jul 2006 22:23:00 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE77C43D6B; Fri, 14 Jul 2006 22:22:57 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EMMvGI054040; Fri, 14 Jul 2006 22:22:57 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EMMv8c054039; Fri, 14 Jul 2006 22:22:57 GMT (envelope-from imp) Message-Id: <200607142222.k6EMMv8c054039@repoman.freebsd.org> From: Warner Losh Date: Fri, 14 Jul 2006 22:22: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/arm/at91 at91_pio.c at91_piovar.h kb920x_machdep.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, 14 Jul 2006 22:23:00 -0000 imp 2006-07-14 22:22:57 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_pio.c at91_piovar.h kb920x_machdep.c Log: MFp4: Introduce framework to configure the multiplexed pins on boot. Since the USART supprots RS-485 multidrop mode, it allows the TX pins to float. However, for RS-232 operations, we don't want these pins to float. Instead, they should be pulled up to avoid mismatches. Linux does something similar when it configures the TX lines. This implies that we also allow the RX lines to float rather than be in the state they are left in by the boot loader. Since they are input pins, I think that this is the right thing to do. Plus minor for our board. Revision Changes Path 1.3 +15 -3 src/sys/arm/at91/at91_pio.c 1.2 +4 -3 src/sys/arm/at91/at91_piovar.h 1.10 +47 -2 src/sys/arm/at91/kb920x_machdep.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 22:30:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F026F16A4DE; Fri, 14 Jul 2006 22:30:44 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B007343D4C; Fri, 14 Jul 2006 22:30:44 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EMUi77054662; Fri, 14 Jul 2006 22:30:44 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EMUicj054661; Fri, 14 Jul 2006 22:30:44 GMT (envelope-from imp) Message-Id: <200607142230.k6EMUicj054661@repoman.freebsd.org> From: Warner Losh Date: Fri, 14 Jul 2006 22:30: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/arm/at91 at91_ssc.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, 14 Jul 2006 22:30:45 -0000 imp 2006-07-14 22:30:44 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_ssc.c Log: MFp4: paren police Revision Changes Path 1.2 +4 -6 src/sys/arm/at91/at91_ssc.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 22:31:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EE5C16A503; Fri, 14 Jul 2006 22:31:13 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F162043D55; Fri, 14 Jul 2006 22:31:12 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EMVCHK054759; Fri, 14 Jul 2006 22:31:12 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EMVCqG054758; Fri, 14 Jul 2006 22:31:12 GMT (envelope-from imp) Message-Id: <200607142231.k6EMVCqG054758@repoman.freebsd.org> From: Warner Losh Date: Fri, 14 Jul 2006 22:31:12 +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/arm/at91 at91_st.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, 14 Jul 2006 22:31:13 -0000 imp 2006-07-14 22:31:12 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_st.c Log: MFp4: elevate quality of slow clock a little Revision Changes Path 1.4 +1 -1 src/sys/arm/at91/at91_st.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 22:39:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBD0116A4E0; Fri, 14 Jul 2006 22:39:18 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8C2843D46; Fri, 14 Jul 2006 22:39:18 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EMdI4A055095; Fri, 14 Jul 2006 22:39:18 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EMdIPW055094; Fri, 14 Jul 2006 22:39:18 GMT (envelope-from jkim) Message-Id: <200607142239.k6EMdIPW055094@repoman.freebsd.org> From: Jung-uk Kim Date: Fri, 14 Jul 2006 22:39: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/kern link_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: Fri, 14 Jul 2006 22:39:19 -0000 jkim 2006-07-14 22:39:18 UTC FreeBSD src repository Modified files: sys/kern link_elf.c Log: Let native elf class be registered earlier. Revision Changes Path 1.90 +1 -1 src/sys/kern/link_elf.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 22:40:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FD9616A506; Fri, 14 Jul 2006 22:40:25 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E97E43D45; Fri, 14 Jul 2006 22:40:25 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EMePjH055191; Fri, 14 Jul 2006 22:40:25 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EMeO2H055190; Fri, 14 Jul 2006 22:40:24 GMT (envelope-from imp) Message-Id: <200607142240.k6EMeO2H055190@repoman.freebsd.org> From: Warner Losh Date: Fri, 14 Jul 2006 22:40:24 +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/arm/at91 at91_twi.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, 14 Jul 2006 22:40:25 -0000 imp 2006-07-14 22:40:24 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_twi.c Log: MFp4: tweaks Revision Changes Path 1.3 +8 -7 src/sys/arm/at91/at91_twi.c From owner-cvs-src@FreeBSD.ORG Fri Jul 14 22:41:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E10616A4DE; Fri, 14 Jul 2006 22:41:59 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E191A43D7B; Fri, 14 Jul 2006 22:41:54 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EMfsGD055369; Fri, 14 Jul 2006 22:41:54 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EMfs5s055368; Fri, 14 Jul 2006 22:41:54 GMT (envelope-from imp) Message-Id: <200607142241.k6EMfs5s055368@repoman.freebsd.org> From: Warner Losh Date: Fri, 14 Jul 2006 22:41: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/arm/at91 files.at91 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, 14 Jul 2006 22:41:59 -0000 imp 2006-07-14 22:41:54 UTC FreeBSD src repository Modified files: sys/arm/at91 files.at91 Log: MFp4: this now depends on new spi bus stuff Revision Changes Path 1.6 +3 -1 src/sys/arm/at91/files.at91 From owner-cvs-src@FreeBSD.ORG Fri Jul 14 22:45:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90F6D16A4DD; Fri, 14 Jul 2006 22:45:26 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE2043D46; Fri, 14 Jul 2006 22:45:26 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k6EMjOlg041153; Fri, 14 Jul 2006 18:45:24 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: src-committers@FreeBSD.org Date: Fri, 14 Jul 2006 18:45:10 -0400 User-Agent: KMail/1.6.2 References: <200607142239.k6EMdIPW055094@repoman.freebsd.org> In-Reply-To: <200607142239.k6EMdIPW055094@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200607141845.11761.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1599/Fri Jul 14 01:35:31 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern link_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: Fri, 14 Jul 2006 22:45:26 -0000 On Friday 14 July 2006 06:39 pm, Jung-uk Kim wrote: > jkim 2006-07-14 22:39:18 UTC > > FreeBSD src repository > > Modified files: > sys/kern link_elf.c > Log: > Let native elf class be registered earlier. > > Revision Changes Path > 1.90 +1 -1 src/sys/kern/link_elf.c Recent kernel linker changes caused: kldload: Unsupported file type while loading kernel modules on amd64. Jung-uk Kim From owner-cvs-src@FreeBSD.ORG Fri Jul 14 22:47:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB83816A4DD; Fri, 14 Jul 2006 22:47:13 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A1B243D6E; Fri, 14 Jul 2006 22:47:08 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EMl7JG055703; Fri, 14 Jul 2006 22:47:07 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EMl7ax055702; Fri, 14 Jul 2006 22:47:07 GMT (envelope-from imp) Message-Id: <200607142247.k6EMl7ax055702@repoman.freebsd.org> From: Warner Losh Date: Fri, 14 Jul 2006 22:47: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/spibus spi.h spibus.c spibus_if.m spibusvar.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, 14 Jul 2006 22:47:13 -0000 imp 2006-07-14 22:47:07 UTC FreeBSD src repository Added files: sys/dev/spibus spi.h spibus.c spibus_if.m spibusvar.h Log: MFp4: Initial spibus support. Seems to be OK, but needs some polish. # someone should write a bit-bang spi parallel port interface :-) Revision Changes Path 1.1 +12 -0 src/sys/dev/spibus/spi.h (new) 1.1 +196 -0 src/sys/dev/spibus/spibus.c (new) 1.1 +41 -0 src/sys/dev/spibus/spibus_if.m (new) 1.1 +28 -0 src/sys/dev/spibus/spibusvar.h (new) From owner-cvs-src@FreeBSD.ORG Fri Jul 14 22:50:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B28916A4DD; Fri, 14 Jul 2006 22:50:47 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2118043D72; Fri, 14 Jul 2006 22:50:47 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EMolaj055935; Fri, 14 Jul 2006 22:50:47 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EMokg6055934; Fri, 14 Jul 2006 22:50:46 GMT (envelope-from imp) Message-Id: <200607142250.k6EMokg6055934@repoman.freebsd.org> From: Warner Losh Date: Fri, 14 Jul 2006 22:50:46 +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 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, 14 Jul 2006 22:50:47 -0000 imp 2006-07-14 22:50:46 UTC FreeBSD src repository Modified files: sys/conf files Log: MFp4: spibus glue Revision Changes Path 1.1129 +4 -0 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Fri Jul 14 23:15:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 250EB16A4DA; Fri, 14 Jul 2006 23:15:09 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E666F43D45; Fri, 14 Jul 2006 23:15:08 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6ENF8Aj058363; Fri, 14 Jul 2006 23:15:08 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6ENF8ux058359; Fri, 14 Jul 2006 23:15:08 GMT (envelope-from imp) Message-Id: <200607142315.k6ENF8ux058359@repoman.freebsd.org> From: Warner Losh Date: Fri, 14 Jul 2006 23:15: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/iicbus iic.c iic.h iicbus.c iicbus.h iicbus_if.m iiconf.c iiconf.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, 14 Jul 2006 23:15:09 -0000 imp 2006-07-14 23:15:07 UTC FreeBSD src repository Modified files: sys/dev/iicbus iic.c iic.h iicbus.c iicbus.h iicbus_if.m iiconf.c iiconf.h Log: Allow iic bridges to support a generalized transfer, rather than forcing all transfers to do the start read/write stop by hand. Some smart bridges prefer this sort of operation, and this allows us to support their features more easily. When bridges don't support it, we fall back to using the old-style opertaions. Expand the ioctl interface to expose this function. Unlike the old-style interface, this interface is thread safe, even on old bridges. Revision Changes Path 1.35 +28 -1 src/sys/dev/iicbus/iic.c 1.4 +16 -0 src/sys/dev/iicbus/iic.h 1.22 +12 -11 src/sys/dev/iicbus/iicbus.c 1.6 +3 -0 src/sys/dev/iicbus/iicbus.h 1.7 +10 -0 src/sys/dev/iicbus/iicbus_if.m 1.15 +42 -0 src/sys/dev/iicbus/iiconf.c 1.9 +6 -0 src/sys/dev/iicbus/iiconf.h From owner-cvs-src@FreeBSD.ORG Fri Jul 14 23:32:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC00816A4DE; Fri, 14 Jul 2006 23:32:43 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 834B943D46; Fri, 14 Jul 2006 23:32:43 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6ENWhcJ059561; Fri, 14 Jul 2006 23:32:43 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6ENWhgW059560; Fri, 14 Jul 2006 23:32:43 GMT (envelope-from julian) Message-Id: <200607142332.k6ENWhgW059560@repoman.freebsd.org> From: Julian Elischer Date: Fri, 14 Jul 2006 23:32: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/netstat inet6.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, 14 Jul 2006 23:32:43 -0000 julian 2006-07-14 23:32:43 UTC FreeBSD src repository Modified files: usr.bin/netstat inet6.c Log: Not having ipv6 in your kernel is not an error and should not be reported. MFC after: 1 week Revision Changes Path 1.26 +4 -1 src/usr.bin/netstat/inet6.c From owner-cvs-src@FreeBSD.ORG Sat Jul 15 00:09:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6F8D16A4DF; Sat, 15 Jul 2006 00:09:53 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7231643D46; Sat, 15 Jul 2006 00:09:53 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6F09rXM064696; Sat, 15 Jul 2006 00:09:53 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6F09rIq064695; Sat, 15 Jul 2006 00:09:53 GMT (envelope-from cognet) Message-Id: <200607150009.k6F09rIq064695@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 15 Jul 2006 00:09: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/arm/at91 kb920x_machdep.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, 15 Jul 2006 00:09:53 -0000 cognet 2006-07-15 00:09:53 UTC FreeBSD src repository Modified files: sys/arm/at91 kb920x_machdep.c Log: Add a comment explaining why the OHCI mapping has been commented out. Revision Changes Path 1.11 +9 -0 src/sys/arm/at91/kb920x_machdep.c From owner-cvs-src@FreeBSD.ORG Sat Jul 15 02:07:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 543CF16A4DA; Sat, 15 Jul 2006 02:07:39 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1178243D46; Sat, 15 Jul 2006 02:07:39 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6F27cJa083216; Sat, 15 Jul 2006 02:07:38 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6F27csn083215; Sat, 15 Jul 2006 02:07:38 GMT (envelope-from brooks) Message-Id: <200607150207.k6F27csn083215@repoman.freebsd.org> From: Brooks Davis Date: Sat, 15 Jul 2006 02:07:38 +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/lmc if_lmc.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, 15 Jul 2006 02:07:39 -0000 brooks 2006-07-15 02:07:38 UTC FreeBSD src repository Modified files: sys/dev/lmc if_lmc.c Log: Cleanup: Use if_initname to set if_dname, if_dunit, and if_xname instead of doing it by hand. Revision Changes Path 1.29 +1 -3 src/sys/dev/lmc/if_lmc.c From owner-cvs-src@FreeBSD.ORG Sat Jul 15 02:13:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 150EA16A4DA; Sat, 15 Jul 2006 02:13:08 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D13043D6E; Sat, 15 Jul 2006 02:13:06 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6F2D52s083662; Sat, 15 Jul 2006 02:13:05 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6F2D5Dm083661; Sat, 15 Jul 2006 02:13:05 GMT (envelope-from brooks) Message-Id: <200607150213.k6F2D5Dm083661@repoman.freebsd.org> From: Brooks Davis Date: Sat, 15 Jul 2006 02:13:05 +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_tap.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, 15 Jul 2006 02:13:08 -0000 brooks 2006-07-15 02:13:05 UTC FreeBSD src repository Modified files: sys/net if_tap.c Log: Drop a pointless cast of ifp->if_softc to (struct tap_softc *). Revision Changes Path 1.62 +1 -1 src/sys/net/if_tap.c From owner-cvs-src@FreeBSD.ORG Sat Jul 15 02:49:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D271316A4DE; Sat, 15 Jul 2006 02:49:35 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E64143D45; Sat, 15 Jul 2006 02:49:35 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6F2nZgb085242; Sat, 15 Jul 2006 02:49:35 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6F2nZkZ085241; Sat, 15 Jul 2006 02:49:35 GMT (envelope-from brooks) Message-Id: <200607150249.k6F2nZkZ085241@repoman.freebsd.org> From: Brooks Davis Date: Sat, 15 Jul 2006 02:49: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/sys/net if_spppsubr.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, 15 Jul 2006 02:49:35 -0000 brooks 2006-07-15 02:49:35 UTC FreeBSD src repository Modified files: sys/net if_spppsubr.c Log: Use TAILQ_FOREACH instead of poking around in the guts of the list macros. Revision Changes Path 1.124 +5 -8 src/sys/net/if_spppsubr.c From owner-cvs-src@FreeBSD.ORG Sat Jul 15 03:05:32 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E246B16A4DD; Sat, 15 Jul 2006 03:05:32 +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 9961743D46; Sat, 15 Jul 2006 03:05:27 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (ppp232-228.lns2.adl4.internode.on.net [203.122.232.228]) (authenticated bits=0) by cain.gsoft.com.au (8.13.5/8.13.4) with ESMTP id k6F34vqM078012 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 15 Jul 2006 12:35:00 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: cvs-all@freebsd.org Date: Sat, 15 Jul 2006 12:34:29 +0930 User-Agent: KMail/1.9.3 References: <200607142135.k6ELZxol050056@repoman.freebsd.org> <44B81042.2090009@samsco.org> <20060714.155355.255408591.imp@bsdimp.com> In-Reply-To: <20060714.155355.255408591.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1490657.aQAetEoLkj"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200607151234.38952.doconnor@gsoft.com.au> X-Spam-Score: 0 () X-Scanned-By: MIMEDefang 2.56 on 203.31.81.10 Cc: cvs-src@freebsd.org, scottl@samsco.org, src-committers@freebsd.org, "M. Warner Losh" Subject: Re: cvs commit: src/sys/arm/at91 at91_spi.c at91_spiio.h at91_spireg.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, 15 Jul 2006 03:05:33 -0000 --nextPart1490657.aQAetEoLkj Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 15 July 2006 07:23, M. Warner Losh wrote: > SPI =3D=3D Serial Peripheral Interface. It is common in the embedded > world. The 'bus' is nothing more than 4 signals: chip select, clock, > MOSI (master out, slave in) and MISO (master in, slave out). Lots of It's not even a bus, only a point to point interface. > cool things live on the spi bus, but I'll just be committing support > for AT45 DataFlash parts. The framework is general enough to support > other things. In one of the hardware hacking lists I'm on, people > were talking about writing a driver for a SPI Ethernet whatsit, but > I'm unsure how that works, since there's no interrupt signal on this > bus... You can poll it (the Microchip ENC28J60 anyway) or assign a GPIO pin as an= =20 interrupt line. There is a TCP stack for the various 16 bit micro that can use it. http://www.sics.se/~adam/uip/ Another interesting SPI part is the Maxim MAX3420E - it is a USB slave=20 interface. http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4751 (As you might have guessed I am looking at using these parts, although with= a=20 16 bit AVR, not this fancy ARM stuff :) Another way to use the SPI would be to connect a microcontroller and slave = it=20 to the ARM for whatever thing you might need that isn't already built into= =20 it.. =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 --nextPart1490657.aQAetEoLkj Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEuFtG5ZPcIHs/zowRAlKEAJwMftzi2utV5em0NNXSeAPOdbLpgACfXQvo idAgC6l8jkxmIDl0U4RYAbE= =pWYw -----END PGP SIGNATURE----- --nextPart1490657.aQAetEoLkj-- From owner-cvs-src@FreeBSD.ORG Sat Jul 15 06:44:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76D1A16A4DE; Sat, 15 Jul 2006 06:44:28 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34E7243D46; Sat, 15 Jul 2006 06:44:28 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6F6iScq011013; Sat, 15 Jul 2006 06:44:28 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6F6iSut011012; Sat, 15 Jul 2006 06:44:28 GMT (envelope-from alc) Message-Id: <200607150644.k6F6iSut011012@repoman.freebsd.org> From: Alan Cox Date: Sat, 15 Jul 2006 06:44: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/kern vfs_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, 15 Jul 2006 06:44:28 -0000 alc 2006-07-15 06:44:27 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Enable debug.mpsafevfs by default on arm. Since every architecture except powerpc has debug.mpsafevfs enabled by default, it is shorter to enumerate the architectures on which debug.mpsafevfs is off. Tested by: cognet@ Revision Changes Path 1.678 +1 -2 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Sat Jul 15 07:24:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCDFB16A4DA; Sat, 15 Jul 2006 07:24:30 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99B5843D45; Sat, 15 Jul 2006 07:24:30 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6F7OUVm014084; Sat, 15 Jul 2006 07:24:30 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6F7OUbV014083; Sat, 15 Jul 2006 07:24:30 GMT (envelope-from alc) Message-Id: <200607150724.k6F7OUbV014083@repoman.freebsd.org> From: Alan Cox Date: Sat, 15 Jul 2006 07:24: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/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: Sat, 15 Jul 2006 07:24:31 -0000 alc 2006-07-15 07:24:30 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: Make pc_freemask an array of uint32_t, rather than uint64_t. (I believe that the use of the latter is simply an oversight in porting the new pv entry code from amd64.) Revision Changes Path 1.566 +1 -1 src/sys/i386/i386/pmap.c From owner-cvs-src@FreeBSD.ORG Sat Jul 15 09:23:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97DC116A4DA; Sat, 15 Jul 2006 09:23:29 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CD5343D46; Sat, 15 Jul 2006 09:23:29 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 94B6446D50; Sat, 15 Jul 2006 05:23:28 -0400 (EDT) Date: Sat, 15 Jul 2006 10:23:28 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Alfred Perlstein In-Reply-To: <20060714193538.GN25976@elvis.mu.org> Message-ID: <20060715102243.X61840@fledge.watson.org> References: <200607081406.k68E6u3w049339@repoman.freebsd.org> <20060714193538.GN25976@elvis.mu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Alexander Leidinger , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c src/sys/compat/linux linux_misc.c src/sys/compat/linprocfs linprocfs.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, 15 Jul 2006 09:23:29 -0000 On Fri, 14 Jul 2006, Alfred Perlstein wrote: > Could the KASSERT here be changed to a warning log message instead? > > I don't like the idea of kernel modules failing catastrophically > when they could fail gracefully by just emitting an error. > > Is that OK? > > + KASSERT(kp.ki_stat <= sizeof(linux_state), > + ("linprocfs: don't know how to handle unknown FreeBSD state")); Or, if this is really just a structure size thing, we should pick it up at compile-time with CTASSERT? Robert N M Watson Computer Laboratory University of Cambridge > > -Alfred > > * Alexander Leidinger [060708 07:06] wrote: >> netchild 2006-07-08 14:06:56 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_6) >> sys/fs/pseudofs pseudofs_vnops.c >> sys/compat/linux linux_misc.c >> sys/compat/linprocfs linprocfs.c >> Log: >> MFC: >> - linux_misc.c 1.179 >> Don't copyout/do unneccesary work if the buffer is a NULL pointer. >> >> Noticed by: Dmitry Ganenko >> Reviewed by: rdivacky (the original version as in emulation@) >> >> - linprocfs.c 1.96: >> Improve linprovfs to provide/fix the >> - process state (idle, sleeping, running, ...) [1] >> - the process group ID of the process which owns the connected tty >> - some page fault stats >> - time spend in kernel/userland >> - priority/nice value >> - starttime [1] >> - memory/swap stats >> - scheduling policy >> >> Additionally add some new fields and correct some not filled out ones. >> >> This brings us down to 15 dummy fields. >> >> The fields marked with [1] are needed to get Oracle 10 running. The starttime >> field is not completely right, since it displays the _same_ starttime for >> _every_ process, but at least it is not 0 and Oracle accepts this. >> >> Noticed by: Dmitry Ganenko [1] >> Reviewed by: des, rdivacky >> >> - pseudofs_vnops.c 1.60: >> Correctly calculate a buffer length. It was off by one so a read() returned >> one byte less than needed. >> >> Noticed by: Dmitry Ganenko >> Testcase by: Dmitry Ganenko >> Reviewed by: des >> Submitted by: rdivacky >> Sponsored by: Google SoC 2006 >> >> All of those are needed for Oracle 10. Since previous Oracle versions work >> just fine without those fixes, these patches can be seen as regression fixes >> too. Because of this I think they are a RELENG_6_x candidate (MFC reminder >> set). >> >> MFC after: 1 month >> >> Revision Changes Path >> 1.89.2.4 +51 -27 src/sys/compat/linprocfs/linprocfs.c >> 1.170.2.1 +13 -11 src/sys/compat/linux/linux_misc.c >> 1.56.2.4 +1 -1 src/sys/fs/pseudofs/pseudofs_vnops.c > > -- > - Alfred Perlstein > - coder / sysadmin / FreeBSD Hacker / All that jazz - > From owner-cvs-src@FreeBSD.ORG Sat Jul 15 12:03:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96C1816A4E0; Sat, 15 Jul 2006 12:03:09 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74D4F43D92; Sat, 15 Jul 2006 12:02:32 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from Andro-Beta.Leidinger.net (p54A5CD99.dip.t-dialin.net [84.165.205.153]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id k6FBqWUs029332; Sat, 15 Jul 2006 13:52:32 +0200 (CEST) (envelope-from netchild@FreeBSD.org) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k6FC2Wck047760; Sat, 15 Jul 2006 14:02:33 +0200 (CEST) (envelope-from netchild@FreeBSD.org) Date: Sat, 15 Jul 2006 14:03:47 +0200 From: Alexander Leidinger To: Robert Watson Message-ID: <20060715140347.4333991f@Magellan.Leidinger.net> In-Reply-To: <20060715102243.X61840@fledge.watson.org> References: <200607081406.k68E6u3w049339@repoman.freebsd.org> <20060714193538.GN25976@elvis.mu.org> <20060715102243.X61840@fledge.watson.org> Organization: FreeBSD X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.20; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: cvs-src@FreeBSD.org, Alfred Perlstein , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c src/sys/compat/linux linux_misc.c src/sys/compat/linprocfs linprocfs.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, 15 Jul 2006 12:03:09 -0000 Quoting Robert Watson (Sat, 15 Jul 2006 10:23:28 +0100 (BST)): > > On Fri, 14 Jul 2006, Alfred Perlstein wrote: > > > Could the KASSERT here be changed to a warning log message instead? > > > > I don't like the idea of kernel modules failing catastrophically > > when they could fail gracefully by just emitting an error. > > > > Is that OK? > > > > + KASSERT(kp.ki_stat <= sizeof(linux_state), > > + ("linprocfs: don't know how to handle unknown FreeBSD state")); > > Or, if this is really just a structure size thing, we should pick it up at > compile-time with CTASSERT? ki_stat contains a value which corresponds to the states like idle, diskwait, ... And linux_state is a static array (ki_stat is an index into it). We don't have a "this value is an upper bound to the possible state values"-value, so I can't use an CTASSERT. This will only panic when someone adds another state to the existing ones but doesn't extend the array. Suggestions how to handle this in a way which satisfies everyone is welcome (is a warning enough?). Bye, Alexander. -- ...and that is how we know the Earth to be banana-shaped. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-cvs-src@FreeBSD.ORG Sat Jul 15 12:23:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7475916A4E0; Sat, 15 Jul 2006 12:23:57 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48E1443D45; Sat, 15 Jul 2006 12:23:57 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6FCNvV3044366; Sat, 15 Jul 2006 12:23:57 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6FCNvGI044365; Sat, 15 Jul 2006 12:23:57 GMT (envelope-from simon) Message-Id: <200607151223.k6FCNvGI044365@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 15 Jul 2006 12: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 install.c main.c misc.c sysinstall.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, 15 Jul 2006 12:23:57 -0000 simon 2006-07-15 12:23:56 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall install.c main.c misc.c sysinstall.h Log: Add FreeBSD version information to the menu title so it's possible to see which release you are installing (really which FreeBSD version the installer is running, but that shouldn't matter in all normal cases). PR: bin/100309 Submitted by: Joao Barros (original version) Idea from: FreeBSD ideas page MFC after: 1 week Revision Changes Path 1.368 +3 -15 src/usr.sbin/sysinstall/install.c 1.74 +12 -0 src/usr.sbin/sysinstall/main.c 1.44 +24 -0 src/usr.sbin/sysinstall/misc.c 1.272 +1 -0 src/usr.sbin/sysinstall/sysinstall.h From owner-cvs-src@FreeBSD.ORG Sat Jul 15 17:34:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8F0416A4DE; Sat, 15 Jul 2006 17:34:03 +0000 (UTC) (envelope-from bruno@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7444643D45; Sat, 15 Jul 2006 17:34:03 +0000 (GMT) (envelope-from bruno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6FHY3oD096663; Sat, 15 Jul 2006 17:34:03 GMT (envelope-from bruno@repoman.freebsd.org) Received: (from bruno@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6FHY3e2096662; Sat, 15 Jul 2006 17:34:03 GMT (envelope-from bruno) Message-Id: <200607151734.k6FHY3e2096662@repoman.freebsd.org> From: Bruno Ducrot Date: Sat, 15 Jul 2006 17:34: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/acpica acpi_perf.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, 15 Jul 2006 17:34:03 -0000 bruno 2006-07-15 17:34:03 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_perf.c Log: Eliminate duplicate p-states entries Reported and tested by: ales dot rom at kabelnet dot net Reviewed by: njl Approved by: njl, imp (mentor) MFC after: 3 days Revision Changes Path 1.24 +6 -0 src/sys/dev/acpica/acpi_perf.c From owner-cvs-src@FreeBSD.ORG Sat Jul 15 19:19:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD54516A4DD; Sat, 15 Jul 2006 19:19:54 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A552343D45; Sat, 15 Jul 2006 19:19:54 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6FJJsKa004294; Sat, 15 Jul 2006 19:19:54 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6FJJsDA004293; Sat, 15 Jul 2006 19:19:54 GMT (envelope-from netchild) Message-Id: <200607151919.k6FJJsDA004293@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 15 Jul 2006 19:19: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/dev/sound/pci emu10k1.c src/sys/gnu/dev/sound/pci emu10k1-ac97.h emu10k1-alsa.h emu10k1.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, 15 Jul 2006 19:19:55 -0000 netchild 2006-07-15 19:19:54 UTC FreeBSD src repository Modified files: sys/dev/sound/pci emu10k1.c sys/gnu/dev/sound/pci emu10k1-alsa.h Removed files: sys/gnu/dev/sound/pci emu10k1-ac97.h emu10k1.h Log: - Update ALSA emu10k1.h (it was imported as emu10k1-alsa.h) header file to latest version from Mercurial repository. It brings definition of some additional Audigy 2 / Audigy 2 Value registers. - Use new #defines from ALSA emu10k1.h - Remove unused include files: + emu10k1-ac97.h was imported from ALSA and never used, + emu10k1.h was imported from Creative Linux emu10k1 driver, but only AUDIGY_CODEBASE was used from it. Submitted by: Yuriy Tsibizov Revision Changes Path 1.60 +3 -4 src/sys/dev/sound/pci/emu10k1.c 1.3 +0 -293 src/sys/gnu/dev/sound/pci/emu10k1-ac97.h (dead) 1.3 +442 -213 src/sys/gnu/dev/sound/pci/emu10k1-alsa.h 1.9 +0 -740 src/sys/gnu/dev/sound/pci/emu10k1.h (dead) From owner-cvs-src@FreeBSD.ORG Sat Jul 15 19:36:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A753A16A4DD; Sat, 15 Jul 2006 19:36:31 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA33743D5E; Sat, 15 Jul 2006 19:36:28 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6FJaSrS005382; Sat, 15 Jul 2006 19:36:28 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6FJaSSe005381; Sat, 15 Jul 2006 19:36:28 GMT (envelope-from netchild) Message-Id: <200607151936.k6FJaSSe005381@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 15 Jul 2006 19:36: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/modules/sound/driver/emu10kx Makefile src/sys/dev/sound/pci emu10kx-midi.c emu10kx-pcm.c emu10kx.c emu10kx.h src/sys/gnu/dev/sound/pci p16v-alsa.h p17v-alsa.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, 15 Jul 2006 19:36:31 -0000 netchild 2006-07-15 19:36:28 UTC FreeBSD src repository Added files: sys/modules/sound/driver/emu10kx Makefile sys/dev/sound/pci emu10kx-midi.c emu10kx-pcm.c emu10kx.c emu10kx.h sys/gnu/dev/sound/pci p16v-alsa.h p17v-alsa.h Log: Add snd_emu10kx driver for Creative SoundBlaster Live! and Audigy series sound cards with optional pseudo-multichannel playback. It's based on snd_emu10k1 sound driver. Single channel version is available from audio/emu10kx port since some time. The two new ALSA header files (GPLed), which contain Audigy 2 ("p16v") and Audigy 2 Value ("p17v") specific interfaces, are latest versions from ALSA Mercurial repository. This is not connected to the build yet. Submitted by: Yuriy Tsibizov Revision Changes Path 1.1 +249 -0 src/sys/dev/sound/pci/emu10kx-midi.c (new) 1.1 +965 -0 src/sys/dev/sound/pci/emu10kx-pcm.c (new) 1.1 +3022 -0 src/sys/dev/sound/pci/emu10kx.c (new) 1.1 +180 -0 src/sys/dev/sound/pci/emu10kx.h (new) 1.1 +301 -0 src/sys/gnu/dev/sound/pci/p16v-alsa.h (new) 1.1 +113 -0 src/sys/gnu/dev/sound/pci/p17v-alsa.h (new) 1.1 +48 -0 src/sys/modules/sound/driver/emu10kx/Makefile (new) From owner-cvs-src@FreeBSD.ORG Sat Jul 15 20:08:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 391E616A4DD; Sat, 15 Jul 2006 20:08:33 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E231643D55; Sat, 15 Jul 2006 20:08:32 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6FK8WcU008022; Sat, 15 Jul 2006 20:08:32 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6FK8WQL008021; Sat, 15 Jul 2006 20:08:32 GMT (envelope-from netchild) Message-Id: <200607152008.k6FK8WQL008021@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 15 Jul 2006 20:08: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/sys/dev/sound/pci cmi.c emu10k1.c emu10kx-midi.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, 15 Jul 2006 20:08:33 -0000 netchild 2006-07-15 20:08:32 UTC FreeBSD src repository Modified files: sys/dev/sound/pci cmi.c emu10k1.c emu10kx-midi.c Log: Make the MIDI kobj class static. This brings it inline with the channel or ac97 classes. This allows to link emu10k1 and emu10kx into the same kernel (LINT). Revision Changes Path 1.37 +1 -1 src/sys/dev/sound/pci/cmi.c 1.61 +1 -1 src/sys/dev/sound/pci/emu10k1.c 1.2 +1 -1 src/sys/dev/sound/pci/emu10kx-midi.c From owner-cvs-src@FreeBSD.ORG Sat Jul 15 20:11:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0300116A4DD; Sat, 15 Jul 2006 20:11:17 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A82DC43D4C; Sat, 15 Jul 2006 20:11:16 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6FKBGDK008232; Sat, 15 Jul 2006 20:11:16 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6FKBGox008231; Sat, 15 Jul 2006 20:11:16 GMT (envelope-from netchild) Message-Id: <200607152011.k6FKBGox008231@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 15 Jul 2006 20:11: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/sys/dev/sound/pcm mixer.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, 15 Jul 2006 20:11:17 -0000 netchild 2006-07-15 20:11:16 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm mixer.h Log: Make the mixer kobj class static. This brings it inline with the channel or ac97 classes. Tested with: es137x based sound hardware Revision Changes Path 1.15 +1 -1 src/sys/dev/sound/pcm/mixer.h From owner-cvs-src@FreeBSD.ORG Sat Jul 15 20:22:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E58AB16A4E0; Sat, 15 Jul 2006 20:22:46 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA00343D79; Sat, 15 Jul 2006 20:22:40 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6FKMevO008922; Sat, 15 Jul 2006 20:22:40 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6FKMeJ3008921; Sat, 15 Jul 2006 20:22:40 GMT (envelope-from netchild) Message-Id: <200607152022.k6FKMeJ3008921@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 15 Jul 2006 20:22: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/dev/sound driver.c src/sys/sys param.h src/sys/conf NOTES files options src/sys/modules/sound/driver 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, 15 Jul 2006 20:22:47 -0000 netchild 2006-07-15 20:22:40 UTC FreeBSD src repository Modified files: sys/dev/sound driver.c sys/sys param.h sys/conf NOTES files options sys/modules/sound/driver Makefile Log: - Connect the snd_emu10kx driver to the build. [1] - Bump __FreeBSD_version, no need to build the port now. Submitted by: Yuriy Tsibizov [1] Revision Changes Path 1.1372 +3 -0 src/sys/conf/NOTES 1.1130 +28 -0 src/sys/conf/files 1.551 +3 -0 src/sys/conf/options 1.18 +1 -1 src/sys/dev/sound/driver.c 1.20 +3 -3 src/sys/modules/sound/driver/Makefile 1.268 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Sat Jul 15 20:31:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B280816A4DA; Sat, 15 Jul 2006 20:31:26 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6811B43D49; Sat, 15 Jul 2006 20:31:26 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6FKVQfu009482; Sat, 15 Jul 2006 20:31:26 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6FKVQtU009481; Sat, 15 Jul 2006 20:31:26 GMT (envelope-from netchild) Message-Id: <200607152031.k6FKVQtU009481@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 15 Jul 2006 20:31: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/share/man/man4 Makefile snd_emu10kx.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, 15 Jul 2006 20:31:26 -0000 netchild 2006-07-15 20:31:26 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Added files: share/man/man4 snd_emu10kx.4 Log: Add a man-page for snd_emu10kx. Someone with man-fu should have a look and improve it. Submitted by: Yuriy Tsibizov (minor mods by me) Revision Changes Path 1.360 +1 -0 src/share/man/man4/Makefile 1.1 +178 -0 src/share/man/man4/snd_emu10kx.4 (new) From owner-cvs-src@FreeBSD.ORG Sat Jul 15 20:41:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AA6416A4DF; Sat, 15 Jul 2006 20:41:42 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1525343D60; Sat, 15 Jul 2006 20:41:38 +0000 (GMT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6FKfcvR010091; Sat, 15 Jul 2006 20:41:38 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6FKfcdE010090; Sat, 15 Jul 2006 20:41:38 GMT (envelope-from thomas) Message-Id: <200607152041.k6FKfcdE010090@repoman.freebsd.org> From: Thomas Quinot Date: Sat, 15 Jul 2006 20:41:38 +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/tools/nanobsd nanobsd.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, 15 Jul 2006 20:41:42 -0000 thomas 2006-07-15 20:41:38 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: When creating the NanoBSD disk image, install boot blocks from the newly-built world, in preference to those from the host system. Reviewed by: phk Revision Changes Path 1.19 +1 -1 src/tools/tools/nanobsd/nanobsd.sh From owner-cvs-src@FreeBSD.ORG Sat Jul 15 20:53:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5307316A4DF; Sat, 15 Jul 2006 20:53:40 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC70243D73; Sat, 15 Jul 2006 20:53:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6FKrakc018431; Sat, 15 Jul 2006 20:53:36 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6FKraPw018430; Sat, 15 Jul 2006 20:53:36 GMT (envelope-from imp) Message-Id: <200607152053.k6FKraPw018430@repoman.freebsd.org> From: Warner Losh Date: Sat, 15 Jul 2006 20:53:36 +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/libutil humanize_number.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: Sat, 15 Jul 2006 20:53:40 -0000 imp 2006-07-15 20:53:36 UTC FreeBSD src repository Modified files: lib/libutil humanize_number.3 Log: Note the convention that humanize_number follows. Add 'engineering' numbers to table. Revision Changes Path 1.9 +11 -8 src/lib/libutil/humanize_number.3 From owner-cvs-src@FreeBSD.ORG Sat Jul 15 21:53:09 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B828F16A4DD for ; Sat, 15 Jul 2006 21:53:09 +0000 (UTC) (envelope-from leafy7382@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 441EF43D49 for ; Sat, 15 Jul 2006 21:53:08 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so1058902pyc for ; Sat, 15 Jul 2006 14:53:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qXhbva5v1qtOb+9Z4sw58FnSf7VLDaNILhjShyfD4FcOE3WHu/nryHIrRrE2TysrCiRnb+8mKr/kHo8DV66CPv5vHwkDeONhCucLw18ZC0YBGfoVGCQiivU5spU5suVA7HQvUTP7l/1rMufvPgBGErXTiIXYhp2/MIuZwrJVQ0U= Received: by 10.35.22.17 with SMTP id z17mr1527712pyi; Sat, 15 Jul 2006 14:53:07 -0700 (PDT) Received: by 10.35.125.14 with HTTP; Sat, 15 Jul 2006 14:53:07 -0700 (PDT) Message-ID: Date: Sun, 16 Jul 2006 05:53:07 +0800 From: "Jiawei Ye" To: "David Xu" In-Reply-To: <200607140548.38121.davidxu@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200607130626.k6D6QhQ3066209@repoman.freebsd.org> <200607130930.49565.john@baldwin.cx> <200607140548.38121.davidxu@freebsd.org> Cc: John Baldwin , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys thr.h src/sys/kern kern_thr.c syscalls.master 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, 15 Jul 2006 21:53:09 -0000 On 7/14/06, David Xu wrote: > On Thursday 13 July 2006 21:30, John Baldwin wrote: > > > Don't forget to update sys/compat/freebsd32/syscalls.master when adding new > > syscalls (as the comments in sys/kern/syscalls.master request). > > will do. > > David Xu I am getting /libexec/ld-elf.so.1: /usr/lib/libthr.so.2: Undefined symbol "thr_getscheduler" with the latest kernel+world (5 hrs ago). Am I missing anything here? Jiawei Ye -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-cvs-src@FreeBSD.ORG Sat Jul 15 21:55:38 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 745C116A4DE for ; Sat, 15 Jul 2006 21:55:38 +0000 (UTC) (envelope-from leafy7382@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D22D43D55 for ; Sat, 15 Jul 2006 21:55:34 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so1059190pyc for ; Sat, 15 Jul 2006 14:55:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Imq1heEH/UWetcPYJ0ZZEIwjclc+rfuy21xwrG2V3MpdrK2S17kmEuJdIdFl/XntdtWUVsB3foP1ZndL9+fFFJHH6g9A1Zixe9d6r61hPWoQswxPwE1PyKcn+Tko9CEBjV9+2sOMWXnk+61JszZPQSjMgWwDc92jlP8qw6yFIDs= Received: by 10.35.62.19 with SMTP id p19mr1528655pyk; Sat, 15 Jul 2006 14:55:33 -0700 (PDT) Received: by 10.35.125.14 with HTTP; Sat, 15 Jul 2006 14:55:33 -0700 (PDT) Message-ID: Date: Sun, 16 Jul 2006 05:55:33 +0800 From: "Jiawei Ye" To: "David Xu" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200607130626.k6D6QhQ3066209@repoman.freebsd.org> <200607130930.49565.john@baldwin.cx> <200607140548.38121.davidxu@freebsd.org> Cc: John Baldwin , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys thr.h src/sys/kern kern_thr.c syscalls.master 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, 15 Jul 2006 21:55:38 -0000 On 7/16/06, Jiawei Ye wrote: > I am getting > /libexec/ld-elf.so.1: > /usr/lib/libthr.so.2: Undefined symbol "thr_getscheduler" > with the latest kernel+world (5 hrs ago). Am I missing anything here? > > Jiawei Ye Sorry, my bad, it's so.3 now. I think we need an entry in src/UPDATING for the version bump. Jiawei Ye -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-cvs-src@FreeBSD.ORG Sat Jul 15 21:56:37 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABB0716A4DE for ; Sat, 15 Jul 2006 21:56:37 +0000 (UTC) (envelope-from leafy7382@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 805A743D5F for ; Sat, 15 Jul 2006 21:56:35 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so1059310pyc for ; Sat, 15 Jul 2006 14:56:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SuAahPDe2Lxwh3ZhIKk8apjeFxMBfhrUD24OZWgNftNJQdU9+lW4M5Io7K//4WpalY8c8RxpsEGSOR4MJfamQcOTRhKonGNsOpop5cQzzFg0s287JHXa6ymUi5GpFYKe+YJnNRS7pwy3Vu1SWWbDB7ICz9BDPR/0kiANQL55qTc= Received: by 10.35.90.20 with SMTP id s20mr1524077pyl; Sat, 15 Jul 2006 14:56:33 -0700 (PDT) Received: by 10.35.125.14 with HTTP; Sat, 15 Jul 2006 14:56:33 -0700 (PDT) Message-ID: Date: Sun, 16 Jul 2006 05:56:33 +0800 From: "Jiawei Ye" To: "David Xu" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200607130626.k6D6QhQ3066209@repoman.freebsd.org> <200607130930.49565.john@baldwin.cx> <200607140548.38121.davidxu@freebsd.org> Cc: John Baldwin , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys thr.h src/sys/kern kern_thr.c syscalls.master 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, 15 Jul 2006 21:56:37 -0000 On 7/16/06, Jiawei Ye wrote: > Sorry, my bad, it's so.3 now. I think we need an entry in src/UPDATING > for the version bump. > > Jiawei Ye Again, not sleeping is bad for the brain, please ignore the previous mail. Jiawei Ye -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-cvs-src@FreeBSD.ORG Sat Jul 15 22:53:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14D1F16A4DE; Sat, 15 Jul 2006 22:53:54 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C51DE43D45; Sat, 15 Jul 2006 22:53:53 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6FMrr1f039541; Sat, 15 Jul 2006 22:53:53 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6FMrr2N039540; Sat, 15 Jul 2006 22:53:53 GMT (envelope-from njl) Message-Id: <200607152253.k6FMrr2N039540@repoman.freebsd.org> From: Nate Lawson Date: Sat, 15 Jul 2006 22:53: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/sys/kern subr_bus.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, 15 Jul 2006 22:53:54 -0000 njl 2006-07-15 22:53:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern subr_bus.c Log: MFC 1.190: notify devd of resume events Revision Changes Path 1.184.2.3 +13 -1 src/sys/kern/subr_bus.c From owner-cvs-src@FreeBSD.ORG Sat Jul 15 22:58:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C63016A4DF; Sat, 15 Jul 2006 22:58:10 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB44843D4C; Sat, 15 Jul 2006 22:58:09 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6FMw9I2040670; Sat, 15 Jul 2006 22:58:09 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6FMw9Vn040667; Sat, 15 Jul 2006 22:58:09 GMT (envelope-from mjacob) Message-Id: <200607152258.k6FMw9Vn040667@repoman.freebsd.org> From: Matt Jacob Date: Sat, 15 Jul 2006 22:58: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/mpt mpt.h mpt_cam.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, 15 Jul 2006 22:58:10 -0000 mjacob 2006-07-15 22:58:09 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.h mpt_cam.c Log: If the card has target mode enabled, and we hang out ELS buffers but *don't* hang out commands, we hang folks on the SAN because the LSI-Logic f/w apparently sends back BUSY or QFULL or some darn thing. If we add command buffers, we have to respond to them sensibly even if we don't have any upstream listeners (scsi_targ or scsi_targ_bh), so put in some local command reponse stuff. MFC after: 2 weeks Revision Changes Path 1.28 +7 -2 src/sys/dev/mpt/mpt.h 1.28 +170 -38 src/sys/dev/mpt/mpt_cam.c From owner-cvs-src@FreeBSD.ORG Sat Jul 15 23:01:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5829D16A4DA; Sat, 15 Jul 2006 23:01:55 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1360C43D45; Sat, 15 Jul 2006 23:01:55 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6FN1sd6042261; Sat, 15 Jul 2006 23:01:54 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6FN1s7l042260; Sat, 15 Jul 2006 23:01:54 GMT (envelope-from cognet) Message-Id: <200607152301.k6FN1s7l042260@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 15 Jul 2006 23:01: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/arm/arm vm_machdep.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, 15 Jul 2006 23:01:55 -0000 cognet 2006-07-15 23:01:54 UTC FreeBSD src repository Modified files: sys/arm/arm vm_machdep.c Log: Make sure that if uma_small_alloc() gets called recursively, we just give up and call kmem_malloc(), to avoid a deadlock. Revision Changes Path 1.25 +6 -7 src/sys/arm/arm/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Sat Jul 15 23:15:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4FB116A4DF; Sat, 15 Jul 2006 23:15:32 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8174243D46; Sat, 15 Jul 2006 23:15:32 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6FNFWMP044095; Sat, 15 Jul 2006 23:15:32 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6FNFW6E044094; Sat, 15 Jul 2006 23:15:32 GMT (envelope-from cognet) Message-Id: <200607152315.k6FNFW6E044094@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 15 Jul 2006 23:15: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/sys/arm/arm vm_machdep.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, 15 Jul 2006 23:15:32 -0000 cognet 2006-07-15 23:15:32 UTC FreeBSD src repository Modified files: sys/arm/arm vm_machdep.c Log: Oops bring back code that shouldn't have been removed by the previous commit. Revision Changes Path 1.26 +2 -0 src/sys/arm/arm/vm_machdep.c