Re: CVS commit: src/sys/arch/i386/stand/efiboot

2021-12-26 Thread Emmanuel Dreyfus
On Mon, Dec 27, 2021 at 01:08:15PM +1100, Simon Burge wrote: > What crash did this fix? All the use of part_name by the > called functions should check if it is NULL before trying > to assign anything to *part_name. I do not recall the details now, but I had a crash because of this. Please revert

Re: CVS commit: src/sys/arch/i386/stand/efiboot

2021-12-26 Thread Simon Burge
Hi Emmanuel, "Emmanuel Dreyfus" wrote: > Module Name: src > Committed By: manu > Date: Thu Nov 18 16:18:13 UTC 2021 > > Modified Files: > > src/sys/arch/i386/stand/efiboot: devopen.c > > Log Message: > > Fix crash because of NULL pointer reference What crash did this fix? All the

CVS commit: src/sys/arch

2021-12-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Dec 26 21:33:48 UTC 2021 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/i386/i386: machdep.c src/sys/arch/sparc64/sparc64: machdep.c Log Message: sys: Skip suspendsched on cpu_reboot if we'

CVS commit: src/sys/arch

2021-12-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Dec 26 21:33:48 UTC 2021 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/i386/i386: machdep.c src/sys/arch/sparc64/sparc64: machdep.c Log Message: sys: Skip suspendsched on cpu_reboot if we'

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915/display

2021-12-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Dec 26 21:00:51 UTC 2021 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915/display: intel_panel.c Log Message: i915: Unifdef cnp_enable/disable_backlight. Not sure why this was ifdef'd out in the first place! Appear

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915/display

2021-12-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Dec 26 21:00:51 UTC 2021 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915/display: intel_panel.c Log Message: i915: Unifdef cnp_enable/disable_backlight. Not sure why this was ifdef'd out in the first place! Appear

CVS commit: src/sys/external/bsd/drm2/dist/drm

2021-12-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Dec 26 21:00:14 UTC 2021 Modified Files: src/sys/external/bsd/drm2/dist/drm: drm_vblank.c src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm: amdgpu_dm.c amdgpu_dm_crc.c src/sys/external/bsd

CVS commit: src/sys/external/bsd/drm2/dist/drm

2021-12-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Dec 26 21:00:14 UTC 2021 Modified Files: src/sys/external/bsd/drm2/dist/drm: drm_vblank.c src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm: amdgpu_dm.c amdgpu_dm_crc.c src/sys/external/bsd

CVS commit: src/usr.bin/xlint/lint1

2021-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 26 18:16:41 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y lex.c Log Message: Add clang's optnone attribute. To generate a diff of this commit: cvs rdiff -u -r1.377 -r1.378 src/usr.bin/xlint/lint1/cgram.y cv

CVS commit: src/usr.bin/xlint/lint1

2021-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 26 18:16:41 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y lex.c Log Message: Add clang's optnone attribute. To generate a diff of this commit: cvs rdiff -u -r1.377 -r1.378 src/usr.bin/xlint/lint1/cgram.y cv

CVS commit: src/share/man/man9

2021-12-26 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 26 16:41:09 UTC 2021 Modified Files: src/share/man/man9: namei.9 Log Message: namei(9): s/operatoins/operations/ To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/share/man/man9/namei.9 Please note that

CVS commit: src/share/man/man9

2021-12-26 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 26 16:41:09 UTC 2021 Modified Files: src/share/man/man9: namei.9 Log Message: namei(9): s/operatoins/operations/ To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/share/man/man9/namei.9 Please note that

CVS commit: src/sys/external/bsd/drm2/linux

2021-12-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Dec 26 16:14:34 UTC 2021 Modified Files: src/sys/external/bsd/drm2/linux: linux_ww_mutex.c Log Message: drm: Allow ww_mutex_lock after ww_acquire_done if we already hold it. In other words, if ww_mutex_lock would return -E

CVS commit: src/sys/external/bsd/drm2/linux

2021-12-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Dec 26 16:14:34 UTC 2021 Modified Files: src/sys/external/bsd/drm2/linux: linux_ww_mutex.c Log Message: drm: Allow ww_mutex_lock after ww_acquire_done if we already hold it. In other words, if ww_mutex_lock would return -E

CVS commit: src

2021-12-26 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 26 16:08:21 UTC 2021 Modified Files: src/share/man/man4/man4.amiga: xsh.4 src/sys/arch/amiga/dev: grf_cl.c grf_cv.c grf_cv3d.c grf_et.c src/sys/arch/arm/iomd: vidcvideo.c src/sys/arch/arm/xscale: pxa

CVS commit: src

2021-12-26 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Dec 26 16:08:21 UTC 2021 Modified Files: src/share/man/man4/man4.amiga: xsh.4 src/sys/arch/amiga/dev: grf_cl.c grf_cv.c grf_cv3d.c grf_et.c src/sys/arch/arm/iomd: vidcvideo.c src/sys/arch/arm/xscale: pxa

CVS commit: src/usr.bin/mixerctl

2021-12-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 26 15:36:49 UTC 2021 Modified Files: src/usr.bin/mixerctl: mixerctl.c Log Message: mixerctl: add colon after 'Usage', add space after comma To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/usr.bin/mixerc

CVS commit: src/usr.bin/mixerctl

2021-12-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Dec 26 15:36:49 UTC 2021 Modified Files: src/usr.bin/mixerctl: mixerctl.c Log Message: mixerctl: add colon after 'Usage', add space after comma To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/usr.bin/mixerc

CVS commit: src/sys/dev/acpi

2021-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 26 14:35:03 UTC 2021 Modified Files: src/sys/dev/acpi: ohci_acpi.c Log Message: acpi: ohci: Match "generic-ohci" compatible string To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/ohci_acpi.

CVS commit: src/sys/dev/acpi

2021-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 26 14:35:03 UTC 2021 Modified Files: src/sys/dev/acpi: ohci_acpi.c Log Message: acpi: ohci: Match "generic-ohci" compatible string To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/ohci_acpi.

CVS commit: src/sys/dev/acpi

2021-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 26 14:34:39 UTC 2021 Modified Files: src/sys/dev/acpi: acpi_util.c acpivar.h Log Message: acpi: Support DT link device ID The PRP0001 device ID is used to tell the OS to match a driver against the "compatible" _DSD prop

CVS commit: src/sys/dev/acpi

2021-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 26 14:34:39 UTC 2021 Modified Files: src/sys/dev/acpi: acpi_util.c acpivar.h Log Message: acpi: Support DT link device ID The PRP0001 device ID is used to tell the OS to match a driver against the "compatible" _DSD prop

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

2021-12-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Dec 26 08:41:29 UTC 2021 Modified Files: src/sys/arch/arm/include: mutex.h Log Message: port-arm/50563: pool allocator corruption due to __MUTEX_PRIVATE This file has moved on somewhat since the PR was raised, but nevertheless

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

2021-12-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Dec 26 08:41:29 UTC 2021 Modified Files: src/sys/arch/arm/include: mutex.h Log Message: port-arm/50563: pool allocator corruption due to __MUTEX_PRIVATE This file has moved on somewhat since the PR was raised, but nevertheless