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

2018-06-27 Thread Devin Teske
> On Jun 27, 2018, at 7:35 PM, Warner Losh wrote: > > > > On Wed, Jun 27, 2018 at 8:14 PM, Devin Teske > wrote: > >> On Jun 27, 2018, at 6:58 PM, Warner Losh > > wrote: >> >> >> >> On Wed, Jun 27, 2018 at 7:49 PM, Devin Teske >

Re: svn commit: r335746 - head/bin/sh

2018-06-27 Thread Bruce Evans
On Wed, 27 Jun 2018, Bryan Drewery wrote: Log: Stop building intermediate .o files. These are not used to link the final tool anymore. At some point in the past the suffix rules changed to not link these in. The original reason for this in r19176 is unclear but seems to be related to mkde

svn commit: r335757 - head/sbin/ifconfig

2018-06-27 Thread Kyle Evans
Author: kevans Date: Thu Jun 28 03:37:15 2018 New Revision: 335757 URL: https://svnweb.freebsd.org/changeset/base/335757 Log: ifconfig(8): Attempt to render non-printable sequences w/ UTF-8 Environment Currently ifconfig(8) only prints the hex representation of ssid names with non-ASCII c

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

2018-06-27 Thread Warner Losh
On Wed, Jun 27, 2018 at 8:14 PM, Devin Teske wrote: > > On Jun 27, 2018, at 6:58 PM, Warner Losh wrote: > > > > On Wed, Jun 27, 2018 at 7:49 PM, Devin Teske wrote: > >> >> On Jun 27, 2018, at 5:59 PM, Warner Losh wrote: >> >> >> >> On Wed, Jun 27, 2018 at 5:52 PM, Gleb Smirnoff >> wrote: >> >

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

2018-06-27 Thread Devin Teske
> On Jun 27, 2018, at 6:58 PM, Warner Losh wrote: > > > > On Wed, Jun 27, 2018 at 7:49 PM, Devin Teske > wrote: > >> On Jun 27, 2018, at 5:59 PM, Warner Losh > > wrote: >> >> >> >> On Wed, Jun 27, 2018 at 5:52 PM, Gleb Smirnoff >

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

2018-06-27 Thread Warner Losh
On Wed, Jun 27, 2018 at 7:49 PM, Devin Teske wrote: > > On Jun 27, 2018, at 5:59 PM, Warner Losh wrote: > > > > On Wed, Jun 27, 2018 at 5:52 PM, Gleb Smirnoff > wrote: > >> On Wed, Jun 27, 2018 at 04:11:09AM +, Warner Losh wrote: >> W> Author: imp >> W> Date: Wed Jun 27 04:11:09 2018 >> W>

Re: svn commit: r335753 - head/sbin/devd [ broke the ci.freebsd.org FreeBSD-head-{mips,mip64,powerpcpowerpc64,powerpcspe,sparc64}-build ]

2018-06-27 Thread Mark Millard via svn-src-head
[I used the wrong Email address the first time.] On 2018-Jun-27, at 6:31 PM, Warner Losh wrote: > > > > On Wed, Jun 27, 2018, 7:27 PM Mark Millard wrote: > These are the gcc/g++ 4.2.1 based targets. > > For example . . . > > https://ci.freebsd.org/job/FreeBSD-head-powerpc64-build/6261/conso

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

2018-06-27 Thread Devin Teske
> On Jun 27, 2018, at 5:59 PM, Warner Losh wrote: > > > > On Wed, Jun 27, 2018 at 5:52 PM, Gleb Smirnoff > wrote: > On Wed, Jun 27, 2018 at 04:11:09AM +, Warner Losh wrote: > W> Author: imp > W> Date: Wed Jun 27 04:11:09 2018 > W> New Revision: 335690 > W> URL

svn commit: r335756 - head/sbin/devd

2018-06-27 Thread Warner Losh
Author: imp Date: Thu Jun 28 01:45:53 2018 New Revision: 335756 URL: https://svnweb.freebsd.org/changeset/base/335756 Log: We're not, yet, at C++11 capable on all our plaforms. Use a possibly slower, but C++98 compatibe way to iterate through the string. Noticed by: g++ 4.2.1 and Mar

