Author: adrian
Date: Wed Jun 12 06:01:53 2013
New Revision: 251643
URL: http://svnweb.freebsd.org/changeset/base/251643
Log:
Remove the AR9285 specific structure for LNA diversity and use the HAL.
The AR9300 HAL update included the LNA diversity configuration information
so it can be used
On Tue, 11 Jun 2013, John Baldwin wrote:
Log:
Bump the CPU/WCPU column width by one so that it fits values from 100% up
to 999.99% CPU. It still won't be aligned if you have a multithreaded
process using more than 1000% CPU (e.g. idle process on an idle 12-way
system), but 100% is a common
Author: eadler
Date: Tue Jun 11 21:47:16 2013
New Revision: 251640
URL: http://svnweb.freebsd.org/changeset/base/251640
Log:
Merge latest NetBSD changes.
This adds some new NetBSD releases and makes some simple formatting changes.
With this commit NetBSD and FreeBSD should have identical
Author: jilles
Date: Tue Jun 11 21:40:20 2013
New Revision: 251639
URL: http://svnweb.freebsd.org/changeset/base/251639
Log:
pthread_testcancel(3): Update list of cancellation points.
This should be a fairly complete list of cancellation points in libc, libthr
and librt, including standar
Author: np
Date: Tue Jun 11 21:20:23 2013
New Revision: 251638
URL: http://svnweb.freebsd.org/changeset/base/251638
Log:
cxgbe/tom: Allow caller to select the queue (control or data) used to
send the CPL_SET_TCB_FIELD request in t4_set_tcb_field().
MFC after:1 week
Modified:
head/s
Author: jhb
Date: Tue Jun 11 20:00:49 2013
New Revision: 251637
URL: http://svnweb.freebsd.org/changeset/base/251637
Log:
Borrow the algorithm from kvm_getprocs() to fix procstat_getprocs() to
handle the case where the process tables grows in between the calls to
fetch the size and fetch the
Author: delphij
Date: Tue Jun 11 19:35:44 2013
New Revision: 251636
URL: http://svnweb.freebsd.org/changeset/base/251636
Log:
MFV r251626:
ZFS event processing should work on R/O root filesystems
Illumos ZFS issues:
3749 zfs event processing should work on R/O root filesystems
Author: delphij
Date: Tue Jun 11 19:29:31 2013
New Revision: 251635
URL: http://svnweb.freebsd.org/changeset/base/251635
Log:
MFV r251624:
txg commit callbacks don't work
Illumos ZFS issues:
3747 txg commit callbacks don't work
MFC after: 2 weeks
Modified:
head/cddl/co
Author: delphij
Date: Tue Jun 11 19:25:49 2013
New Revision: 251634
URL: http://svnweb.freebsd.org/changeset/base/251634
Log:
MFV r251623:
zpool create should treat -O mountpoint and -m the same
Illumos ZFS issues:
3745 zpool create should treat -O mountpoint and -m the same
M
Author: delphij
Date: Tue Jun 11 19:22:20 2013
New Revision: 251633
URL: http://svnweb.freebsd.org/changeset/base/251633
Log:
MFV r251622:
ZFS shouldn't ignore errors unmounting snapshots
Illumos ZFS issues:
3744 zfs shouldn't ignore errors unmounting snapshots
MFC after:
Author: delphij
Date: Tue Jun 11 19:16:14 2013
New Revision: 251632
URL: http://svnweb.freebsd.org/changeset/base/251632
Log:
MFV r251621:
ZFS needs a refcount audit
Illumos ZFS issues:
3741 zfs needs a refcount audit
MFC after: 2 weeks
Modified:
head/sys/cddl/contrib/
Author: jhb
Date: Tue Jun 11 19:05:29 2013
New Revision: 251630
URL: http://svnweb.freebsd.org/changeset/base/251630
Log:
Bump the CPU/WCPU column width by one so that it fits values from 100% up
to 999.99% CPU. It still won't be aligned if you have a multithreaded
process using more than 1
Author: delphij
Date: Tue Jun 11 19:12:06 2013
New Revision: 251631
URL: http://svnweb.freebsd.org/changeset/base/251631
Log:
MFV r251620:
ZFS comments need cleaner, more consistent style
Illumos ZFS issues:
3741 zfs comments need cleaner, more consistent style
MFC after:
Author: ghelmer
Date: Tue Jun 11 18:46:46 2013
New Revision: 251627
URL: http://svnweb.freebsd.org/changeset/base/251627
Log:
Add the name of the file that could not be opened to the error message
regarding the failure.
Suggested while working on PR bin/113239.
Modified:
head/libexec/a
Author: ghelmer
Date: Tue Jun 11 18:43:27 2013
New Revision: 251625
URL: http://svnweb.freebsd.org/changeset/base/251625
Log:
Prevent races running the queue by serializing access to the
queue directory.
PR: bin/113239
Modified:
head/libexec/atrun/atrun.c
Modified: head/libe
Author: flo (ports committer)
Date: Tue Jun 11 17:46:32 2013
New Revision: 251618
URL: http://svnweb.freebsd.org/changeset/base/251618
Log:
Move the check whether the clear flag is set. This has 2 advantages
- When operating on a core file (-M) and -c is specified we don't clear
the mes
Author: jhb
Date: Tue Jun 11 15:37:07 2013
New Revision: 251617
URL: http://svnweb.freebsd.org/changeset/base/251617
Log:
Store a reference to the vnode associated with a file descriptor in the
linux_file structure and use it instead of directly accessing td_fpop
when destroying the linux_fi
On Tue, Jun 11, 2013 at 7:21 AM, Konstantin Belousov
wrote:
> On Tue, Jun 11, 2013 at 01:10:52AM +0200, Olivier Houchard wrote:
>> On Mon, Jun 10, 2013 at 11:13:58PM +0200, Olivier Houchard wrote:
>> > On Mon, Jun 10, 2013 at 10:37:36PM +0300, Konstantin Belousov wrote:
>> > > On Mon, Jun 10, 2013
Author: mav
Date: Tue Jun 11 10:06:07 2013
New Revision: 251616
URL: http://svnweb.freebsd.org/changeset/base/251616
Log:
Don't update provider properties and don't set DISKFLAG_OPEN if d_open()
disk method call returned error. GEOM considers devices in such case as
still closed, and won't
On Tue, Jun 11, 2013 at 7:21 AM, Konstantin Belousov
wrote:
> On Tue, Jun 11, 2013 at 01:10:52AM +0200, Olivier Houchard wrote:
>> On Mon, Jun 10, 2013 at 11:13:58PM +0200, Olivier Houchard wrote:
>> > On Mon, Jun 10, 2013 at 10:37:36PM +0300, Konstantin Belousov wrote:
>> > > On Mon, Jun 10, 2013
20 matches
Mail list logo