svn commit: r203773 - head/lib/libusb

2010-02-11 Thread Wojciech A. Koszek
Author: wkoszek Date: Thu Feb 11 08:24:35 2010 New Revision: 203773 URL: http://svn.freebsd.org/changeset/base/203773 Log: Within libusb 0.1 API, bus number is always faked to 0. Device numbers, however, are possitive and seem to be reverse sorted in the list. Conform device numbering and

svn commit: r203774 - head/lib/libusb

2010-02-11 Thread Wojciech A. Koszek
Author: wkoszek Date: Thu Feb 11 08:30:43 2010 New Revision: 203774 URL: http://svn.freebsd.org/changeset/base/203774 Log: Use more standard way for setting nonblocking flag for a filedescriptor. This makes libusb porting a bit easier. There shouldn't by any negative change in behaviour a

svn commit: r203775 - head/lib/libusb

2010-02-11 Thread Wojciech A. Koszek
Author: wkoszek Date: Thu Feb 11 08:34:41 2010 New Revision: 203775 URL: http://svn.freebsd.org/changeset/base/203775 Log: Remove redundand headers and use more standard ones where necessary. Reviewed by: hps@ Modified: head/lib/libusb/libusb.h head/lib/libusb/libusb10_desc.c head/l

svn commit: r203776 - head/sys/dev/acpica

2010-02-11 Thread Andriy Gapon
Author: avg Date: Thu Feb 11 08:50:21 2010 New Revision: 203776 URL: http://svn.freebsd.org/changeset/base/203776 Log: acpi cpu: probe+attach before all other enumerated children on acpi bus Some current systems dynamically load SSDT(s) when _PDC/_OSC method of Processor is evaluated. Ot

Re: svn commit: r203696 - in head: lib/libc/sys sys/kern sys/sys

2010-02-11 Thread Kostik Belousov
On Wed, Feb 10, 2010 at 08:20:37PM -0800, Marcel Moolenaar wrote: > > On Feb 10, 2010, at 1:15 AM, Kostik Belousov wrote: > > > > Vnode locks are before vm map locks in global lock order. vn_fullpath() > > may need to lock vnodes to call VOP_VPTOCNP(). I think you should (and > > can) drop both v

svn commit: r203778 - head/lib/libc/posix1e

2010-02-11 Thread Tom Rhodes
Author: trhodes Date: Thu Feb 11 14:45:00 2010 New Revision: 203778 URL: http://svn.freebsd.org/changeset/base/203778 Log: Correct two typoes. Submitted by: Matthew Seaman Modified: head/lib/libc/posix1e/mac.3 Modified: head/lib/libc/posix1e/mac.3 ==

svn commit: r203780 - head/share/zoneinfo

2010-02-11 Thread Norikatsu Shigemura
Author: nork Date: Thu Feb 11 15:34:54 2010 New Revision: 203780 URL: http://svn.freebsd.org/changeset/base/203780 Log: Fix a installation issue with $DESTDIR. Approved by: imp (mentor) Modified: head/share/zoneinfo/Makefile Modified: head/share/zoneinfo/Makefile ==

svn commit: r203782 - head/lib/libufs

2010-02-11 Thread Warner Losh
Author: imp Date: Thu Feb 11 17:30:30 2010 New Revision: 203782 URL: http://svn.freebsd.org/changeset/base/203782 Log: i doesn't need to be signed here, make it unsigned. Modified: head/lib/libufs/sblock.c Modified: head/lib/libufs/sblock.c ===

svn commit: r203783 - in head: lib/libc/sys sys/kern sys/sys

2010-02-11 Thread Marcel Moolenaar
Author: marcel Date: Thu Feb 11 18:00:53 2010 New Revision: 203783 URL: http://svn.freebsd.org/changeset/base/203783 Log: o Add support for COMPAT_IA32. o Incorporate review comments: - Properly reference and lock the map - Take into account that the VM map can change inbetween r

svn commit: r203784 - in head: sbin/newfs sys/ufs/ffs

2010-02-11 Thread Kirk McKusick
Author: mckusick Date: Thu Feb 11 18:14:53 2010 New Revision: 203784 URL: http://svn.freebsd.org/changeset/base/203784 Log: One last pass to get all the unsigned comparisons correct. Modified: head/sbin/newfs/mkfs.c head/sys/ufs/ffs/fs.h Modified: head/sbin/newfs/mkfs.c ===

svn commit: r203785 - head/sys/dev/acpica

2010-02-11 Thread Andriy Gapon
Author: avg Date: Thu Feb 11 18:24:00 2010 New Revision: 203785 URL: http://svn.freebsd.org/changeset/base/203785 Log: acpi: drop the second bus_generic_attach pass It is belived that that pass s not needed anymore. Specifically it is not required now for the reasons that were given in

svn commit: r203786 - in stable/8/sys: cam/scsi compat/linux dev/aac dev/agp dev/amd dev/amr dev/arcmsr dev/ata dev/ata/chipsets dev/ath/ath_hal/ar5211 dev/ath/ath_hal/ar5212 dev/ath/ath_hal/ar5416...

2010-02-11 Thread Matt Jacob
Author: mjacob Date: Thu Feb 11 18:34:06 2010 New Revision: 203786 URL: http://svn.freebsd.org/changeset/base/203786 Log: MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 201408,201325,200089,198822,197373,197372,197214,196162). Since one of those changes was a

