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 prompts. Why do you have

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 if_getdrvfla

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 information

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

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 > give the deadline ti

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 /firstboot*. Otherwise rm -i alias is picked > >

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 > > URL: https://svnweb.freebsd.org/changeset/b

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: > > > > > Author: imp > > > Date: Sun Jan 3 19:18:48 2016 > > > Ne

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 problem. It can, but

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 removing

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: head/sys/net80211/ieee80211_

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:https://reviews.freebsd.org/D4760

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: head/sys/netinet/in_fi

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: head/sys/netgr

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, then > > mounting

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 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 issues on boot with the

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 ==

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.

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: head/re

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 the read-only > > > root case with horrib

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: 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 Rev

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()) A

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 err

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:https://reviews.free

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 h

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 drivers have used compa

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 wrote

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 physical address p

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

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 by

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: h

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: 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 write-p

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, vendor/less/dist/com