CVS commit: src/sys/arch/arm

2021-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 5 08:07:14 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: meson_platform.c src/sys/arch/arm/nxp: imx6_platform.c src/sys/arch/arm/ti: omap3_platform.c src/sys/arch/arm/vexpress: vexpress_platform

CVS commit: src/sys/dev/pci

2021-02-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 5 16:06:25 UTC 2021 Modified Files: src/sys/dev/pci: if_wpi.c Log Message: PR/55975: Riccardo Mottola: Don't try to lock a mutex from an interrupt context. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90

CVS commit: src/sys

2021-02-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Feb 5 17:03:35 UTC 2021 Modified Files: src/sys/kern: subr_device.c src/sys/sys: device.h param.h Log Message: Introduce a generalized "device handle", designed to abstract the handles used by platform description me

CVS commit: src/sys/dev/acpi

2021-02-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Feb 5 17:12:43 UTC 2021 Modified Files: src/sys/dev/acpi: acpi_util.c acpi_util.h Log Message: ACPI device handle implementation. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/acpi/acpi_util.c c

CVS commit: src/sys/dev/acpi

2021-02-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Feb 5 17:13:40 UTC 2021 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Assign device handles to "at acpi" and "at pci" devices in acpi_device_register(). To generate a diff of this commit: cvs rdiff -u -r1.289 -r1.2

CVS commit: src/sys/dev/ofw

2021-02-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Feb 5 17:17:59 UTC 2021 Modified Files: src/sys/dev/ofw: ofw_subr.c openfirm.h Log Message: OpenFirmware device handle implementation. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/dev/ofw/ofw_subr.

CVS commit: src/sys/dev/fdt

2021-02-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Feb 5 17:20:32 UTC 2021 Modified Files: src/sys/dev/fdt: fdtbus.c Log Message: Assign device handles to devices that attach to the "fdt" interface attribute in fdtbus_device_register(). To generate a diff of this commit: c

CVS commit: src/sys/dev/pci

2021-02-05 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Feb 5 19:18:23 UTC 2021 Modified Files: src/sys/dev/pci: virtio.c virtio_pci.c virtiovar.h Log Message: Second round of cleaning up endian code. No more tailored code to maintain. To generate a diff of this commit: cvs rdi

CVS commit: src/usr.bin/make

2021-02-05 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Feb 5 19:19:17 UTC 2021 Modified Files: src/usr.bin/make: job.c job.h main.c make.h meta.c Log Message: Avoid strdup in mkTempFile Require caller to pass a buffer and size if they want the tempfile not unlinked. Add Job_TempFi

CVS commit: src/sys/dev/pci

2021-02-05 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Feb 5 20:45:38 UTC 2021 Modified Files: src/sys/dev/pci: virtio.c Log Message: Better reading of 4.1.3.1, it seems that using 32 bit reads/writes is mandatory for non-legacy devices. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/virtio

2021-02-05 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Feb 5 21:25:36 UTC 2021 Modified Files: src/sys/dev/virtio: virtio_mmio.c virtio_mmiovar.h Log Message: Add virtio mmio probe function To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/virtio/virtio_m

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc

2021-02-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 5 21:43:21 UTC 2021 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc: aes.inc Log Message: Allow v9 assembly for AES code for 32bit compat build with clang. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/aarch64/aarch64

2021-02-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 5 21:44:34 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: db_interface.c db_machdep.c Log Message: Avoid duplicate definition of ddb_regs in crash(8). To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/external/ibm-public/postfix/dist/src/xsasl

2021-02-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 5 21:45:24 UTC 2021 Modified Files: src/external/ibm-public/postfix/dist/src/xsasl: xsasl_saslc_client.c Log Message: Pass strings to %s arguments, not void *. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/public-domain/sqlite

2021-02-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 5 21:48:52 UTC 2021 Modified Files: src/external/public-domain/sqlite: Makefile.inc Log Message: Reenable threadsafe sqlite. Do it properly and only enable thread-safety, but not the worker thread support. The latter is w

CVS commit: src/usr.bin/make

2021-02-05 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Feb 5 22:15:44 UTC 2021 Modified Files: src/usr.bin/make: job.c Log Message: Job_TempFile: unlink while signals blocked To generate a diff of this commit: cvs rdiff -u -r1.419 -r1.420 src/usr.bin/make/job.c Please note that d

CVS commit: src/sys/dev/pci

2021-02-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Feb 5 22:23:30 UTC 2021 Modified Files: src/sys/dev/pci: if_mcx.c Log Message: mcx: Add if_transmit callback to enable more than one tx queue To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/pci/i

CVS commit: src/lib/libc/thread-stub

2021-02-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat Feb 6 00:08:58 UTC 2021 Modified Files: src/lib/libc/thread-stub: thread-stub.c Log Message: change libc sched_yield() stub to actually still call the syscall instead of doing nothing when app is not linked with pthread; th

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

2021-02-05 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Feb 6 04:55:08 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: var-op-shell.exp var-op-shell.mk Log Message: Use plain kill to test signaled child Recent update to Darwin18 make the test using kill -14 stop working. Revi

CVS commit: src/sys/dev/pci

2021-02-05 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Feb 6 05:15:03 UTC 2021 Modified Files: src/sys/dev/pci: emuxki.c Log Message: Remove debug messages which are no longer necessary. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/dev/pci/emuxki.c Plea

CVS commit: src/sys/dev/i2c

2021-02-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Feb 6 05:21:47 UTC 2021 Modified Files: src/sys/dev/i2c: lm75.c Log Message: - Add some additional compat strings from the DT bindings. - Use device_compatible_entry::value to hold the device type, and generally tidy up de

CVS commit: src/sys/kern

2021-02-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Feb 6 05:33:20 UTC 2021 Modified Files: src/sys/kern: subr_device.c Log Message: Fix a comment. Thanks rillig@ for pointing it out! To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/kern/subr_device.c P

CVS commit: src/share/man/man9

2021-02-05 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Feb 6 06:15:13 UTC 2021 Modified Files: src/share/man/man9: audio.9 Log Message: Add a description to close(). > Before call to this, halt_input and halt_output are called if necessary. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/arch/mips/sys

2021-02-05 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Feb 6 06:58:59 UTC 2021 Modified Files: src/lib/libc/arch/mips/sys: cerror.S Log Message: For mips n32/n64 explicitly save the GP reg on the stack, and restore it _after_ the call to __errno(). Fixes sending the __errno() ca

CVS commit: src/sys/dev/isa

2021-02-05 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Feb 6 07:16:18 UTC 2021 Modified Files: src/sys/dev/isa: gus.c Log Message: Calling halt_{input,output} is done by the MI audio layer if necessary. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/sys/dev/

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

2021-02-05 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Feb 6 07:16:54 UTC 2021 Modified Files: src/sys/arch/arm/xscale: pxa2x0_ac97.c Log Message: Calling halt_{input,output} is done by the MI audio layer if necessary. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.1

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

2021-02-05 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Feb 6 07:20:36 UTC 2021 Modified Files: src/sys/arch/macppc/dev: awacs.c Log Message: Calling halt_{input,output} is done by the MI audio layer if necessary. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/