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

2014-11-21 Thread Alexander Motin
Author: mav Date: Fri Nov 21 08:24:37 2014 New Revision: 274786 URL: https://svnweb.freebsd.org/changeset/base/274786 Log: Log errors for absent LUNs too. MFC after:1 week Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

Re: svn commit: r274655 - in head/sys/dev/virtio: block mmio

2014-11-21 Thread Andrew Turner
On Tue, 18 Nov 2014 14:11:15 + (UTC) Ruslan Bukin b...@freebsd.org wrote: Author: br Date: Tue Nov 18 14:11:14 2014 New Revision: 274655 URL: https://svnweb.freebsd.org/changeset/base/274655 Log: Add Virtio MMIO bus driver. This is missing a config option to allow it to be built. I

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

2014-11-21 Thread Konstantin Belousov
Author: kib Date: Fri Nov 21 10:22:54 2014 New Revision: 274787 URL: https://svnweb.freebsd.org/changeset/base/274787 Log: MFC r274501: In vfs_write_suspend_umnt(), if suspension cannot be established, do not forget to restore write ops count when returning the error. Modified:

svn commit: r274788 - head/sys/mips/mips

2014-11-21 Thread Bjoern A. Zeeb
Author: bz Date: Fri Nov 21 10:47:29 2014 New Revision: 274788 URL: https://svnweb.freebsd.org/changeset/base/274788 Log: Fix build for certain MIPS kernels hiding an unused variable under #ifndef. Modified: head/sys/mips/mips/cpu.c Modified: head/sys/mips/mips/cpu.c

Re: svn commit: r274653 - head/usr.sbin/freebsd-update

2014-11-21 Thread Dag-Erling Smørgrav
Ian Lepore i...@freebsd.org writes: This is intended to guard against /var being an mfs due to diskless or readonly-root setup by rc.d/var during freebsd-update. I suppose it's possible for someone to configure /var in a persistant file-backed md on such a system. (Hmm, that's maybe even

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

2014-11-21 Thread Alexander Motin
Author: mav Date: Fri Nov 21 11:20:24 2014 New Revision: 274789 URL: https://svnweb.freebsd.org/changeset/base/274789 Log: Reduce race between LUN destruction and request arrival. MFC after:1 week Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

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

2014-11-21 Thread Alexander Motin
Author: mav Date: Fri Nov 21 11:21:39 2014 New Revision: 274790 URL: https://svnweb.freebsd.org/changeset/base/274790 Log: Remove bunch of unused lun variables. MFC after:1 week Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

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

2014-11-21 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Nov 21 12:35:18 2014 New Revision: 274791 URL: https://svnweb.freebsd.org/changeset/base/274791 Log: Add missing error checking for kernel_port_{add,remove}(). Both can fail for reasons yet unknown; don't make it increment cumulated_error as a kind of temporary

svn commit: r274792 - head/tools/tools/nanobsd

2014-11-21 Thread Nick Hibma
Author: n_hibma Date: Fri Nov 21 14:53:42 2014 New Revision: 274792 URL: https://svnweb.freebsd.org/changeset/base/274792 Log: Simply remove the tmp dir before creating the symlink. We are doing chroots all over the place, so there is bound to be a stale file lying around in there (in my

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

2014-11-21 Thread Andriy Gapon
On 13/10/2014 23:39, Xin LI wrote: Author: delphij Date: Mon Oct 13 20:39:51 2014 New Revision: 273060 URL: https://svnweb.freebsd.org/changeset/base/273060 Log: Use write_psize instead of write_asize when doing vdev_space_update. Without this change the accounting of L2ARC usage

svn commit: r274794 - stable/10/sys/netipsec

2014-11-21 Thread Andrey V. Elsukov
Author: ae Date: Fri Nov 21 15:21:39 2014 New Revision: 274794 URL: https://svnweb.freebsd.org/changeset/base/274794 Log: MFC r274230: Pass mbuf to pfil processing before stripping outer IP header as it is described in if_enc(4). Modified: stable/10/sys/netipsec/ipsec_input.c

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

2014-11-21 Thread Alexander Motin
Author: mav Date: Fri Nov 21 15:38:31 2014 New Revision: 274795 URL: https://svnweb.freebsd.org/changeset/base/274795 Log: Close race between cfiscsi_offline() and new connection arrival. Incoming connection should be either rejected or accepted and terminated. Modified:

svn commit: r274796 - head/usr.sbin/autofs

2014-11-21 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Nov 21 15:49:41 2014 New Revision: 274796 URL: https://svnweb.freebsd.org/changeset/base/274796 Log: Document use of wildcards (*) and ampersands () in autofs map files. Differential Revision:https://reviews.freebsd.org/D1199 Reviewed by: wblock@ MFC

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

2014-11-21 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Nov 21 16:14:32 2014 New Revision: 274797 URL: https://svnweb.freebsd.org/changeset/base/274797 Log: Fix error handling. MFC after:1 month Coverity CID: 1249768 Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/isns.c Modified:

svn commit: r274800 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-11-21 Thread Steven Hartland
Author: smh Date: Fri Nov 21 17:08:28 2014 New Revision: 274800 URL: https://svnweb.freebsd.org/changeset/base/274800 Log: MFC r274619: Disable TRIM on file backed ZFS vdevs and fix TRIM on init Sponsored by: Multiplay Modified:

svn commit: r274802 - head/share/mk

2014-11-21 Thread Craig Rodrigues
Author: rodrigc Date: Fri Nov 21 17:55:38 2014 New Revision: 274802 URL: https://svnweb.freebsd.org/changeset/base/274802 Log: Make MLINKS text match text in bsd.man.mk added by wosch@ in 1996. Modified: head/share/mk/bsd.README Modified: head/share/mk/bsd.README

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

2014-11-21 Thread Craig Rodrigues
Author: rodrigc Date: Fri Nov 21 17:57:37 2014 New Revision: 274803 URL: https://svnweb.freebsd.org/changeset/base/274803 Log: Create a vimage.9 link to vnet.9 Requested by: glebius Modified: head/share/man/man9/Makefile Modified: head/share/man/man9/Makefile

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

2014-11-21 Thread Alexander Motin
Author: mav Date: Fri Nov 21 18:00:00 2014 New Revision: 274804 URL: https://svnweb.freebsd.org/changeset/base/274804 Log: In conf_apply() remove iSCSI ports from kernel before removing LUNs. Previous order confused initiators with messages about removed LUNs during simple ctld restart

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

2014-11-21 Thread Alexander Motin
Author: mav Date: Fri Nov 21 18:05:02 2014 New Revision: 274805 URL: https://svnweb.freebsd.org/changeset/base/274805 Log: Make cfiscsi_offline() synchronous, waiting for connections termination before return. This should make ctld restart more clean and predictable. MFC after:2

svn commit: r274806 - head

2014-11-21 Thread Brooks Davis
Author: brooks Date: Fri Nov 21 18:18:37 2014 New Revision: 274806 URL: https://svnweb.freebsd.org/changeset/base/274806 Log: Add a guard against attempting to invoke the buildenv target with -j# as that silently exits rather than doing something useful. MFC after:1 week Sponsored

svn commit: r274807 - head

2014-11-21 Thread Brooks Davis
Author: brooks Date: Fri Nov 21 18:35:48 2014 New Revision: 274807 URL: https://svnweb.freebsd.org/changeset/base/274807 Log: Slightly alter the handling of LOCAL_LIB_DIRS to skip addition of directories in LOCAL_LIB_DIRS if they are subdirectories of directories listed in LOCAL_DIRS. This

svn commit: r274816 - in head: lib/libc/mips/gen sys/mips/include

2014-11-21 Thread Brooks Davis
Author: brooks Date: Fri Nov 21 20:02:06 2014 New Revision: 274816 URL: https://svnweb.freebsd.org/changeset/base/274816 Log: Add FPU support for MIPS setjmp(3)/longjmp(3). This change saves/restores the callee-saved MIPS floating point registers as documented by the o32/n32/n64 spec

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

2014-11-21 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 11/21/14 07:18, Andriy Gapon wrote: On 13/10/2014 23:39, Xin LI wrote: Author: delphij Date: Mon Oct 13 20:39:51 2014 New Revision: 273060 URL: https://svnweb.freebsd.org/changeset/base/273060 Log: Use write_psize instead of write_asize

svn commit: r274817 - in head: contrib/binutils/binutils contrib/binutils/include/elf sys/amd64/amd64 sys/compat/ia32 sys/i386/i386 sys/i386/isa sys/kern sys/sys sys/x86/include usr.bin/gcore

2014-11-21 Thread John Baldwin
Author: jhb Date: Fri Nov 21 20:53:17 2014 New Revision: 274817 URL: https://svnweb.freebsd.org/changeset/base/274817 Log: Improve support for XSAVE with debuggers. - Dump an NT_X86_XSTATE note if XSAVE is in use. This note is designed to match what Linux does in that 1) it dumps the

svn commit: r274818 - head/sys/boot/fdt/dts/mips

2014-11-21 Thread Brooks Davis
Author: brooks Date: Fri Nov 21 20:54:12 2014 New Revision: 274818 URL: https://svnweb.freebsd.org/changeset/base/274818 Log: Merge from CheriBSD (3422ebe71b6c06fe78b1be73623b240c219e08e3): Rename beripic to beripic0. MFC after:1 week Sponsored by: DARPA, AFRL Modified:

svn commit: r274819 - in head/sys: cam dev/advansys dev/aha dev/ahb dev/ahci dev/aic dev/arcmsr dev/asr dev/buslogic dev/ciss dev/dpt dev/firewire dev/glxiic dev/hpt27xx dev/hptnr dev/hptrr dev/hyp...

2014-11-21 Thread Steven Hartland
Author: smh Date: Fri Nov 21 21:01:24 2014 New Revision: 274819 URL: https://svnweb.freebsd.org/changeset/base/274819 Log: Prevent overflow issues in timeout processing Previously, any timeout value for which (timeout * hz) will overflow the signed integer, will give weird results, since

Re: svn commit: r274817 - in head: contrib/binutils/binutils contrib/binutils/include/elf sys/amd64/amd64 sys/compat/ia32 sys/i386/i386 sys/i386/isa sys/kern sys/sys sys/x86/include usr.bin/gcore

2014-11-21 Thread John Baldwin
On Friday, November 21, 2014 08:53:18 PM John Baldwin wrote: Author: jhb Date: Fri Nov 21 20:53:17 2014 New Revision: 274817 URL: https://svnweb.freebsd.org/changeset/base/274817 Log: Improve support for XSAVE with debuggers. - Dump an NT_X86_XSTATE note if XSAVE is in use. This note

svn commit: r274820 - head/sys/dev/altera/avgen

2014-11-21 Thread Brooks Davis
Author: brooks Date: Fri Nov 21 21:10:02 2014 New Revision: 274820 URL: https://svnweb.freebsd.org/changeset/base/274820 Log: Merge from CheriBSD (2e28d2a3090239b30481f35dc452ad95a5c57389) Remove initalized, but unused devname variable MFC after:1 week Sponsored by: DARPA, AFRL

svn commit: r274821 - head/sys/dev/altera/jtag_uart

2014-11-21 Thread Brooks Davis
Author: brooks Date: Fri Nov 21 21:14:05 2014 New Revision: 274821 URL: https://svnweb.freebsd.org/changeset/base/274821 Log: Merge from CheriBSD: commit d0c7d235c09fc65dbdb278e7016a96f79c6a49cc Make the Altera JTAG UART device driver slightly more forgiving of the foibles of a

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

2014-11-21 Thread Roman Divacky
On Tue, Nov 11, 2014 at 10:48:36PM +1100, Bruce Evans wrote: On Tue, 11 Nov 2014, [utf-8] Dag-Erling Sm??rgrav wrote: Bjoern A. Zeeb b...@freebsd.org writes: This fails to compile on all gcc platforms. cc1: warnings being treated as errors

svn commit: r274822 - head/share/man/man4

2014-11-21 Thread Ian Lepore
Author: ian Date: Fri Nov 21 21:30:08 2014 New Revision: 274822 URL: https://svnweb.freebsd.org/changeset/base/274822 Log: Document the recent enhancements for configuring bus speed in iicbus(4). Differential Revision:https://reviews.freebsd.org/D1182 PR: 195009

svn commit: r274823 - in head/sys: boot/fdt/dts/mips dev/terasic/mtl mips/beri mips/conf

2014-11-21 Thread Brooks Davis
Author: brooks Date: Fri Nov 21 21:34:19 2014 New Revision: 274823 URL: https://svnweb.freebsd.org/changeset/base/274823 Log: Merge from CheriBSD: commit 6d3c4c09226ad6bdd662e3e52489ef294a6ce298 Add terasic_mtl vt(4) framebuffer driver terasic_mtl can be built with

svn commit: r274825 - head/tools/tools/nanobsd

2014-11-21 Thread Warner Losh
Author: imp Date: Fri Nov 21 23:04:12 2014 New Revision: 274825 URL: https://svnweb.freebsd.org/changeset/base/274825 Log: Sort -K option before -k rather than at the top. MFC after:1 week Modified: head/tools/tools/nanobsd/nanobsd.sh Modified: head/tools/tools/nanobsd/nanobsd.sh

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

2014-11-21 Thread Scott Long via svn-src-all
On Nov 20, 2014, at 11:33 PM, Rui Paulo rpa...@me.com wrote: On Nov 13, 2014, at 14:11, Scott Long sco...@freebsd.org wrote: Author: scottl Date: Thu Nov 13 22:11:44 2014 New Revision: 274489 URL: https://svnweb.freebsd.org/changeset/base/274489 Log: Extend earlier addition of stack

svn commit: r274833 - in stable/10/sys/amd64: amd64 include

2014-11-21 Thread Scott Long
Author: scottl Date: Sat Nov 22 00:01:14 2014 New Revision: 274833 URL: https://svnweb.freebsd.org/changeset/base/274833 Log: MFC r274489: Add frame pointers to ASM functions in support.S Obtained from:Netflix Modified: stable/10/sys/amd64/amd64/support.S

svn commit: r274834 - head/sys/ufs/ufs

2014-11-21 Thread Davide Italiano
Author: davide Date: Sat Nov 22 00:37:37 2014 New Revision: 274834 URL: https://svnweb.freebsd.org/changeset/base/274834 Log: Make ufs_dirhashreclaimperc a percentage for real and rename it to ufs_dirhashreclaimpercent, as suggested by jhb@. As an added bonus this avoids divide-by-zero

svn commit: r274835 - head/sys/ufs/ufs

2014-11-21 Thread Davide Italiano
Author: davide Date: Sat Nov 22 00:42:30 2014 New Revision: 274835 URL: https://svnweb.freebsd.org/changeset/base/274835 Log: Use the correct variable name. Modified: head/sys/ufs/ufs/ufs_dirhash.c Modified: head/sys/ufs/ufs/ufs_dirhash.c

svn commit: r274836 - in head/usr.bin: . soeliminate

2014-11-21 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 22 01:22:03 2014 New Revision: 274836 URL: https://svnweb.freebsd.org/changeset/base/274836 Log: Add a new soeliminate(1) command mandoc(1) does not provide an equivalent of the GNU groff's soelim(1) as an external binary. It does provide the funcitonnality but

svn commit: r274837 - head/usr.bin

2014-11-21 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 22 01:27:45 2014 New Revision: 274837 URL: https://svnweb.freebsd.org/changeset/base/274837 Log: Revert accidently message Makefile from 274836 and connect soeliminate(1) Modified: head/usr.bin/Makefile Modified: head/usr.bin/Makefile

svn commit: r274839 - head/sys/arm/arm

2014-11-21 Thread Ian Lepore
Author: ian Date: Sat Nov 22 03:03:11 2014 New Revision: 274839 URL: https://svnweb.freebsd.org/changeset/base/274839 Log: When doing a PREREAD sync of an mbuf-type dma buffer, do a writeback of the first cacheline if the buffer start address is not on a cacheline boundary. Normally a

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

2014-11-21 Thread Alexander Motin
Author: mav Date: Sat Nov 22 04:40:24 2014 New Revision: 274840 URL: https://svnweb.freebsd.org/changeset/base/274840 Log: Make iSCSI frontend less chatty while waiting for tasks termination. MFC after:1 week Modified: head/sys/cam/ctl/ctl_frontend_iscsi.c Modified:

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

2014-11-21 Thread Bruce Evans
On Thu, 20 Nov 2014, Rui Paulo wrote: On Nov 13, 2014, at 14:11, Scott Long sco...@freebsd.org wrote: Author: scottl Date: Thu Nov 13 22:11:44 2014 New Revision: 274489 URL: https://svnweb.freebsd.org/changeset/base/274489 Log: Extend earlier addition of stack frames to most of support.S.