svn commit: r368293 - head/sys/kern

2020-12-02 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Dec 3 05:39:27 2020 New Revision: 368293 URL: https://svnweb.freebsd.org/changeset/base/368293 Log: Add support for hw.physmem tunable for ARM/ARM64/RISC-V platforms hw.physmem tunable allows to limit number of physical memory available to the system. It's

svn commit: r368259 - head/sys/dev/acpica

2020-12-01 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Dec 1 20:27:06 2020 New Revision: 368259 URL: https://svnweb.freebsd.org/changeset/base/368259 Log: [arm64] Parse ACPI _PXM property on ARM64 platform Enable devices' NUMA proximity infromation parsing on ARM64 systems Sponsored by: Ampere Computing

svn commit: r368258 - head/sys/arm64/include

2020-12-01 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Dec 1 20:10:55 2020 New Revision: 368258 URL: https://svnweb.freebsd.org/changeset/base/368258 Log: [arm64] Bump MAXMEMDOM value to 8 to match amd64 On some of the server-grade ARM64 machines the number of NUMA domains is higher than 2. When booting GENERIC

svn commit: r366924 - head/sys/arm64/include

2020-10-21 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Oct 22 05:07:25 2020 New Revision: 366924 URL: https://svnweb.freebsd.org/changeset/base/366924 Log: [hwpmc] Fix call chain capture for ARM64 Use ELR register value instead of LR for PMC_TRAPFRAME_TO_PC macro since it's the former that indicates PC if the

svn commit: r366923 - head/sys/crypto/armv8

2020-10-21 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Oct 22 04:49:14 2020 New Revision: 366923 URL: https://svnweb.freebsd.org/changeset/base/366923 Log: [armv8crypto] Fix cryptodev probe logic in armv8crypto Add missing break to prevent falling through to the default case statement and returning EINVAL for all

svn commit: r365425 - stable/12/release/tools

2020-09-07 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Sep 7 18:47:25 2020 New Revision: 365425 URL: https://svnweb.freebsd.org/changeset/base/365425 Log: Revert r364939 and add a stable/12 approach for populating the ESP make_esp_file is not available in stable/12 so r364939 broke VM-related targets. Revert

Re: svn commit: r364098 - head/sys/dev/dwc

2020-09-06 Thread Oleksandr Tymoshenko
Li-Wen Hsu (lw...@freebsd.org) wrote: > Author: lwhsu > Date: Tue Aug 11 05:17:10 2020 > New Revision: 364098 > URL: https://svnweb.freebsd.org/changeset/base/364098 > > Log: > Fix armv{6,7} build after r364088 > > Sponsored by: The FreeBSD Foundation I overlooked this change when

svn commit: r365390 - stable/12/sys/dev/dwc

2020-09-06 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Sep 6 20:03:13 2020 New Revision: 365390 URL: https://svnweb.freebsd.org/changeset/base/365390 Log: MFC r364098 by lwhsu: Fix armv{6,7} build after r364088 Sponsored by: The FreeBSD Foundation Modified: stable/12/sys/dev/dwc/if_dwc.c Directory Properties:

svn commit: r365388 - in stable/12/sys: arm64/rockchip dev/dwc

2020-09-06 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Sep 6 19:03:19 2020 New Revision: 365388 URL: https://svnweb.freebsd.org/changeset/base/365388 Log: MFC r362736, r364088 r362736: Configure rx_delay/tx_delay values for RK3399/RK3328 GMAC For 1000Mb mode to work reliably TX/RX delays need to be configured

svn commit: r365387 - in stable/12/sys: arm/allwinner arm/amlogic/aml8726 arm64/rockchip dev/altera/dwc dev/dwc

2020-09-06 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Sep 6 18:48:50 2020 New Revision: 365387 URL: https://svnweb.freebsd.org/changeset/base/365387 Log: MFC r360467, r362399, r362405, r362415 r360467 by mmel: Fix style(9). Strip write only variables. Not a functional change. r362399 by mmel: Use naming

svn commit: r365386 - stable/12/sys/dev/dwc

2020-09-06 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Sep 6 18:27:36 2020 New Revision: 365386 URL: https://svnweb.freebsd.org/changeset/base/365386 Log: MFC r353843 by glebius: Convert to if_foreach_llmaddr() KPI. Modified: stable/12/sys/dev/dwc/if_dwc.c Directory Properties: stable/12/ (props changed)

svn commit: r365385 - in stable/12/sys: arm64/conf conf dev/altera/dwc

2020-09-06 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Sep 6 18:25:50 2020 New Revision: 365385 URL: https://svnweb.freebsd.org/changeset/base/365385 Log: MFC r350418 by br: Add glue driver for Altera SOCFPGA Ethernet MAC (EMAC) found in Terasic DE10-Pro (an Intel Stratix 10 GX/SX FPGA Development Kit). The

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

2020-09-06 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Sep 6 18:20:25 2020 New Revision: 365384 URL: https://svnweb.freebsd.org/changeset/base/365384 Log: MFC r353419: Provide new KPI for network drivers to access lists of interface addresses. The KPI doesn't reveal neither how addresses are stored, how the access

svn commit: r365322 - stable/12/sys/dev/extres/clk

2020-09-03 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Sep 4 00:25:02 2020 New Revision: 365322 URL: https://svnweb.freebsd.org/changeset/base/365322 Log: MFC r363122: Assigned clocks: fix off-by-one bug, don't leak allocated memory. MFC after: 1 week Modified: stable/12/sys/dev/extres/clk/clk.c Directory

Re: svn commit: r353419 - head/sys/net

2020-09-03 Thread Oleksandr Tymoshenko
Gleb Smirnoff (gleb...@freebsd.org) wrote: > On Fri, Aug 28, 2020 at 02:31:30PM -0700, Oleksandr Tymoshenko wrote: > O> Gleb Smirnoff (gleb...@freebsd.org) wrote: > O> > Author: glebius > O> > Date: Thu Oct 10 23:42:55 2019 > O> > New Revision: 353419 &g

Re: svn commit: r353419 - head/sys/net

2020-08-28 Thread Oleksandr Tymoshenko
Gleb Smirnoff (gleb...@freebsd.org) wrote: > Author: glebius > Date: Thu Oct 10 23:42:55 2019 > New Revision: 353419 > URL: https://svnweb.freebsd.org/changeset/base/353419 > > Log: > Provide new KPI for network drivers to access lists of interface > addresses. The KPI doesn't reveal neither

svn commit: r364939 - stable/12/release/tools

2020-08-28 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Aug 28 20:37:57 2020 New Revision: 364939 URL: https://svnweb.freebsd.org/changeset/base/364939 Log: MFC r363187: Enable EFI system partition on amd64 and i386 VM images EFI support is a hard requirement for generating Hyper-V Gen2 VM images. Reviewed by:

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

2020-08-28 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Aug 28 20:25:03 2020 New Revision: 364938 URL: https://svnweb.freebsd.org/changeset/base/364938 Log: MFC r357250, r363926-r363927 r357250 (by ganbold@): Add USB3 related clock definitions for Rockchip RK3328 SoC. Reviewed by: manu r363926: Add flag

Re: svn commit: r364222 - in head: lib/liblua libexec/flua

2020-08-13 Thread Oleksandr Tymoshenko
Ed Maste (ema...@freebsd.org) wrote: > Author: emaste > Date: Thu Aug 13 23:13:05 2020 > New Revision: 364222 > URL: https://svnweb.freebsd.org/changeset/base/364222 > > Log: > flua: support "require" for binary objects in the base system > > Export symbols from flua, and enable dlopen. >

svn commit: r364088 - in head/sys: arm64/rockchip dev/dwc

2020-08-10 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Aug 10 19:37:06 2020 New Revision: 364088 URL: https://svnweb.freebsd.org/changeset/base/364088 Log: Improve Rockchip's integration of if_dwc - Do not rely on U-Boot for clocks configuration, enable and set frequencies in the driver's attach method. - Adjust

svn commit: r363927 - head/sys/arm64/rockchip/clk

2020-08-05 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Aug 5 18:22:24 2020 New Revision: 363927 URL: https://svnweb.freebsd.org/changeset/base/363927 Log: Add clocks for ethernet controllers on RK3328 Reviewed by: manu Differential Revision:https://reviews.freebsd.org/D25918 Modified:

svn commit: r363926 - head/sys/arm64/rockchip/clk

2020-08-05 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Aug 5 18:21:22 2020 New Revision: 363926 URL: https://svnweb.freebsd.org/changeset/base/363926 Log: Add flag for SYSCON-controlled clocks on Rockhip platform Ethernet clocks on RK3328 are controlled by SYSCON registers, so add RK_CLK_COMPOSITE_GRF flag to

svn commit: r363190 - stable/11/usr.bin/mkimg

2020-07-14 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Jul 14 18:31:15 2020 New Revision: 363190 URL: https://svnweb.freebsd.org/changeset/base/363190 Log: MFC r363140: Fix invalid VHDX generation for image larger than 4Gb - Part of BAT payload location was lost due to invalid BAT entry encoding type (32 bits

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

2020-07-14 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Jul 14 18:31:00 2020 New Revision: 363189 URL: https://svnweb.freebsd.org/changeset/base/363189 Log: MFC r363140: Fix invalid VHDX generation for image larger than 4Gb - Part of BAT payload location was lost due to invalid BAT entry encoding type (32 bits

svn commit: r363187 - head/release/tools

2020-07-14 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Jul 14 18:02:24 2020 New Revision: 363187 URL: https://svnweb.freebsd.org/changeset/base/363187 Log: Enable EFI system partition on amd64 and i386 VM images EFI support is a hard requirement for generating Hyper-V Gen2 VM images. Reviewed by: gjb MFC after:

svn commit: r363186 - stable/11/contrib/ldns/drill

2020-07-14 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Jul 14 17:46:40 2020 New Revision: 363186 URL: https://svnweb.freebsd.org/changeset/base/363186 Log: MFC r362516: Fix crash in drill(1) when IP has two subsequent dots Cherry-pick crash fix from the upstream repo PR: 226575 Reported by: Goran

svn commit: r363175 - stable/12/contrib/ldns/drill

2020-07-13 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Jul 14 05:24:07 2020 New Revision: 363175 URL: https://svnweb.freebsd.org/changeset/base/363175 Log: MFC r362516: Fix crash in drill(1) when IP has two subsequent dots Cherry-pick crash fix from the upstream repo PR: 226575 Reported by: Goran

svn commit: r363140 - head/usr.bin/mkimg

2020-07-12 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jul 13 02:24:31 2020 New Revision: 363140 URL: https://svnweb.freebsd.org/changeset/base/363140 Log: Fix invalid VHDX generation for image larger than 4Gb - Part of BAT payload location was lost due to invalid BAT entry encoding type (32 bits instead of 64

Re: svn commit: r362736 - head/sys/arm64/rockchip

2020-07-06 Thread Oleksandr Tymoshenko
Peter Jeremy (pe...@rulingia.com) wrote: > On 2020-Jul-02 17:26:23 -0700, Oleksandr Tymoshenko wrote: > >Could you try kernel with this patch? It's mostly debug output, > >with one possible clock-related fix. > > > >https://people.freebsd.org/~gonzo/patches/rk3328-gmac-

Re: svn commit: r362736 - head/sys/arm64/rockchip

2020-07-02 Thread Oleksandr Tymoshenko
Peter Jeremy (pe...@rulingia.com) wrote: > On 2020-Jul-01 18:57:47 +1000, Peter Jeremy wrote: > >On 2020-Jun-28 21:11:10 +, Oleksandr Tymoshenko > >wrote: > >>Log: > >> Configure rx_delay/tx_delay values for RK3399/RK3328 GMAC > >> > >>

svn commit: r362817 - in head/sys: arm/freescale/imx arm64/conf arm64/freescale arm64/freescale/imx arm64/freescale/imx/clk conf dev/ffec dev/uart modules/dtb/imx8

2020-06-30 Thread Oleksandr Tymoshenko
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * $FreeBSD$ + */ + +#ifndef _IMX_CLK_COMPOSITE_H_ +#define _IMX_CLK_COMPOSITE_H_ + +#include + +struct imx_clk_composite_def { + struct clk

svn commit: r362776 - stable/12/usr.bin/mkimg/tests

2020-06-29 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jun 29 08:14:45 2020 New Revision: 362776 URL: https://svnweb.freebsd.org/changeset/base/362776 Log: MFC r344957: Don't compress and uuencode the "hexdump -C" output files. Just save them with the $FreeBSD$ tag prepended. Changes to these files are now a lot

svn commit: r362775 - stable/12/usr.bin/mkimg/tests

2020-06-29 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jun 29 08:12:01 2020 New Revision: 362775 URL: https://svnweb.freebsd.org/changeset/base/362775 Log: Revert r362772. The proper fix is to merge format change commit from the HEAD Added: stable/12/usr.bin/mkimg/tests/img-1x1-4096-apm.vhdx.hex - copied unchanged

svn commit: r362774 - stable/11/usr.bin/mkimg/tests

2020-06-29 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jun 29 07:50:55 2020 New Revision: 362774 URL: https://svnweb.freebsd.org/changeset/base/362774 Log: MFC r344957: Don't compress and uuencode the "hexdump -C" output files. Just save them with the $FreeBSD$ tag prepended. Changes to these files are now a lot

Re: svn commit: r362767 - in stable/12/usr.bin/mkimg: . tests

2020-06-29 Thread Oleksandr Tymoshenko
Li-Wen Hsu (lw...@freebsd.org) wrote: > On Mon, Jun 29, 2020 at 2:21 PM Oleksandr Tymoshenko > wrote: > > > > Li-Wen Hsu (lw...@freebsd.org) wrote: > > > On Mon, Jun 29, 2020 at 8:36 AM Oleksandr Tymoshenko > > > wrote: > > > > > > &g

Re: svn commit: r362767 - in stable/12/usr.bin/mkimg: . tests

2020-06-29 Thread Oleksandr Tymoshenko
Li-Wen Hsu (lw...@freebsd.org) wrote: > On Mon, Jun 29, 2020 at 8:36 AM Oleksandr Tymoshenko > wrote: > > > > Author: gonzo > > Date: Mon Jun 29 00:34:11 2020 > > New Revision: 362767 > > URL: https://svnweb.freebsd.org/changeset/base/362767 > > >

svn commit: r362772 - stable/12/usr.bin/mkimg/tests

2020-06-29 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jun 29 06:19:39 2020 New Revision: 362772 URL: https://svnweb.freebsd.org/changeset/base/362772 Log: Fix test breakage after r362767 tests in stable/12 use different format for the reference images: .gz.uu instead of .hex Reported by: Li-Wen Hsu Added:

svn commit: r362771 - in stable/11/usr.bin/mkimg: . tests

2020-06-28 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jun 29 05:03:03 2020 New Revision: 362771 URL: https://svnweb.freebsd.org/changeset/base/362771 Log: MFC r361935: Add VHDX support to mkimg(1) VHDX is the successor of Microsoft's VHD file format. It increases maximum capacity of the virtual drive to 64TB and

svn commit: r362767 - in stable/12/usr.bin/mkimg: . tests

2020-06-28 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jun 29 00:34:11 2020 New Revision: 362767 URL: https://svnweb.freebsd.org/changeset/base/362767 Log: MFC r361935: Add VHDX support to mkimg(1) VHDX is the successor of Microsoft's VHD file format. It increases maximum capacity of the virtual drive to 64TB and

svn commit: r362743 - in stable/12/sys: arm/freescale/imx dev/hdmi

2020-06-28 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jun 29 00:28:11 2020 New Revision: 362743 URL: https://svnweb.freebsd.org/changeset/base/362743 Log: MFC r362029-r362030 r362029: Fix reading EDID on TVs/monitors without E-DCC support Writing segment id to I2C device 0x30 only required if the segment is

svn commit: r362736 - head/sys/arm64/rockchip

2020-06-28 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Jun 28 21:11:10 2020 New Revision: 362736 URL: https://svnweb.freebsd.org/changeset/base/362736 Log: Configure rx_delay/tx_delay values for RK3399/RK3328 GMAC For 1000Mb mode to work reliably TX/RX delays need to be configured between the TX/RX clock and the

svn commit: r362516 - head/contrib/ldns/drill

2020-06-22 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jun 22 23:13:14 2020 New Revision: 362516 URL: https://svnweb.freebsd.org/changeset/base/362516 Log: Fix crash in drill(1) when IP has two subsequent dots Cherry-pick crash fix from the upstream repo PR: 226575 Reported by: Goran Mekić Obtained

Re: svn commit: r362029 - head/sys/dev/hdmi

2020-06-11 Thread Oleksandr Tymoshenko
Rodney W. Grimes (free...@gndrsh.dnsmgr.net) wrote: > > Author: gonzo > > Date: Wed Jun 10 21:38:35 2020 > > New Revision: 362029 > > URL: https://svnweb.freebsd.org/changeset/base/362029 > > > > Log: > > Fix reading EDID on TVs/monitors without E-DCC support > > > > Writing segment id to

svn commit: r362030 - head/sys/arm/freescale/imx

2020-06-10 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Jun 10 22:00:31 2020 New Revision: 362030 URL: https://svnweb.freebsd.org/changeset/base/362030 Log: Add mode selection to iMX6 IPU driver - Configure ipu1_di0 tob e sourced from the VIDEO_PLL(PLL5) and hardcode frequency to (45500/3)Mhz. This value, further

svn commit: r362029 - head/sys/dev/hdmi

2020-06-10 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Jun 10 21:38:35 2020 New Revision: 362029 URL: https://svnweb.freebsd.org/changeset/base/362029 Log: Fix reading EDID on TVs/monitors without E-DCC support Writing segment id to I2C device 0x30 only required if the segment is non-zero. On the devices without E-DCC

svn commit: r361935 - in head/usr.bin/mkimg: . tests

2020-06-08 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jun 8 20:28:32 2020 New Revision: 361935 URL: https://svnweb.freebsd.org/changeset/base/361935 Log: Add VHDX support to mkimg(1) VHDX is the successor of Microsoft's VHD file format. It increases maximum capacity of the virtual drive to 64TB and introduces

svn commit: r361899 - stable/12/sys/arm/broadcom/bcm2835

2020-06-07 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jun 8 00:20:15 2020 New Revision: 361899 URL: https://svnweb.freebsd.org/changeset/base/361899 Log: MFC r352028: [rpi] Inherit framebuffer BPP value from the VideoCore firmware Instead of using hardcoded bpp of 24, obtain current/configured value from

Re: svn commit: r361796 - head/sys/dts/arm64/overlays

2020-06-04 Thread Oleksandr Tymoshenko
Oleksandr Tymoshenko (go...@freebsd.org) wrote: > Author: gonzo > Date: Thu Jun 4 17:20:58 2020 > New Revision: 361796 > URL: https://svnweb.freebsd.org/changeset/base/361796 > > Log: > Remove licenses > > I haven't requested explicit permission from authors a

svn commit: r361796 - head/sys/dts/arm64/overlays

2020-06-04 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Jun 4 17:20:58 2020 New Revision: 361796 URL: https://svnweb.freebsd.org/changeset/base/361796 Log: Remove licenses I haven't requested explicit permission from authors and shouldn't have added BSDL headers without it. Requestes by: imp Modified:

svn commit: r361782 - head/sys/dts/arm64/overlays

2020-06-03 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Jun 4 02:36:41 2020 New Revision: 361782 URL: https://svnweb.freebsd.org/changeset/base/361782 Log: Add copyright headers to spigen overlays for rpi3 and rpi4 Reported by: Rodney W. Grimes (for rpi4) Modified: head/sys/dts/arm64/overlays/spigen-rpi3.dtso

Re: svn commit: r361775 - in head/sys: dts/arm64/overlays modules/dtb/rpi

2020-06-03 Thread Oleksandr Tymoshenko
Rodney W. Grimes (free...@gndrsh.dnsmgr.net) wrote: > [ Charset UTF-8 unsupported, converting... ] > > Author: gonzo > > Date: Wed Jun 3 22:18:15 2020 > > New Revision: 361775 > > URL: https://svnweb.freebsd.org/changeset/base/361775 > > > > Log: > > Add spigen overlay for Raspberry Pi 4 > >

svn commit: r361775 - in head/sys: dts/arm64/overlays modules/dtb/rpi

2020-06-03 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Jun 3 22:18:15 2020 New Revision: 361775 URL: https://svnweb.freebsd.org/changeset/base/361775 Log: Add spigen overlay for Raspberry Pi 4 Submitted by: gergely.czu...@harmless.hu Added: head/sys/dts/arm64/overlays/spigen-rpi4.dtso (contents, props changed)

svn commit: r361771 - head/sys/modules/dtb/rockchip

2020-06-03 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Jun 3 21:19:57 2020 New Revision: 361771 URL: https://svnweb.freebsd.org/changeset/base/361771 Log: Add dtb for Firefly RK3399 to the list of Rockchip dtbs Modified: head/sys/modules/dtb/rockchip/Makefile Modified: head/sys/modules/dtb/rockchip/Makefile

svn commit: r359783 - in stable/11/usr.bin/calendar: . calendars tests

2020-04-10 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Apr 10 22:18:30 2020 New Revision: 359783 URL: https://svnweb.freebsd.org/changeset/base/359783 Log: MFC r359585, r359587 r359585: Fix calculation of the recurring weekdays Both the result of the first_dayofweek_of_year and the target weekday are zero-based

svn commit: r359782 - in stable/12/usr.bin/calendar: . calendars tests

2020-04-10 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Apr 10 22:18:13 2020 New Revision: 359782 URL: https://svnweb.freebsd.org/changeset/base/359782 Log: MFC r359585, r359587 r359585: Fix calculation of the recurring weekdays Both the result of the first_dayofweek_of_year and the target weekday are zero-based

svn commit: r359587 - head/usr.bin/calendar/calendars

2020-04-02 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Apr 3 02:39:46 2020 New Revision: 359587 URL: https://svnweb.freebsd.org/changeset/base/359587 Log: Remove hardcoded US Election Day from calendar.usholiday calendar(1) syntax is not capable of representing the rules for the US Election Day. The hardcoded date

svn commit: r359585 - in head/usr.bin/calendar: . tests

2020-04-02 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Apr 3 01:17:43 2020 New Revision: 359585 URL: https://svnweb.freebsd.org/changeset/base/359585 Log: Fix calculation of the recurring weekdays Both the result of the first_dayofweek_of_year and the target weekday are zero-based (0 fo sunday) while the target

svn commit: r359114 - stable/11/sys/dev/sound/pci/hda

2020-03-18 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Mar 19 02:22:08 2020 New Revision: 359114 URL: https://svnweb.freebsd.org/changeset/base/359114 Log: MFC r352775-r352776 r352775: snd_hda: Add Intel Cannon Lake support Add PCI ids for Intel Cannon Lake PCH Tested on:HP Spectre x360 13-p0043dx PR:

svn commit: r359113 - stable/12/sys/dev/sound/pci/hda

2020-03-18 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Mar 19 01:50:24 2020 New Revision: 359113 URL: https://svnweb.freebsd.org/changeset/base/359113 Log: MFC r352775-r352776 r352775: snd_hda: Add Intel Cannon Lake support Add PCI ids for Intel Cannon Lake PCH Tested on:HP Spectre x360 13-p0043dx PR:

svn commit: r354100 - head/sys/arm64/rockchip/clk

2019-10-25 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Oct 25 21:21:21 2019 New Revision: 354100 URL: https://svnweb.freebsd.org/changeset/base/354100 Log: arm64: rk3399: Add clock and gate for SPI clocks MFC after:1 month Modified: head/sys/arm64/rockchip/clk/rk3399_cru.c Modified:

svn commit: r354103 - in head/sys: arm64/conf arm64/rockchip conf

2019-10-25 Thread Oleksandr Tymoshenko
== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/arm64/rockchip/rk_spi.cFri Oct 25 21:38:38 2019 (r354103) @@ -0,0 +1,483 @@ +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2019 Oleksandr Tymoshenko

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

2019-09-26 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Sep 26 21:04:36 2019 New Revision: 352776 URL: https://svnweb.freebsd.org/changeset/base/352776 Log: snd_hda: Add Intel Cannon Lake support Add missing header change ommitted in r352775 MFC after:2 weeks X-MFC-with: 352775 Modified:

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

2019-09-26 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Sep 26 21:02:21 2019 New Revision: 352775 URL: https://svnweb.freebsd.org/changeset/base/352775 Log: snd_hda: Add Intel Cannon Lake support Add PCI ids for Intel Cannon Lake PCH Tested on:HP Spectre x360 13-p0043dx PR: 240574 Submitted by:

svn commit: r352028 - head/sys/arm/broadcom/bcm2835

2019-09-08 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Sep 8 09:47:21 2019 New Revision: 352028 URL: https://svnweb.freebsd.org/changeset/base/352028 Log: [rpi] Inherit framebuffer BPP value from the VideoCore firmware Instead of using hardcoded bpp of 24, obtain current/configured value from VideoCore. This solves

Re: svn commit: r351616 - head/sys/dev/usb/net

2019-09-02 Thread Oleksandr Tymoshenko
Hans Petter Selasky (h...@selasky.org) wrote: > On 2019-09-02 02:29, Oleksandr Tymoshenko wrote: > > Gleb Smirnoff (gleb...@freebsd.org) wrote: > >> Author: glebius > >> Date: Fri Aug 30 00:05:04 2019 > >> New Revision: 351616 > >> URL: htt

Re: svn commit: r351616 - head/sys/dev/usb/net

2019-09-01 Thread Oleksandr Tymoshenko
Gleb Smirnoff (gleb...@freebsd.org) wrote: > Author: glebius > Date: Fri Aug 30 00:05:04 2019 > New Revision: 351616 > URL: https://svnweb.freebsd.org/changeset/base/351616 > > Log: > Use mbuf queue instead of ifqueue in USB network drivers. Hi Gleb, This change broke NFS root on RPi. I

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

2019-05-15 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu May 16 00:53:54 2019 New Revision: 347637 URL: https://svnweb.freebsd.org/changeset/base/347637 Log: MFC r345550: Change default value of kern.bootfile to reflect reality In most cases kernel.bootfile is populated from the information provided by loader(8).

svn commit: r347636 - stable/11/sys/dev/acpi_support

2019-05-15 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu May 16 00:51:30 2019 New Revision: 347636 URL: https://svnweb.freebsd.org/changeset/base/347636 Log: MFC r346647: [acpi_ibm] Add support for newer Thinkpad models Add support for newer Thinkpad models with id LEN0268. Was tested on Thinkpad T480 and ThinkPad

svn commit: r347634 - stable/12/sys/dev/acpi_support

2019-05-15 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed May 15 21:52:43 2019 New Revision: 347634 URL: https://svnweb.freebsd.org/changeset/base/347634 Log: MFC r346647: [acpi_ibm] Add support for newer Thinkpad models Add support for newer Thinkpad models with id LEN0268. Was tested on Thinkpad T480 and ThinkPad

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

2019-05-15 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed May 15 18:56:42 2019 New Revision: 347629 URL: https://svnweb.freebsd.org/changeset/base/347629 Log: MFC r345550: Change default value of kern.bootfile to reflect reality In most cases kernel.bootfile is populated from the information provided by loader(8).

svn commit: r346656 - stable/11/sys/compat/ndis

2019-04-24 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Apr 25 00:58:11 2019 New Revision: 346656 URL: https://svnweb.freebsd.org/changeset/base/346656 Log: MFC r343298: [ndis] Fix unregistered use of FPU by NDIS in kernel on amd64 amd64 miniport drivers are allowed to use FPU which triggers "Unregistered use of

svn commit: r346655 - in stable/11/sys/dev/usb: . quirk

2019-04-24 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Apr 25 00:56:11 2019 New Revision: 346655 URL: https://svnweb.freebsd.org/changeset/base/346655 Log: MFC r343224, r343533 r343224: Add KBD_BOOTPROTO quirk for Logitech G510s USB keyboard PR: 232136 Submitted by: dgilb...@eicat.ca r343533:

svn commit: r346647 - head/sys/dev/acpi_support

2019-04-24 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Apr 24 23:10:19 2019 New Revision: 346647 URL: https://svnweb.freebsd.org/changeset/base/346647 Log: [acpi_ibm] Add support for newer Thinkpad models Add support for newer Thinkpad models with id LEN0268. Was tested on Thinkpad T480 and ThinkPad X1 Yoga 2nd gen.

svn commit: r345550 - head/sys/kern

2019-03-26 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Mar 26 18:03:18 2019 New Revision: 345550 URL: https://svnweb.freebsd.org/changeset/base/345550 Log: Change default value of kern.bootfile to reflect reality In most cases kernel.bootfile is populated from the information provided by loader(8). There are certain

svn commit: r345463 - stable/12/share/examples/kld/dyn_sysctl

2019-03-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Mar 23 23:44:40 2019 New Revision: 345463 URL: https://svnweb.freebsd.org/changeset/base/345463 Log: MFC r345220: Fix build for KLD dyn_sysctl example Looks like the example was broken by change of SYSCTL_STATIC_CHILDREN definition in r267992. Fix build by

svn commit: r345462 - stable/12/sys/dev/beri/virtio

2019-03-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Mar 23 23:43:33 2019 New Revision: 345462 URL: https://svnweb.freebsd.org/changeset/base/345462 Log: MFC r343998: Fix off-by-one error in BERI virtio driver The hardcoded ident is exactly 20 bytes long but sprintf adds terminating zero, so there is one byte

svn commit: r345459 - stable/12/sys/compat/ndis

2019-03-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Mar 23 22:44:11 2019 New Revision: 345459 URL: https://svnweb.freebsd.org/changeset/base/345459 Log: MFC r343298: [ndis] Fix unregistered use of FPU by NDIS in kernel on amd64 amd64 miniport drivers are allowed to use FPU which triggers "Unregistered use of

svn commit: r345220 - head/share/examples/kld/dyn_sysctl

2019-03-16 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Mar 16 04:24:02 2019 New Revision: 345220 URL: https://svnweb.freebsd.org/changeset/base/345220 Log: Fix build for KLD dyn_sysctl example Looks like the example was broken by change of SYSCTL_STATIC_CHILDREN definition in r267992. Fix build by switching to using

svn commit: r344001 - stable/12/usr.bin/calendar/calendars/de_AT.ISO_8859-15

2019-02-11 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Feb 11 08:55:38 2019 New Revision: 344001 URL: https://svnweb.freebsd.org/changeset/base/344001 Log: MFC r343560: calendar(1): Fix Aschermittwoch date for Austrian calendar PR: 165516 Submitted by: j...@berklix.com Modified:

svn commit: r344000 - stable/12/sys/fs/smbfs

2019-02-11 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Feb 11 08:52:48 2019 New Revision: 344000 URL: https://svnweb.freebsd.org/changeset/base/344000 Log: MFC r343209: [smbfs] Allow semicolon in mounts that support long names Semicolon is a legal character in long names but not in 8.3 format. Move it to

svn commit: r343999 - in stable/12: sbin/ifconfig sys/net80211

2019-02-11 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Feb 11 08:49:56 2019 New Revision: 343999 URL: https://svnweb.freebsd.org/changeset/base/343999 Log: MFC r343204: [ifconfig] Print more WPS attributes in verbose "list scan" output - Move WPS related defines to dedicated file - Add handlers for more WPS

svn commit: r343998 - head/sys/dev/beri/virtio

2019-02-10 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Feb 11 07:42:32 2019 New Revision: 343998 URL: https://svnweb.freebsd.org/changeset/base/343998 Log: Fix off-by-one error in BERI virtio driver The hardcoded ident is exactly 20 bytes long but sprintf adds terminating zero, so there is one byte written out of

svn commit: r343741 - stable/12/usr.bin/find

2019-02-04 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Feb 4 10:25:29 2019 New Revision: 343741 URL: https://svnweb.freebsd.org/changeset/base/343741 Log: MFC r343516: Fix whiteout support in find(1) find(1) ignores -type w passed to it. With this patch find(1) properly identifies and prints whiteouts. PR:

svn commit: r343740 - stable/12/sys/dev/bhnd/cores/pmu

2019-02-04 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Feb 4 10:24:57 2019 New Revision: 343740 URL: https://svnweb.freebsd.org/changeset/base/343740 Log: MFC r343458: Fix format/arg mismatch USe correct format for int arguments PR: 229549 Submitted by: David Binderman Modified:

svn commit: r343739 - stable/12/tools/tools/tinybsd

2019-02-04 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Feb 4 10:24:16 2019 New Revision: 343739 URL: https://svnweb.freebsd.org/changeset/base/343739 Log: MFC r343391: Fix prompt for MFSROOT in tinybsd tinybsd offers two choices when prompting user for MFSROOT: 'YES' and 'NO'. Script logic only handles 'yes'.

svn commit: r343738 - stable/12/sys/dev/aic7xxx

2019-02-04 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Feb 4 10:20:48 2019 New Revision: 343738 URL: https://svnweb.freebsd.org/changeset/base/343738 Log: MFC r343170: [aic7xxx] Use correct product name 29320LPE instead of non-existent 39320LPE The PCI id belongs to Adaptec 29320LPE controller. The same fix also

svn commit: r343737 - in stable/12/sys/dev/usb: . quirk

2019-02-04 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Feb 4 10:19:27 2019 New Revision: 343737 URL: https://svnweb.freebsd.org/changeset/base/343737 Log: MFC r343224, r343533 r343224: Add KBD_BOOTPROTO quirk for Logitech G510s USB keyboard PR: 232136 Submitted by: dgilb...@eicat.ca r343533:

svn commit: r343726 - in stable/12/sys/dev/usb: . quirk

2019-02-03 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Feb 3 22:49:01 2019 New Revision: 343726 URL: https://svnweb.freebsd.org/changeset/base/343726 Log: MFC r343156: [usb] Add HID_IGNORE quirks for multiple UPS devices Without HID_IGNORE quirk enabled these models appear in the system as a uhid devices while

svn commit: r343725 - stable/12/sys/cam/ata

2019-02-03 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Feb 3 22:45:50 2019 New Revision: 343725 URL: https://svnweb.freebsd.org/changeset/base/343725 Log: MFC r343129: [ata] Add workaround for KingDian S200 SSD crash on receiving TRIM command - Add ADA_Q_NO_TRIM quirk to be used with the device that falsely

svn commit: r343722 - stable/12/usr.bin/compress

2019-02-03 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Feb 3 21:18:46 2019 New Revision: 343722 URL: https://svnweb.freebsd.org/changeset/base/343722 Log: MFC r343127: Fix descriptor/memory leak in compress(1) code This is mostly a style fix since the code in question is not called multiple times and doesn't

svn commit: r343721 - in stable/12/sys/dev/usb: . quirk

2019-02-03 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Feb 3 21:17:26 2019 New Revision: 343721 URL: https://svnweb.freebsd.org/changeset/base/343721 Log: MFC r343106: [usb] Add quirk for SmartG2 USB memory key PR: 167001 Submitted by: Daan Vreeken [PA4DAN] Modified:

svn commit: r343717 - stable/12/sys/dev/drm

2019-02-03 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Feb 3 14:56:38 2019 New Revision: 343717 URL: https://svnweb.freebsd.org/changeset/base/343717 Log: MFC r343060: [drm] Fix off-by-one error when accessing driver-specific ioctl handlers array PR: 231513 Submitted by: Young_X Approved by: imp

svn commit: r343716 - stable/12/sys/dev/led

2019-02-03 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Feb 3 14:55:21 2019 New Revision: 343716 URL: https://svnweb.freebsd.org/changeset/base/343716 Log: MFC r343029: [led] propagate error from set_led() to the caller Do not lose error condition by always returning 0 from set_led. None of the calls to set_led

svn commit: r343718 - in stable/12/sys: arm64/conf dts/arm/overlays dts/arm64/overlays modules/dtb/rpi

2019-02-03 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Feb 3 15:34:09 2019 New Revision: 343718 URL: https://svnweb.freebsd.org/changeset/base/343718 Log: MFC r343069: [rpi] Reorganize spigen(4) overlays for Raspberry Pi - Remove CS=2 entry from spigen-rpi2 since it didn't work - Add spigen-rpi3 overlay for

svn commit: r343714 - stable/12/usr.bin/systat

2019-02-03 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Feb 3 14:47:22 2019 New Revision: 343714 URL: https://svnweb.freebsd.org/changeset/base/343714 Log: MFC r343222-r343223, r343338 r343222: Fix crash in systat(4) when certain commands are called without arguments Add check for missing arguments to

svn commit: r343715 - stable/12/stand/i386/libi386

2019-02-03 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Feb 3 14:54:29 2019 New Revision: 343715 URL: https://svnweb.freebsd.org/changeset/base/343715 Log: MFC r343008: Add Dell Chromebook to the list of devices with E820 extmem quirk enabled Just like for Acer C270 chromebook the E820 extmem workaround is required

svn commit: r343710 - stable/12/sys/arm/mv

2019-02-03 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Feb 3 09:14:53 2019 New Revision: 343710 URL: https://svnweb.freebsd.org/changeset/base/343710 Log: MFC r343028, r343104 r343028: [mv_pci] Increase default PCI space size for mv_pci mv_pci driver reads PCI memory window layout from DTB data and if the data

svn commit: r343711 - stable/12/tools/build/mk

2019-02-03 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Feb 3 11:07:40 2019 New Revision: 343711 URL: https://svnweb.freebsd.org/changeset/base/343711 Log: MFC r343009, r343109-r343110, r343128, r343232 r343009: Add four kerberos CLI utilities to OptionalObsoleteFiles.inc Add asn1_compile, make-roken, kcc, and

svn commit: r343709 - in stable/12/sys/mips: ingenic mips nlm

2019-02-03 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Feb 3 08:53:03 2019 New Revision: 343709 URL: https://svnweb.freebsd.org/changeset/base/343709 Log: MFC r343443, r343446, r343448, r343452 r343443: [mips] remove dublicate values in enable mask in nlm_usb_intr_en PR: 230572 Submitted by: David

svn commit: r343708 - stable/12/sys/mips/ingenic

2019-02-03 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Feb 3 08:45:01 2019 New Revision: 343708 URL: https://svnweb.freebsd.org/changeset/base/343708 Log: MFC r343450: [mips] Unbreak kernel build for CI20 - Include header required for boot_parse_XXX functions - Use boot_parse_args when parsing argc/argv style

  1   2   3   4   5   6   7   8   9   >