svn commit: r343828 - head/sys/dts/arm

2019-02-05 Thread Michal Meloun
Author: mmel Date: Wed Feb 6 06:03:44 2019 New Revision: 343828 URL: https://svnweb.freebsd.org/changeset/base/343828 Log: Adapt FreeBSD specific DT stub for Jetson TK1 board to be consistent with update of devicetree to 4.19 in r340337. Our build system doesn't provide dependencies for inc

svn commit: r343827 - head/lib/libcasper/services/cap_syslog

2019-02-05 Thread Jason A. Harmening
Author: jah Date: Wed Feb 6 04:36:28 2019 New Revision: 343827 URL: https://svnweb.freebsd.org/changeset/base/343827 Log: r341692 changed cap_syslog(3) to preserve the stdio descriptors inherited from its parent so that LOG_PERROR would work. However, this caused dhclient(8)'s stdio stream

svn commit: r343826 - head/usr.sbin/pwm

2019-02-05 Thread Yuri Pankov
Author: yuripv Date: Wed Feb 6 04:00:37 2019 New Revision: 343826 URL: https://svnweb.freebsd.org/changeset/base/343826 Log: pwm.8: fix markup in synopsis, add -f description Reviewed by: bcr, manu Differential revision:https://reviews.freebsd.org/D18829 Modified: head/usr.sb

svn commit: r343825 - head/share/man/man9

2019-02-05 Thread Yuri Pankov
Author: yuripv Date: Wed Feb 6 03:57:51 2019 New Revision: 343825 URL: https://svnweb.freebsd.org/changeset/base/343825 Log: pwm.9: fix markup in interfaces description Reviewed by: manu Differential revision:https://reviews.freebsd.org/D18830 Modified: head/share/man/man9/pw

svn commit: r343824 - in head/sys/powerpc: include ofw powerpc

2019-02-05 Thread Justin Hibbits
Author: jhibbits Date: Wed Feb 6 03:52:14 2019 New Revision: 343824 URL: https://svnweb.freebsd.org/changeset/base/343824 Log: powerpc: Bind IRQs to only one interrupt on QorIQ SoCs The QorIQ SoCs don't actually support multicast interrupts, and the references state explicitly that multi

svn commit: r343823 - in stable: 10/sys/dev/wtap 11/sys/dev/wtap 12/sys/dev/wtap

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 02:35:56 2019 New Revision: 343823 URL: https://svnweb.freebsd.org/changeset/base/343823 Log: MFC r343682: sys/dev/wtap: Check return value from malloc(..., M_NOWAIT) and drop unneeded cast. Modified: stable/12/sys/dev/wtap/if_wtap.c Directory Properties: s

svn commit: r343823 - in stable: 10/sys/dev/wtap 11/sys/dev/wtap 12/sys/dev/wtap

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 02:35:56 2019 New Revision: 343823 URL: https://svnweb.freebsd.org/changeset/base/343823 Log: MFC r343682: sys/dev/wtap: Check return value from malloc(..., M_NOWAIT) and drop unneeded cast. Modified: stable/10/sys/dev/wtap/if_wtap.c Directory Properties: s

svn commit: r343823 - in stable: 10/sys/dev/wtap 11/sys/dev/wtap 12/sys/dev/wtap

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 02:35:56 2019 New Revision: 343823 URL: https://svnweb.freebsd.org/changeset/base/343823 Log: MFC r343682: sys/dev/wtap: Check return value from malloc(..., M_NOWAIT) and drop unneeded cast. Modified: stable/11/sys/dev/wtap/if_wtap.c Directory Properties: s

svn commit: r343822 - stable/12/sys/dev/usb/wlan

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 02:30:14 2019 New Revision: 343822 URL: https://svnweb.freebsd.org/changeset/base/343822 Log: MFC r343577: rsu(4): add support for ifconfig(8) 'maxretry' option Modified: stable/12/sys/dev/usb/wlan/if_rsu.c stable/12/sys/dev/usb/wlan/if_rsureg.h Directory Pro

svn commit: r343821 - in stable: 10/sys/dev/usb/wlan 11/sys/dev/usb/wlan 12/sys/dev/usb/wlan

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 02:18:11 2019 New Revision: 343821 URL: https://svnweb.freebsd.org/changeset/base/343821 Log: MFC r343681: run(4): fix allocated memory type for ieee80211_node(4) PR: 177366 Modified: stable/12/sys/dev/usb/wlan/if_run.c Directory Properties: st

svn commit: r343821 - in stable: 10/sys/dev/usb/wlan 11/sys/dev/usb/wlan 12/sys/dev/usb/wlan

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 02:18:11 2019 New Revision: 343821 URL: https://svnweb.freebsd.org/changeset/base/343821 Log: MFC r343681: run(4): fix allocated memory type for ieee80211_node(4) PR: 177366 Modified: stable/10/sys/dev/usb/wlan/if_run.c Directory Properties: st

svn commit: r343821 - in stable: 10/sys/dev/usb/wlan 11/sys/dev/usb/wlan 12/sys/dev/usb/wlan

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 02:18:11 2019 New Revision: 343821 URL: https://svnweb.freebsd.org/changeset/base/343821 Log: MFC r343681: run(4): fix allocated memory type for ieee80211_node(4) PR: 177366 Modified: stable/11/sys/dev/usb/wlan/if_run.c Directory Properties: st

svn commit: r343820 - in stable/10/sys: compat/ndis dev/if_ndis

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 02:07:37 2019 New Revision: 343820 URL: https://svnweb.freebsd.org/changeset/base/343820 Log: MFC r343574: Fix compilation with 'option NDISAPI + device ndis' and without 'device pccard' in the kernel config file. PR: 171532 Reported by: Robert

svn commit: r343819 - in stable: 11/sys/compat/ndis 11/sys/dev/if_ndis 12/sys/compat/ndis 12/sys/dev/if_ndis

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 02:06:00 2019 New Revision: 343819 URL: https://svnweb.freebsd.org/changeset/base/343819 Log: MFC r343574: Fix compilation with 'option NDISAPI + device ndis' and without 'device pccard' in the kernel config file. PR: 171532 Reported by: Robert

svn commit: r343819 - in stable: 11/sys/compat/ndis 11/sys/dev/if_ndis 12/sys/compat/ndis 12/sys/dev/if_ndis

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 02:06:00 2019 New Revision: 343819 URL: https://svnweb.freebsd.org/changeset/base/343819 Log: MFC r343574: Fix compilation with 'option NDISAPI + device ndis' and without 'device pccard' in the kernel config file. PR: 171532 Reported by: Robert

svn commit: r343818 - in stable: 10/sys/net80211 11/sys/net80211 12/sys/net80211

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 01:53:01 2019 New Revision: 343818 URL: https://svnweb.freebsd.org/changeset/base/343818 Log: MFC r343697: net80211(4): fix rate check when 'roaming' ifconfig(8) option is set to 'auto' Do not try to clear 'basic rate' bit from roamRate; it cannot be here and

svn commit: r343818 - in stable: 10/sys/net80211 11/sys/net80211 12/sys/net80211

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 01:53:01 2019 New Revision: 343818 URL: https://svnweb.freebsd.org/changeset/base/343818 Log: MFC r343697: net80211(4): fix rate check when 'roaming' ifconfig(8) option is set to 'auto' Do not try to clear 'basic rate' bit from roamRate; it cannot be here and

svn commit: r343818 - in stable: 10/sys/net80211 11/sys/net80211 12/sys/net80211

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 01:53:01 2019 New Revision: 343818 URL: https://svnweb.freebsd.org/changeset/base/343818 Log: MFC r343697: net80211(4): fix rate check when 'roaming' ifconfig(8) option is set to 'auto' Do not try to clear 'basic rate' bit from roamRate; it cannot be here and

svn commit: r343817 - in stable: 11/sys/net80211 12/sys/net80211

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 01:47:22 2019 New Revision: 343817 URL: https://svnweb.freebsd.org/changeset/base/343817 Log: MFC r343684: Drop unused M_80211_COM malloc(9) type. It is not used since r287197. Modified: stable/12/sys/net80211/ieee80211_freebsd.c Directory Properties: st

svn commit: r343817 - in stable: 11/sys/net80211 12/sys/net80211

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 01:47:22 2019 New Revision: 343817 URL: https://svnweb.freebsd.org/changeset/base/343817 Log: MFC r343684: Drop unused M_80211_COM malloc(9) type. It is not used since r287197. Modified: stable/11/sys/net80211/ieee80211_freebsd.c Directory Properties: st

svn commit: r343816 - in stable: 10/sys/dev/usb/wlan 11/sys/dev/usb/wlan 12/sys/dev/usb/wlan

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 01:42:26 2019 New Revision: 343816 URL: https://svnweb.freebsd.org/changeset/base/343816 Log: MFC r343542: upgt(4): unbreak build with UPGT_DEBUG Modified: stable/10/sys/dev/usb/wlan/if_upgt.c Directory Properties: stable/10/ (props changed) Changes in oth

