svn commit: r289620 - head/sys/dev/isp

2015-10-20 Thread Alexander Motin
Author: mav Date: Tue Oct 20 08:29:30 2015 New Revision: 289620 URL: https://svnweb.freebsd.org/changeset/base/289620 Log: Decode more firmware attributes. Modified: head/sys/dev/isp/isp.c head/sys/dev/isp/ispmbox.h Modified: head/sys/dev/isp/isp.c

svn commit: r289621 - head/sys/ofed/include/linux

2015-10-20 Thread Hans Petter Selasky
Author: hselasky Date: Tue Oct 20 09:13:35 2015 New Revision: 289621 URL: https://svnweb.freebsd.org/changeset/base/289621 Log: Merge LinuxKPI changes from DragonflyBSD: - Remove redundant NBLONG macro and use BIT_WORD() and BIT_MASK() instead. - Correctly define BIT_MASK() according to

svn commit: r289622 - head/sys/dev/isp

2015-10-20 Thread Alexander Motin
Author: mav Date: Tue Oct 20 10:16:03 2015 New Revision: 289622 URL: https://svnweb.freebsd.org/changeset/base/289622 Log: Zero mbox[0] for INIT_FIRMWARE to fix version 7.3 firmware. While there, add new fields to isp_icb_2400_t structure. Modified: head/sys/dev/isp/isp.c

svn commit: r289624 - head/sys/ofed/include/linux

2015-10-20 Thread Hans Petter Selasky
Author: hselasky Date: Tue Oct 20 11:40:04 2015 New Revision: 289624 URL: https://svnweb.freebsd.org/changeset/base/289624 Log: Add missing FreeBSD RCS keyword and SVN properties. Sponsored by: Mellanox Technologies Modified: head/sys/ofed/include/linux/bitops.h (contents, props

svn commit: r289623 - head/share/misc

2015-10-20 Thread Sergey Kandaurov
Author: pluknet Date: Tue Oct 20 11:37:16 2015 New Revision: 289623 URL: https://svnweb.freebsd.org/changeset/base/289623 Log: o NetBSD 7.0, OpenBSD 5.8, FreeBSD 10.2, OS X 10.11 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

svn commit: r289626 - in head/sys: dev/isp dev/ispfw modules/ispfw modules/ispfw/isp_2400_multi modules/ispfw/isp_2500_multi

2015-10-20 Thread Alexander Motin
Author: mav Date: Tue Oct 20 12:27:59 2015 New Revision: 289626 URL: https://svnweb.freebsd.org/changeset/base/289626 Log: Update firmware images for Qlogic 24xx/25xx from 5.5.0 to 7.3.0. This also removes separate "_multi" images, since this funcationality is now in base, and there is

svn commit: r289625 - head/sys/ofed/include/linux

2015-10-20 Thread Hans Petter Selasky
Author: hselasky Date: Tue Oct 20 11:42:00 2015 New Revision: 289625 URL: https://svnweb.freebsd.org/changeset/base/289625 Log: Add missing dash to copyright clause. Sponsored by: Mellanox Technologies Modified: head/sys/ofed/include/linux/time.h Modified:

svn commit: r289627 - head/etc/rc.d

2015-10-20 Thread Poul-Henning Kamp
Author: phk Date: Tue Oct 20 12:49:38 2015 New Revision: 289627 URL: https://svnweb.freebsd.org/changeset/base/289627 Log: Allow osreldate and osrelease to be set per jail Modified: head/etc/rc.d/jail Modified: head/etc/rc.d/jail

Re: svn commit: r289633 - head/sys/ofed/include/linux

2015-10-20 Thread John Baldwin
On Tuesday, October 20, 2015 04:02:11 PM Hans Petter Selasky wrote: > Author: hselasky > Date: Tue Oct 20 16:02:11 2015 > New Revision: 289633 > URL: https://svnweb.freebsd.org/changeset/base/289633 > > Log: > Add missing FreeBSD RCS keyword and SVN properties. > > Sponsored by:

Re: svn commit: r289633 - head/sys/ofed/include/linux

2015-10-20 Thread Hans Petter Selasky
Hi, On 10/20/15 20:04, John Baldwin wrote: On Tuesday, October 20, 2015 04:02:11 PM Hans Petter Selasky wrote: Author: hselasky Date: Tue Oct 20 16:02:11 2015 New Revision: 289633 URL: https://svnweb.freebsd.org/changeset/base/289633 Log: Add missing FreeBSD RCS keyword and SVN properties.

svn commit: r289643 - head

2015-10-20 Thread Alexander Motin
ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20151020: + Qlogic 24xx/25xx firmware images were updated from 5.5.0 to 7.3.0. + Kernel modules isp_2400_multi and isp_2500_multi were removed and + should be replaced with isp_2400 and isp_2500 modules respectively. +

svn commit: r289636 - in head: lib/libc/sys sys/kern sys/sys

2015-10-20 Thread John Baldwin
Author: jhb Date: Tue Oct 20 17:58:21 2015 New Revision: 289636 URL: https://svnweb.freebsd.org/changeset/base/289636 Log: Switch pl_child_pid from int to pid_t. Reviewed by: emaste, kib MFC after:1 week Differential Revision:https://reviews.freebsd.org/D3857 Modified:

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

2015-10-20 Thread Conrad E. Meyer
Author: cem Date: Tue Oct 20 19:19:57 2015 New Revision: 289646 URL: https://svnweb.freebsd.org/changeset/base/289646 Log: NTB: Fix typo in bar5 tunables Typo introduced in r289614. Pointy-hat: cem Sponsored by: EMC / Isilon Storage Division Modified:

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

2015-10-20 Thread Conrad E. Meyer
Author: cem Date: Tue Oct 20 19:20:06 2015 New Revision: 289647 URL: https://svnweb.freebsd.org/changeset/base/289647 Log: NTB: Don't abort if setting a MW write-combine fails Also log BAR mapping results more verbosely. Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r289645 - in head/sys/dev/ntb: if_ntb ntb_hw

2015-10-20 Thread Conrad E. Meyer
Author: cem Date: Tue Oct 20 19:19:48 2015 New Revision: 289645 URL: https://svnweb.freebsd.org/changeset/base/289645 Log: NTB: MFV 7eb38781: Print driver name in module init Prints driver name to indicate what is being loaded. Authored by: Dave Jiang Obtained from:Linux

svn commit: r289632 - head/sys/ofed/include/asm

2015-10-20 Thread Hans Petter Selasky
Author: hselasky Date: Tue Oct 20 15:28:02 2015 New Revision: 289632 URL: https://svnweb.freebsd.org/changeset/base/289632 Log: Add missing FreeBSD RCS keyword and SVN properties. Sponsored by: Mellanox Technologies Modified: head/sys/ofed/include/asm/atomic-long.h (contents, props

Re: svn commit: r289421 - in head/etc: . mtree ntp

2015-10-20 Thread Ian Lepore
On Sat, 2015-10-17 at 22:20 +0100, David Malone wrote: > On Sat, Oct 17, 2015 at 12:25:50PM -0600, Ian Lepore wrote: > > If the leapseconds file is present, the leap bits for reference > > clocks and downstratum servers are ignored. > > > > I can't determine from casual code examination

svn commit: r289637 - head/usr.sbin/bluetooth/sdpcontrol

2015-10-20 Thread Maksim Yevmenkin
Author: emax Date: Tue Oct 20 18:01:08 2015 New Revision: 289637 URL: https://svnweb.freebsd.org/changeset/base/289637 Log: check boundaries while parsing SDP responses Reported by: hps Reviewed by: hps MFC after:1 week Modified: head/usr.sbin/bluetooth/sdpcontrol/search.c

svn commit: r289638 - stable/10/gnu/usr.bin/groff/tmac

2015-10-20 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 20 18:20:38 2015 New Revision: 289638 URL: https://svnweb.freebsd.org/changeset/base/289638 Log: MFC r288429: Replace most of the beforeinstall: hack with FILES mechanism. Added: stable/10/gnu/usr.bin/groff/tmac/fr.ISO8859-1.in - copied unchanged

svn commit: r289642 - stable/9/usr.bin/truss

2015-10-20 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 20 18:37:42 2015 New Revision: 289642 URL: https://svnweb.freebsd.org/changeset/base/289642 Log: MFC r288903: Fix crash if a process sends itself a SIGTRAP. Just forward it as expected. This does not match head as the code was rewritten

