svn commit: r271945 - head/sys/cam/ctl

2014-09-22 Thread Alexander Motin
Author: mav Date: Mon Sep 22 07:59:25 2014 New Revision: 271945 URL: http://svnweb.freebsd.org/changeset/base/271945 Log: Simplify legacy reservation handling. Drop it on I_T nexus loss. Modified: head/sys/cam/ctl/ctl.c head/sys/cam/ctl/ctl_private.h Modified: head/sys/cam/ctl/ctl.c

svn commit: r271946 - in head/sys: dev/oce dev/vmware/vmxnet3 dev/xen/netfront kern net netinet ofed/drivers/net/mlx4 sys

2014-09-22 Thread Hans Petter Selasky
Author: hselasky Date: Mon Sep 22 08:27:27 2014 New Revision: 271946 URL: http://svnweb.freebsd.org/changeset/base/271946 Log: Improve transmit sending offload, TSO, algorithm in general. The current TSO limitation feature only takes the total number of bytes in an mbuf chain into

svn commit: r271947 - in stable/10: contrib/openpam contrib/openpam/bin contrib/openpam/bin/openpam_dump_policy contrib/openpam/bin/pamtest contrib/openpam/bin/su contrib/openpam/doc contrib/openpa...

2014-09-22 Thread Dag-Erling Smørgrav
Author: des Date: Mon Sep 22 08:29:48 2014 New Revision: 271947 URL: http://svnweb.freebsd.org/changeset/base/271947 Log: MFH (r271624): Upgrade to OpenPAM Ourouparia. Approved by: re (gjb) Added: stable/10/contrib/openpam/lib/libpam/openpam_strlset.c - copied unchanged from

svn commit: r271949 - head/sys/cam/ctl

2014-09-22 Thread Alexander Motin
Author: mav Date: Mon Sep 22 09:22:58 2014 New Revision: 271949 URL: http://svnweb.freebsd.org/changeset/base/271949 Log: Fix UNMAP stuck if the last block descriptor in the list is empty. MFC after:3 days Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

svn commit: r271950 - head/etc/mtree

2014-09-22 Thread Julio Merino
Author: jmmv Date: Mon Sep 22 09:54:48 2014 New Revision: 271950 URL: http://svnweb.freebsd.org/changeset/base/271950 Log: Register /usr/tests/lib/libproc to fix build. Missed in r271937, reviewed in D710. Modified: head/etc/mtree/BSD.tests.dist Modified: head/etc/mtree/BSD.tests.dist

svn commit: r271951 - head/sys/cam/ctl

2014-09-22 Thread Alexander Motin
Author: mav Date: Mon Sep 22 10:05:36 2014 New Revision: 271951 URL: http://svnweb.freebsd.org/changeset/base/271951 Log: Don't try to continue aborted commands if status was not set. Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

svn commit: r271952 - in stable/10/sys/dev/vt: . hw/ofwfb logo

2014-09-22 Thread Aleksandr Rybalko
Author: ray Date: Mon Sep 22 10:21:08 2014 New Revision: 271952 URL: http://svnweb.freebsd.org/changeset/base/271952 Log: MFC 271381-271382,271385,271463-271466,271485,271506 o Add sysctls to enable/disable potentially dengerous key combinations, like reboot/halt/debug. o Add

svn commit: r271953 - head/sys/dev/usb/controller

2014-09-22 Thread Hans Petter Selasky
Author: hselasky Date: Mon Sep 22 10:21:42 2014 New Revision: 271953 URL: http://svnweb.freebsd.org/changeset/base/271953 Log: Some XHCI hardware requires dropping the endpoint context before adding it again. MFC after:3 days Submitted by: Kohji Okuno okuno.ko...@jp.panasonic.com

svn commit: r271954 - head/sys/cam/ctl

2014-09-22 Thread Alexander Motin
Author: mav Date: Mon Sep 22 10:46:06 2014 New Revision: 271954 URL: http://svnweb.freebsd.org/changeset/base/271954 Log: Deny ANCHOR flag set without UNMAP flag set in WRITE SAME commands. Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

svn commit: r271957 - head/sys/cam/ctl

