svn commit: r340095 - head/tools/test/sort/bigtest

2018-11-02 Thread Ed Maste
Author: emaste Date: Sat Nov 3 01:53:26 2018 New Revision: 340095 URL: https://svnweb.freebsd.org/changeset/base/340095 Log: Remove apparently unused 0-byte files that cause grief on Windows r235274 added a sort regression test (it operates by comparing output against GNU sort). The

svn commit: r340094 - head/share/man/man4

2018-11-02 Thread Warner Losh
Author: imp Date: Sat Nov 3 01:44:37 2018 New Revision: 340094 URL: https://svnweb.freebsd.org/changeset/base/340094 Log: Add missing .El Modified: head/share/man/man4/ahci.4 Modified: head/share/man/man4/ahci.4 ==

Re: svn commit: r339876 - head/libexec/rtld-elf

2018-11-02 Thread Mark Millard via svn-src-head
On 2018-Nov-2, at 11:50 AM, Konstantin Belousov wrote: > On Fri, Nov 02, 2018 at 10:38:08AM -0700, Mark Millard wrote: >> . . . > > There seems to be an issue with the direct execution mode on ppc. > Even otherwise working ld-elf.so.1 segfaults if I try to use it as > standalone binary. > >

svn commit: r340093 - head/share/man/man4

2018-11-02 Thread Warner Losh
Author: imp Date: Sat Nov 3 00:47:02 2018 New Revision: 340093 URL: https://svnweb.freebsd.org/changeset/base/340093 Log: Document disbale_phy in ahcich sysctls. Modified: head/share/man/man4/ahci.4 Modified: head/share/man/man4/ahci.4

svn commit: r340092 - head/sys/dev/ahci

2018-11-02 Thread Warner Losh
Author: imp Date: Sat Nov 3 00:37:51 2018 New Revision: 340092 URL: https://svnweb.freebsd.org/changeset/base/340092 Log: Implement ability to turn on/off PHYs for AHCI devices. As part of Chuck's work on fixing kernel crashes caused by disk I/O errors, it is useful to be able to

svn commit: r340091 - head/contrib/one-true-awk

2018-11-02 Thread Devin Teske
Author: dteske Date: Fri Nov 2 23:03:40 2018 New Revision: 340091 URL: https://svnweb.freebsd.org/changeset/base/340091 Log: Update awk(1) manual to state an exception to egrep(1)-like RE syntax Reviewed by: imp, jmg MFC after:3 days Sponsored by: Smule, Inc. Differential

Re: svn commit: r340082 - head/sys/tools

2018-11-02 Thread Rodney W. Grimes
> Author: emaste > Date: Fri Nov 2 21:07:06 2018 > New Revision: 340082 > URL: https://svnweb.freebsd.org/changeset/base/340082 > > Log: > embed_mfs.sh: replace some compound statements with conventional ifs > > Use the more readable form - there's no need to try being clever. This also

svn commit: r340090 - in head/sys/contrib/dev/acpica: . common compiler components/debugger components/dispatcher components/namespace components/parser components/tables include

2018-11-02 Thread Jung-uk Kim
Author: jkim Date: Fri Nov 2 22:50:13 2018 New Revision: 340090 URL: https://svnweb.freebsd.org/changeset/base/340090 Log: MFV: r339981 Merge ACPICA 20181031. Modified: head/sys/contrib/dev/acpica/changes.txt head/sys/contrib/dev/acpica/common/dmtbdump3.c

Re: svn commit: r340088 - head/sbin/devd

2018-11-02 Thread Diane Bruce
On Fri, Nov 02, 2018 at 05:28:29PM -0500, Matthew D. Fuller wrote: > > +# devices are assocaited with the USB Bus and provide an ifnet device to > > Tpyo. heh I just emailed him privately about that one too ;) > > > -- > Matthew Fuller (MF4839) |

Re: svn commit: r340088 - head/sbin/devd

2018-11-02 Thread Matthew D. Fuller
> +# devices are assocaited with the USB Bus and provide an ifnet device to Tpyo. -- Matthew Fuller (MF4839) | fulle...@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.

svn commit: r340089 - head/usr.sbin/uhsoctl

2018-11-02 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 2 22:23:25 2018 New Revision: 340089 URL: https://svnweb.freebsd.org/changeset/base/340089 Log: Use correct type for IOCTL request argument. This fixes signed IOCTL value warnings in uhsoctl(). MFC after:1 week Submitted by: Marcin

