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

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: head/usr.sbin/bsdinstall/

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

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 src.libn

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 initarm(

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

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 obje

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

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

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

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 registered

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 dat

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

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 Sponsored