Re: svn commit: r335753 - head/sbin/devd [ broke the ci.freebsd.org FreeBSD-head-{mips,mip64,powerpcpowerpc64,powerpcspe,sparc64}-build ]

2018-06-27 Thread Warner Losh
On Wed, Jun 27, 2018, 7:27 PM Mark Millard wrote: > These are the gcc/g++ 4.2.1 based targets. > > For example . . . > > https://ci.freebsd.org/job/FreeBSD-head-powerpc64-build/6261/consoleText > > --- all_subdir_sbin/devd --- > /usr/src/sbin/devd/devd.cc: In member function 'std::string > config

Re: svn commit: r335753 - head/sbin/devd [ broke the ci.freebsd.org FreeBSD-head-{mips,mip64,powerpcpowerpc64,powerpcspe,sparc64}-build ]

2018-06-27 Thread Mark Millard via svn-src-head
These are the gcc/g++ 4.2.1 based targets. For example . . . https://ci.freebsd.org/job/FreeBSD-head-powerpc64-build/6261/consoleText --- all_subdir_sbin/devd --- /usr/src/sbin/devd/devd.cc: In member function 'std::string config::shell_quote(const std::string&)': /usr/src/sbin/devd/devd.cc:652

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

2018-06-27 Thread Warner Losh
On Wed, Jun 27, 2018 at 5:52 PM, Gleb Smirnoff wrote: > On Wed, Jun 27, 2018 at 04:11:09AM +, Warner Losh wrote: > W> Author: imp > W> Date: Wed Jun 27 04:11:09 2018 > W> New Revision: 335690 > W> URL: https://svnweb.freebsd.org/changeset/base/335690 > W> > W> Log: > W> Fix devctl generatio

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

2018-06-27 Thread Gleb Smirnoff
On Wed, Jun 27, 2018 at 04:11:09AM +, Warner Losh wrote: W> Author: imp W> Date: Wed Jun 27 04:11:09 2018 W> New Revision: 335690 W> URL: https://svnweb.freebsd.org/changeset/base/335690 W> W> Log: W> Fix devctl generation for core files. W> W> We have a problem with vn_fullpath_global

svn commit: r335753 - head/sbin/devd

2018-06-27 Thread Warner Losh
Author: imp Date: Wed Jun 27 23:44:37 2018 New Revision: 335753 URL: https://svnweb.freebsd.org/changeset/base/335753 Log: Safely quote all variable expansions. When expanding a variable set by a message from the kernel, safely quote all arguments expanded when creating a command line for

Re: svn commit: r335612 - head/sbin/dhclient

2018-06-27 Thread Philip Paeps
On 2018-06-25 11:40:48 (-0700), Xin LI wrote: On Sun, Jun 24, 2018 at 6:30 PM Eitan Adler wrote: Author: eadler Date: Mon Jun 25 01:29:54 2018 New Revision: 335612 URL: https://svnweb.freebsd.org/changeset/base/335612 Log: dhclient: recorrect __progname to getprogname() A more correct way

Re: svn commit: r335733 - in head: bin/csh gnu/usr.bin/cc/cc1 gnu/usr.bin/cc/cc1plus gnu/usr.bin/cc/cc_tools lib/libmagic lib/libpam/static_libpam lib/ncurses/ncurses share/syscons/scrnmaps stand/mips

2018-06-27 Thread Bryan Drewery
On 6/27/2018 4:05 PM, Dimitry Andric wrote: > On 27 Jun 2018, at 22:53, John Baldwin wrote: >> >> On 6/27/18 12:45 PM, Bryan Drewery wrote: >>> On 6/27/2018 12:35 PM, Dimitry Andric wrote: On 27 Jun 2018, at 21:29, Bryan Drewery wrote: > > Author: bdrewery > Date: Wed Jun 27 19:2

Re: svn commit: r335733 - in head: bin/csh gnu/usr.bin/cc/cc1 gnu/usr.bin/cc/cc1plus gnu/usr.bin/cc/cc_tools lib/libmagic lib/libpam/static_libpam lib/ncurses/ncurses share/syscons/scrnmaps stand/mips

