svn commit: r290728 - in head/sys: amd64/include i386/include kern vm

2015-11-12 Thread John Baldwin
Author: jhb Date: Thu Nov 12 22:00:59 2015 New Revision: 290728 URL: https://svnweb.freebsd.org/changeset/base/290728 Log: Export various helper variables describing the layout and size of certain kernel structures for use by debuggers. This mostly aids in examining cores from a kernel

svn commit: r290726 - in head/sys/arm/ti: . am335x omap4

2015-11-12 Thread Gavin Atkinson
Author: gavin Date: Thu Nov 12 20:14:25 2015 New Revision: 290726 URL: https://svnweb.freebsd.org/changeset/base/290726 Log: Consistently capitalize "TI" as an abbreviation for Texas Instruments. Modified: head/sys/arm/ti/am335x/am335x_gpio.c head/sys/arm/ti/omap4/omap4_gpio.c

svn commit: r290727 - head/sys/arm/freescale/imx

2015-11-12 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Nov 12 21:37:58 2015 New Revision: 290727 URL: https://svnweb.freebsd.org/changeset/base/290727 Log: Enable cloks for all USDHC interfaces, previous value was USDHC 1-3 + USBOH3 Modified: head/sys/arm/freescale/imx/imx6_ccm.c Modified:

svn commit: r290706 - in head/sys/compat/linuxkpi/common: include/linux src

2015-11-12 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 12 09:18:22 2015 New Revision: 290706 URL: https://svnweb.freebsd.org/changeset/base/290706 Log: Build fixes: - Add some missing I/O functions for non-i386 and amd64 platforms. - Stub ioremap() to NULL using a macro to ensure non-existing memory attributes

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

2015-11-12 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 12 08:47:10 2015 New Revision: 290705 URL: https://svnweb.freebsd.org/changeset/base/290705 Log: MFC r290140: Add missing NULL check in physio(). When destroying a character device the si_devsw field is set to NULL before all references are gone, to

svn commit: r290710 - head/sys/ofed/drivers/net/mlx4

2015-11-12 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 12 09:56:25 2015 New Revision: 290710 URL: https://svnweb.freebsd.org/changeset/base/290710 Log: Fix print formatting compile warnings for Sparc64 and PowerPC platforms. Sponsored by: Mellanox Technologies MFC after:2 weeks Modified:

svn commit: r290711 - head/sys/ofed/drivers/infiniband/core

2015-11-12 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 12 10:12:20 2015 New Revision: 290711 URL: https://svnweb.freebsd.org/changeset/base/290711 Log: Fix integer to pointer of different size conversion warnings when using GCC for 32-bit platforms. The integer size in this case is hardcoded 64-bit while the

svn commit: r290707 - head/sys/tests/callout_test

2015-11-12 Thread Konstantin Belousov
Author: kib Date: Thu Nov 12 09:20:10 2015 New Revision: 290707 URL: https://svnweb.freebsd.org/changeset/base/290707 Log: Fix UP build. Modified: head/sys/tests/callout_test/callout_test.c Modified: head/sys/tests/callout_test/callout_test.c

svn commit: r290708 - head/sys/dev/ixl

2015-11-12 Thread Steven Hartland
Author: smh Date: Thu Nov 12 09:45:35 2015 New Revision: 290708 URL: https://svnweb.freebsd.org/changeset/base/290708 Log: Fix ixl debug sysctls panic Remove the use of sbuf_data on drained sbufs from the debug sysctls: * ixl_sysctl_hw_res_alloc * ixl_sysctl_switch_config This

svn commit: r290709 - head/sys/dev/mlx5/mlx5_core

2015-11-12 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 12 09:52:37 2015 New Revision: 290709 URL: https://svnweb.freebsd.org/changeset/base/290709 Log: Compile fix for 32-bit platforms: - The Linux timers data field is "unsigned long". Sponsored by: Mellanox Technologies MFC after:2 weeks Modified:

