svn commit: r293173 - head/release

2016-01-04 Thread Glen Barber
Author: gjb Date: Mon Jan 4 19:38:44 2016 New Revision: 293173 URL: https://svnweb.freebsd.org/changeset/base/293173 Log: Fix path to include .OBJDIR to avoid polluting the source tree during 'make release'. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified:

svn commit: r293174 - in stable/10: contrib/bmake contrib/bmake/mk usr.bin/bmake

2016-01-04 Thread Simon J. Gerraty
Author: sjg Date: Mon Jan 4 20:05:40 2016 New Revision: 293174 URL: https://svnweb.freebsd.org/changeset/base/293174 Log: bmake 20151220 Modified: stable/10/contrib/bmake/ChangeLog stable/10/contrib/bmake/Makefile stable/10/contrib/bmake/mk/ChangeLog

svn commit: r293178 - head/sys/dev/iwm

2016-01-04 Thread Andriy Voskoboinyk
Author: avos Date: Mon Jan 4 21:07:08 2016 New Revision: 293178 URL: https://svnweb.freebsd.org/changeset/base/293178 Log: iwm: free firmware related resources after uploading it to the hardware iwn(4) / wpi(4) works in the same way (read_firmware() -> hw_init() -> firmware_put())

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

2016-01-04 Thread Andriy Voskoboinyk
Author: avos Date: Mon Jan 4 21:16:49 2016 New Revision: 293180 URL: https://svnweb.freebsd.org/changeset/base/293180 Log: urtwn: add bits for R92C_HWSEQ_CTRL and R92C_TXPAUSE registers Reviewed by: kevlo Approved by: adrian (mentor) Differential Revision:

svn commit: r293177 - head/sys/dev/iwm

2016-01-04 Thread Andriy Voskoboinyk
Author: avos Date: Mon Jan 4 21:03:01 2016 New Revision: 293177 URL: https://svnweb.freebsd.org/changeset/base/293177 Log: iwm: store pointer for 'struct firmware' instead of 'size_t' and 'void *' pair. Approved by: adrian (mentor) Obtained from:DragonFlyBSD Differential

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

2016-01-04 Thread Andriy Voskoboinyk
Author: avos Date: Mon Jan 4 21:11:27 2016 New Revision: 293179 URL: https://svnweb.freebsd.org/changeset/base/293179 Log: iwn: reduce code duplication in iwn_read_firmware() - Separate 'firmware_put(sc->fw_fp, FIRMWARE_UNLOAD); sc->fw_fp = NULL;' into iwn_unload_firmware(). - Move

svn commit: r293176 - head/sys/netinet

2016-01-04 Thread Michael Tuexen
Author: tuexen Date: Mon Jan 4 20:34:40 2016 New Revision: 293176 URL: https://svnweb.freebsd.org/changeset/base/293176 Log: Get struct sctp_net_route in sync with struct route again. Modified: head/sys/netinet/sctp_structs.h Modified: head/sys/netinet/sctp_structs.h

svn commit: r293171 - head/sys/modules

2016-01-04 Thread Christian Brueffer
Author: brueffer Date: Mon Jan 4 19:04:33 2016 New Revision: 293171 URL: https://svnweb.freebsd.org/changeset/base/293171 Log: Don't build rtwnfw if building without binary blobs. rtwnfw got added in r293009 and depends on source-less and non-free microcode in sys/contrib/dev/rtwn.

Re: svn commit: r293115 - head/etc

2016-01-04 Thread Warner Losh
On Mon, Jan 4, 2016 at 10:41 AM, Colin Percival wrote: > On 01/04/16 09:09, Warner Losh wrote: > > On Mon, Jan 4, 2016 at 10:00 AM, Colin Percival > > wrote: > > On 01/03/16 11:18, Warner Losh wrote: > > > Fix

svn commit: r293155 - in stable/10/sys/dev/mlx5: . mlx5_en

2016-01-04 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 4 09:52:40 2016 New Revision: 293155 URL: https://svnweb.freebsd.org/changeset/base/293155 Log: MFC r292838: Add support for CQE zipping. CQE zipping reduces PCI overhead by coalescing and zipping multiple CQEs into a single merged CQE. The feature is

svn commit: r293154 - stable/10/sys/dev/mlx5/mlx5_en

2016-01-04 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 4 09:49:53 2016 New Revision: 293154 URL: https://svnweb.freebsd.org/changeset/base/293154 Log: MFC r292837: Add support for sysctl tunables to 10-stable and older. Pushed through head first to simplify driver maintenance. MFC after:1 week

svn commit: r293156 - stable/10/sys/dev/mlx5/mlx5_en

2016-01-04 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 4 09:55:21 2016 New Revision: 293156 URL: https://svnweb.freebsd.org/changeset/base/293156 Log: MFC r292946: 10G ER/LR should present itself as LR. MFC after:1 week Submitted by: Shahar Klein Sponsored by: Mellanox

svn commit: r293157 - stable/10/sys/dev/mlx5/mlx5_en

2016-01-04 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 4 09:56:57 2016 New Revision: 293157 URL: https://svnweb.freebsd.org/changeset/base/293157 Log: MFC r292948: Allow I2C to read address 0x51 as well as address 0x50. Submitted by: Shahar Klein Sponsored by: Mellanox Technologies

svn commit: r293158 - stable/10/sys/dev/mlx5/mlx5_en

2016-01-04 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 4 09:58:16 2016 New Revision: 293158 URL: https://svnweb.freebsd.org/changeset/base/293158 Log: MFC r292949: Add support for modifying coalescing parameters runtime. Sponsored by: Mellanox Technologies Modified: stable/10/sys/dev/mlx5/mlx5_en/en.h

svn commit: r293153 - stable/10/sys/dev/mlx5/mlx5_en

2016-01-04 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 4 09:47:20 2016 New Revision: 293153 URL: https://svnweb.freebsd.org/changeset/base/293153 Log: MFC r292835: Make the eeprom dump function more readable and rename variables for better clarity. Submitted by: Daria Genzel

svn commit: r293149 - stable/9/sys

2016-01-04 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 4 08:39:56 2016 New Revision: 293149 URL: https://svnweb.freebsd.org/changeset/base/293149 Log: Add missed mergeinfo. Modified: Directory Properties: stable/9/sys/ (props changed) ___ svn-src-all@freebsd.org

svn commit: r293152 - stable/10

2016-01-04 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 4 09:38:33 2016 New Revision: 293152 URL: https://svnweb.freebsd.org/changeset/base/293152 Log: Add missed mergeinfo. Modified: Directory Properties: stable/10/ (props changed) ___ svn-src-all@freebsd.org mailing

svn commit: r293150 - stable/8/sys

2016-01-04 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 4 08:41:13 2016 New Revision: 293150 URL: https://svnweb.freebsd.org/changeset/base/293150 Log: Add missed mergeinfo. Modified: Directory Properties: stable/8/sys/ (props changed) ___ svn-src-all@freebsd.org

svn commit: r293151 - stable/10/sys/ofed/include/linux

2016-01-04 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 4 09:37:05 2016 New Revision: 293151 URL: https://svnweb.freebsd.org/changeset/base/293151 Log: MFC r289563,r291481,r292537,r292538,r292542,r292543,r292544 and r292834: Update the LinuxKPI: - Add more functions and types. - Implement ACCESS_ONCE(),

svn commit: r293181 - vendor/llvm-libunwind/dist/src

2016-01-04 Thread Ed Maste
Author: emaste Date: Mon Jan 4 21:30:54 2016 New Revision: 293181 URL: https://svnweb.freebsd.org/changeset/base/293181 Log: Import LLVM libunwind snapshot revision 256779 From https://llvm.org/svn/llvm-project/libunwind/trunk/ Modified: vendor/llvm-libunwind/dist/src/AddressSpace.hpp

Re: svn commit: r292809 - head/lib/libc/stdio

2016-01-04 Thread Warner Losh
Be my guest to implement these things. I don't think it matters much, and adds a lot of complexity to avoid a single roundup call. And if we have more-strict alignment for glue than ALIGNBYTES, we're already doomed. We don't do that today. Warner On Tue, Dec 29, 2015 at 3:51 PM, Ian Lepore

svn commit: r293183 - head/contrib/llvm/projects/libunwind/src

2016-01-04 Thread Ed Maste
Author: emaste Date: Mon Jan 4 21:41:02 2016 New Revision: 293183 URL: https://svnweb.freebsd.org/changeset/base/293183 Log: Merge LLVM libunwind revision 256779 Modified: head/contrib/llvm/projects/libunwind/src/AddressSpace.hpp head/contrib/llvm/projects/libunwind/src/DwarfParser.hpp

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

2016-01-04 Thread NGie Cooper
On Sun, Jan 3, 2016 at 2:23 PM, John Baldwin wrote: ... > FWIW, it is probably simpler to do something like this in an ixl header > instead: > > #if __FreeBSD_version <= 1100022 > #define if_getdrvflags(ifp) (ifp)->if_drv_flags > #endif > > In the past when the Intel

svn commit: r293182 - vendor/llvm-libunwind/libunwind-r256779

2016-01-04 Thread Ed Maste
Author: emaste Date: Mon Jan 4 21:31:59 2016 New Revision: 293182 URL: https://svnweb.freebsd.org/changeset/base/293182 Log: Tag LLVM libunwind r256779 Added: vendor/llvm-libunwind/libunwind-r256779/ - copied from r293181, vendor/llvm-libunwind/dist/

Re: svn commit: r292644 - head/tools/tools/nanobsd/embedded

