CVS: cvs.openbsd.org: src

2024-04-02 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2024/04/03 00:01:11 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Since ssh-agent(1) is only readable by root by now, use ssh(1) while generating data in tests.

CVS: cvs.openbsd.org: src

2024-04-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/04/02 22:36:53 Modified files: lib/libc/gen : syslog_r.c Log message: Reading https://github.com/Geal/rust-syslog/issues/79, I came to a related conclusion that our syslog_r should not stomp on errno.

CVS: cvs.openbsd.org: src

2024-04-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/02 22:20:13 Modified files: usr.sbin/rpki-client: x509.c Log message: Fix warning about DistributionPointName type The warning incorrectly mentioned GEN_OTHERNAME, while this is about fullName vs na

CVS: cvs.openbsd.org: src

2024-04-02 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2024/04/02 20:01:21 Modified files: sys/arch/amd64/amd64: cacheinfo.c cpu.c identcpu.c lapic.c machdep.c mtrr.c pctr.c tsc.c ucode.c sys/arch/amd64/include: cpu.

CVS: cvs.openbsd.org: src

2024-04-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2024/04/02 16:50:54 Modified files: lib/libssl : ssl_tlsext.c Log message: Backout previous commit (intending that libressl client rejects a supported groups extension from the server). It triggers 'CONN

CVS: cvs.openbsd.org: src

2024-04-02 Thread Jan Klemkow
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/02 14:59:48 Modified files: sys/dev/pci: if_vmx.c Log message: Implement and enable TSO in vmx(4) Tested with IPv4/IPv6 and vlan(4). ok jmatthew@

CVS: cvs.openbsd.org: src

2024-04-02 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2024/04/02 13:58:28 Modified files: sbin/iked : ikev2_pld.c Log message: Add check to make sure EAP header length matches expected payload length. ok markus@ yasuoka@

CVS: cvs.openbsd.org: www

2024-04-02 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:www Changes by: k...@cvs.openbsd.org2024/04/02 12:27:08 Modified files: faq: current.html Log message: Roll current.html

CVS: cvs.openbsd.org: www

2024-04-02 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:www Changes by: k...@cvs.openbsd.org2024/04/02 12:23:47 Added files: faq: upgrade75.html Log message: Initial upgrade instructions for 7.5 release

CVS: cvs.openbsd.org: src

2024-04-02 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/04/02 08:23:16 Modified files: lib/libc/sys : getsockopt.2 sys/kern : uipc_socket.c Log message: Implement SO_ACCEPTCONN in getsockopt(2) Requested by robert@ OK mvs@ millert@ deraadt@

CVS: cvs.openbsd.org: src

2024-04-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/04/02 06:22:38 Modified files: usr.bin/ssh: ssh-pkcs11.c Log message: Oops, incorrect hex conversion spotted by claudio. While here try to improve how it reads a bit better. Surprising the regress

CVS: cvs.openbsd.org: src

