CVS commit: [thorpej-futex2] src/sys

2021-11-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 3 14:49:21 UTC 2021 Modified Files: src/sys/kern [thorpej-futex2]: kern_lwp.c sys_futex.c src/sys/sys [thorpej-futex2]: futex.h Log Message: Cherry-pick this sys_futex.c revision and associated changes:

CVS commit: [thorpej-futex2] src/sys

2021-11-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 3 14:49:21 UTC 2021 Modified Files: src/sys/kern [thorpej-futex2]: kern_lwp.c sys_futex.c src/sys/sys [thorpej-futex2]: futex.h Log Message: Cherry-pick this sys_futex.c revision and associated changes:

CVS commit: src/sbin/fdisk

2021-11-03 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Nov 3 14:30:04 UTC 2021 Modified Files: src/sbin/fdisk: fdisk.c Log Message: fdisk(8): Convert realloc(x * y) to reallocarr. Eliminate temp variables. To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160

CVS commit: src/sbin/fdisk

2021-11-03 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Nov 3 14:30:04 UTC 2021 Modified Files: src/sbin/fdisk: fdisk.c Log Message: fdisk(8): Convert realloc(x * y) to reallocarr. Eliminate temp variables. To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160

CVS commit: src/sys/dev/pci

2021-11-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 3 15:10:12 UTC 2021 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.1427 -r1.1428 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1426

CVS commit: src/sys/dev/pci

2021-11-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 3 15:09:42 UTC 2021 Modified Files: src/sys/dev/pci: pcidevs Log Message: - Rename EHL_TRACE* macros - Update Jasper Lake's Processor Transaction Routers. To generate a diff of this commit: cvs rdiff -u -r1.1442

CVS commit: src/sys/dev/pci

2021-11-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 3 15:09:42 UTC 2021 Modified Files: src/sys/dev/pci: pcidevs Log Message: - Rename EHL_TRACE* macros - Update Jasper Lake's Processor Transaction Routers. To generate a diff of this commit: cvs rdiff -u -r1.1442

CVS commit: src/sbin/disklabel

2021-11-03 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Nov 3 14:25:39 UTC 2021 Modified Files: src/sbin/disklabel: interact.c main.c Log Message: disklabel(8): convert malloc(x * y) to reallocarr To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/sbin/disklabel

2021-11-03 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Nov 3 14:25:39 UTC 2021 Modified Files: src/sbin/disklabel: interact.c main.c Log Message: disklabel(8): convert malloc(x * y) to reallocarr To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/lib/libusbhid

2021-11-03 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Nov 3 16:18:09 UTC 2021 Modified Files: src/lib/libusbhid: usage.c Log Message: usbhid(3): use reallocarr To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libusbhid/usage.c Please note that diffs are not

CVS commit: src/lib/libusbhid

2021-11-03 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Nov 3 16:18:09 UTC 2021 Modified Files: src/lib/libusbhid: usage.c Log Message: usbhid(3): use reallocarr To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libusbhid/usage.c Please note that diffs are not

CVS commit: src/sys/stand/efiboot

2021-11-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Nov 3 22:02:36 UTC 2021 Modified Files: src/sys/stand/efiboot: boot.c efiacpi.c efifdt.c Log Message: Provide the ablity to ignore ACPI with an 'acpi' command: acpi [{on|off}] To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/stand/efiboot

2021-11-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Nov 3 22:02:36 UTC 2021 Modified Files: src/sys/stand/efiboot: boot.c efiacpi.c efifdt.c Log Message: Provide the ablity to ignore ACPI with an 'acpi' command: acpi [{on|off}] To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/indent

2021-11-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Nov 3 21:47:35 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h io.c pr_comment.c Log Message: indent: inline indentation_after, shorten function name to ind_add There were only few calls to indentation_after,

CVS commit: src/usr.bin/indent

2021-11-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Nov 3 21:47:35 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h io.c pr_comment.c Log Message: indent: inline indentation_after, shorten function name to ind_add There were only few calls to indentation_after,

CVS commit: src/usr.bin/indent

2021-11-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 00:13:57 UTC 2021 Modified Files: src/usr.bin/indent: io.c Log Message: indent: group conditions in compute_code_indent by topic No functional change. To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110

CVS commit: src/usr.bin/indent

2021-11-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 00:13:57 UTC 2021 Modified Files: src/usr.bin/indent: io.c Log Message: indent: group conditions in compute_code_indent by topic No functional change. To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110

CVS commit: src/etc/etc.evbmips

2021-11-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Nov 3 08:05:39 UTC 2021 Modified Files: src/etc/etc.evbmips: Makefile.inc Log Message: Add MIPSSIM{,64} as appropriate To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/etc/etc.evbmips/Makefile.inc Please

CVS commit: src/etc/etc.evbmips

2021-11-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Nov 3 08:05:39 UTC 2021 Modified Files: src/etc/etc.evbmips: Makefile.inc Log Message: Add MIPSSIM{,64} as appropriate To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/etc/etc.evbmips/Makefile.inc Please

CVS commit: src/sys/arch/evbmips/mipssim

2021-11-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Nov 3 07:53:56 UTC 2021 Modified Files: src/sys/arch/evbmips/mipssim: virtio_mainbus.c Log Message: Catch up with member renaming To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/evbmips/mipssim

2021-11-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Nov 3 07:53:56 UTC 2021 Modified Files: src/sys/arch/evbmips/mipssim: virtio_mainbus.c Log Message: Catch up with member renaming To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4