svn commit: r271420 - in head/sys: dev/cxgbe/common sys

2014-09-11 Thread Robert Watson
Author: rwatson Date: Thu Sep 11 07:16:15 2014 New Revision: 271420 URL: http://svnweb.freebsd.org/changeset/base/271420 Log: Add new a M_START() mbuf macro that returns a pointer to the start of an mbuf's storage (internal or external). Add a new M_SIZE() mbuf macro that returns the

Re: svn commit: r271418 - head/sbin/dhclient

2014-09-11 Thread Robert Watson
A bit behind on commits, but: does this mean that an older userspace dhclient will no longer work with a newer kernel? Robert On Thu, 11 Sep 2014, Gleb Smirnoff wrote: Author: glebius Date: Thu Sep 11 05:48:39 2014 New Revision: 271418 URL: http://svnweb.freebsd.org/changeset/base/271418

Re: svn commit: r270850 - in head/sys: i386/i386 i386/include i386/isa x86/acpica

2014-09-11 Thread Konstantin Belousov
On Wed, Sep 10, 2014 at 10:41:00AM -0400, John Baldwin wrote: On Tuesday, September 09, 2014 11:58:13 AM Konstantin Belousov wrote: On Sat, Sep 06, 2014 at 04:04:49PM -0400, John Baldwin wrote: Move of the code to initialize CPU from identcpu() to initializecpu() seems to be a fix on its

Re: svn commit: r271418 - head/sbin/dhclient

2014-09-11 Thread Andriy Gapon
On 11/09/2014 11:11, Robert Watson wrote: A bit behind on commits, but: does this mean that an older userspace dhclient will no longer work with a newer kernel? At least in my case it appeared to work. I guess this is because the broadcast queries were not affected by the change. On Thu, 11

Re: svn commit: r271418 - head/sbin/dhclient

2014-09-11 Thread Hiroki Sato
Andriy Gapon a...@freebsd.org wrote in 541163c0.2080...@freebsd.org: av On 11/09/2014 11:11, Robert Watson wrote: av A bit behind on commits, but: does this mean that an older userspace dhclient av will no longer work with a newer kernel? av av At least in my case it appeared to work. I

svn commit: r271421 - head/sys/netinet6

2014-09-11 Thread Andrey V. Elsukov
Author: ae Date: Thu Sep 11 10:27:59 2014 New Revision: 271421 URL: http://svnweb.freebsd.org/changeset/base/271421 Log: * constify argument of in6_addrscope(); * use IN6_IS_ADDR_XXX() macro instead of hardcoded values; * for multicast addresses just return scope value, the only exception

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

2014-09-11 Thread Andrew Turner
Author: andrew Date: Thu Sep 11 10:53:57 2014 New Revision: 271422 URL: http://svnweb.freebsd.org/changeset/base/271422 Log: Rename pmap_kenter_temp to pmap_kenter_temporary to be consistent with the other architectures with this function. Submitted by: Svatopluk Kraus onwahe at

svn commit: r271424 - in head: etc etc/defaults share/man/man5

2014-09-11 Thread Hiroki Sato
Author: hrs Date: Thu Sep 11 12:30:29 2014 New Revision: 271424 URL: http://svnweb.freebsd.org/changeset/base/271424 Log: - Add $netif_ipexpand_max to specify the upper limit for the number of addresses generated by an address range specification. The default value is 2048. This can

svn commit: r271425 - head/sys/netinet6

2014-09-11 Thread Andrey V. Elsukov
Author: ae Date: Thu Sep 11 12:33:37 2014 New Revision: 271425 URL: http://svnweb.freebsd.org/changeset/base/271425 Log: Introduce new scope related functions. * new macro to remove magic number - IPV6_ADDR_SCOPES_COUNT; * sa6_checkzone() - this function checks sockaddr_in6 structure

svn commit: r271426 - head/sys/netinet6

2014-09-11 Thread Andrey V. Elsukov
Author: ae Date: Thu Sep 11 12:54:17 2014 New Revision: 271426 URL: http://svnweb.freebsd.org/changeset/base/271426 Log: * use M_ZERO flag with malloc instead of explicit zeroing. * remove MULTI_SCOPE ifdef. Obtained from:Yandex LLC Sponsored by: Yandex LLC Modified:

svn commit: r271427 - head/sys/netinet6

2014-09-11 Thread Andrey V. Elsukov
Author: ae Date: Thu Sep 11 13:18:41 2014 New Revision: 271427 URL: http://svnweb.freebsd.org/changeset/base/271427 Log: Add const qualifier to in6_addrhash() function. Add in6ifa_ifwithaddr() function. It is similar to ifa_ifwithaddr, but does fast lookup in the hash of inet6 addresses.

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

2014-09-11 Thread Steven Hartland
Author: smh Date: Thu Sep 11 16:21:51 2014 New Revision: 271429 URL: http://svnweb.freebsd.org/changeset/base/271429 Log: Persist vdev_resilver_txg changes to avoid panic caused by validation vs a vdev_resilver_txg value from a previous resilver. MFC after:1 week Modified:

svn commit: r271431 - in head/sys: arm/altera/socfpga boot/fdt/dts/arm

2014-09-11 Thread Ruslan Bukin
Author: br Date: Thu Sep 11 18:12:28 2014 New Revision: 271431 URL: http://svnweb.freebsd.org/changeset/base/271431 Log: Add Reset Manager driver. This driver provides generic way to reset and provides sysctl tunables for enable/disable FPGA-HPS bridges. Sponsored by: DARPA, AFRL Added:

svn commit: r271432 - head/contrib/llvm/tools/clang/lib/CodeGen

2014-09-11 Thread Ed Maste
Author: emaste Date: Thu Sep 11 18:19:08 2014 New Revision: 271432 URL: http://svnweb.freebsd.org/changeset/base/271432 Log: Merge upstream Clang rev 205331 debuginfo crash fix: Debug info: fix a crash when emitting IndirectFieldDecls, which were previously not handled at all.

svn commit: r271433 - head/contrib/llvm/patches

2014-09-11 Thread Ed Maste
Author: emaste Date: Thu Sep 11 18:20:49 2014 New Revision: 271433 URL: http://svnweb.freebsd.org/changeset/base/271433 Log: Add clang patch corresponding to r271432 Added: head/contrib/llvm/patches/patch-r271432-clang-r205331-debug-info-crash.diff Added:

svn commit: r271434 - head/etc

2014-09-11 Thread Warren Block
Author: wblock (doc committer) Date: Thu Sep 11 18:24:16 2014 New Revision: 271434 URL: http://svnweb.freebsd.org/changeset/base/271434 Log: Update motd, clarifying the information and adding pointers to other resources. MFC after:3 days Modified: head/etc/motd Modified:

svn commit: r271436 - head/usr.bin/rctl

2014-09-11 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Sep 11 19:54:30 2014 New Revision: 271436 URL: http://svnweb.freebsd.org/changeset/base/271436 Log: Fix typo. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/rctl/rctl.8 Modified: head/usr.bin/rctl/rctl.8

svn commit: r271437 - head/usr.sbin/iscsid

2014-09-11 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Sep 11 20:01:57 2014 New Revision: 271437 URL: http://svnweb.freebsd.org/changeset/base/271437 Log: Don't blindly assume the target agreed to transition to Full Feature Phase; if we got a Login Response PDU without the T bit set, try again with an empty request.

svn commit: r271438 - in head: share/man/man9 sys/net sys/netinet sys/netinet6 sys/sys

2014-09-11 Thread Alan Somers
Author: asomers Date: Thu Sep 11 20:21:03 2014 New Revision: 271438 URL: http://svnweb.freebsd.org/changeset/base/271438 Log: Revisions 264905 and 266860 added a int fib argument to ifa_ifwithnet and ifa_ifwithdstaddr. For the sake of backwards compatibility, the new arguments were added to

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

2014-09-11 Thread Neel Natu
Author: neel Date: Thu Sep 11 21:15:20 2014 New Revision: 271439 URL: http://svnweb.freebsd.org/changeset/base/271439 Log: Initialize 'bc_rdonly' to the right value. Note that independent of this change a readonly disk file would still be opened O_RDONLY and protected from writes by the

svn commit: r271442 - head/sys/geom

2014-09-11 Thread Sean Bruno
Author: sbruno Date: Thu Sep 11 22:39:27 2014 New Revision: 271442 URL: http://svnweb.freebsd.org/changeset/base/271442 Log: Add device name used in geom_map verbose output. This helps when using geom_map with multiple flash/spi devices. Phabric: https://reviews.freebsd.org/D766

svn commit: r271443 - in head/sys/cam: ctl scsi

2014-09-11 Thread Alexander Motin
Author: mav Date: Thu Sep 11 22:40:11 2014 New Revision: 271443 URL: http://svnweb.freebsd.org/changeset/base/271443 Log: Add support for Extended INQUIRY Data (0x86) VPD page. Modified: head/sys/cam/ctl/ctl.c head/sys/cam/scsi/scsi_all.h Modified: head/sys/cam/ctl/ctl.c

svn commit: r271445 - head/usr.sbin/ctld

2014-09-11 Thread Allan Jude
Author: allanjude (doc committer) Date: Fri Sep 12 00:08:19 2014 New Revision: 271445 URL: http://svnweb.freebsd.org/changeset/base/271445 Log: Improve markup and language throughout the ctl.conf man page Reviewed by: trasz Approved by: bcr (mentor) Sponsored by: ScaleEngine Inc.

Re: svn commit: r271424 - in head: etc etc/defaults share/man/man5

2014-09-11 Thread Bryan Drewery
On 9/11/2014 7:30 AM, Hiroki Sato wrote: Author: hrs Date: Thu Sep 11 12:30:29 2014 New Revision: 271424 URL: http://svnweb.freebsd.org/changeset/base/271424 Log: - Add $netif_ipexpand_max to specify the upper limit for the number of addresses generated by an address range

svn commit: r271446 - head/usr.sbin/ctld

2014-09-11 Thread Allan Jude
Author: allanjude (doc committer) Date: Fri Sep 12 00:55:42 2014 New Revision: 271446 URL: http://svnweb.freebsd.org/changeset/base/271446 Log: Fix minor syntax error Submitted by: bjk Approved by: bcr (mentor) Sponsored by: ScaleEngine Inc. Modified: head/usr.sbin/ctld/ctl.conf.5

svn commit: r271447 - head/share/examples/bhyve

2014-09-11 Thread Craig Rodrigues
Author: rodrigc Date: Fri Sep 12 02:38:10 2014 New Revision: 271447 URL: http://svnweb.freebsd.org/changeset/base/271447 Log: Attach the ISO to an ahci-cd emulated device. The ISO will appear to be mounted on a /dev/cd device instead of /dev/vtbd. This is similar to how other

svn commit: r271448 - head/usr.bin/mkimg

2014-09-11 Thread Marcel Moolenaar
Author: marcel Date: Fri Sep 12 03:54:16 2014 New Revision: 271448 URL: http://svnweb.freebsd.org/changeset/base/271448 Log: Fix checksum calculation: 1. Iterate over all partitions counted in the label, which can be more than the number of partitions given to mkimg(1). 2. Start the

svn commit: r271449 - head/usr.bin/mkimg

2014-09-11 Thread Marcel Moolenaar
Author: marcel Date: Fri Sep 12 04:15:35 2014 New Revision: 271449 URL: http://svnweb.freebsd.org/changeset/base/271449 Log: Be compatible with boot code that starts right after the disk label in the second sector by only clearing the amount of bytes needed for the disklabel in the second

svn commit: r271450 - in head: share/man/man4 sys/dev/cxgbe

2014-09-11 Thread Navdeep Parhar
Author: np Date: Fri Sep 12 05:25:56 2014 New Revision: 271450 URL: http://svnweb.freebsd.org/changeset/base/271450 Log: cxgbe(4): knobs to enable/disable PAUSE frame based flow control. MFC after:1 week Modified: head/share/man/man4/cxgbe.4 head/sys/dev/cxgbe/t4_main.c Modified: