svn commit: r253449 - in head/sys/ofed: drivers/net/mlx4 include/linux

2013-07-18 Thread John Baldwin
Author: jhb Date: Thu Jul 18 14:06:01 2013 New Revision: 253449 URL: http://svnweb.freebsd.org/changeset/base/253449 Log: Rework the previous fix for the IB vs Ethernet sysctl handler to be more generic and apply to all sysfs attributes: - Use sysctl_handle_string() instead of reimplementing

svn commit: r253450 - head/sys/dev/pci

2013-07-18 Thread John Baldwin
Author: jhb Date: Thu Jul 18 15:17:11 2013 New Revision: 253450 URL: http://svnweb.freebsd.org/changeset/base/253450 Log: Properly handle I/O windows in bridges with the ISA enable bit set. These beasts still exist unfortunately. More details can be found in other references, but the short

svn commit: r253451 - in head/contrib/binutils: binutils include/elf

2013-07-18 Thread Ed Maste
Author: emaste Date: Thu Jul 18 17:25:50 2013 New Revision: 253451 URL: http://svnweb.freebsd.org/changeset/base/253451 Log: Handle FreeBSD-specific ELF notes Add a function to return the specific type, when the note's Name field is 'FreeBSD'. r249558 added FreeBSD-specific ELF note

Re: svn commit: r253451 - in head/contrib/binutils: binutils include/elf

2013-07-18 Thread Konstantin Belousov
On Thu, Jul 18, 2013 at 05:25:50PM +, Ed Maste wrote: > Author: emaste > Date: Thu Jul 18 17:25:50 2013 > New Revision: 253451 > URL: http://svnweb.freebsd.org/changeset/base/253451 > > Log: > Handle FreeBSD-specific ELF notes > > Add a function to return the specific type, when the not

svn commit: r253452 - head/usr.sbin/bhyve

2013-07-18 Thread Peter Grehan
Author: grehan Date: Thu Jul 18 18:40:54 2013 New Revision: 253452 URL: http://svnweb.freebsd.org/changeset/base/253452 Log: Sanity-check the vm exitcode, and exit the process if it's out-of-bounds or there is no registered handler. Submitted by: Bela Lubkin bela dot lubkin at tidalscal

svn commit: r253453 - head/contrib/binutils/binutils

2013-07-18 Thread Ed Maste
Author: emaste Date: Thu Jul 18 19:17:58 2013 New Revision: 253453 URL: http://svnweb.freebsd.org/changeset/base/253453 Log: Remove accidentally cut-and-pasted colons Modified: head/contrib/binutils/binutils/readelf.c Modified: head/contrib/binutils/binutils/readelf.c ===

Re: svn commit: r253441 - in head: cddl/contrib/opensolaris/cmd/zpool sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-07-18 Thread Steven Hartland
- Original Message - From: "Xin Li" -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 07/17/13 17:34, Steven Hartland wrote: This is an interesting change, could this not cause serious issues when we try to read / write to a disk with an incompatible block size? No, it's safe to use

svn commit: r253454 - head/contrib/binutils/binutils

2013-07-18 Thread Ed Maste
Author: emaste Date: Thu Jul 18 20:36:21 2013 New Revision: 253454 URL: http://svnweb.freebsd.org/changeset/base/253454 Log: Correct alignment in note output Modified: head/contrib/binutils/binutils/readelf.c Modified: head/contrib/binutils/binutils/readelf.c

svn commit: r253455 - head/usr.sbin/pciconf

2013-07-18 Thread Jung-uk Kim
Author: jkim Date: Thu Jul 18 20:59:58 2013 New Revision: 253455 URL: http://svnweb.freebsd.org/changeset/base/253455 Log: Decode PCIe ASPM capability and status. Modified: head/usr.sbin/pciconf/cap.c Modified: head/usr.sbin/pciconf/cap.c =

svn commit: r253456 - head/usr.bin/kdump

2013-07-18 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Jul 18 21:56:10 2013 New Revision: 253456 URL: http://svnweb.freebsd.org/changeset/base/253456 Log: - Make localtime(3) to work in sandbox. - Move strerror(3) initialization to its own function. Modified: head/usr.bin/kdump/kdump.c Modified: head/usr.bin/kdump/kdump.c

svn commit: r253457 - head/usr.bin/uniq

2013-07-18 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Jul 18 22:11:27 2013 New Revision: 253457 URL: http://svnweb.freebsd.org/changeset/base/253457 Log: Close uniq(1) in the capability mode sandbox and limit descriptors using capability rights. Modified: head/usr.bin/uniq/uniq.c Modified: head/usr.bin/uniq/uniq.c ==

svn commit: r253458 - head/sbin/nvmecontrol

2013-07-18 Thread Jim Harris
Author: jimharris Date: Thu Jul 18 23:12:44 2013 New Revision: 253458 URL: http://svnweb.freebsd.org/changeset/base/253458 Log: Simplify open_dev() by returning errno values rather than just 0 or 1. Also remove stat() call and just rely on errno from open() call to discern whether dev nod

svn commit: r253459 - head/sbin/nvmecontrol

2013-07-18 Thread Jim Harris
Author: jimharris Date: Thu Jul 18 23:25:57 2013 New Revision: 253459 URL: http://svnweb.freebsd.org/changeset/base/253459 Log: Use _PATH_DEV (from paths.h) for the "/dev/" string, rather than hard-coding it. Sponsored by: Intel Suggested by: kib Reviewed by: kib, carl MFC after:

svn commit: r253460 - head/sys/dev/mps

2013-07-18 Thread Scott Long
Author: scottl Date: Fri Jul 19 00:12:41 2013 New Revision: 253460 URL: http://svnweb.freebsd.org/changeset/base/253460 Log: Overhaul error, information, and debug logging. Obtained from:Netflix MFC after:3 days Modified: head/sys/dev/mps/mps.c head/sys/dev/mps/mps_mappin

svn commit: r253461 - head/contrib/binutils/binutils

2013-07-18 Thread Ed Maste
Author: emaste Date: Fri Jul 19 01:04:17 2013 New Revision: 253461 URL: http://svnweb.freebsd.org/changeset/base/253461 Log: Correct ELF note decoding for non-core files Requested by: kib Modified: head/contrib/binutils/binutils/readelf.c Modified: head/contrib/binutils/binutils/readelf

svn commit: r253469 - head/lib/libgeom

2013-07-18 Thread Scott Long
Author: scottl Date: Fri Jul 19 06:42:15 2013 New Revision: 253469 URL: http://svnweb.freebsd.org/changeset/base/253469 Log: Since there's no defined schema for the XML that's generated by the kern.geom.confxml sysctl, it's silly to warn about tags in libgeom, especially since libgeom exists