svn commit: r340088 - head/sbin/devd

2018-11-02 Thread Warner Losh
Author: imp Date: Fri Nov 2 22:18:02 2018 New Revision: 340088 URL: https://svnweb.freebsd.org/changeset/base/340088 Log: Further research shows usbdump(8) is what we should point people at rather than tcpdump for usb traffic capture. Modified: head/sbin/devd/devd.conf Modified:

svn commit: r340087 - head/sbin/devd

2018-11-02 Thread Warner Losh
Author: imp Date: Fri Nov 2 22:15:47 2018 New Revision: 340087 URL: https://svnweb.freebsd.org/changeset/base/340087 Log: Catch up with the SCSI device removal. We should likely review why we even have this. Modified: head/sbin/devd/devd.conf Modified: head/sbin/devd/devd.conf

svn commit: r340086 - head/sbin/devd

2018-11-02 Thread Warner Losh
Author: imp Date: Fri Nov 2 22:15:30 2018 New Revision: 340086 URL: https://svnweb.freebsd.org/changeset/base/340086 Log: Document r226775: tell why we omit usbus[0-9]+ tcpdump can capture packet traces from the usb bus. usbus[0-9] are registered as ifnet devices so this can work. When

svn commit: r340083 - head/sys/conf

2018-11-02 Thread Ed Maste
Author: emaste Date: Fri Nov 2 21:20:46 2018 New Revision: 340083 URL: https://svnweb.freebsd.org/changeset/base/340083 Log: newvers.sh: fix git false positive -dirty tag Assuming that any output from `git diff-index --name-only` implies changes in the working tree results in false

svn commit: r340082 - head/sys/tools

2018-11-02 Thread Ed Maste
Author: emaste Date: Fri Nov 2 21:07:06 2018 New Revision: 340082 URL: https://svnweb.freebsd.org/changeset/base/340082 Log: embed_mfs.sh: replace some compound statements with conventional ifs Use the more readable form - there's no need to try being clever. Modified:

svn commit: r340081 - in head/sys: compat/freebsd32 kern sys

2018-11-02 Thread Brooks Davis
Author: brooks Date: Fri Nov 2 20:56:19 2018 New Revision: 340081 URL: https://svnweb.freebsd.org/changeset/base/340081 Log: Regen after r340080: Add const to input-only char * arguments. Sponsored by: DARPA, AFRL Differential Revision:https://reviews.freebsd.org/D17812

svn commit: r340080 - in head/sys: compat/freebsd32 dev/filemon kern security/audit sys

2018-11-02 Thread Brooks Davis
Author: brooks Date: Fri Nov 2 20:50:22 2018 New Revision: 340080 URL: https://svnweb.freebsd.org/changeset/base/340080 Log: Add const to input-only char * arguments. These arguments are mostly paths handled by NAMEI*() macros which already take const char * arguments. This change

svn commit: r340079 - head/sys/sys

2018-11-02 Thread Ed Maste
Author: emaste Date: Fri Nov 2 20:48:29 2018 New Revision: 340079 URL: https://svnweb.freebsd.org/changeset/base/340079 Log: sys/types.h: avoid using terse macro _M Although _M is reserved for use by the implemenation it is rather non- descriptive and conflicted with a libc++ test.

svn commit: r340078 - head/sys/netpfil/pf

2018-11-02 Thread Kristof Provost
Author: kp Date: Fri Nov 2 19:23:50 2018 New Revision: 340078 URL: https://svnweb.freebsd.org/changeset/base/340078 Log: pf: Fix build if INVARIANTS is not set r340061 included a number of assertions pf_frent_remove(), but these assertions were the only use of the 'prev' variable. As a

svn commit: r340077 - head/sys/netinet

2018-11-02 Thread Jonathan T. Looney
Author: jtl Date: Fri Nov 2 19:14:15 2018 New Revision: 340077 URL: https://svnweb.freebsd.org/changeset/base/340077 Log: m_pulldown() may reallocate n. Update the oip pointer after the m_pulldown() call. MFC after:2 weeks Sponsored by: Netflix Modified:

svn commit: r340076 - in head: contrib/elftoolchain/readelf sys/sys

