CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2025-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 22 17:04:55 UTC 2025 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_flags.inc Log Message: Allow addr2line (or llvm_symbolizer to run by default) to print stack traces.

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

2025-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 26 17:09:35 UTC 2025 Modified Files: src/external/bsd/blocklist/bin: blocklistd.c Log Message: Also initialize conf (jlduran) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/bsd/blocklist/bin/

CVS commit: src/external/gpl3/gcc/lib

2025-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 23 18:56:43 UTC 2025 Modified Files: src/external/gpl3/gcc/lib: preinit.mk Log Message: Use ${LIBDIR} so that the compat build works. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/li

Re: CVS commit: src/external/gpl3/binutils/dist/gas/config

2025-04-05 Thread Martin Husemann
On Thu, Apr 03, 2025 at 11:48:26AM +, Nathanial Sloss wrote: > Module Name: src > Committed By: nat > Date: Thu Apr 3 11:48:26 UTC 2025 > > Modified Files: > src/external/gpl3/binutils/dist/gas/config: tc-m68k.c > > Log Message: > Compiler support for buggy early revision 68LC

Re: CVS commit: src/external/bsd/blocklist/lib

2025-03-30 Thread Christos Zoulas
> On Mar 29, 2025, at 9:38 PM, Taylor R Campbell wrote: > > This is still broken: now it doesn't read past the end the input > buffer, but it leaves the bytes bi->bi_msg[rem], bi->bi_msg[rem + 1], > bi->bi_msg[rem + 2] ..., bi->bi_msg[sizeof(bi->bi_msg) - 2] > uninitialized, and will later dump

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

2025-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 29 23:25:57 UTC 2025 Modified Files: src/external/bsd/blocklist/lib: bl.c Log Message: Don't use strlcpy() because it will keep going trying to find the end of the input string (thanks riastradh) To generate a diff of

Re: CVS commit: src/external/bsd/blocklist/lib

2025-03-29 Thread Robert Elz
Date:Sun, 30 Mar 2025 01:38:51 + From:Taylor R Campbell Message-ID: <20250330013852.a346284...@mail.netbsd.org> | but it leaves the bytes bi->bi_msg[rem], bi->bi_msg[rem + 1], | bi->bi_msg[rem + 2] ..., bi->bi_msg[sizeof(bi->bi_msg) - 2] | uninitialized, I

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

2025-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 30 01:53:59 UTC 2025 Modified Files: src/external/bsd/blocklist/lib: bl.c Log Message: PR/59218: Taylor R Campbell: fix NUL termination To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/bsd/block

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

2025-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 30 01:53:59 UTC 2025 Modified Files: src/external/bsd/blocklist/lib: bl.c Log Message: PR/59218: Taylor R Campbell: fix NUL termination To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/bsd/block

Re: CVS commit: src/external/bsd/blocklist/lib

2025-03-29 Thread Taylor R Campbell
> Module Name:src > Committed By: christos > Date: Sat Mar 29 23:25:57 UTC 2025 > > Modified Files: > src/external/bsd/blocklist/lib: bl.c > > Log Message: > Don't use strlcpy() because it will keep going trying to find the end of the > input string (thanks riastradh) > >

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

2025-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 29 23:25:57 UTC 2025 Modified Files: src/external/bsd/blocklist/lib: bl.c Log Message: Don't use strlcpy() because it will keep going trying to find the end of the input string (thanks riastradh) To generate a diff of

Re: CVS commit: src/external/bsd/blocklist/lib

2025-03-29 Thread Taylor R Campbell
> Module Name:src > Committed By: christos > Date: Wed Mar 26 13:52:47 UTC 2025 > > Modified Files: > src/external/bsd/blocklist/lib: bl.c > > Log Message: > NUL-terminate the message string (thanks riastradh) > > > To generate a diff of this commit: > cvs rdiff -u -r1.5

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

2025-03-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 26 17:09:35 UTC 2025 Modified Files: src/external/bsd/blocklist/bin: blocklistd.c Log Message: Also initialize conf (jlduran) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/bsd/blocklist/bin/

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

