svn commit: r358613 - head/sys/dev/aacraid

2020-03-04 Thread Leandro Lupori
Author: luporl Date: Wed Mar 4 12:21:38 2020 New Revision: 358613 URL: https://svnweb.freebsd.org/changeset/base/358613 Log: [aacraid] Add missing unmap call for SYNC mode This issue was observed on a PowerPC64 machine with an Adaptec RAID Controller with PCI device ID 0x028d. After

svn commit: r358615 - svnadmin/conf

2020-03-04 Thread Cy Schubert
Author: cy Date: Wed Mar 4 13:58:34 2020 New Revision: 358615 URL: https://svnweb.freebsd.org/changeset/base/358615 Log: Prepare for import of ntp-ntp-4.2.8p14. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r358614 - head/sys/netinet

2020-03-04 Thread Michael Tuexen
Author: tuexen Date: Wed Mar 4 12:22:53 2020 New Revision: 358614 URL: https://svnweb.freebsd.org/changeset/base/358614 Log: Don't send an uninitilised traffic class in the IPv6 header, when sending a TCP segment from the TCP SYN cache (like a SYN-ACK). This fix initialises it to zero.

Re: svn commit: r358439 - head/sys/amd64/include

2020-03-04 Thread Guido Falsi
On 04/03/20 12:27, Guido Falsi wrote: > > Actually this causes emulators/virtualbox-ose port to fail to build: > > In file included from /usr/src/sys/sys/systm.h:44: > /usr/include/machine/atomic.h:230:1: error: invalid output constraint > '=@cce' in asm > ATOMIC_CMPSET(char); > ^ >

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

2020-03-04 Thread Justin Hibbits
Author: jhibbits Date: Wed Mar 4 14:56:32 2020 New Revision: 358619 URL: https://svnweb.freebsd.org/changeset/base/358619 Log: Update ismt(4) man page for r358595. Submitted by: Dmitry Luhtionov X-MFC-With: r358595 Sponsored by: Juniper Networks, Inc Modified:

svn commit: r358617 - vendor/ntp/4.2.8p14

2020-03-04 Thread Cy Schubert
Author: cy Date: Wed Mar 4 14:03:53 2020 New Revision: 358617 URL: https://svnweb.freebsd.org/changeset/base/358617 Log: Tag ntp-4.2.8p14. Added: vendor/ntp/4.2.8p14/ - copied from r358616, vendor/ntp/dist/ ___ svn-src-all@freebsd.org mailing

svn commit: r358618 - svnadmin/conf

2020-03-04 Thread Cy Schubert
Author: cy Date: Wed Mar 4 14:03:59 2020 New Revision: 358618 URL: https://svnweb.freebsd.org/changeset/base/358618 Log: Vendor import of ntp-4.2.8p14 is now complete. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r358616 - in vendor/ntp/dist: . html html/drivers include libntp libparse ntpd ntpdate ntpdc ntpq ntpsnmpd parseutil ports/winnt/vs2005 ports/winnt/vs2008/libntp ports/winnt/vs2013/libn...

2020-03-04 Thread Cy Schubert
Author: cy Date: Wed Mar 4 13:59:29 2020 New Revision: 358616 URL: https://svnweb.freebsd.org/changeset/base/358616 Log: Import ntp-4.2.8p14. Added: vendor/ntp/dist/include/ntp_calgps.h (contents, props changed) vendor/ntp/dist/include/ntp_psl.h (contents, props changed)

svn commit: r358626 - stable/12/sys/net

2020-03-04 Thread Konstantin Belousov
Author: kib Date: Wed Mar 4 17:17:37 2020 New Revision: 358626 URL: https://svnweb.freebsd.org/changeset/base/358626 Log: MFC r357763: if_media.c: use __FBSDID(). Sponsored by: Mellanox Technologies Modified: stable/12/sys/net/if_media.c Directory Properties: stable/12/ (props

Re: svn commit: r358562 - in head: . share/man/man5 share/man/man7 tools/build/options tools/tools/nanobsd/dhcpd tools/tools/nanobsd/embedded usr.bin usr.bin/calendar usr.bin/calendar/calendars usr.bi

