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
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
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.
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
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
==
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:
[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
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
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
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
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
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
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
13 matches
Mail list logo