svn commit: r203787 - head/lib/libc/posix1e

2010-02-11 Thread Tom Rhodes
Author: trhodes Date: Thu Feb 11 19:20:06 2010 New Revision: 203787 URL: http://svn.freebsd.org/changeset/base/203787 Log: s/APIS/APIs - not part of the original submission. Modified: head/lib/libc/posix1e/mac.3 Modified: head/lib/libc/posix1e/mac.3 ==

Re: svn commit: r203785 - head/sys/dev/acpica

2010-02-11 Thread John Baldwin
On Thursday 11 February 2010 1:24:00 pm Andriy Gapon wrote: > Author: avg > Date: Thu Feb 11 18:24:00 2010 > New Revision: 203785 > URL: http://svn.freebsd.org/changeset/base/203785 > > Log: > acpi: drop the second bus_generic_attach pass > > It is belived that that pass s not needed anymor

svn commit: r203788 - head/sys/kern

2010-02-11 Thread Marcel Moolenaar
Author: marcel Date: Thu Feb 11 21:10:56 2010 New Revision: 203788 URL: http://svn.freebsd.org/changeset/base/203788 Log: Initialize pve_fsid and pve_fileid to VNOVAL. Modified: head/sys/kern/sys_process.c Modified: head/sys/kern/sys_process.c

svn commit: r203789 - stable/8/sys/fs/nfsclient

2010-02-11 Thread Rick Macklem
Author: rmacklem Date: Thu Feb 11 21:25:48 2010 New Revision: 203789 URL: http://svn.freebsd.org/changeset/base/203789 Log: MFC: r203119 Patch the experimental NFS client in a manner analogous to r203072 for the regular NFS client. Also, delete two fields of struct nfsmount that are not us

Re: svn commit: r203788 - head/sys/kern

2010-02-11 Thread Roman Divacky
On Thu, Feb 11, 2010 at 09:10:56PM +, Marcel Moolenaar wrote: > Author: marcel > Date: Thu Feb 11 21:10:56 2010 > New Revision: 203788 > URL: http://svn.freebsd.org/changeset/base/203788 > > Log: > Initialize pve_fsid and pve_fileid to VNOVAL. why? __

Re: svn commit: r203788 - head/sys/kern

2010-02-11 Thread Marcel Moolenaar
On Feb 11, 2010, at 1:44 PM, Roman Divacky wrote: > On Thu, Feb 11, 2010 at 09:10:56PM +, Marcel Moolenaar wrote: >> Author: marcel >> Date: Thu Feb 11 21:10:56 2010 >> New Revision: 203788 >> URL: http://svn.freebsd.org/changeset/base/203788 >> >> Log: >> Initialize pve_fsid and pve_fileid

svn commit: r203790 - head/usr.sbin/pmcstat

2010-02-11 Thread Fabien Thomas
Author: fabient Date: Thu Feb 11 22:51:44 2010 New Revision: 203790 URL: http://svn.freebsd.org/changeset/base/203790 Log: - Reorganize code in 'plugin' to share log processing. - Kcachegrind (calltree) support with assembly/source code mapping and call count estimator (-F). - Top mode for

Re: svn commit: r203785 - head/sys/dev/acpica

2010-02-11 Thread Andriy Gapon
on 11/02/2010 22:05 John Baldwin said the following: > On Thursday 11 February 2010 1:24:00 pm Andriy Gapon wrote: >> Author: avg >> Date: Thu Feb 11 18:24:00 2010 >> New Revision: 203785 >> URL: http://svn.freebsd.org/changeset/base/203785 >> >> Log: >> acpi: drop the second bus_generic_attach p

svn commit: r203794 - stable/8/sys/dev/isp

2010-02-11 Thread Matt Jacob
Author: mjacob Date: Fri Feb 12 00:47:23 2010 New Revision: 203794 URL: http://svn.freebsd.org/changeset/base/203794 Log: Pick up some changes the the MFC missed. Modified: stable/8/sys/dev/isp/isp.c stable/8/sys/dev/isp/isp_library.c Modified: stable/8/sys/dev/isp/isp.c ==

svn commit: r203796 - in head/sys: conf mips/conf mips/mips mips/sibyte

2010-02-11 Thread Neel Natu
Author: neel Date: Fri Feb 12 02:59:49 2010 New Revision: 203796 URL: http://svn.freebsd.org/changeset/base/203796 Log: Remove the PCI_IOSPACE_SIZE and PCI_IOSPACE_ADDR hack from nexus.c. Implement this in the Sibyte PCI hostbridge driver instead. The nexus driver sees resource allocation

Re: svn commit: r203796 - in head/sys: conf mips/conf mips/mips mips/sibyte

2010-02-11 Thread M. Warner Losh
In message: <201002120259.o1c2xopr069...@svn.freebsd.org> Neel Natu writes: : Author: neel : Date: Fri Feb 12 02:59:49 2010 : New Revision: 203796 : URL: http://svn.freebsd.org/changeset/base/203796 : : Log: : Remove the PCI_IOSPACE_SIZE and PCI_IOSPACE_ADDR hack from nexus.c. Impl