svn commit: r289644 - in head/sys/ofed/include: asm linux

2015-10-20 Thread Hans Petter Selasky
Author: hselasky Date: Tue Oct 20 19:08:26 2015 New Revision: 289644 URL: https://svnweb.freebsd.org/changeset/base/289644 Log: Move location of RCS keyword according to style. Suggested by: jhb @ Sponsored by: Mellanox Technologies Modified: head/sys/ofed/include/asm/atomic-long.h

svn commit: r289649 - head/sys/dev/ntb/if_ntb

2015-10-20 Thread Conrad E. Meyer
Author: cem Date: Tue Oct 20 19:20:24 2015 New Revision: 289649 URL: https://svnweb.freebsd.org/changeset/base/289649 Log: if_ntb: Use if_printf instead of device_printf Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/ntb/if_ntb/if_ntb.c Modified:

svn commit: r289650 - head/sys/dev/ntb/if_ntb

2015-10-20 Thread Conrad E. Meyer
Author: cem Date: Tue Oct 20 19:20:33 2015 New Revision: 289650 URL: https://svnweb.freebsd.org/changeset/base/289650 Log: if_ntb: Correct over-long lines, use qmin() Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/ntb/if_ntb/if_ntb.c Modified:

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

2015-10-20 Thread Conrad E. Meyer
Author: cem Date: Tue Oct 20 19:20:15 2015 New Revision: 289648 URL: https://svnweb.freebsd.org/changeset/base/289648 Log: NTB: MFV 2f887b9a: Rename Intel code names to platform names Mechanically replace "SOC" with "ATOM" to match Linux. No functional change. Original Linux commit log

svn commit: r289652 - head/sys/dev/ntb/if_ntb

2015-10-20 Thread Conrad E. Meyer
Author: cem Date: Tue Oct 20 19:20:52 2015 New Revision: 289652 URL: https://svnweb.freebsd.org/changeset/base/289652 Log: NTB: MFV 8c9edf63: Fix zero size or integer overflow in ntb_set_mw A plain 32 bit integer will overflow for values over 4GiB. Change the plain integer size to the

svn commit: r289653 - head/sys/dev/ntb/if_ntb

2015-10-20 Thread Conrad E. Meyer
Author: cem Date: Tue Oct 20 19:21:01 2015 New Revision: 289653 URL: https://svnweb.freebsd.org/changeset/base/289653 Log: if_ntb: Diff-reduce with Linux; add queue index type Add ntb_q_idx_t so it is more clear which struct members are of the same type (some bogus uint64_ts snuck in

Re: svn commit: r289643 - head

2015-10-20 Thread Eric van Gyzen
On 10/20/2015 14:04, Alexander Motin wrote: > Author: mav > Date: Tue Oct 20 19:04:13 2015 > New Revision: 289643 > URL: https://svnweb.freebsd.org/changeset/base/289643 > > Log: > Document isp_*_multi firmware kernel modules removal at r289626. > > Modified: > head/UPDATING Thanks! Eric

svn commit: r289635 - head/sys/dev/qlxgbe

2015-10-20 Thread David C Somayajulu
Author: davidcs Date: Tue Oct 20 17:27:11 2015 New Revision: 289635 URL: https://svnweb.freebsd.org/changeset/base/289635 Log: ql_hw.c: fixed error code INJCT_HEARTBEAT_FAILURE ql_os.c: removed unnecessary debug printf ql_ver.h: updated version number MFC after:5 days Modified:

svn commit: r289655 - head/sys/mips/conf

2015-10-20 Thread Sean Bruno
Author: sbruno Date: Tue Oct 20 19:32:26 2015 New Revision: 289655 URL: https://svnweb.freebsd.org/changeset/base/289655 Log: Disable SWAPPING as we don't do it on this board. Modified: head/sys/mips/conf/TP-MR3020 Modified: head/sys/mips/conf/TP-MR3020

svn commit: r289654 - in head/sys/dev/ntb: if_ntb ntb_hw

2015-10-20 Thread Conrad E. Meyer
Author: cem Date: Tue Oct 20 19:32:16 2015 New Revision: 289654 URL: https://svnweb.freebsd.org/changeset/base/289654 Log: NTB: Revert r289645 Per Benno, this is a Linuxism we do not need in FreeBSD. Suggested by: benno Sponsored by: EMC / Isilon Storage Division Modified:

Re: svn commit: r289633 - head/sys/ofed/include/linux

2015-10-20 Thread Navdeep Parhar
On 10/20/2015 11:39, Hans Petter Selasky wrote: Hi, On 10/20/15 20:04, John Baldwin wrote: On Tuesday, October 20, 2015 04:02:11 PM Hans Petter Selasky wrote: Author: hselasky Date: Tue Oct 20 16:02:11 2015 New Revision: 289633 URL: https://svnweb.freebsd.org/changeset/base/289633 Log:

Re: svn commit: r289203 - head/usr.sbin/makefs

2015-10-20 Thread Ed Maste
On 12 October 2015 at 22:32, Adrian Chadd wrote: > Author: adrian > Date: Tue Oct 13 02:32:15 2015 > New Revision: 289203 > URL: https://svnweb.freebsd.org/changeset/base/289203 > > Log: > makefs: introduce a new option to specify what to round the resulting > image up to.

svn commit: r289640 - stable/9/sbin/ipf/ipftest

2015-10-20 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 20 18:23:44 2015 New Revision: 289640 URL: https://svnweb.freebsd.org/changeset/base/289640 Log: MFC r288477: META_MODE: For some reason meta mode cannot generate the intermediate tab.c files. Split up all of the targets to be more clear on how they

svn commit: r289639 - stable/10/sbin/ipf/ipftest

2015-10-20 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 20 18:23:14 2015 New Revision: 289639 URL: https://svnweb.freebsd.org/changeset/base/289639 Log: MFC r288477: META_MODE: For some reason meta mode cannot generate the intermediate tab.c files. Split up all of the targets to be more clear on how they

svn commit: r289641 - stable/10/usr.bin/truss

2015-10-20 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 20 18:35:52 2015 New Revision: 289641 URL: https://svnweb.freebsd.org/changeset/base/289641 Log: MFC r288903: Fix crash if a process sends itself a SIGTRAP. Just forward it as expected. This does not match head as the code was rewritten

svn commit: r289651 - head/sys/dev/ntb/if_ntb

2015-10-20 Thread Conrad E. Meyer
Author: cem Date: Tue Oct 20 19:20:42 2015 New Revision: 289651 URL: https://svnweb.freebsd.org/changeset/base/289651 Log: NTB: MFV da2e5ae5: Fix ntb_transport out-of-order RX update It was possible for a synchronous update of the RX index in the error case to get ahead of the

Re: svn commit: r289653 - head/sys/dev/ntb/if_ntb

2015-10-20 Thread Conrad Meyer
This catches us up to Linus' master branch as of today (the most recent NTB patch there is from Sep 7, 2015) — modulo no DMA offload in if_ntb, no debugfs-equivalent statistics, and neither of Linux' NTB test drivers. Also we don't make any attempt to allocate memory in the device-local NUMA zone,

svn commit: r289634 - in head/etc: etc.amd64 etc.i386 etc.mips etc.pc98 etc.powerpc etc.sparc64

2015-10-20 Thread Glen Barber
Author: gjb Date: Tue Oct 20 16:10:46 2015 New Revision: 289634 URL: https://svnweb.freebsd.org/changeset/base/289634 Log: Enable all callin ttys if the tty is an available console. Discussed on: -arch@ (no objections) MFC after:1 week Sponsored by: The FreeBSD Foundation

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

2015-10-20 Thread Ian Lepore
Author: ian Date: Tue Oct 20 15:15:30 2015 New Revision: 289631 URL: https://svnweb.freebsd.org/changeset/base/289631 Log: Uncomment some rather important code that was commented out for benchmarking. Normally this routine is supposed to loop until the PIC returns a "no more interrupts

svn commit: r289633 - head/sys/ofed/include/linux

2015-10-20 Thread Hans Petter Selasky
Author: hselasky Date: Tue Oct 20 16:02:11 2015 New Revision: 289633 URL: https://svnweb.freebsd.org/changeset/base/289633 Log: Add missing FreeBSD RCS keyword and SVN properties. Sponsored by: Mellanox Technologies Modified: head/sys/ofed/include/linux/io-mapping.h (contents, props

Re: svn commit: r289644 - in head/sys/ofed/include: asm linux

2015-10-20 Thread John Baldwin
On Tuesday, October 20, 2015 07:08:26 PM Hans Petter Selasky wrote: > Author: hselasky > Date: Tue Oct 20 19:08:26 2015 > New Revision: 289644 > URL: https://svnweb.freebsd.org/changeset/base/289644 > > Log: > Move location of RCS keyword according to style. > > Suggested by: jhb @ >

Re: svn commit: r289663 - head/share/mk

2015-10-20 Thread Conrad Meyer
On Tue, Oct 20, 2015 at 1:37 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Tue Oct 20 20:37:00 2015 > New Revision: 289663 > URL: https://svnweb.freebsd.org/changeset/base/289663 > > Log: I think this should read: > Improve safety of caching from r289659 by only

svn commit: r289656 - head/sys/dev/iicbus

2015-10-20 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Tue Oct 20 19:47:08 2015 New Revision: 289656 URL: https://svnweb.freebsd.org/changeset/base/289656 Log: iicbus: Remove trailing whitespaces MFC after:1 week Modified: head/sys/dev/iicbus/iicbus.c Modified: head/sys/dev/iicbus/iicbus.c

svn commit: r289659 - head/share/mk

2015-10-20 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 20 20:15:25 2015 New Revision: 289659 URL: https://svnweb.freebsd.org/changeset/base/289659 Log: Pass COMPILER_TYPE and COMPILER_VERSION to sub-makes to avoid redundant lookups. This uses a special variable name based on a hash of ${CC}, ${PATH}, and

svn commit: r289663 - head/share/mk

2015-10-20 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 20 20:37:00 2015 New Revision: 289663 URL: https://svnweb.freebsd.org/changeset/base/289663 Log: Improve safety of caching from r289659 by only importing of none of the variables are already set. This should cover odd cases such as the COMPILER_TYPE override

svn commit: r289662 - in head: . etc etc/mtree tools/build/mk

2015-10-20 Thread Julio Merino
Author: jmmv Date: Tue Oct 20 20:35:34 2015 New Revision: 289662 URL: https://svnweb.freebsd.org/changeset/base/289662 Log: Handle lib32 files during delete-old* when MK_LIB32=no. Extend OptionalObsoleteFiles.inc to delete all lib32 files when MK_LIB32 is set to no on a system that

svn commit: r289657 - head/sys/dev/iicbus

2015-10-20 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Tue Oct 20 19:52:59 2015 New Revision: 289657 URL: https://svnweb.freebsd.org/changeset/base/289657 Log: iicbus: Use device_delete_children() instead of explicit child removal If the bus is detached and deleted by a call to device_delete_child() or

svn commit: r289660 - head/sys/kern

2015-10-20 Thread Konstantin Belousov
Author: kib Date: Tue Oct 20 20:22:57 2015 New Revision: 289660 URL: https://svnweb.freebsd.org/changeset/base/289660 Log: Reviewed by: jhb, pho Reported and tested by: pho Sponsored by: The FreeBSD Foundation MFC after:2 weeks Differential revision:

svn commit: r289661 - head/sys/kern

2015-10-20 Thread Konstantin Belousov
Author: kib Date: Tue Oct 20 20:29:21 2015 New Revision: 289661 URL: https://svnweb.freebsd.org/changeset/base/289661 Log: Mark struct thread zone as type-stable. When establishing the locking state for several lock types (including blockable mutexes and sx) failed, locking primitives

Re: svn commit: r289660 - head/sys/kern

2015-10-20 Thread Bryan Drewery
On 10/20/2015 1:22 PM, Konstantin Belousov wrote: > Author: kib > Date: Tue Oct 20 20:22:57 2015 > New Revision: 289660 > URL: https://svnweb.freebsd.org/changeset/base/289660 > > Log: > Reviewed by:jhb, pho > Reported and tested by: pho > Sponsored by: The FreeBSD

svn commit: r289664 - head/sys/kern

2015-10-20 Thread Konstantin Belousov
Author: kib Date: Tue Oct 20 20:38:20 2015 New Revision: 289664 URL: https://svnweb.freebsd.org/changeset/base/289664 Log: Trim spaces at end of line to record the proper commit message for r289660: Do not allow to execute ptrace(PT_TRACE_ME) when the process is already traced. Do

svn commit: r289665 - head/sys/dev/etherswitch/arswitch

2015-10-20 Thread Adrian Chadd
Author: adrian Date: Tue Oct 20 21:18:02 2015 New Revision: 289665 URL: https://svnweb.freebsd.org/changeset/base/289665 Log: AR8327: Fix up the ability to configure the vlangroup configuration for the CPU port I messed up when doing the reset_vlans method - setting vid[0] = 1 here was

svn commit: r289658 - head/sys/kern

2015-10-20 Thread Konstantin Belousov
Author: kib Date: Tue Oct 20 20:12:42 2015 New Revision: 289658 URL: https://svnweb.freebsd.org/changeset/base/289658 Log: No need to dereference struct proc to pids when comparing processes for equality. Reviewed by: jhb, pho Tested by:pho Sponsored by: The FreeBSD Foundation

Re: svn commit: r289663 - head/share/mk

2015-10-20 Thread Bryan Drewery
On 10/20/2015 1:49 PM, Conrad Meyer wrote: > On Tue, Oct 20, 2015 at 1:37 PM, Bryan Drewery wrote: >> Author: bdrewery >> Date: Tue Oct 20 20:37:00 2015 >> New Revision: 289663 >> URL: https://svnweb.freebsd.org/changeset/base/289663 >> >> Log: > > I think this should read:

svn commit: r289666 - in stable/10/sys: arm/freescale/imx arm/freescale/vybrid arm/samsung/exynos dev/iicbus dev/pcf powerpc/mpc85xx

2015-10-20 Thread Ian Lepore
Author: ian Date: Tue Oct 20 21:20:34 2015 New Revision: 289666 URL: https://svnweb.freebsd.org/changeset/base/289666 Log: MFC r281828, r289083, r289084, r289091, r289093, r289095, r289097, r289098, r289104, r289105, r289118: various i2c fixes... Fix numerous issues in iic(4) and

Re: svn commit: r289664 - head/sys/kern

2015-10-20 Thread Bryan Drewery
On 10/20/2015 1:38 PM, Konstantin Belousov wrote: > Author: kib > Date: Tue Oct 20 20:38:20 2015 > New Revision: 289664 > URL: https://svnweb.freebsd.org/changeset/base/289664 > > Log: > Trim spaces at end of line to record the proper commit message for > r289660: > > Do not allow to

Re: svn commit: r289203 - head/usr.sbin/makefs

2015-10-20 Thread Adrian Chadd
please absolutely do reassign the option to something that doesn't clash ASAP. -adrian On 20 October 2015 at 12:12, Ed Maste wrote: > On 12 October 2015 at 22:32, Adrian Chadd wrote: >> Author: adrian >> Date: Tue Oct 13 02:32:15 2015 >> New Revision:

Re: svn commit: r289664 - head/sys/kern

2015-10-20 Thread Ed Maste
On 20 October 2015 at 16:42, Bryan Drewery wrote: > > I really think we should just do a full revert and recommit in these > cases, and not even a forced commit. Neither this commit or a forced > commit will show in 'svn blame' or even during a bisect. It really just >

Re: svn commit: r289661 - head/sys/kern

2015-10-20 Thread John Baldwin
On Tuesday, October 20, 2015 08:29:21 PM Konstantin Belousov wrote: > Author: kib > Date: Tue Oct 20 20:29:21 2015 > New Revision: 289661 > URL: https://svnweb.freebsd.org/changeset/base/289661 > > Log: > Mark struct thread zone as type-stable. > > When establishing the locking state for

Re: svn commit: r289626 - in head/sys: dev/isp dev/ispfw modules/ispfw modules/ispfw/isp_2400_multi modules/ispfw/isp_2500_multi

2015-10-20 Thread Eric van Gyzen
On 10/20/2015 07:27, Alexander Motin wrote: > Author: mav > Date: Tue Oct 20 12:27:59 2015 > New Revision: 289626 > URL: https://svnweb.freebsd.org/changeset/base/289626 > > Log: > Update firmware images for Qlogic 24xx/25xx from 5.5.0 to 7.3.0. > > This also removes separate "_multi"

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

2015-10-20 Thread Conrad E. Meyer
Author: cem Date: Tue Oct 20 23:48:14 2015 New Revision: 289667 URL: https://svnweb.freebsd.org/changeset/base/289667 Log: Document cpuset(9) A follow-up to r289467. Coerced by: jhb Sponsored by: EMC / Isilon Storage Division Added: head/share/man/man9/cpuset.9 (contents,

svn commit: r289669 - head/share/mk

2015-10-20 Thread Bryan Drewery
Author: bdrewery Date: Wed Oct 21 00:25:18 2015 New Revision: 289669 URL: https://svnweb.freebsd.org/changeset/base/289669 Log: Fix building in a directory with SUBDIRs and SUBDIR_PARALLEL. The SUBDIR_PARALLEL feature uses a .for dir in ${SUBDIR} loop. The old code here for recursing

Re: svn commit: r289667 - head/share/man/man9

2015-10-20 Thread John Baldwin
On Tuesday, October 20, 2015 11:48:14 PM Conrad E. Meyer wrote: > Author: cem > Date: Tue Oct 20 23:48:14 2015 > New Revision: 289667 > URL: https://svnweb.freebsd.org/changeset/base/289667 > > Log: > Document cpuset(9) > > A follow-up to r289467. > > Coerced by: jhb > Sponsored by:

Re: svn commit: r289667 - head/share/man/man9

2015-10-20 Thread hiren panchasara
On 10/20/15 at 11:48P, Conrad E. Meyer wrote: > Author: cem > Date: Tue Oct 20 23:48:14 2015 > New Revision: 289667 > URL: https://svnweb.freebsd.org/changeset/base/289667 > > Log: > Document cpuset(9) > > A follow-up to r289467. > > Coerced by: jhb > Sponsored by: EMC /

Re: svn commit: r289667 - head/share/man/man9

2015-10-20 Thread Conrad Meyer
On Tue, Oct 20, 2015 at 5:09 PM, John Baldwin wrote: > On Tuesday, October 20, 2015 11:48:14 PM Conrad E. Meyer wrote: >> Author: cem >> Date: Tue Oct 20 23:48:14 2015 >> New Revision: 289667 >> URL: https://svnweb.freebsd.org/changeset/base/289667 >> >> Log: >> Document

svn commit: r289668 - in head: lib/libc/sys share/man/man9

2015-10-20 Thread Conrad E. Meyer
Author: cem Date: Tue Oct 20 23:52:37 2015 New Revision: 289668 URL: https://svnweb.freebsd.org/changeset/base/289668 Log: cpuset.9: Link to/from the new page A follow-up to r289667. Sponsored by: EMC / Isilon Storage Division Modified: head/lib/libc/sys/cpuset.2

svn commit: r289670 - head/gnu/usr.bin/groff/src/devices/xditview

2015-10-20 Thread Bryan Drewery
Author: bdrewery Date: Wed Oct 21 01:34:51 2015 New Revision: 289670 URL: https://svnweb.freebsd.org/changeset/base/289670 Log: Remove disconnected xditview. Deleted: head/gnu/usr.bin/groff/src/devices/xditview/ ___ svn-src-all@freebsd.org mailing

Re: svn commit: r289203 - head/usr.sbin/makefs

2015-10-20 Thread Ed Maste
On 20 October 2015 at 21:53, Adrian Chadd wrote: > please absolutely do reassign the option to something that doesn't clash ASAP. It's important that we do it soon, but a few more days won't make a difference. I've discussed syncing NetBSD's & FreeBSD's makefs on the NetBSD

svn commit: r289672 - stable/10/sys/compat/linux

2015-10-20 Thread Bryan Drewery
Author: bdrewery Date: Wed Oct 21 01:41:22 2015 New Revision: 289672 URL: https://svnweb.freebsd.org/changeset/base/289672 Log: MFC r288994: Remove redundant RFFPWAIT/vfork(2) handling in Linux fork(2) and clone(2) wrappers. Modified: stable/10/sys/compat/linux/linux_fork.c

svn commit: r289671 - head/sys/mips/atheros

2015-10-20 Thread Adrian Chadd
Author: adrian Date: Wed Oct 21 01:41:18 2015 New Revision: 289671 URL: https://svnweb.freebsd.org/changeset/base/289671 Log: arge: don't do the rx fixup copy and just offset the mbuf by 2 bytes The existing code meets the "alignment" requirement for the l3 payload by offsetting the mbuf

svn commit: r289673 - stable/9/sys/compat/linux

2015-10-20 Thread Bryan Drewery
Author: bdrewery Date: Wed Oct 21 01:45:18 2015 New Revision: 289673 URL: https://svnweb.freebsd.org/changeset/base/289673 Log: MFC r288994: Remove redundant RFFPWAIT/vfork(2) handling in Linux fork(2) and clone(2) wrappers. Modified: stable/9/sys/compat/linux/linux_fork.c

svn commit: r289674 - head/sys/dev/iwn

2015-10-20 Thread Kevin Lo
Author: kevlo Date: Wed Oct 21 02:50:22 2015 New Revision: 289674 URL: https://svnweb.freebsd.org/changeset/base/289674 Log: Switch PCI register reads from using magic numbers to using the names defined in pcireg.h Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c

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

2015-10-20 Thread Jason A. Harmening
Author: jah Date: Wed Oct 21 04:53:34 2015 New Revision: 289675 URL: https://svnweb.freebsd.org/changeset/base/289675 Log: Use pmap_quick* for out-of-context bounce buffers and (limited) cache maintenance of unmapped buffers in armv5 busdma. Tested by:Mattia Rossi

svn commit: r289676 - head

2015-10-20 Thread Bryan Drewery
Author: bdrewery Date: Wed Oct 21 05:33:48 2015 New Revision: 289676 URL: https://svnweb.freebsd.org/changeset/base/289676 Log: Add some missing '+', .MAKE, and .PHONY modifiers. Some of these targets were lacking both .MAKE and a '+'. Others were just inconsistent. MFC after:1

svn commit: r289677 - in head: bin/csh sbin/devd sbin/fsck_ffs sbin/ipfw sbin/natd sbin/newfs_nandfs sbin/rcorder usr.bin/calendar usr.bin/colldef usr.bin/dtc usr.bin/indent usr.bin/locale usr.bin/...

2015-10-20 Thread Eitan Adler
Author: eadler Date: Wed Oct 21 05:37:09 2015 New Revision: 289677 URL: https://svnweb.freebsd.org/changeset/base/289677 Log: Fix a ton of speelling errors arc lint is helpful Reviewed By: allanjude, wblock, #manpages, ch...@bsdjunk.com Differential Revision:

svn commit: r289678 - head/sys/mips/atheros

2015-10-20 Thread Adrian Chadd
Author: adrian Date: Wed Oct 21 05:52:04 2015 New Revision: 289678 URL: https://svnweb.freebsd.org/changeset/base/289678 Log: arge: Remove the debugging printf that snuck in. This was triggering when using it as an AP bridge rather than an ethernet bridge. The code is unclear but it

svn commit: r289628 - stable/10/sys/contrib/ipfilter/netinet

2015-10-20 Thread Cy Schubert
Author: cy Date: Tue Oct 20 13:20:29 2015 New Revision: 289628 URL: https://svnweb.freebsd.org/changeset/base/289628 Log: MFC r289480. Really fix ipfilter bug 3600459. Obtained from:ipfilter cvs repo r1.48.2.25, r1.72 and NetBSD repo r1.4 Modified:

svn commit: r289629 - head/sbin/newfs_msdos

2015-10-20 Thread Ed Maste
Author: emaste Date: Tue Oct 20 13:32:09 2015 New Revision: 289629 URL: https://svnweb.freebsd.org/changeset/base/289629 Log: newfs_msdos: use NetBSD's mkfs_msdos.h verbatim for makefs compatibility Sponsored by: The FreeBSD Foundation Modified: head/sbin/newfs_msdos/mkfs_msdos.h

svn commit: r289630 - head/sys/arm/amlogic/aml8726

2015-10-20 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Tue Oct 20 13:47:36 2015 New Revision: 289630 URL: https://svnweb.freebsd.org/changeset/base/289630 Log: Include "opt_platform.h" to fix kernel build for amlogic devices. Modified: head/sys/arm/amlogic/aml8726/aml8726_machdep.c Modified: