svn commit: r289872 - head/usr.bin/mkdep

2015-10-23 Thread Bryan Drewery
Author: bdrewery Date: Sat Oct 24 05:16:30 2015 New Revision: 289872 URL: https://svnweb.freebsd.org/changeset/base/289872 Log: Replace gcc reference with 'cc' and document the default ${CC}. MFC after:1 week Modified: head/usr.bin/mkdep/mkdep.1 Modified: head/usr.bin/mkdep/mkdep.1

svn commit: r289871 - head/share/mk

2015-10-23 Thread Bryan Drewery
Author: bdrewery Date: Sat Oct 24 05:00:20 2015 New Revision: 289871 URL: https://svnweb.freebsd.org/changeset/base/289871 Log: Sort properly. MFC after:1 week X-MFC-With: r289870 Modified: head/share/mk/bsd.README Modified: head/share/mk/bsd.README =

svn commit: r289870 - head/share/mk

2015-10-23 Thread Bryan Drewery
Author: bdrewery Date: Sat Oct 24 04:55:17 2015 New Revision: 289870 URL: https://svnweb.freebsd.org/changeset/base/289870 Log: Add bsd.crunchgen.mk to bsd.README. MFC after:1 week Modified: head/share/mk/bsd.README head/share/mk/bsd.crunchgen.mk Modified: head/share/mk/bsd.README

svn commit: r289868 - head/share/mk

2015-10-23 Thread Bryan Drewery
Author: bdrewery Date: Sat Oct 24 04:03:29 2015 New Revision: 289868 URL: https://svnweb.freebsd.org/changeset/base/289868 Log: Configs should not be under MK_INCLUDES control. 'buildconfig' is connected to 'all', but 'installconfig' is only called manually. There is not much need to con

svn commit: r289869 - head/share/mk

2015-10-23 Thread Bryan Drewery
Author: bdrewery Date: Sat Oct 24 04:03:32 2015 New Revision: 289869 URL: https://svnweb.freebsd.org/changeset/base/289869 Log: Slightly rework the comments and logic for default Clang/GCC. This is because the previous version was very obscure about the fact that despite having Clang "on

svn commit: r289867 - head/sys/sys

2015-10-23 Thread Mark Johnston
Author: markj Date: Sat Oct 24 03:16:40 2015 New Revision: 289867 URL: https://svnweb.freebsd.org/changeset/base/289867 Log: Remove an erroneous semicolon. MFC after:3 days Modified: head/sys/sys/_bitset.h Modified: head/sys/sys/_bitset.h

svn commit: r289866 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2015-10-23 Thread Mark Johnston
Author: markj Date: Sat Oct 24 03:14:36 2015 New Revision: 289866 URL: https://svnweb.freebsd.org/changeset/base/289866 Log: 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 type sizes are

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

2015-10-23 Thread Ian Lepore
Author: ian Date: Sat Oct 24 03:01:47 2015 New Revision: 289865 URL: https://svnweb.freebsd.org/changeset/base/289865 Log: A few more whitespace, style, and comment cleanups. No functional changes. Modified: head/sys/arm/arm/busdma_machdep-v6.c Modified: head/sys/arm/arm/busdma_machdep-v6.c

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

2015-10-23 Thread Ian Lepore
Author: ian Date: Sat Oct 24 02:44:13 2015 New Revision: 289864 URL: https://svnweb.freebsd.org/changeset/base/289864 Log: Bring in all the new(-ish) statistics code from armv6. Modified: head/sys/arm/arm/busdma_machdep.c Modified: head/sys/arm/arm/busdma_machdep.c ==

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

2015-10-23 Thread Andrey A. Chernov
Author: ache Date: Sat Oct 24 02:23:15 2015 New Revision: 289863 URL: https://svnweb.freebsd.org/changeset/base/289863 Log: Since no room left in the _flags, reuse __SALC for O_APPEND. It helps to remove _fcntl() call from _ftello() and optimize seek position calculation in _swrite(). M

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

2015-10-23 Thread Ian Lepore
Author: ian Date: Sat Oct 24 02:18:14 2015 New Revision: 289862 URL: https://svnweb.freebsd.org/changeset/base/289862 Log: Change the preallocation of a busdma segment mapping array from per-tag to per-map. The per-tag scheme is not safe, and a mutex can't be used to protect it because the

svn commit: r289861 - head

2015-10-23 Thread Bryan Drewery
Author: bdrewery Date: Sat Oct 24 01:39:31 2015 New Revision: 289861 URL: https://svnweb.freebsd.org/changeset/base/289861 Log: native-xtools: Replace common path with NXBDESTDIR. Also combine some mkdir calls. Sponsored by: EMC / Isilon Storage Division Modified: head/Makefile.inc1

svn commit: r289859 - head

2015-10-23 Thread Bryan Drewery
Author: bdrewery Date: Fri Oct 23 23:07:45 2015 New Revision: 289859 URL: https://svnweb.freebsd.org/changeset/base/289859 Log: native-xtools: Fix build with WITH_DEBUG_FILES. Sponsored by: EMC / Isilon Storage Division Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 =

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

2015-10-23 Thread Ian Lepore
Author: ian Date: Fri Oct 23 22:51:48 2015 New Revision: 289857 URL: https://svnweb.freebsd.org/changeset/base/289857 Log: Instead of all memory allocations using M_DEVBUF, use new categories M_BUSDMA for allocations of metadata (tags, maps, segment tracking lists), and M_BOUNCE for bounce p

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

2015-10-23 Thread Ian Lepore
Author: ian Date: Fri Oct 23 22:52:00 2015 New Revision: 289858 URL: https://svnweb.freebsd.org/changeset/base/289858 Log: Instead of all memory allocations using M_DEVBUF, use new categories M_BUSDMA for allocations of metadata (tags, maps, segment tracking lists), and M_BOUNCE for bounce p

Re: svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys

2015-10-23 Thread Conrad Meyer
On Fri, Oct 23, 2015 at 2:56 PM, Ian Lepore wrote: > On Fri, 2015-10-23 at 14:43 -0700, Conrad Meyer wrote: >> On Fri, Oct 23, 2015 at 2:06 PM, Mark Linimon >> wrote: >> > On Fri, Oct 23, 2015 at 08:09:35AM -0700, Conrad Meyer wrote: >> > > What is __FreeBSD_version and why would it be bumped? >>

Re: svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys

2015-10-23 Thread Ian Lepore
On Fri, 2015-10-23 at 14:43 -0700, Conrad Meyer wrote: > On Fri, Oct 23, 2015 at 2:06 PM, Mark Linimon > wrote: > > On Fri, Oct 23, 2015 at 08:09:35AM -0700, Conrad Meyer wrote: > > > What is __FreeBSD_version and why would it be bumped? > > > > > > > > This variable exists to tell the Ports Co

Re: svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys

2015-10-23 Thread Conrad Meyer
On Fri, Oct 23, 2015 at 2:06 PM, Mark Linimon wrote: > On Fri, Oct 23, 2015 at 08:09:35AM -0700, Conrad Meyer wrote: >> What is __FreeBSD_version and why would it be bumped? > > > > This variable exists to tell the Ports Collection, among others, > that "something has changed that may require you

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

2015-10-23 Thread Alexander Motin
Author: mav Date: Fri Oct 23 21:30:18 2015 New Revision: 289855 URL: https://svnweb.freebsd.org/changeset/base/289855 Log: Minor additions to Status Type 0 IOCB. Modified: head/sys/dev/isp/isp_library.c head/sys/dev/isp/ispmbox.h Modified: head/sys/dev/isp/isp_library.c ===

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

2015-10-23 Thread Ian Lepore
Author: ian Date: Fri Oct 23 21:29:37 2015 New Revision: 289854 URL: https://svnweb.freebsd.org/changeset/base/289854 Log: Catch up to r232356: change the boundary constraint type to bus_addr_t. This code lived in the projects/armv6 branch when that change got applied to all the other arches

svn commit: r289856 - head/share/mk

2015-10-23 Thread Bryan Drewery
Author: bdrewery Date: Fri Oct 23 21:30:27 2015 New Revision: 289856 URL: https://svnweb.freebsd.org/changeset/base/289856 Log: Rework r289778 to always parallelize known targets, without ordering. - Rather than allow 'make clean*' to ignore dependencies, make a static list of targets i

Re: svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys

2015-10-23 Thread NGie Cooper
On Fri, Oct 23, 2015 at 2:06 PM, Mark Linimon wrote: > On Fri, Oct 23, 2015 at 08:09:35AM -0700, Conrad Meyer wrote: >> What is __FreeBSD_version and why would it be bumped? > > __FreeBSD_version was introduced in the following commit: > > https://svnweb.freebsd.org/base/head/sys/sys/param.h?r1=

svn commit: r289853 - head/sys/modules/hwpmc

2015-10-23 Thread Ed Maste
Author: emaste Date: Fri Oct 23 21:09:28 2015 New Revision: 289853 URL: https://svnweb.freebsd.org/changeset/base/289853 Log: Add aarch64 files to the hwpmc(4) module build This was probably missed because FreeBSD/arm64 did not yet support modules when aarch64 support was added to hwpmc(4

Re: svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys

2015-10-23 Thread Mark Linimon
On Fri, Oct 23, 2015 at 08:09:35AM -0700, Conrad Meyer wrote: > What is __FreeBSD_version and why would it be bumped? __FreeBSD_version was introduced in the following commit: https://svnweb.freebsd.org/base/head/sys/sys/param.h?r1=34924&r2=36260 where it has been ever since: https://svnweb

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

2015-10-23 Thread Alexander Motin
Author: mav Date: Fri Oct 23 21:01:46 2015 New Revision: 289852 URL: https://svnweb.freebsd.org/changeset/base/289852 Log: Missed addition for r289812. Modified: head/sys/dev/isp/isp_sbus.c Modified: head/sys/dev/isp/isp_sbus.c

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

2015-10-23 Thread Ian Lepore
Author: ian Date: Fri Oct 23 20:49:34 2015 New Revision: 289851 URL: https://svnweb.freebsd.org/changeset/base/289851 Log: Whitespace and style nits, no functional changes. The goal is to make these two files cosmetically alike so that the actual implementation differences are visible. T

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

2015-10-23 Thread Bryan Drewery
On 10/23/2015 12:41 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Fri Oct 23 19:41:58 2015 > New Revision: 289846 > URL: https://svnweb.freebsd.org/changeset/base/289846 > > Log: > Fix regression from r289734 that caused crunchgen "subdirs" to not be > properly recursed. > ... > T

svn commit: r289846 - head/share/mk

2015-10-23 Thread Bryan Drewery
Author: bdrewery Date: Fri Oct 23 19:41:58 2015 New Revision: 289846 URL: https://svnweb.freebsd.org/changeset/base/289846 Log: Fix regression from r289734 that caused crunchgen "subdirs" to not be properly recursed. The .for loop was defining a ${__dir} variable that was being set at a

svn commit: r289845 - head/sbin/savecore

2015-10-23 Thread Alan Somers
Author: asomers Date: Fri Oct 23 19:28:24 2015 New Revision: 289845 URL: https://svnweb.freebsd.org/changeset/base/289845 Log: Fix various Coverity issues in sbin/savecore/savecore.c: CID1009429: Fix unchecked return value from lseek while clearing dump CID1007781: Fix file descriptor lea

svn commit: r289843 - in head/sys: cam/ctl cam/scsi dev/isp

2015-10-23 Thread Alexander Motin
Author: mav Date: Fri Oct 23 18:34:18 2015 New Revision: 289843 URL: https://svnweb.freebsd.org/changeset/base/289843 Log: Add partial support for QUERY TMF to CAM and isp(4). This change allows to decode respective functions in isp(4) in target mode and pass them through CAM to CTL. Unf

svn commit: r289842 - in head: contrib/bmake contrib/bmake/mk contrib/bmake/unit-tests usr.bin/bmake

2015-10-23 Thread Simon J. Gerraty
Author: sjg Date: Fri Oct 23 17:38:01 2015 New Revision: 289842 URL: https://svnweb.freebsd.org/changeset/base/289842 Log: Merge bmake 20151020 Added: head/contrib/bmake/metachar.c - copied unchanged from r289724, vendor/NetBSD/bmake/dist/metachar.c head/contrib/bmake/metachar.h -

svn commit: r289841 - head/sys/dev/usb/wlan

2015-10-23 Thread Andriy Voskoboinyk
Author: avos Date: Fri Oct 23 17:35:03 2015 New Revision: 289841 URL: https://svnweb.freebsd.org/changeset/base/289841 Log: run(4): convert to ieee80211_tx_complete() Approved by: adrian (mentor) Differential Revision:https://reviews.freebsd.org/D3992 Modified: head/sys/dev/us

svn commit: r289840 - head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD

2015-10-23 Thread Ed Maste
Author: emaste Date: Fri Oct 23 17:30:41 2015 New Revision: 289840 URL: https://svnweb.freebsd.org/changeset/base/289840 Log: lldb: Add arm64 FreeBSD ProcessMonitor register context This is an adaptation of upstream LLDB commit r251088. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r289839 - head/usr.bin

2015-10-23 Thread Bryan Drewery
Author: bdrewery Date: Fri Oct 23 17:24:34 2015 New Revision: 289839 URL: https://svnweb.freebsd.org/changeset/base/289839 Log: dtc needs to be installed if MK_GPL_DTC is not set, which doesn't fit into the SUBDIR.yes pattern well. This fixes installation of the BSDL dtc after r288904.

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

2015-10-23 Thread Alexander Motin
Author: mav Date: Fri Oct 23 16:54:24 2015 New Revision: 289838 URL: https://svnweb.freebsd.org/changeset/base/289838 Log: Improve INOTs handling for 24xx and above chips. Modified: head/sys/dev/isp/isp_freebsd.c head/sys/dev/isp/isp_library.c head/sys/dev/isp/isp_library.h head/sys/dev

svn commit: r289837 - head/lib/libc/resolv

2015-10-23 Thread Eric van Gyzen
Author: vangyzen Date: Fri Oct 23 15:56:17 2015 New Revision: 289837 URL: https://svnweb.freebsd.org/changeset/base/289837 Log: resolver: abuse _res a little less In the past, _res was a global variable. Now, it's multiple function calls. Several functions in the resolver use _res multip

svn commit: r289836 - head/sys/dev/xen/blkfront

2015-10-23 Thread Roger Pau Monné
Author: royger Date: Fri Oct 23 15:46:42 2015 New Revision: 289836 URL: https://svnweb.freebsd.org/changeset/base/289836 Log: blkfront: add support for unmapped IO Using unmapped IO is really beneficial when running inside of a VM, since it avoids IPIs to other vCPUs in order to invalidat

Re: svn commit: r289834 - head/sys/x86/x86

2015-10-23 Thread Roger Pau Monné
El 23/10/15 a les 17.39, Roger Pau Monné ha escrit: > Author: royger > Date: Fri Oct 23 15:39:59 2015 > New Revision: 289834 > URL: https://svnweb.freebsd.org/changeset/base/289834 > > Log: > x86/dma_bounce: rework _bus_dmamap_load_ma implementation > > The implementation of bus_dmamap_load

svn commit: r289835 - head/sbin/sysctl

2015-10-23 Thread Conrad E. Meyer
Author: cem Date: Fri Oct 23 15:40:44 2015 New Revision: 289835 URL: https://svnweb.freebsd.org/changeset/base/289835 Log: sysctl(8): Fix style nits Suggested by: bde Sponsored by: EMC / Isilon Storage Division Modified: head/sbin/sysctl/sysctl.c Modified: head/sbin/sysctl/sysctl.c ==

svn commit: r289834 - head/sys/x86/x86

2015-10-23 Thread Roger Pau Monné
Author: royger Date: Fri Oct 23 15:39:59 2015 New Revision: 289834 URL: https://svnweb.freebsd.org/changeset/base/289834 Log: x86/dma_bounce: rework _bus_dmamap_load_ma implementation The implementation of bus_dmamap_load_ma_triv currently calls _bus_dmamap_load_phys on each page that is

svn commit: r289833 - head/sys/arm64/arm64

2015-10-23 Thread Ed Maste
Author: emaste Date: Fri Oct 23 15:24:00 2015 New Revision: 289833 URL: https://svnweb.freebsd.org/changeset/base/289833 Log: arm64: remove exception instruction length assertion From the (now removed) comment: * It is unclear in some cases if the bit is implementation defined. * T

Re: svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys

2015-10-23 Thread Conrad Meyer
On Thu, Oct 22, 2015 at 6:10 PM, NGie Cooper wrote: > On Thu, Oct 22, 2015 at 4:03 PM, Conrad E. Meyer wrote: >> URL: https://svnweb.freebsd.org/changeset/base/289773 >> >> Log: >> Sysctl: Add common support for U8, U16 types > > - This is missing documentation in sysctl(9). r289831, thanks.

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

2015-10-23 Thread Conrad E. Meyer
Author: cem Date: Fri Oct 23 15:08:16 2015 New Revision: 289831 URL: https://svnweb.freebsd.org/changeset/base/289831 Log: sysctl(9): Document U8/U16 types from r289773 Suggested by: ngie Sponsored by: EMC / Isilon Storage Division Modified: head/share/man/man9/Makefile head/share/ma

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

2015-10-23 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 23 14:52:05 2015 New Revision: 289830 URL: https://svnweb.freebsd.org/changeset/base/289830 Log: Build fix for non-i386 and non-amd64 platforms. Sponsored by: Mellanox Technologies Modified: head/sys/ofed/include/linux/linux_compat.c Modified: head/sys/ofe

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

2015-10-23 Thread Ian Lepore
On Thu, 2015-10-22 at 17:21 -0700, Bryan Drewery wrote: > > On Oct 22, 2015, at 17:18, Bryan Drewery > > wrote: > > > > > > > > > > On Oct 22, 2015, at 16:59, Ian Lepore wrote: > > > > > > > > On Thu, 2015-10-22 at 23:41 +, Bryan Drewery wrote: > > > > Author: bdrewery > > > > Date: Thu O

svn commit: r289828 - head/sys/modules

2015-10-23 Thread Ed Maste
Author: emaste Date: Fri Oct 23 12:59:54 2015 New Revision: 289828 URL: https://svnweb.freebsd.org/changeset/base/289828 Log: Move dtrace/opensolaris/zfs module option to common section These are not target-specific modules, so the logic to build them should be common. This also enables

Re: svn commit: r289825 - in head/sys: arm/arm arm64/arm64 vm x86/x86

2015-10-23 Thread Andriy Gapon
On 23/10/2015 15:03, Jason A. Harmening wrote: > Author: jah > Date: Fri Oct 23 12:03:25 2015 > New Revision: 289825 > URL: https://svnweb.freebsd.org/changeset/base/289825 > > Log: > Remove unclear comment about address truncation in busdma. Add (hopefully > much clearer) comment at declarati

svn commit: r289826 - head/sys/vm

2015-10-23 Thread Jason A. Harmening
Author: jah Date: Fri Oct 23 12:06:06 2015 New Revision: 289826 URL: https://svnweb.freebsd.org/changeset/base/289826 Log: Fix capitalization Modified: head/sys/vm/vm_page.h Modified: head/sys/vm/vm_page.h == --- hea

svn commit: r289825 - in head/sys: arm/arm arm64/arm64 vm x86/x86

2015-10-23 Thread Jason A. Harmening
Author: jah Date: Fri Oct 23 12:03:25 2015 New Revision: 289825 URL: https://svnweb.freebsd.org/changeset/base/289825 Log: Remove unclear comment about address truncation in busdma. Add (hopefully much clearer) comment at declaration of PHYS_TO_VM_PAGE(). Noted by: avg Modified: he

svn commit: r289824 - in head/sys: amd64/include i386/include

2015-10-23 Thread Konstantin Belousov
Author: kib Date: Fri Oct 23 11:45:38 2015 New Revision: 289824 URL: https://svnweb.freebsd.org/changeset/base/289824 Log: Add CLFLUSHOPT instruction wrappers. Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/amd64/include/cpufunc.h head/sys/i386/include/c

svn commit: r289823 - head/sys/x86/x86

2015-10-23 Thread Konstantin Belousov
Author: kib Date: Fri Oct 23 11:43:56 2015 New Revision: 289823 URL: https://svnweb.freebsd.org/changeset/base/289823 Log: Decode new values for CPUID leaf 2 cache and TLB descriptors, from the Intel SDM revision 56. Sponsored by: The FreeBSD Foundation MFC after:1 week Modified:

svn commit: r289822 - head/sys/compat/linux

2015-10-23 Thread Konstantin Belousov
Author: kib Date: Fri Oct 23 11:41:55 2015 New Revision: 289822 URL: https://svnweb.freebsd.org/changeset/base/289822 Log: Fix build for the KTR-enabled kernels. Sponsored by: The FreeBSD Foundation Modified: head/sys/compat/linux/linux_misc.c Modified: head/sys/compat/linux/linux_misc.

Re: svn commit: r289457 - head/sys/x86/x86

2015-10-23 Thread Andriy Gapon
On 17/10/2015 17:58, Jason A. Harmening wrote: > Author: jah > Date: Sat Oct 17 14:58:55 2015 > New Revision: 289457 > URL: https://svnweb.freebsd.org/changeset/base/289457 > > Log: > Don't page-align the physical address when calling PHYS_TO_VM_PAGE(). > > Mbusdma_bounce.c > > Modifie

Re: svn commit: r289762 - in head/tools/regression/net80211: ccmp tkip wep

2015-10-23 Thread Andriy Voskoboinyk
Andriy, On Thu, Oct 22, 2015 at 05:08:13PM +, Andriy Voskoboinyk wrote: A> Log: A> Unbreak regression testing tools for net80211 crypto cipher modules A> A> Approved by:adrian (mentor) A> Differential Revision: https://reviews.freebsd.org/D3441 A> A> Modified: A> head/tools/reg

Re: svn commit: r289762 - in head/tools/regression/net80211: ccmp tkip wep

2015-10-23 Thread Gleb Smirnoff
Andriy, On Thu, Oct 22, 2015 at 05:08:13PM +, Andriy Voskoboinyk wrote: A> Log: A> Unbreak regression testing tools for net80211 crypto cipher modules A> A> Approved by: adrian (mentor) A> Differential Revision: https://reviews.freebsd.org/D3441 A> A> Modified: A> head/

Re: svn commit: r289811 - head/sys/dev/usb/wlan

2015-10-23 Thread Hans Petter Selasky
On 10/23/15 10:26, Andriy Voskoboinyk wrote: static int urtwn_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) { @@ -1530,7 +1541,6 @@ urtwn_newstate(struct ieee80211vap *vap, struct urtwn_softc *sc = ic->ic_softc; struct ieee80211_node *ni; e

svn commit: r289821 - head/sys/dev/usb/wlan

2015-10-23 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 23 11:00:35 2015 New Revision: 289821 URL: https://svnweb.freebsd.org/changeset/base/289821 Log: Fix kernel build by restoring a temporary variable which was not yet ripe for removal. Modified: head/sys/dev/usb/wlan/if_urtwn.c Modified: head/sys/dev/usb/wlan/

Re: svn commit: r289700 - in head/sys/compat/linuxkpi: . common common/include common/include/asm common/include/linux common/src

2015-10-23 Thread Gleb Smirnoff
On Wed, Oct 21, 2015 at 08:42:02AM -0700, Bryan Drewery wrote: B> >>> Log: B> >>>Start process of moving the LinuxKPI into the default kernel build by B> >>>creating an empty directory tree. B> >>> B> >>>Sponsored by:Mellanox Technologies B> >>> B> >>> Added: B> >>>head/sys/comp

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

2015-10-23 Thread Alexander Motin
Author: mav Date: Fri Oct 23 10:39:43 2015 New Revision: 289819 URL: https://svnweb.freebsd.org/changeset/base/289819 Log: Fix LUN disable in CAM broken at r285155. MFC after:1 week Modified: head/sys/cam/ctl/scsi_ctl.c Modified: head/sys/cam/ctl/scsi_ctl.c =

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

2015-10-23 Thread Gleb Smirnoff
Navdeep, On Tue, Oct 20, 2015 at 11:51:47AM -0700, Navdeep Parhar wrote: N> cxgb's copy of jhash.h does have a blank line before the $FreeBSD$ tag. N> These days jenkins_hash is available in the kernel (see hash(9)) so N> there's no real need for cxgb to include this file, but I don't touch

Re: svn commit: r289765 - in head/sys: conf libkern sys

2015-10-23 Thread Bruce Evans
On Thu, 22 Oct 2015, Conrad E. Meyer wrote: Log: Add libkern ffsll() for parity with flsll() Sponsored by: EMC / Isilon Storage Division This fills a much needed gap, like the one filled by flsll(). It uses the long long abomination. uintmax_t has been Standard since 1999, but is still

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

2015-10-23 Thread Alexander Motin
Author: mav Date: Fri Oct 23 08:53:32 2015 New Revision: 289817 URL: https://svnweb.freebsd.org/changeset/base/289817 Log: Disable full bus scan by CAM for FC adapters. FC port database code already notifies CAM about all devices. Additional full scan is just a waste of time, that by def

svn commit: r289816 - head/sys/dev/usb/wlan

2015-10-23 Thread Andriy Voskoboinyk
Author: avos Date: Fri Oct 23 08:44:40 2015 New Revision: 289816 URL: https://svnweb.freebsd.org/changeset/base/289816 Log: urtwn(4): add DBM_ANTNOISE radiotap field Reviewed by: kevlo Approved by: adrian (mentor) Differential Revision:https://reviews.freebsd.org/D3839 Modifi

svn commit: r289811 - head/sys/dev/usb/wlan

2015-10-23 Thread Andriy Voskoboinyk
Author: avos Date: Fri Oct 23 08:26:26 2015 New Revision: 289811 URL: https://svnweb.freebsd.org/changeset/base/289811 Log: - Split one 4-byte R92C_CR register into 2-byte R92C_CR and 1-byte R92C_MSR registers (they are used for different purposes). - Wrap R92C_MSR modifications into urtwn_s

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

2015-10-23 Thread Alexander Motin
Author: mav Date: Fri Oct 23 08:26:45 2015 New Revision: 289812 URL: https://svnweb.freebsd.org/changeset/base/289812 Log: Some polishing and unification in ISR code. Modified: head/sys/dev/isp/isp.c head/sys/dev/isp/isp_freebsd.c head/sys/dev/isp/isp_pci.c head/sys/dev/isp/isp_sbus.c

svn commit: r289799 - head/sys/dev/usb/wlan

2015-10-23 Thread Andriy Voskoboinyk
Author: avos Date: Fri Oct 23 07:42:56 2015 New Revision: 289799 URL: https://svnweb.freebsd.org/changeset/base/289799 Log: urtwn(4): fix the RSSI calculation for RTL8188EU. This change also reverts r252405 (causes integer underflow). Reviewed by: kevlo Approved by: adrian (mentor)

svn commit: r289797 - head/usr.bin/dpv

2015-10-23 Thread Devin Teske
Author: dteske Date: Fri Oct 23 07:38:34 2015 New Revision: 289797 URL: https://svnweb.freebsd.org/changeset/base/289797 Log: dpv(1) merged to stable/10 before release/10.2.0 MFC after:3 days X-MFC-to: stable/10 Modified: head/usr.bin/dpv/dpv.1 Modified: head/usr.bin/dpv/dpv.1

svn commit: r289794 - head/lib/libfigpar

2015-10-23 Thread Devin Teske
Author: dteske Date: Fri Oct 23 07:37:27 2015 New Revision: 289794 URL: https://svnweb.freebsd.org/changeset/base/289794 Log: figpar(3) merged to stable/10 before release/10.2.0 MFC after:3 days X-MFC-to: stable/10 Modified: head/lib/libfigpar/figpar.3 Modified: head/lib/libfi

svn commit: r289793 - head/lib/libdpv

2015-10-23 Thread Devin Teske
Author: dteske Date: Fri Oct 23 07:36:27 2015 New Revision: 289793 URL: https://svnweb.freebsd.org/changeset/base/289793 Log: Bump date/copyright after correcting HISTORY MFC after:3 days X-MFC-to: stable/10 X-MFC-with: r289790 Modified: head/lib/libdpv/dpv.3 Modified: hea

svn commit: r289790 - head/lib/libdpv

2015-10-23 Thread Devin Teske
Author: dteske Date: Fri Oct 23 07:34:57 2015 New Revision: 289790 URL: https://svnweb.freebsd.org/changeset/base/289790 Log: dpv(3) merged to stable/10 before release/10.2.0 MFC after:3 days X-MFC-to: stable/10 Modified: head/lib/libdpv/dpv.3 Modified: head/lib/libdpv/dpv.3 =