svn commit: r282895 - stable/9/sys/netinet6

2015-05-14 Thread Andrey V. Elsukov
Author: ae Date: Thu May 14 11:52:27 2015 New Revision: 282895 URL: https://svnweb.freebsd.org/changeset/base/282895 Log: MFC r282578: Mark data checksum as valid for multicast packets, that we send back to myself via simloop. Also remove duplicate check under #ifdef DIAGNOSTIC.

svn commit: r282897 - head/sys/dev/sfxge

2015-05-14 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 14 12:59:17 2015 New Revision: 282897 URL: https://svnweb.freebsd.org/changeset/base/282897 Log: sfxge: add missing const qualifier to sfxge_link_mode Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Modified:

svn commit: r282903 - head/sys/dev/sfxge

2015-05-14 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 14 14:16:09 2015 New Revision: 282903 URL: https://svnweb.freebsd.org/changeset/base/282903 Log: sfxge: advertise IPv6 Rx and Tx checksum offload support Tx checksum offload may be enabled/disabled. Sponsored by: Solarflare Communications, Inc. MFC

svn commit: r282905 - head/share/vt/keymaps

2015-05-14 Thread Ed Maste
Author: emaste Date: Thu May 14 14:40:01 2015 New Revision: 282905 URL: https://svnweb.freebsd.org/changeset/base/282905 Log: Restore 'he' language code for Hebrew kbdmap(1) menu title MFC after:1 week Sponsored by: The FreeBSD Foundation Modified:

svn commit: r282896 - head/sys/boot/efi/loader/arch/arm

2015-05-14 Thread Andrew Turner
Author: andrew Date: Thu May 14 12:43:39 2015 New Revision: 282896 URL: https://svnweb.freebsd.org/changeset/base/282896 Log: Remove OUTPUT_FORMAT from theARM EFI linker script, it breaks building for big-endian arm. Modified: head/sys/boot/efi/loader/arch/arm/ldscript.arm Modified:

svn commit: r282901 - in head: sys/amd64/conf sys/arm64/conf sys/conf sys/i386/conf sys/kern sys/pc98/conf sys/powerpc/conf sys/sparc64/conf usr.bin/rctl

2015-05-14 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 14 14:03:55 2015 New Revision: 282901 URL: https://svnweb.freebsd.org/changeset/base/282901 Log: Build GENERIC with RACCT/RCTL support by default. Note that it still needs to be enabled by adding kern.racct.enable=1 to /boot/loader.conf. Differential

svn commit: r282900 - head/sys/dev/sfxge

2015-05-14 Thread Andrew Rybchenko
Author: arybchik Date: Thu May 14 13:49:00 2015 New Revision: 282900 URL: https://svnweb.freebsd.org/changeset/base/282900 Log: sfxge: IPv4 Tx checksum offload may be disabled in fact Split IFCAP_HWCSUM to IFCAP_RXCSUM and IFCAP_TXCSUM to highlight Tx and Rx. Sponsored by:

svn commit: r282898 - head/share/vt/keymaps

2015-05-14 Thread Ed Maste
Author: emaste Date: Thu May 14 13:27:24 2015 New Revision: 282898 URL: https://svnweb.freebsd.org/changeset/base/282898 Log: Correct UTF-8 encoding in Británico One á was ISO 8859-1 0xE1 instead of UTF-8 0xC3 0xA1. Modified: head/share/vt/keymaps/INDEX.keymaps Modified:

svn commit: r282902 - in head/share: syscons/keymaps vt/keymaps

2015-05-14 Thread Ed Maste
Author: emaste Date: Thu May 14 14:07:44 2015 New Revision: 282902 URL: https://svnweb.freebsd.org/changeset/base/282902 Log: Correct language code -- Danish is English The menu entry Danish ISO-8859-1 (macbook) was first added to the syscons(4) INDEX.keymaps in r241851 with no language

svn commit: r282904 - head/usr.sbin/kbdmap

2015-05-14 Thread Ed Maste
Author: emaste Date: Thu May 14 14:20:50 2015 New Revision: 282904 URL: https://svnweb.freebsd.org/changeset/base/282904 Log: kbdmap(1): increase description size to 256 bytes After conversion to UTF-8 some INDEX.keymaps descriptions are longer than the previous limit of 64 bytes.

Re: svn commit: r282914 - head/share/vt/keymaps

2015-05-14 Thread Sergey Kandaurov
On 14 May 2015 at 21:09, Ed Maste ema...@freebsd.org wrote: Author: emaste Date: Thu May 14 18:09:56 2015 New Revision: 282914 URL: https://svnweb.freebsd.org/changeset/base/282914 Log: kbdmap(1): Correct menu title: keyboards have a layout, not a language MFC after:2 weeks

svn commit: r282913 - vendor/elftoolchain/elftoolchain-r3197

2015-05-14 Thread Ed Maste
Author: emaste Date: Thu May 14 17:50:20 2015 New Revision: 282913 URL: https://svnweb.freebsd.org/changeset/base/282913 Log: Tag elftoolchain-r3197 Added: - copied from r282912, vendor/elftoolchain/dist/ Directory Properties: vendor/elftoolchain/elftoolchain-r3197/ (props changed)

svn commit: r282912 - head

2015-05-14 Thread Baptiste Daroussin
Author: bapt Date: Thu May 14 17:49:01 2015 New Revision: 282912 URL: https://svnweb.freebsd.org/changeset/base/282912 Log: libyaml.so.1 are actually libraries and should only be removed during make delete-old-libs Reported by: rpaulo Modified: head/ObsoleteFiles.inc Modified:

svn commit: r282910 - head

2015-05-14 Thread Rui Paulo
Author: rpaulo Date: Thu May 14 17:37:10 2015 New Revision: 282910 URL: https://svnweb.freebsd.org/changeset/base/282910 Log: ObsoleteFiles: add lib32 entries for libyaml missed in r262407. Pointy hat: bapt Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r282911 - in vendor/elftoolchain/dist: . addr2line ar brandelf common cxxfilt elfcopy elfdump findtextrel isa libdwarf libelf libelftc nm readelf size strings test/ar/plugin test/elfcop...

2015-05-14 Thread Ed Maste
Author: emaste Date: Thu May 14 17:48:57 2015 New Revision: 282911 URL: https://svnweb.freebsd.org/changeset/base/282911 Log: Import ELF Tool Chain revision 3197 From http://svn.code.sf.net/p/elftoolchain/code Modified: vendor/elftoolchain/dist/INSTALL

svn commit: r282916 - in head: sys/sys usr.bin/elfdump

2015-05-14 Thread Ed Maste
Author: emaste Date: Thu May 14 18:29:05 2015 New Revision: 282916 URL: https://svnweb.freebsd.org/changeset/base/282916 Log: Add ELF machine EM_IAMCU, 32-bit Intel MCU It is e_machine 6, which was previously reserved for 486. Modified: head/sys/sys/elf_common.h

svn commit: r282915 - stable/10/usr.sbin/mountd

2015-05-14 Thread Simon J. Gerraty
Author: sjg Date: Thu May 14 18:15:21 2015 New Revision: 282915 URL: https://svnweb.freebsd.org/changeset/base/282915 Log: No need to delete export from filesystems which are not exported. Modified: stable/10/usr.sbin/mountd/mountd.c Modified: stable/10/usr.sbin/mountd/mountd.c

svn commit: r282909 - in head/lib/libc/aarch64: . gen

2015-05-14 Thread Ed Maste
Author: emaste Date: Thu May 14 17:12:45 2015 New Revision: 282909 URL: https://svnweb.freebsd.org/changeset/base/282909 Log: Add fabs() to arm64 libc Sponsored by: The FreeBSD Foundation Differential Revision:https://reviews.freebsd.org/D2532 Added:

svn commit: r282914 - head/share/vt/keymaps

2015-05-14 Thread Ed Maste
Author: emaste Date: Thu May 14 18:09:56 2015 New Revision: 282914 URL: https://svnweb.freebsd.org/changeset/base/282914 Log: kbdmap(1): Correct menu title: keyboards have a layout, not a language MFC after:2 weeks Sponsored by: The FreeBSD Foundation Differential Revision:

Re: svn commit: r282914 - head/share/vt/keymaps

2015-05-14 Thread Ed Maste
On 14 May 2015 at 14:33, Sergey Kandaurov pluk...@freebsd.org wrote: On 14 May 2015 at 21:09, Ed Maste ema...@freebsd.org wrote: Author: emaste Date: Thu May 14 18:09:56 2015 New Revision: 282914 URL: https://svnweb.freebsd.org/changeset/base/282914 Log: kbdmap(1): Correct menu title:

svn commit: r282908 - head/sys/dev/xen/netfront

2015-05-14 Thread Roger Pau Monné
Author: royger Date: Thu May 14 16:29:11 2015 New Revision: 282908 URL: https://svnweb.freebsd.org/changeset/base/282908 Log: netfront: wait for backend to connect before sending ARP Netfront has to wait for the backend to switch to state XenbusStateConnected before sending the ARP

svn commit: r282907 - head/sys/sys

2015-05-14 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 14 15:49:48 2015 New Revision: 282907 URL: https://svnweb.freebsd.org/changeset/base/282907 Log: Add new __unreachable() builtin This is one of the few post gcc4.2 builtins that has been implemented by clang: __builtin_unreachable is used to indicate that a

svn commit: r282906 - head/sys/kern

2015-05-14 Thread Jonathan Anderson
Author: jonathan Date: Thu May 14 15:14:03 2015 New Revision: 282906 URL: https://svnweb.freebsd.org/changeset/base/282906 Log: Allow sizeof(cpuset_t) to be queried in capability mode. This allows functions that retrieve and inspect pthread_attr_t objects to work correctly: querying the

svn commit: r282918 - in head: contrib/elftoolchain/addr2line contrib/elftoolchain/common contrib/elftoolchain/cxxfilt contrib/elftoolchain/elfcopy contrib/elftoolchain/libdwarf contrib/elftoolchai...

2015-05-14 Thread Ed Maste
Author: emaste Date: Thu May 14 19:48:15 2015 New Revision: 282918 URL: https://svnweb.freebsd.org/changeset/base/282918 Log: Update to ELF Tool Chain r3197 Highlights: - Fix man page markup, whitespace, and typos - Fix sh_info of SHT_GROUP section to point to the correct string -

svn commit: r282920 - head/usr.bin/vtfontcvt

2015-05-14 Thread Ed Maste
Author: emaste Date: Thu May 14 20:17:53 2015 New Revision: 282920 URL: https://svnweb.freebsd.org/changeset/base/282920 Log: vtfontcvt: Allow 6 digits in verbose output Some fonts (e.g. GNU Unifont) have more than 100,000 (half-)glyphs. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r282917 - stable/9/bin/cp

2015-05-14 Thread Jilles Tjoelker
Author: jilles Date: Thu May 14 19:32:13 2015 New Revision: 282917 URL: https://svnweb.freebsd.org/changeset/base/282917 Log: MFC r282482: cp: Remove fts sorting. In an attempt to improve performance, cp reordered directories first (although the comment says directories last). This is

svn commit: r282921 - in head/sys: amd64/conf i386/conf

2015-05-14 Thread Jim Harris
Author: jimharris Date: Thu May 14 20:19:22 2015 New Revision: 282921 URL: https://svnweb.freebsd.org/changeset/base/282921 Log: Add nvme and nvd drivers to GENERIC for amd64 and i386. MFC after:3 days Sponsored by: Intel Modified: head/sys/amd64/conf/GENERIC

Re: svn commit: r280971 - in head: contrib/ipfilter/tools share/man/man4 sys/contrib/ipfilter/netinet sys/netinet sys/netipsec sys/netpfil/pf

2015-05-14 Thread Andrew Gallatin
On 04/02/2015 11:24 AM, Hans Petter Selasky wrote: If we are transmitting using TSO, will the network adapter increment the IP ID field somehow? What happens if an outgoing IP packet resulting Sorry for the delayed reply; I was just catching up on FreeBSD email, and I'm not sure that the

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

2015-05-14 Thread Peter Grehan
Author: grehan Date: Thu May 14 21:08:48 2015 New Revision: 282922 URL: https://svnweb.freebsd.org/changeset/base/282922 Log: Bump the size of the blockif scatter-gather list to 67. The Windows virtio driver ignores the advertized seg_max field and assumes the host can accept up to 67

svn commit: r282928 - vendor/libarchive/dist/libarchive

2015-05-14 Thread Xin LI
Author: delphij Date: Thu May 14 21:34:20 2015 New Revision: 282928 URL: https://svnweb.freebsd.org/changeset/base/282928 Log: Apply upstream changeset e6c9668: Add a check to archive_read_filter_consume to reject any attempts to move the file pointer by a negative amount. Note:

svn commit: r282927 - vendor/libarchive/dist/libarchive

2015-05-14 Thread Xin LI
Author: delphij Date: Thu May 14 21:33:33 2015 New Revision: 282927 URL: https://svnweb.freebsd.org/changeset/base/282927 Log: Apply upstream changeset 3865cf2: Issue 394: Segfault when reading malformed old-style cpio archives Root cause here was an implicit cast that resulted in

svn commit: r282923 - stable/10/sys/dev/nvme

2015-05-14 Thread Jim Harris
Author: jimharris Date: Thu May 14 21:27:31 2015 New Revision: 282923 URL: https://svnweb.freebsd.org/changeset/base/282923 Log: MFC r281280: nvme: fall back to a smaller MSI-X vector allocation if necessary Previously, if per-CPU MSI-X vectors could not be allocated, nvme(4)

svn commit: r282926 - stable/10/sys/dev/nvme

2015-05-14 Thread Jim Harris
Author: jimharris Date: Thu May 14 21:30:36 2015 New Revision: 282926 URL: https://svnweb.freebsd.org/changeset/base/282926 Log: MFC r281283: nvme: remove CHATHAM related code Chatham was an internal NVMe prototype board used for early driver development. Sponsored by:

svn commit: r282925 - stable/10/sys/dev/nvme

2015-05-14 Thread Jim Harris
Author: jimharris Date: Thu May 14 21:29:42 2015 New Revision: 282925 URL: https://svnweb.freebsd.org/changeset/base/282925 Log: MFC r281282: nvme: add device strings for Intel DC series NVMe SSDs Sponsored by: Intel Modified: stable/10/sys/dev/nvme/nvme.c Directory Properties:

svn commit: r282930 - vendor/libarchive/dist/libarchive

2015-05-14 Thread Xin LI
Author: delphij Date: Thu May 14 21:39:03 2015 New Revision: 282930 URL: https://svnweb.freebsd.org/changeset/base/282930 Log: Apply upstream changeset 24f5de6: Set a proper error message if we hit end-of-file when trying to read a cpio header. Suggested by Issue #395, although the

svn commit: r282932 - head/contrib/libarchive/libarchive

2015-05-14 Thread Xin LI
Author: delphij Date: Thu May 14 22:35:26 2015 New Revision: 282932 URL: https://svnweb.freebsd.org/changeset/base/282932 Log: MFV r282927,r282928,r282930 (kientzle): Don't segfault when reading malformed cpio archives. MFC after:3 days Modified:

svn commit: r282933 - in stable/10/sys: fs/nfs fs/nfsclient kern sys

2015-05-14 Thread Rick Macklem
Author: rmacklem Date: Thu May 14 22:50:07 2015 New Revision: 282933 URL: https://svnweb.freebsd.org/changeset/base/282933 Log: MFC: r281960 MAXBSIZE defines both the largest UFS block size and the largest size for a buffer in the buffer cache. This patch defines a new constant

svn commit: r282924 - stable/10/sys/dev/nvme

2015-05-14 Thread Jim Harris
Author: jimharris Date: Thu May 14 21:28:46 2015 New Revision: 282924 URL: https://svnweb.freebsd.org/changeset/base/282924 Log: MFC r281281, r281285: nvme: create separate DMA tag for non-payload DMA buffers Submission and completion queue memory need to use a separate DMA

svn commit: r282934 - in head/sys/arm: arm include

2015-05-14 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Fri May 15 00:39:51 2015 New Revision: 282934 URL: https://svnweb.freebsd.org/changeset/base/282934 Log: It appears to be armv7_sleep is a duplication of armv7_cpu_sleep. For consistency with the naming conventions used by the other implementations kill armv7_sleep and

svn commit: r282891 - head/usr.bin/whois

2015-05-14 Thread Tony Finch
Author: fanf Date: Thu May 14 11:25:18 2015 New Revision: 282891 URL: https://svnweb.freebsd.org/changeset/base/282891 Log: Bump whois(1) date. (Thanks to bz@ for the reminder!) Modified: head/usr.bin/whois/whois.1 Modified: head/usr.bin/whois/whois.1

svn commit: r282892 - head/usr.bin/whois

2015-05-14 Thread Tony Finch
Author: fanf Date: Thu May 14 11:33:31 2015 New Revision: 282892 URL: https://svnweb.freebsd.org/changeset/base/282892 Log: Update whois(1) synopsis. Modified: head/usr.bin/whois/whois.1 Modified: head/usr.bin/whois/whois.1

svn commit: r282893 - head/usr.bin/whois

2015-05-14 Thread Tony Finch
Author: fanf Date: Thu May 14 11:37:36 2015 New Revision: 282893 URL: https://svnweb.freebsd.org/changeset/base/282893 Log: whois: add an option to query the PeeringDB Modified: head/usr.bin/whois/whois.1 head/usr.bin/whois/whois.c Modified: head/usr.bin/whois/whois.1

svn commit: r282894 - stable/10/sys/netinet6

2015-05-14 Thread Andrey V. Elsukov
Author: ae Date: Thu May 14 11:47:18 2015 New Revision: 282894 URL: https://svnweb.freebsd.org/changeset/base/282894 Log: MFC r282578: Mark data checksum as valid for multicast packets, that we send back to myself via simloop. Also remove duplicate check under #ifdef DIAGNOSTIC.

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

2015-05-14 Thread Steven Hartland
Author: smh Date: Thu May 14 08:13:01 2015 New Revision: 282880 URL: https://svnweb.freebsd.org/changeset/base/282880 Log: Add copyright info missing from r282205 Add the copyright info missing from ZoL origin version. MFC after:2 days Sponsored by: Multiplay Modified:

svn commit: r282884 - head/usr.bin/whois

2015-05-14 Thread Tony Finch
Author: fanf Date: Thu May 14 10:31:37 2015 New Revision: 282884 URL: https://svnweb.freebsd.org/changeset/base/282884 Log: whois: special case certain query suffixes This extends the existing support for -NORID handles to include -NICAT, -ARIN, and -RIPE handles. The suffix

svn commit: r282883 - head/usr.bin/whois

2015-05-14 Thread Tony Finch
Author: fanf Date: Thu May 14 10:30:37 2015 New Revision: 282883 URL: https://svnweb.freebsd.org/changeset/base/282883 Log: Clean up whois manual. Document the RA_SERVER environment variable. Remove the obsolete -R option, and discourage people from trying to use the Network

svn commit: r282888 - head/usr.bin/whois

2015-05-14 Thread Tony Finch
Author: fanf Date: Thu May 14 10:33:33 2015 New Revision: 282888 URL: https://svnweb.freebsd.org/changeset/base/282888 Log: whois: do not clobber command-line flags when tweaking O_NONBLOCK This can make whois fail to follow referrals when it should. The bug was introduced in r281959.

svn commit: r282887 - head/usr.bin/whois

2015-05-14 Thread Tony Finch
Author: fanf Date: Thu May 14 10:33:01 2015 New Revision: 282887 URL: https://svnweb.freebsd.org/changeset/base/282887 Log: whois: try whois.nic.TLD if TLD.whois-servers.net does not exist Based on an idea from OpenBSD. Modified: head/usr.bin/whois/whois.1 head/usr.bin/whois/whois.c

svn commit: r282885 - head/usr.bin/whois

2015-05-14 Thread Tony Finch
Author: fanf Date: Thu May 14 10:32:05 2015 New Revision: 282885 URL: https://svnweb.freebsd.org/changeset/base/282885 Log: whois: code cleanup Remove deprecated options. Use pedantically correct types. Modified: head/usr.bin/whois/whois.c Modified: head/usr.bin/whois/whois.c

svn commit: r282886 - head/usr.bin/whois

2015-05-14 Thread Tony Finch
Author: fanf Date: Thu May 14 10:32:35 2015 New Revision: 282886 URL: https://svnweb.freebsd.org/changeset/base/282886 Log: whois: check WHOIS_SERVER as well as RA_SERVER environment variables WHOIS_SERVER is used by Debian's whois client. Modified: head/usr.bin/whois/whois.1

svn commit: r282890 - stable/10/bin/cp

2015-05-14 Thread Jilles Tjoelker
Author: jilles Date: Thu May 14 10:46:20 2015 New Revision: 282890 URL: https://svnweb.freebsd.org/changeset/base/282890 Log: MFC r282482: cp: Remove fts sorting. In an attempt to improve performance, cp reordered directories first (although the comment says directories last). This is

svn commit: r282882 - svnadmin/conf

2015-05-14 Thread Baptiste Daroussin
Author: bapt Date: Thu May 14 10:23:57 2015 New Revision: 282882 URL: https://svnweb.freebsd.org/changeset/base/282882 Log: Bump my limit temporarily. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r282881 - head/sys/fs/nfsclient

2015-05-14 Thread Alexander Motin
Author: mav Date: Thu May 14 10:04:42 2015 New Revision: 282881 URL: https://svnweb.freebsd.org/changeset/base/282881 Log: Do not promote large async writes to sync. Present implementation of large sync writes is too strict and so can be quite slow. Instead of doing that, execute large