svn commit: r290740 - head/share/mk

2015-11-12 Thread Bryan Drewery
Author: bdrewery Date: Fri Nov 13 01:47:56 2015 New Revision: 290740 URL: https://svnweb.freebsd.org/changeset/base/290740 Log: META MODE: Don't double stage SYMLINKS for libraries. meta.stage.mk is handling ${SYMLINKS:T} for stage_libs already. The logic in bsd.sys.mk to handle

Re: svn commit: r290714 - in head/sys/tests: callout_test framework

2015-11-12 Thread Randall Stewart via svn-src-all
I thought Kib fixed that.. I was looking at it this AM and found he had beat me too it.. R On Nov 12, 2015, at 12:01 PM, Bjoern A. Zeeb wrote: > >> On 12 Nov 2015, at 10:31 , Randall Stewart wrote: >> >> Author: rrs >> Date: Thu Nov 12 10:31:14 2015 >>

svn commit: r290729 - head/lib/libc/stdio

2015-11-12 Thread Andrey A. Chernov
Author: ache Date: Thu Nov 12 22:24:39 2015 New Revision: 290729 URL: https://svnweb.freebsd.org/changeset/base/290729 Log: 1) Remove my overcomplicated error fallback and just return error immediatelly as old code does, now for append modes too. Real use case for such fallback is

svn commit: r290730 - in stable: 10/sys/amd64/amd64 10/sys/i386/i386 9/sys/amd64/amd64 9/sys/i386/i386

2015-11-12 Thread John Baldwin
Author: jhb Date: Thu Nov 12 22:45:51 2015 New Revision: 290730 URL: https://svnweb.freebsd.org/changeset/base/290730 Log: MFC 285773,285775,285776: Various fixes for stack unwinding in DDB on x86. 285773: Remove some dead code from DDB's amd64 stack unwinder. The amd64 port

svn commit: r290730 - in stable: 10/sys/amd64/amd64 10/sys/i386/i386 9/sys/amd64/amd64 9/sys/i386/i386

2015-11-12 Thread John Baldwin
Author: jhb Date: Thu Nov 12 22:45:51 2015 New Revision: 290730 URL: https://svnweb.freebsd.org/changeset/base/290730 Log: MFC 285773,285775,285776: Various fixes for stack unwinding in DDB on x86. 285773: Remove some dead code from DDB's amd64 stack unwinder. The amd64 port

Re: svn commit: r290708 - head/sys/dev/ixl

2015-11-12 Thread Eric Joyner
I guess r280043 got overwritten at some point? - Eric On Thu, Nov 12, 2015 at 1:45 AM Steven Hartland wrote: > Author: smh > Date: Thu Nov 12 09:45:35 2015 > New Revision: 290708 > URL: https://svnweb.freebsd.org/changeset/base/290708 > > Log: > Fix ixl debug sysctls panic

svn commit: r290735 - stable/10/lib/libutil

2015-11-12 Thread Steven Hartland
Author: smh Date: Fri Nov 13 01:01:16 2015 New Revision: 290735 URL: https://svnweb.freebsd.org/changeset/base/290735 Log: MFC r290440: Correct posix_openpt reference in pty(3) Sponsored by: Multiplay Modified: stable/10/lib/libutil/pty.3 Directory Properties: stable/10/ (props

Re: svn commit: r290708 - head/sys/dev/ixl

