Re: svn commit: r253442 - head/tools/regression/aio/aiop

2013-07-18 Thread Bruce Evans
On Thu, 18 Jul 2013, Kevin Lo wrote: Log: Replace PRId64 with jd in a printf call. Cast the corresponding value to intmax_t, because the original type is off_t. Reported by: bde Thanks, but it still includes inttypes.h for the definition of PRId64. Use of inttypes.h instead of stdint.h

svn commit: r253447 - head/tools/regression/aio/aiop

2013-07-18 Thread Kevin Lo
Author: kevlo Date: Thu Jul 18 06:32:19 2013 New Revision: 253447 URL: http://svnweb.freebsd.org/changeset/base/253447 Log: Include stdint.h when use intmax_t. Reported by: bde Modified: head/tools/regression/aio/aiop/aiop.c Modified: head/tools/regression/aio/aiop/aiop.c

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

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

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 note's Name

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

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 delp...@delphij.net -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?

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:

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

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

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:

svn commit: r253462 - stable/9/release

2013-07-18 Thread Hiroki Sato
Author: hrs Date: Fri Jul 19 02:54:23 2013 New Revision: 253462 URL: http://svnweb.freebsd.org/changeset/base/253462 Log: Add cdrom.inf into CD/DVD installation media. sysinstall(8) requires this file to recognize the volume number. Approved by: re (marius) Modified:

svn commit: r253464 - stable/9/sys/dev/usb/controller

2013-07-18 Thread Konstantin Belousov
Author: kib Date: Fri Jul 19 05:28:47 2013 New Revision: 253464 URL: http://svnweb.freebsd.org/changeset/base/253464 Log: MFC r253398: Add a tunable to force disable MSI use for xhci(4). Approved by: re (delphij) Modified: stable/9/sys/dev/usb/controller/xhci_pci.c Directory

svn commit: r253465 - stable/9/sys/ufs/ffs

2013-07-18 Thread Konstantin Belousov
Author: kib Date: Fri Jul 19 05:32:08 2013 New Revision: 253465 URL: http://svnweb.freebsd.org/changeset/base/253465 Log: MFC r253280: Only copy as much bytes as there in superblock, instead of the full block copy, when copying the superblock into the snapshot. UFS1 does not align