CVS commit: src/usr.bin/make

2020-12-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 27 05:16:26 UTC 2020 Modified Files: src/usr.bin/make: compat.c job.c main.c Log Message: make(1): re-export variables from the actual make process Since make uses vfork if available, re-exporting the variables happens

CVS commit: src

2020-12-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 27 05:11:40 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile cmd-errors.mk Added Files: src/usr.bin/make/unit-tests: cmd-errors-jobs.exp cmd-errors-jobs.mk

CVS commit: src/usr.bin/make

2020-12-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 27 05:06:18 UTC 2020 Modified Files: src/usr.bin/make: nonints.h parse.c var.c Log Message: make(1): align names of VarExportMode with the directives To generate a diff of this commit: cvs rdiff -u -r1.181 -r1.182

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

2020-12-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Dec 26 22:28:35 UTC 2020 Removed Files: src/sys/arch/arm/imx: imx7_ccmreg.h imx7_ccmvar.h imx7_gpcreg.h imx7_iomuxreg.h imx7_ocotpreg.h imx7_srcreg.h imx7_usbreg.h imx7var.h Log Message: G/C To

CVS commit: src/sys/dev/usb

2020-12-26 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat Dec 26 22:15:37 UTC 2020 Modified Files: src/sys/dev/usb: usb_quirks.c Log Message: Add WayTech USB to Serial device to quirks routines, in order to prevent uhid(4) from attaching and leave it to ugen(4) so libusb can query it.

CVS commit: src/sys/dev/usb

2020-12-26 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat Dec 26 22:09:18 UTC 2020 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add WayTech Development USB to Serial product. It is used by some UPS devices, notably Infosec and Megatec. The vendor ID (0x0665) is known

CVS commit: src/sys/dev/ic

2020-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Dec 26 15:40:29 UTC 2020 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: ahci_intr: use ffs in the port bitmask instead of looping over all 32 bits To generate a diff of this commit: cvs rdiff -u -r1.88

CVS commit: src/tests/lib/libossaudio

2020-12-26 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Dec 26 15:28:52 UTC 2020 Modified Files: src/tests/lib/libossaudio: t_ossaudio.c Log Message: Disable the lib/libossaudio/t_ossaudio:oss_dsp_trigger_read test case on sparc until PR port-sparc/55876 gets fixed. To generate a

CVS commit: src/sys/dev

2020-12-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Dec 26 14:50:50 UTC 2020 Modified Files: src/sys/dev: fss.c Log Message: Check the return value of device_lookup_private against NULL. Reported-by: syzbot+06561ba90b6e618ce...@syzkaller.appspotmail.com To generate a diff of

CVS commit: src/sys/dev/ic

2020-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Dec 26 10:56:25 UTC 2020 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: AHCI 1.3.1 specification says that it is good practice for system software to 'zero-out' the memory allocated and referenced by PxCLB and

CVS commit: src/sys/netinet6

2020-12-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Dec 26 10:43:39 UTC 2020 Modified Files: src/sys/netinet6: nd6.c Log Message: Avoid NULL pointer dereference, noticed by KUBSAN. "Looks fine" roy@ To generate a diff of this commit: cvs rdiff -u -r1.274 -r1.275

CVS commit: src/sys/dev/ic

2020-12-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Dec 26 08:58:03 UTC 2020 Modified Files: src/sys/dev/ic: sti.c Log Message: Ignore WSDISPLAYIO_PUTCMAP in WSDISPLAYIO_MODE_EMUL, i.e. text mode. The hardware palette settings are handled by the STI ROM in STI_TEXTMODE and