2016-01-04 Thread Warner Losh
Thanks Ian. I'll adjust. The dtb files don't hurt anything, and it would be extra config to have some platforms do it and not others (something I'm trying to avoid). I'll document it for later. However, if there's no point to the uenv file, that's easy to just remove. Warner On Wed, Dec 23, 2015

Re: svn commit: r292472 - in head/sys: amd64/amd64 sys

2016-01-04 Thread Warner Losh
On Mon, Dec 21, 2015 at 1:38 PM, John Baldwin wrote: > On Saturday, December 19, 2015 07:01:43 PM Warner Losh wrote: > > Author: imp > > Date: Sat Dec 19 19:01:43 2015 > > New Revision: 292472 > > URL: https://svnweb.freebsd.org/changeset/base/292472 > > > > Log: > > Save the

svn commit: r293186 - head/sys/contrib/rdma/krping

2016-01-04 Thread Navdeep Parhar
Author: np Date: Tue Jan 5 01:58:30 2016 New Revision: 293186 URL: https://svnweb.freebsd.org/changeset/base/293186 Log: Have krping use IB_ACCESS_LOCAL_WRITE because it's required for remote write or remote atomic operations. Submitted by: Krishnamraju Eraparaju @ Chelsio Modified:

svn commit: r293188 - in head/release: amd64 arm64 i386 powerpc

2016-01-04 Thread Glen Barber
Author: gjb Date: Tue Jan 5 03:20:45 2016 New Revision: 293188 URL: https://svnweb.freebsd.org/changeset/base/293188 Log: Prevent memstick installation medium from attempting to mount the root filesystem read-write. This causes problems booting the memstick installation medium from

svn commit: r293189 - stable/10

2016-01-04 Thread Gleb Smirnoff
Author: glebius Date: Tue Jan 5 03:22:10 2016 New Revision: 293189 URL: https://svnweb.freebsd.org/changeset/base/293189 Log: Merge from head r287357-287358,287400: Not only build with buildworld, but also install with installworld all alternative kernels. Modified:

svn commit: r293187 - head/libexec/rtld-elf/amd64

2016-01-04 Thread Ed Maste
Author: emaste Date: Tue Jan 5 02:21:57 2016 New Revision: 293187 URL: https://svnweb.freebsd.org/changeset/base/293187 Log: rtld: wrap a comment to 80 columns Modified: head/libexec/rtld-elf/amd64/reloc.c Modified: head/libexec/rtld-elf/amd64/reloc.c

svn commit: r293185 - head/sys/dev/cxgbe/iw_cxgbe

2016-01-04 Thread Navdeep Parhar
Author: np Date: Tue Jan 5 01:32:40 2016 New Revision: 293185 URL: https://svnweb.freebsd.org/changeset/base/293185 Log: iw_cxgbe: Shut down the socket but do not close the fd in case of error. The fd is closed later in this case. This fixes a "SS_NOFDREF on enter" panic. Submitted

Re: svn commit: r293009 - head/sys/contrib/dev/rtwn

2016-01-04 Thread Fabian Keil
Adrian Chadd wrote: > Author: adrian > Date: Thu Dec 31 22:31:43 2015 > New Revision: 293009 > URL: https://svnweb.freebsd.org/changeset/base/293009 > > Log: > [rtwn] add rtwn firmware. When adding proprietary software to the kernel, please make sure that the relevant

Re: svn commit: r292997 - head/sys/conf

2016-01-04 Thread Fabian Keil
Ed Maste wrote: > Author: emaste > Date: Thu Dec 31 19:25:35 2015 > New Revision: 292997 > URL: https://svnweb.freebsd.org/changeset/base/292997 > > Log: > newvers.sh: put variable assignments on separate lines > > This makes it easier to grep for where they're set,

svn commit: r293190 - in head: contrib/less usr.bin/less

2016-01-04 Thread Xin LI
Author: delphij Date: Tue Jan 5 05:25:16 2016 New Revision: 293190 URL: https://svnweb.freebsd.org/changeset/base/293190 Log: MFV r293125: less v481. MFC after:1 month Relnotes: yes Added: head/contrib/less/compose.uni - copied unchanged from r293126,

Re: svn commit: r277457 - in stable/10: . etc etc/mtree tools/build/mk

2016-01-04 Thread Craig Rodrigues
On Tue, Jan 20, 2015 at 6:39 PM, Garrett Cooper wrote: > Author: ngie > Date: Tue Jan 20 23:39:08 2015 > New Revision: 277457 > URL: https://svnweb.freebsd.org/changeset/base/277457 > > Log: > MFC r275907: > > r275907 (by ngie): > > Fix building/installing tests when

Re: svn commit: r293115 - head/etc

2016-01-04 Thread Jan Beich
Warner Losh writes: > Author: imp > Date: Sun Jan 3 19:18:48 2016 > New Revision: 293115 > URL: https://svnweb.freebsd.org/changeset/base/293115 > > Log: > Use /bin/rm to remove /firstboot*. Otherwise rm -i alias is picked > up and can cause issues on boot with the

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

2016-01-04 Thread John Baldwin
On Sunday, January 03, 2016 06:09:47 PM Garrett Cooper wrote: > Author: ngie > Date: Sun Jan 3 18:09:46 2016 > New Revision: 293112 > URL: https://svnweb.freebsd.org/changeset/base/293112 > > Log: > Fix ixl(4) compilation with PCI_IOV pre-r266974 > > stable/10 doesn't have the

Re: svn commit: r293022 - head/sys/net80211

2016-01-04 Thread John Baldwin
On Friday, January 01, 2016 07:41:42 PM Adrian Chadd wrote: > yup. all of this is ... terrible atm. > > I do need to be able to give a bounds though. :( The _sbt variants let you specify a bounds for the "fuzzy". You give the deadline time as one value ('sbt') and an upper bound on how long to

svn commit: r293159 - in head/sys: net netinet netinet6

2016-01-04 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Jan 4 15:03:20 2016 New Revision: 293159 URL: https://svnweb.freebsd.org/changeset/base/293159 Log: Add rib_lookup_info() to provide API for retrieving individual route entries data in unified format. There are control plane functions that require

svn commit: r293161 - in stable/10: contrib/openbsm contrib/openbsm/bin contrib/openbsm/bin/audit contrib/openbsm/bin/auditd contrib/openbsm/bin/auditdistd contrib/openbsm/bin/auditfilterd contrib/...

2016-01-04 Thread Christian Brueffer
Author: brueffer Date: Mon Jan 4 16:32:21 2016 New Revision: 293161 URL: https://svnweb.freebsd.org/changeset/base/293161 Log: MFH: 292432,r292433,r292434 - Merge OpenBSM 1.2 alpha 4. - Regenerate config.h for OpenBSM 1.2 alpha 4. - Add au_notify.2 and MLINKs (added in OpenBSM 1.2

Re: svn commit: r293115 - head/etc

2016-01-04 Thread Warner Losh
On Mon, Jan 4, 2016 at 1:44 AM, Jan Beich wrote: > Warner Losh writes: > > > Author: imp > > Date: Sun Jan 3 19:18:48 2016 > > New Revision: 293115 > > URL: https://svnweb.freebsd.org/changeset/base/293115 > > > > Log: > > Use /bin/rm to remove

svn commit: r293163 - in stable/10/sys: bsm security/audit

2016-01-04 Thread Christian Brueffer
Author: brueffer Date: Mon Jan 4 16:51:56 2016 New Revision: 293163 URL: https://svnweb.freebsd.org/changeset/base/293163 Log: MFH: r292522 Merge from contrib/openbsm to bring the kernel audit bits up to date with OpenBSM 1.2 alpha 4: - remove $P4$ - fix a comment Modified:

Re: svn commit: r293115 - head/etc

2016-01-04 Thread Warner Losh
On Mon, Jan 4, 2016 at 9:53 AM, Allan Jude wrote: > On 2016-01-04 11:50, Warner Losh wrote: > > > > > > On Mon, Jan 4, 2016 at 1:44 AM, Jan Beich > > wrote: > > > > Warner Losh writes: > > > > >

Re: svn commit: r293115 - head/etc

2016-01-04 Thread Colin Percival
On 01/03/16 11:18, Warner Losh wrote: > Log: > Use /bin/rm to remove /firstboot*. Otherwise rm -i alias is picked > up and can cause issues on boot with the prompts. Huh, I never realized that could be a problem. > Fix the read-only > root case with horrible kludge of mounting rw

Re: svn commit: r293115 - head/etc

2016-01-04 Thread Warner Losh
On Mon, Jan 4, 2016 at 10:00 AM, Colin Percival wrote: > On 01/03/16 11:18, Warner Losh wrote: > > Log: > > Use /bin/rm to remove /firstboot*. Otherwise rm -i alias is picked > > up and can cause issues on boot with the prompts. > > Huh, I never realized that could be a

svn commit: r293164 - head/sys/net80211

2016-01-04 Thread Adrian Chadd
Author: adrian Date: Mon Jan 4 17:17:06 2016 New Revision: 293164 URL: https://svnweb.freebsd.org/changeset/base/293164 Log: [net80211] fix duration field; it's unsigned, but not long. Submitted by: Imre Vadasz Obtained from:DragonflyBSD Modified:

svn commit: r293166 - head/sys/netinet

2016-01-04 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Jan 4 17:23:10 2016 New Revision: 293166 URL: https://svnweb.freebsd.org/changeset/base/293166 Log: Maintain consistent behavior: make fib4_lookup_nh_ext() return rt_ifp pointer by default, as done by other fib lookup functions. Modified:

svn commit: r293167 - head/sys/netgraph/netflow

2016-01-04 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Jan 4 17:25:32 2016 New Revision: 293167 URL: https://svnweb.freebsd.org/changeset/base/293167 Log: Fix route lookup condition: do IPv6 route lookup for source based on NG_NETFLOW_CONF_NOSRCLOOKUP instead of NG_NETFLOW_CONF_NODSTLOOKUP. Modified:

svn commit: r293165 - head/sys/boot/efi/loader

2016-01-04 Thread Ed Maste
Author: emaste Date: Mon Jan 4 17:22:06 2016 New Revision: 293165 URL: https://svnweb.freebsd.org/changeset/base/293165 Log: loader.efi: support non-contiguous console modes Submitted by: Toomas Soome MFC after:1 week Differential Revision:

Re: svn commit: r293115 - head/etc

2016-01-04 Thread Jilles Tjoelker
On Mon, Jan 04, 2016 at 10:09:00AM -0700, Warner Losh wrote: > On Mon, Jan 4, 2016 at 10:00 AM, Colin Percival > wrote: > > On 01/03/16 11:18, Warner Losh wrote: > > > Log: > > > Use /bin/rm to remove /firstboot*. Otherwise rm -i alias is picked > > > up and can cause

svn commit: r293168 - head/lib/libgssapi

2016-01-04 Thread Doug Rabson
Author: dfr Date: Mon Jan 4 17:42:12 2016 New Revision: 293168 URL: https://svnweb.freebsd.org/changeset/base/293168 Log: Fix a memory leak in gss_release_oid_set Modified: head/lib/libgssapi/gss_release_oid_set.c Modified: head/lib/libgssapi/gss_release_oid_set.c

Re: svn commit: r293115 - head/etc

2016-01-04 Thread Colin Percival
On 01/04/16 09:09, Warner Losh wrote: > On Mon, Jan 4, 2016 at 10:00 AM, Colin Percival > wrote: > On 01/03/16 11:18, Warner Losh wrote: > > Fix the read-only > > root case with horrible kludge of mounting rw removing the files,

Re: svn commit: r293022 - head/sys/net80211

2016-01-04 Thread Adrian Chadd
On 4 January 2016 at 07:47, John Baldwin wrote: > On Friday, January 01, 2016 07:41:42 PM Adrian Chadd wrote: >> yup. all of this is ... terrible atm. >> >> I do need to be able to give a bounds though. :( > > The _sbt variants let you specify a bounds for the "fuzzy". You >

svn commit: r293162 - stable/10/sys/boot/amd64/efi

2016-01-04 Thread Ed Maste
Author: emaste Date: Mon Jan 4 16:33:54 2016 New Revision: 293162 URL: https://svnweb.freebsd.org/changeset/base/293162 Log: MFC r280351: Stop calling x86_efi_copyin and x86_efi_getdev directly In HEAD this is to help port loader.efi to both 32 and 64-bit ARM where we can use this file

Re: svn commit: r293115 - head/etc

2016-01-04 Thread Allan Jude
On 2016-01-04 11:50, Warner Losh wrote: > > > On Mon, Jan 4, 2016 at 1:44 AM, Jan Beich > wrote: > > Warner Losh writes: > > > Author: imp > > Date: Sun Jan 3 19:18:48 2016 > > New Revision: 293115 > >

svn commit: r293169 - head/sys/netinet6

2016-01-04 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Jan 4 18:32:24 2016 New Revision: 293169 URL: https://svnweb.freebsd.org/changeset/base/293169 Log: Finish r293098: make ip6_getpmtu() and ip6_getpmtu_ctl() use new routing API Modified: head/sys/netinet6/ip6_output.c Modified: head/sys/netinet6/ip6_output.c

svn commit: r293170 - head/release/doc/en_US.ISO8859-1/hardware

2016-01-04 Thread Christian Brueffer
Author: brueffer Date: Mon Jan 4 18:34:27 2016 New Revision: 293170 URL: https://svnweb.freebsd.org/changeset/base/293170 Log: Add rtwn(4) to the hardware list. Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml