CVS commit: src/external/bsd/ntp/lib/libntp

2025-01-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 12 07:42:16 UTC 2025 Modified Files: src/external/bsd/ntp/lib/libntp: Makefile Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/external/bsd/ntp/lib/libntp/Makefile Pleas

CVS commit: src/external/bsd/ntp/lib/libntp

2025-01-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 12 07:42:16 UTC 2025 Modified Files: src/external/bsd/ntp/lib/libntp: Makefile Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/external/bsd/ntp/lib/libntp/Makefile Pleas

CVS commit: src/usr.bin/cmp

2025-01-11 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jan 12 06:38:21 UTC 2025 Modified Files: src/usr.bin/cmp: regular.c Log Message: Make cmp -s and cmp -l much faster by comparing blocks and skipping any line number calculations not needed. Approx 3-4x faster for two multi-GB

CVS commit: src/usr.bin/cmp

2025-01-11 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jan 12 06:38:21 UTC 2025 Modified Files: src/usr.bin/cmp: regular.c Log Message: Make cmp -s and cmp -l much faster by comparing blocks and skipping any line number calculations not needed. Approx 3-4x faster for two multi-GB

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

2025-01-11 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Jan 12 05:56:59 UTC 2025 Modified Files: src/sys/arch/mac68k/dev: aed.c akbd.c Log Message: Stop echoing keys for special key sequences. This includes brightness and emulated mouse buttons. To generate a diff of this commit: c

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

2025-01-11 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Jan 12 05:56:59 UTC 2025 Modified Files: src/sys/arch/mac68k/dev: aed.c akbd.c Log Message: Stop echoing keys for special key sequences. This includes brightness and emulated mouse buttons. To generate a diff of this commit: c

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

2025-01-11 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Jan 12 05:53:45 UTC 2025 Modified Files: src/sys/arch/mac68k/dev: pm_direct.c Log Message: Fix brightness controls on PowerBook 500 and similar. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/arch/mac68k/

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

2025-01-11 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Jan 12 05:53:45 UTC 2025 Modified Files: src/sys/arch/mac68k/dev: pm_direct.c Log Message: Fix brightness controls on PowerBook 500 and similar. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/arch/mac68k/

CVS commit: src/etc/etc.evbarm

2025-01-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jan 12 02:55:24 UTC 2025 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: Explicitly enable X11 sets for evbarm images Instead of passing -x to mkimage by default in etc.evbarm/Makefile.inc, be explicit and pass th

CVS commit: src/etc/etc.evbarm

2025-01-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jan 12 02:55:24 UTC 2025 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: Explicitly enable X11 sets for evbarm images Instead of passing -x to mkimage by default in etc.evbarm/Makefile.inc, be explicit and pass th

CVS commit: src/external/bsd/am-utils/lib/libamu

2025-01-11 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jan 11 23:00:02 UTC 2025 Modified Files: src/external/bsd/am-utils/lib/libamu: Makefile Log Message: objects and .d files also depend upon config_local.h. with this, and the libzstd move in src/lib/Makefile, it no longer fails i

CVS commit: src/external/bsd/am-utils/lib/libamu

2025-01-11 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jan 11 23:00:02 UTC 2025 Modified Files: src/external/bsd/am-utils/lib/libamu: Makefile Log Message: objects and .d files also depend upon config_local.h. with this, and the libzstd move in src/lib/Makefile, it no longer fails i

CVS commit: src/usr.bin/make

2025-01-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 11 21:21:34 UTC 2025 Modified Files: src/usr.bin/make: cond.c make.h var.c src/usr.bin/make/unit-tests: cond-op-and.exp cond-op-and.mk cond-op-or.exp cond-op-or.mk cond-token-var.exp cond-token-var.mk

CVS commit: src/usr.bin/make

2025-01-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 11 21:21:34 UTC 2025 Modified Files: src/usr.bin/make: cond.c make.h var.c src/usr.bin/make/unit-tests: cond-op-and.exp cond-op-and.mk cond-op-or.exp cond-op-or.mk cond-token-var.exp cond-token-var.mk

CVS commit: src/usr.bin/make

2025-01-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 11 20:54:46 UTC 2025 Modified Files: src/usr.bin/make: cond.c var.c src/usr.bin/make/unit-tests: cond-func-empty.exp cond-func-empty.mk cond-token-string.exp cond-token-string.mk cond-undef-lint.exp

CVS commit: src/usr.bin/make

2025-01-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 11 20:54:46 UTC 2025 Modified Files: src/usr.bin/make: cond.c var.c src/usr.bin/make/unit-tests: cond-func-empty.exp cond-func-empty.mk cond-token-string.exp cond-token-string.mk cond-undef-lint.exp

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

2025-01-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 11 20:16:40 UTC 2025 Modified Files: src/usr.bin/make/unit-tests: check-expect.lua cond-token-string.mk cond-undef-lint.mk directive-include.mk opt-debug-lint.mk vardebug.mk varmod-edge.mk varmod.mk

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

2025-01-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 11 20:16:40 UTC 2025 Modified Files: src/usr.bin/make/unit-tests: check-expect.lua cond-token-string.mk cond-undef-lint.mk directive-include.mk opt-debug-lint.mk vardebug.mk varmod-edge.mk varmod.mk

CVS commit: src/sys

2025-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 11 19:42:04 UTC 2025 Modified Files: src/sys/kern: sys_process_lwpstatus.c sys_ptrace_common.c src/sys/sys: ptrace.h Log Message: PR/58983: Harold Gutch: Fix INSTALL_FLOPPY on i386. Make the register handling cod

CVS commit: src/sys

2025-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 11 19:42:04 UTC 2025 Modified Files: src/sys/kern: sys_process_lwpstatus.c sys_ptrace_common.c src/sys/sys: ptrace.h Log Message: PR/58983: Harold Gutch: Fix INSTALL_FLOPPY on i386. Make the register handling cod

CVS commit: xsrc/external/mit/twm/dist/src

2025-01-11 Thread Thomas Klausner
Module Name:xsrc Committed By: wiz Date: Sat Jan 11 14:38:39 UTC 2025 Modified Files: xsrc/external/mit/twm/dist/src: events.c Log Message: twm: fix sub-menu handling Patch from RVP. Fixes PR 58979. To generate a diff of this commit: cvs rdiff -u -r1.1.1.5 -r1.2 xsrc/e

CVS commit: xsrc/external/mit/twm/dist/src

2025-01-11 Thread Thomas Klausner
Module Name:xsrc Committed By: wiz Date: Sat Jan 11 14:38:39 UTC 2025 Modified Files: xsrc/external/mit/twm/dist/src: events.c Log Message: twm: fix sub-menu handling Patch from RVP. Fixes PR 58979. To generate a diff of this commit: cvs rdiff -u -r1.1.1.5 -r1.2 xsrc/e

CVS commit: src

2025-01-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jan 11 14:33:32 UTC 2025 Modified Files: src/distrib/utils/embedded: mkimage src/etc/etc.evbarm: Makefile.inc src/etc/etc.evbmips: Makefile.inc src/etc/etc.evbppc: Makefile.inc src/etc/etc.riscv: M

CVS commit: src

2025-01-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jan 11 14:33:32 UTC 2025 Modified Files: src/distrib/utils/embedded: mkimage src/etc/etc.evbarm: Makefile.inc src/etc/etc.evbmips: Makefile.inc src/etc/etc.evbppc: Makefile.inc src/etc/etc.riscv: M

CVS commit: src/external/gpl2/groff/dist/tmac

2025-01-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 11 11:47:47 UTC 2025 Modified Files: src/external/gpl2/groff/dist/tmac: doc-syms groff_mdoc.man Log Message: Remove .St -isoC-2018 support. Follow suit for mandoc, no users in the source tree. To generate a diff of this co

CVS commit: src/external/gpl2/groff/dist/tmac

2025-01-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 11 11:47:47 UTC 2025 Modified Files: src/external/gpl2/groff/dist/tmac: doc-syms groff_mdoc.man Log Message: Remove .St -isoC-2018 support. Follow suit for mandoc, no users in the source tree. To generate a diff of this co

CVS commit: src/external/bsd/mdocml/dist

2025-01-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 11 11:47:17 UTC 2025 Modified Files: src/external/bsd/mdocml/dist: mdoc.7 st.c Log Message: Remove .St -isoC-2018 support. Not accepted by upstream (seen as a corrigendum, not a proper new version), and no users in the sourc

CVS commit: src/external/bsd/mdocml/dist

2025-01-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 11 11:47:17 UTC 2025 Modified Files: src/external/bsd/mdocml/dist: mdoc.7 st.c Log Message: Remove .St -isoC-2018 support. Not accepted by upstream (seen as a corrigendum, not a proper new version), and no users in the sourc

CVS commit: src/lib/libc/stdlib

2025-01-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 11 11:41:08 UTC 2025 Modified Files: src/lib/libc/stdlib: posix_memalign.3 Log Message: aligned_alloc appeared in C11. Ok maya@ To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/stdlib/posix_memalign

CVS commit: src/lib/libc/stdlib

2025-01-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 11 11:41:08 UTC 2025 Modified Files: src/lib/libc/stdlib: posix_memalign.3 Log Message: aligned_alloc appeared in C11. Ok maya@ To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/stdlib/posix_memalign

CVS commit: src/sys

2025-01-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 11 11:40:43 UTC 2025 Modified Files: src/sys/arch/arm/acpi: acpipchb.c src/sys/dev/acpi: acpi_i2c.c acpi_util.c acpi_util.h ehci_acpi.c Log Message: acpi: i2c: only claim child devices with a _CRS or _ADR method

CVS commit: src/sys

2025-01-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 11 11:40:43 UTC 2025 Modified Files: src/sys/arch/arm/acpi: acpipchb.c src/sys/dev/acpi: acpi_i2c.c acpi_util.c acpi_util.h ehci_acpi.c Log Message: acpi: i2c: only claim child devices with a _CRS or _ADR method