CVS commit: src

2025-03-22 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sat Mar 22 09:25:14 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:

CVS commit: src

2025-03-22 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sat Mar 22 09:25:14 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:

CVS commit: src/games/fish

2024-11-18 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Mon Nov 18 20:53:45 UTC 2024 Modified Files: src/games/fish: fish.c Log Message: fish: allow player to only ask for cards they have on their hand This fixes PR/58828 . To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.

CVS commit: src/games/fish

2024-11-18 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Mon Nov 18 20:53:45 UTC 2024 Modified Files: src/games/fish: fish.c Log Message: fish: allow player to only ask for cards they have on their hand This fixes PR/58828 . To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.

CVS commit: src/share/mk

2024-06-16 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sun Jun 16 21:11:53 UTC 2024 Modified Files: src/share/mk: bsd.info.mk Log Message: Simplify test for 0 byte file size pointed out by kre@ To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/share/mk/bsd.info.mk

CVS commit: src/share/mk

2024-06-16 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sun Jun 16 21:11:53 UTC 2024 Modified Files: src/share/mk: bsd.info.mk Log Message: Simplify test for 0 byte file size pointed out by kre@ To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/share/mk/bsd.info.mk

CVS commit: src/external/gpl3

2024-06-15 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sun Jun 16 00:12:33 UTC 2024 Modified Files: src/external/gpl3/gcc.old/dist/gcc/doc: gcc.info gcc.texi src/external/gpl3/gcc/dist/gcc/doc: gcc.info gcc.texi Log Message: Fix broken gcc.info file sortinfo (called during bu

CVS commit: src/external/gpl3

2024-06-15 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sun Jun 16 00:12:33 UTC 2024 Modified Files: src/external/gpl3/gcc.old/dist/gcc/doc: gcc.info gcc.texi src/external/gpl3/gcc/dist/gcc/doc: gcc.info gcc.texi Log Message: Fix broken gcc.info file sortinfo (called during bu

CVS commit: src/share/mk

2024-06-15 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sun Jun 16 00:03:53 UTC 2024 Modified Files: src/share/mk: bsd.info.mk Log Message: Unbreak generation of share/info/dir install-info refuses to operate on 0 byte files. When __infoinstall is run the first time in a build, an em

CVS commit: src/share/mk

2024-06-15 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sun Jun 16 00:03:53 UTC 2024 Modified Files: src/share/mk: bsd.info.mk Log Message: Unbreak generation of share/info/dir install-info refuses to operate on 0 byte files. When __infoinstall is run the first time in a build, an em

CVS commit: src/external/gpl3/gcc.old/dist/gcc/cp

2024-04-24 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Wed Apr 24 16:48:30 UTC 2024 Modified Files: src/external/gpl3/gcc.old/dist/gcc/cp: cfns.h Log Message: Fix gcc build on FreeBSD 14 (and possibly other systems using clang >= 16). Pointed out by Eirik Øverby. OK mrg@ To genera

CVS commit: src/external/gpl3/gcc.old/dist/gcc/cp

2024-04-24 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Wed Apr 24 16:48:30 UTC 2024 Modified Files: src/external/gpl3/gcc.old/dist/gcc/cp: cfns.h Log Message: Fix gcc build on FreeBSD 14 (and possibly other systems using clang >= 16). Pointed out by Eirik Øverby. OK mrg@ To genera

CVS commit: src/sys/arch/evbppc/wii/dev

2024-01-27 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sat Jan 27 17:44:37 UTC 2024 Modified Files: src/sys/arch/evbppc/wii/dev: wiifb.c Log Message: Add support for "PAL" (576i) mode on Wii. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbppc/wii/dev/wii

CVS commit: src/sys/arch/evbppc/wii/dev

2024-01-27 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sat Jan 27 17:44:37 UTC 2024 Modified Files: src/sys/arch/evbppc/wii/dev: wiifb.c Log Message: Add support for "PAL" (576i) mode on Wii. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbppc/wii/dev/wii

CVS commit: src/sys/dev/usb

2024-01-13 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sat Jan 13 15:26:36 UTC 2024 Modified Files: src/sys/dev/usb: ums.c Log Message: Add workaround for Microsoft Sculpt Wireless keyboard/mouse. >From M. Boerschig in PR 57845. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/sys/dev/usb

2024-01-13 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sat Jan 13 15:26:36 UTC 2024 Modified Files: src/sys/dev/usb: ums.c Log Message: Add workaround for Microsoft Sculpt Wireless keyboard/mouse. >From M. Boerschig in PR 57845. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/sys/dev/usb

2024-01-13 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sat Jan 13 15:22:41 UTC 2024 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regen To generate a diff of this commit: cvs rdiff -u -r1.804 -r1.805 src/sys/dev/usb/usbdevs.h \ src/sys/dev/usb/usbdevs_da

CVS commit: src/sys/dev/usb

2024-01-13 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sat Jan 13 14:42:14 UTC 2024 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add Microsoft Sculpt Wireless keyboard/mouse. >From M. Boerschig in PR 57845. To generate a diff of this commit: cvs rdiff -u -r1.812 -r1.813 sr

CVS commit: src/sys/dev/usb

2024-01-13 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sat Jan 13 14:42:14 UTC 2024 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add Microsoft Sculpt Wireless keyboard/mouse. >From M. Boerschig in PR 57845. To generate a diff of this commit: cvs rdiff -u -r1.812 -r1.813 sr

CVS commit: src/usr.bin/calendar/calendars

2023-06-09 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Fri Jun 9 20:27:29 UTC 2023 Modified Files: src/usr.bin/calendar/calendars: calendar.netbsd Log Message: Add riscv port Took the date of the first public announcement on port-riscv of something usable (qemu). To generate a dif

CVS commit: src/usr.bin/calendar/calendars

2023-06-09 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Fri Jun 9 20:27:29 UTC 2023 Modified Files: src/usr.bin/calendar/calendars: calendar.netbsd Log Message: Add riscv port Took the date of the first public announcement on port-riscv of something usable (qemu). To generate a dif

CVS commit: src

2023-05-30 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Tue May 30 19:05:05 UTC 2023 Modified Files: src/external/apache2/llvm/autoconf/include/llvm/Config: config.h.in src/tools/llvm-lib/libLLVMSupport: Makefile Log Message: Fix LLVM build with host gcc 13 Building LLVM with

CVS commit: src

2023-05-30 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Tue May 30 19:05:05 UTC 2023 Modified Files: src/external/apache2/llvm/autoconf/include/llvm/Config: config.h.in src/tools/llvm-lib/libLLVMSupport: Makefile Log Message: Fix LLVM build with host gcc 13 Building LLVM with

CVS commit: src/crypto/external/bsd/openssl/lib

2023-05-27 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sat May 27 20:51:22 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: Makefile src/crypto/external/bsd/openssl/lib/libssl: Makefile Log Message: Explicitly run openssl's "gen" script in a shell The s

CVS commit: src/crypto/external/bsd/openssl/lib

2023-05-27 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sat May 27 20:51:22 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: Makefile src/crypto/external/bsd/openssl/lib/libssl: Makefile Log Message: Explicitly run openssl's "gen" script in a shell The s

CVS commit: src/usr.bin/script

2023-05-09 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Tue May 9 15:43:39 UTC 2023 Modified Files: src/usr.bin/script: script.c Log Message: Reset SIGCHLD handler to SIG_DFL. If run with "-c", both child and parent script processes will handle SIGCHLD resulting in a possible duplica

CVS commit: src/usr.bin/script

2023-05-09 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Tue May 9 15:43:39 UTC 2023 Modified Files: src/usr.bin/script: script.c Log Message: Reset SIGCHLD handler to SIG_DFL. If run with "-c", both child and parent script processes will handle SIGCHLD resulting in a possible duplica

CVS commit: src

2023-04-27 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Thu Apr 27 20:55:27 UTC 2023 Modified Files: src/distrib/sets/lists/comp: md.amd64 src/external/gpl3/binutils/usr.bin/ld: Makefile Log Message: Unbreak creation of i386 PIEs on amd64. Functional patch by RVP; set lists u

CVS commit: src

2023-04-27 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Thu Apr 27 20:55:27 UTC 2023 Modified Files: src/distrib/sets/lists/comp: md.amd64 src/external/gpl3/binutils/usr.bin/ld: Makefile Log Message: Unbreak creation of i386 PIEs on amd64. Functional patch by RVP; set lists u

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

2023-02-07 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Tue Feb 7 14:11:16 UTC 2023 Modified Files: src/sys/arch/sparc64/include: vmparam.h Log Message: Avoid using (1<<64)-1 for VM_MAX{,USER}_ADDRESS as rounding that up to the next page boundary gives 0 and instead make the VA space

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

2023-02-07 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Tue Feb 7 14:11:16 UTC 2023 Modified Files: src/sys/arch/sparc64/include: vmparam.h Log Message: Avoid using (1<<64)-1 for VM_MAX{,USER}_ADDRESS as rounding that up to the next page boundary gives 0 and instead make the VA space

Re: CVS commit: src

2022-08-28 Thread Harold Gutch
Hi, On Sun, Aug 28, 2022 at 03:26:28PM +0300, Valery Ushakov wrote: > On Sun, Aug 28, 2022 at 10:48:17 +0000, Harold Gutch wrote: > > > Change back various occurrences of \*[Le], \*[Ge] (less/greater equal) > > and \*(ua (upwards arrow) to literal "<=", ">=

CVS commit: src

2022-08-28 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sun Aug 28 10:48:17 UTC 2022 Modified Files: src/bin/csh: csh.1 src/bin/expr: expr.1 src/external/bsd/flex/bin: flex.1 src/lib/libc/string: strlcpy.3 src/sbin/disklabel: disklabel.5 src/share

CVS commit: src

2022-08-28 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sun Aug 28 10:48:17 UTC 2022 Modified Files: src/bin/csh: csh.1 src/bin/expr: expr.1 src/external/bsd/flex/bin: flex.1 src/lib/libc/string: strlcpy.3 src/sbin/disklabel: disklabel.5 src/share

CVS commit: src/libexec/telnetd

2022-08-26 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Fri Aug 26 22:01:20 UTC 2022 Modified Files: src/libexec/telnetd: utility.c Log Message: Fix CVE-2020-10188 To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/libexec/telnetd/utility.c Please note that diffs are

CVS commit: src/libexec/telnetd

2022-08-26 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Fri Aug 26 22:01:20 UTC 2022 Modified Files: src/libexec/telnetd: utility.c Log Message: Fix CVE-2020-10188 To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/libexec/telnetd/utility.c Please note that diffs are

CVS commit: src/distrib/amd64/liveimage/emuimage

2022-07-13 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Wed Jul 13 18:51:03 UTC 2022 Modified Files: src/distrib/amd64/liveimage/emuimage: rc.conf.emuimage Log Message: Check for right sysctl node to make live image work OOTB on OpenStack: machdep.dmi.system-product = OpenStack Comp

CVS commit: src/distrib/amd64/liveimage/emuimage

2022-07-13 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Wed Jul 13 18:51:03 UTC 2022 Modified Files: src/distrib/amd64/liveimage/emuimage: rc.conf.emuimage Log Message: Check for right sysctl node to make live image work OOTB on OpenStack: machdep.dmi.system-product = OpenStack Comp

CVS commit: src/external/gpl3/gdb/dist

2022-06-25 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sat Jun 25 17:46:05 UTC 2022 Modified Files: src/external/gpl3/gdb/dist/gdb: location.c src/external/gpl3/gdb/dist/gdbsupport: common-defs.h Log Message: Cherry-picking two upstream commits[1,2] to fix tools build under gc

CVS commit: src/external/gpl3/gdb/dist

2022-06-25 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sat Jun 25 17:46:05 UTC 2022 Modified Files: src/external/gpl3/gdb/dist/gdb: location.c src/external/gpl3/gdb/dist/gdbsupport: common-defs.h Log Message: Cherry-picking two upstream commits[1,2] to fix tools build under gc

CVS commit: src/sys/arch

2022-05-14 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sat May 14 07:11:23 UTC 2022 Modified Files: src/sys/arch/sparc/stand/ofwboot: Locore.c src/sys/arch/sparc64/sparc64: ofw_machdep.c Log Message: PR 56829: Fix "map" call to Open Firmware and no longer mess up OFW stack. Th

CVS commit: src/sys/arch

2022-05-14 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sat May 14 07:11:23 UTC 2022 Modified Files: src/sys/arch/sparc/stand/ofwboot: Locore.c src/sys/arch/sparc64/sparc64: ofw_machdep.c Log Message: PR 56829: Fix "map" call to Open Firmware and no longer mess up OFW stack. Th

CVS commit: src/usr.sbin/makefs/ffs

2022-03-06 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sun Mar 6 08:31:54 UTC 2022 Modified Files: src/usr.sbin/makefs/ffs: buf.h newfs_extern.h Added Files: src/usr.sbin/makefs/ffs: namespace.h Log Message: Make sure daddr_t is a 64 bit type when building tools. (see also PR

CVS commit: src/usr.sbin/makefs/ffs

2022-03-06 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sun Mar 6 08:31:54 UTC 2022 Modified Files: src/usr.sbin/makefs/ffs: buf.h newfs_extern.h Added Files: src/usr.sbin/makefs/ffs: namespace.h Log Message: Make sure daddr_t is a 64 bit type when building tools. (see also PR