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

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

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

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

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: 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: 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: 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: 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: 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: 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

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 "

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

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 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.

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

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 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: 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 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: 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: 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: 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

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: 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: 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: 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: 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

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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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

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: 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

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