2020-03-04 Thread Steffen Nurpmeso
Hello Gordon. Gordon Bergling wrote in : |Thanks for the revert. I handcrafted https://reviews.freebsd.org/D23581 \ | a while ago, and this took me \ |two days. This is tremendous! Your work is exactly what i planned to do somewhen in the near future!

svn commit: r358631 - in head: contrib/elftoolchain/readelf sys/sys usr.bin/elfctl

2020-03-04 Thread Ed Maste
Author: emaste Date: Wed Mar 4 18:21:30 2020 New Revision: 358631 URL: https://svnweb.freebsd.org/changeset/base/358631 Log: Reserve WXNEEDED ELF feature control flag This will be used to tag binaries that require W+X mappings, in advance of the ability to prevent W^X in mmap/mprotect.

svn commit: r358628 - stable/12/sys/net

2020-03-04 Thread Konstantin Belousov
Author: kib Date: Wed Mar 4 17:21:49 2020 New Revision: 358628 URL: https://svnweb.freebsd.org/changeset/base/358628 Log: MFC r357765: if_media.h: Add 50G KR4 ethernet media type. Modified: stable/12/sys/net/ieee8023ad_lacp.c stable/12/sys/net/if_media.h Directory Properties:

svn commit: r358630 - head/sys/dev/bnxt

2020-03-04 Thread Brooks Davis
Author: brooks Date: Wed Mar 4 17:55:57 2020 New Revision: 358630 URL: https://svnweb.freebsd.org/changeset/base/358630 Log: bnxt(4): Fix ioctls when user addresses are inaccessable. Check copyin's error code (differ adding copyout checks at this time). Don't directly access user

svn commit: r358632 - in head/stand/i386: gptboot isoboot

2020-03-04 Thread Toomas Soome
Author: tsoome Date: Wed Mar 4 18:38:09 2020 New Revision: 358632 URL: https://svnweb.freebsd.org/changeset/base/358632 Log: loader: crc32 is provided by libsa Seems like leftover from moving crc32.c to libsa. Modified: head/stand/i386/gptboot/Makefile

svn commit: r358620 - in head: sys/netinet usr.bin/netstat

2020-03-04 Thread Bjoern A. Zeeb
Author: bz Date: Wed Mar 4 16:20:59 2020 New Revision: 358620 URL: https://svnweb.freebsd.org/changeset/base/358620 Log: Add new ICMPv6 counters for Anti-DoS limits. Add four new counters for ND6 related Anti-DoS measures. We split these out into a separate upfront commit so that we

svn commit: r358629 - head/sys/dev/sound/pcm

2020-03-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 4 17:23:20 2020 New Revision: 358629 URL: https://svnweb.freebsd.org/changeset/base/358629 Log: Implement a detaching flag for the sound(4) subsystem to take appropriate actions when we are trying to detach an audio device, but cannot because someone is using

Re: svn commit: r358439 - head/sys/amd64/include

2020-03-04 Thread Brooks Davis
On Wed, Mar 04, 2020 at 12:27:08PM +0100, Guido Falsi wrote: > On 02/03/20 18:13, Ryan Libby wrote: > > On Mon, Mar 2, 2020 at 12:45 AM Alexander V. Chernikov > > wrote: > >> > >> 28.02.2020, 18:32, "Ryan Libby" : > >>> Author: rlibby > >>> Date: Fri Feb 28 18:32:36 2020 > >>> New Revision:

Re: svn commit: r358439 - head/sys/amd64/include

2020-03-04 Thread Ryan Libby
On Wed, Mar 4, 2020 at 10:28 AM Brooks Davis wrote: > > On Wed, Mar 04, 2020 at 12:27:08PM +0100, Guido Falsi wrote: > > On 02/03/20 18:13, Ryan Libby wrote: > > > On Mon, Mar 2, 2020 at 12:45 AM Alexander V. Chernikov > > > wrote: > > >> > > >> 28.02.2020, 18:32, "Ryan Libby" : > > >>> Author:

svn commit: r358622 - head/usr.bin/elfctl

2020-03-04 Thread Ed Maste
Author: emaste Date: Wed Mar 4 16:53:49 2020 New Revision: 358622 URL: https://svnweb.freebsd.org/changeset/base/358622 Log: elfctl: style(9): use C99 uintX_t types Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/elfctl/elfctl.c Modified: head/usr.bin/elfctl/elfctl.c