2015-11-12 Thread Steven Hartland
Oh gosh yes, looks like this was lost by r284049 :( I'm guessing that's one of the reasons for r290717 which should help ensure changes get merged into Intel's upstream repo and hence don't get lost. On 13/11/2015 00:42, Eric Joyner wrote: I guess r280043 got overwritten at some point? -

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

2015-11-12 Thread Mark Johnston
Author: markj Date: Fri Nov 13 01:37:08 2015 New Revision: 290739 URL: https://svnweb.freebsd.org/changeset/base/290739 Log: MFC r289867: Remove an erroneous semicolon. Modified: stable/10/sys/sys/_bitset.h Directory Properties: stable/10/ (props changed) Modified:

Re: svn commit: r290014 - in stable/10: lib/libthr/arch/amd64 lib/libthr/arch/i386 libexec/rtld-elf/amd64 libexec/rtld-elf/i386 share/mk

2015-11-12 Thread Bryan Drewery
On 10/26/2015 9:21 AM, Eric van Gyzen wrote: > Author: vangyzen > Date: Mon Oct 26 16:21:56 2015 > New Revision: 290014 > URL: https://svnweb.freebsd.org/changeset/base/290014 > > Log: > Disable SSE in libthr Please also mention 'MFC rREV'. Thanks! -- Regards, Bryan Drewery signature.asc

svn commit: r290733 - in stable/9/sys/i386: i386 include

2015-11-12 Thread John Baldwin
Author: jhb Date: Fri Nov 13 00:47:44 2015 New Revision: 290733 URL: https://svnweb.freebsd.org/changeset/base/290733 Log: Fix i386 build. stable/9 does not have XSAVE support. Pointy hat to:jhb Modified: stable/9/sys/i386/i386/machdep.c stable/9/sys/i386/include/specialreg.h

svn commit: r290738 - stable/10/cddl/contrib/opensolaris/tools/ctf/cvt

2015-11-12 Thread Mark Johnston
Author: markj Date: Fri Nov 13 01:27:20 2015 New Revision: 290738 URL: https://svnweb.freebsd.org/changeset/base/290738 Log: MFC r289866: DWARF emitted by clang 3.7 encodes array sizes using the DW_AT_count attribute rather than DW_AT_upper_bound. Teach ctfconvert about this so that array

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

2015-11-12 Thread Randall Stewart
Author: rrs Date: Thu Nov 12 11:42:01 2015 New Revision: 290716 URL: https://svnweb.freebsd.org/changeset/base/290716 Log: Some basic documentation (a man page) on kern_testfrwk Added: head/share/man/man9/kern_testfrwk.9 (contents, props changed) Modified: head/share/man/man9/Makefile

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

2015-11-12 Thread Steven Hartland
Author: smh Date: Thu Nov 12 10:20:36 2015 New Revision: 290713 URL: https://svnweb.freebsd.org/changeset/base/290713 Log: MFC r290401 & r290466 Provide information about bad DVA Sponsored by: Multiplay Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c

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

2015-11-12 Thread Steven Hartland
Author: smh Date: Thu Nov 12 10:16:35 2015 New Revision: 290712 URL: https://svnweb.freebsd.org/changeset/base/290712 Log: MFC r290399: Allow zfs_recover to be changed at runtime Sponsored by: Multiplay Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c

svn commit: r290715 - head/sys/sys

2015-11-12 Thread Randall Stewart
Author: rrs Date: Thu Nov 12 10:48:31 2015 New Revision: 290715 URL: https://svnweb.freebsd.org/changeset/base/290715 Log: Bump version number since callout_stop() macro now has new NULL arg. Thanks Hans for spotting this! Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r290714 - in head/sys/tests: callout_test framework

2015-11-12 Thread Randall Stewart
Author: rrs Date: Thu Nov 12 10:31:14 2015 New Revision: 290714 URL: https://svnweb.freebsd.org/changeset/base/290714 Log: Style 9 changes. MFC after:1 Month Modified: head/sys/tests/callout_test/callout_test.c head/sys/tests/framework/kern_testfrwk.c Modified:

svn commit: r290742 - head/usr.bin/locate/locate

2015-11-12 Thread Dag-Erling Smørgrav
Author: des Date: Fri Nov 13 06:16:12 2015 New Revision: 290742 URL: https://svnweb.freebsd.org/changeset/base/290742 Log: There is no more point in indexing /var/db/freebsd-update than there is in indexing /var/db/portsnap, which was already in PRUNEPATHS. MFC after:1 week

svn commit: r290743 - head/etc/periodic/daily

2015-11-12 Thread Dag-Erling Smørgrav
Author: des Date: Fri Nov 13 06:20:27 2015 New Revision: 290743 URL: https://svnweb.freebsd.org/changeset/base/290743 Log: Allow admins to specify a regex which is applied (in the negative) to the output from df, similar to what security/200.chkmounts does. This can be useful to avoid

Re: svn commit: r290628 - in head/etc: . rc.d

2015-11-12 Thread Craig Rodrigues
On Mon, Nov 9, 2015 at 3:37 PM, Bryan Drewery wrote: > > When extracting mtrees, pass -i so schg/sappnd are respected. > > However, if NO_FSCHG is specified in make.conf, this does not do the right thing. -- Craig ___

Re: svn commit: r290628 - in head/etc: . rc.d

2015-11-12 Thread Craig Rodrigues
On Thu, Nov 12, 2015 at 9:11 AM, Bryan Drewery wrote: > On 11/12/2015 6:42 AM, Craig Rodrigues wrote: > > However, if NO_FSCHG is specified in make.conf, this does not do the > > right thing. > > > > This is now fixed. > Thank you. -- Craig

Re: svn commit: r290014 - in stable/10: lib/libthr/arch/amd64 lib/libthr/arch/i386 libexec/rtld-elf/amd64 libexec/rtld-elf/i386 share/mk

2015-11-12 Thread Eric van Gyzen
On 11/12/15 5:01 PM, Bryan Drewery wrote: On 10/26/2015 9:21 AM, Eric van Gyzen wrote: Author: vangyzen Date: Mon Oct 26 16:21:56 2015 New Revision: 290014 URL: https://svnweb.freebsd.org/changeset/base/290014 Log: Disable SSE in libthr Please also mention 'MFC rREV'. Thanks! Will do.

svn commit: r290741 - in stable/10/sys: sys vm

2015-11-12 Thread Mark Johnston
Author: markj Date: Fri Nov 13 02:16:08 2015 New Revision: 290741 URL: https://svnweb.freebsd.org/changeset/base/290741 Log: MFC r287235: Remove weighted page handling from vm_page_advise(). Modified: stable/10/sys/sys/pcpu.h stable/10/sys/vm/vm_page.c Directory Properties: stable/10/

svn commit: r290722 - head/sys/arm/conf

2015-11-12 Thread Warner Losh
Author: imp Date: Thu Nov 12 17:46:57 2015 New Revision: 290722 URL: https://svnweb.freebsd.org/changeset/base/290722 Log: Move the root to s3a given this kernel will be used with a nanobsd build that defaults there. Modified: head/sys/arm/conf/SAM9260EK Modified:

svn commit: r290723 - head

2015-11-12 Thread Bryan Drewery
Author: bdrewery Date: Thu Nov 12 18:10:34 2015 New Revision: 290723 URL: https://svnweb.freebsd.org/changeset/base/290723 Log: Add note about usr.sbin/pkg -- Please discuss behavior/flag changes with pkg team. Modified: head/MAINTAINERS Modified: head/MAINTAINERS

svn commit: r290718 - head/etc

2015-11-12 Thread Bryan Drewery
Author: bdrewery Date: Thu Nov 12 17:11:03 2015 New Revision: 290718 URL: https://svnweb.freebsd.org/changeset/base/290718 Log: Respect NO_FSCHG for extracting mtrees. PR: 194189 X-MFC-With: r290628 MFC after:2 weeks Sponsored by: EMC / Isilon Storage Division

svn commit: r290719 - in head/targets/pseudo: bootstrap-tools stage

2015-11-12 Thread Bryan Drewery
Author: bdrewery Date: Thu Nov 12 17:13:12 2015 New Revision: 290719 URL: https://svnweb.freebsd.org/changeset/base/290719 Log: META MODE: Don't set schg flags in the stagedir for distrib-dirs. This recently started setting /var/empty to schg after r290628. Sponsored by: EMC / Isilon

Re: svn commit: r290714 - in head/sys/tests: callout_test framework

2015-11-12 Thread Bjoern A. Zeeb
> On 12 Nov 2015, at 17:10 , Konstantin Belousov wrote: > > On Thu, Nov 12, 2015 at 05:01:39PM +, Bjoern A. Zeeb wrote: >> >>> On 12 Nov 2015, at 10:31 , Randall Stewart wrote: >>> >>> Author: rrs >>> Date: Thu Nov 12 10:31:14 2015 >>> New Revision:

Re: svn commit: r290714 - in head/sys/tests: callout_test framework

2015-11-12 Thread Bjoern A. Zeeb
> On 12 Nov 2015, at 10:31 , Randall Stewart wrote: > > Author: rrs > Date: Thu Nov 12 10:31:14 2015 > New Revision: 290714 > URL: https://svnweb.freebsd.org/changeset/base/290714 > > Log: > Style 9 changes. > MFC after: 1 Month > > Modified: >

Re: svn commit: r290628 - in head/etc: . rc.d

2015-11-12 Thread Bryan Drewery
On 11/12/2015 6:42 AM, Craig Rodrigues wrote: > > > On Mon, Nov 9, 2015 at 3:37 PM, Bryan Drewery > wrote: > > > When extracting mtrees, pass -i so schg/sappnd are respected. > > > However, if NO_FSCHG is specified in make.conf, this

Re: svn commit: r290714 - in head/sys/tests: callout_test framework

2015-11-12 Thread Konstantin Belousov
On Thu, Nov 12, 2015 at 05:01:39PM +, Bjoern A. Zeeb wrote: > > > On 12 Nov 2015, at 10:31 , Randall Stewart wrote: > > > > Author: rrs > > Date: Thu Nov 12 10:31:14 2015 > > New Revision: 290714 > > URL: https://svnweb.freebsd.org/changeset/base/290714 > > > > Log: > >

svn commit: r290720 - head

2015-11-12 Thread Sean Bruno
Author: sbruno Date: Thu Nov 12 17:15:04 2015 New Revision: 290720 URL: https://svnweb.freebsd.org/changeset/base/290720 Log: spelling is important. Submitted by: vangy...@freebsd.org Modified: head/MAINTAINERS Modified: head/MAINTAINERS

Re: svn commit: r290711 - head/sys/ofed/drivers/infiniband/core

2015-11-12 Thread Conrad Meyer
These should cast through (u)intptr_t rather than unsigned long. Best, Conrad On Thu, Nov 12, 2015 at 2:12 AM, Hans Petter Selasky wrote: > Author: hselasky > Date: Thu Nov 12 10:12:20 2015 > New Revision: 290711 > URL: https://svnweb.freebsd.org/changeset/base/290711 > >

svn commit: r290721 - in head/share: examples/etc man/man5

2015-11-12 Thread Warner Losh
Author: imp Date: Thu Nov 12 17:23:31 2015 New Revision: 290721 URL: https://svnweb.freebsd.org/changeset/base/290721 Log: NO_CPU_OPTFLAGS doesn't exist, so don't document it. Modified: head/share/examples/etc/make.conf head/share/man/man5/make.conf.5 Modified:

svn commit: r290717 - head

2015-11-12 Thread Sean Bruno
Author: sbruno Date: Thu Nov 12 16:08:49 2015 New Revision: 290717 URL: https://svnweb.freebsd.org/changeset/base/290717 Log: Intel has requested that changes to these driver get a phabricator review before commits to keep conflicts down to a minimum. Modified: head/MAINTAINERS Modified:

Re: svn commit: r290628 - in head/etc: . rc.d

2015-11-12 Thread Bryan Drewery
> On Nov 12, 2015, at 06:42, Craig Rodrigues wrote: > > > >> On Mon, Nov 9, 2015 at 3:37 PM, Bryan Drewery wrote: >> >> When extracting mtrees, pass -i so schg/sappnd are respected. > > However, if NO_FSCHG is specified in make.conf, this

svn commit: r290725 - head/sys/dev/ntb/ntb_hw

2015-11-12 Thread Conrad E. Meyer
Author: cem Date: Thu Nov 12 19:07:03 2015 New Revision: 290725 URL: https://svnweb.freebsd.org/changeset/base/290725 Log: NTB: MFV 8b782fab: unify translation addresses There is no need for the upstream and downstream addresses to be different for the NTB configs. Go to using a single

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

2015-11-12 Thread Conrad E. Meyer
Author: cem Date: Thu Nov 12 18:42:06 2015 New Revision: 290724 URL: https://svnweb.freebsd.org/changeset/base/290724 Log: kern_testfrwk.9: Clean up manual page style Igor has many less complaints now. I think the two remaining are bogus, but I am also not sure why Igor is producing

svn commit: r290731 - in stable: 10/sys/amd64/amd64 10/sys/ddb 10/sys/i386/i386 9/sys/amd64/amd64 9/sys/ddb 9/sys/i386/i386

2015-11-12 Thread John Baldwin
Author: jhb Date: Thu Nov 12 23:49:47 2015 New Revision: 290731 URL: https://svnweb.freebsd.org/changeset/base/290731 Log: MFC 285783: Various changes to the registers displayed in DDB for x86. - Fix segment registers to only display the low 16 bits. - Remove unused handlers and entries

svn commit: r290731 - in stable: 10/sys/amd64/amd64 10/sys/ddb 10/sys/i386/i386 9/sys/amd64/amd64 9/sys/ddb 9/sys/i386/i386

2015-11-12 Thread John Baldwin
Author: jhb Date: Thu Nov 12 23:49:47 2015 New Revision: 290731 URL: https://svnweb.freebsd.org/changeset/base/290731 Log: MFC 285783: Various changes to the registers displayed in DDB for x86. - Fix segment registers to only display the low 16 bits. - Remove unused handlers and entries

svn commit: r290734 - in stable: 10/sys/amd64/amd64 10/sys/i386/i386 10/sys/i386/include 9/sys/amd64/amd64 9/sys/i386/i386 9/sys/i386/include

2015-11-12 Thread John Baldwin
Author: jhb Date: Fri Nov 13 00:50:34 2015 New Revision: 290734 URL: https://svnweb.freebsd.org/changeset/base/290734 Log: MFC 284325: Report the values of x86 segment registers to remote debuggers. While here, also report %eflags from the i386 trapframe. Modified:

svn commit: r290734 - in stable: 10/sys/amd64/amd64 10/sys/i386/i386 10/sys/i386/include 9/sys/amd64/amd64 9/sys/i386/i386 9/sys/i386/include

2015-11-12 Thread John Baldwin
Author: jhb Date: Fri Nov 13 00:50:34 2015 New Revision: 290734 URL: https://svnweb.freebsd.org/changeset/base/290734 Log: MFC 284325: Report the values of x86 segment registers to remote debuggers. While here, also report %eflags from the i386 trapframe. Modified:

svn commit: r290736 - in stable/10: sbin/ifconfig share/man/man4 sys/net

2015-11-12 Thread Steven Hartland
Author: smh Date: Fri Nov 13 01:03:59 2015 New Revision: 290736 URL: https://svnweb.freebsd.org/changeset/base/290736 Log: MFC r290450: Add sysctl to control LACP strict compliance default Sponsored by: Multiplay Modified: stable/10/sbin/ifconfig/ifconfig.8

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

2015-11-12 Thread Mark Johnston
Author: markj Date: Fri Nov 13 01:25:02 2015 New Revision: 290737 URL: https://svnweb.freebsd.org/changeset/base/290737 Log: MFC r290320: Have elf_lookup() return an error if the specified non-weak symbol could not be found. Otherwise, relocations against such symbols will be silently