svn commit: r274337 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/cmd/zstreamdump cddl/contrib/opensolaris...

2014-11-10 Thread Xin LI
Author: delphij Date: Mon Nov 10 08:20:21 2014 New Revision: 274337 URL: https://svnweb.freebsd.org/changeset/base/274337 Log: MFV r274273: ZFS large block support. Please note that booting from datasets that have recordsize greater than 128KB is not supported (but it's Okay to

svn commit: r274338 - head/sys/net

2014-11-10 Thread Luigi Rizzo
Author: luigi Date: Mon Nov 10 08:31:56 2014 New Revision: 274338 URL: https://svnweb.freebsd.org/changeset/base/274338 Log: return kernel-supplied error if available. Also fix field names in a comment. Modified: head/sys/net/netmap_user.h Modified: head/sys/net/netmap_user.h

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

2014-11-10 Thread Konstantin Belousov
Author: kib Date: Mon Nov 10 09:11:23 2014 New Revision: 274339 URL: https://svnweb.freebsd.org/changeset/base/274339 Log: MFC r274038: Clean up confusing comment. Modified: stable/10/sys/kern/kern_thr.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r274340 - in head/sys: crypto/rijndael dev/random geom/bde

2014-11-10 Thread Dag-Erling Smørgrav
Author: des Date: Mon Nov 10 09:44:38 2014 New Revision: 274340 URL: https://svnweb.freebsd.org/changeset/base/274340 Log: Constify the AES code and propagate to consumers. This allows us to update the Fortuna code to use SHAd-256 as defined in FSK. Approved by: so (self) Modified:

svn commit: r274341 - in head/sys: crypto/rijndael dev/random geom/bde

2014-11-10 Thread Dag-Erling Smørgrav
Author: des Date: Mon Nov 10 09:55:35 2014 New Revision: 274341 URL: https://svnweb.freebsd.org/changeset/base/274341 Log: I just realized that the previous commit message makes no sense: the first sentence should have read Constify the AES and SHA-256 code and wrappers. This allows us to

svn commit: r274342 - head/sys/netinet6

2014-11-10 Thread Andrey V. Elsukov
Author: ae Date: Mon Nov 10 10:59:08 2014 New Revision: 274342 URL: https://svnweb.freebsd.org/changeset/base/274342 Log: For now handle only multicast addresses, we still use routes to LLA unicasts yet. Sponsored by: Yandex LLC Modified: head/sys/netinet6/in6_src.c Modified:

svn commit: r274343 - head/sys/kern

2014-11-10 Thread Konstantin Belousov
Author: kib Date: Mon Nov 10 14:11:17 2014 New Revision: 274343 URL: https://svnweb.freebsd.org/changeset/base/274343 Log: When sleeping waiting for the profiling stop, always set P_STOPPROF before dropping process lock. Clear P_STOPPROF when doing wakeup. Both issues caused thread to

svn commit: r274344 - in stable/10: . etc/mtree

2014-11-10 Thread Ed Maste
Author: emaste Date: Mon Nov 10 14:26:56 2014 New Revision: 274344 URL: https://svnweb.freebsd.org/changeset/base/274344 Log: Add missing /usr/lib/debug directories Directories for /usr/lib{,32}/{i18n,private} were missing from the mtree file, which caused installworld to install the

Re: svn commit: r274340 - in head/sys: crypto/rijndael dev/random geom/bde

2014-11-10 Thread Bjoern A. Zeeb
On 10 Nov 2014, at 09:44 , Dag-Erling Smørgrav d...@freebsd.org wrote: Author: des Date: Mon Nov 10 09:44:38 2014 New Revision: 274340 URL: https://svnweb.freebsd.org/changeset/base/274340 Log: Constify the AES code and propagate to consumers. This allows us to update the Fortuna

svn commit: r274345 - head/sys/netinet6

2014-11-10 Thread Gleb Smirnoff
Author: glebius Date: Mon Nov 10 15:56:30 2014 New Revision: 274345 URL: https://svnweb.freebsd.org/changeset/base/274345 Log: Consistently use if_link. Reviewed by: ae, melifaro Modified: head/sys/netinet6/icmp6.c head/sys/netinet6/in6.c head/sys/netinet6/in6_ifattach.c

svn commit: r274347 - head/sys/netinet6

2014-11-10 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Nov 10 16:01:39 2014 New Revision: 274347 URL: https://svnweb.freebsd.org/changeset/base/274347 Log: * Make nd6_dad_duplicated() constant. * Simplify refcounting by using nd6_dad_add() / nd6_dad_del(). Reviewed by: ae MFC after:2 weeks Sponsored by:

svn commit: r274346 - head/sys/netinet6

2014-11-10 Thread Andrey V. Elsukov
Author: ae Date: Mon Nov 10 16:01:31 2014 New Revision: 274346 URL: https://svnweb.freebsd.org/changeset/base/274346 Log: Remove link-local multicast routes remnants from in6_purgeaddr. Also merge in6_purgeaddr_mc with in6_purgeaddr. Sponsored by: Yandex LLC Modified:

svn commit: r274348 - head/sys/netinet6

2014-11-10 Thread Andrey V. Elsukov
Author: ae Date: Mon Nov 10 16:12:51 2014 New Revision: 274348 URL: https://svnweb.freebsd.org/changeset/base/274348 Log: Add sa6_checkzone_ifp() function. It checks correctness of struct sockaddr_in6, usually obtained from the user level through ioctl. It initializes sin6_scope_id using

svn commit: r274349 - head/share/man/man7

2014-11-10 Thread Ed Maste
Author: emaste Date: Mon Nov 10 18:20:46 2014 New Revision: 274349 URL: https://svnweb.freebsd.org/changeset/base/274349 Log: Add /usr/lib/debug directory to hier(7) The canonical standalone debug directory established by the GNU toolchain is /usr/lib/debug, and we use it when

Re: svn commit: r274250 - head/sys/dev/random

2014-11-10 Thread Dimitry Andric
On 07 Nov 2014, at 21:10, Konstantin Belousov k...@freebsd.org wrote: Author: kib Date: Fri Nov 7 20:10:09 2014 New Revision: 274250 URL: https://svnweb.freebsd.org/changeset/base/274250 Log: Simplify assembler in ivy.c. Move the copying of the random bits into buffer from asm to C,

svn commit: r274351 - head/sys/dev/cxgbe/firmware

2014-11-10 Thread Navdeep Parhar
Author: np Date: Mon Nov 10 19:45:28 2014 New Revision: 274351 URL: https://svnweb.freebsd.org/changeset/base/274351 Log: cxgbe(4): adjust PMRX and PMTX parameters. MFC after:1 week Modified: head/sys/dev/cxgbe/firmware/t4fw_cfg.txt head/sys/dev/cxgbe/firmware/t4fw_cfg_uwire.txt

svn commit: r274352 - releng/10.1/usr.sbin/etcupdate

2014-11-10 Thread John Baldwin
Author: jhb Date: Mon Nov 10 19:53:39 2014 New Revision: 274352 URL: https://svnweb.freebsd.org/changeset/base/274352 Log: MFstable10 273998: Rework the EXAMPLES section to be a bit clearer. - Add an example of using etcupdate diff. - Create a subsection on bootstrapping that is below the

Re: svn commit: r274340 - in head/sys: crypto/rijndael dev/random geom/bde

2014-11-10 Thread Dimitry Andric
On 10 Nov 2014, at 16:10, Bjoern A. Zeeb b...@freebsd.org wrote: On 10 Nov 2014, at 09:44 , Dag-Erling Smørgrav d...@freebsd.org wrote: Author: des Date: Mon Nov 10 09:44:38 2014 New Revision: 274340 URL: https://svnweb.freebsd.org/changeset/base/274340 Log: Constify the AES code and

Re: svn commit: r273266 - in head: lib/libkvm sys/compat/freebsd32 sys/kern sys/sys

2014-11-10 Thread Dimitry Andric
I noted something similar for kgdb, when compiled with gcc: cc1: warnings being treated as errors /usr/src/gnu/usr.bin/gdb/kgdb/trgt_i386.c: In function 'kgdb_trgt_fetch_tss': /usr/src/gnu/usr.bin/gdb/kgdb/trgt_i386.c:142: warning: comparison is always false due to limited range of data type In

Re: svn commit: r273582 - in head/sys/amd64: amd64 include

2014-11-10 Thread Ed Maste
On 24 October 2014 05:48, Roger Pau Monné roy...@freebsd.org wrote: Author: royger Date: Fri Oct 24 09:48:58 2014 New Revision: 273582 URL: https://svnweb.freebsd.org/changeset/base/273582 Log: amd64: make uiomove_fromphys functional for pages not mapped by the DMAP UEFI boot fails after

svn commit: r274353 - head/sys/dev/netmap

2014-11-10 Thread Luigi Rizzo
Author: luigi Date: Mon Nov 10 20:19:58 2014 New Revision: 274353 URL: https://svnweb.freebsd.org/changeset/base/274353 Log: sync a comment with our internal repo Modified: head/sys/dev/netmap/netmap_generic.c Modified: head/sys/dev/netmap/netmap_generic.c

svn commit: r274354 - head/sys/dev/netmap

2014-11-10 Thread Luigi Rizzo
Author: luigi Date: Mon Nov 10 20:25:33 2014 New Revision: 274354 URL: https://svnweb.freebsd.org/changeset/base/274354 Log: initialize *color if passed as an argument Modified: head/sys/dev/netmap/netmap_freebsd.c Modified: head/sys/dev/netmap/netmap_freebsd.c

Re: svn commit: r273266 - in head: lib/libkvm sys/compat/freebsd32 sys/kern sys/sys

2014-11-10 Thread John Baldwin
On Monday, November 10, 2014 09:13:08 PM Dimitry Andric wrote: I noted something similar for kgdb, when compiled with gcc: cc1: warnings being treated as errors /usr/src/gnu/usr.bin/gdb/kgdb/trgt_i386.c: In function 'kgdb_trgt_fetch_tss': /usr/src/gnu/usr.bin/gdb/kgdb/trgt_i386.c:142:

svn commit: r274355 - head/sys/dev/netmap

2014-11-10 Thread Luigi Rizzo
Author: luigi Date: Mon Nov 10 21:00:23 2014 New Revision: 274355 URL: https://svnweb.freebsd.org/changeset/base/274355 Log: fix a typo Modified: head/sys/dev/netmap/netmap_kern.h Modified: head/sys/dev/netmap/netmap_kern.h

svn commit: r274357 - in vendor-sys/acpica/dist: . generate/unix/acpiexec generate/unix/iasl source/common source/compiler source/components/debugger source/components/disassembler source/component...

2014-11-10 Thread Jung-uk Kim
Author: jkim Date: Mon Nov 10 21:30:04 2014 New Revision: 274357 URL: https://svnweb.freebsd.org/changeset/base/274357 Log: Import ACPICA 20141107. Added: vendor-sys/acpica/dist/source/compiler/aslprintf.c (contents, props changed) vendor-sys/acpica/dist/source/compiler/aslprune.c

svn commit: r274358 - vendor-sys/acpica/20141107

2014-11-10 Thread Jung-uk Kim
Author: jkim Date: Mon Nov 10 21:31:14 2014 New Revision: 274358 URL: https://svnweb.freebsd.org/changeset/base/274358 Log: Tag ACPICA 20141107. Added: vendor-sys/acpica/20141107/ - copied from r274357, vendor-sys/acpica/dist/ ___

Re: svn commit: r273762 - head/sys/modules/dtrace/dtraceall

2014-11-10 Thread Rui Paulo
On Oct 27, 2014, at 21:18, Julian Elischer jul...@freebsd.org wrote: Author: julian Date: Tue Oct 28 04:18:09 2014 New Revision: 273762 URL: https://svnweb.freebsd.org/changeset/base/273762 Log: Allow loading of dtraceall without nfscl if what you really wnat is nfsclient Obtained

svn commit: r274359 - in head: sys/netinet sys/sys tools/tools/sysdoc

2014-11-10 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Nov 10 23:10:01 2014 New Revision: 274359 URL: https://svnweb.freebsd.org/changeset/base/274359 Log: Remove kernel handling of ICMP_SOURCEQUENCH. It hasn't been used for a very long time. Additionally, it was deprecated by RFC 6633. Modified:

Re: svn commit: r273266 - in head: lib/libkvm sys/compat/freebsd32 sys/kern sys/sys

2014-11-10 Thread Adrian Chadd
just double-check that the cpu id isn't used to size anything; I've seen it used as an offset into stuff, and NOCPU would've been entry 255 in the array, not -1. Ian pointed this out to me recently and I've only just started digging into it. -adrian On 10 November 2014 12:35, John Baldwin

svn commit: r274360 - in stable/10/sys: dev/ixl modules/ixlv

2014-11-10 Thread Jack F Vogel
Author: jfv Date: Mon Nov 10 23:56:06 2014 New Revision: 274360 URL: https://svnweb.freebsd.org/changeset/base/274360 Log: MFC Intel I40E drivers: r274205,r274218, and r274228 The MFC was pushed early as it fixes a panic in the exiting driver of 10.1 that Intel discovered in

svn commit: r274361 - head/sys/dev/netmap

2014-11-10 Thread Luigi Rizzo
Author: luigi Date: Tue Nov 11 00:10:44 2014 New Revision: 274361 URL: https://svnweb.freebsd.org/changeset/base/274361 Log: - fix typo: use ring size from the rx ring, not the tx one (they should be the same, but just in case); - reuse the previously computed len-1 value Modified:

svn commit: r274362 - head/sys/dev/netmap

2014-11-10 Thread Luigi Rizzo
Author: luigi Date: Tue Nov 11 00:13:28 2014 New Revision: 274362 URL: https://svnweb.freebsd.org/changeset/base/274362 Log: in the Linux section, properly define the NMG_LOCK type. Also import WITH_GENERIC in preparation to adding fine-grained options to disable specific netmap components.

svn commit: r274363 - in head: sbin/route share/man/man4 share/man/man7 sys/netinet sys/netinet6 tools/tools/sysdoc