svn commit: r358627 - stable/12/sys/net

2020-03-04 Thread Konstantin Belousov
Author: kib Date: Wed Mar 4 17:19:25 2020 New Revision: 358627 URL: https://svnweb.freebsd.org/changeset/base/358627 Log: MFC r357764: if_media.c: staticize and constify ifmedia description structures used under IFMEDIA_DEBUG. Modified: stable/12/sys/net/if_media.c Directory Properties:

svn commit: r358624 - in head/sys/dev/mlx5: . mlx5_en mlx5_ib

2020-03-04 Thread Konstantin Belousov
Author: kib Date: Wed Mar 4 17:13:35 2020 New Revision: 358624 URL: https://svnweb.freebsd.org/changeset/base/358624 Log: mlx5en: Support 50GBase-KR4 media type in mlx5en driver. Submitted by: Adam Peace Reviewed by: hselasky Sponsored by: Mellanox Technologies MFC after:1

svn commit: r358621 - head/sys/netinet

2020-03-04 Thread Michael Tuexen
Author: tuexen Date: Wed Mar 4 16:41:25 2020 New Revision: 358621 URL: https://svnweb.freebsd.org/changeset/base/358621 Log: When using automatically generated flow labels and using TCP SYN cookies, use the same flow label for the segments sent during the handshake and after the handshake.

svn commit: r358623 - head/usr.bin/elfctl

2020-03-04 Thread Ed Maste
Author: emaste Date: Wed Mar 4 16:57:23 2020 New Revision: 358623 URL: https://svnweb.freebsd.org/changeset/base/358623 Log: elfctl: check read return value CID: 1420212, 1420213 Reported by: Coverity Scan Sponsored by: The FreeBSD Foundation Modified:

svn commit: r358625 - head/sys/net

2020-03-04 Thread Bjoern A. Zeeb
Author: bz Date: Wed Mar 4 17:17:02 2020 New Revision: 358625 URL: https://svnweb.freebsd.org/changeset/base/358625 Log: Implement optional table entry limits for if_llatbl. Implement counting of table entries linked on a per-table base with an optional (if set > 0) limit of the maximum

Re: svn commit: r358439 - head/sys/amd64/include

2020-03-04 Thread Ryan Libby
On Wed, Mar 4, 2020 at 3:27 AM Guido Falsi wrote: > > On 02/03/20 18:13, Ryan Libby wrote: > > On Mon, Mar 2, 2020 at 12:45 AM Alexander V. Chernikov > > wrote: > >> > >> 28.02.2020, 18:32, "Ryan Libby" : > >>> Author: rlibby > >>> Date: Fri Feb 28 18:32:36 2020 > >>> New Revision: 358439 > >>>

svn commit: r358635 - head/sys/dev/mmc/host

2020-03-04 Thread Emmanuel Vadot
Author: manu Date: Wed Mar 4 20:01:03 2020 New Revision: 358635 URL: https://svnweb.freebsd.org/changeset/base/358635 Log: dwmmc: Rework the DMA engine Each segment can be up to 4096 bytes in chain structure according to the RK3399 TRM Part 2. Set the buffers in full ring where the

svn commit: r358638 - stable/12/sys/dev/cpufreq

2020-03-04 Thread Emmanuel Vadot
Author: manu Date: Wed Mar 4 20:30:11 2020 New Revision: 358638 URL: https://svnweb.freebsd.org/changeset/base/358638 Log: MFC r355360-r355361 r355360: cpufreq_dt: Do not attach the device if the cpu isn't present If we boot with hw.ncpu=X (available on arm and arm64 at least) we

svn commit: r358646 - stable/12/sys/arm64/rockchip/clk

2020-03-04 Thread Emmanuel Vadot
Author: manu Date: Wed Mar 4 21:06:29 2020 New Revision: 358646 URL: https://svnweb.freebsd.org/changeset/base/358646 Log: MFC r355356: arm64: rockchip: rl3399: Remove the ability to put the PLL in normal mode at boot RK3399 PLLs have three modes : - Normal, where they behave

svn commit: r358649 - stable/12/sys/arm64/rockchip

2020-03-04 Thread Emmanuel Vadot
Author: manu Date: Wed Mar 4 21:25:48 2020 New Revision: 358649 URL: https://svnweb.freebsd.org/changeset/base/358649 Log: MFC r356485-r356486, r356893, r358278-r358279 r356485: rk808: Add min/max for the switch regulators The two switch regulator are always 3.0V. Add a special

svn commit: r358656 - head/sys/dev/wtap

2020-03-04 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 4 22:31:41 2020 New Revision: 358656 URL: https://svnweb.freebsd.org/changeset/base/358656 Log: Remove unused function. Modified: head/sys/dev/wtap/if_wtap.c head/sys/dev/wtap/if_wtapvar.h Modified: head/sys/dev/wtap/if_wtap.c

Re: svn commit: r346018 - head/sys/conf

2020-03-04 Thread Alan Somers
On Sun, Apr 7, 2019 at 12:40 PM Warner Losh wrote: > Author: imp > Date: Sun Apr 7 18:39:55 2019 > New Revision: 346018 > URL: https://svnweb.freebsd.org/changeset/base/346018 > > Log: > Use default shell assignment rather more complicated if then > construct. > > Discussed with: emaste@,

Re: svn commit: r358439 - head/sys/amd64/include

2020-03-04 Thread Kyle Evans
On Wed, Mar 4, 2020 at 11:27 AM Ryan Libby wrote: > > On Wed, Mar 4, 2020 at 3:27 AM Guido Falsi wrote: > > > > On 02/03/20 18:13, Ryan Libby wrote: > > > On Mon, Mar 2, 2020 at 12:45 AM Alexander V. Chernikov > > > wrote: > > >> > > >> 28.02.2020, 18:32, "Ryan Libby" : > > >>> Author: rlibby

Re: svn commit: r358451 - in head/sys: kern vm

2020-03-04 Thread Gleb Smirnoff
Hi Jeff, may be I'm missing something, but from a quick review this change doesn't seem to be correct for sendfile with INVARIANTS on. sendfile_swapin does immediate vm_page_xunbusy() for all valid pages that are substituted to bogus one. With this change KASSERT in vm_page_relookup() would

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

2020-03-04 Thread Brooks Davis
Author: brooks Date: Wed Mar 4 21:27:12 2020 New Revision: 358650 URL: https://svnweb.freebsd.org/changeset/base/358650 Log: Introduce kern_mmap_req(). This presents an extensible interface to the generic mmap(2) implementation via a struct pointer intended to use a designated

svn commit: r358655 - head/sbin/mount_nfs

2020-03-04 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 4 22:27:16 2020 New Revision: 358655 URL: https://svnweb.freebsd.org/changeset/base/358655 Log: When a machine boots the NFS mounting script is executed after interfaces are configured, but for many interfaces (e.g. all Intel) ifconfig causes link

svn commit: r358659 - in stable: 11/contrib/ntp 11/contrib/ntp/html 11/contrib/ntp/html/drivers 11/contrib/ntp/include 11/contrib/ntp/libntp 11/contrib/ntp/libparse 11/contrib/ntp/ntpd 11/contrib/n...

2020-03-04 Thread Cy Schubert
Author: cy Date: Wed Mar 4 23:54:13 2020 New Revision: 358659 URL: https://svnweb.freebsd.org/changeset/base/358659 Log: MFC r358652: MFV r358616: Update ntp-4.2.8p13 --> 4.2.8p14. The advisory can be found at: http://support.ntp.org/bin/view/Main/SecurityNotice#\

svn commit: r358659 - in stable: 11/contrib/ntp 11/contrib/ntp/html 11/contrib/ntp/html/drivers 11/contrib/ntp/include 11/contrib/ntp/libntp 11/contrib/ntp/libparse 11/contrib/ntp/ntpd 11/contrib/n...

2020-03-04 Thread Cy Schubert
Author: cy Date: Wed Mar 4 23:54:13 2020 New Revision: 358659 URL: https://svnweb.freebsd.org/changeset/base/358659 Log: MFC r358652: MFV r358616: Update ntp-4.2.8p13 --> 4.2.8p14. The advisory can be found at: http://support.ntp.org/bin/view/Main/SecurityNotice#\

