svn commit: r277562 - head/sbin/ping

2015-01-23 Thread Andrey V. Elsukov
Author: ae Date: Fri Jan 23 13:26:35 2015 New Revision: 277562 URL: https://svnweb.freebsd.org/changeset/base/277562 Log: After r270929 RAW IP code assumes that all IP fields are in network byte order. Fix ping(8) to pass an IP header with converted ip_off and ip_len fields, when IP_HDRINCL

svn commit: r277563 - head/sys/netinet

2015-01-23 Thread Will Andrews
Author: will Date: Fri Jan 23 14:28:12 2015 New Revision: 277563 URL: https://svnweb.freebsd.org/changeset/base/277563 Log: When a CARP state change is caused by an ifconfig request, log it accordingly. Suggested by: glebius MFC after:1 week MFC with: 277530 Modified: head/sy

Re: svn commit: r277530 - head/sys/netinet

2015-01-23 Thread Will Andrews
On Fri, Jan 23, 2015 at 02:03:53AM +0300, Gleb Smirnoff wrote: > Very nice, thanks! > > The only thing I'd suggest to change is "SIOCSVH". You and me, we understand > this enchantment word, but average user Joe doesn't. :) May be a text like > "user requested" or something else. I don't insist on

svn commit: r277564 - head/sys/netinet

2015-01-23 Thread Will Andrews
Author: will Date: Fri Jan 23 14:30:24 2015 New Revision: 277564 URL: https://svnweb.freebsd.org/changeset/base/277564 Log: Log hardware interface up/down as "hardware" rather than just "hw". Suggested by: glebius MFC after:1 week MFC with: 277530 Modified: head/sys/netinet/i

svn commit: r277565 - in head/sys/dev: agp cx dc

2015-01-23 Thread Kevin Lo
Author: kevlo Date: Fri Jan 23 15:14:30 2015 New Revision: 277565 URL: https://svnweb.freebsd.org/changeset/base/277565 Log: Remove break after return. Modified: head/sys/dev/agp/agp_nvidia.c head/sys/dev/cx/cxddk.c head/sys/dev/dc/if_dc.c Modified: head/sys/dev/agp/agp_nvidia.c

svn commit: r277566 - head/usr.sbin/iostat

2015-01-23 Thread Will Andrews
Author: will Date: Fri Jan 23 15:55:03 2015 New Revision: 277566 URL: https://svnweb.freebsd.org/changeset/base/277566 Log: Print transfer times for read, write, & overall independently. Round up calculated values for iops and average time per io to avoid a shifting display if there are 1

svn commit: r277567 - head/usr.sbin/config

2015-01-23 Thread Will Andrews
Author: will Date: Fri Jan 23 16:03:02 2015 New Revision: 277567 URL: https://svnweb.freebsd.org/changeset/base/277567 Log: Allow lists for "nooption" and "nooptions" keywords. usr.sbin/config/config.y According to config(5), the "device", "devices", "nodevice", "nodevices",

svn commit: r277568 - head/sys/arm/freescale/imx

2015-01-23 Thread Ian Lepore
Author: ian Date: Fri Jan 23 16:05:47 2015 New Revision: 277568 URL: https://svnweb.freebsd.org/changeset/base/277568 Log: Add pinctrl driver support for the encoded input register config words that the linux guys made up on the fly (but didn't document) last August. This type of encoded con

svn commit: r277569 - head/usr.bin/vmstat

2015-01-23 Thread Will Andrews
Author: will Date: Fri Jan 23 16:15:55 2015 New Revision: 277569 URL: https://svnweb.freebsd.org/changeset/base/277569 Log: Make "vmstat -i" respect the -c and -i options together. Submitted by: asomers MFC after:1 week Sponsored by: Spectra Logic MFSpectraBSD: 1066735 on 2014/0

svn commit: r277570 - head/usr.bin/vmstat

2015-01-23 Thread Will Andrews
Author: will Date: Fri Jan 23 16:18:39 2015 New Revision: 277570 URL: https://svnweb.freebsd.org/changeset/base/277570 Log: Use CLOCK_UPTIME to get the uptime instead of CLOCK_MONOTONIC. Submitted by: asomers MFC after:1 week Sponsored by: Spectra Logic MFSpectraBSD: 1066740 on 20

svn commit: r277571 - head/usr.bin/vmstat

2015-01-23 Thread Will Andrews
Author: will Date: Fri Jan 23 16:21:31 2015 New Revision: 277571 URL: https://svnweb.freebsd.org/changeset/base/277571 Log: Use clock_gettime to measure the time that we spent asleep during "vmstat -i" instead of assuming it's what we asked for. Submitted by: asomers MFC after:1 wee

svn commit: r277572 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 17:16:26 2015 New Revision: 277572 URL: https://svnweb.freebsd.org/changeset/base/277572 Log: MFC r275734: MFV r275542: If a dnode has a spill block and there is an error while accessing a data block then traverse_dnode() loses information about that error

svn commit: r277573 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 17:21:11 2015 New Revision: 277573 URL: https://svnweb.freebsd.org/changeset/base/277573 Log: MFC r275735: MFV r275543: Remove always true tests for ds->ds_phys' presence. Clean up assertions in dsl_dataset_disown. Remove unreachable code in dsl_da

svn commit: r277574 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 17:24:56 2015 New Revision: 277574 URL: https://svnweb.freebsd.org/changeset/base/277574 Log: MFC r275736: MFV r275544: Clean up some duplicated code in dnode_sync() around freeing spill blocks. Illumos issue: 5350 clean up code in dnode_sync() M

svn commit: r277575 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 17:31:41 2015 New Revision: 277575 URL: https://svnweb.freebsd.org/changeset/base/277575 Log: MFC r275737: MFV r275545: If zio_checksum_error() returns other than ECKSUM (e.g. EINVAL), it does not fill in the "zio_bad_cksum_t *info" parameter. Caller shou

svn commit: r277576 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 17:41:34 2015 New Revision: 277576 URL: https://svnweb.freebsd.org/changeset/base/277576 Log: MFC r275738: MFV r275546: Reduce scrub activities when system there is enough dirty data, namely when dirty data is more than zfs_vdev_async_write_active_min_dirt

svn commit: r277577 - stable/10/usr.sbin/ngctl

2015-01-23 Thread Gleb Smirnoff
Author: glebius Date: Fri Jan 23 17:49:16 2015 New Revision: 277577 URL: https://svnweb.freebsd.org/changeset/base/277577 Log: Merge r277258: plug mutex leak in ngctl(8). Modified: stable/10/usr.sbin/ngctl/main.c Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sb

svn commit: r277578 - stable/10/cddl/contrib/opensolaris/cmd/zfs

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 18:11:48 2015 New Revision: 277578 URL: https://svnweb.freebsd.org/changeset/base/277578 Log: MFC r274418 (gjb): Fix an mdoc(7) macro that is not an option in the provided description. Bump Dd. As CDDL License dictates, update the Copyright accor

svn commit: r277579 - head/sys/dev/acpica

2015-01-23 Thread Jung-uk Kim
Author: jkim Date: Fri Jan 23 18:12:44 2015 New Revision: 277579 URL: https://svnweb.freebsd.org/changeset/base/277579 Log: Revert r216942. This commit was premature and caused too many complaints. PR: 162859 MFC after:3 days Modified: head/sys/dev/acpica/acpi_ec.c Modi

svn commit: r277580 - stable/10/cddl/contrib/opensolaris/cmd/zfs

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 18:14:29 2015 New Revision: 277580 URL: https://svnweb.freebsd.org/changeset/base/277580 Log: MFC r275739: MFV r275547: Port Illumos 'zfs allow' examples update. While I'm there also fix a typo. Illumos issue: 4181 zfs(1m): 'zfs allow' examples

svn commit: r277581 - stable/10/sys/netpfil/pf

2015-01-23 Thread Gleb Smirnoff
Author: glebius Date: Fri Jan 23 18:15:15 2015 New Revision: 277581 URL: https://svnweb.freebsd.org/changeset/base/277581 Log: Merge r274709 by eri@: deal with IPv6 same way as we IPv4 and calculate the checksum before entering pf_test6(). PR: 172648, 179392 Modified: stable/

svn commit: r277582 - in stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 18:16:36 2015 New Revision: 277582 URL: https://svnweb.freebsd.org/changeset/base/277582 Log: MFC r275740: MFV r275548: Verify that the block pointer is structurally valid, before attempting to read it in. It can only be invalid in the case of a ZFS bug,

svn commit: r277583 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 18:23:19 2015 New Revision: 277583 URL: https://svnweb.freebsd.org/changeset/base/277583 Log: MFC r275748: MFV r247174: Expose arc_meta_limit, et al via kstats. Note that as a result, vfs.zfs.arc_meta_used is removed. The existing vfs.zfs.arc_meta_lim

svn commit: r277584 - in stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 18:28:37 2015 New Revision: 277584 URL: https://svnweb.freebsd.org/changeset/base/277584 Log: MFC r275781: MFV r275550: In addition to r273158, make the code in spa_sync() that checks if the current TXG is a no-op TXG less fragile. Illumos issue:

svn commit: r277585 - in stable/10: cddl/contrib/opensolaris/cmd/zdb sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 18:30:32 2015 New Revision: 277585 URL: https://svnweb.freebsd.org/changeset/base/277585 Log: MFC r275782: MFV r275551: Remove "dbuf phys" db->db_data pointer aliases. Use function accessors that cast db->db_data to the appropriate "phys" type, removi

svn commit: r277586 - in stable/10: cddl/contrib/opensolaris/cmd/zdb sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 18:33:50 2015 New Revision: 277586 URL: https://svnweb.freebsd.org/changeset/base/277586 Log: MFC r275811: MFV r275783: Convert ARC flags to use enum. Previously, public flags are defined in arc.h and private flags are defined in arc.c which can lead to c

svn commit: r277587 - stable/10/cddl/contrib/opensolaris/lib/libzfs/common

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 18:36:21 2015 New Revision: 277587 URL: https://svnweb.freebsd.org/changeset/base/277587 Log: MFC r275812: MFV r275784: Plug a memory leak in libzfs. In zfs_iter_bookmarks, an nvlist is allocated before calling lzc_get_bookmarks, which allocates the nvlis

svn commit: r277588 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 18:39:26 2015 New Revision: 277588 URL: https://svnweb.freebsd.org/changeset/base/277588 Log: MFC r275922: MFV r275914: As of r270383, the dbuf_compare comparator compares the dbuf attributes in the following order: db_level (indirect level)

svn commit: r277589 - in stable/10/cddl: contrib/opensolaris/lib/libnvpair lib/libnvpair

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 18:40:47 2015 New Revision: 277589 URL: https://svnweb.freebsd.org/changeset/base/277589 Log: MFC r275552: MFV r260710 + 275532: Add a new method, nvlist_print_json to allow libnvpair to emit JSON. Added: stable/10/cddl/contrib/opensolaris/lib/libnvpair/

svn commit: r277590 - stable/10/usr.bin/seq

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 18:42:05 2015 New Revision: 277590 URL: https://svnweb.freebsd.org/changeset/base/277590 Log: MFC r275918: Sync with NetBSD, mainly address NetBSD bug #43355: Fix valid_format() to be more careful about allowing only valid printf formats. Obtaine

svn commit: r277591 - stable/10/usr.sbin/nfsd

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 18:45:22 2015 New Revision: 277591 URL: https://svnweb.freebsd.org/changeset/base/277591 Log: MFC r276495: Fix markup for minthreads and maxthreads. PR: 196403 Modified: stable/10/usr.sbin/nfsd/nfsd.8 Directory Properties: stable/10/ (props changed)

svn commit: r277592 - in stable/10: contrib/file contrib/file/doc contrib/file/magic contrib/file/magic/Magdir contrib/file/python contrib/file/src contrib/file/tests lib/libmagic

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 18:48:59 2015 New Revision: 277592 URL: https://svnweb.freebsd.org/changeset/base/277592 Log: MFC r276577: MFV r276568: Update file to 5.22. Added: stable/10/contrib/file/magic/Magdir/qt - copied unchanged from r276577, head/contrib/file/magic/Magdir

svn commit: r277593 - in stable/9: contrib/file contrib/file/doc contrib/file/magic contrib/file/magic/Magdir contrib/file/python contrib/file/src contrib/file/tests lib/libmagic

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 18:50:36 2015 New Revision: 277593 URL: https://svnweb.freebsd.org/changeset/base/277593 Log: MFC r276577: MFV r276568: Update file to 5.22. Added: stable/9/contrib/file/magic/Magdir/qt - copied unchanged from r276577, head/contrib/file/magic/Magdir/

svn commit: r277595 - stable/10/sys/dev/syscons/daemon

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 18:55:24 2015 New Revision: 277595 URL: https://svnweb.freebsd.org/changeset/base/277595 Log: MFC r276795: Fix sos@'s name. Modified: stable/10/sys/dev/syscons/daemon/daemon_saver.c Directory Properties: stable/10/ (props changed) Modified: stable/10

svn commit: r277594 - head/sys/dev/acpica

2015-01-23 Thread Jung-uk Kim
Author: jkim Date: Fri Jan 23 18:55:04 2015 New Revision: 277594 URL: https://svnweb.freebsd.org/changeset/base/277594 Log: Simplify retry loops. No functional change. Modified: head/sys/dev/acpica/acpi_ec.c Modified: head/sys/dev/acpica/acpi_ec.c ===

svn commit: r277596 - stable/10

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 18:56:31 2015 New Revision: 277596 URL: https://svnweb.freebsd.org/changeset/base/277596 Log: MFC r276891: var/named/etc/namedb/working should be removed as part of namedb. Modified: stable/10/ObsoleteFiles.inc Directory Properties: stable/10/ (props

svn commit: r277597 - in stable/10: crypto/openssl crypto/openssl/crypto crypto/openssl/crypto/ecdsa crypto/openssl/crypto/x509v3 crypto/openssl/util secure/lib/libcrypto secure/lib/libcrypto/man s...

2015-01-23 Thread Jung-uk Kim
Author: jkim Date: Fri Jan 23 19:14:36 2015 New Revision: 277597 URL: https://svnweb.freebsd.org/changeset/base/277597 Log: MFC: r277270 Merge OpenSSL 1.0.1l. Relnotes: yes Modified: stable/10/crypto/openssl/CHANGES stable/10/crypto/openssl/Makefile stable/10/crypto

svn commit: r277598 - stable/10/secure/lib/libcrypto

2015-01-23 Thread Jung-uk Kim
Author: jkim Date: Fri Jan 23 19:17:04 2015 New Revision: 277598 URL: https://svnweb.freebsd.org/changeset/base/277598 Log: MFC: r277274 Update buildinf.h to make SSLeay_version(3) little bit more useful. Modified: stable/10/secure/lib/libcrypto/Makefile Directory Properties:

svn commit: r277599 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 19:19:34 2015 New Revision: 277599 URL: https://svnweb.freebsd.org/changeset/base/277599 Log: Note OpenSSL MFC. This is a direct commit to stable/10. Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_

Re: svn commit: r277570 - head/usr.bin/vmstat

2015-01-23 Thread Davide Italiano
On Fri, Jan 23, 2015 at 8:18 AM, Will Andrews wrote: > Author: will > Date: Fri Jan 23 16:18:39 2015 > New Revision: 277570 > URL: https://svnweb.freebsd.org/changeset/base/277570 > > Log: > Use CLOCK_UPTIME to get the uptime instead of CLOCK_MONOTONIC. > > Submitted by: asomers > MFC after:

svn commit: r277602 - head/release/doc/en_US.ISO8859-1/relnotes

2015-01-23 Thread Glen Barber
Author: gjb Date: Fri Jan 23 19:33:05 2015 New Revision: 277602 URL: https://svnweb.freebsd.org/changeset/base/277602 Log: Document r277166, ptrace(2) Altivec register support. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r277603 - head/release/doc/en_US.ISO8859-1/relnotes

2015-01-23 Thread Glen Barber
Author: gjb Date: Fri Jan 23 19:33:08 2015 New Revision: 277603 URL: https://svnweb.freebsd.org/changeset/base/277603 Log: Document r277458, support for cloud hosting providers added to the Release Engineering build tools. Sponsored by: The FreeBSD Foundation Modified: head/release/doc

svn commit: r277601 - head/release/doc/en_US.ISO8859-1/relnotes

2015-01-23 Thread Glen Barber
Author: gjb Date: Fri Jan 23 19:33:03 2015 New Revision: 277601 URL: https://svnweb.freebsd.org/changeset/base/277601 Log: Document r276881, libedit UTF-8 support. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release

svn commit: r277604 - head/release/doc/en_US.ISO8859-1/relnotes

2015-01-23 Thread Glen Barber
Author: gjb Date: Fri Jan 23 19:33:46 2015 New Revision: 277604 URL: https://svnweb.freebsd.org/changeset/base/277604 Log: Update the latest revision. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.IS

svn commit: r277606 - head/release

2015-01-23 Thread Colin Percival
Author: cperciva Date: Fri Jan 23 20:24:13 2015 New Revision: 277606 URL: https://svnweb.freebsd.org/changeset/base/277606 Log: Provide a recipe of "true" for building the "release" target once its prerequisites are satisfied, in order to avoid having an implicit rule triggered by the presen

svn commit: r277607 - vendor/gdb/dist/gdb

2015-01-23 Thread Pedro F. Giffuni
Author: pfg Date: Fri Jan 23 20:32:19 2015 New Revision: 277607 URL: https://svnweb.freebsd.org/changeset/base/277607 Log: GDB: Fix memset thinkos. 2005-03-25 Anthony Green * remote.c (remote_store_registers): Fix memset usage. * std-regs.c (value_of_builtin_frame_re

svn commit: r277608 - head/contrib/gdb/gdb

2015-01-23 Thread Pedro F. Giffuni
Author: pfg Date: Fri Jan 23 20:40:31 2015 New Revision: 277608 URL: https://svnweb.freebsd.org/changeset/base/277608 Log: MFV r277607: GDB: Fix memset thinkos. 2005-03-25 Anthony Green * remote.c (remote_store_registers): Fix memset usage. * std-regs.c (value_o

Re: svn commit: r277570 - head/usr.bin/vmstat

2015-01-23 Thread Will Andrews
On Fri, Jan 23, 2015 at 11:23:57AM -0800, Davide Italiano wrote: > What's the rationale behind this change? The rationale was to match the clock used to the name (and implied intent) of the variables used to store/manipulate the data. It's possible that 'uptime' is entirely the wrong term in vmst

svn commit: r277609 - head/release

2015-01-23 Thread Glen Barber
Author: gjb Date: Fri Jan 23 21:04:59 2015 New Revision: 277609 URL: https://svnweb.freebsd.org/changeset/base/277609 Log: When iterating through VMFORMATS, the VMBASE file is not removed or truncated to a zero-size file, which if used to create more than one disk image format, can result

Re: svn commit: r277606 - head/release

2015-01-23 Thread Ian Lepore
On Fri, 2015-01-23 at 20:24 +, Colin Percival wrote: > Author: cperciva > Date: Fri Jan 23 20:24:13 2015 > New Revision: 277606 > URL: https://svnweb.freebsd.org/changeset/base/277606 > > Log: > Provide a recipe of "true" for building the "release" target once its > prerequisites are satis

Re: svn commit: r277570 - head/usr.bin/vmstat

2015-01-23 Thread Ian Lepore
On Fri, 2015-01-23 at 13:56 -0700, Will Andrews wrote: > On Fri, Jan 23, 2015 at 11:23:57AM -0800, Davide Italiano wrote: > > What's the rationale behind this change? > > The rationale was to match the clock used to the name (and implied intent) > of the variables used to store/manipulate the data

svn commit: r277610 - in head: bin/ln lib/libc/include lib/libc/sys share/man/man4 sys/compat/freebsd32 sys/kern sys/sys usr.bin/kdump

2015-01-23 Thread Jilles Tjoelker
Author: jilles Date: Fri Jan 23 21:07:08 2015 New Revision: 277610 URL: https://svnweb.freebsd.org/changeset/base/277610 Log: Add futimens and utimensat system calls. The core kernel part is patch file utimes.2008.4.diff from pluk...@freebsd.org. I updated the code for API changes, added

Re: svn commit: r277606 - head/release

2015-01-23 Thread Garrett Cooper
On Jan 23, 2015, at 12:28, Ian Lepore wrote: > On Fri, 2015-01-23 at 20:24 +, Colin Percival wrote: >> Author: cperciva >> Date: Fri Jan 23 20:24:13 2015 >> New Revision: 277606 >> URL: https://svnweb.freebsd.org/changeset/base/277606 >> >> Log: >> Provide a recipe of "true" for building th

svn commit: r277611 - in head/sys: compat/freebsd32 kern sys

2015-01-23 Thread Jilles Tjoelker
Author: jilles Date: Fri Jan 23 21:08:24 2015 New Revision: 277611 URL: https://svnweb.freebsd.org/changeset/base/277611 Log: Run make sysent. Modified: head/sys/compat/freebsd32/freebsd32_proto.h head/sys/compat/freebsd32/freebsd32_syscall.h head/sys/compat/freebsd32/freebsd32_syscalls.c

Re: svn commit: r277606 - head/release

2015-01-23 Thread Colin Percival
On 01/23/15 12:28, Ian Lepore wrote: > On Fri, 2015-01-23 at 20:24 +, Colin Percival wrote: >> release:real-release vm-release cloudware-release >> +@true >> >> real-release: >> ${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} obj >> > > Wouldn't '.PHONY: release' be a better/more-correct

Re: svn commit: r277570 - head/usr.bin/vmstat

2015-01-23 Thread Davide Italiano
On Fri, Jan 23, 2015 at 12:56 PM, Will Andrews wrote: > On Fri, Jan 23, 2015 at 11:23:57AM -0800, Davide Italiano wrote: >> What's the rationale behind this change? > > The rationale was to match the clock used to the name (and implied intent) > of the variables used to store/manipulate the data.

svn commit: r277612 - head

2015-01-23 Thread Ed Maste
Author: emaste Date: Fri Jan 23 21:34:08 2015 New Revision: 277612 URL: https://svnweb.freebsd.org/changeset/base/277612 Log: Restore addr2line to cross tools Addr2line is not required for the build, and a per-arch binary is no longer required with the switch to the ELF Tool Chain. Howeve

Re: svn commit: r277570 - head/usr.bin/vmstat

2015-01-23 Thread Alan Somers
On Fri, Jan 23, 2015 at 2:18 PM, Davide Italiano wrote: > On Fri, Jan 23, 2015 at 12:56 PM, Will Andrews wrote: >> On Fri, Jan 23, 2015 at 11:23:57AM -0800, Davide Italiano wrote: >>> What's the rationale behind this change? >> >> The rationale was to match the clock used to the name (and implied

Re: svn commit: r277606 - head/release

2015-01-23 Thread Glen Barber
On Fri, Jan 23, 2015 at 01:28:52PM -0700, Ian Lepore wrote: > On Fri, 2015-01-23 at 20:24 +, Colin Percival wrote: > > Author: cperciva > > Date: Fri Jan 23 20:24:13 2015 > > New Revision: 277606 > > URL: https://svnweb.freebsd.org/changeset/base/277606 > > > > Log: > > Provide a recipe of "

svn commit: r277617 - stable/9/contrib/ofed

2015-01-23 Thread Garrett Cooper
Author: ngie Date: Fri Jan 23 22:39:27 2015 New Revision: 277617 URL: https://svnweb.freebsd.org/changeset/base/277617 Log: MFC r276806: Remove unnecessary .include of bsd.own.mk Sponsored by: EMC / Isilon Storage Division Modified: stable/9/contrib/ofed/Makefile Directory Prope

svn commit: r277618 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-01-23 Thread Xin LI
Author: delphij Date: Fri Jan 23 22:46:07 2015 New Revision: 277618 URL: https://svnweb.freebsd.org/changeset/base/277618 Log: MFC r275923: Add missing continue: we can't proceed further if the kernel does not panic with zfs_panic_recover. Illumos issue: 5438 zfs_blkptr_verify

svn commit: r277619 - stable/9/contrib/ofed/usr.lib/libibcm

2015-01-23 Thread Garrett Cooper
Author: ngie Date: Fri Jan 23 23:09:38 2015 New Revision: 277619 URL: https://svnweb.freebsd.org/changeset/base/277619 Log: MFC r276804: Fix 'make depend' before infiniband headers have been installed to build host by removing space between -I and the header directory Sponsore

svn commit: r277622 - head/sys/boot/i386/libfirewire

2015-01-23 Thread Will Andrews
Author: will Date: Fri Jan 23 23:53:56 2015 New Revision: 277622 URL: https://svnweb.freebsd.org/changeset/base/277622 Log: Fix panic in firewire and creation of invalid config ROM. (This change was supposed to be included in r277508.) sys/boot/i386/libfirewire/firewire.c: Fix con

svn commit: r277624 - head/usr.sbin/config

2015-01-23 Thread Will Andrews
Author: will Date: Sat Jan 24 00:04:34 2015 New Revision: 277624 URL: https://svnweb.freebsd.org/changeset/base/277624 Log: Bump config(8) minor version for r277567. Config files built using this version that take advantage of the bugfix won't be buildable using older config(8). Subm

svn commit: r277625 - stable/10/sys/kern

2015-01-23 Thread Xin LI
Author: delphij Date: Sat Jan 24 00:27:50 2015 New Revision: 277625 URL: https://svnweb.freebsd.org/changeset/base/277625 Log: MFC r276904: Improve style and fix a possible use-after-free case introduced in r268384 by reinitializing the 'freestate' pointer after freeing the memory. O

svn commit: r277626 - head/sys/amd64/vmm/amd

2015-01-23 Thread Neel Natu
Author: neel Date: Sat Jan 24 00:35:49 2015 New Revision: 277626 URL: https://svnweb.freebsd.org/changeset/base/277626 Log: Add macro to identify AVIC capability (advanced virtual interrupt controller) in AMD processors. Submitted by: Dmitry Luhtionov (dmitryluhtio...@gmail.com) Modified

svn commit: r277627 - in head/etc/tests: . rc.d

2015-01-23 Thread Will Andrews
Author: will Date: Sat Jan 24 00:37:41 2015 New Revision: 277627 URL: https://svnweb.freebsd.org/changeset/base/277627 Log: Add routing_test:static_ipv6_loopback_route_for_each_fib. It tests that all FIBs get a static IPv6 loopback route. Submitted by: asomers MFC after:1 week Spo

svn commit: r277628 - stable/10/cddl/contrib/opensolaris/cmd/zpool

2015-01-23 Thread Steven Hartland
Author: smh Date: Sat Jan 24 00:40:42 2015 New Revision: 277628 URL: https://svnweb.freebsd.org/changeset/base/277628 Log: MFC r276194: Prevent zpool upgrade failing due to unavailable pools Sponsored by: Multiplay Modified: stable/10/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c Dir

svn commit: r277629 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-01-23 Thread Will Andrews
Author: will Date: Sat Jan 24 00:43:02 2015 New Revision: 277629 URL: https://svnweb.freebsd.org/changeset/base/277629 Log: When creating or updating a node, use vfs_timestamp() for "now" instead of gethrestime(), to allow the administrator to decide the appropriate timestamp precision inste

svn commit: r277632 - head/sys/arm/ti/am335x

2015-01-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Jan 24 01:53:28 2015 New Revision: 277632 URL: https://svnweb.freebsd.org/changeset/base/277632 Log: After interrupt read value from register to make sure it reached hardware. This should fix "Spurious inteerupt" message Suggested by ian@ Modified: head/sys/arm

svn commit: r277633 - head/sys/powerpc/aim

2015-01-23 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Jan 24 01:58:15 2015 New Revision: 277633 URL: https://svnweb.freebsd.org/changeset/base/277633 Log: Fix typo in r277561. Modified: head/sys/powerpc/aim/machdep.c Modified: head/sys/powerpc/aim/machdep.c ===

svn commit: r277636 - stable/9/contrib/ofed/management/opensm/osmtest

2015-01-23 Thread Garrett Cooper
Author: ngie Date: Sat Jan 24 03:04:08 2015 New Revision: 277636 URL: https://svnweb.freebsd.org/changeset/base/277636 Log: MFC r277272: Don't call abort on usage errors; print out the usage message instead PR: 196793 Sponsored by: EMC / Isilon Storage Division Modified: sta

svn commit: r277637 - in head/sys: conf modules/cxgbe/if_cxgbe

2015-01-23 Thread Navdeep Parhar
Author: np Date: Sat Jan 24 04:41:14 2015 New Revision: 277637 URL: https://svnweb.freebsd.org/changeset/base/277637 Log: Make sure the compiler flag to get cxgbe(4) to compile with gcc is used only when gcc is being used. This is what r277225 should have been. Suggested by: dim@ Modifi

WITHOUT_CASPER not working anymore ? Re: svn commit: r276788 - in head: contrib/tcpdump contrib/tcpdump/lbl contrib/tcpdump/missing usr.sbin/tcpdump/tcpdump

2015-01-23 Thread Luigi Rizzo
Not that i mind if it is intentional (though it seems not), but after this commit tcpdump does not build anymore with -DWITHOUT_CASPER. To be precise, the failure is when you do a buildworld with WITHOUT_CASPER, which does not install the libcapsicum headers. I understand that there is a change i

Re: WITHOUT_CASPER not working anymore ? Re: svn commit: r276788 - in head: contrib/tcpdump contrib/tcpdump/lbl contrib/tcpdump/missing usr.sbin/tcpdump/tcpdump

2015-01-23 Thread Garrett Cooper
On Jan 23, 2015, at 20:52, Luigi Rizzo wrote: > Not that i mind if it is intentional (though it seems not), but after this > commit tcpdump does not build anymore with -DWITHOUT_CASPER. > > To be precise, the failure is when you do a buildworld with WITHOUT_CASPER, > which does not install the l

svn commit: r277638 - head/contrib/tcpdump

2015-01-23 Thread Xin LI
Author: delphij Date: Sat Jan 24 06:06:46 2015 New Revision: 277638 URL: https://svnweb.freebsd.org/changeset/base/277638 Log: Don't include libcapsicum headers when requested. Reported by: luigi MFC after:14 days X-MFC-with: r276788 Modified: head/contrib/tcpdump/tcpdump.c M

svn commit: r277639 - stable/10/release/picobsd/build

2015-01-23 Thread Luigi Rizzo
Author: luigi Date: Sat Jan 24 06:11:13 2015 New Revision: 277639 URL: https://svnweb.freebsd.org/changeset/base/277639 Log: use the same version as in HEAD (among other things, the -v flag to make is long since unsupported) Modified: stable/10/release/picobsd/build/picobsd Modified: stabl