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
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
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
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
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]
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
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
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
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
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
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:
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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.
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
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
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
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
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
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
36 matches
Mail list logo