CVS commit: src/sys/dev/ic

2021-01-29 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Jan 30 07:53:01 UTC 2021 Modified Files: src/sys/dev/ic: gem.c gemvar.h Log Message: Improve handling of receive overflows. When we get an overflow, don't reset the chip if we are still receiving packets. Real overflows can

CVS commit: src/sys/dev/i2c

2021-01-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jan 30 01:23:08 UTC 2021 Modified Files: src/sys/dev/i2c: sgsmix.c Log Message: Add a proper compat string for this device, following the standard conventions. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/i2c

2021-01-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jan 30 01:22:06 UTC 2021 Modified Files: src/sys/dev/i2c: adm1021.c dbcool.c dstemp.c lm75.c Log Message: If we're going to keep a reference on the "props" dictionary from the i2c_attach_args, we should retain it. To

CVS commit: src/usr.bin/make

2021-01-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 29 23:45:35 UTC 2021 Modified Files: src/usr.bin/make: job.c Log Message: make(1): explain seemingly redundant condition in jobs mode To generate a diff of this commit: cvs rdiff -u -r1.401 -r1.402

CVS commit: src/usr.bin/make

2021-01-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 29 23:33:24 UTC 2021 Modified Files: src/usr.bin/make: job.c Log Message: make(1): remove unnecessary fflush for empty shell files If nothing is done to any file, there is no need to flush stdout. Move the call to each

CVS commit: src/usr.bin/make

2021-01-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 29 23:06:41 UTC 2021 Modified Files: src/usr.bin/make: job.c Log Message: make(1): rename JobOpenTmpFile to JobWriteShellCommands The old name didn't reflect that the function not only opens the temporary file for

CVS commit: src/usr.bin/make

2021-01-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 29 22:52:29 UTC 2021 Modified Files: src/usr.bin/make: job.c Log Message: make(1): do not create empty shell files in jobs mode In a chain of dependencies such as "all: build; build: do-build", the intermediate targets

CVS commit: src

2021-01-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jan 29 22:38:17 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: jobs-empty-commands.exp

CVS commit: [netbsd-9] src/doc

2021-01-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 29 21:01:53 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Tickets #1189 and #1190 To generate a diff of this commit: cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-9.2 Please note that diffs

CVS commit: [netbsd-9] src/usr.bin/ftp

2021-01-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 29 20:58:19 UTC 2021 Modified Files: src/usr.bin/ftp [netbsd-9]: ftp.c progressbar.c progressbar.h ssl.c version.h Log Message: Pull up following revision(s) (requested by lukem in ticket #1190):

CVS commit: [netbsd-9] src/usr.bin/progress

2021-01-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 29 18:27:05 UTC 2021 Modified Files: src/usr.bin/progress [netbsd-9]: progress.c Log Message: Pull up following revision(s) (requested by lukem in ticket #1189): usr.bin/progress/progress.c: revision 1.23

CVS commit: [netbsd-8] src/doc

2021-01-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 29 18:19:22 UTC 2021 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1647 To generate a diff of this commit: cvs rdiff -u -r1.1.2.66 -r1.1.2.67 src/doc/CHANGES-8.3 Please note that diffs are not

CVS commit: [netbsd-8] src/sys/dev/hyperv

2021-01-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 29 18:18:25 UTC 2021 Modified Files: src/sys/dev/hyperv [netbsd-8]: hvkbd.c if_hvn.c vmbus.c Log Message: Pull up following revision(s) (requested by nonaka in ticket #1647): sys/dev/hyperv/if_hvn.c: revision

CVS commit: src/sys/dev/acpi

2021-01-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Jan 29 15:49:55 UTC 2021 Modified Files: src/sys/dev/acpi: acpi_cppc.c acpi_ec.c acpi_fan.c acpi_ged.c acpi_lid.c acpi_pcd.c acpi_pmtr.c aibs_acpi.c amdccp_acpi.c apple_smc_acpi.c asus_acpi.c

CVS commit: src/sys/dev/acpi

2021-01-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Jan 29 15:24:00 UTC 2021 Modified Files: src/sys/dev/acpi: acpi_button.c com_acpi.c pckbc_acpi.c tpm_acpi.c Log Message: Use acpi_compatible_match() / acpi_compatible_lookup(). To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/acpi

2021-01-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Jan 29 15:20:13 UTC 2021 Modified Files: src/sys/dev/acpi: acpi_acad.c acpi_bat.c Log Message: Use acpi_compatible_match(). To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/dev/acpi/acpi_acad.c cvs

CVS commit: src/sys/arch/arm/altera

2021-01-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 29 14:12:01 UTC 2021 Modified Files: src/sys/arch/arm/altera: cycv_dwcmmc.c cycv_gmac.c Log Message: fdtbus_intr_establish -> fdtbus_intr_establish_xname To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/arm/broadcom

2021-01-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 29 14:11:14 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2835_bsc_fdt.c bcm2835_com.c bcm2835_dmac.c bcm2835_dwctwo.c bcm2835_emmc.c bcm2835_gpio.c bcm2835_mbox_fdt.c bcm2835_sdhost.c

CVS commit: src/sys/arch/arm

2021-01-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jan 29 13:10:08 UTC 2021 Modified Files: src/sys/arch/arm/altera: cycv_platform.c src/sys/arch/arm/amlogic: meson_platform.c src/sys/arch/arm/nxp: imx6_platform.c src/sys/arch/arm/ti: ti_gpio.c Log

CVS commit: src/sys/arch/arm/ti

2021-01-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jan 29 13:07:32 UTC 2021 Modified Files: src/sys/arch/arm/ti: ti_gpio.c Log Message: Sort headers. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/ti/ti_gpio.c Please note