2018-11-02 Thread Ed Maste
Author: emaste Date: Fri Nov 2 19:02:03 2018 New Revision: 340076 URL: https://svnweb.freebsd.org/changeset/base/340076 Log: Define NT_FREEBSD_FEATURE_CTL ELF note type This ELF note will be used to allow binaries to opt out of, or in to, upcoming vulnerability mitigation and other

Re: svn commit: r339876 - head/libexec/rtld-elf

2018-11-02 Thread Konstantin Belousov
On Fri, Nov 02, 2018 at 10:38:08AM -0700, Mark Millard wrote: > On 2018-Nov-2, at 8:52 AM, Konstantin Belousov wrote: > > > On Fri, Nov 02, 2018 at 08:30:17AM -0700, Mark Millard wrote: > >> Breakpoint 4, reloc_non_plt (obj=0x41041000, obj_rtld=0x1801cc7, flags=4, > >> lockstate=0x0) at

svn commit: r340074 - in head/sys: kern sys

2018-11-02 Thread Warner Losh
Author: imp Date: Fri Nov 2 17:50:57 2018 New Revision: 340074 URL: https://svnweb.freebsd.org/changeset/base/340074 Log: Add sysctl_usec_to_sbintime and sysctl_msec_to_sbintime. These functions are used to present a sbintime_t as either a number of microseconds or a number of

Re: svn commit: r339876 - head/libexec/rtld-elf

2018-11-02 Thread Mark Millard via svn-src-head
On 2018-Nov-2, at 8:52 AM, Konstantin Belousov wrote: > On Fri, Nov 02, 2018 at 08:30:17AM -0700, Mark Millard wrote: >> Breakpoint 4, reloc_non_plt (obj=0x41041000, obj_rtld=0x1801cc7, flags=4, >> lockstate=0x0) at /usr/src/libexec/rtld-elf/powerpc/reloc.c:338 >> 338

svn commit: r340073 - head/sys/netpfil/pf

2018-11-02 Thread Kristof Provost
Author: kp Date: Fri Nov 2 17:05:40 2018 New Revision: 340073 URL: https://svnweb.freebsd.org/changeset/base/340073 Log: pf: Keep a reference to struct ifnets we're using Ensure that the struct ifnet we use can't go away until we're done with it. Modified: head/sys/netpfil/pf/pf_if.c

svn commit: r340072 - head/sys/netpfil/pf

2018-11-02 Thread Kristof Provost
Author: kp Date: Fri Nov 2 17:03:53 2018 New Revision: 340072 URL: https://svnweb.freebsd.org/changeset/base/340072 Log: pfsync: Add missing unlock If we fail to set up the multicast entry for pfsync and return an error we must release the pfsync lock first. MFC after:2 weeks

svn commit: r340071 - head/sys/dev/sound/pci/hda

2018-11-02 Thread Alexander Motin
Author: mav Date: Fri Nov 2 17:02:10 2018 New Revision: 340071 URL: https://svnweb.freebsd.org/changeset/base/340071 Log: Adjust SiS 966/968 HDA controller naming. Submitted by: Dmitry Luhtionov Modified: head/sys/dev/sound/pci/hda/hdac.c Modified: head/sys/dev/sound/pci/hda/hdac.c

svn commit: r340070 - head/sys/netpfil/pf

2018-11-02 Thread Kristof Provost
Author: kp Date: Fri Nov 2 17:01:18 2018 New Revision: 340070 URL: https://svnweb.freebsd.org/changeset/base/340070 Log: pfsync: Allow module to be unloaded MFC after:2 weeks Sponsored by: Orange Business Services Differential Revision:https://reviews.freebsd.org/D17505

svn commit: r340069 - head/tests/sys/netpfil/pf

2018-11-02 Thread Kristof Provost
Author: kp Date: Fri Nov 2 16:59:55 2018 New Revision: 340069 URL: https://svnweb.freebsd.org/changeset/base/340069 Log: pf tests: Basic pfsync test Set up two jails, configure pfsync between them and create state in one of them, verify that this state is copied to the other jail.

svn commit: r340068 - in head/sys: net netpfil/pf

2018-11-02 Thread Kristof Provost
Author: kp Date: Fri Nov 2 16:57:23 2018 New Revision: 340068 URL: https://svnweb.freebsd.org/changeset/base/340068 Log: pfsync: Handle syncdev going away If the syncdev is removed we no longer need to clean up the multicast entry we've got set up for that device. Pass the ifnet

svn commit: r340067 - head/sys/netpfil/pf

