Re: svn commit: r305084 - head/tools/regression/capsicum/syscalls

2016-08-31 Thread Mariusz Zaborski
On Tue, Aug 30, 2016 at 06:04:50PM -0700, Ngie Cooper wrote: > On Tue, Aug 30, 2016 at 12:58 PM, Mariusz Zaborski > wrote: > > Author: oshogbo > > Date: Tue Aug 30 19:58:41 2016 > > New Revision: 305084 > > URL: https://svnweb.freebsd.org/changeset/base/305084 > > > > Log: > > Fix Capsicum sysc

svn commit: r305113 - in head/sys/arm/ti: am335x cpsw

2016-08-31 Thread Luiz Otavio O Souza
Author: loos Date: Wed Aug 31 07:03:06 2016 New Revision: 305113 URL: https://svnweb.freebsd.org/changeset/base/305113 Log: Replace more magic numbers with the proper register names. Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/sys/arm/ti/am335x/am335x_scm.h head/

svn commit: r305114 - head/sys/arm/ti

2016-08-31 Thread Luiz Otavio O Souza
Author: loos Date: Wed Aug 31 07:22:14 2016 New Revision: 305114 URL: https://svnweb.freebsd.org/changeset/base/305114 Log: Allow the use of control module extensions to cope with specific platform features. Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/sys/arm/ti/

svn commit: r305115 - head/sys/arm/ti/am335x

2016-08-31 Thread Luiz Otavio O Souza
Author: loos Date: Wed Aug 31 07:42:46 2016 New Revision: 305115 URL: https://svnweb.freebsd.org/changeset/base/305115 Log: Add a driver for the AM335x bandgap sensor, an on-die temperature sensor as part of the AM335x control module extension. TI says that the bandgap sensor is not very

svn commit: r305116 - head/lib/libstand

2016-08-31 Thread Toomas Soome
Author: tsoome Date: Wed Aug 31 09:23:09 2016 New Revision: 305116 URL: https://svnweb.freebsd.org/changeset/base/305116 Log: recvtftp() is broken for large files, report file size The tftp download for large files will cause internal block id to wrap to 0 as the data type is unsigned sho

Re: svn commit: r305113 - in head/sys/arm/ti: am335x cpsw

2016-08-31 Thread Bjoern A. Zeeb
On 31 Aug 2016, at 7:03, Luiz Otavio O Souza wrote: Author: loos Date: Wed Aug 31 07:03:06 2016 New Revision: 305113 URL: https://svnweb.freebsd.org/changeset/base/305113 Log: Replace more magic numbers with the proper register names. Sponsored by: Rubicon Communications, LLC (Netgate) Mo

svn commit: r305119 - in head/sys/arm/ti: am335x cpsw

2016-08-31 Thread Bjoern A. Zeeb
Author: bz Date: Wed Aug 31 10:45:33 2016 New Revision: 305119 URL: https://svnweb.freebsd.org/changeset/base/305119 Log: After r305113, try to properly replace the magic numbers with proper #defines for this driver (not using the wrong header). Modified: head/sys/arm/ti/am335x/am335x_scm.h

svn commit: r305120 - head/sys/arm/allwinner

2016-08-31 Thread Jared McNeill
Author: jmcneill Date: Wed Aug 31 10:45:53 2016 New Revision: 305120 URL: https://svnweb.freebsd.org/changeset/base/305120 Log: Add support for Allwinner A64 USB PHY. Reviewed by: manu Modified: head/sys/arm/allwinner/aw_usbphy.c Modified: head/sys/arm/allwinner/aw_usbphy.c ===

svn commit: r305121 - head/sys/dev/syscons

2016-08-31 Thread Bruce Evans
Author: bde Date: Wed Aug 31 11:10:39 2016 New Revision: 305121 URL: https://svnweb.freebsd.org/changeset/base/305121 Log: Add some locking to sc_cngetc(). Keyboard input needs Giant locking, and that is not possible to do correctly here. Use mtx_trylock() and proceed unlocked as before

svn commit: r305122 - head/sys/netipsec

2016-08-31 Thread Andrey V. Elsukov
Author: ae Date: Wed Aug 31 11:51:52 2016 New Revision: 305122 URL: https://svnweb.freebsd.org/changeset/base/305122 Log: Remove redundant sanity checks from ipsec[46]_common_input_cb(). This check already has been done in the each protocol callback. Modified: head/sys/netipsec/ipsec_inp

svn commit: r305123 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-08-31 Thread Alexander Motin
Author: mav Date: Wed Aug 31 11:55:31 2016 New Revision: 305123 URL: https://svnweb.freebsd.org/changeset/base/305123 Log: Fix kernel panic when inheriting properties without default. There are two writable hidden properties "iscsioptions" and "stmf_sbd_lu", that have no default string va

svn commit: r305124 - head/sys/sys

2016-08-31 Thread Mateusz Guzik
Author: mjg Date: Wed Aug 31 12:29:04 2016 New Revision: 305124 URL: https://svnweb.freebsd.org/changeset/base/305124 Log: fd: effectively revert r305091 Turns out fd_lastfile can survive being -1 for some processes, giving incorrect results with the cast. Noted by: cem Modified:

svn commit: r305125 - in head: lib/libstand sys/boot/common sys/boot/efi/libefi sys/boot/efi/loader sys/boot/i386/libi386 sys/boot/i386/loader sys/boot/pc98/loader

2016-08-31 Thread Baptiste Daroussin
Author: bapt Date: Wed Aug 31 13:16:40 2016 New Revision: 305125 URL: https://svnweb.freebsd.org/changeset/base/305125 Log: Netboot: allow both tftpfs and nfs in both pxeboot and loader.efi Add a new 'netproto' variable which can be set for now to NET_TFTP or NET_NFS (default to NET_NONE)

Re: svn commit: r305125 - in head: lib/libstand sys/boot/common sys/boot/efi/libefi sys/boot/efi/loader sys/boot/i386/libi386 sys/boot/i386/loader sys/boot/pc98/loader

2016-08-31 Thread Baptiste Daroussin
On Wed, Aug 31, 2016 at 01:16:40PM +, Baptiste Daroussin wrote: > Author: bapt > Date: Wed Aug 31 13:16:40 2016 > New Revision: 305125 > URL: https://svnweb.freebsd.org/changeset/base/305125 > > Log: > Netboot: allow both tftpfs and nfs in both pxeboot and loader.efi > > Add a new 'netp

Re: svn commit: r304436 - in head: . sys/netinet

2016-08-31 Thread Slawa Olhovchenkov
On Sun, Aug 28, 2016 at 10:20:08AM -0700, Adrian Chadd wrote: > Then the rest of the big entries are just a combination of rtentry > locking, tcp timer locking, zfs locking and madvise locking. There's > some sowakeup locking there as well, from the socket producer/consumer > locking. On some hig

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

2016-08-31 Thread Andrew Turner
Author: andrew Date: Wed Aug 31 13:58:32 2016 New Revision: 305128 URL: https://svnweb.freebsd.org/changeset/base/305128 Log: Also handle instruction traps. We might hit these when the page we are executing is being promoted to a superpage. Obtained from:ABT Systems Ltd MFC afte

Re: svn commit: r305107 - head/sys/boot/forth

2016-08-31 Thread Devin Teske
Please remove the following: "Unsure why we don't just have start" Others beside yourself have great understanding of the Forth and we don't need questioning comments in the code. -- Devin > On Aug 30, 2016, at 8:55 PM, Warner Losh wrote: > > Unsure why we don't just have start

Re: svn commit: r305107 - head/sys/boot/forth

2016-08-31 Thread Warner Losh
On Wed, Aug 31, 2016 at 8:41 AM, Devin Teske wrote: > Please remove the following: > > "Unsure why we don't just have start" > > Others beside yourself have great understanding of the Forth and we don't > need questioning comments in the code. To be fair, it was just left in there accidentally.

svn commit: r305129 - head/sys/vm

2016-08-31 Thread Konstantin Belousov
Author: kib Date: Wed Aug 31 14:49:58 2016 New Revision: 305129 URL: https://svnweb.freebsd.org/changeset/base/305129 Log: Make swapoff reliable. The swap_pager_swapoff() function uses trylock for the object lock before pagein, which means that either i/o to md(4) over swap, or intensiv

svn commit: r305130 - in head: contrib/elftoolchain/common contrib/elftoolchain/elfcopy contrib/elftoolchain/elfdump contrib/elftoolchain/libelf contrib/elftoolchain/libelftc contrib/elftoolchain/r...

2016-08-31 Thread Ed Maste
Author: emaste Date: Wed Aug 31 15:05:04 2016 New Revision: 305130 URL: https://svnweb.freebsd.org/changeset/base/305130 Log: Update to ELF Tool Chain r3490 Improvements include: * readelf: report all relocation types in rel/rela for MIPS N64 * readelf: add ELFOSABI_ARM_AEABI * elf

Re: svn commit: r304436 - in head: . sys/netinet

2016-08-31 Thread Slawa Olhovchenkov
On Sun, Aug 28, 2016 at 10:20:08AM -0700, Adrian Chadd wrote: > Hi, > > There are some no brainers here so far(tm): > > working from the bottom up: > > * yeah, the ixgbe locking is a bit silly. Kip's work with iflib and > converting ixgbe to use that instead of its own locking for managing > th

svn commit: r305132 - head/sys/boot/forth

2016-08-31 Thread Warner Losh
Author: imp Date: Wed Aug 31 15:32:52 2016 New Revision: 305132 URL: https://svnweb.freebsd.org/changeset/base/305132 Log: Remove accidentally committed stray comment. Noticed by: dteske@ Modified: head/sys/boot/forth/loader.4th Modified: head/sys/boot/forth/loader.4th =

Re: svn commit: r297225 - in head/sys: net netinet netinet6

2016-08-31 Thread Slawa Olhovchenkov
On Thu, Mar 24, 2016 at 07:54:56AM +, George V. Neville-Neil wrote: > Author: gnn > Date: Thu Mar 24 07:54:56 2016 > New Revision: 297225 > URL: https://svnweb.freebsd.org/changeset/base/297225 > > Log: > FreeBSD previously provided route caching for TCP (and UDP). Re-add > route caching

Re: svn commit: r305129 - head/sys/vm

2016-08-31 Thread Bruce Evans
On Wed, 31 Aug 2016, Konstantin Belousov wrote: Log: Make swapoff reliable. The swap_pager_swapoff() function uses trylock for the object lock before pagein, which means that either i/o to md(4) over swap, or intensive page faults over swap pager objects might prevent swapoff() from making

svn commit: r305133 - head/lib/libc/net

2016-08-31 Thread Andrey A. Chernov
Author: ache Date: Wed Aug 31 15:47:58 2016 New Revision: 305133 URL: https://svnweb.freebsd.org/changeset/base/305133 Log: Apply the same qsort() usage fix as in r304911 getaddrinfo.c qsort() can't be stabilized with just return(-1) alone. MFC after: 3 days Modified: head/lib/lib

Re: svn commit: r305129 - head/sys/vm

2016-08-31 Thread Konstantin Belousov
On Thu, Sep 01, 2016 at 01:38:31AM +1000, Bruce Evans wrote: > On Wed, 31 Aug 2016, Konstantin Belousov wrote: > > > Log: > > Make swapoff reliable. > > > > The swap_pager_swapoff() function uses trylock for the object lock > > before pagein, which means that either i/o to md(4) over swap, or >

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

2016-08-31 Thread Ed Maste
On 19 August 2016 at 20:08, Eric Joyner wrote: > Author: erj > Date: Sat Aug 20 00:08:10 2016 > New Revision: 304510 > URL: https://svnweb.freebsd.org/changeset/base/304510 > > Log: > ixlv(4): Fix ixlv(4) not loading when loaded as a kernel module and netmap > is enabled. I did not confirm it'

svn commit: r305134 - in head/sys/boot/fdt/dts: . arm64

2016-08-31 Thread Jared McNeill
Author: jmcneill Date: Wed Aug 31 16:56:54 2016 New Revision: 305134 URL: https://svnweb.freebsd.org/changeset/base/305134 Log: Add Allwinner A64 (sun50i) and Pine64 dts files. Reviewed by: andrew, imp, manu, wca Differential Revision:https://reviews.freebsd.org/D7169 Ad

svn commit: r305137 - head/sys/kern

2016-08-31 Thread Allan Jude
Author: allanjude Date: Wed Aug 31 17:52:11 2016 New Revision: 305137 URL: https://svnweb.freebsd.org/changeset/base/305137 Log: Eliminate unnecessary loop in _cap_check() Calling cap_rights_contains() several times with the same inputs is not going to produce a different output. The vari

svn commit: r305139 - head/bin/df

2016-08-31 Thread Conrad E. Meyer
Author: cem Date: Wed Aug 31 18:10:41 2016 New Revision: 305139 URL: https://svnweb.freebsd.org/changeset/base/305139 Log: df(1): Allow duplicate -l flags gracefully Rather than producing a misleading error message when duplicate -l flags are provided to df(1), simply ignore extra flags a

Re: svn commit: r305107 - head/sys/boot/forth

2016-08-31 Thread Devin Teske
> On Aug 31, 2016, at 7:43 AM, Warner Losh wrote: > > On Wed, Aug 31, 2016 at 8:41 AM, Devin Teske wrote: >> Please remove the following: >> >> "Unsure why we don't just have start" >> >> Others beside yourself have great understanding of the Forth and we don't >> need questioning comments i

svn commit: r305140 - head/sys/kern

2016-08-31 Thread Ed Maste
Author: emaste Date: Wed Aug 31 18:33:15 2016 New Revision: 305140 URL: https://svnweb.freebsd.org/changeset/base/305140 Log: Allow getdtablesize in capability mode getdtablesize is "trivial global state" and is similar to getrlimit(RLIMIT_NOFILE), so should be permitted in capability mod

svn commit: r305141 - head/sys/arm/ti/am335x

2016-08-31 Thread Luiz Otavio O Souza
Author: loos Date: Wed Aug 31 18:35:41 2016 New Revision: 305141 URL: https://svnweb.freebsd.org/changeset/base/305141 Log: Fix the build. Works better when the file with the #define is actually included... Modified: head/sys/arm/ti/am335x/am335x_prcm.c Modified: head/sys/arm/ti/am335x/

svn commit: r305143 - head/sys/kern

2016-08-31 Thread Ed Maste
Author: emaste Date: Wed Aug 31 18:37:51 2016 New Revision: 305143 URL: https://svnweb.freebsd.org/changeset/base/305143 Log: Regnerate after r305140, getdtablesize in capability mode Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/init_sysent.c Modified: head/sys/kern/init

svn commit: r305144 - head/lib/libc/net

2016-08-31 Thread Andrey A. Chernov
Author: ache Date: Wed Aug 31 18:49:50 2016 New Revision: 305144 URL: https://svnweb.freebsd.org/changeset/base/305144 Log: 'addrlen' does not matter when we need to find the first non-zero bit in the byte from the left and 'addrlen' already counted in 'lim'. PR: 212121 Submitted by

Re: svn commit: r305114 - head/sys/arm/ti

2016-08-31 Thread Oleksandr Tymoshenko
> On Aug 31, 2016, at 12:22 AM, Luiz Otavio O Souza wrote: > > Author: loos > Date: Wed Aug 31 07:22:14 2016 > New Revision: 305114 > URL: https://svnweb.freebsd.org/changeset/base/305114 > > Log: > Allow the use of control module extensions to cope with specific platform > features. > > Sp

svn commit: r305145 - head/gnu/lib/libgcc

2016-08-31 Thread Bryan Drewery
Author: bdrewery Date: Wed Aug 31 19:30:00 2016 New Revision: 305145 URL: https://svnweb.freebsd.org/changeset/base/305145 Log: DIRDEPS_BUILD: Avoid cyclic dependency with libc++. The DIRDEPS_BUILD does not have a 'make includes' phase, so it would otherwise want libc++ to be fully built/

svn commit: r305147 - in head: . share/mk

2016-08-31 Thread Bryan Drewery
Author: bdrewery Date: Wed Aug 31 19:30:52 2016 New Revision: 305147 URL: https://svnweb.freebsd.org/changeset/base/305147 Log: Add a 'make print-dir' that simply traverses all directories and prints them. This is useful for finding connected directories. MFC after:1 week Sponsor

svn commit: r305146 - in head: cddl/usr.sbin/dtrace cddl/usr.sbin/lockstat cddl/usr.sbin/plockstat lib/clang/libclangformat lib/clang/libclangtoolingcore lib/libc/tests/stdlib lib/libproc lib/libpr...

2016-08-31 Thread Bryan Drewery
Author: bdrewery Date: Wed Aug 31 19:30:46 2016 New Revision: 305146 URL: https://svnweb.freebsd.org/changeset/base/305146 Log: DIRDEPS_BUILD: Update dependencies. Sponsored by: EMC / Isilon Storage Division Modified: head/cddl/usr.sbin/dtrace/Makefile.depend head/cddl/usr.sbin/locksta

svn commit: r305148 - in head: cddl/usr.sbin/zfsd libexec/rtld-elf/tests/libpythagoras libexec/rtld-elf/tests/target targets/pseudo/tests targets/pseudo/userland targets/pseudo/userland/cddl target...

2016-08-31 Thread Bryan Drewery
Author: bdrewery Date: Wed Aug 31 19:30:59 2016 New Revision: 305148 URL: https://svnweb.freebsd.org/changeset/base/305148 Log: DIRDEPS_BUILD: Add some missing dirctories to the build. Sponsored by: EMC / Isilon Storage Division Added: head/cddl/usr.sbin/zfsd/Makefile.depend (contents,

svn commit: r305149 - head/sys/arm/ti

2016-08-31 Thread Luiz Otavio O Souza
Author: loos Date: Wed Aug 31 19:37:10 2016 New Revision: 305149 URL: https://svnweb.freebsd.org/changeset/base/305149 Log: All the TI platforms are FDT based and it is not necessary to enumerate the hinted children (there wont be any). Spotted by: gonzo Modified: head/sys/arm/ti/ti_

Re: svn commit: r305114 - head/sys/arm/ti

2016-08-31 Thread Luiz Otavio O Souza
On Wed, Aug 31, 2016 at 3:54 PM, wrote: > >> On Aug 31, 2016, at 12:22 AM, Luiz Otavio O Souza wrote: >> >> Author: loos >> Date: Wed Aug 31 07:22:14 2016 >> New Revision: 305114 >> URL: https://svnweb.freebsd.org/changeset/base/305114 >> >> Log: >> Allow the use of control module extensions to co

svn commit: r305154 - head/lib/libc/gen

2016-08-31 Thread Jilles Tjoelker
Author: jilles Date: Wed Aug 31 20:38:40 2016 New Revision: 305154 URL: https://svnweb.freebsd.org/changeset/base/305154 Log: directory(3): Deprecate readdir_r(). Clarify dirent buffers. In existing implementations including FreeBSD, there is no reason to use readdir_r() in the common cas

svn commit: r305155 - head/contrib/elftoolchain/readelf

2016-08-31 Thread Ed Maste
Author: emaste Date: Wed Aug 31 21:04:58 2016 New Revision: 305155 URL: https://svnweb.freebsd.org/changeset/base/305155 Log: readelf: silence GCC 4.2.1 uninitialized variable warning Sponsored by: The FreeBSD Foundation Modified: head/contrib/elftoolchain/readelf/readelf.c Modified: he

svn commit: r305156 - head/usr.bin

2016-08-31 Thread Ed Maste
Author: emaste Date: Wed Aug 31 21:12:50 2016 New Revision: 305156 URL: https://svnweb.freebsd.org/changeset/base/305156 Log: users: don't build when we don't have a C++ toolchain (On RISC-V MK_CXX is in BROKEN_OPTIONS, so users remains skipped there.) Reviewed by: bdrewery Differen

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

2016-08-31 Thread Dimitry Andric
On 31 Aug 2016, at 18:53, Ed Maste wrote: > > On 19 August 2016 at 20:08, Eric Joyner wrote: >> Author: erj >> Date: Sat Aug 20 00:08:10 2016 >> New Revision: 304510 >> URL: https://svnweb.freebsd.org/changeset/base/304510 >> >> Log: >> ixlv(4): Fix ixlv(4) not loading when loaded as a kernel

svn commit: r305160 - in head/sys/boot/efi: boot1 loader

2016-08-31 Thread Ed Maste
Author: emaste Date: Wed Aug 31 21:35:38 2016 New Revision: 305160 URL: https://svnweb.freebsd.org/changeset/base/305160 Log: Set UEFI boot loader PE/COFF timestamps to known value for reproducible builds Reviewed by: rpokala MFC after:1 week Sponsored by: The FreeBSD Foundation

svn commit: r305164 - head/sys/kern

2016-08-31 Thread Mark Johnston
Author: markj Date: Wed Aug 31 21:48:22 2016 New Revision: 305164 URL: https://svnweb.freebsd.org/changeset/base/305164 Log: Rename unp_dispose_so() to unp_dispose(). It implements the dom_dispose method for local socket domain, so its name should match the method name. Modified: head/

Re: svn commit: r305012 - in head/lib/libc: amd64/sys arm/sys i386/sys include mips/sys powerpc/sys powerpc64/sys sparc64/sys sys

2016-08-31 Thread Bryan Drewery
On 8/29/16 11:47 AM, Konstantin Belousov wrote: > Author: kib > Date: Mon Aug 29 18:47:51 2016 > New Revision: 305012 > URL: https://svnweb.freebsd.org/changeset/base/305012 > > Log: > Rewrite ptrace(2) wrappers in C. > Besides removing hand-translation to assembler, this also adds missing >

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

2016-08-31 Thread Ngie Cooper
On Wed, Aug 31, 2016 at 2:15 PM, Dimitry Andric wrote: ... > Interestingly, with the external gcc build, it is even an error: > > --- kernel.full --- > linking kernel.full > if_ixlv.o:(.bss+0x0): multiple definition of `ixl_crcstrip' > if_ixl.o:(.data+0xb8): first defined here > if_ixlv.o: In fu

svn commit: r305166 - in head/sys/dev/cxgbe: cxgbei tom

2016-08-31 Thread Navdeep Parhar
Author: np Date: Wed Aug 31 23:23:46 2016 New Revision: 305166 URL: https://svnweb.freebsd.org/changeset/base/305166 Log: cxgbe/t4_tom: Add general purpose routines to deal with page pod regions and allocations within them. Switch to these routines to manage the TOE DDP region. Sponsor

svn commit: r305167 - head/sys/dev/cxgbe/tom

2016-08-31 Thread Navdeep Parhar
Author: np Date: Thu Sep 1 00:51:59 2016 New Revision: 305167 URL: https://svnweb.freebsd.org/changeset/base/305167 Log: cxgbe/t4_tom: Two new routines to allocate and write page pods for a buffer in the kernel's address space. Modified: head/sys/dev/cxgbe/tom/t4_ddp.c head/sys/dev/cxgbe

svn commit: r305168 - in head/sys/dev: ixl netmap

2016-08-31 Thread Eric Joyner
Author: erj Date: Thu Sep 1 01:08:18 2016 New Revision: 305168 URL: https://svnweb.freebsd.org/changeset/base/305168 Log: Fix linker warnings (errors on gcc) that resulted from r304510. The variables that are extern in the netmap header file should be defined in ixl_txrx.c (the file that

svn commit: r305169 - head/sys/kern

2016-08-31 Thread Patrick Kelsey
Author: pkelsey Date: Thu Sep 1 02:05:46 2016 New Revision: 305169 URL: https://svnweb.freebsd.org/changeset/base/305169 Log: _taskqueue_start_threads() now fails if it doesn't actually start any threads. Reviewed by: jhb MFC after:1 week Differential Revision:https://revi

Re: svn commit: r301752 - head/contrib/netbsd-tests/lib/libc/string

2016-08-31 Thread Craig Rodrigues
Ngie, Can you please MFC this to stable/10 branch? I believe this has been causing a test failure in this branch since June. Thanks. -- Craig On Thu, Jun 9, 2016 at 11:35 AM, Garrett Cooper wrote: > Author: ngie > Date: Thu Jun 9 18:35:37 2016 > New Revision: 301752 > URL: https://svnweb.fr

Re: svn commit: r301752 - head/contrib/netbsd-tests/lib/libc/string

2016-08-31 Thread Ngie Cooper (yaneurabeya)
> On Aug 31, 2016, at 7:11 PM, Craig Rodrigues wrote: > > Ngie, > > Can you please MFC this to stable/10 branch? > I believe this has been causing a test failure in this branch > since June. Shoot — I’ll verify the issue and commit the change. Thanks, -Ngie ___

svn commit: r305170 - head/lib/atf/libatf-c

2016-08-31 Thread Ngie Cooper
Author: ngie Date: Thu Sep 1 02:42:11 2016 New Revision: 305170 URL: https://svnweb.freebsd.org/changeset/base/305170 Log: Don't bake all of CC/CPP/CXX into CFLAGS Capture executable names for CC, CPP, CXX (assumed to be the first non-CCACHE_BIN word). This change strips out all of

svn commit: r305171 - head/sys/kern

2016-08-31 Thread Ed Maste
Author: emaste Date: Thu Sep 1 02:51:50 2016 New Revision: 305171 URL: https://svnweb.freebsd.org/changeset/base/305171 Log: allow kern.proc.nfds sysctl in capability mode Reviewed by: allanjude MFC after:1 week Sponsored by: The FreeBSD Foundation Differential Revision:

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

2016-08-31 Thread Eric Joyner
It's weird that the gcc message is mentioning "ixlv_media_change", but I'll do something about it shortly. On Wed, Aug 31, 2016 at 2:16 PM Dimitry Andric wrote: > On 31 Aug 2016, at 18:53, Ed Maste wrote: > > > > On 19 August 2016 at 20:08, Eric Joyner wrote: > >> Author: erj > >> Date: Sat Au

svn commit: r305173 - head/sys/net

2016-08-31 Thread Sepherosa Ziehau
Author: sephe Date: Thu Sep 1 05:15:04 2016 New Revision: 305173 URL: https://svnweb.freebsd.org/changeset/base/305173 Log: net/rndis: Add comment for rndis_set_parameter MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D7705 Modif