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

2014-08-06 Thread Alexander Motin
Author: mav Date: Wed Aug 6 08:54:31 2014 New Revision: 269622 URL: http://svnweb.freebsd.org/changeset/base/269622 Log: Fix several issues and inconsistencies in UNMAP capabilities reporting. This makes Windows 2012 to start using UNMAP on our disks. MFC after:2 weeks

Re: svn commit: r269621 - head/sys/boot/common

2014-08-06 Thread Bruce Simpson
On 06/08/2014 01:36, Marcel Moolenaar wrote: Log: Optionally include the install command as found on Juniper products like EX and SRX. The install command uses pkgfs to extract a kernel, zero or more modules and a root file system from the specified package and boots the kernel. The

svn commit: r269623 - stable/10/lib/libc/stdio

2014-08-06 Thread Andrey A . Chernov
Author: ache Date: Wed Aug 6 10:33:43 2014 New Revision: 269623 URL: http://svnweb.freebsd.org/changeset/base/269623 Log: MFC: r268997 For a-mode files and rewind/fseek + fwrite combination return meaningful value now, like Apple does, but avoid their __sflush physical write

svn commit: r269624 - stable/10/lib/libc/stdio

2014-08-06 Thread Andrey A . Chernov
Author: ache Date: Wed Aug 6 10:38:06 2014 New Revision: 269624 URL: http://svnweb.freebsd.org/changeset/base/269624 Log: MFC: r269116 In the Too many open files edge cases don't try to preserve old number for non-std* descriptors, but close old file and retry. Obtained from:

svn commit: r269627 - head/sbin/mount

2014-08-06 Thread Steven Kreuzer
Author: skreuzer (doc,ports committer) Date: Wed Aug 6 14:38:09 2014 New Revision: 269627 URL: http://svnweb.freebsd.org/changeset/base/269627 Log: Mention tmpfs(5) PR: 192389 Submitted by: yaneurab...@gmail.com Approved by: hrs (mentor) Modified: head/sbin/mount/mount.8

Re: svn commit: r267451 - head/sys/dev/mfi

2014-08-06 Thread Martin Nilsson
Can anybody MFC this to 10-STABLE so we can use the mrsas driver with the adapters that are supported? mfi is sometimes very slow with the 12Gbit SAS cards. On 2014-06-14 00:33, Xin LI wrote: Author: delphij Date: Fri Jun 13 22:33:41 2014 New Revision: 267451 URL:

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

2014-08-06 Thread Alexander Motin
Author: mav Date: Wed Aug 6 17:02:19 2014 New Revision: 269631 URL: http://svnweb.freebsd.org/changeset/base/269631 Log: Reduce reported additional INQUIRY data length. sizeof(struct scsi_inquiry_data) of 256 bytes combined with off-by-one error in the changed code gave total INQUIRY

svn commit: r269633 - stable/9/sbin/setkey

2014-08-06 Thread Warren Block
Author: wblock (doc committer) Date: Wed Aug 6 17:40:11 2014 New Revision: 269633 URL: http://svnweb.freebsd.org/changeset/base/269633 Log: MFC r269091: Fix spelling of Camellia algorithm. While here, replace blank lines between examples with actual .Pp breaks. Modified:

svn commit: r269634 - in head/sys/dev/drm2: i915 ttm

2014-08-06 Thread Roger Pau Monné
Author: royger Date: Wed Aug 6 17:45:59 2014 New Revision: 269634 URL: http://svnweb.freebsd.org/changeset/base/269634 Log: drm: fix usage of vm_phys_fictitious_to_vm_page vm_phys_fictitious_to_vm_page should not be called directly, even when operating on a range that has been

svn commit: r269632 - stable/10/sbin/setkey

2014-08-06 Thread Warren Block
Author: wblock (doc committer) Date: Wed Aug 6 17:38:35 2014 New Revision: 269632 URL: http://svnweb.freebsd.org/changeset/base/269632 Log: MFC r269091: Fix spelling of Camellia algorithm. While here, replace blank lines between examples with actual .Pp breaks. Modified:

svn commit: r269636 - head/sys/dev/vt/hw/ofwfb

2014-08-06 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Aug 6 18:13:09 2014 New Revision: 269636 URL: http://svnweb.freebsd.org/changeset/base/269636 Log: Set fb_pbase properly on PowerPC in the case where we have to guess at the right register bank for the framebuffer. Disable the assigned-addresses path on SPARC

svn commit: r269638 - head/tools/tools/ath/athdecode

2014-08-06 Thread Adrian Chadd
Author: adrian Date: Wed Aug 6 18:59:39 2014 New Revision: 269638 URL: http://svnweb.freebsd.org/changeset/base/269638 Log: Fix athdecode to actually work. * Add AR9287 and AR9331 chipset support - it just uses the AR5416 support for now so some of the register mappings are wrong, but

svn commit: r269639 - in head/release: . arm

2014-08-06 Thread Glen Barber
Author: gjb Date: Wed Aug 6 19:04:05 2014 New Revision: 269639 URL: http://svnweb.freebsd.org/changeset/base/269639 Log: Merge the following from ^/projects/release-noxdev: r269549, r269551, r269552, r269553, r269554, r269555, r269558, r269559, r269560, r269561, r269628, r269629, r269630,

svn commit: r269640 - head/release

2014-08-06 Thread Glen Barber
Author: gjb Date: Wed Aug 6 19:06:38 2014 New Revision: 269640 URL: http://svnweb.freebsd.org/changeset/base/269640 Log: Comment load_chroot_env() and load_target_env() in the release/release.conf.sample file. The uncommented version snuck in during testing. Sponsored by: The FreeBSD

svn commit: r269642 - head/sys/vm

2014-08-06 Thread Konstantin Belousov
Author: kib Date: Wed Aug 6 19:30:35 2014 New Revision: 269642 URL: http://svnweb.freebsd.org/changeset/base/269642 Log: Add wrappers to assert that vm object is unlocked and for try upgrade. Reviewed by: alc Sponsored by: The FreeBSD Foundation MFC after:1 week Modified:

svn commit: r269643 - head/sys/vm

2014-08-06 Thread Konstantin Belousov
Author: kib Date: Wed Aug 6 19:34:03 2014 New Revision: 269643 URL: http://svnweb.freebsd.org/changeset/base/269643 Log: The vm_pager_page_unswapped() pager op is only implemented for the swap pager. Swap pager uses a private mutex to protect swap metadata, and does not rely on the vm

svn commit: r269644 - in head/sys/dev/cxgbe: . common

2014-08-06 Thread Navdeep Parhar
Author: np Date: Wed Aug 6 19:38:03 2014 New Revision: 269644 URL: http://svnweb.freebsd.org/changeset/base/269644 Log: cxgbe(4): Let caller specify whether it's ok to sleep in t4_sched_config and t4_sched_params. MFC after:2 weeks Modified: head/sys/dev/cxgbe/common/common.h

svn commit: r269645 - head/sys/arm/xscale/ixp425

2014-08-06 Thread John-Mark Gurney
Author: jmg Date: Wed Aug 6 21:16:15 2014 New Revision: 269645 URL: http://svnweb.freebsd.org/changeset/base/269645 Log: put these under bootverbose, they are only needed for debugging, not useful for the normal user durning normal runtime... Modified: head/sys/arm/xscale/ixp425/if_npe.c

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

2014-08-06 Thread Ian Lepore
Author: ian Date: Wed Aug 6 21:27:15 2014 New Revision: 269646 URL: http://svnweb.freebsd.org/changeset/base/269646 Log: Use a SYSINIT to init the array of interrupt names on arm. This was called from initarm() in arm/machdep.c, but many legacy arm platforms have their own private

svn commit: r269647 - stable/9/sys/dev/e1000

2014-08-06 Thread Jack F Vogel
Author: jfv Date: Wed Aug 6 22:15:01 2014 New Revision: 269647 URL: http://svnweb.freebsd.org/changeset/base/269647 Log: MFC of the r267935 - Shared code update - em driver support for i218 devices - igb brought up to the 2.4.0 level Modified:

svn commit: r269648 - in head: . gnu/usr.bin/gdb gnu/usr.bin/gdb/gdb gnu/usr.bin/gdb/gdbtui gnu/usr.bin/gdb/kgdb kerberos5/lib/libkrb5 kerberos5/libexec/digest-service kerberos5/libexec/kcm lib/lib...

2014-08-06 Thread Baptiste Daroussin
Author: bapt Date: Wed Aug 6 22:17:26 2014 New Revision: 269648 URL: http://svnweb.freebsd.org/changeset/base/269648 Log: Rework privatelib/internallib Make sure everything linking to a privatelib and/or an internallib does it directly from the OBJDIR rather than DESTDIR. Add

svn commit: r269649 - in head: lib lib/libohash share/mk usr.bin/m4 usr.bin/m4/lib

2014-08-06 Thread Baptiste Daroussin
Author: bapt Date: Wed Aug 6 22:46:15 2014 New Revision: 269649 URL: http://svnweb.freebsd.org/changeset/base/269649 Log: Make libohash a proper internallib instead of hidding it in m4 mandoc development seems to be also using ohash so prepare to share the code when needed Added:

svn commit: r269650 - head

2014-08-06 Thread Baptiste Daroussin
Author: bapt Date: Wed Aug 6 23:06:09 2014 New Revision: 269650 URL: http://svnweb.freebsd.org/changeset/base/269650 Log: Add more private obsolete files Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r269651 - stable/10/sbin/restore

2014-08-06 Thread Kirk McKusick
Author: mckusick Date: Wed Aug 6 23:33:16 2014 New Revision: 269651 URL: http://svnweb.freebsd.org/changeset/base/269651 Log: MFC of r269303: When restoring a UFS dump onto a ZFS filesystem, an assertion in restore was failing because ZFS was reporting a blocksize that was not a

svn commit: r269652 - stable/9/sbin/restore

2014-08-06 Thread Kirk McKusick
Author: mckusick Date: Thu Aug 7 00:32:23 2014 New Revision: 269652 URL: http://svnweb.freebsd.org/changeset/base/269652 Log: MFC of r269303: When restoring a UFS dump onto a ZFS filesystem, an assertion in restore was failing because ZFS was reporting a blocksize that was not a

svn commit: r269653 - head/usr.sbin/bsdinstall/scripts

2014-08-06 Thread Andrew Thompson
Author: thompsa Date: Thu Aug 7 01:51:01 2014 New Revision: 269653 URL: http://svnweb.freebsd.org/changeset/base/269653 Log: Give a brief message as to what error was encountered to help the user along. Reviewed by: nwhitehorn MFC after:2 weeks Modified:

svn commit: r269654 - stable/10/contrib/subversion/subversion/svn

2014-08-06 Thread Glen Barber
Author: gjb Date: Thu Aug 7 02:26:45 2014 New Revision: 269654 URL: http://svnweb.freebsd.org/changeset/base/269654 Log: MFC r269318: Replace 'GNATS' with 'Bugzilla' in the base subversion commit template. Approved by: peter (implicit, original approver) Sponsored by: The

svn commit: r269655 - in stable/10/sys/fs: nfs nfsserver

2014-08-06 Thread Konstantin Belousov
Author: kib Date: Thu Aug 7 03:50:30 2014 New Revision: 269655 URL: http://svnweb.freebsd.org/changeset/base/269655 Log: MFC r269347: Do not generate 1000 unique lock names for nfsrc hash chain locks. Shorten the names of some nfs mutexes. Modified: stable/10/sys/fs/nfs/nfsrvcache.h

svn commit: r269656 - in head: bin/ps sys/kern sys/sys

2014-08-06 Thread Konstantin Belousov
Author: kib Date: Thu Aug 7 05:47:53 2014 New Revision: 269656 URL: http://svnweb.freebsd.org/changeset/base/269656 Log: Correct the problems with the ptrace(2) making the debuggee an orphan. One problem is inferior(9) looping due to the process tree becoming a graph instead of tree if the