2018-06-27 Thread Dimitry Andric
On 27 Jun 2018, at 22:53, John Baldwin wrote: > > On 6/27/18 12:45 PM, Bryan Drewery wrote: >> On 6/27/2018 12:35 PM, Dimitry Andric wrote: >>> On 27 Jun 2018, at 21:29, Bryan Drewery wrote: Author: bdrewery Date: Wed Jun 27 19:29:15 2018 New Revision: 335733 URL: https

svn commit: r335750 - head

2018-06-27 Thread Devin Teske
Author: dteske Date: Wed Jun 27 22:15:50 2018 New Revision: 335750 URL: https://svnweb.freebsd.org/changeset/base/335750 Log: Fix typo in top-level Makefile Submitted by: Ben Widawsky MFC after:3 days X-MFC-to: stable/11 stable/10 Sponsored by: Smule, Inc. Differential Revi

svn commit: r335749 - head/sys/netinet

2018-06-27 Thread Gleb Smirnoff
Author: glebius Date: Wed Jun 27 22:01:59 2018 New Revision: 335749 URL: https://svnweb.freebsd.org/changeset/base/335749 Log: Check the inp_flags under inp lock. Looks like the race was hidden before, the conversion of tcbinfo to CK_LIST have uncovered it. Modified: head/sys/netinet/tcp_su

svn commit: r335748 - head/sys/kern

2018-06-27 Thread Gleb Smirnoff
Author: glebius Date: Wed Jun 27 22:00:50 2018 New Revision: 335748 URL: https://svnweb.freebsd.org/changeset/base/335748 Log: Correct r335242. Use unsigned cast instead of abs(). Using abs() gives incorrect result when ticks has already wrapped, and are about to reach the cr_ticks value (cr

svn commit: r335747 - head/share/mk

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 21:36:57 2018 New Revision: 335747 URL: https://svnweb.freebsd.org/changeset/base/335747 Log: LLVM_TARGET_ALL: Default LLVM_TARGET_ARM on for aarch64. This is needed for -m32 support which is used in the kernel cloudabi32 module. Tweak the style to mak

svn commit: r335746 - head/bin/sh

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 21:36:49 2018 New Revision: 335746 URL: https://svnweb.freebsd.org/changeset/base/335746 Log: Stop building intermediate .o files. These are not used to link the final tool anymore. At some point in the past the suffix rules changed to not link these in.

Re: svn commit: r335733 - in head: bin/csh gnu/usr.bin/cc/cc1 gnu/usr.bin/cc/cc1plus gnu/usr.bin/cc/cc_tools lib/libmagic lib/libpam/static_libpam lib/ncurses/ncurses share/syscons/scrnmaps stand/mips

2018-06-27 Thread John Baldwin
On 6/27/18 12:45 PM, Bryan Drewery wrote: > On 6/27/2018 12:35 PM, Dimitry Andric wrote: >> On 27 Jun 2018, at 21:29, Bryan Drewery wrote: >>> >>> Author: bdrewery >>> Date: Wed Jun 27 19:29:15 2018 >>> New Revision: 335733 >>> URL: https://svnweb.freebsd.org/changeset/base/335733 >>> >>> Log: >>>

Re: svn commit: r335733 - in head: bin/csh gnu/usr.bin/cc/cc1 gnu/usr.bin/cc/cc1plus gnu/usr.bin/cc/cc_tools lib/libmagic lib/libpam/static_libpam lib/ncurses/ncurses share/syscons/scrnmaps stand/mips

2018-06-27 Thread Bryan Drewery
On 6/27/2018 12:35 PM, Dimitry Andric wrote: > On 27 Jun 2018, at 21:29, Bryan Drewery wrote: >> >> Author: bdrewery >> Date: Wed Jun 27 19:29:15 2018 >> New Revision: 335733 >> URL: https://svnweb.freebsd.org/changeset/base/335733 >> >> Log: >> Don't use CCACHE for linking. >> >> MFC after: 2

Re: svn commit: r335733 - in head: bin/csh gnu/usr.bin/cc/cc1 gnu/usr.bin/cc/cc1plus gnu/usr.bin/cc/cc_tools lib/libmagic lib/libpam/static_libpam lib/ncurses/ncurses share/syscons/scrnmaps stand/mips

