svn commit: r283905 - stable/10/usr.sbin/pmcstat

2015-06-02 Thread Hiren Panchasara
Author: hiren Date: Tue Jun 2 08:03:28 2015 New Revision: 283905 URL: https://svnweb.freebsd.org/changeset/base/283905 Log: MFC: r282866 Fix pmcstat symbol resolution for userland processes. When examining existing processes pmcstat fails to correctly determine the locations of

svn commit: r283930 - in stable/10: share/mk sys/arm/conf sys/conf sys/modules/dtb

2015-06-02 Thread Warner Losh
Author: imp Date: Tue Jun 2 21:24:47 2015 New Revision: 283930 URL: https://svnweb.freebsd.org/changeset/base/283930 Log: MFC: Merge r276846: Add infrastructure to build dtb files from dts files. Added: stable/10/share/mk/bsd.dtb.mk - copied unchanged from r276846,

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

2015-06-02 Thread Andrey V. Elsukov
Author: ae Date: Wed Jun 3 02:50:58 2015 New Revision: 283937 URL: https://svnweb.freebsd.org/changeset/base/283937 Log: MFC r283146: In the reply to SADB_X_SPDGET message use the same sequence number that was in the request. Some IKE deamons expect it will the same. Linux and

svn commit: r283909 - stable/10/usr.bin/gcore

2015-06-02 Thread John Baldwin
Author: jhb Date: Tue Jun 2 13:07:22 2015 New Revision: 283909 URL: https://svnweb.freebsd.org/changeset/base/283909 Log: MFC 269128: Create 32-bit core files for 32-bit processes on 64-bit machines. The 64-bit machine supported right now is amd64, but it's not too hard to add powerpc64.

svn commit: r283910 - in stable/10: sys/compat/freebsd32 sys/ia64/include sys/mips/include sys/powerpc/include sys/sparc64/include sys/sys sys/x86/include usr.bin/gcore

2015-06-02 Thread John Baldwin
Author: jhb Date: Tue Jun 2 14:54:53 2015 New Revision: 283910 URL: https://svnweb.freebsd.org/changeset/base/283910 Log: MFC 281266: Move the 32-bit compatible procfs types from freebsd32.h to sys/procfs.h and export them to userland. - Define __HAVE_REG32 on platforms that define a

svn commit: r283911 - stable/10/sys/sys

2015-06-02 Thread John Baldwin
Author: jhb Date: Tue Jun 2 14:55:55 2015 New Revision: 283911 URL: https://svnweb.freebsd.org/changeset/base/283911 Log: MFC 281601: Remove THRMISC_VERSION. The thrmisc structure doesn't include a version number, so this wasn't used (and can't easily be added). If at some point we

svn commit: r283912 - in stable: 10/lib/libc/sys 8/lib/libc/sys 9/lib/libc/sys

2015-06-02 Thread John Baldwin
Author: jhb Date: Tue Jun 2 15:02:28 2015 New Revision: 283912 URL: https://svnweb.freebsd.org/changeset/base/283912 Log: MFC 281170: vfork() first appeared in 3BSD which pre-dates 2.9BSD. Verified via the copy of 3BSD on disc 1 of The CSRG Archives. PR: 198612 Modified:

svn commit: r283915 - stable/10/lib/libc/sys

2015-06-02 Thread John Baldwin
Author: jhb Date: Tue Jun 2 15:09:33 2015 New Revision: 283915 URL: https://svnweb.freebsd.org/changeset/base/283915 Log: MFC 282416: Partially revert r255486, the first argument to socketpair() is a socket domain, not a file descriptor. Use 'domain' instead of the original 'd' for this

svn commit: r283914 - stable/10/lib/libc/gen

2015-06-02 Thread John Baldwin
Author: jhb Date: Tue Jun 2 15:07:06 2015 New Revision: 283914 URL: https://svnweb.freebsd.org/changeset/base/283914 Log: MFC 282552: Remove the note about seekdir() removing telldir() cookies. That was removed back in r269204. Modified: stable/10/lib/libc/gen/directory.3 Directory