svn commit: r343816 - in stable: 10/sys/dev/usb/wlan 11/sys/dev/usb/wlan 12/sys/dev/usb/wlan

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 01:42:26 2019 New Revision: 343816 URL: https://svnweb.freebsd.org/changeset/base/343816 Log: MFC r343542: upgt(4): unbreak build with UPGT_DEBUG Modified: stable/12/sys/dev/usb/wlan/if_upgt.c Directory Properties: stable/12/ (props changed) Changes in oth

svn commit: r343816 - in stable: 10/sys/dev/usb/wlan 11/sys/dev/usb/wlan 12/sys/dev/usb/wlan

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 01:42:26 2019 New Revision: 343816 URL: https://svnweb.freebsd.org/changeset/base/343816 Log: MFC r343542: upgt(4): unbreak build with UPGT_DEBUG Modified: stable/11/sys/dev/usb/wlan/if_upgt.c Directory Properties: stable/11/ (props changed) Changes in oth

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

2019-02-05 Thread Andriy Voskoboinyk
Author: avos Date: Wed Feb 6 01:34:14 2019 New Revision: 343815 URL: https://svnweb.freebsd.org/changeset/base/343815 Log: iwn(4): plug initialization path vs interrupt handler races There are few places in interrupt handler where the driver lock is dropped; ensure that device is still r

svn commit: r343814 - in head/sys/cam: ata scsi

2019-02-05 Thread Warner Losh
Author: imp Date: Tue Feb 5 22:53:36 2019 New Revision: 343814 URL: https://svnweb.freebsd.org/changeset/base/343814 Log: Add quirk for Sansisk X400 drives Certain versions of Sandisk x400 firmware can hang under extremely heavly load of large I/Os for prolonged periods of time. Newer /

Re: svn commit: r342634 - in head/sys: arm/broadcom/bcm2835 arm/nvidia arm/ti dev/sdhci

2019-02-05 Thread Ed Maste
On Sun, 30 Dec 2018 at 18:08, Marius Strobl wrote: > > Author: marius > Date: Sun Dec 30 23:08:06 2018 > New Revision: 342634 > URL: https://svnweb.freebsd.org/changeset/base/342634 > > Log: > o Don't allocate resources for SDMA in sdhci(4) if the controller or the ... It seems this change intr

svn commit: r343813 - stable/11/release/doc/share/xml

2019-02-05 Thread Glen Barber
Author: gjb Date: Tue Feb 5 22:08:49 2019 New Revision: 343813 URL: https://svnweb.freebsd.org/changeset/base/343813 Log: Document SA-19:01 and SA-19:02. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/share/xml/security.xml Modified: stable/11/release/doc/share/xm

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

2019-02-05 Thread Warner Losh
Author: imp Date: Tue Feb 5 21:37:45 2019 New Revision: 343812 URL: https://svnweb.freebsd.org/changeset/base/343812 Log: Remove obsolete controller We removed support for the super-old samsung s3 parts, but this is a straggler. Remove it too. Deleted: head/sys/dev/usb/controller/

svn commit: r343811 - in head: libexec/talkd share/man/man9 sys/dev/flash sys/dev/mmc sys/dev/pccbb sys/dev/puc sys/dev/sio sys/dev/uart sys/dev/usb/controller sys/dev/wi usr.sbin/dumpcis

2019-02-05 Thread Warner Losh
Author: imp Date: Tue Feb 5 21:37:34 2019 New Revision: 343811 URL: https://svnweb.freebsd.org/changeset/base/343811 Log: Remove All Rights Reserved Remove the all rights reserved clause from my copyright, and make other minor tweaks needed where that might have created ambiguity. Modif

svn commit: r343810 - in head: . share/man/man9 sys/dev/cardbus sys/mips/include

2019-02-05 Thread Warner Losh
Author: imp Date: Tue Feb 5 21:28:29 2019 New Revision: 343810 URL: https://svnweb.freebsd.org/changeset/base/343810 Log: Remove a few stray "All Rights Reserved." declarations on stuff I've written. Modified: head/UPDATING head/share/man/man9/bus_space.9 head/sys/dev/cardbus/cardbus.c

svn commit: r343809 - head/sys/i386/i386

2019-02-05 Thread Konstantin Belousov
Author: kib Date: Tue Feb 5 20:09:31 2019 New Revision: 343809 URL: https://svnweb.freebsd.org/changeset/base/343809 Log: Make it possible to override PAE mode on boot. Initialize the static kenv in pmap_cold() and fetch user opinion on vm.pmap.pae_mode tunable if hardware is capable. N

svn commit: r343808 - head/sys/i386/i386

2019-02-05 Thread Konstantin Belousov
Author: kib Date: Tue Feb 5 20:02:16 2019 New Revision: 343808 URL: https://svnweb.freebsd.org/changeset/base/343808 Log: Remove pointless initial value for i386 vm.pmap.pat_works sysctl definition. The OID is served by external data. Submitted by: bde MFC after:3 days Modified

svn commit: r343801 - vendor/libc++/libc++-release_80-r353167

2019-02-05 Thread Dimitry Andric
Author: dim Date: Tue Feb 5 18:39:51 2019 New Revision: 343801 URL: https://svnweb.freebsd.org/changeset/base/343801 Log: Tag libc++ release_80 branch r353167. Added: vendor/libc++/libc++-release_80-r353167/ - copied from r343800, vendor/libc++/dist-release_80/ _

svn commit: r343800 - in vendor/libc++/dist-release_80: cmake/Modules test/std/language.support/support.dynamic/new.delete/new.delete.array test/std/language.support/support.dynamic/new.delete/new....

2019-02-05 Thread Dimitry Andric
Author: dim Date: Tue Feb 5 18:39:44 2019 New Revision: 343800 URL: https://svnweb.freebsd.org/changeset/base/343800 Log: Vendor import of libc++ release_80 branch r353167: https://llvm.org/svn/llvm-project/libcxx/branches/release_80@353167 Modified: vendor/libc++/dist-release_80/cmake/Mod

svn commit: r343805 - vendor/lldb/lldb-release_80-r353167

2019-02-05 Thread Dimitry Andric
Author: dim Date: Tue Feb 5 18:40:18 2019 New Revision: 343805 URL: https://svnweb.freebsd.org/changeset/base/343805 Log: Tag lldb release_80 branch r353167. Added: vendor/lldb/lldb-release_80-r353167/ - copied from r343804, vendor/lldb/dist-release_80/ _

svn commit: r343803 - vendor/lld/lld-release_80-r353167

2019-02-05 Thread Dimitry Andric
Author: dim Date: Tue Feb 5 18:40:07 2019 New Revision: 343803 URL: https://svnweb.freebsd.org/changeset/base/343803 Log: Tag lld release_80 branch r353167. Added: vendor/lld/lld-release_80-r353167/ - copied from r343802, vendor/lld/dist-release_80/ _

svn commit: r343796 - in vendor/clang/dist-release_80: docs include/clang/Basic include/clang/Driver include/clang/Tooling lib/Basic lib/Basic/Targets lib/Driver/ToolChains lib/Headers lib/Lex lib/...

2019-02-05 Thread Dimitry Andric
Author: dim Date: Tue Feb 5 18:39:15 2019 New Revision: 343796 URL: https://svnweb.freebsd.org/changeset/base/343796 Log: Vendor import of clang release_80 branch r353167: https://llvm.org/svn/llvm-project/cfe/branches/release_80@353167 Added: vendor/clang/dist-release_80/test/CodeCompleti

svn commit: r343802 - in vendor/lld/dist-release_80: COFF ELF MinGW docs test/COFF test/ELF

2019-02-05 Thread Dimitry Andric
Author: dim Date: Tue Feb 5 18:39:57 2019 New Revision: 343802 URL: https://svnweb.freebsd.org/changeset/base/343802 Log: Vendor import of lld release_80 branch r353167: https://llvm.org/svn/llvm-project/lld/branches/release_80@353167 Added: vendor/lld/dist-release_80/test/COFF/arm-thumb-t

svn commit: r343799 - vendor/compiler-rt/compiler-rt-release_80-r353167

2019-02-05 Thread Dimitry Andric
Author: dim Date: Tue Feb 5 18:39:39 2019 New Revision: 343799 URL: https://svnweb.freebsd.org/changeset/base/343799 Log: Tag compiler-rt release_80 branch r353167. Added: vendor/compiler-rt/compiler-rt-release_80-r353167/ - copied from r343798, vendor/compiler-rt/dist-release_80/ _

svn commit: r343804 - in vendor/lldb/dist-release_80: cmake/modules lit source/Plugins/Process/NetBSD

2019-02-05 Thread Dimitry Andric
Author: dim Date: Tue Feb 5 18:40:11 2019 New Revision: 343804 URL: https://svnweb.freebsd.org/changeset/base/343804 Log: Vendor import of lldb release_80 branch r353167: https://llvm.org/svn/llvm-project/lldb/branches/release_80@353167 Modified: vendor/lldb/dist-release_80/cmake/modules/A

svn commit: r343798 - in vendor/compiler-rt/dist-release_80: cmake lib/xray/tests test

2019-02-05 Thread Dimitry Andric
Author: dim Date: Tue Feb 5 18:39:32 2019 New Revision: 343798 URL: https://svnweb.freebsd.org/changeset/base/343798 Log: Vendor import of compiler-rt release_80 branch r353167: https://llvm.org/svn/llvm-project/compiler-rt/branches/release_80@353167 Modified: vendor/compiler-rt/dist-relea

svn commit: r343797 - vendor/clang/clang-release_80-r353167

2019-02-05 Thread Dimitry Andric
Author: dim Date: Tue Feb 5 18:39:28 2019 New Revision: 343797 URL: https://svnweb.freebsd.org/changeset/base/343797 Log: Tag clang release_80 branch r353167. Added: vendor/clang/clang-release_80-r353167/ - copied from r343796, vendor/clang/dist-release_80/ _

svn commit: r343794 - in vendor/llvm/dist-release_80: cmake/modules docs include/llvm/Support include/llvm/Transforms/Utils lib/CodeGen lib/CodeGen/AsmPrinter lib/CodeGen/SelectionDAG lib/DebugInfo...

2019-02-05 Thread Dimitry Andric
Author: dim Date: Tue Feb 5 18:38:58 2019 New Revision: 343794 URL: https://svnweb.freebsd.org/changeset/base/343794 Log: Vendor import of llvm release_80 branch r353167: https://llvm.org/svn/llvm-project/llvm/branches/release_80@353167 Added: vendor/llvm/dist-release_80/test/CodeGen/AArch

svn commit: r343795 - vendor/llvm/llvm-release_80-r353167

2019-02-05 Thread Dimitry Andric
Author: dim Date: Tue Feb 5 18:39:08 2019 New Revision: 343795 URL: https://svnweb.freebsd.org/changeset/base/343795 Log: Tag llvm release_80 branch r353167. Added: vendor/llvm/llvm-release_80-r353167/ - copied from r343794, vendor/llvm/dist-release_80/ _

svn commit: r343793 - in releng/11.2: . sys/conf

2019-02-05 Thread Ed Maste
of FreeBSD, try WITHOUT_CLANG and the tip of head, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20190205 p9 FreeBSD-SA-19:01.syscall + + amd64: clear callee-preserved registers on

svn commit: r343792 - in releng/12.0: . sys/conf

2019-02-05 Thread Ed Maste
fragile. +20190205: p3 FreeBSD-SA-19:01.syscall + FreeBSD-SA-19:02.fd + FreeBSD-EN-19:06.dtrace + FreeBSD-EN-19:07.lle + + amd64: clear callee-preserved registers on syscall exit

svn commit: r343790 - releng/12.0/sys/kern

2019-02-05 Thread Ed Maste
Author: emaste Date: Tue Feb 5 18:11:15 2019 New Revision: 343790 URL: https://svnweb.freebsd.org/changeset/base/343790 Log: MFS12 r343785: Avoid leaking fp references when truncating SCM_RIGHTS control messages. Submitted by: markj Approved by: so Security: CVE-2019-5596 Mo

svn commit: r343791 - head/sys/powerpc/pseries

2019-02-05 Thread Leandro Lupori
Author: luporl Date: Tue Feb 5 18:16:14 2019 New Revision: 343791 URL: https://svnweb.freebsd.org/changeset/base/343791 Log: [ppc64] llan: fix fatal kernel trap when system is low on memory When running several builders in parallel, on QEMU, with 8GB of memory, a fatal kernel trap (0x300

svn commit: r343789 - releng/11.2/sys/amd64/amd64

2019-02-05 Thread Ed Maste
Author: emaste Date: Tue Feb 5 18:07:45 2019 New Revision: 343789 URL: https://svnweb.freebsd.org/changeset/base/343789 Log: amd64: clear callee-preserved registers on syscall exit Submitted by: kib Approved by: so Security: CVE-2019-5595 Security: FreeBSD-SA-19:01.syscall

svn commit: r343788 - releng/12.0/sys/amd64/amd64

2019-02-05 Thread Ed Maste
Author: emaste Date: Tue Feb 5 18:05:05 2019 New Revision: 343788 URL: https://svnweb.freebsd.org/changeset/base/343788 Log: MFS12 r343781: amd64: clear callee-preserved registers on syscall exit Submitted by: kib Approved by: so Security: CVE-2019-5595 Security: FreeBSD-SA-

