CVS commit: src/sys/dev/ic

2025-02-25 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Feb 26 05:03:55 UTC 2025 Modified Files: src/sys/dev/ic: i82596var.h Log Message: s/Cont/Count/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/i82596var.h Please note that diffs are

CVS commit: src/sys/dev/ic

2025-02-25 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Feb 26 05:03:55 UTC 2025 Modified Files: src/sys/dev/ic: i82596var.h Log Message: s/Cont/Count/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/i82596var.h Please note that diffs are

CVS commit: src

2025-02-25 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Feb 26 04:49:46 UTC 2025 Modified Files: src/lib/libc/citrus/modules: citrus_mapper_std.c src/lib/libintl: plural_parser.c src/sys/arch/hp300/dev: topcat.c src/sys/arch/hpcmips/dev: plumvideo.c s

CVS commit: src

2025-02-25 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Feb 26 04:49:46 UTC 2025 Modified Files: src/lib/libc/citrus/modules: citrus_mapper_std.c src/lib/libintl: plural_parser.c src/sys/arch/hp300/dev: topcat.c src/sys/arch/hpcmips/dev: plumvideo.c s

CVS commit: src/share/mk

2025-02-25 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 26 01:18:19 UTC 2025 Modified Files: src/share/mk: bsd.x11.mk Log Message: note xorg-srever 21.1.16 in current. To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 src/share/mk/bsd.x11.mk Please note that diffs

CVS commit: src/share/mk

2025-02-25 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 26 01:18:19 UTC 2025 Modified Files: src/share/mk: bsd.x11.mk Log Message: note xorg-srever 21.1.16 in current. To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 src/share/mk/bsd.x11.mk Please note that diffs

CVS commit: xsrc/external/mit/xorg-server

2025-02-25 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Feb 26 01:17:33 UTC 2025 Modified Files: xsrc/external/mit/xorg-server/dist: configure configure.ac xsrc/external/mit/xorg-server/dist/Xext: sync.c xsrc/external/mit/xorg-server/dist/Xi: xibarriers.c xichangehiera

CVS commit: xsrc/external/mit/xorg-server

2025-02-25 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Feb 26 01:17:33 UTC 2025 Modified Files: xsrc/external/mit/xorg-server/dist: configure configure.ac xsrc/external/mit/xorg-server/dist/Xext: sync.c xsrc/external/mit/xorg-server/dist/Xi: xibarriers.c xichangehiera

CVS import: xsrc/external/mit/xorg-server/dist

2025-02-25 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Feb 26 01:11:33 UTC 2025 Update of /cvsroot/xsrc/external/mit/xorg-server/dist In directory ivanova.netbsd.org:/tmp/cvs-serv27452 Log Message: initial import of xorg-server-21.1.16 Status: Vendor Tag: xorg Release Tags: xorg-ser

CVS import: xsrc/external/mit/xorg-server/dist

2025-02-25 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Feb 26 01:11:33 UTC 2025 Update of /cvsroot/xsrc/external/mit/xorg-server/dist In directory ivanova.netbsd.org:/tmp/cvs-serv27452 Log Message: initial import of xorg-server-21.1.16 Status: Vendor Tag: xorg Release Tags: xorg-ser

CVS commit: src/external/bsd/blocklist/bin

2025-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 25 22:13:34 UTC 2025 Modified Files: src/external/bsd/blocklist/bin: blocklistd.8 Log Message: Fix plural again (Jose Luis Duran) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/blocklist/b

CVS commit: src/external/bsd/blocklist/bin

2025-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 25 22:13:34 UTC 2025 Modified Files: src/external/bsd/blocklist/bin: blocklistd.8 Log Message: Fix plural again (Jose Luis Duran) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/blocklist/b

CVS commit: src/sbin/efi

2025-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 25 22:11:37 UTC 2025 Modified Files: src/sbin/efi: devpath3.c devpath4.c showvar.c utils.c Log Message: fix the build To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sbin/efi/devpath3.c src/sbin/efi/dev

CVS commit: src/sbin/efi

2025-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 25 22:11:37 UTC 2025 Modified Files: src/sbin/efi: devpath3.c devpath4.c showvar.c utils.c Log Message: fix the build To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sbin/efi/devpath3.c src/sbin/efi/dev

CVS commit: src/sbin/efi

2025-02-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Feb 25 20:23:19 UTC 2025 Modified Files: src/sbin/efi: Makefile certs.c Log Message: efi: don't use compound expressions as initializers Lint doesn't like them, even though GCC accepts them. No binary change. To generate a

CVS commit: src/sbin/efi

2025-02-25 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Feb 25 20:23:19 UTC 2025 Modified Files: src/sbin/efi: Makefile certs.c Log Message: efi: don't use compound expressions as initializers Lint doesn't like them, even though GCC accepts them. No binary change. To generate a

CVS commit: src/doc

2025-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 25 19:17:40 UTC 2025 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new postfix To generate a diff of this commit: cvs rdiff -u -r1.2086 -r1.2087 src/doc/3RDPARTY cvs rdiff -u -r1.3139 -r1.3140 src/doc/CHANGES

CVS commit: src/doc

2025-02-25 Thread Christos Zoulas
anges from NetBSD 10.0 to NetBSD 11.0: efi: Add new program to read and write efi variables [christos 20250224] acpi(4): Updated ACPICA to 20241212. [christos 20250224] dhcpcd: Import version 10.2.2. [roy 20250225] + postfix(1): Import version 3.10.1. [christos 20250225]

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

2025-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 25 19:15:53 UTC 2025 Modified Files: src/external/ibm-public/postfix/dist: makedefs postfix-install src/external/ibm-public/postfix/dist/README_FILES: ADDRESS_VERIFICATION_README INSTALL TLS_README

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

2025-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 25 19:15:53 UTC 2025 Modified Files: src/external/ibm-public/postfix/dist: makedefs postfix-install src/external/ibm-public/postfix/dist/README_FILES: ADDRESS_VERIFICATION_README INSTALL TLS_README

CVS import: src/external/ibm-public/postfix/dist

2025-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 25 19:13:09 UTC 2025 Update of /cvsroot/src/external/ibm-public/postfix/dist In directory ivanova.netbsd.org:/tmp/cvs-serv6943 Log Message: Import postfix-3.10.1 (previous was 3.8.4) Summary: Postfix 3.9 (July 2022): This rel

CVS import: src/external/ibm-public/postfix/dist

2025-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 25 19:13:09 UTC 2025 Update of /cvsroot/src/external/ibm-public/postfix/dist In directory ivanova.netbsd.org:/tmp/cvs-serv6943 Log Message: Import postfix-3.10.1 (previous was 3.8.4) Summary: Postfix 3.9 (July 2022): This rel

Re: CVS commit: src/external/gpl3/gcc/dist/gcc/config/i386

2025-02-25 Thread Christos Zoulas
On 2025-02-24 10:28 pm, matthew green wrote: "Christos Zoulas" writes: Module Name:src Committed By: christos Date: Sun Feb 23 15:33:49 UTC 2025 Modified Files: src/external/gpl3/gcc/dist/gcc/config/i386: avx2intrin.h Log Message: Pr/59093: Onno van der Linden: Elide ca

CVS commit: src

2025-02-25 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Feb 25 15:29:00 UTC 2025 Modified Files: src/sbin/fsck_ffs: inode.c src/sys/arch/sparc/sparc: timer_msiiep.c src/sys/dev/pci/igc: igc_i225.c Log Message: Fix a few typos in the word 'offset' in comments and err

CVS commit: src

2025-02-25 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Feb 25 15:29:00 UTC 2025 Modified Files: src/sbin/fsck_ffs: inode.c src/sys/arch/sparc/sparc: timer_msiiep.c src/sys/dev/pci/igc: igc_i225.c Log Message: Fix a few typos in the word 'offset' in comments and err

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-02-25 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Feb 25 13:21:24 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: summit_accel.c Log Message: - properly clip glyphs drawn into off-screen memory - when drawing glyphs skip pixels with zero alpha To gen

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-02-25 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Feb 25 13:21:24 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: summit_accel.c Log Message: - properly clip glyphs drawn into off-screen memory - when drawing glyphs skip pixels with zero alpha To gen

CVS commit: src/doc

2025-02-25 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Feb 25 12:53:45 UTC 2025 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note import of dhcpcd-10.2.2 To generate a diff of this commit: cvs rdiff -u -r1.2085 -r1.2086 src/doc/3RDPARTY cvs rdiff -u -r1.3138 -r1.3139 src/

CVS commit: src/doc

2025-02-25 Thread Roy Marples
2. [christos 20250224] + dhcpcd: Import version 10.2.2. [roy 20250225]

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

2025-02-25 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Feb 25 12:50:53 UTC 2025 Modified Files: src/external/bsd/dhcpcd/dist/src: bpf.c dhcp.c dhcp6.c dhcpcd.c if-bsd.c if-options.c ipv6.c ipv6.h ipv6nd.c logerr.c privsep.c script.c Log Message: Sync with dhcp

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

2025-02-25 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Feb 25 12:50:53 UTC 2025 Modified Files: src/external/bsd/dhcpcd/dist/src: bpf.c dhcp.c dhcp6.c dhcpcd.c if-bsd.c if-options.c ipv6.c ipv6.h ipv6nd.c logerr.c privsep.c script.c Log Message: Sync with dhcp

CVS import: src/external/bsd/dhcpcd/dist

2025-02-25 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Feb 25 12:47:40 UTC 2025 Update of /cvsroot/src/external/bsd/dhcpcd/dist In directory ivanova.netbsd.org:/tmp/cvs-serv7232 Log Message: Import dhcpcd-10.2.2 with the following changes: * Only drop IPv4 LL addresses if configured to hand

CVS import: src/external/bsd/dhcpcd/dist

2025-02-25 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Feb 25 12:47:40 UTC 2025 Update of /cvsroot/src/external/bsd/dhcpcd/dist In directory ivanova.netbsd.org:/tmp/cvs-serv7232 Log Message: Import dhcpcd-10.2.2 with the following changes: * Only drop IPv4 LL addresses if configured to hand

CVS commit: src/lib/libpthread

2025-02-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Feb 25 10:15:42 UTC 2025 Modified Files: src/lib/libpthread: affinity.3 Log Message: libpthread/affinity.3: Fix error reporting in example. pthread_setaffinity_np does not set errno, so err(...) is wrong. Instead, it retur

CVS commit: src/lib/libpthread

2025-02-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Feb 25 10:15:42 UTC 2025 Modified Files: src/lib/libpthread: affinity.3 Log Message: libpthread/affinity.3: Fix error reporting in example. pthread_setaffinity_np does not set errno, so err(...) is wrong. Instead, it retur

CVS commit: src/share/man/man9

2025-02-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 25 08:51:28 UTC 2025 Modified Files: src/share/man/man9: module.9 Log Message: PR 59102: fix signature of module callback function. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/share/man/man9/module.

CVS commit: src/share/man/man9

2025-02-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 25 08:51:28 UTC 2025 Modified Files: src/share/man/man9: module.9 Log Message: PR 59102: fix signature of module callback function. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/share/man/man9/module.