2018-06-27 Thread Dimitry Andric
On 27 Jun 2018, at 21:29, Bryan Drewery wrote: > > Author: bdrewery > Date: Wed Jun 27 19:29:15 2018 > New Revision: 335733 > URL: https://svnweb.freebsd.org/changeset/base/335733 > > Log: > Don't use CCACHE for linking. > > MFC after: 2 weeks > Sponsored by:Dell EMC > > Modified:

svn commit: r335733 - in head: bin/csh gnu/usr.bin/cc/cc1 gnu/usr.bin/cc/cc1plus gnu/usr.bin/cc/cc_tools lib/libmagic lib/libpam/static_libpam lib/ncurses/ncurses share/syscons/scrnmaps stand/mips/...

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 19:29:15 2018 New Revision: 335733 URL: https://svnweb.freebsd.org/changeset/base/335733 Log: Don't use CCACHE for linking. MFC after:2 weeks Sponsored by: Dell EMC Modified: head/bin/csh/Makefile head/gnu/usr.bin/cc/cc1/Makefile head/gnu/usr.b

svn commit: r335732 - head/sbin/ifconfig

2018-06-27 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jun 27 19:28:37 2018 New Revision: 335732 URL: https://svnweb.freebsd.org/changeset/base/335732 Log: Fix description for the "autoconf" ifconfig(8) flag; it's an address property, not something you set for an interface. MFC after:2 weeks Modified: head/sbin/

svn commit: r335719 - in head: . release/packages

2018-06-27 Thread Brad Davis
Author: brd Date: Wed Jun 27 19:10:32 2018 New Revision: 335719 URL: https://svnweb.freebsd.org/changeset/base/335719 Log: Chase the pwd_mkdb endian changes. Approved by: bapt (mentor) Modified: head/Makefile.inc1 head/release/packages/generate-ucl.sh head/release/packages/runtime.u

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

2018-06-27 Thread Bryan Drewery
On 6/27/2018 11:43 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Wed Jun 27 18:43:34 2018 > New Revision: 335718 > URL: https://svnweb.freebsd.org/changeset/base/335718 > > Log: > Follow-up r335706: Fix LLVM_TARGET_ALL handling to use TARGET_ARCH. Oops, I meant to say TARGET here. I inten

svn commit: r335718 - head/share/mk

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 18:43:34 2018 New Revision: 335718 URL: https://svnweb.freebsd.org/changeset/base/335718 Log: Follow-up r335706: Fix LLVM_TARGET_ALL handling to use TARGET_ARCH. Pointyhat to: bdrewery MFC after:2 weeks X-MFC-with: r335706 Reported by: Mark Mil

svn commit: r335717 - in head: contrib/gcc gnu/usr.bin/cc gnu/usr.bin/cc/cc_tools

2018-06-27 Thread John Baldwin
Author: jhb Date: Wed Jun 27 18:14:33 2018 New Revision: 335717 URL: https://svnweb.freebsd.org/changeset/base/335717 Log: Fix GCC 4.2.1 to honor --sysroot for includes. - Change the C++ directory entries to honor --sysroot if it is set. - Don't define CROSS_INCLUDE_DIR for the cross comp

svn commit: r335716 - head/gnu/usr.bin/cc/cc_tools

2018-06-27 Thread John Baldwin
Author: jhb Date: Wed Jun 27 18:11:47 2018 New Revision: 335716 URL: https://svnweb.freebsd.org/changeset/base/335716 Log: Don't hardcode the TOOLS_PREFIX for the startfiles directories. GCC 4.2 prefixes these directories with --sysroot meaning that during buildworld they have a double sy

svn commit: r335715 - head/share/misc

2018-06-27 Thread Glen Barber
Author: gjb Date: Wed Jun 27 17:40:29 2018 New Revision: 335715 URL: https://svnweb.freebsd.org/changeset/base/335715 Log: Add FreeBSD 11.2. Sponsored by: The FreeBSD Foundation Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree =

Re: svn commit: r335708 - head

2018-06-27 Thread Ravi Pokala
-Original Message- From: on behalf of Bryan Drewery Date: 2018-06-27, Wednesday at 09:58 To: , , Subject: svn commit: r335708 - head > Author: bdrewery > Date: Wed Jun 27 16:57:59 2018 > New Revision: 335708 > URL: https://svnweb.freebsd.org/changeset/base/335708 > > Log: > tinderb

svn commit: r335713 - head/share/man/man5

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 17:18:12 2018 New Revision: 335713 URL: https://svnweb.freebsd.org/changeset/base/335713 Log: Regenerate Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

svn commit: r335712 - head/tools/build/options

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 17:13:36 2018 New Revision: 335712 URL: https://svnweb.freebsd.org/changeset/base/335712 Log: Push users towards LLVM_TARGET_ALL. MFC after:1 week Modified: head/tools/build/options/WITHOUT_LLVM_TARGET_AARCH64 head/tools/build/options/WITHOUT_LLVM_

svn commit: r335705 - head/share/mk

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 16:57:47 2018 New Revision: 335705 URL: https://svnweb.freebsd.org/changeset/base/335705 Log: Use dependent options to auto enable _SUPPORT and CLANG_FULL options. MFC after:1 week Reviewed by: sbruno, dim Sponsored by: Dell EMC Differential Revi

Re: svn commit: r335711 - in head: . share/mk

2018-06-27 Thread Bryan Drewery
On 6/27/2018 9:58 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Wed Jun 27 16:58:10 2018 > New Revision: 335711 > URL: https://svnweb.freebsd.org/changeset/base/335711 > > Log: > tinderbox: Only build clang/lld once if needed. > > Need to handle LLD_BOOTSTRAP separately (for archs lik

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

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 16:58:10 2018 New Revision: 335711 URL: https://svnweb.freebsd.org/changeset/base/335711 Log: tinderbox: Only build clang/lld once if needed. Need to handle LLD_BOOTSTRAP separately (for archs like i386). This would be much better off with an off-by-defau

svn commit: r335709 - head/share/mk

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 16:58:03 2018 New Revision: 335709 URL: https://svnweb.freebsd.org/changeset/base/335709 Log: CCACHE_BUILD: Avoid ccache when looking up compiler metadata. MFC after:2 weeks Sponsored by: Dell EMC Modified: head/share/mk/bsd.compiler.mk Modified:

svn commit: r335708 - head

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 16:57:59 2018 New Revision: 335708 URL: https://svnweb.freebsd.org/changeset/base/335708 Log: tinderbox: Give details about kernel builds. This is a bit noisy now but it was silent before leading to wondering if it was doing anything. MFC after:1

svn commit: r335710 - head/share/mk

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 16:58:07 2018 New Revision: 335710 URL: https://svnweb.freebsd.org/changeset/base/335710 Log: CCACHE_BUILD: Don't try using ccache for compile-linking .c files. Without -c ccache just executes the real compiler. MFC after:2 weeks Sponsored by: De

svn commit: r335706 - in head: . share/mk tools/build/options

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 16:57:51 2018 New Revision: 335706 URL: https://svnweb.freebsd.org/changeset/base/335706 Log: Add LLVM_TARGET_ALL option. LLVM_TARGET_* will auto be set based on LLVM_TARGET_ALL and MK_CLANG. If LLVM_TARGET_ALL is disabled, during a cross-build, then S

svn commit: r335707 - in head: . tools/build/options

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 16:57:56 2018 New Revision: 335707 URL: https://svnweb.freebsd.org/changeset/base/335707 Log: Clang: Only build needed target for bootstrap compiler. This will disable the new LLVM_TARGET_ALL option which will only enable the required target. This on

svn commit: r335704 - head/lib/libc/tests/ssp

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 16:56:46 2018 New Revision: 335704 URL: https://svnweb.freebsd.org/changeset/base/335704 Log: Rework check for libclang_rt to see if the needed library exists. Currently libclang_rt is not provided for cross-building and as such is not connected to cross-

svn commit: r335703 - head/tests/sys/audit

2018-06-27 Thread Alan Somers
Author: asomers Date: Wed Jun 27 15:28:09 2018 New Revision: 335703 URL: https://svnweb.freebsd.org/changeset/base/335703 Log: audit(4): fix Coverity issues Fix several incorrect buffer size arguments and a file descriptor leak. Submitted by: aniketp Reported by: Coverity CID:

svn commit: r335702 - in head/sys: compat/linux sys vm

2018-06-27 Thread Ed Maste
Author: emaste Date: Wed Jun 27 14:45:13 2018 New Revision: 335702 URL: https://svnweb.freebsd.org/changeset/base/335702 Log: Split kern_break from sys_break and use it in linuxulator Previously the linuxulator's linux_brk invoked the FreeBSD sys_break syscall implementation directly. In

svn commit: r335701 - head/sys/dev/cxgbe/cxgbei

2018-06-27 Thread Navdeep Parhar
Author: np Date: Wed Jun 27 14:29:13 2018 New Revision: 335701 URL: https://svnweb.freebsd.org/changeset/base/335701 Log: cxgbe/cxgbei: Fix harmful typo in the iSCSI offload driver. Reported by: gcc8 (via mmacy@) MFC after:3 days Sponsored by: Chelsio Communications Modified: he

Re: svn commit: r335681 - head/sbin/veriexecctl

2018-06-27 Thread Cy Schubert
In message <201806271405.w5re5rq0038...@slippy.cwsent.com>, Cy Schubert writes: > In message <201806262319.w5qnjtqd030...@repo.freebsd.org>, "Stephen J. > Kiernan" > writes: > > Author: stevek > > Date: Tue Jun 26 23:19:55 2018 > > New Revision: 335681 > > URL: https://svnweb.freebsd.org/changes

Re: svn commit: r335681 - head/sbin/veriexecctl

2018-06-27 Thread Cy Schubert
In message <201806262319.w5qnjtqd030...@repo.freebsd.org>, "Stephen J. Kiernan" writes: > Author: stevek > Date: Tue Jun 26 23:19:55 2018 > New Revision: 335681 > URL: https://svnweb.freebsd.org/changeset/base/335681 > > Log: > Revert r335402 > > While useful as an example, veriexecctl, as

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

2018-06-27 Thread Warner Losh
On Wed, Jun 27, 2018 at 7:44 AM, Shawn Webb wrote: > On Wed, Jun 27, 2018 at 07:42:52AM -0600, Warner Losh wrote: > > On Wed, Jun 27, 2018 at 12:59 AM, Oliver Pinter < > > oliver.pin...@hardenedbsd.org> wrote: > > > > > > > > > > > On Wednesday, June 27, 2018, Warner Losh wrote: > > > > > >> Aut

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

2018-06-27 Thread Shawn Webb
On Wed, Jun 27, 2018 at 07:42:52AM -0600, Warner Losh wrote: > On Wed, Jun 27, 2018 at 12:59 AM, Oliver Pinter < > oliver.pin...@hardenedbsd.org> wrote: > > > > > > > On Wednesday, June 27, 2018, Warner Losh wrote: > > > >> Author: imp > >> Date: Wed Jun 27 04:11:09 2018 > >> New Revision: 335690

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

2018-06-27 Thread Warner Losh
On Wed, Jun 27, 2018 at 7:42 AM, Warner Losh wrote: > > > On Wed, Jun 27, 2018 at 12:59 AM, Oliver Pinter < > oliver.pin...@hardenedbsd.org> wrote: > >> >> >> On Wednesday, June 27, 2018, Warner Losh wrote: >> >>> Author: imp >>> Date: Wed Jun 27 04:11:09 2018 >>> New Revision: 335690 >>> URL: h

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

2018-06-27 Thread Warner Losh
On Wed, Jun 27, 2018 at 12:59 AM, Oliver Pinter < oliver.pin...@hardenedbsd.org> wrote: > > > On Wednesday, June 27, 2018, Warner Losh wrote: > >> Author: imp >> Date: Wed Jun 27 04:11:09 2018 >> New Revision: 335690 >> URL: https://svnweb.freebsd.org/changeset/base/335690 >> >> Log: >> Fix dev

svn commit: r335700 - head/sys/dev/usb

2018-06-27 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 27 12:08:12 2018 New Revision: 335700 URL: https://svnweb.freebsd.org/changeset/base/335700 Log: Improve the kernel's USB descriptor reading function. Some USB devices does not allow a partial descriptor readout. Found by: bz@ MFC after:1 week Sp

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

2018-06-27 Thread Oliver Pinter
On Wednesday, June 27, 2018, Warner Losh wrote: > Author: imp > Date: Wed Jun 27 04:11:09 2018 > New Revision: 335690 > URL: https://svnweb.freebsd.org/changeset/base/335690 > > Log: > Fix devctl generation for core files. > > We have a problem with vn_fullpath_global when the file exists. Wo