svn commit: r272019 - head/sys

2014-09-22 Thread Rui Paulo
Author: rpaulo Date: Tue Sep 23 06:32:19 2014 New Revision: 272019 URL: http://svnweb.freebsd.org/changeset/base/272019 Log: Remove "pci" from CSCOPEDIRS. Modified: head/sys/Makefile Modified: head/sys/Makefile == --

svn commit: r272018 - head/sys/pci

2014-09-22 Thread Rui Paulo
Author: rpaulo Date: Tue Sep 23 06:31:46 2014 New Revision: 272018 URL: http://svnweb.freebsd.org/changeset/base/272018 Log: Remove the empty sys/pci directory. Deleted: head/sys/pci/ ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.or

svn commit: r272017 - in head/sys: conf dev/alpm dev/amdpm dev/intpm dev/viapm modules/i2c/controllers/alpm modules/i2c/controllers/amdpm modules/i2c/controllers/intpm modules/i2c/controllers/viapm...

2014-09-22 Thread Rui Paulo
Author: rpaulo Date: Tue Sep 23 06:31:15 2014 New Revision: 272017 URL: http://svnweb.freebsd.org/changeset/base/272017 Log: Move all the power management (SMBus) drivers to their own directory, away from sys/pci. Added: head/sys/dev/alpm/ head/sys/dev/alpm/alpm.c - copied unchanged

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, head/

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

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 P

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 spe

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: head/cddl/contrib/open

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: head/cddl/contrib/open

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

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

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

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 reali

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

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: 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: head/c

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 suppor

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

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) Modified

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: head/contrib/ipfilter

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:

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 substitution

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 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, even if they are

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: head/usr.bin/mkimg/tests/img-1x1-4096-apm.qcow.gz

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 single

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: head/sys/dev/acpica/acpi.c

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: head/share/man/man9

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, th

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

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: head/sys/cam/ctl/ctl_fronte

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: 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 Modified: head/sys/dev/usb/

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

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 =