CVS commit: src/doc

2020-12-22 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Wed Dec 23 07:26:36 UTC 2020 Modified Files: src/doc: CHANGES Log Message: Mention sparc64 E250 environmental monitoring. Belatedly mention pcf8574(4). To generate a diff of this commit: cvs rdiff -u -r1.2766 -r1.2767

CVS commit: src/sys/arch/sparc64/dev

2020-12-22 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Wed Dec 23 07:09:50 UTC 2020 Modified Files: src/sys/arch/sparc64/dev: pcf8591_envctrl.c Log Message: Rename the CPU fan to SYS fan to match what the firmware calls it. Check for fan failure and high temperature events when setting

CVS commit: src/sys/dev/i2c

2020-12-22 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Wed Dec 23 07:06:26 UTC 2020 Modified Files: src/sys/dev/i2c: pcf8574.c Log Message: Handle pins that represent alerts. split out common code for alert and indicator pins change the previously debug-only callout to work for

CVS commit: src/sys/arch/sparc64/sparc64

2020-12-22 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Wed Dec 23 07:01:14 UTC 2020 Modified Files: src/sys/arch/sparc64/sparc64: ofw_patch.c Log Message: Add GPIO pin alert definitions for the E250. Note, that the front panel also applies to the E450. To generate a diff of this

CVS commit: src/share/man/man4

2020-12-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Dec 23 06:10:13 UTC 2020 Modified Files: src/share/man/man4: wsdisplay.4 Log Message: wsdisplay(4): WSDISPLAYIO_GET_EDID - fix struct name. Spotted by RVP. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/sys/dev/wscons

2020-12-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 23 05:50:51 UTC 2020 Modified Files: src/sys/dev/wscons: wsdisplay_vcons.c Log Message: fix tpyo spotted by RVP, thanks! To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/sys

2020-12-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 23 04:09:32 UTC 2020 Modified Files: src/sys/arch/evbarm/conf: GENERIC GENERIC64 src/sys/dev/fdt: files.fdt Added Files: src/sys/dev/fdt: i2cmux_fdt.c Log Message: Add support for i2c-mux-gpio and

CVS commit: src/sys/dev/fdt

2020-12-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 23 04:07:34 UTC 2020 Modified Files: src/sys/dev/fdt: fdt_gpio.c fdtvar.h Log Message: Add fdtbus_gpio_count(), which counts the number of GPIO entries in a specified property. To generate a diff of this commit: cvs

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

2020-12-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 23 02:56:11 UTC 2020 Modified Files: src/sys/arch/arm/broadcom: bcm2835_bsc_fdt.c Log Message: Add missing call to fdtbus_register_i2c_controller(). This doesn't affect basic child attachment, but would have broken

CVS commit: src/sys/arch/evbarm/conf

2020-12-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 22 23:26:42 UTC 2020 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: evbarm: GENERIC.common - g/c the commented out copy of pseudo-device fss. To generate a diff of this commit: cvs rdiff -u -r1.39

CVS commit: src/usr.bin/make

2020-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 22 22:31:50 UTC 2020 Modified Files: src/usr.bin/make: make.h meta.c Log Message: make(1): fix return type of macro DEBUG This macro was supposed to return a boolean expression all the time, it just hadn't been

CVS commit: src/usr.bin/make

2020-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 22 20:10:21 UTC 2020 Modified Files: src/usr.bin/make: make.1 nonints.h var.c src/usr.bin/make/unit-tests: directive-undef.exp directive-undef.mk Log Message: make(1): allow .undef to undefine multiple variables

CVS commit: src/usr.bin/make/unit-tests

2020-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 22 19:38:44 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: depsrc.exp depsrc.mk Log Message: make(1): add test for undefined variable in dependency declaration To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/nl

2020-12-22 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Tue Dec 22 17:50:56 UTC 2020 Modified Files: src/usr.bin/nl: nl.c Log Message: nl(1): remove superfluous exit Remove exit(3) call missed when errors were converted to errx(3). To generate a diff of this commit: cvs rdiff -u

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

2020-12-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 22 13:07:33 UTC 2020 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: Count bus_dmamap_sync events for coherent ranges and non-coherent ranges To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129

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

2020-12-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 22 10:46:51 UTC 2020 Modified Files: src/sys/arch/arm/cortex: gicv3.c Log Message: When lpiconf flushing is required, make sure to flush to PoC and not PoU. Spotted by nick. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make/unit-tests

2020-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 22 08:57:23 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: opt-file.mk Log Message: make(1): fix comment in test about null bytes in makefiles To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/usr.bin/make

2020-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 22 08:51:30 UTC 2020 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: opt-file.exp opt-file.mk Log Message: make(1): re-add improved assertion in ParseGetLine To generate a diff of this

CVS commit: src/usr.bin/make

2020-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 22 08:31:13 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): remove assertion about lines ending with '\n' It fails the NetBSD build.sh. To generate a diff of this commit: cvs rdiff -u -r1.512

CVS commit: src/usr.bin/make/unit-tests

2020-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 22 08:23:12 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: opt-file.mk Log Message: make(1): clean up after test opt-file To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/usr.bin/make

2020-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 22 08:10:39 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): remove needless assignment to line_end in ParseGetLine To generate a diff of this commit: cvs rdiff -u -r1.511 -r1.512

CVS commit: src/usr.bin/make

2020-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 22 08:05:08 UTC 2020 Modified Files: src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: opt-file.exp opt-file.mk Log Message: make(1): fix assertion failure for files without trailing newline Previously,