2018-11-02 Thread Kristof Provost
Author: kp Date: Fri Nov 2 16:53:15 2018 New Revision: 340067 URL: https://svnweb.freebsd.org/changeset/base/340067 Log: pfsync: Ensure uninit is done before pf pfsync touches pf memory (for pf_state and the pfsync callback pointers), not the other way around. We need to ensure that

svn commit: r340066 - head/sys/net

2018-11-02 Thread Kristof Provost
Author: kp Date: Fri Nov 2 16:50:17 2018 New Revision: 340066 URL: https://svnweb.freebsd.org/changeset/base/340066 Log: Notify that the ifnet will go away, even on vnet shutdown pf subscribes to ifnet_departure_event events, so it can clean up the ifg_pf_kif and if_pf_kif pointers in

svn commit: r340065 - in head/sys: net netpfil/pf

2018-11-02 Thread Kristof Provost
Author: kp Date: Fri Nov 2 16:47:07 2018 New Revision: 340065 URL: https://svnweb.freebsd.org/changeset/base/340065 Log: pfsync: Make pfsync callbacks per-vnet The callbacks are installed and removed depending on the state of the pfsync device, which is per-vnet. The callbacks must also

svn commit: r340064 - in head/sys: kern vm

2018-11-02 Thread Mark Johnston
Author: markj Date: Fri Nov 2 16:26:44 2018 New Revision: 340064 URL: https://svnweb.freebsd.org/changeset/base/340064 Log: Initialize the eflags field of vm_map headers. Initializing the eflags field of the map->header entry to a value with a unique new bit set makes a few comparisons

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

2018-11-02 Thread Navdeep Parhar
Author: np Date: Fri Nov 2 16:21:44 2018 New Revision: 340063 URL: https://svnweb.freebsd.org/changeset/base/340063 Log: cxgbe/iw_cxgbe: Suppress spurious "Unexpected streaming data ..." messages. Submitted by: Krishnamraju Eraparaju @ Chelsio MFC after:1 month Sponsored by:

Re: svn commit: r340055 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/fs/ext2fs sys/fs/fuse sys/fs/nandfs sys/fs/nfs sys/fs/nfsclient sys/fs/tmpfs sys/kern sys/sys sys/u

2018-11-02 Thread Brooks Davis
On Fri, Nov 02, 2018 at 04:49:00PM +0200, Andriy Gapon wrote: > On 02/11/2018 16:42, Brooks Davis wrote: > > Author: brooks > > Date: Fri Nov 2 14:42:36 2018 > > New Revision: 340055 > > URL: https://svnweb.freebsd.org/changeset/base/340055 > > > > Log: > > Make vop_symlink take a const target

Re: svn commit: r339876 - head/libexec/rtld-elf