2024-04-02 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/04/02 06:21:40 Modified files: sys/kern : uipc_socket.c Log message: Remove wrong "temporary udp error" comment in filt_so{read,write}(). Not only udp(4) sockets set and check `so_error'. No func

CVS: cvs.openbsd.org: xenocara

2024-04-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2024/04/02 05:24:00 Modified files: . : 3RDPARTY Log message: update

CVS: cvs.openbsd.org: xenocara

2024-04-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2024/04/02 04:43:16 Modified files: distrib/sets/lists/xbase: md.amd64 md.arm64 md.armv7 md.i386 md.loongson md.macppc md.octeon md.po

CVS: cvs.openbsd.org: xenocara

2024-04-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2024/04/02 04:42:23 Modified files: lib/mesa : VERSION meson.build lib/mesa/docs : features.txt lib/mesa/generated: Makefile lib/mesa/generated/src/amd/common: amdgfxregs

CVS: cvs.openbsd.org: src

2024-04-02 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/04/02 04:04:28 Removed files: regress/usr.sbin/bgpd/config: bgpd.conf.example.ok Log message: Remove unused file

CVS: cvs.openbsd.org: src

2024-04-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/04/02 04:02:08 Modified files: usr.bin/ssh: misc.c Log message: for parse_ipqos(), use strtonum() instead of mostly idiomatic strtoul(), but wow it's so gross. ok djm

CVS: cvs.openbsd.org: src

2024-04-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/04/02 03:56:58 Modified files: usr.bin/ssh: misc.c Log message: can shortcut by returning strtonum() value directly; ok djm

CVS: cvs.openbsd.org: xenocara

2024-04-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2024/04/02 03:53:50 xenocara/lib/mesa/mk/libisl_gfx200 Update of /cvs/xenocara/lib/mesa/mk/libisl_gfx200 In directory cvs.openbsd.org:/tmp/cvs-serv80800/libisl_gfx200 Log Message: Directory /cvs/xenocara/lib/me

CVS: cvs.openbsd.org: xenocara

2024-04-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2024/04/02 03:53:50 xenocara/lib/mesa/mk/libiris_gen200 Update of /cvs/xenocara/lib/mesa/mk/libiris_gen200 In directory cvs.openbsd.org:/tmp/cvs-serv80800/libiris_gen200 Log Message: Directory /cvs/xenocara/lib

CVS: cvs.openbsd.org: xenocara

2024-04-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2024/04/02 03:53:50 xenocara/lib/mesa/mk/libvtn Update of /cvs/xenocara/lib/mesa/mk/libvtn In directory cvs.openbsd.org:/tmp/cvs-serv80800/libvtn Log Message: Directory /cvs/xenocara/lib/mesa/mk/libvtn added to

CVS: cvs.openbsd.org: xenocara

2024-04-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2024/04/02 03:53:50 xenocara/lib/mesa/mk/libanv_gen200 Update of /cvs/xenocara/lib/mesa/mk/libanv_gen200 In directory cvs.openbsd.org:/tmp/cvs-serv80800/libanv_gen200 Log Message: Directory /cvs/xenocara/lib/me

CVS: cvs.openbsd.org: xenocara

2024-04-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2024/04/02 03:53:50 xenocara/lib/mesa/mk/libblake3 Update of /cvs/xenocara/lib/mesa/mk/libblake3 In directory cvs.openbsd.org:/tmp/cvs-serv80800/libblake3 Log Message: Directory /cvs/xenocara/lib/mesa/mk/libbla

CVS: cvs.openbsd.org: xenocara

2024-04-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2024/04/02 03:53:50 xenocara/lib/mesa/mk/libradeonsi_gfx115 Update of /cvs/xenocara/lib/mesa/mk/libradeonsi_gfx115 In directory cvs.openbsd.org:/tmp/cvs-serv80800/libradeonsi_gfx115 Log Message: Directory /cvs/

CVS: cvs.openbsd.org: src

2024-04-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/04/02 03:52:14 Modified files: usr.bin/ssh: misc.c Log message: rewrite convtime() to use a isdigit-scanner and strtonum() instead of strange strtoul can might be fooled by garage characters. passes

CVS: cvs.openbsd.org: src

2024-04-02 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/04/02 03:48:24 Modified files: usr.bin/ssh: ssh-pkcs11.c Log message: Remove unused ptr[3] char array in pkcs11_decode_hex. OK deraadt@

CVS: cvs.openbsd.org: www

2024-04-02 Thread Mark Kettenis
CVSROOT:/cvs Module name:www Changes by: kette...@cvs.openbsd.org2024/04/02 03:35:17 Modified files: . : arm64.html Log message: Add a few more supported machines.

CVS: cvs.openbsd.org: src

2024-04-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/04/02 03:32:28 Modified files: usr.bin/ssh: ssh-pkcs11.c Log message: Replace non-idiomatic strtoul(, 16) to parse a region of 2-character hex sequences with a low-level replacement designed just fo

CVS: cvs.openbsd.org: src

2024-04-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/04/02 03:29:31 Modified files: usr.bin/ssh: addr.c Log message: Use strtonum() instead of severely non-idomatic strtoul() In particular this will now reject trailing garbage, ie. '12garbage'. ok djm

CVS: cvs.openbsd.org: src

2024-04-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/02 02:51:06 Modified files: lib/libc/rpc : clnt_udp.c Log message: fix unintended sizeof(pointer) introduced in rev 1.41 found with noderef.cocci, ok deraadt@

CVS: cvs.openbsd.org: www

2024-04-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2024/04/02 02:45:41 Modified files: . : innovations.html Log message: mention msyscall(2) in more detail, and then that it is being removed. Should these manual page links use a release tag or s

CVS: cvs.openbsd.org: src

2024-04-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/04/02 02:39:17 Modified files: sys/sys: exec.h proc.h sys/kern : exec_elf.c exec_subr.c init_main.c kern_exec.c sys/uvm: uvm.h uvm_extern.h uvm_map.c uvm_map.h

CVS: cvs.openbsd.org: src

2024-04-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/04/02 02:27:22 Modified files: sys/kern : sys_process.c Log message: remove useless whitespace; from Jia Tan

CVS: cvs.openbsd.org: src

2024-04-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/04/02 02:21:04 Modified files: etc: rc Log message: also relink ssh-agent