CVS commit: src/sys/dev

2023-05-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 24 00:02:51 UTC 2023 Modified Files: src/sys/dev: efi.c Log Message: efi(4): Fix logic to handle buffer sizing. Can't KASSERT(datasize <= databufsize) because the caller is allowed to pass in a too-small size and get E

CVS commit: src/sys/dev

2023-05-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 24 00:02:51 UTC 2023 Modified Files: src/sys/dev: efi.c Log Message: efi(4): Fix logic to handle buffer sizing. Can't KASSERT(datasize <= databufsize) because the caller is allowed to pass in a too-small size and get E

CVS commit: src

2023-05-23 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Tue May 23 20:26:52 UTC 2023 Modified Files: src: UPDATING Log Message: ctfmerge tool fixes might need a clean tools build To generate a diff of this commit: cvs rdiff -u -r1.337 -r1.338 src/UPDATING Please note that diffs are n

CVS commit: src

2023-05-23 Thread Luke Mewburn
changes: ^^^ + +20230523: + ctfmerge was fixed as macOS host tool. This may require a clean tools + rebuild to detect the update to tools/compat/configure. + 20230322: Fixes for moved /lib/libisns* mean that builds will complain about ./usr/lib/libisns* being missing until src

CVS commit: src/doc

2023-05-23 Thread Luke Mewburn
507] riscv: Add Google Goldfish RTC driver. [skrll 20230508] OpenSSL: Imported 3.0.8. [christos 20230510] + ctfmerge: Add error handling to pthread APIs. + Fix semaphores for macOS host tool. [lukem 20230523]

CVS commit: src/doc

2023-05-23 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Tue May 23 20:24:24 UTC 2023 Modified Files: src/doc: CHANGES Log Message: ctfmerge: pthread error handling. macos host fixes To generate a diff of this commit: cvs rdiff -u -r1.2966 -r1.2967 src/doc/CHANGES Please note that dif

CVS commit: src/tools/compat

2023-05-23 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Tue May 23 20:22:11 UTC 2023 Modified Files: src/tools/compat: configure nbtool_config.h.in Log Message: tools/compat: regen for dispatch_semaphore_create To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/tools/c

CVS commit: src/tools/compat

2023-05-23 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Tue May 23 20:22:11 UTC 2023 Modified Files: src/tools/compat: configure nbtool_config.h.in Log Message: tools/compat: regen for dispatch_semaphore_create To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/tools/c

CVS commit: src

2023-05-23 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Tue May 23 20:20:54 UTC 2023 Modified Files: src/share/mk: bsd.own.mk src/tools/compat: Makefile Log Message: tools/compat: MAKEVERBOSE support in regen To generate a diff of this commit: cvs rdiff -u -r1.1325 -r1.1326 sr

CVS commit: src

2023-05-23 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Tue May 23 20:20:54 UTC 2023 Modified Files: src/share/mk: bsd.own.mk src/tools/compat: Makefile Log Message: tools/compat: MAKEVERBOSE support in regen To generate a diff of this commit: cvs rdiff -u -r1.1325 -r1.1326 sr

CVS commit: src/external/gpl3/autoconf/dist/lib/autoconf

2023-05-23 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Tue May 23 20:15:58 UTC 2023 Modified Files: src/external/gpl3/autoconf/dist/lib/autoconf: functions.m4 Log Message: autoconf: AC_FUNC_ALLOCA(): add local fix for BSD support Add local fix to AC_FUNC_ALLOCA() to include on BSD:

CVS commit: src/external/gpl3/autoconf/dist/lib/autoconf

2023-05-23 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Tue May 23 20:15:58 UTC 2023 Modified Files: src/external/gpl3/autoconf/dist/lib/autoconf: functions.m4 Log Message: autoconf: AC_FUNC_ALLOCA(): add local fix for BSD support Add local fix to AC_FUNC_ALLOCA() to include on BSD:

CVS commit: src/external/bsd/unbound/include

2023-05-23 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue May 23 20:07:21 UTC 2023 Modified Files: src/external/bsd/unbound/include: config.h Log Message: Set PID path back to "/var/run/unbound.pid" so rc scripts work again. Ok: Christos Zoulas PR bin/57242 unbound rc.d script doe

CVS commit: src/external/bsd/unbound/include

2023-05-23 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue May 23 20:07:21 UTC 2023 Modified Files: src/external/bsd/unbound/include: config.h Log Message: Set PID path back to "/var/run/unbound.pid" so rc scripts work again. Ok: Christos Zoulas PR bin/57242 unbound rc.d script doe

CVS commit: src

2023-05-23 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Tue May 23 19:53:25 UTC 2023 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: barrier.c barrier.h src/tools/compat: configure.ac Log Message: ctfmerge: fix macOS semaphore implementation Use dispatch_semaphore_c

CVS commit: src

2023-05-23 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Tue May 23 19:53:25 UTC 2023 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: barrier.c barrier.h src/tools/compat: configure.ac Log Message: ctfmerge: fix macOS semaphore implementation Use dispatch_semaphore_c

CVS commit: src/external/cddl/osnet/dist/tools/ctf/cvt

2023-05-23 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Tue May 23 18:54:58 UTC 2023 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: barrier.c ctfmerge.c tdata.c Log Message: ctfmerge: error check sem_*() and pthread_*() APIs terminate() if sem_*() returns -1 or

CVS commit: src/external/cddl/osnet/dist/tools/ctf/cvt

2023-05-23 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Tue May 23 18:54:58 UTC 2023 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: barrier.c ctfmerge.c tdata.c Log Message: ctfmerge: error check sem_*() and pthread_*() APIs terminate() if sem_*() returns -1 or

CVS commit: src/usr.bin/indent

2023-05-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue May 23 18:16:28 UTC 2023 Modified Files: src/usr.bin/indent: indent.c io.c lexi.c Log Message: indent: separate code for handling enums from the lexer The lexer's responsibility is to generate tokens, it's not supposed to upd

CVS commit: src/usr.bin/indent

2023-05-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue May 23 18:16:28 UTC 2023 Modified Files: src/usr.bin/indent: indent.c io.c lexi.c Log Message: indent: separate code for handling enums from the lexer The lexer's responsibility is to generate tokens, it's not supposed to upd

CVS commit: src

2023-05-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue May 23 16:53:57 UTC 2023 Modified Files: src/tests/usr.bin/indent: fmt_decl.c src/usr.bin/indent: debug.c indent.c Log Message: indent: fix indentation of struct declarations To generate a diff of this commit: cvs rd

CVS commit: src

2023-05-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue May 23 16:53:57 UTC 2023 Modified Files: src/tests/usr.bin/indent: fmt_decl.c src/usr.bin/indent: debug.c indent.c Log Message: indent: fix indentation of struct declarations To generate a diff of this commit: cvs rd

CVS commit: src/usr.bin/indent

2023-05-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue May 23 12:12:29 UTC 2023 Modified Files: src/usr.bin/indent: debug.c indent.c indent.h io.c lexi.c parse.c Log Message: indent: split debug output into paragraphs The paragraphs separate the different processing steps: gettin

CVS commit: src/usr.bin/indent

2023-05-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue May 23 12:12:29 UTC 2023 Modified Files: src/usr.bin/indent: debug.c indent.c indent.h io.c lexi.c parse.c Log Message: indent: split debug output into paragraphs The paragraphs separate the different processing steps: gettin

CVS commit: src/crypto

2023-05-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 23 12:05:10 UTC 2023 Modified Files: src/crypto: Makefile.openssl Log Message: centralize the warnings, try to fix clang To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/crypto/Makefile.openssl Please

CVS commit: src/crypto

2023-05-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 23 12:05:10 UTC 2023 Modified Files: src/crypto: Makefile.openssl Log Message: centralize the warnings, try to fix clang To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/crypto/Makefile.openssl Please

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

2023-05-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 23 12:04:42 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/lib/libapps: Makefile src/crypto/external/bsd/openssl/lib/libcommon: Makefile src/crypto/external/bsd/openssl/lib/libcrypto: Makefile

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

2023-05-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 23 12:04:42 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/lib/libapps: Makefile src/crypto/external/bsd/openssl/lib/libcommon: Makefile src/crypto/external/bsd/openssl/lib/libcrypto: Makefile

CVS commit: src/usr.bin/indent

2023-05-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue May 23 11:37:23 UTC 2023 Modified Files: src/usr.bin/indent: indent.c Log Message: indent: extract processing of a single token to separate function No functional change. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/usr.bin/indent

2023-05-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue May 23 11:37:23 UTC 2023 Modified Files: src/usr.bin/indent: indent.c Log Message: indent: extract processing of a single token to separate function No functional change. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/include/arpa

2023-05-23 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue May 23 10:22:42 UTC 2023 Modified Files: src/include/arpa: nameser.h Log Message: s/configuratin/configuration/ in comment, from Brad Harder (bch) by email. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/i

CVS commit: src/include/arpa

2023-05-23 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue May 23 10:22:42 UTC 2023 Modified Files: src/include/arpa: nameser.h Log Message: s/configuratin/configuration/ in comment, from Brad Harder (bch) by email. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/i

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

2023-05-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue May 23 10:20:12 UTC 2023 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: use macros compatible with xf86-video-suncg14 to issue SX instructions much more readable, alignment weirdness is handled automatical

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

2023-05-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue May 23 10:20:12 UTC 2023 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: use macros compatible with xf86-video-suncg14 to issue SX instructions much more readable, alignment weirdness is handled automatical

CVS commit: src/sys/kern

2023-05-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 23 08:16:43 UTC 2023 Modified Files: src/sys/kern: subr_autoconf.c Log Message: autoconf(9): Omit config_detach kernel lock assertion too for now. like in config_attach_pseudo, this assertion almost certainly indicates

CVS commit: src/sys/kern

2023-05-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 23 08:16:43 UTC 2023 Modified Files: src/sys/kern: subr_autoconf.c Log Message: autoconf(9): Omit config_detach kernel lock assertion too for now. like in config_attach_pseudo, this assertion almost certainly indicates