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

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

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

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