svn commit: r358636 - in stable/12/sys/gnu/dts: arm arm64/allwinner arm64/altera arm64/amlogic arm64/arm arm64/bitmain arm64/broadcom/stingray arm64/freescale arm64/intel arm64/marvell arm64/mediat...

2020-03-04 Thread Emmanuel Vadot
Author: manu Date: Wed Mar 4 20:22:02 2020 New Revision: 358636 URL: https://svnweb.freebsd.org/changeset/base/358636 Log: MFC r355187: Import DTS files from Linux 5.4 Added: stable/12/sys/gnu/dts/arm/aspeed-ast2600-evb.dts - copied unchanged from r355187,

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

2020-03-04 Thread Ed Maste
Author: emaste Date: Wed Mar 4 20:41:45 2020 New Revision: 358639 URL: https://svnweb.freebsd.org/changeset/base/358639 Log: readelf: simplify namesz / descsz checks MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/contrib/elftoolchain/readelf/readelf.c

svn commit: r358641 - in stable/12/sys: arm64/conf arm64/rockchip arm64/rockchip/clk conf

2020-03-04 Thread Emmanuel Vadot
Author: manu Date: Wed Mar 4 20:48:29 2020 New Revision: 358641 URL: https://svnweb.freebsd.org/changeset/base/358641 Log: MFC r354087, r354089, r354094, r354100, r354103, r354152 r354087: arm64: rk3399: Add clock and gate for usb3 clocks r354089: arm64: rockchip: Add RK3399

svn commit: r358634 - head/sys/kern

2020-03-04 Thread Mateusz Guzik
Author: mjg Date: Wed Mar 4 19:52:34 2020 New Revision: 358634 URL: https://svnweb.freebsd.org/changeset/base/358634 Log: execve: use LOCKSHARED when looking up the interpreter Reviewed by: kib Differential Revision:https://reviews.freebsd.org/D23956 Modified:

svn commit: r358633 - head/sys/fs/nullfs

2020-03-04 Thread Mateusz Guzik
Author: mjg Date: Wed Mar 4 19:52:00 2020 New Revision: 358633 URL: https://svnweb.freebsd.org/changeset/base/358633 Log: nullfs: don't pre lock exclusive in nullfs_root Reviewed by: kib Differential Revision:https://reviews.freebsd.org/D23955 Modified:

svn commit: r358642 - in stable/12/sys: arm64/conf arm64/rockchip conf

2020-03-04 Thread Emmanuel Vadot
Author: manu Date: Wed Mar 4 20:52:59 2020 New Revision: 358642 URL: https://svnweb.freebsd.org/changeset/base/358642 Log: MFC r354088: arm64: rockchip: Add rk_dwc3 driver This is a simplebus like driver that attaches the dwc3 child node and enable the clocks needed for the module.

svn commit: r358653 - in stable/12: share/man/man9 sys/arm/allwinner sys/arm/broadcom/bcm2835 sys/arm64/rockchip sys/dev/fdt

2020-03-04 Thread Emmanuel Vadot
Author: manu Date: Wed Mar 4 21:53:54 2020 New Revision: 358653 URL: https://svnweb.freebsd.org/changeset/base/358653 Log: MFC r348885, r351543, r356806-r356807 r348885 by bz: A bit of code hygiene (no functional changes). Hide unused code under #ifdef notyet (in one case the only

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

2020-03-04 Thread Ed Maste
Author: emaste Date: Wed Mar 4 20:29:49 2020 New Revision: 358637 URL: https://svnweb.freebsd.org/changeset/base/358637 Log: readelf: check note namesz and descsz Previously corrupt note namesz or descsz (perhaps caused by readelf's current lack of endian support for notes) resulted in

Re: svn commit: r358432 - in head/sys: kern sys vm

2020-03-04 Thread Eric Joyner
Hi Mark, Is the addition of #include in sys/sys/refcount.h actually necessary? I don't see anything in there used in refcount.h, and the kernel appears to compile without it, at least on amd64. - Eric On Fri, Feb 28, 2020 at 8:05 AM Mark Johnston wrote: > Author: markj > Date: Fri Feb 28

svn commit: r358654 - head/sys/sys

2020-03-04 Thread Mark Johnston
Author: markj Date: Wed Mar 4 22:23:24 2020 New Revision: 358654 URL: https://svnweb.freebsd.org/changeset/base/358654 Log: Remove an #include erroneously added in r358432. Reported by: erj Modified: head/sys/sys/refcount.h Modified: head/sys/sys/refcount.h

Re: svn commit: r358432 - in head/sys: kern sys vm

2020-03-04 Thread Mark Johnston
On Wed, Mar 04, 2020 at 01:15:59PM -0800, Eric Joyner wrote: > Hi Mark, > > Is the addition of #include in sys/sys/refcount.h > actually necessary? I don't see anything in there used in refcount.h, and > the kernel appears to compile without it, at least on amd64. No, it is left over from an

svn commit: r358644 - in stable/12/sys: arm64/rockchip/clk conf dev/extres/clk

2020-03-04 Thread Emmanuel Vadot
Author: manu Date: Wed Mar 4 21:01:25 2020 New Revision: 358644 URL: https://svnweb.freebsd.org/changeset/base/358644 Log: MFC r354554-r354558, r355115 r354554 by mmel: Implement support for (soft)linked clocks. This kind of clock nodes represent temporary placeholder for clocks

svn commit: r358643 - in head/stand/i386: . boot2 gptboot gptzfsboot isoboot loader zfsboot

2020-03-04 Thread Dimitry Andric
Author: dim Date: Wed Mar 4 21:01:22 2020 New Revision: 358643 URL: https://svnweb.freebsd.org/changeset/base/358643 Log: Link stand/i386 components using a linker script LLD 10.0.0 changed the behavior of the -Ttext option, so that using -Ttext=0x0 now causes linking of the loaders to

svn commit: r358648 - in stable/12/sys: arm64/conf arm64/rockchip conf modules/rockchip modules/rockchip/rk_spi

2020-03-04 Thread Emmanuel Vadot
Author: manu Date: Wed Mar 4 21:20:15 2020 New Revision: 358648 URL: https://svnweb.freebsd.org/changeset/base/358648 Log: MFC r356148-r356149, r356277 r356148: arm64: rockchip: rk808: Add remaining regulators The RK808 driver was missing the LDO and switch regulators. Add

svn commit: r358651 - in stable/12/sys: arm64/conf arm64/rockchip arm64/rockchip/clk conf

2020-03-04 Thread Emmanuel Vadot
Author: manu Date: Wed Mar 4 21:30:55 2020 New Revision: 358651 URL: https://svnweb.freebsd.org/changeset/base/358651 Log: MFC r356808: arm64: rockchip: Add RK3399 PWM driver Add a driver for the pwm controller in the RK3399 SoC Submitted by: bdragon (original version)

svn commit: r358652 - in head: contrib/ntp contrib/ntp/html contrib/ntp/html/drivers contrib/ntp/include contrib/ntp/libntp contrib/ntp/libparse contrib/ntp/ntpd contrib/ntp/ntpdate contrib/ntp/ntp...

2020-03-04 Thread Cy Schubert
Author: cy Date: Wed Mar 4 21:45:12 2020 New Revision: 358652 URL: https://svnweb.freebsd.org/changeset/base/358652 Log: MFV r358616: Update ntp-4.2.8p13 --> 4.2.8p14. The advisory can be found at: http://support.ntp.org/bin/view/Main/SecurityNotice#\

svn commit: r358657 - in head: share/man/man4 sys/netgraph

2020-03-04 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 4 22:32:40 2020 New Revision: 358657 URL: https://svnweb.freebsd.org/changeset/base/358657 Log: Fix spelling of "dropped". Submitted by: Lutz Donnerhacke Differential Revision:https://reviews.freebsd.org/D23954 Modified:

svn commit: r358660 - stable/11/contrib/ntp/ntpd

2020-03-04 Thread Cy Schubert
Author: cy Date: Thu Mar 5 00:18:09 2020 New Revision: 358660 URL: https://svnweb.freebsd.org/changeset/base/358660 Log: This is a direct commit to stable/11: Stack gap is not supported on stable/11. Modified: stable/11/contrib/ntp/ntpd/ntpd.c Modified:

svn commit: r358640 - in stable/12/sys: arm64/conf arm64/rockchip conf

2020-03-04 Thread Emmanuel Vadot
Author: manu Date: Wed Mar 4 20:43:29 2020 New Revision: 358640 URL: https://svnweb.freebsd.org/changeset/base/358640 Log: MFC r349638, r350161, r351186 r349638 by ganbold: Subclass Rockchip's General Register Files driver from Simple MFD driver. r350161 by ganbold: Add driver

svn commit: r358645 - in stable/12/sys: arm64/rockchip arm64/rockchip/clk conf

2020-03-04 Thread Emmanuel Vadot
Author: manu Date: Wed Mar 4 21:04:57 2020 New Revision: 358645 URL: https://svnweb.freebsd.org/changeset/base/358645 Log: MFC r355173, r355190-r355191 r355173 by mmel: Add driver for temperature sensors found in RK32898, RK3328 and RK3399 SoC's. Reviewed by: manu Differential

svn commit: r358647 - in stable/12/sys/arm64/rockchip: . clk

2020-03-04 Thread Emmanuel Vadot
Author: manu Date: Wed Mar 4 21:12:08 2020 New Revision: 358647 URL: https://svnweb.freebsd.org/changeset/base/358647 Log: MFC r355624, r355852-r355853 r355624: arm64: rk3328: Add the *clk_peri_niu clocks Those clocks are always enable by default and are not really explained in

svn commit: r358658 - head

2020-03-04 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 4 23:49:20 2020 New Revision: 358658 URL: https://svnweb.freebsd.org/changeset/base/358658 Log: Add a missing bktr header. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

Re: svn commit: r346018 - head/sys/conf

2020-03-04 Thread Warner Losh
On Wed, Mar 4, 2020 at 10:27 PM Alan Somers wrote: > On Sun, Apr 7, 2019 at 12:40 PM Warner Losh wrote: > >> Author: imp >> Date: Sun Apr 7 18:39:55 2019 >> New Revision: 346018 >> URL: https://svnweb.freebsd.org/changeset/base/346018 >> >> Log: >> Use default shell assignment rather more

svn commit: r358661 - stable/12/sys/conf

2020-03-04 Thread Warner Losh
Author: imp Date: Thu Mar 5 06:19:21 2020 New Revision: 358661 URL: https://svnweb.freebsd.org/changeset/base/358661 Log: MFC: r346018 | imp | 2019-04-07 12:39:55 -0600 (Sun, 07 Apr 2019) | 6 lines Use default shell assignment rather more complicated if then construct.

svn commit: r358666 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2020-03-04 Thread Cy Schubert
Author: cy Date: Thu Mar 5 06:38:03 2020 New Revision: 358666 URL: https://svnweb.freebsd.org/changeset/base/358666 Log: MFC r358560: Retire macros: BSD_GE_YEAR BSD_GT_YEAR BSD_LT_YEAR Modified: stable/11/sys/contrib/ipfilter/netinet/ip_compat.h

svn commit: r358666 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2020-03-04 Thread Cy Schubert
Author: cy Date: Thu Mar 5 06:38:03 2020 New Revision: 358666 URL: https://svnweb.freebsd.org/changeset/base/358666 Log: MFC r358560: Retire macros: BSD_GE_YEAR BSD_GT_YEAR BSD_LT_YEAR Modified: stable/12/sys/contrib/ipfilter/netinet/ip_compat.h

svn commit: r358665 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2020-03-04 Thread Cy Schubert
Author: cy Date: Thu Mar 5 06:36:23 2020 New Revision: 358665 URL: https://svnweb.freebsd.org/changeset/base/358665 Log: MFC r358559: Remove the now unused FREEBSD_GE_REV, FREEBSD_GT_REV, and FREEBSD_LT_REV macros. Modified: stable/12/sys/contrib/ipfilter/netinet/ip_compat.h

svn commit: r358665 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2020-03-04 Thread Cy Schubert
Author: cy Date: Thu Mar 5 06:36:23 2020 New Revision: 358665 URL: https://svnweb.freebsd.org/changeset/base/358665 Log: MFC r358559: Remove the now unused FREEBSD_GE_REV, FREEBSD_GT_REV, and FREEBSD_LT_REV macros. Modified: stable/11/sys/contrib/ipfilter/netinet/ip_compat.h

svn commit: r358662 - head/sys/cam

2020-03-04 Thread Warner Losh
Author: imp Date: Thu Mar 5 06:20:17 2020 New Revision: 358662 URL: https://svnweb.freebsd.org/changeset/base/358662 Log: xpt_async is submitting a CCB, not finishing it up, so use xpt_action() instead of xpt_done(). Add the missing XPT_ASYNC case to xpt_action_default. xpt_async wants to

svn commit: r358663 - head/sys/cam

2020-03-04 Thread Warner Losh
Author: imp Date: Thu Mar 5 06:21:00 2020 New Revision: 358663 URL: https://svnweb.freebsd.org/changeset/base/358663 Log: All paths lead to xpt_done, so move it after the switch. Modified: head/sys/cam/cam_xpt.c Modified: head/sys/cam/cam_xpt.c

svn commit: r358664 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2020-03-04 Thread Cy Schubert
Author: cy Date: Thu Mar 5 06:35:05 2020 New Revision: 358664 URL: https://svnweb.freebsd.org/changeset/base/358664 Log: MFC r358558: Continuing the effort started in r343701, #ifdef cleanup, checking for __FreeBSD_version > 3.0 and 5.0 is redundant. Modified:

svn commit: r358664 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

2020-03-04 Thread Cy Schubert
Author: cy Date: Thu Mar 5 06:35:05 2020 New Revision: 358664 URL: https://svnweb.freebsd.org/changeset/base/358664 Log: MFC r358558: Continuing the effort started in r343701, #ifdef cleanup, checking for __FreeBSD_version > 3.0 and 5.0 is redundant. Modified:

svn commit: r358610 - in stable/12/usr.bin/diff: . tests

2020-03-04 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 4 11:28:49 2020 New Revision: 358610 URL: https://svnweb.freebsd.org/changeset/base/358610 Log: MFC r357648: diff: implement -y (--side-by-side) along with -W and --suppress-common-lines PR: 219933 Submitted by: fehmi noyan isi Modified:

Re: svn commit: r358439 - head/sys/amd64/include

2020-03-04 Thread Guido Falsi
On 02/03/20 18:13, Ryan Libby wrote: > On Mon, Mar 2, 2020 at 12:45 AM Alexander V. Chernikov > wrote: >> >> 28.02.2020, 18:32, "Ryan Libby" : >>> Author: rlibby >>> Date: Fri Feb 28 18:32:36 2020 >>> New Revision: 358439 >>> URL: https://svnweb.freebsd.org/changeset/base/358439 >>> >>> Log: >>>

svn commit: r358611 - stable/12/share/misc

2020-03-04 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 4 11:30:08 2020 New Revision: 358611 URL: https://svnweb.freebsd.org/changeset/base/358611 Log: MFC r358378: Update pci_vendors to 2020.02.22 Modified: stable/12/share/misc/pci_vendors Directory Properties: stable/12/ (props changed) Modified:

svn commit: r358612 - stable/11/share/misc

2020-03-04 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 4 11:32:31 2020 New Revision: 358612 URL: https://svnweb.freebsd.org/changeset/base/358612 Log: MFC r358378: Update pci_vendors to 2020.02.22 Modified: stable/11/share/misc/pci_vendors Directory Properties: stable/11/ (props changed) Modified:

Re: svn commit: r358562 - in head: . share/man/man5 share/man/man7 tools/build/options tools/tools/nanobsd/dhcpd tools/tools/nanobsd/embedded usr.bin usr.bin/calendar usr.bin/calendar/calendars usr.bi

2020-03-04 Thread Gordon Bergling
Thanks for the revert. I handcrafted https://reviews.freebsd.org/D23581 a while ago, and this took me two days. Gordon > Am 03.03.2020 um 01:20 schrieb Conrad Meyer : > > Author: cem > Date: Tue Mar 3 00:20:08 2020 > New Revision: 358562 > URL:

svn commit: r358609 - head/sys/dev/usb/input

2020-03-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 4 09:46:42 2020 New Revision: 358609 URL: https://svnweb.freebsd.org/changeset/base/358609 Log: Restart the USB keyboard repeat timer at every valid key-press. This fixes a regression issue after r357861. Reported by: James Wright PR: 224592 PR: