svn commit: r255469 - in head/sys/amd64/vmm: . io

2013-09-11 Thread Neel Natu
Author: neel Date: Wed Sep 11 07:11:14 2013 New Revision: 255469 URL: http://svnweb.freebsd.org/changeset/base/255469 Log: Fix a limitation in bhyve that would limit the number of virtual machines to the maximum number of VT-d domains (256 on a Sandybridge). We now allocate a VT-d domain for

svn commit: r255471 - in head/sys: dev/iicbus dev/lmc dev/ppbus dev/usb/net net

2013-09-11 Thread Gleb Smirnoff
Author: glebius Date: Wed Sep 11 09:19:44 2013 New Revision: 255471 URL: http://svnweb.freebsd.org/changeset/base/255471 Log: Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself is extremely outdated, and I doubt that it was ever used for ifnet drivers. It was used for AF_IN

svn commit: r255472 - head/sys/dev/usb/storage

2013-09-11 Thread Hans Petter Selasky
Author: hselasky Date: Wed Sep 11 10:18:36 2013 New Revision: 255472 URL: http://svnweb.freebsd.org/changeset/base/255472 Log: Clear correct data structure. MFC after:1 week Approved by: re (hrs) Modified: head/sys/dev/usb/storage/umass.c Modified: head/sys/dev/usb/storage/umass.

svn commit: r255474 - head/sys/i386/i386

2013-09-11 Thread Alan Cox
Author: alc Date: Wed Sep 11 17:23:42 2013 New Revision: 255474 URL: http://svnweb.freebsd.org/changeset/base/255474 Log: Prior to r254304, we only began scanning the active page queue when the amount of free memory was close to the point at which we would begin reclaiming pages. Now, we co

svn commit: r255475 - head/sys/kern

2013-09-11 Thread Konstantin Belousov
Author: kib Date: Wed Sep 11 17:31:22 2013 New Revision: 255475 URL: http://svnweb.freebsd.org/changeset/base/255475 Log: Fix build with gcc. Build-tested by: gjb Approved by: re (glebius) Modified: head/sys/kern/uipc_syscalls.c Modified: head/sys/kern/uipc_syscalls.c ==

svn commit: r255478 - head/sys/kern

2013-09-11 Thread Gleb Smirnoff
Author: glebius Date: Wed Sep 11 18:22:30 2013 New Revision: 255478 URL: http://svnweb.freebsd.org/changeset/base/255478 Log: Provide pr_ctloutput method for AF_LOCAL/SOCK_SEQPACKET sockets. This makes setsockopt() on them working. Reported by: Yuri Approved by: re (kib) Modified:

Re: svn commit: r254703 - in head: share/man/man9 sys/sys

2013-09-11 Thread Davide Italiano
[snip] > Well, I've thought about changing lc_lock/unlock to return a uintptr_t or > void * instead of an int and then I could make rm_sleep work fine. However, > that still doesn't solve the callout case. The callout case can't be fixed > easily without explicitly allocating storage in the soft

Re: svn commit: r255457 - head/usr.sbin/pkg

2013-09-11 Thread John Baldwin
On Wednesday, September 11, 2013 1:49:07 am Baptiste Daroussin wrote: > On Tue, Sep 10, 2013 at 10:29:38PM -0500, Nathan Whitehorn wrote: > > On 09/10/13 15:56, Baptiste Daroussin wrote: > > > Author: bapt > > > Date: Tue Sep 10 20:56:01 2013 > > > New Revision: 255457 > > > URL: http://svnweb.free

svn commit: r255483 - head/usr.sbin/mtree

2013-09-11 Thread Xin LI
Author: delphij Date: Thu Sep 12 00:14:25 2013 New Revision: 255483 URL: http://svnweb.freebsd.org/changeset/base/255483 Log: Do not emit size for non-regular files. There is nothing that mtree(1) can do in this situation and would cause confusion. MFC candidate. Approved by: re (h

svn commit: r255484 - head

2013-09-11 Thread Ed Maste
Author: emaste Date: Thu Sep 12 00:23:09 2013 New Revision: 255484 URL: http://svnweb.freebsd.org/changeset/base/255484 Log: Fix make bootstrapping with WITH_DEBUG_FILES= A HEAD buildworld on 9.x first bootstraps bmake, but this failed when building with standalone debug. Pass in the PRO

svn commit: r255486 - in head/lib/libc: gen sys

2013-09-11 Thread Bryan Drewery
Author: bdrewery (ports committer) Date: Thu Sep 12 00:53:38 2013 New Revision: 255486 URL: http://svnweb.freebsd.org/changeset/base/255486 Log: Consistently reference file descriptors as "fd". 55 other manpages used "fd", while these used "d" and "filedes". MFC after:1 week Approve

svn commit: r255487 - head/tools/tools/net80211/wlanstats

2013-09-11 Thread Hiren Panchasara
Author: hiren Date: Thu Sep 12 02:31:32 2013 New Revision: 255487 URL: http://svnweb.freebsd.org/changeset/base/255487 Log: We are exceeding default limit (256) of bracket nesting and clang does not like it. We should probably fix the code but appeasing clang with this fix for now. gcc does

Re: svn commit: r255457 - head/usr.sbin/pkg

2013-09-11 Thread Baptiste Daroussin
On Wed, Sep 11, 2013 at 09:56:11AM -0400, John Baldwin wrote: > On Wednesday, September 11, 2013 1:49:07 am Baptiste Daroussin wrote: > > On Tue, Sep 10, 2013 at 10:29:38PM -0500, Nathan Whitehorn wrote: > > > On 09/10/13 15:56, Baptiste Daroussin wrote: > > > > Author: bapt > > > > Date: Tue Sep 1