2018-11-02 Thread Konstantin Belousov
On Fri, Nov 02, 2018 at 08:30:17AM -0700, Mark Millard wrote: > Breakpoint 4, reloc_non_plt (obj=0x41041000, obj_rtld=0x1801cc7, flags=4, > lockstate=0x0) at /usr/src/libexec/rtld-elf/powerpc/reloc.c:338 > 338 __syncicache(obj->mapbase + phdr->p_vaddr, > 1: x/i $pc > =>

svn commit: r340062 - in head/sys: net netpfil/pf

2018-11-02 Thread Kristof Provost
Author: kp Date: Fri Nov 2 15:32:04 2018 New Revision: 340062 URL: https://svnweb.freebsd.org/changeset/base/340062 Log: pf: Limit the fragment entry queue length to 64 per bucket. So we have a global limit of 1024 fragments, but it is fine grained to the region of the packet. Smaller

Re: svn commit: r339876 - head/libexec/rtld-elf

2018-11-02 Thread Mark Millard via svn-src-head
On 2018-Nov-2, at 4:38 AM, Konstantin Belousov wrote: > On Fri, Nov 02, 2018 at 12:16:23AM -0700, Mark Millard wrote: >> It stops when the dcbst in __syncicache runs into an address in >> the p_align 65536 caused hole between the two PT_LOAD's with PF_X. >> /bin/ls itself has such a hole, as

svn commit: r340061 - in head/sys: net netpfil/pf

2018-11-02 Thread Kristof Provost
Author: kp Date: Fri Nov 2 15:26:51 2018 New Revision: 340061 URL: https://svnweb.freebsd.org/changeset/base/340061 Log: pf: Split the fragment reassembly queue into smaller parts Remember 16 entry points based on the fragment offset. Instead of a worst case of 8196 list traversals we

svn commit: r340060 - head/sys/netpfil/pf

2018-11-02 Thread Kristof Provost
Author: kp Date: Fri Nov 2 15:23:57 2018 New Revision: 340060 URL: https://svnweb.freebsd.org/changeset/base/340060 Log: pf: Count holes rather than fragments for reassembly Avoid traversing the list of fragment entris to check whether the pf(4) reassembly is complete. Instead count

svn commit: r340059 - head/sys/dev/usb/controller

2018-11-02 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 2 15:03:52 2018 New Revision: 340059 URL: https://svnweb.freebsd.org/changeset/base/340059 Log: Add new USB v2.0 PCI ID. Submitted by: Dmitry Luhtionov Sponsored by: Mellanox Technologies Modified: head/sys/dev/usb/controller/ehci_pci.c

svn commit: r340057 - head/sys/netpfil/pf

2018-11-02 Thread Kristof Provost
Author: kp Date: Fri Nov 2 15:01:59 2018 New Revision: 340057 URL: https://svnweb.freebsd.org/changeset/base/340057 Log: Revert "pf: Limit the maximum number of fragments per packet" This reverts commit r337969. We'll handle this the OpenBSD way, in upcoming commits. Modified:

Re: svn commit: r340055 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/fs/ext2fs sys/fs/fuse sys/fs/nandfs sys/fs/nfs sys/fs/nfsclient sys/fs/tmpfs sys/kern sys/sys sys/u

2018-11-02 Thread Andriy Gapon
On 02/11/2018 16:42, Brooks Davis wrote: > Author: brooks > Date: Fri Nov 2 14:42:36 2018 > New Revision: 340055 > URL: https://svnweb.freebsd.org/changeset/base/340055 > > Log: > Make vop_symlink take a const target path. > > This will enable callers to take const paths as part of

svn commit: r340055 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/fs/ext2fs sys/fs/fuse sys/fs/nandfs sys/fs/nfs sys/fs/nfsclient sys/fs/tmpfs sys/kern sys/sys sys/uf...

2018-11-02 Thread Brooks Davis
Author: brooks Date: Fri Nov 2 14:42:36 2018 New Revision: 340055 URL: https://svnweb.freebsd.org/changeset/base/340055 Log: Make vop_symlink take a const target path. This will enable callers to take const paths as part of syscall decleration improvements. Where doing so is easy

svn commit: r340050 - head/usr.sbin/bhyve

2018-11-02 Thread Marcelo Araujo
Author: araujo Date: Fri Nov 2 13:48:06 2018 New Revision: 340050 URL: https://svnweb.freebsd.org/changeset/base/340050 Log: Remove printf for debug purpose forgotten on r340046. Reported by: Dmitry Luhtionov Modified: head/usr.sbin/bhyve/ps2kbd.c Modified:

Re: svn commit: r340038 - in head: lib/libc/sys sys/kern

2018-11-02 Thread Warner Losh
On Fri, Nov 2, 2018 at 2:46 AM Gary Jennejohn wrote: > On Thu, 1 Nov 2018 20:29:27 -0700 > Conrad Meyer wrote: > > > On Thu, Nov 1, 2018 at 5:46 PM Konstantin Belousov > wrote: > > > > > > On Thu, Nov 01, 2018 at 11:46:23PM +, Conrad Meyer wrote: > > > > ... > > > > @@ -232,7 +232,15 @@

svn commit: r340049 - head/stand/i386/libi386

2018-11-02 Thread Toomas Soome
Author: tsoome Date: Fri Nov 2 11:41:58 2018 New Revision: 340049 URL: https://svnweb.freebsd.org/changeset/base/340049 Log: loader: biosdisk should check if the media is present The bd_print/bd_open/bd_strategy need to make sure the device does have media, before getting into

Re: svn commit: r339876 - head/libexec/rtld-elf

2018-11-02 Thread Konstantin Belousov
On Fri, Nov 02, 2018 at 12:16:23AM -0700, Mark Millard wrote: > It stops when the dcbst in __syncicache runs into an address in > the p_align 65536 caused hole between the two PT_LOAD's with PF_X. > /bin/ls itself has such a hole, as do the .so libraries involved. Try this. I only compile-tested

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

2018-11-02 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Fri Nov 2 10:18:56 2018 New Revision: 340048 URL: https://svnweb.freebsd.org/changeset/base/340048 Log: nsmb.conf(5): Document the order of configuration loading Based on the comments in /etc/nsmb.conf. Reviewed by: bcr Approved by: krion

svn commit: r340047 - head/stand/i386/loader

2018-11-02 Thread Toomas Soome
Author: tsoome Date: Fri Nov 2 09:47:18 2018 New Revision: 340047 URL: https://svnweb.freebsd.org/changeset/base/340047 Log: loader: do not probe floppy devices for zfs The subject is telling it all. Modified: head/stand/i386/loader/main.c Modified: head/stand/i386/loader/main.c

Re: svn commit: r340038 - in head: lib/libc/sys sys/kern

2018-11-02 Thread Gary Jennejohn
On Thu, 1 Nov 2018 20:29:27 -0700 Conrad Meyer wrote: > On Thu, Nov 1, 2018 at 5:46 PM Konstantin Belousov > wrote: > > > > On Thu, Nov 01, 2018 at 11:46:23PM +, Conrad Meyer wrote: > > > ... > > > @@ -232,7 +232,15 @@ points outside the process's allocated address space. > > > A signal

svn commit: r340046 - head/usr.sbin/bhyve

2018-11-02 Thread Marcelo Araujo
Author: araujo Date: Fri Nov 2 08:28:14 2018 New Revision: 340046 URL: https://svnweb.freebsd.org/changeset/base/340046 Log: Add support ps/2 scancodes for NumLock, ScrollLock and numerical keypad keys. PR: 213835 Submitted by: Vasily Postnicov MFC after:4 weeks

svn commit: r340045 - head/usr.sbin/bhyve

2018-11-02 Thread Marcelo Araujo
Author: araujo Date: Fri Nov 2 08:03:19 2018 New Revision: 340045 URL: https://svnweb.freebsd.org/changeset/base/340045 Log: Fix resource leak when using strdup(3). Reported by: Coverity CID: 1357337 Sponsored by: iXsystems Inc. Modified: head/usr.sbin/bhyve/pci_fbuf.c

svn commit: r340044 - head/usr.sbin/bhyve

2018-11-02 Thread Marcelo Araujo
Author: araujo Date: Fri Nov 2 08:01:42 2018 New Revision: 340044 URL: https://svnweb.freebsd.org/changeset/base/340044 Log: Fix resource leak when using strdup(3). Reported by: Coverity CID: 1357336 Sponsored by: iXsystems Inc. Modified: head/usr.sbin/bhyve/pci_xhci.c

svn commit: r340043 - head/usr.sbin/bhyve

2018-11-02 Thread Marcelo Araujo
Author: araujo Date: Fri Nov 2 07:59:28 2018 New Revision: 340043 URL: https://svnweb.freebsd.org/changeset/base/340043 Log: Fix resource leak, variable fd going out of scope. Reported by: Coverity CID: 1204383 Sponsored by: iXsystems Inc. Modified:

svn commit: r340042 - head/usr.sbin/bhyve

2018-11-02 Thread Marcelo Araujo
Author: araujo Date: Fri Nov 2 07:57:28 2018 New Revision: 340042 URL: https://svnweb.freebsd.org/changeset/base/340042 Log: Fix resource leak, variables cp, xopts and nopt going out of scope. Reported by: Coverity CID: 1305412 Sponsored by: iXsystems Inc. Modified:

svn commit: r340041 - head/sys/dev/ahci

2018-11-02 Thread Martin Wilke
Author: miwi Date: Fri Nov 2 07:48:23 2018 New Revision: 340041 URL: https://svnweb.freebsd.org/changeset/base/340041 Log: - Add quirk for Samsung on Mac Mini 7,1 PR: 201676 Submitted by: Ruben Kerkhof Approved by: araujo (mentor) Obtained from:TrueOS Sponsored

Re: svn commit: r339876 - head/libexec/rtld-elf

2018-11-02 Thread Mark Millard via svn-src-head
[The backtrace confirms what I reported to Alexander Richardson and Shawn Webb earlier.] On 2018-Nov-1, at 6:40 PM, Mark Millard wrote: > On 2018-Nov-1, at 5:41 PM, Konstantin Belousov wrote: > >> On Tue, Oct 30, 2018 at 12:45:13PM -0700, Mark Millard wrote: >>> Konstantin Belousov kostikbel