svn commit: r343787 - in releng/12.0/sys: netinet netinet6

2019-02-05 Thread Ed Maste
Author: emaste Date: Tue Feb 5 17:59:50 2019 New Revision: 343787 URL: https://svnweb.freebsd.org/changeset/base/343787 Log: MFS12 r343454: Fix an LLE lookup race PR: 234296 Submitted by: markj Approved by: so Modified: releng/12.0/sys/netinet/in.c releng/12.0/sys/netin

svn commit: r343786 - stable/11/sys/kern

2019-02-05 Thread Mark Johnston
Author: markj Date: Tue Feb 5 17:57:30 2019 New Revision: 343786 URL: https://svnweb.freebsd.org/changeset/base/343786 Log: MFC r343784: Avoid leaking fp references when truncating SCM_RIGHTS control messages. Approved by: so Security: CVE-2019-5596 Modified: stable/11/sys/kern

svn commit: r343785 - stable/12/sys/kern

2019-02-05 Thread Mark Johnston
Author: markj Date: Tue Feb 5 17:56:22 2019 New Revision: 343785 URL: https://svnweb.freebsd.org/changeset/base/343785 Log: MFC r343784: Avoid leaking fp references when truncating SCM_RIGHTS control messages. Approved by: so Security: CVE-2019-5596 Modified: stable/12/sys/kern

svn commit: r343784 - head/sys/kern

2019-02-05 Thread Mark Johnston
Author: markj Date: Tue Feb 5 17:55:08 2019 New Revision: 343784 URL: https://svnweb.freebsd.org/changeset/base/343784 Log: Avoid leaking fp references when truncating SCM_RIGHTS control messages. Reported by: pho Approved by: so MFC after:0 minutes Security: CVE-2019-5596

svn commit: r343783 - releng/12.0/sys/cddl/dev/dtrace/amd64

2019-02-05 Thread Ed Maste
Author: emaste Date: Tue Feb 5 17:54:09 2019 New Revision: 343783 URL: https://svnweb.freebsd.org/changeset/base/343783 Log: MFS12 r342267: dtrace: fix userspace access on boxes with SMAP Approved by: so Sponsored by: The FreeBSD Foundation Modified: releng/12.0/sys/cddl/dev/dtrace/a

svn commit: r343782 - stable/11/sys/amd64/amd64

2019-02-05 Thread Konstantin Belousov
Author: kib Date: Tue Feb 5 17:54:02 2019 New Revision: 343782 URL: https://svnweb.freebsd.org/changeset/base/343782 Log: MFC r343780: amd64: clear callee-preserved registers on syscall exit. Approved by: so Security: CVE-2019-5595 Modified: stable/11/sys/amd64/amd64/exception.

svn commit: r343781 - stable/12/sys/amd64/amd64

2019-02-05 Thread Konstantin Belousov
Author: kib Date: Tue Feb 5 17:52:06 2019 New Revision: 343781 URL: https://svnweb.freebsd.org/changeset/base/343781 Log: MFC r343780: amd64: clear callee-preserved registers on syscall exit. Approved by: so Security: CVE-2019-5595 Modified: stable/12/sys/amd64/amd64/exception.

svn commit: r343780 - head/sys/amd64/amd64

2019-02-05 Thread Konstantin Belousov
Author: kib Date: Tue Feb 5 17:49:27 2019 New Revision: 343780 URL: https://svnweb.freebsd.org/changeset/base/343780 Log: amd64: clear callee-preserved registers on syscall exit. %r8, %r10, and on non-KPTI configuration %r9 were not restored on fast return from a syscall. Reviewed b

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

2019-02-05 Thread Bruce Evans
On Tue, 5 Feb 2019, Kyle Evans wrote: On Tue, Feb 5, 2019 at 9:35 AM Bruce Evans wrote: ... Log: Fix zapping of static hints and env in init_static_kenv(). Environments are terminated by 2 NULs, but only 1 NUL was zapped. Zapping only 1 NUL just splits the first string into an empty st

Re: svn commit: r325728 - head/lib/libkvm

2019-02-05 Thread Brooks Davis
On Tue, Feb 05, 2019 at 09:14:46AM -0800, John Baldwin wrote: > On 2/5/19 8:25 AM, Bruce Evans wrote: > > On Tue, 5 Feb 2019, Ed Maste wrote: > > > >> On Tue, 5 Feb 2019 at 05:17, Bruce Evans wrote: > >>> > >>> On Mon, 4 Feb 2019, Ed Maste wrote: > This should probably be uin64_t to support

svn commit: r343779 - head/sys/dev/vt

2019-02-05 Thread Bruce Evans
Author: bde Date: Tue Feb 5 17:17:12 2019 New Revision: 343779 URL: https://svnweb.freebsd.org/changeset/base/343779 Log: Fix missing translation of old ioctls for KDSETMODE, KDSBORDER and CONS_SETWINORG. After translation, the last 2 are not supported, but the first one has incomplete sup

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

2019-02-05 Thread Kyle Evans
On Tue, Feb 5, 2019 at 9:35 AM Bruce Evans wrote: > > Author: bde > Date: Tue Feb 5 15:34:55 2019 > New Revision: 343777 > URL: https://svnweb.freebsd.org/changeset/base/343777 > > Log: > Fix zapping of static hints and env in init_static_kenv(). Environments > are terminated by 2 NULs, but

Re: svn commit: r325728 - head/lib/libkvm

2019-02-05 Thread John Baldwin
On 2/5/19 8:25 AM, Bruce Evans wrote: > On Tue, 5 Feb 2019, Ed Maste wrote: > >> On Tue, 5 Feb 2019 at 05:17, Bruce Evans wrote: >>> >>> On Mon, 4 Feb 2019, Ed Maste wrote: This should probably be uin64_t to support cross-debugging cores from 64-bit machines on 32-bit hosts; also for i3

svn commit: r343778 - in head/sys: dev/syscons teken teken/libteken

2019-02-05 Thread Bruce Evans
Author: bde Date: Tue Feb 5 16:59:29 2019 New Revision: 343778 URL: https://svnweb.freebsd.org/changeset/base/343778 Log: My recent fix for programmable function keys in syscons only worked when TEKEN_CONS25 is configured. Fix this by adding a function to set the flag that enables the fix

Re: svn commit: r325728 - head/lib/libkvm

2019-02-05 Thread Bruce Evans
On Tue, 5 Feb 2019, Ed Maste wrote: On Tue, 5 Feb 2019 at 05:17, Bruce Evans wrote: On Mon, 4 Feb 2019, Ed Maste wrote: On Sat, 11 Nov 2017 at 18:31, Will Andrews wrote: Author: will Date: Sat Nov 11 23:30:58 2017 New Revision: 325728 URL: https://svnweb.freebsd.org/changeset/base/325728

svn commit: r343777 - head/sys/kern

2019-02-05 Thread Bruce Evans
Author: bde Date: Tue Feb 5 15:34:55 2019 New Revision: 343777 URL: https://svnweb.freebsd.org/changeset/base/343777 Log: Fix zapping of static hints and env in init_static_kenv(). Environments are terminated by 2 NULs, but only 1 NUL was zapped. Zapping only 1 NUL just splits the first s

svn commit: r343776 - vendor-crypto/openssh/dist

2019-02-05 Thread Dag-Erling Smørgrav
Author: des Date: Tue Feb 5 15:05:22 2019 New Revision: 343776 URL: https://svnweb.freebsd.org/changeset/base/343776 Log: Re-apply scp filename matching fix. Modified: vendor-crypto/openssh/dist/scp.1 vendor-crypto/openssh/dist/scp.c Modified: vendor-crypto/openssh/dist/scp.1

svn commit: r343774 - in vendor-crypto/openssh/dist: . contrib/redhat contrib/suse openbsd-compat regress regress/misc/fuzz-harness regress/unittests/sshkey regress/unittests/sshkey/testdata regres...

2019-02-05 Thread Dag-Erling Smørgrav
Author: des Date: Tue Feb 5 15:03:53 2019 New Revision: 343774 URL: https://svnweb.freebsd.org/changeset/base/343774 Log: Vendor import of OpenSSH 7.9p1. Added: vendor-crypto/openssh/dist/regress/misc/fuzz-harness/authopt_fuzz.cc vendor-crypto/openssh/dist/regress/unittests/sshkey/testdata

Re: svn commit: r325728 - head/lib/libkvm

2019-02-05 Thread Ed Maste
On Tue, 5 Feb 2019 at 05:17, Bruce Evans wrote: > > On Mon, 4 Feb 2019, Ed Maste wrote: > > > On Sat, 11 Nov 2017 at 18:31, Will Andrews wrote: > >> > >> Author: will > >> Date: Sat Nov 11 23:30:58 2017 > >> New Revision: 325728 > >> URL: https://svnweb.freebsd.org/changeset/base/325728 > >> > >>

svn commit: r343775 - vendor-crypto/openssh/7.9p1

2019-02-05 Thread Dag-Erling Smørgrav
Author: des Date: Tue Feb 5 15:04:28 2019 New Revision: 343775 URL: https://svnweb.freebsd.org/changeset/base/343775 Log: Tag OpenSSH 7.9p1. Added: vendor-crypto/openssh/7.9p1/ - copied from r343774, vendor-crypto/openssh/dist/ ___ svn-src-all

svn commit: r343773 - stable/12/usr.bin/fortune/datfiles

2019-02-05 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Tue Feb 5 13:48:26 2019 New Revision: 343773 URL: https://svnweb.freebsd.org/changeset/base/343773 Log: MFC r343532: A few corrections and clarifications to r343406. - Use "in" instead of "on" when referring to directory and UFS partition. - Switch fro

svn commit: r343772 - head/sys/dev/netmap

2019-02-05 Thread Vincenzo Maffione
Author: vmaffione Date: Tue Feb 5 12:10:48 2019 New Revision: 343772 URL: https://svnweb.freebsd.org/changeset/base/343772 Log: netmap: refactor logging macros and pipes Changelist: - Replace ND, D and RD macros with nm_prdis, nm_prinf, nm_prerr and nm_prlim, to avoid possibl

svn commit: r343771 - stable/11/sys/dev/netmap

2019-02-05 Thread Vincenzo Maffione
Author: vmaffione Date: Tue Feb 5 10:33:22 2019 New Revision: 343771 URL: https://svnweb.freebsd.org/changeset/base/343771 Log: netmap: small cleanup on em, lem, igb, ixgbe Replace D, ND and RD macros with the corresponding nm_pr* ones. Modified: stable/11/sys/dev/netmap/if_em_netmap.h

svn commit: r343770 - head/sys/netinet

2019-02-05 Thread Michael Tuexen
Author: tuexen Date: Tue Feb 5 10:29:31 2019 New Revision: 343770 URL: https://svnweb.freebsd.org/changeset/base/343770 Log: Only reduce the PMTU after the send call. The only way to increase it, is via PMTUD. This fixes an MTU issue reported by Timo Voelker. MFC after:3

Re: svn commit: r325728 - head/lib/libkvm

2019-02-05 Thread Bruce Evans
On Mon, 4 Feb 2019, Ed Maste wrote: On Sat, 11 Nov 2017 at 18:31, Will Andrews wrote: Author: will Date: Sat Nov 11 23:30:58 2017 New Revision: 325728 URL: https://svnweb.freebsd.org/changeset/base/325728 Log: libkvm: add kvm_walk_pages API. Modified: head/lib/libkvm/kvm.h ===

svn commit: r343769 - head/sys/netinet

2019-02-05 Thread Michael Tuexen
Author: tuexen Date: Tue Feb 5 10:13:51 2019 New Revision: 343769 URL: https://svnweb.freebsd.org/changeset/base/343769 Log: Fix an off-by-one error in the input validation of the SCTP_RESET_STREAMS socketoption. This was found by running syzkaller. MFC after:3 days Mod

svn commit: r343767 - vendor-crypto/openssh/dist

2019-02-05 Thread Dag-Erling Smørgrav
Author: des Date: Tue Feb 5 08:10:36 2019 New Revision: 343767 URL: https://svnweb.freebsd.org/changeset/base/343767 Log: Merge upstream 2c21b75a7be6ebdcbceaebb43157c48dbb36f3d8: | scp: add -T to usage(); | | OpenBSD-Commit-ID: a7ae14d9436c64e1bd05022329187ea3a0ce1899 Modified: vend

svn commit: r343766 - vendor-crypto/openssh/dist

2019-02-05 Thread Dag-Erling Smørgrav
Author: des Date: Tue Feb 5 08:07:56 2019 New Revision: 343766 URL: https://svnweb.freebsd.org/changeset/base/343766 Log: Merge upstream 391ffc4b9d31fa1f4ad566499fef9176ff8a07dc: | remote->local directory copies satisfy the wildcard specified by the user. | | This checking provides som

svn commit: r343765 - stable/12/usr.bin/mkimg

2019-02-05 Thread Xin LI
Author: delphij Date: Tue Feb 5 08:05:42 2019 New Revision: 343765 URL: https://svnweb.freebsd.org/changeset/base/343765 Log: MFC r342813: Remove unneeded headers. Modified: stable/12/usr.bin/mkimg/apm.c stable/12/usr.bin/mkimg/bsd.c stable/12/usr.bin/mkimg/ebr.c stable/12/usr.bin/mkim