2025-03-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Mar 26 09:59:17 UTC 2025 Modified Files: src/external/bsd/openresolv/dist: libc.in resolvconf.8.in resolvconf.conf.5.in resolvconf.in unbound.in Log Message: Sync with openresolv-3.14.0 To generate a diff of this co

CVS commit: src/external/public-domain/tz/dist

2025-03-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Mar 26 17:35:31 UTC 2025 Modified Files: src/external/public-domain/tz/dist: NEWS TZDATA_VERSION asia northamerica southamerica version zone.tab zone1970.tab zonenow.tab Log Message: Merge tzdata2025b To generate a

CVS commit: src/external/gpl3/gcc/lib

2025-03-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 23 18:56:43 UTC 2025 Modified Files: src/external/gpl3/gcc/lib: preinit.mk Log Message: Use ${LIBDIR} so that the compat build works. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/li

CVS commit: src/external/public-domain/tz/dist

2025-03-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Mar 26 17:35:31 UTC 2025 Modified Files: src/external/public-domain/tz/dist: NEWS TZDATA_VERSION asia northamerica southamerica version zone.tab zone1970.tab zonenow.tab Log Message: Merge tzdata2025b To generate a

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

2025-03-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 26 16:45:22 UTC 2025 Modified Files: src/external/bsd/blocklist/lib: bl.c Log Message: PR/59218: Taylor R Campbell: Remove extra slop on receive size and prevent fd leak by closing all passed descriptors if we receive mo

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

2025-03-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 26 16:45:22 UTC 2025 Modified Files: src/external/bsd/blocklist/lib: bl.c Log Message: PR/59218: Taylor R Campbell: Remove extra slop on receive size and prevent fd leak by closing all passed descriptors if we receive mo

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

2025-03-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 26 13:52:47 UTC 2025 Modified Files: src/external/bsd/blocklist/lib: bl.c Log Message: NUL-terminate the message string (thanks riastradh) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/bl

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

2025-03-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 26 13:52:47 UTC 2025 Modified Files: src/external/bsd/blocklist/lib: bl.c Log Message: NUL-terminate the message string (thanks riastradh) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/bl

CVS commit: src/external/gpl3/gcc.old/lib

2025-03-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 25 18:03:33 UTC 2025 Modified Files: src/external/gpl3/gcc.old/lib/libasan: Makefile src/external/gpl3/gcc.old/lib/liblsan: Makefile src/external/gpl3/gcc.old/lib/libtsan: Makefile Added Files: src

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

2025-03-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Mar 26 09:59:17 UTC 2025 Modified Files: src/external/bsd/openresolv/dist: libc.in resolvconf.8.in resolvconf.conf.5.in resolvconf.in unbound.in Log Message: Sync with openresolv-3.14.0 To generate a diff of this co

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

2025-03-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 26 00:12:49 UTC 2025 Modified Files: src/external/bsd/blocklist/bin: blocklistd.c Log Message: GitHub issue #1: jlduran: Initialize dbi so that the debug print does not print junk. To generate a diff of this commit: cv

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

2025-03-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 26 00:12:49 UTC 2025 Modified Files: src/external/bsd/blocklist/bin: blocklistd.c Log Message: GitHub issue #1: jlduran: Initialize dbi so that the debug print does not print junk. To generate a diff of this commit: cv

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

2025-03-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 26 00:03:16 UTC 2025 Modified Files: src/external/bsd/blocklist/lib: bl.c Log Message: GitHub/26: jlduran: Fix off-by-one less character To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/bloc

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

2025-03-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 26 00:03:16 UTC 2025 Modified Files: src/external/bsd/blocklist/lib: bl.c Log Message: GitHub/26: jlduran: Fix off-by-one less character To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/bloc

CVS commit: src/external/gpl3/gcc.old/lib

2025-03-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 25 18:03:33 UTC 2025 Modified Files: src/external/gpl3/gcc.old/lib/libasan: Makefile src/external/gpl3/gcc.old/lib/liblsan: Makefile src/external/gpl3/gcc.old/lib/libtsan: Makefile Added Files: src

CVS commit: src/external/gpl3/gcc/lib

2025-03-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 23 23:58:56 UTC 2025 Modified Files: src/external/gpl3/gcc/lib: preinit.mk Log Message: add FILESBUILD To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/lib/preinit.mk Please note that

CVS commit: src/external/gpl3/gcc/lib

2025-03-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 23 23:58:56 UTC 2025 Modified Files: src/external/gpl3/gcc/lib: preinit.mk Log Message: add FILESBUILD To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/lib/preinit.mk Please note that

CVS commit: src/external/gpl3/gcc

2025-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 22 17:05:48 UTC 2025 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h src/external/gpl3/gcc/lib/libasan: Makefile src/external/gpl3/gcc/lib/liblsan: Makefile src/external/gpl3/gcc/li

CVS commit: src/external/gpl3/gcc

2025-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 22 17:05:48 UTC 2025 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h src/external/gpl3/gcc/lib/libasan: Makefile src/external/gpl3/gcc/lib/liblsan: Makefile src/external/gpl3/gcc/li

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2025-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 22 17:04:55 UTC 2025 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_flags.inc Log Message: Allow addr2line (or llvm_symbolizer to run by default) to print stack traces.

CVS commit: src/external/bsd/nvi/dist/regex

2025-03-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 20 18:39:17 UTC 2025 Modified Files: src/external/bsd/nvi/dist/regex: regcomp.c Log Message: PR/59103: RVP: Search of non-ASCII chars. broken when `:set extended' is set To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/nvi/dist/regex

2025-03-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 20 18:39:17 UTC 2025 Modified Files: src/external/bsd/nvi/dist/regex: regcomp.c Log Message: PR/59103: RVP: Search of non-ASCII chars. broken when `:set extended' is set To generate a diff of this commit: cvs rdiff -u

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

2025-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 15 17:20:45 UTC 2025 Modified Files: src/external/gpl3/gdb/dist/gdb: bsd-kvm.c Log Message: Don't segv if we have not specified an executable file, print an error instead. To generate a diff of this commit: cvs rdiff -

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

2025-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 15 17:20:45 UTC 2025 Modified Files: src/external/gpl3/gdb/dist/gdb: bsd-kvm.c Log Message: Don't segv if we have not specified an executable file, print an error instead. To generate a diff of this commit: cvs rdiff -

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

2025-03-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 6 10:02:10 UTC 2025 Modified Files: src/external/gpl3/gcc/dist/gcc: tree-ssa-ccp.cc Log Message: Remove a (local) "temporary cludge" that has outlived its usefullness when we updated from jemalloc 1.0 to newer versions: r

CVS commit: src/external/mit/expat/lib/libexpat

2025-03-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Mar 14 21:26:54 UTC 2025 Modified Files: src/external/mit/expat/lib/libexpat: expat.expsym expat_config.h shlib_version Log Message: Update build structure for expat 2.7.0 To generate a diff of this commit: cvs rdif

CVS commit: src/external/mit/expat/lib/libexpat

2025-03-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Mar 14 21:26:54 UTC 2025 Modified Files: src/external/mit/expat/lib/libexpat: expat.expsym expat_config.h shlib_version Log Message: Update build structure for expat 2.7.0 To generate a diff of this commit: cvs rdif

CVS commit: src/external/mit/expat/dist

2025-03-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Mar 14 21:26:04 UTC 2025 Modified Files: src/external/mit/expat/dist/conftools: config.guess config.sub src/external/mit/expat/dist/lib: xmlparse.c xmltok.c xmltok.h xmltok_impl.c src/external/mit/expat

CVS commit: src/external/bsd/tmux/usr.bin/tmux

2025-03-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Mar 12 07:57:05 UTC 2025 Modified Files: src/external/bsd/tmux/usr.bin/tmux: Makefile Log Message: tmux: restore HAVE_UTEMPTER >From RVP in PR 59171. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/external/b

CVS commit: src/external/bsd/tmux/usr.bin/tmux

2025-03-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Mar 12 07:57:05 UTC 2025 Modified Files: src/external/bsd/tmux/usr.bin/tmux: Makefile Log Message: tmux: restore HAVE_UTEMPTER >From RVP in PR 59171. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/external/b

CVS commit: src/external/mit/xorg/lib

2025-03-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 9 06:03:52 UTC 2025 Modified Files: src/external/mit/xorg/lib/libSM: Makefile src/external/mit/xorg/lib/libX11: Makefile.libx11 src/external/mit/xorg/lib/libXau: Makefile src/external/mit/xorg/lib/libx

CVS commit: src/external/mit/xorg/bin

2025-03-08 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 9 06:36:42 UTC 2025 Modified Files: src/external/mit/xorg/bin/oclock: Makefile src/external/mit/xorg/bin/transset: Makefile src/external/mit/xorg/bin/xkbevd: Makefile Log Message: use xorg-pkg-ver.mk for PACK

CVS commit: src/external/mit/xorg/bin

2025-03-08 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 9 06:36:42 UTC 2025 Modified Files: src/external/mit/xorg/bin/oclock: Makefile src/external/mit/xorg/bin/transset: Makefile src/external/mit/xorg/bin/xkbevd: Makefile Log Message: use xorg-pkg-ver.mk for PACK

CVS commit: src/external/mit/xorg/lib

2025-03-08 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 9 06:03:52 UTC 2025 Modified Files: src/external/mit/xorg/lib/libSM: Makefile src/external/mit/xorg/lib/libX11: Makefile.libx11 src/external/mit/xorg/lib/libXau: Makefile src/external/mit/xorg/lib/libx

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2025-03-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 6 13:41:16 UTC 2025 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: size_classes.h Log Message: PR 59062: make jemalloc guaranteed alignment match previous NetBSD guarantees. Current theory is that 1

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2025-03-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 6 13:41:16 UTC 2025 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: size_classes.h Log Message: PR 59062: make jemalloc guaranteed alignment match previous NetBSD guarantees. Current theory is that 1

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

2025-03-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 6 10:02:10 UTC 2025 Modified Files: src/external/gpl3/gcc/dist/gcc: tree-ssa-ccp.cc Log Message: Remove a (local) "temporary cludge" that has outlived its usefullness when we updated from jemalloc 1.0 to newer versions: r

CVS commit: src/external/bsd/ipf/dist/man

2025-02-26 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Feb 27 04:14:17 UTC 2025 Modified Files: src/external/bsd/ipf/dist/man: ippool.8 Log Message: ippool.8: minor spelling and grammar fixes To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ip

CVS commit: src/external/bsd/ipf/dist/man

2025-02-26 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Feb 27 04:14:17 UTC 2025 Modified Files: src/external/bsd/ipf/dist/man: ippool.8 Log Message: ippool.8: minor spelling and grammar fixes To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ip

CVS commit: src/external/bsd/ipf/dist/man

2025-02-26 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Feb 27 04:11:47 UTC 2025 Modified Files: src/external/bsd/ipf/dist/man: ippool.5 Log Message: ippool.5: fix address pool example syntax PR misc/59106 with patch provided by RVP. Issue identified by Charadon on netbsd-user

CVS commit: src/external/bsd/ipf/dist/man

2025-02-26 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Feb 27 04:11:47 UTC 2025 Modified Files: src/external/bsd/ipf/dist/man: ippool.5 Log Message: ippool.5: fix address pool example syntax PR misc/59106 with patch provided by RVP. Issue identified by Charadon on netbsd-user

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/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

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/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

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

2025-02-24 Thread matthew green
"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 cast-qual gcc warning for dist code i rea

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

2025-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 24 16:52:39 UTC 2025 Modified Files: src/external/bsd/dhcpcd/dist/src: dhcp6.c Log Message: PR/59098: Christos Zoulas: new dhcpcd broken for ipv6, thanks roy@ To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.

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

2025-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 24 16:52:39 UTC 2025 Modified Files: src/external/bsd/dhcpcd/dist/src: dhcp6.c Log Message: PR/59098: Christos Zoulas: new dhcpcd broken for ipv6, thanks roy@ To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.

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

2025-02-23 Thread Christos Zoulas
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 cast-qual gcc warning To generate a diff of this commit: cvs rdiff -u -r1.

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

2025-02-23 Thread Christos Zoulas
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 cast-qual gcc warning To generate a diff of this commit: cvs rdiff -u -r1.

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

2025-02-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 22 19:06:51 UTC 2025 Modified Files: src/external/gpl3/gcc/dist/gcc/config/i386: avx512bwintrin.h avx512fintrin.h avx512vlbwintrin.h avx512vlintrin.h avxintrin.h keylockerintrin.h Log Message: PR/

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

2025-02-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 22 19:06:51 UTC 2025 Modified Files: src/external/gpl3/gcc/dist/gcc/config/i386: avx512bwintrin.h avx512fintrin.h avx512vlbwintrin.h avx512vlintrin.h avxintrin.h keylockerintrin.h Log Message: PR/

CVS commit: src/external/mit/xorg/bin/xedit/lisp

2025-02-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 20 21:20:02 UTC 2025 Modified Files: src/external/mit/xorg/bin/xedit/lisp: Makefile Log Message: xedit: suppress a few lint warnings To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/mit/xorg/bin/x

CVS commit: src/external/mit/xorg/bin/xedit/lisp

2025-02-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 20 21:20:02 UTC 2025 Modified Files: src/external/mit/xorg/bin/xedit/lisp: Makefile Log Message: xedit: suppress a few lint warnings To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/mit/xorg/bin/x

CVS commit: src/external/cddl/osnet/dist/cmd/zfs

2025-02-18 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Tue Feb 18 13:58:35 UTC 2025 Modified Files: src/external/cddl/osnet/dist/cmd/zfs: zfs.8 Log Message: Remove orphaned -f flag for zfs mount To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/di

CVS commit: src/external/cddl/osnet/dist/cmd/zfs

2025-02-18 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Tue Feb 18 13:58:35 UTC 2025 Modified Files: src/external/cddl/osnet/dist/cmd/zfs: zfs.8 Log Message: Remove orphaned -f flag for zfs mount To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/di

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

2025-02-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Feb 13 02:56:03 UTC 2025 Modified Files: src/external/bsd/dhcpcd/dist/src: ipv6.c Log Message: Supply a forgotten ';' in conditionally compiled code. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/external/bs

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

2025-02-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Feb 13 02:56:03 UTC 2025 Modified Files: src/external/bsd/dhcpcd/dist/src: ipv6.c Log Message: Supply a forgotten ';' in conditionally compiled code. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/external/bs

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

2025-02-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Feb 13 02:55:20 UTC 2025 Modified Files: src/external/bsd/dhcpcd/dist/src: dhcp.c Log Message: In dhcp_handledhcp() var 'tmp' is not used #ifndef IPV4LL To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/external

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

2025-02-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Feb 13 02:55:20 UTC 2025 Modified Files: src/external/bsd/dhcpcd/dist/src: dhcp.c Log Message: In dhcp_handledhcp() var 'tmp' is not used #ifndef IPV4LL To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/external

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

2025-02-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Feb 13 02:53:06 UTC 2025 Modified Files: src/external/bsd/dhcpcd/dist/src: if-options.c Log Message: Conditionally compile more vars not used #ifndef SMALL To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/exter

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

2025-02-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Feb 13 02:53:06 UTC 2025 Modified Files: src/external/bsd/dhcpcd/dist/src: if-options.c Log Message: Conditionally compile more vars not used #ifndef SMALL To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/exter

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

2025-02-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Feb 13 01:54:46 UTC 2025 Modified Files: src/external/bsd/dhcpcd/dist/src: if-options.c Log Message: The var 'vo' in free_options() is used only #ifndef SMALL, move its declaration to the appropriate place for that case. Should

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

2025-02-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Feb 13 01:54:46 UTC 2025 Modified Files: src/external/bsd/dhcpcd/dist/src: if-options.c Log Message: The var 'vo' in free_options() is used only #ifndef SMALL, move its declaration to the appropriate place for that case. Should

CVS commit: src/external/mpl/dhcp

2025-02-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 12 22:23:34 UTC 2025 Modified Files: src/external/mpl/dhcp: Makefile.inc Log Message: Add commented out memory debugging stuff. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/external/mpl/dhcp/Makefi

CVS commit: src/external/mpl/dhcp

2025-02-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 12 22:23:34 UTC 2025 Modified Files: src/external/mpl/dhcp: Makefile.inc Log Message: Add commented out memory debugging stuff. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/external/mpl/dhcp/Makefi

CVS commit: src/external/mpl/dhcp/dist/server

2025-02-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 12 22:17:27 UTC 2025 Modified Files: src/external/mpl/dhcp/dist/server: mdb6.c Log Message: Fix 2 bugs when cleaning old leases: 1. in cleanup_old_expired() call iasubopt_dereference() if the subopt did not have an ia

CVS commit: src/external/mpl/dhcp/dist/server

2025-02-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 12 22:17:27 UTC 2025 Modified Files: src/external/mpl/dhcp/dist/server: mdb6.c Log Message: Fix 2 bugs when cleaning old leases: 1. in cleanup_old_expired() call iasubopt_dereference() if the subopt did not have an ia

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

2025-02-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Feb 12 19:23:13 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-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Feb 12 19:23:13 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/blocklist/test

2025-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 11 17:43:16 UTC 2025 Modified Files: src/external/bsd/blocklist/test: srvtest.c Log Message: - Allow specifying the socket path - sys/cdefs.h portability To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

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

2025-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 11 17:46:32 UTC 2025 Modified Files: src/external/bsd/blocklist/port: Makefile.am Log Message: - don't install test programs - use autoconf prefix for paths (Hans Rosenfeld) To generate a diff of this commit: cvs rdiff

CVS commit: src/external/bsd/blocklist

2025-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 11 17:48:31 UTC 2025 Modified Files: src/external/bsd/blocklist: Makefile.inc src/external/bsd/blocklist/bin: blocklistctl.c blocklistd.c conf.c internal.c run.c state.c support.c src/external/

CVS commit: src/external/bsd/blocklist

2025-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 11 17:48:31 UTC 2025 Modified Files: src/external/bsd/blocklist: Makefile.inc src/external/bsd/blocklist/bin: blocklistctl.c blocklistd.c conf.c internal.c run.c state.c support.c src/external/

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

2025-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 11 17:47:55 UTC 2025 Added Files: src/external/bsd/blocklist/port: vsyslog_r.c Log Message: use autoconf for vsyslog_r() (Hans Rosenfeld) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/bsd/block

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

2025-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 11 17:47:55 UTC 2025 Added Files: src/external/bsd/blocklist/port: vsyslog_r.c Log Message: use autoconf for vsyslog_r() (Hans Rosenfeld) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/bsd/block

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

2025-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 11 17:47:05 UTC 2025 Modified Files: src/external/bsd/blocklist/bin: blocklistd.conf.5 Log Message: Fold long line (Hans Rosenfeld) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/blocklist

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

2025-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 11 17:47:05 UTC 2025 Modified Files: src/external/bsd/blocklist/bin: blocklistd.conf.5 Log Message: Fold long line (Hans Rosenfeld) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/blocklist

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

2025-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 11 17:46:32 UTC 2025 Modified Files: src/external/bsd/blocklist/port: Makefile.am Log Message: - don't install test programs - use autoconf prefix for paths (Hans Rosenfeld) To generate a diff of this commit: cvs rdiff

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

2025-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 11 17:45:29 UTC 2025 Modified Files: src/external/bsd/blocklist/port: configure.ac Log Message: Run autoupdate (Hans Rosenfeld) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/blocklist

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

2025-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 11 17:45:29 UTC 2025 Modified Files: src/external/bsd/blocklist/port: configure.ac Log Message: Run autoupdate (Hans Rosenfeld) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/blocklist

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

2025-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 11 17:45:01 UTC 2025 Modified Files: src/external/bsd/blocklist/lib: bl.c Log Message: - Illumos port - sys/cdefs.h portability To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/blocklist/lib

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

2025-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 11 17:45:01 UTC 2025 Modified Files: src/external/bsd/blocklist/lib: bl.c Log Message: - Illumos port - sys/cdefs.h portability To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/blocklist/lib

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

2025-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 11 17:43:46 UTC 2025 Modified Files: src/external/bsd/blocklist/port: port.h Log Message: More macros for portability (Hans Rosenfeld) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/bl

  1   2   3   4   5   6   7   8   9   10   >