2014-11-10 Thread Alexander V. Chernikov
Author: melifaro Date: Tue Nov 11 02:52:40 2014 New Revision: 274363 URL: https://svnweb.freebsd.org/changeset/base/274363 Log: Kill custom in_matroute() radix mathing function removing one rte mutex lock. Initially in_matrote() in_clsroute() in their current state was introduced by

svn commit: r274364 - in head: contrib/telnet/arpa contrib/telnet/telnet contrib/telnet/telnetd contrib/tzcode/stdtime libexec/telnetd

2014-11-10 Thread Garrett Cooper
Author: ngie Date: Tue Nov 11 04:06:05 2014 New Revision: 274364 URL: https://svnweb.freebsd.org/changeset/base/274364 Log: Add baud rate support to telnet(1) This implements part of RFC-2217 It's based off a patch originally written by Sujal Patel at Isilon, and contributions from

svn commit: r274365 - head/contrib/tzcode/stdtime

2014-11-10 Thread Garrett Cooper
Author: ngie Date: Tue Nov 11 04:07:41 2014 New Revision: 274365 URL: https://svnweb.freebsd.org/changeset/base/274365 Log: Revert WiP to contrib/tzcode accidentally committed with r274364 Modified: head/contrib/tzcode/stdtime/localtime.c Modified: head/contrib/tzcode/stdtime/localtime.c

svn commit: r274366 - in head/sys: dev/null geom kern sys

2014-11-10 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Nov 11 04:48:09 2014 New Revision: 274366 URL: https://svnweb.freebsd.org/changeset/base/274366 Log: Add missing privilege check when setting the dump device. Before that change it was possible for a regular user to setup the dump device if he had write access to the

svn commit: r274367 - in releng/10.1/sys: dev/ixl modules/ixlv

2014-11-10 Thread Jack F Vogel
Author: jfv Date: Tue Nov 11 05:00:51 2014 New Revision: 274367 URL: https://svnweb.freebsd.org/changeset/base/274367 Log: Update the Intel ixl/ixlv drivers to fix a panic in the boot/install kernel if the system has a fiber-based Intel XL710 adapter installed. In addition ixl version

svn commit: r274368 - releng/10.1/release/doc/en_US.ISO8859-1/errata

2014-11-10 Thread Glen Barber
Author: gjb Date: Tue Nov 11 05:46:10 2014 New Revision: 274368 URL: https://svnweb.freebsd.org/changeset/base/274368 Log: Document incompatibility between bsdconfig(8) and pkg(8) in 10.1-RELEASE, and provide steps to install the on-disc packages via alternative method. Approved by:

svn commit: r274369 - stable/10

2014-11-10 Thread Glen Barber
Author: gjb Date: Tue Nov 11 05:49:35 2014 New Revision: 274369 URL: https://svnweb.freebsd.org/changeset/base/274369 Log: Anticipate when we'll be ready to announce 10.1-RELEASE. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/UPDATING Modified:

svn commit: r274370 - head/contrib/hyperv/tools

2014-11-10 Thread Xin LI
Author: delphij Date: Tue Nov 11 05:49:57 2014 New Revision: 274370 URL: https://svnweb.freebsd.org/changeset/base/274370 Log: Rename variable name from 'index' to 'idx' to avoid shadowing index(3). Noticed by: dim MFC after:2 weeks Modified:

svn commit: r274371 - releng/10.1/sys/conf

2014-11-10 Thread Glen Barber
Author: gjb Date: Tue Nov 11 05:54:50 2014 New Revision: 274371 URL: https://svnweb.freebsd.org/changeset/base/274371 Log: Update releng/10.1 to -RELEASE status, and prepare for final 10.1-RELEASE builds. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified:

svn commit: r274372 - in stable/10: contrib/hyperv/tools share/man/man8 tools/build/mk

2014-11-10 Thread Xin LI
Author: delphij Date: Tue Nov 11 05:55:37 2014 New Revision: 274372 URL: https://svnweb.freebsd.org/changeset/base/274372 Log: MFV r273747: Remove an extra copy of hv_kvp_daemon(8) [1]. While I'm there also correct typos in OptionalObsoleteFiles and add information of the command

Re: svn commit: r273266 - in head: lib/libkvm sys/compat/freebsd32 sys/kern sys/sys

2014-11-10 Thread Dimitry Andric
It is indeed used to calculate an address offset, but as it is already checked against NOCPU, it should be good: gnu/usr.bin/gdb/kgdb/kthr.c:kt-cpu = td.td_oncpu; gnu/usr.bin/gdb/kgdb/trgt_i386.c: if (kt == NULL || kt-cpu == NOCPU) gnu/usr.bin/gdb/kgdb/trgt_i386.c: