CVS: cvs.openbsd.org: src

2024-04-17 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/04/17 00:18:18 Modified files: regress/usr.bin/snmp: Makefile Log message: Only use the first egress interface in $IFIDX and $IFLLADDR. Systems can have more then one interface. This only works if ther

CVS: cvs.openbsd.org: src

2024-04-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/04/16 22:36:40 Modified files: distrib/arm64/ramdisk: install.md Log message: Use $_disk consistently over $1 in md_installboot(); no functional change Somehow I did not amend those right away when

CVS: cvs.openbsd.org: src

2024-04-16 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/16 19:24:43 Modified files: usr.bin/openssl: req.c Log message: openssl req: plug obvious leak CID 492603

CVS: cvs.openbsd.org: src

2024-04-16 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/16 17:09:35 Modified files: bin/pax: options.c tar.1 Log message: Switch tar(1) write default format to 'pax' Lets us store longer file names, link names, finer grained timestamps, larger

CVS: cvs.openbsd.org: src

2024-04-16 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/16 16:58:10 Modified files: bin/pax: tar.c Log message: Fix reading large pax extended records 512 bytes isn't enough if you want to store rather large but still useful long file names or

CVS: cvs.openbsd.org: src

2024-04-16 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/16 14:51:12 Modified files: bin/pax: tar.c Log message: Fix pasto: broken storage of symbolic link long destinations in pax format

CVS: cvs.openbsd.org: src

2024-04-16 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/16 13:09:06 Modified files: bin/pax: tar.c Log message: Revert wip patch, not intended for commit

CVS: cvs.openbsd.org: src

2024-04-16 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/16 13:04:11 Modified files: bin/pax: options.c tar.1 tar.c Log message: Add tar(1) -F option to select write format We want to move towards 'pax' as the default format for writing, this

CVS: cvs.openbsd.org: src

2024-04-16 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/16 12:52:43 Modified files: bin/pax: extern.h options.c tar.c Log message: Correctly detect 'pax' format archives in append mode We expect that existing pax archives start with a global or

CVS: cvs.openbsd.org: src

2024-04-16 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/16 11:46:30 Modified files: lib/libssl : ssl_tlsext.c Log message: Fix key share negotiation in HRR case In the ClientHello retrying the handshake after a HelloRetryRequest, the client must

CVS: cvs.openbsd.org: src

2024-04-16 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/04/16 11:15:51 Modified files: usr.sbin/httpd : server_file.c Log message: Prevent toctu issues in static file serving and auto index generation. This fixes a problem in passing, reported by matthieu@

CVS: cvs.openbsd.org: src

2024-04-16 Thread Frederic Cambus
CVSROOT:/cvs Module name:src Changes by: fcam...@cvs.openbsd.org 2024/04/16 11:15:15 Modified files: sys/dev/wsfont : spleen32x64.h Log message: Update Spleen kernel fonts to version 2.1.0, bringing the following improvements: - Fix latin small letter 'u' smoothing in

CVS: cvs.openbsd.org: src

2024-04-16 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/04/16 08:37:49 Modified files: sys/netinet6 : in6.c Log message: Destination addresses make no sense on loopback interfaces. While here use (variable & FLAG) or !(variable & FLAG) consistently in

CVS: cvs.openbsd.org: src

2024-04-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/04/16 07:14:46 Modified files: lib/libcrypto/bn: bn_convert.c Log message: Invert BN_BITS2 handling in bn_bin2bn_cbs() and bn_hex2bn_cbs(). This results in simpler code. Suggested by tb@ during

CVS: cvs.openbsd.org: src

2024-04-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/04/16 07:11:37 Modified files: lib/libcrypto/bn: bn_convert.c Log message: Rewrite BN_bin2bn() using CBS. ok tb@

CVS: cvs.openbsd.org: src

2024-04-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/04/16 07:07:14 Modified files: lib/libcrypto/bn: bn_lib.c bn_local.h Log message: Provide bn_expand_bytes(). This will be used in an upcoming change. ok tb@

CVS: cvs.openbsd.org: src

2024-04-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/04/16 07:04:05 Modified files: lib/libcrypto/bn: bn_convert.c bn_lib.c bn_local.h Log message: Rename bn_expand() to bn_expand_bits(). Also change the bits type from int to size_t, since that's what

CVS: cvs.openbsd.org: src

2024-04-16 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/04/16 06:56:39 Modified files: sys/netinet: ip_input.c ip_var.h sys/netinet6 : ip6_forward.c ip6_input.c ip6_output.c ip6_var.h Log message: Use route cache

CVS: cvs.openbsd.org: src

2024-04-16 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/04/16 06:40:40 Modified files: sys/netinet6 : in6_proto.c raw_ip6.c Log message: Run raw IPv6 input in parallel. Get rip6_input() in the same shape as rip_input(). Call soisdisconnected() from

CVS: cvs.openbsd.org: src

2024-04-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/16 04:19:00 Modified files: usr.bin/less : filename.c Log message: remove unused functions; ok tb@

CVS: cvs.openbsd.org: src

2024-04-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/04/16 04:06:37 Modified files: sys/uvm: uvm_swap.c Log message: Call bufq_destroy() in swap_off for the VREG case since swap_on() called bufq_init(). Similar issue as the use-after-free in mfs.

CVS: cvs.openbsd.org: src

2024-04-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/04/16 04:04:41 Modified files: sys/ufs/mfs: mfs_vnops.c Log message: Call bufq_destroy() in mfs_reclaim() before freeing the mfsnode. This fixes a use-after-free bug in bufq_quiesce() once a mfs

CVS: cvs.openbsd.org: src

2024-04-16 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/04/16 02:53:02 Modified files: sys/uvm: uvm_amap.c Log message: Prevent a NULL dereference in error code path. Under memory pressure allocating an amap chunk can fail. In such case it is not

CVS: cvs.openbsd.org: src

2024-04-16 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/16 01:34:18 Modified files: lib/libcrypto : Symbols.list Log message: sort

CVS: cvs.openbsd.org: src

2024-04-15 Thread Caspar Schutijser
CVSROOT:/cvs Module name:src Changes by: cas...@cvs.openbsd.org 2024/04/15 16:07:09 Modified files: bin/pax: options.c Log message: Amend previous: improve comment

CVS: cvs.openbsd.org: src

2024-04-15 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/04/15 15:31:29 Modified files: sys/kern : uipc_socket.c Log message: Don't take solock() in soreceive() for udp(4) sockets. These sockets are not connection oriented, they don't call pru_rcvd(),

CVS: cvs.openbsd.org: src

2024-04-15 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/04/15 12:31:04 Modified files: sys/netinet: in_pcb.h Log message: Delete unused inp_csumoffset define. OK mvs@

CVS: cvs.openbsd.org: src

2024-04-15 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/15 11:33:10 Modified files: bin/pax: options.c pax.1 Log message: Switch pax(1) to write archives using the 'pax' format by default ramdisk versions will keep using ustar for writing. ok

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 10:49:13 Modified files: regress/lib/libcrypto/symbols: symbols.awk Log message: Remove workarounds for unprototyped symbols

CVS: cvs.openbsd.org: src

2024-04-15 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:src Changes by: bent...@cvs.openbsd.org 2024/04/15 10:11:01 Modified files: share/man/man5 : port-modules.5 Log message: Sync with font module variable namespacing changes. ok sthen@

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 10:05:49 Modified files: lib/libcrypto : o_fips.c Log message: Include the correct header

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 10:04:02 Modified files: distrib/sets/lists/base: mi Log message: sync libressl bump

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 10:01:23 Modified files: lib/libtls : shlib_version Log message: crank libtls like libcrypto and libssl

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 10:00:51 Modified files: lib/libssl : shlib_version Log message: crank libssl major after libcrypto major and symbol removal

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 10:00:06 Modified files: lib/libssl : Symbols.list ssl_lib.c Log message: Unexport SSL_version_str ok jsing

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 09:58:55 Modified files: lib/libcrypto : shlib_version Log message: crank libcrypto major after symbol removal

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 09:55:01 Modified files: lib/libcrypto : Makefile Symbols.list Removed files: lib/libcrypto : o_str.c Log message: Bye, bye, OPENSSL_str{,n}casecmp() ok jsing

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 09:52:46 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/ts: ts_asn1.c Log message: And a pile of TS ASN.1 stuff becomes internal-only, too ok jsing

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 09:52:01 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/asn1: x_name.c Log message: X509_NAME_ENTRIES_it and X509_NAME_INTERNAL_it go internal It's always good to see

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 09:49:37 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/dsa: dsa_asn1.c lib/libcrypto/ecdsa: ecdsa.c Log message: And here go {,EC}DSA_SIG_it ok jsing

CVS: cvs.openbsd.org: src

2024-04-15 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/04/15 09:47:58 Modified files: include: dirent.h lib/libc : Symbols.list lib/libc/gen : opendir.c scandir.3 scandir.c lib/libc/hidden: dirent.h Log message:

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 09:47:38 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/dh: dh_asn1.c Log message: DHparam_it becomes static, too ok jsing

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 09:46:29 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/ec: ec_asn1.c Log message: More X9.62 stuff was never used outside of ec_asn1.c We only need the ASN.1 items. ok

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 09:44:15 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/ec: ec_asn1.c Log message: EC_PRIVATEKEY becomes internal-only, too ok jsing

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 09:42:23 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/ec: ec.h ec_asn1.c Log message: Unexport the ECPKPARAMETERS API ok jsing

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 09:41:27 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/ec: ec_asn1.c Log message: Make ECPARAMETERS_{new,free,it} internal-only ok jsing

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 09:40:08 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/bio: bss_conn.c Log message: Move BIO_CONNECT_{new,free}() to internal-only ok jsing

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 09:37:37 Modified files: lib/libcrypto : Symbols.list Log message: Remove ASN1_time_clamp_not_after() from Symbols.list This was only ever semi-public and libtls no longer uses it since it was

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 09:34:11 Modified files: distrib/sets/lists/base: mi Log message: sync libc bump

CVS: cvs.openbsd.org: src

2024-04-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/15 09:32:12 Modified files: lib/libc : shlib_version Log message: whee libc 100. break all the things

CVS: cvs.openbsd.org: src

2024-04-15 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2024/04/15 09:21:11 Modified files: lib/libc/arch/aarch64: Symbols.list lib/libc/arch/aarch64/gen: Makefile.inc lib/libc/arch/arm: Symbols.list lib/libc/arch/arm/gen: Makefile.inc

CVS: cvs.openbsd.org: src

2024-04-15 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/04/15 09:09:26 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys: syscall.h syscallargs.h Log message: Regen after sigsuspend and __thrsigdivert unlock

CVS: cvs.openbsd.org: src

2024-04-15 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/04/15 09:08:21 Modified files: sys/kern : syscalls.master Log message: sigsuspend and __thrsigdivert no longer require the KERNEL_LOCK since dosigsuspend() no longer needs it. OK mvs@ mpi@

CVS: cvs.openbsd.org: src

2024-04-15 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/04/15 08:36:16 Modified files: regress/lib/libcrypto/bn: bn_bits.c Log message: Enable negative zero checks for BN_clear_bit() and BN_mask_bits().

CVS: cvs.openbsd.org: src

2024-04-15 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/04/15 08:35:25 Modified files: lib/libcrypto/bn: bn_lib.c Log message: Prevent negative zero from being created via BN bit functions. Both BN_clear_bit() and BN_mask_bits() can create zero values - in

CVS: cvs.openbsd.org: src

2024-04-15 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2024/04/15 08:30:48 Modified files: lib/libc/arch/aarch64/gen: byte_swap_2.S byte_swap_4.S lib/libc/arch/arm/gen: byte_swap_2.S byte_swap_4.S lib/libc/net : Makefile.inc htonl.c htons.c

CVS: cvs.openbsd.org: src

2024-04-15 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/04/15 08:25:10 Modified files: sys/dev/ic : nvme.c Log message: Don't wait forever in nvme_poll(). Respect the timeout provided by a scsi_xfer. Define values for internal commands (identity and

CVS: cvs.openbsd.org: src

2024-04-15 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/15 08:06:52 Modified files: share/man/man5 : pf.conf.5 Log message: hint that the tcp timeout values can be adjusted collectively via "set optimization"; from jesper wallin ok bluhm

CVS: cvs.openbsd.org: src

2024-04-15 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/15 08:04:49 Modified files: share/man/man5 : pf.conf.5 Log message: document tcp.tsdiff; from jesper wallin ok bluhm

CVS: cvs.openbsd.org: src

2024-04-15 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/04/15 07:58:48 Modified files: sys/dev/ic : nvme.c Log message: Don't hang in nvme_poll() if the nvme controller has disconnected from the pcie bus. i.e. if register reads start returning

CVS: cvs.openbsd.org: src

2024-04-15 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/15 07:57:45 Modified files: usr.sbin/rpki-client: crl.c extern.h parser.c Log message: Use the manifest location as additional differentiator when comparing CRLs OK tb@

CVS: cvs.openbsd.org: src

2024-04-15 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/04/15 06:44:24 Modified files: usr.sbin/nsd : aclocal.m4 config.h.in configure configure.ac Added files: usr.sbin/nsd : config.guess config.sub Log message: Sync to autoconf 2.71 upstream

CVS: cvs.openbsd.org: src

2024-04-15 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2024/04/15 02:19:55 Modified files: usr.bin/tmux : arguments.c cmd-command-prompt.c cmd-confirm-before.c layout-custom.c Log message: Fixes for memory leaks reported by Lu Ming

CVS: cvs.openbsd.org: src

2024-04-15 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/15 00:12:47 Modified files: share/man/man4 : umb.4 Log message: add an EXAMPLES section with a simple config file, similar to the wireless pages; started by a request from julian huhn, and adapted

CVS: cvs.openbsd.org: src

2024-04-14 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/14 19:48:12 Modified files: sys/dev/pci/drm: drm_probe_helper.c Log message: drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes >From Shradha Gupta

CVS: cvs.openbsd.org: src

2024-04-14 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/14 19:46:03 Modified files: sys/dev/pci/drm: drm_modeset_helper.c drm_probe_helper.c Log message: drm: Check output polling initialized before disabling >From Shradha Gupta

CVS: cvs.openbsd.org: src

2024-04-14 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/14 19:43:44 Modified files: sys/dev/pci/drm/amd/display/modules/inc: mod_stats.h Log message: drm/amd/display: Fix nanosec stat overflow >From Aric Cyr 953fee8160f1adf2929b9588c043170563c6ac4d in

CVS: cvs.openbsd.org: src

2024-04-14 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/14 19:42:21 Modified files: sys/dev/pci/drm/ttm: ttm_bo.c Log message: drm/ttm: return ENOSPC from ttm_bo_mem_space v3 >From Christian Koenig 852ad6a4f55c1e90123eff6d957119d4d5f27726 in

CVS: cvs.openbsd.org: src

2024-04-14 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/14 19:40:36 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_chardev.c Log message: amdkfd: use calloc instead of kzalloc to avoid integer overflow >From Dave Airlie

CVS: cvs.openbsd.org: src

2024-04-14 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/04/14 14:46:27 Modified files: sys/net: if_bridge.c sys/netinet: in_proto.c ip_input.c ip_var.h sys/netinet6 : ip6_input.c sys/sys: mbuf.h protosw.h Log

CVS: cvs.openbsd.org: src

2024-04-14 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/04/14 13:08:09 Modified files: sys/arch/sparc64/include: pte.h sys/arch/sparc64/sparc64: autoconf.c ipifuncs.c locore.s Log message: Turn sp_tlb_flush_{ctx,pte} into function pointers, and

CVS: cvs.openbsd.org: src

2024-04-14 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2024/04/14 12:11:54 Modified files: usr.bin/less : ch.c command.c edit.c filename.c funcs.h less.1 less.h less.hlp main.c opttbl.c Log message: Delete support for the

CVS: cvs.openbsd.org: src

2024-04-14 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/04/14 11:47:41 Modified files: regress/lib/libc/malloc/malloc_errs: malloc_errs.c Log message: t22 and t23 can fail if the first chunk ends up being allocated at the very end of the page. Circumvent

CVS: cvs.openbsd.org: src

2024-04-14 Thread Peter Hessler
CVSROOT:/cvs Module name:src Changes by: phess...@cvs.openbsd.org2024/04/14 11:24:15 Modified files: share/man/man1 : update-plist.1 Log message: stop erroring if .orig exists OK op@ rsadowski@ kn@

CVS: cvs.openbsd.org: src

2024-04-14 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/14 09:41:09 Modified files: lib/libcrypto/ec: ec_ameth.c Log message: Fix indent pointed out by jsing

CVS: cvs.openbsd.org: src

2024-04-14 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/14 08:14:14 Modified files: lib/libcrypto/evp: evp.h Log message: Delete a few more GOST remnants When I unifdefed GOST support, the tree wasn't fully unlocked, so I didn't want to touch a public

CVS: cvs.openbsd.org: src

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2024/04/14 06:09:28 Modified files: share/man/man5 : python-module.5 Log message: add maturin as MODPY_PYBUILD backend

CVS: cvs.openbsd.org: src

2024-04-14 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/04/14 05:21:08 Modified files: lib/libc/gen : scandir.c Log message: Zap trailing whitespace. OK tb

CVS: cvs.openbsd.org: src

2024-04-14 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/04/14 03:59:04 Modified files: sys/arch/amd64/amd64: cpu.c mds.S sys/arch/amd64/include: cpu.h fpu.h Log message: Implement support for AVX-512. This required some fixes to the so-far

CVS: cvs.openbsd.org: src

2024-04-14 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/14 02:34:00 Modified files: usr.bin/less : filename.c Log message: less: escape newlines in file names Newlines in a filename can lead to arbitrary code execution

CVS: cvs.openbsd.org: src

2024-04-13 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/13 21:26:25 Modified files: sys/arch/amd64/stand/libsa: biosdev.c sys/arch/hppa/hppa: machdep.c trap.c sys/arch/hppa/stand/libsa: dev_hppa.c sys/arch/i386/stand/libsa:

CVS: cvs.openbsd.org: src

2024-04-13 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/13 21:23:13 Modified files: sys/dev/sbus : bpp.c Log message: put loop body on a new line ok bluhm@ jca@

CVS: cvs.openbsd.org: src

2024-04-13 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/13 18:38:26 Modified files: sys/dev/pci: qle.c Log message: avoid uninitialised var use found by smatch, ok miod@

CVS: cvs.openbsd.org: src

2024-04-13 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/13 17:44:11 Modified files: sys/arch/hppa/dev: astro.c sys/arch/macppc/macppc: ofw_machdep.c sys/arch/sparc64/dev: pcons.c sys/arch/sparc64/sparc64: pmap.c

CVS: cvs.openbsd.org: src

2024-04-13 Thread Josh Rickmar
CVSROOT:/cvs Module name:src Changes by: jr...@cvs.openbsd.org 2024/04/13 09:58:10 Modified files: sbin/iked : parse.y Log message: check group and world permissions of iked psk files Similar to the permission checks performed on iked.conf(5) due to the

CVS: cvs.openbsd.org: src

2024-04-13 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/13 09:08:37 Modified files: sys/ufs/ffs: ffs_extern.h Log message: Readd FFS_MAX_SOFTDEPS define For consistency with other removed indexes which are still around. No functional change except

CVS: cvs.openbsd.org: src

2024-04-13 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/13 09:07:10 Modified files: sys/ufs/ffs: ffs_extern.h Log message: Zap unused sd_* softdep sysctl names ok tb@

CVS: cvs.openbsd.org: src

2024-04-13 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/04/13 08:20:48 Modified files: sys/dev/fdt: psci.c pscivar.h Log message: Renove unused function and prototype. ok jsg@

CVS: cvs.openbsd.org: src

2024-04-13 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/04/13 08:19:39 Modified files: sys/arch/arm64/arm64: cpu.c Log message: Split out Spectre-V2 and Spectre-BHB mitigation code like I did for Spectre-V4 a few weeks ago. Treat Qualcomm Kryo 400

CVS: cvs.openbsd.org: src

2024-04-13 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/13 08:02:51 Modified files: lib/libcrypto/dsa: dsa_ameth.c lib/libcrypto/ec: ec_ameth.c Log message: Error check X509_ALGOR_set0() in {dsa,ec}_pkey_ctrl() These are four versions of near

CVS: cvs.openbsd.org: src

2024-04-13 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/04/13 07:58:35 Modified files: sbin/unwind/libunbound: config.h sbin/unwind/libunbound/dns64: dns64.c sbin/unwind/libunbound/dnstap: dnstap.h sbin/unwind/libunbound/iterator:

CVS: cvs.openbsd.org: src

2024-04-13 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/13 07:57:54 Modified files: lib/libcrypto/dsa: dsa_ameth.c Log message: Unwrap a line for consistency with other copy-pasted versions

CVS: cvs.openbsd.org: src

2024-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2024/04/13 06:24:57 Modified files: usr.sbin/unbound: acx_nlnetlabs.m4 configure configure.ac usr.sbin/unbound/daemon: remote.c worker.c usr.sbin/unbound/dnstap: dnstap.c dnstap.proto

CVS: cvs.openbsd.org: src

2024-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2024/04/13 06:23:47 Log message: import unbound 1.19.3, ok florian Status: Vendor Tag: NLNETLABS Release Tags: UNBOUND_1_19_3 U src/usr.sbin/unbound/ac_pkg_swig.m4 U

CVS: cvs.openbsd.org: src

2024-04-13 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/13 06:11:08 Modified files: sbin/iked : iked.conf.5 Log message: document "psk file path" notation; from josh rickmar ok tobhe

CVS: cvs.openbsd.org: src

2024-04-12 Thread Jan Klemkow
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/12 13:27:43 Modified files: sys/dev/pci: if_bnxt.c if_igc.c if_ixl.c if_ngbe.c ixgbe.h Log message: remove useless includes of ip.h and ip6.h ok bluhm

CVS: cvs.openbsd.org: src

2024-04-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/04/12 10:07:09 Modified files: sys/kern : kern_sysctl.c sys/net: pf.c sys/netinet: in_pcb.c tcp_input.c tcp_subr.c tcp_usrreq.c tcp_var.h

CVS: cvs.openbsd.org: src

2024-04-12 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/04/12 09:53:34 Modified files: usr.sbin/nsd : Makefile.in acx_nlnetlabs.m4 buffer.h config.h.in configlexer.lex configparser.y configure configure.ac

CVS: cvs.openbsd.org: src

2024-04-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2024/04/12 09:45:24 Modified files: usr.sbin/unbound: Makefile.in README.md config.guess config.sub configure configure.ac usr.sbin/unbound/cachedb: cachedb.c

CVS: cvs.openbsd.org: src

2024-04-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2024/04/12 09:44:29 Log message: import unbound 1.19.2, reminded by florian@ (yes I know there is a newer one, I'll update on top) Status: Vendor Tag: NLNETLABS Release Tags:

<    7   8   9   10   11   12   13   14   15   16   >