2014-09-22 Thread Alexander Motin
Author: mav Date: Mon Sep 22 11:35:06 2014 New Revision: 271957 URL: http://svnweb.freebsd.org/changeset/base/271957 Log: Fix read overrun handling, broken by using wrong variable. MFC after:3 days Modified: head/sys/cam/ctl/ctl_frontend_iscsi.c Modified:

svn commit: r271958 - head/etc/rc.d

2014-09-22 Thread Stefan Esser
Author: se Date: Mon Sep 22 11:54:13 2014 New Revision: 271958 URL: http://svnweb.freebsd.org/changeset/base/271958 Log: The new naming scheme for keymap files for use with vt(4) introduced a collision for no as a country code with NO meaning do not load any keymap (which also has been the

svn commit: r271959 - head/sys/cam/ctl

2014-09-22 Thread Alexander Motin
Author: mav Date: Mon Sep 22 12:40:43 2014 New Revision: 271959 URL: http://svnweb.freebsd.org/changeset/base/271959 Log: Pretend that we support BYTCHK=1 in WRITE AND VERIFY command. Technically that is not true, but since we don't implement VERIFY there at all, doing only WRITE part,

svn commit: r271960 - head/share/man/man9

2014-09-22 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Sep 22 13:04:49 2014 New Revision: 271960 URL: http://svnweb.freebsd.org/changeset/base/271960 Log: Add missing mlinks for section 9. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/share/man/man9/Makefile Modified:

svn commit: r271961 - in stable/10: share/man/man4 sys/dev/cxgbe

2014-09-22 Thread Navdeep Parhar
Author: np Date: Mon Sep 22 13:07:03 2014 New Revision: 271961 URL: http://svnweb.freebsd.org/changeset/base/271961 Log: MFC r271450: cxgbe(4): knobs to enable/disable PAUSE frame based flow control. Approved by: re (glebius) Modified: stable/10/share/man/man4/cxgbe.4

svn commit: r271962 - stable/10/tools/regression/acltools

2014-09-22 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Sep 22 13:07:55 2014 New Revision: 271962 URL: http://svnweb.freebsd.org/changeset/base/271962 Log: MFC r271459: Fix ACL tests to correctly work with ZFS; previous version used wrong paths. PR: 191545 Approved by: re (gjb) Sponsored by: The

svn commit: r271963 - in head/sys: dev/acpica dev/atkbdc kern

2014-09-22 Thread John Baldwin
Author: jhb Date: Mon Sep 22 14:27:26 2014 New Revision: 271963 URL: http://svnweb.freebsd.org/changeset/base/271963 Log: Convert from timeout(9) to callout(9). Modified: head/sys/dev/acpica/acpi.c head/sys/dev/atkbdc/atkbd.c head/sys/kern/kern_cons.c Modified:

svn commit: r271964 - stable/10/usr.sbin/bhyve

2014-09-22 Thread Glen Barber
Author: gjb Date: Mon Sep 22 14:54:12 2014 New Revision: 271964 URL: http://svnweb.freebsd.org/changeset/base/271964 Log: MFC r271711: Update the bhyve(8) manual to reflect that it is no longer considered 'experimental.' Approved by: re (delphij) Sponsored by: The FreeBSD

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

2014-09-22 Thread Marcel Moolenaar
Author: marcel Date: Mon Sep 22 15:05:28 2014 New Revision: 271965 URL: http://svnweb.freebsd.org/changeset/base/271965 Log: Add support for QCOW version 1. Version 2 is partially implemented. And because of that, it's entirely disabled for now. Both versions are similar enough that a

svn commit: r271966 - head/usr.bin/mkimg/tests

2014-09-22 Thread Marcel Moolenaar
Author: marcel Date: Mon Sep 22 15:08:58 2014 New Revision: 271966 URL: http://svnweb.freebsd.org/changeset/base/271966 Log: Update the unit tests to include the QCOW (version 1) format. This is a good safety net for when V2 is added. Added:

svn commit: r271967 - stable/10/usr.bin/mkimg

2014-09-22 Thread Marcel Moolenaar
Author: marcel Date: Mon Sep 22 15:22:57 2014 New Revision: 271967 URL: http://svnweb.freebsd.org/changeset/base/271967 Log: MFC 271482: Add support for adding empty partition entries. Relnotes: yes Approved by: re@ (gjb) Modified: stable/10/usr.bin/mkimg/mkimg.1

svn commit: r271968 - head/usr.bin/mkimg/tests

2014-09-22 Thread Marcel Moolenaar
Author: marcel Date: Mon Sep 22 15:27:23 2014 New Revision: 271968 URL: http://svnweb.freebsd.org/changeset/base/271968 Log: Don't echo '# $FreeBSD$' as the first line into the .uu file. Keyword substitution applies to this file, including the echo command. Avoid the match (and

svn commit: r271969 - stable/10/sys/dev/altera/atse

2014-09-22 Thread Bjoern A. Zeeb
Author: bz Date: Mon Sep 22 15:32:31 2014 New Revision: 271969 URL: http://svnweb.freebsd.org/changeset/base/271969 Log: MFC r271679: Merge atse(4) interrupt handling and race condition fixes from cheribsd. Obtained from: cheribsd Submitted by: rwatson,

svn commit: r271970 - head/contrib/ipfilter/lib

2014-09-22 Thread Cy Schubert
Author: cy Date: Mon Sep 22 16:03:29 2014 New Revision: 271970 URL: http://svnweb.freebsd.org/changeset/base/271970 Log: ipv6 address for test.hosts.dots in wrong byte order. Approved by: glebius (mentor) Obtained from:ipfilter CVS repo (r1.11), netbsd CVS repo (r1.5) Modified:

Re: svn commit: r271771 - in head: bin/csh etc/mail lib/libc usr.bin/grep usr.sbin/mtree

2014-09-22 Thread Will Andrews
On Sat, Sep 20, 2014 at 1:38 AM, Bruce Evans b...@optusnet.com.au wrote: The log message is confused. Source files are not being overwritten. They are being copied to object directories using cp. Then if they are read-only in the source directory, they are read-only in the object directory,

svn commit: r271971 - head/contrib/ipfilter/lib

2014-09-22 Thread Cy Schubert
Author: cy Date: Mon Sep 22 16:06:37 2014 New Revision: 271971 URL: http://svnweb.freebsd.org/changeset/base/271971 Log: #553 gethost needs to zero entire IP address structure Approved by: glebius (mentor) Obtained from:ipfilter CVS repo (r1.11) Modified:

svn commit: r271972 - head/contrib/ipfilter/lib

2014-09-22 Thread Cy Schubert
Author: cy Date: Mon Sep 22 16:09:18 2014 New Revision: 271972 URL: http://svnweb.freebsd.org/changeset/base/271972 Log: #536 ipnat can try to print rule as dstlist incorrectly Approved by: glebius (mentor) Obtained from:ipfilter CVS repo (r1.14), netbsd CVS repo (r1.3)

svn commit: r271973 - stable/10/sys/dev/vt

2014-09-22 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Mon Sep 22 16:13:33 2014 New Revision: 271973 URL: http://svnweb.freebsd.org/changeset/base/271973 Log: vt(4): Merge several bug fixes and improvements SVN revisions in this MFC: 271756 271758 271868 271871 271872 271899 Detailed commit list: r271756:

svn commit: r271974 - head/contrib/ipfilter/tools

2014-09-22 Thread Cy Schubert
Author: cy Date: Mon Sep 22 16:13:38 2014 New Revision: 271974 URL: http://svnweb.freebsd.org/changeset/base/271974 Log: #551 ipf.conf address structure not properly zero filled Approved by: glebius (mentor) Obtained from:ipfilter CVS repo (r1.37), netbsd CVS repo (r1.3)

svn commit: r271975 - head/sys/dev/asmc

2014-09-22 Thread Rui Paulo
Author: rpaulo Date: Mon Sep 22 16:20:38 2014 New Revision: 271975 URL: http://svnweb.freebsd.org/changeset/base/271975 Log: Improvements to asmc(4): 1. changed the code so that 2**16 keys are supported 2. changed the number of possible fans in a system from 2 to 6 3. added write

svn commit: r271977 - head/contrib/ipfilter/tools

2014-09-22 Thread Cy Schubert
Author: cy Date: Mon Sep 22 16:21:25 2014 New Revision: 271977 URL: http://svnweb.freebsd.org/changeset/base/271977 Log: 3561691 gethost never returns an ipv6 address Approved by: glebius (mentor) Obtained from:ipfilter CVS repo (r1.34), netbsd CVS repo (r1.4) Modified:

svn commit: r271976 - in head/sys: fs/devfs kern ofed/include/linux opencrypto sys

2014-09-22 Thread John Baldwin
Author: jhb Date: Mon Sep 22 16:20:47 2014 New Revision: 271976 URL: http://svnweb.freebsd.org/changeset/base/271976 Log: Add a new fo_fill_kinfo fileops method to add type-specific information to struct kinfo_file. - Move the various fill_*_info() methods out of kern_descrip.c and into the

svn commit: r271978 - head/contrib/ipfilter/tools

2014-09-22 Thread Cy Schubert
Author: cy Date: Mon Sep 22 16:35:48 2014 New Revision: 271978 URL: http://svnweb.freebsd.org/changeset/base/271978 Log: #552 destination port not zero after parsing nat rule Approved by: glebius (mentor) Obtained from:netbsd CVS repo (r1.4), ipfilter CVS repo (r1.38) Modified:

svn commit: r271979 - head/usr.bin/mkimg/tests

2014-09-22 Thread Marcel Moolenaar
Author: marcel Date: Mon Sep 22 16:37:37 2014 New Revision: 271979 URL: http://svnweb.freebsd.org/changeset/base/271979 Log: Don't update the baseline file when the result of the test is identical to the baseline. Since we don't run gzip with the -n option, the output of gzip varies for

svn commit: r271980 - head/sys/contrib/ipfilter/netinet

2014-09-22 Thread Cy Schubert
Author: cy Date: Mon Sep 22 16:45:28 2014 New Revision: 271980 URL: http://svnweb.freebsd.org/changeset/base/271980 Log: Check for NULL before de-refencing; in particular sel is assigned to NULL, in the default case, and then couple of lines down we do sel- Approved by: glebius (mentor)

svn commit: r271981 - head/usr.bin/mkimg/tests

2014-09-22 Thread Marcel Moolenaar
Author: marcel Date: Mon Sep 22 16:52:09 2014 New Revision: 271981 URL: http://svnweb.freebsd.org/changeset/base/271981 Log: Rename the tests to something more meaningful. I spent way too long trying to get the test name right, failed, gave up and used a sequence number instead. When I

svn commit: r271982 - head/sys/compat/linux

2014-09-22 Thread Sean Bruno
Author: sbruno Date: Mon Sep 22 17:26:07 2014 New Revision: 271982 URL: http://svnweb.freebsd.org/changeset/base/271982 Log: Bump minimum linux compat version to support Centos6 ports updates for linux. Update linux compat minimum revision to match linux-c6 now in ports. This is a

svn commit: r271983 - head/sys/opencrypto

2014-09-22 Thread John Baldwin
Author: jhb Date: Mon Sep 22 17:32:27 2014 New Revision: 271983 URL: http://svnweb.freebsd.org/changeset/base/271983 Log: Fix build for kernels without COMPAT_FREEBSD32. Modified: head/sys/opencrypto/cryptodev.c Modified: head/sys/opencrypto/cryptodev.c

svn commit: r271984 - stable/7/sys/modules/bxe

2014-09-22 Thread David C Somayajulu
Author: davidcs Date: Mon Sep 22 18:29:14 2014 New Revision: 271984 URL: http://svnweb.freebsd.org/changeset/base/271984 Log: MFC r271726 Remove clean option in Makefile Modified: stable/7/sys/modules/bxe/Makefile Directory Properties: stable/7/ (props changed) stable/7/sys/ (props

svn commit: r271985 - stable/7/sys/modules/bce

2014-09-22 Thread David C Somayajulu
Author: davidcs Date: Mon Sep 22 18:31:40 2014 New Revision: 271985 URL: http://svnweb.freebsd.org/changeset/base/271985 Log: MFC r271727 Remove clean option form Makefile Modified: stable/7/sys/modules/bce/Makefile Directory Properties: stable/7/ (props changed) stable/7/sys/

svn commit: r271986 - stable/7/sys/dev/bxe

2014-09-22 Thread David C Somayajulu
Author: davidcs Date: Mon Sep 22 18:36:37 2014 New Revision: 271986 URL: http://svnweb.freebsd.org/changeset/base/271986 Log: MFC r271728 For ECORE_DBG_BREAK_IF() ECORE_BUG() ECORE_BUG_ON() check bxe_debug flag before printing error message. Modified: stable/7/sys/dev/bxe/ecore_sp.h

svn commit: r271987 - stable/8/sys/modules/bxe

2014-09-22 Thread David C Somayajulu
Author: davidcs Date: Mon Sep 22 18:57:37 2014 New Revision: 271987 URL: http://svnweb.freebsd.org/changeset/base/271987 Log: MFC r271726 Remove clean option from Makefile Modified: stable/8/sys/modules/bxe/Makefile Directory Properties: stable/8/ (props changed) stable/8/sys/

svn commit: r271988 - stable/10/sys/modules/bxe

2014-09-22 Thread David C Somayajulu
Author: davidcs Date: Mon Sep 22 19:00:30 2014 New Revision: 271988 URL: http://svnweb.freebsd.org/changeset/base/271988 Log: MFC r271726 remove clean option from Makefile Approved by: re(gjb) Modified: stable/10/sys/modules/bxe/Makefile Directory Properties: stable/10/ (props

svn commit: r271989 - stable/8/sys/modules/bce

2014-09-22 Thread David C Somayajulu
Author: davidcs Date: Mon Sep 22 19:03:23 2014 New Revision: 271989 URL: http://svnweb.freebsd.org/changeset/base/271989 Log: MFC r271727 remove clean option from Makefile Modified: stable/8/sys/modules/bce/Makefile Directory Properties: stable/8/ (props changed) stable/8/sys/

svn commit: r271990 - head

2014-09-22 Thread Sean Bruno
disable the most expensive debugging functionality run ln -s 'abort:false,junk:false' /etc/malloc.conf.) +20140922: + At svn r271982, The default linux compat kernel ABI has been adjusted + to 2.6.18 in support of the linux-c6 compat ports infrastructure + update. If you

svn commit: r271991 - stable/8/sys/dev/bxe

2014-09-22 Thread David C Somayajulu
Author: davidcs Date: Mon Sep 22 19:09:04 2014 New Revision: 271991 URL: http://svnweb.freebsd.org/changeset/base/271991 Log: MFC r271728 For ECORE_DBG_BREAK_IF() ECORE_BUG() ECORE_BUG_ON() check bxe_debug flag before printing error message. Modified: stable/8/sys/dev/bxe/ecore_sp.h

svn commit: r271992 - in head: . share/man/man9 sys/sys

2014-09-22 Thread Li-Wen Hsu
@@ # xargs -n1 | sort | uniq -d; # done +# 20140922: sleepq_calc_signal_retval.9 and sleepq_catch_signals.9 removed +OLD_FILES+=usr/share/man/man9/sleepq_calc_signal_retval.9.gz +OLD_FILES+=usr/share/man/man9/sleepq_catch_signals.9.gz # 20140917: hv_kvpd rc.d script removed in favor of devd

svn commit: r271993 - stable/9/sys/modules/bxe

2014-09-22 Thread David C Somayajulu
Author: davidcs Date: Mon Sep 22 19:28:21 2014 New Revision: 271993 URL: http://svnweb.freebsd.org/changeset/base/271993 Log: MFC r271726 remove clean option from Makefile Modified: stable/9/sys/modules/bxe/Makefile Directory Properties: stable/9/ (props changed) stable/9/sys/

svn commit: r271994 - stable/9/sys/modules/bce

2014-09-22 Thread David C Somayajulu
Author: davidcs Date: Mon Sep 22 19:37:03 2014 New Revision: 271994 URL: http://svnweb.freebsd.org/changeset/base/271994 Log: MFC r271727 remove clean option from Makefile Modified: stable/9/sys/modules/bce/Makefile Directory Properties: stable/9/ (props changed) stable/9/sys/

svn commit: r271995 - stable/9/sys/dev/bxe

2014-09-22 Thread David C Somayajulu
Author: davidcs Date: Mon Sep 22 19:42:18 2014 New Revision: 271995 URL: http://svnweb.freebsd.org/changeset/base/271995 Log: MFC r271728 For ECORE_DBG_BREAK_IF() ECORE_BUG() ECORE_BUG_ON() check bxe_debug flag before printing error message. Modified: stable/9/sys/dev/bxe/ecore_sp.h

svn commit: r271996 - in stable/10/sys/boot: amd64/boot1.efi efi/include efi/libefi

2014-09-22 Thread Ed Maste
Author: emaste Date: Mon Sep 22 19:56:21 2014 New Revision: 271996 URL: http://svnweb.freebsd.org/changeset/base/271996 Log: MFC r271762: Switch to text mode in UEFI boot The loader previously failed to display on MacBooks and other systems where the UEFI firmware remained in

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

2014-09-22 Thread Christian Brueffer
Author: brueffer Date: Mon Sep 22 20:04:59 2014 New Revision: 271997 URL: http://svnweb.freebsd.org/changeset/base/271997 Log: Spelling, grammar and punctuation fixes. Approved by: re (gjb) Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r271998 - stable/10/sys/ia64/ia64

2014-09-22 Thread Marcel Moolenaar
Author: marcel Date: Mon Sep 22 20:10:45 2014 New Revision: 271998 URL: http://svnweb.freebsd.org/changeset/base/271998 Log: Make sure all memory updates are made visible before we let go of the thread in cpu_switch(). It's otherwise possible that on another CPU the thread continues from

svn commit: r271999 - in stable/10/sys: amd64/amd64 amd64/include i386/i386 i386/include i386/isa x86/acpica

2014-09-22 Thread John Baldwin
Author: jhb Date: Mon Sep 22 20:34:36 2014 New Revision: 271999 URL: http://svnweb.freebsd.org/changeset/base/271999 Log: MFC 270850,271053,271192,271717: Save and restore FPU state across suspend and resume on i386. - Create a separate structure for per-CPU state saved across suspend and

svn commit: r272000 - head/sys/dev/tws

2014-09-22 Thread John Baldwin
Author: jhb Date: Mon Sep 22 20:38:01 2014 New Revision: 272000 URL: http://svnweb.freebsd.org/changeset/base/272000 Log: Switch from timeout(9) to callout(9). In addition, do not teardown the IRQ handler while resetting the controller and add some missing teardown actions in detach.

svn commit: r272001 - stable/10/sys/modules/bce

2014-09-22 Thread David C Somayajulu
Author: davidcs Date: Mon Sep 22 20:53:17 2014 New Revision: 272001 URL: http://svnweb.freebsd.org/changeset/base/272001 Log: MFC r271727 remove clean option from Makefile Approved by: re(gjb) Modified: stable/10/sys/modules/bce/Makefile Directory Properties: stable/10/ (props

svn commit: r272002 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2014-09-22 Thread Mark Johnston
Author: markj Date: Mon Sep 22 21:02:38 2014 New Revision: 272002 URL: http://svnweb.freebsd.org/changeset/base/272002 Log: Remove some variables that are no longer used as of r271413. Reported by: Coverity CID: 1238924 X-MFC-With: r271413 Modified:

svn commit: r272003 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2014-09-22 Thread Mark Johnston
Author: markj Date: Mon Sep 22 21:09:30 2014 New Revision: 272003 URL: http://svnweb.freebsd.org/changeset/base/272003 Log: Remove an incorrect close(2) call that was added in r271413. Reported by: Coverity CID: 1238923 X-MFC-With: r271413 Modified:

svn commit: r272004 - stable/10/sys/dev/bxe

2014-09-22 Thread David C Somayajulu
Author: davidcs Date: Mon Sep 22 21:12:30 2014 New Revision: 272004 URL: http://svnweb.freebsd.org/changeset/base/272004 Log: MFC r271728 For ECORE_DBG_BREAK_IF() ECORE_BUG() ECORE_BUG_ON() check bxe_debug flag before printing error message. Approved by: re(gjb) Modified:

svn commit: r272006 - stable/10/sys/geom/eli

2014-09-22 Thread Colin Percival
Author: cperciva Date: Tue Sep 23 00:43:18 2014 New Revision: 272006 URL: http://svnweb.freebsd.org/changeset/base/272006 Log: MFC r271664: Cache GELI passphrases entered at the console during the boot process, in order to improve user-friendliness when a system has multiple disks

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

2014-09-22 Thread Peter Grehan
Author: grehan Date: Tue Sep 23 01:17:22 2014 New Revision: 272007 URL: http://svnweb.freebsd.org/changeset/base/272007 Log: Correct display of bhyve SMBIOS UUIDs with dmidecode by bumping the version. The mixed little/big-endianness of SMBIOS UUIDs was clarified in v2.6 of the SMBIOS

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

2014-09-22 Thread Glen Barber
Author: gjb Date: Tue Sep 23 01:18:16 2014 New Revision: 272011 URL: http://svnweb.freebsd.org/changeset/base/272011 Log: Document r271967, mkimg(1) empty partition support. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified:

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

2014-09-22 Thread Glen Barber
Author: gjb Date: Tue Sep 23 01:18:09 2014 New Revision: 272008 URL: http://svnweb.freebsd.org/changeset/base/272008 Log: Document r271470, addition of BIOS- and UEFI-capable CDROM images. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified:

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

2014-09-22 Thread Glen Barber
Author: gjb Date: Tue Sep 23 01:18:18 2014 New Revision: 272012 URL: http://svnweb.freebsd.org/changeset/base/272012 Log: Document r272006, GEOM_ELI passphrase caching on boot with multiple providers. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified:

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

2014-09-22 Thread Glen Barber
Author: gjb Date: Tue Sep 23 01:18:11 2014 New Revision: 272009 URL: http://svnweb.freebsd.org/changeset/base/272009 Log: Document r271816, drm/i915 HW context support. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified:

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

2014-09-22 Thread Glen Barber
Author: gjb Date: Tue Sep 23 01:18:13 2014 New Revision: 272010 URL: http://svnweb.freebsd.org/changeset/base/272010 Log: Add sponsor attribution for r271470 Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified:

svn commit: r272013 - in head/sys: dev/pci kern sys

2014-09-22 Thread Justin Hibbits
Author: jhibbits Date: Tue Sep 23 02:56:40 2014 New Revision: 272013 URL: http://svnweb.freebsd.org/changeset/base/272013 Log: Stage one of multipass suspend/resume Summary: Add the beginnings of multipass suspend/resume, by introducing BUS_SUSPEND_CHILD/BUS_RESUME_CHILD, and move the

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

2014-09-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Sep 23 04:13:21 2014 New Revision: 272014 URL: http://svnweb.freebsd.org/changeset/base/272014 Log: We should have an isync after switching MSR[SF] in bootstrap. Submitted by: Mark Millard MFC after:3 days Modified: head/sys/powerpc/aim/locore64.S

svn commit: r272015 - in head/sys: conf dev/ncr modules modules/ncr pci

2014-09-22 Thread Rui Paulo
Author: rpaulo Date: Tue Sep 23 05:37:17 2014 New Revision: 272015 URL: http://svnweb.freebsd.org/changeset/base/272015 Log: Move pci/ncr to dev/ncr. Added: head/sys/dev/ncr/ head/sys/dev/ncr/locate.pl - copied unchanged from r272014, head/sys/pci/locate.pl head/sys/dev/ncr/ncr.c

svn commit: r272016 - in head/sys: conf dev/amdsmb dev/nfsmb modules/i2c/controllers/amdsmb modules/i2c/controllers/nfsmb pci

2014-09-22 Thread Rui Paulo
Author: rpaulo Date: Tue Sep 23 05:54:18 2014 New Revision: 272016 URL: http://svnweb.freebsd.org/changeset/base/272016 Log: Move amdsmb and nfsmb from dev/pci to their own device directory. Added: head/sys/dev/amdsmb/ head/sys/dev/amdsmb/amdsmb.c - copied unchanged from r272014,