CVS: cvs.openbsd.org: src

2022-03-24 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/03/24 18:42:27

Modified files:
sys/lib/libz   : deflate.c 

Log message:
Sync zlib with userland

Backport zlib fix for the multi line CLEAR_HASH macro.  There is
an else branch where only half of the macro is executed conditionally.
Acording to upstream comment this has only little impact.
https://github.com/madler/zlib/commit/38e8ce32afbaa82f67d992b9f3056f281fe69259

ok bluhm (who had the same diff)



CVS: cvs.openbsd.org: src

2022-03-24 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2022/03/24 16:11:11

Modified files:
regress/lib: Makefile 
regress/lib/libz: Makefile 

Log message:
Link libz into regress build.



CVS: cvs.openbsd.org: src

2022-03-24 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2022/03/24 16:04:27

Modified files:
lib/libz   : deflate.c 

Log message:
Backport zlib fix for the multi line CLEAR_HASH macro.  There is
an else branch where only half of the macro is executed conditionally.
Acording to upstream comment this has only little impact.
https://github.com/madler/zlib/commit/38e8ce32afbaa82f67d992b9f3056f281fe69259
OK deraadt@ tb@



CVS: cvs.openbsd.org: src

2022-03-24 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2022/03/24 14:46:56

Modified files:
distrib/notes  : m4.common 

Log message:
The installer no longer runs dhclient(8).

New verbiage suggested by deraadt@.



CVS: cvs.openbsd.org: src

2022-03-24 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2022/03/24 13:41:06

Log message:
Import upstream madler/zlib test files and run them with our libz.

Status:

Vendor Tag: bluhm
Release Tags:   bluhm_202203024

N src/regress/lib/libz/example.c
N src/regress/lib/libz/infcover.c
N src/regress/lib/libz/minigzip.c
N src/regress/lib/libz/Makefile

No conflicts created by this import



CVS: cvs.openbsd.org: src

2022-03-24 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2022/03/24 12:42:05

Modified files:
sys/arch/powerpc64/include: fpu.h 

Log message:
Add $OpenBSD$ tag and declare that this file is in the public domain.

requested by miod@



CVS: cvs.openbsd.org: src

2022-03-24 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/03/24 09:58:57

Modified files:
regress/lib/libtls/signer: Makefile signertest.c 

Log message:
Adjust the signer test to link statically and work with hidden tls_signer
API.



CVS: cvs.openbsd.org: src

2022-03-24 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/03/24 09:57:44

Modified files:
distrib/sets/lists/base: mi 

Log message:
sync



CVS: cvs.openbsd.org: src

2022-03-24 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/03/24 09:57:04

Modified files:
lib/libtls : shlib_version 

Log message:
Crank major after symbol removal.



CVS: cvs.openbsd.org: src

2022-03-24 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/03/24 09:56:34

Modified files:
lib/libtls : Symbols.list tls.h tls_internal.h 

Log message:
Hide the tls_signer from public visibility. It's not ready yet and
should not be used. It will be revisited after release.

ok beck inoguchi jsing



CVS: cvs.openbsd.org: src

2022-03-24 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2022/03/24 08:39:08

Modified files:
usr.sbin/traceroute: traceroute.c 

Log message:
whitespace niggle noticed during review



CVS: cvs.openbsd.org: www

2022-03-24 Thread Theo de Raadt
CVSROOT:/cvs
Module name:www
Changes by: dera...@cvs.openbsd.org 2022/03/24 08:21:22

Modified files:
.  : arm64.html 

Log message:
M1 also uses bwfm.  These driver lists become inaccurate too easily



CVS: cvs.openbsd.org: src

2022-03-24 Thread Inoguchi Kinichiro
CVSROOT:/cvs
Module name:src
Changes by: inogu...@cvs.openbsd.org2022/03/24 08:07:08

Modified files:
usr.bin/openssl: ts.c 

Log message:
Check function return value



CVS: cvs.openbsd.org: src

2022-03-24 Thread Inoguchi Kinichiro
CVSROOT:/cvs
Module name:src
Changes by: inogu...@cvs.openbsd.org2022/03/24 07:47:55

Modified files:
usr.bin/openssl: ts.c 

Log message:
Compare pointer value with NULL



CVS: cvs.openbsd.org: src

2022-03-24 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2022/03/24 06:07:26

Modified files:
usr.bin/tmux   : colour.c options-table.c window-customize.c 

Log message:
Add unit (milliseconds) to escape-time, show unset colours as "none"
rather than "invalid" and don't show the same text twice for user
options in customize mode.



CVS: cvs.openbsd.org: src

2022-03-24 Thread Inoguchi Kinichiro
CVSROOT:/cvs
Module name:src
Changes by: inogu...@cvs.openbsd.org2022/03/24 06:00:17

Modified files:
usr.bin/openssl: ts.c 

Log message:
Wrap long lines



CVS: cvs.openbsd.org: src

2022-03-24 Thread Inoguchi Kinichiro
CVSROOT:/cvs
Module name:src
Changes by: inogu...@cvs.openbsd.org2022/03/24 05:40:07

Modified files:
usr.bin/openssl: ts.c 

Log message:
Remove space between asterisk and variable name



CVS: cvs.openbsd.org: src

2022-03-24 Thread Inoguchi Kinichiro
CVSROOT:/cvs
Module name:src
Changes by: inogu...@cvs.openbsd.org2022/03/24 05:27:45

Modified files:
usr.bin/openssl: ts.c 

Log message:
Convert openssl(1) ts option handling

Apply new option handling to openssl(1) ts, and there is no functional
changes here.
usage strings are comes from manual page.

comments and ok jsing@



CVS: cvs.openbsd.org: src

2022-03-24 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2022/03/24 03:05:57

Modified files:
usr.bin/tmux   : server-client.c tmux.1 tmux.h tty-features.c 
 tty-term.c tty.c 

Log message:
Add a capability for OSC 7 and use it similarly to how the title is set
(and controlled by the same set-titles option). GitHub issue 3127.



CVS: cvs.openbsd.org: src

2022-03-24 Thread Otto Moerbeek
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2022/03/24 01:37:20

Modified files:
usr.sbin/ntpd  : client.c ntp.c ntpd.h 

Log message:
Plus a small leak found by jmatthew; ok millert@