CVS: cvs.openbsd.org: src

2024-06-29 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/06/29 23:16:17

Modified files:
lib/libz   : infback.c inffast.c inflate.c 

Log message:
cast string literals with z_const char *

from upstream 2ba25b2ddab9aa939c321d087fcfca573a9cca55



CVS: cvs.openbsd.org: src

2024-06-29 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/06/29 23:13:38

Modified files:
lib/libz   : zlib.h 

Log message:
Z_HUFFMAN -> Z_HUFFMAN_ONLY + linewrapping churn in a comment

from upstream 0f3b7b9595cc7d85c3b13282e71fcecef7f18f9c



CVS: cvs.openbsd.org: src

2024-06-29 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/06/29 18:29:36

Modified files:
sys/dev/acpi   : acpivar.h 

Log message:
remove struct acpi_parsestate, unused since dsdt.c rev 1.16



CVS: cvs.openbsd.org: src

2024-06-29 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/06/29 17:37:50

Modified files:
sys/dev/acpi   : acpivar.h 

Log message:
remove struct acpi_dev_rank, unused since acpi.c rev 1.144



CVS: cvs.openbsd.org: src

2024-06-29 Thread Florian Obser
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2024/06/29 11:25:56

Modified files:
sbin/unwind: resolver.c 

Log message:
Disable the shared cache between resolvers for now.

Since the latest libunbound update the frontend process would segfault
about once a day on one of my MX servers with what looks like a
use-after-free deep inside of libunbound.

Maybe we are poking too much at internals and the shared cache is too
much of a hack. #ifdef for now to ease investigation, but it is
possible that this code just has to go.



CVS: cvs.openbsd.org: src

2024-06-29 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/06/29 10:10:08

Modified files:
lib/libz   : compress.3 

Log message:
Z_HUFFMAN -> Z_HUFFMAN_ONLY

from upstream 0f3b7b9595cc7d85c3b13282e71fcecef7f18f9c



CVS: cvs.openbsd.org: src

2024-06-29 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/06/29 06:09:51

Modified files:
sbin/ifconfig  : ifconfig.c 

Log message:
remove unused vars



CVS: cvs.openbsd.org: src

2024-06-29 Thread YASUOKA Masahiko
CVSROOT:/cvs
Module name:src
Changes by: yasu...@cvs.openbsd.org 2024/06/29 05:50:31

Modified files:
lib/libradius  : radius.h 

Log message:
Fix typos in previous.



CVS: cvs.openbsd.org: src

2024-06-29 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/06/29 05:32:35

Modified files:
usr.bin/kdump  : kdump.c 

Log message:
remove unused vars



CVS: cvs.openbsd.org: src

2024-06-29 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/06/29 01:34:12

Modified files:
lib/libssl : ssl_lib.c 

Log message:
fix typo



CVS: cvs.openbsd.org: src

2024-06-29 Thread YASUOKA Masahiko
CVSROOT:/cvs
Module name:src
Changes by: yasu...@cvs.openbsd.org 2024/06/29 01:19:18

Modified files:
lib/libradius  : radius.h 

Log message:
Add variables for RFC 5176 Error Cause.