CVS: cvs.openbsd.org: src

2024-05-09 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/05/09 03:46:47 Modified files: usr.bin/ssh: clientloop.c Log message: simplify exit message handling, which was more complicated than it needed to be because of unexpunged ssh1 remnants. ok markus@

CVS: cvs.openbsd.org: src

2024-05-09 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/05/09 02:35:41 Modified files: sbin/dump : itime.c main.c optr.c tape.c sbin/dumpfs: dumpfs.c sbin/fsck_ext2fs: inode.c pass1.c sbin/fsck_ffs : inode.c

CVS: cvs.openbsd.org: src

2024-05-09 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/05/09 02:35:03 Modified files: libexec/ftpd : ftpd.c libexec/mail.local: mail.local.c libexec/spamd : spamd.c Log message: ctime(3) and ctime_r(3) can fail when timestamps are way

CVS: cvs.openbsd.org: src

2024-05-09 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/09 02:24:09 Modified files: sys/dev/ic : ufshci.c Log message: Back then I faced intermittent file-system corruptions for which setting FUA (Force Unit Access) did help. In the meantime

CVS: cvs.openbsd.org: src

2024-05-09 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/09 02:21:52 Modified files: sys/dev/ic : ufshci.c Log message: Sprinkle some more DPRINTFs.

CVS: cvs.openbsd.org: src

2024-05-09 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/09 02:20:22 Modified files: sys/dev/ic : ufshcireg.h Log message: Pack hardware descriptor structures.

CVS: cvs.openbsd.org: src

2024-05-09 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/09 02:18:20 Modified files: sys/dev/ic : ufshci.c Log message: Parse the OCS response value for completed commands, and set error on failure.

CVS: cvs.openbsd.org: src

2024-05-09 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/09 02:16:32 Modified files: sys/dev/ic : ufshci.c Log message: Perform bus DMA synchronization to update the command descriptors.

CVS: cvs.openbsd.org: src

2024-05-09 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/09 02:13:57 Modified files: sys/dev/ic : ufshci.c Log message: Use 1U for bit operations on 32-bit registers. Proposed by dlg@

CVS: cvs.openbsd.org: src

2024-05-09 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/09 02:12:22 Modified files: sys/dev/ic : ufshci.c Log message: Don't do math on KVA to get the required slot offset since that could cause invalid pointers depending on the compiler

CVS: cvs.openbsd.org: src

2024-05-09 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/09 02:09:17 Modified files: sys/dev/ic : ufshci.c Log message: Don't use the task id for UPIU commands. We don't use task management commands yet.

CVS: cvs.openbsd.org: src

2024-05-09 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/09 02:06:42 Modified files: sys/dev/ic : ufshci.c ufshcireg.h ufshcivar.h Log message: Don't schedule interrupt aggregation when commands are still in-progress. As of the documentation:

CVS: cvs.openbsd.org: src

2024-05-09 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/09 02:04:48 Modified files: sys/dev/ic : ufshci.c ufshcivar.h Log message: Prevent that scheduling of new commands is interfering with processing of completed commands with a command

CVS: cvs.openbsd.org: src

2024-05-09 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/09 02:02:59 Modified files: sys/dev/ic : ufshci.c ufshcivar.h Log message: Don't relay on the doorbell register to track our slots. As of the documentation: "UTRLDBR is a volatile

CVS: cvs.openbsd.org: src

2024-05-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/09 01:55:48 Modified files: lib/libssl : ssl_ciph.c Log message: ssl_ciph.c: unwrap a line

CVS: cvs.openbsd.org: src

2024-05-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/09 01:47:51 Modified files: lib/libssl : ssl_ciph.c Log message: Remove leftover logic of SSL2 support SSL2_CF_8_BYTE_ENC was set by things such as RC4_64_WITH_MD5, which fell victim to tedu's

CVS: cvs.openbsd.org: src

2024-05-08 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2024/05/08 12:00:55 Modified files: sys/arch/amd64/amd64: cacheinfo.c Log message: Suppress cache-info dmesg lines when they are identical to the previous cpu. testing on hybrid box by jmatthew@

CVS: cvs.openbsd.org: src

2024-05-08 Thread Jan Klemkow
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/08 11:52:11 Modified files: sys/dev/pci: if_ixl.c Log message: ixl(4): force mss of tso packets in hardware supported range. ok bluhm@

CVS: cvs.openbsd.org: src

2024-05-08 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/08 09:30:26 Modified files: etc/etc.amd64 : sysctl.conf etc/etc.arm64 : sysctl.conf etc/etc.i386 : sysctl.conf etc/etc.loongson: sysctl.conf Log message: - for

CVS: cvs.openbsd.org: src

2024-05-08 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/05/08 09:13:23 Modified files: regress/lib/libcrypto/lhash: lhash_test.c Log message: Add more regress coverage for lhash.

CVS: cvs.openbsd.org: src

2024-05-08 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/08 08:03:54 Modified files: sys/dev/pci: if_iwx.c if_iwxreg.h Log message: fix iwx(4) monitor mode Monitor mode was broken by a recent firmware update. Two tweaks make it work again: 1) The

CVS: cvs.openbsd.org: src

2024-05-08 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/08 08:02:59 Modified files: sys/net80211 : ieee80211_output.c Log message: disable the regular ieee80211_encap() Tx path in monitor mode Frames injected from user space carry the

CVS: cvs.openbsd.org: src

2024-05-08 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/05/08 07:01:30 Modified files: sys/netinet: ip_input.c sys/netinet6 : ip6_input.c Log message: Fix route leak in ip input. In previous commit when refactoring the route cache, a

CVS: cvs.openbsd.org: src

2024-05-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/08 02:20:08 Modified files: lib/libcrypto/x509: x509_req.c Log message: Simplify X509_REQ_get_extensions() Now that we know the two OIDs we need to look for when checking for the extension list

CVS: cvs.openbsd.org: src

2024-05-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/08 02:11:50 Modified files: lib/libcrypto/x509: x509_req.c Log message: Simplify X509_REQ_extension_nid() Now that the global ext_nids[] array can no longer be modified by the application, we can

CVS: cvs.openbsd.org: src

2024-05-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/08 01:55:10 Modified files: lib/libcrypto/x509: x509_req.c Log message: Defang X509_REQ_{s,g}et_extension_nids() These fiddle with unprotected global state, so aren't thread safe and of course

CVS: cvs.openbsd.org: src

2024-05-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/08 00:54:43 Modified files: regress/lib/libssl/symbols: symbols.awk Log message: symbols test: drop headers that don't define any symbols

CVS: cvs.openbsd.org: src

2024-05-07 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/05/07 17:40:53 Modified files: lib/libc/asr : getrrsetbyname_async.c Log message: avoid memcpy(malloc(0), ..., 0), which is not portable. ok florian@

CVS: cvs.openbsd.org: src

2024-05-07 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/07 15:00:18 Modified files: usr.bin/openssl: openssl.1 Log message: openssl: toolkit implementing the TLS v1 protocol is weird Well, it's a toolkit alright, and a terrible one at that, but TLS v1

CVS: cvs.openbsd.org: src

2024-05-07 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/07 14:40:07 Modified files: lib/libcrypto/man: PEM_read_bio_PrivateKey.3 Log message: PEM_read_bio_PrivateKey: fix grammar This old [...] routines use [...] -> These old [...] routines [...]

CVS: cvs.openbsd.org: src

2024-05-07 Thread Jan Klemkow
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/07 12:35:23 Modified files: sys/dev/pci: if_bnxt.c if_em.c if_igc.c if_ix.c if_ixl.c if_vmx.c sys/dev/pv : if_vio.c Log message: Additional check for TSO

CVS: cvs.openbsd.org: src

2024-05-07 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/05/07 09:54:23 Modified files: sys/kern : uipc_socket2.c Log message: rw_enter() with RW_NOSLEEP returns EBUSY and not the expected EWOULDBLOCK This fixes random gmake failures during ports

CVS: cvs.openbsd.org: src

2024-05-07 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/05/07 08:27:11 Modified files: sys/miscfs/fuse: fuse_vfsops.c Log message: Clear MNT_LOCAL flag on FUSE file system. It can be local or remote, but kernel can't tell the difference. >From Kirill A.

CVS: cvs.openbsd.org: src

2024-05-07 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2024/05/07 08:26:48 Modified files: sys/arch/amd64/include: endian.h sys/arch/arm/include: endian.h sys/arch/arm64/include: endian.h sys/arch/i386/include: endian.h

CVS: cvs.openbsd.org: src

2024-05-07 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/05/07 07:40:42 Modified files: lib/libcrypto/lhash: lhash.c Log message: Reorder functions and drop static function prototypes. No functional change.

CVS: cvs.openbsd.org: src

2024-05-07 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/05/07 06:13:43 Added files: usr.sbin/smtpd : smtpd-tables.7 Log message: add smtpd-tables.7 for real; spotted by tb, thanks!

CVS: cvs.openbsd.org: src

2024-05-07 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/05/07 06:10:07 Modified files: usr.sbin/smtpd : makemap.c queue_proc.c scheduler_proc.c smtpd.c smtpd.h table.c table_proc.c Log message: change the smtpd table protocol

CVS: cvs.openbsd.org: src

2024-05-07 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/05/07 04:46:35 Modified files: sys/kern : kern_sig.c Log message: In Rev 1.296 the update of the siglist was moved to the end of ptsignal(). One atomic_clearbits_int() hiding in SSTOP was missed

CVS: cvs.openbsd.org: src

2024-05-07 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/05/07 03:10:58 Modified files: distrib/sets/lists/man: mi Log message: sync

CVS: cvs.openbsd.org: src

2024-05-07 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/05/07 03:10:33 Modified files: usr.sbin/smtpd/smtpd: Makefile Log message: install smtpd-tables(7)

CVS: cvs.openbsd.org: src

2024-05-06 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/05/06 18:44:02 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2024-05-06 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2024/05/06 13:26:17 Modified files: usr.bin/ssh: ssh-keyscan.c Log message: remove SSH1 leftovers Authored with Space Meyer ok djm

CVS: cvs.openbsd.org: src

2024-05-06 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2024/05/06 10:54:22 Modified files: usr.bin/vmstat : dkstats.c Log message: vmstat/dkstats.c: remove obfuscatory timerset() macro Using a macro to perform a plain struct assignment obfuscates the obvious.

CVS: cvs.openbsd.org: src

2024-05-06 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2024/05/06 10:49:46 Modified files: usr.bin/tty: tty.c Log message: tty(1): exit with status 2 if unveil(2) or pledge(2) fail tty(1) returns >1 on error, not 1. Thread:

CVS: cvs.openbsd.org: src

2024-05-06 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/05/06 08:38:20 Modified files: lib/libcrypto/lhash: lhash.c Log message: Fix function wrapping.

CVS: cvs.openbsd.org: src

2024-05-06 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/05/06 08:37:26 Modified files: regress/lib/libcrypto: Makefile Log message: Enable lhash regress.

CVS: cvs.openbsd.org: src

2024-05-06 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/05/06 08:36:05 Modified files: lib/libcrypto/lhash: lhash.c Log message: Guard call to contract() from doall_util_fn(). It is not safe to unconditionally call contract() - when called repeatedly it

CVS: cvs.openbsd.org: src

2024-05-06 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/05/06 08:31:25 Added files: regress/lib/libcrypto/lhash: Makefile lhash_test.c Log message: Provide initial regress for lhash. For now, this is very limited and only tests calling lh_doall_arg()

CVS: cvs.openbsd.org: src

2024-05-06 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/05/06 08:24:21 src/regress/lib/libcrypto/lhash Update of /cvs/src/regress/lib/libcrypto/lhash In directory cvs.openbsd.org:/tmp/cvs-serv75180/lhash Log Message: Directory /cvs/src/regress/lib/libcrypto/lhash

CVS: cvs.openbsd.org: src

2024-05-06 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/06 03:54:38 Modified files: sys/dev/ic : dwqe.c dwqereg.h Log message: Add support for Tx checksum offloading to dwqe(4). Also improve our macros documenting Tx descriptor formats. Tested:

CVS: cvs.openbsd.org: src

2024-05-05 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2024/05/05 23:37:26 Modified files: usr.bin/sndiod : dev.c Log message: sndiod: Ignore server.device settings to a non-working device

CVS: cvs.openbsd.org: src

2024-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/05 23:02:25 Modified files: sys/dev/usb: if_urtwn.c Log message: match new Realtek RTL8192EU id; from Kyle Markley

CVS: cvs.openbsd.org: src

2024-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/05 23:00:52 Modified files: sys/dev/usb: usbdevs.h usbdevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2024-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/05 23:00:20 Modified files: sys/dev/usb: usbdevs Log message: another Realtek RTL8192EU id; from Kyle Markley

CVS: cvs.openbsd.org: src

2024-05-05 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/05/05 22:25:52 Modified files: sys/dev/pci: igc_regs.h if_igc.c if_igc.h Log message: expose hardware counters as kstats. igc(4) counters are read to clear like em(4) counters, so this code looks

CVS: cvs.openbsd.org: src

2024-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/05 20:12:36 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_amdkfd_gpuvm.c Log message: drm/amdgpu: Fix leak when GPU memory allocation fails >From Mukul Joshi

CVS: cvs.openbsd.org: src

2024-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/05 20:09:51 Modified files: sys/dev/pci/drm/amd/amdgpu: sdma_v4_4_2.c Log message: drm/amdgpu: Assign correct bits for SDMA HDP flush >From Lijo Lazar 65356a1cc49657b2fc833489d226053fa601334a in

CVS: cvs.openbsd.org: src

2024-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/05 20:07:15 Modified files: sys/dev/pci/drm/amd/amdgpu: sdma_v5_2.c Log message: drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 >From Alex Deucher b33d7aaa2d3d1bef20fd5d9ab0d1776376fc98b6 in

CVS: cvs.openbsd.org: src

2024-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/05 20:05:30 Modified files: sys/dev/pci/drm/ttm: ttm_pool.c Log message: drm/ttm: stop pooling cached NUMA pages v2 >From Christian Koenig ab65b0cf0324b6dae89cfc9c7d9625e591b24e43 in

CVS: cvs.openbsd.org: src

2024-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/05 19:59:03 Modified files: sys/dev/pci/drm/include/drm/ttm: ttm_pool.h sys/dev/pci/drm/ttm: ttm_pool.c sys/dev/pci/drm/ttm/tests: ttm_device_test.c Log message: mm, treewide:

CVS: cvs.openbsd.org: src

2024-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/05 19:53:26 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_cs.c amdgpu_object.c amdgpu_object.h amdgpu_ttm.c amdgpu_ttm.h

CVS: cvs.openbsd.org: src

2024-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/05 19:50:15 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_fdinfo.c amdgpu_object.c amdgpu_object.h Log message: drm/amdgpu: add shared fdinfo stats >From

CVS: cvs.openbsd.org: src

2024-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/05 19:46:20 Modified files: sys/dev/pci/drm/include/drm: drm_gem.h Log message: drm: add drm_gem_object_is_shared_for_memory_stats() helper >From Alex Deucher

CVS: cvs.openbsd.org: src

2024-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/05 19:42:05 Modified files: sys/dev/pci/drm/include/linux: mmzone.h Log message: add NR_PAGE_ORDERS for 6.6.30 drm

CVS: cvs.openbsd.org: src

2024-05-05 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/05/05 13:13:13 Modified files: share/man/man4 : efi.4 Log message: start documenting ioctls

Re: CVS: cvs.openbsd.org: src

2024-05-05 Thread Todd C . Miller
Argh, sorry. I'm not sure how that got missed. - todd

CVS: cvs.openbsd.org: src

2024-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/05 07:33:04 Removed files: sys/ufs/ffs: ffs_softdep_stub.c ffs_softdep.c softdep.h Log message: remove unused 0-sized softdep files ok tb@

CVS: cvs.openbsd.org: src

2024-05-05 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2024/05/05 02:16:45 Modified files: usr.sbin/rcctl : rcctl.8 Log message: Document "ls rogue" exit status.

CVS: cvs.openbsd.org: src

2024-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/05 01:26:58 Modified files: sys/conf : GENERIC share/man/man4 : options.4 Log message: Stop building with and documenting FFS_SOFTUPDATES. Code that used it was removed in February.

CVS: cvs.openbsd.org: src

2024-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/05 00:14:37 Modified files: sys/conf : param.c Log message: remove unneeded includes

CVS: cvs.openbsd.org: src

2024-05-04 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/04 20:55:34 Modified files: usr.bin/awk: lib.c Log message: add upstream change to fix the build ok tb@ deraadt@

Re: CVS: cvs.openbsd.org: src

2024-05-04 Thread Theo Buehler
On Sun, May 05, 2024 at 12:30:00PM +1000, Jonathan Gray wrote: > On Sat, May 04, 2024 at 04:59:21PM -0600, Todd C. Miller wrote: > > CVSROOT:/cvs > > Module name:src > > Changes by: mill...@cvs.openbsd.org 2024/05/04 16:59:21 > > > > Modified files: > > usr.bin/awk: FIXES b.c

Re: CVS: cvs.openbsd.org: src

2024-05-04 Thread Jonathan Gray
On Sat, May 04, 2024 at 04:59:21PM -0600, Todd C. Miller wrote: > CVSROOT: /cvs > Module name: src > Changes by: mill...@cvs.openbsd.org 2024/05/04 16:59:21 > > Modified files: > usr.bin/awk: FIXES b.c lib.c main.c run.c tran.c > > Log message: > Update awk to the May 4, 2024

CVS: cvs.openbsd.org: src

2024-05-04 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2024/05/04 16:59:21 Modified files: usr.bin/awk: FIXES b.c lib.c main.c run.c tran.c Log message: Update awk to the May 4, 2024 version. Fixes a use-after-free bug with ARGV for "delete ARGV".

CVS: cvs.openbsd.org: src

2024-05-04 Thread Moritz Buhl
CVSROOT:/cvs Module name:src Changes by: mb...@cvs.openbsd.org 2024/05/04 07:35:26 Modified files: sys/dev/pci: if_igc.c igc_base.h Log message: Add TSO capabilites. Comments, suggestions and testing from bket@, jan@, and bluhm@

CVS: cvs.openbsd.org: src

2024-05-04 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/04 05:25:24 Modified files: sys/nfs: nfs_var.h Log message: remove prototypes for removed functions

CVS: cvs.openbsd.org: src

2024-05-04 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/04 04:53:37 Modified files: sys/nfs: nfs.h Log message: remove some unused defines ok miod@

CVS: cvs.openbsd.org: src

2024-05-04 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/04 01:51:21 Modified files: usr.sbin/vmctl : vmctl.8 Log message: add -r to "show" command; ok mlarkin

CVS: cvs.openbsd.org: src

2024-05-03 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2024/05/03 18:27:42 Modified files: sys/dev/pci/drm/include/asm: cpufeature.h Log message: amd64 is guaranteed to have PAT and CLFLUSH; stop testing cpu flags for them on that arch. ok jsg@

CVS: cvs.openbsd.org: src

2024-05-03 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/03 12:33:27 Modified files: lib/libcrypto/asn1: a_time_tm.c Log message: Remove disgusting NULL checks in tm_to_{gentime,utctime}() The only caller that could potentially call these with NULL has

CVS: cvs.openbsd.org: src

2024-05-03 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/03 12:29:43 Modified files: lib/libcrypto/asn1: a_time_tm.c Log message: Intercept a NULL s early in ASN1_TIME_set_string_internal() If s is NULL, the only thing the tm_to_*() functions do is a

CVS: cvs.openbsd.org: src

2024-05-03 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/03 12:22:26 Modified files: lib/libcrypto/asn1: a_time_tm.c Log message: Simplify type handling in ASN1_TIME_set_string_internal() ASN1_time_parse() takes a mode argument. If mode != 0, there is a

CVS: cvs.openbsd.org: src

2024-05-03 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/03 12:15:27 Modified files: lib/libcrypto/asn1: a_time_tm.c Log message: Simplify tm handling in ASN1_time_parse() The CBS version asn1_time_parse_cbs() handles a NULL tm gracefully, so there is no

CVS: cvs.openbsd.org: src

2024-05-03 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/05/03 11:43:10 Modified files: sys/kern : uipc_socket.c uipc_socket2.c uipc_usrreq.c sys/miscfs/fifofs: fifo_vnops.c sys/sys: socketvar.h Log message: Push solock() down

CVS: cvs.openbsd.org: src

2024-05-03 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2024/05/03 10:48:41 Modified files: usr.bin/aucat : aucat.1 Log message: aucat.1: Drop the number component of sndio descriptors ok jmc

CVS: cvs.openbsd.org: src

2024-05-03 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2024/05/03 10:47:15 Modified files: usr.bin/sndiod : sndiod.8 Log message: sndiod.1: Drop the number component of sndio descriptors

CVS: cvs.openbsd.org: src

2024-05-03 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/03 08:32:11 Modified files: sys/dev/ic : qwx.c Log message: Make qwx(4) call into ifmedia more like iwx(4) does it. Fixes weird media: lines in ifconfig which show a mix of 802.11 modes after

CVS: cvs.openbsd.org: src

2024-05-03 Thread Dave Voutila
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/05/03 07:48:29 Modified files: sys/arch/amd64/amd64: pmap.c vmm_machdep.c Log message: vmm: merge VMX and SVM vm initialization functions. They do the same uvmspace/pmap dance, so just reduce to a

CVS: cvs.openbsd.org: src

2024-05-03 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2024/05/03 07:47:31 Modified files: sys/kern : subr_witness.c Log message: witness: Display lock cycles longer than two locks When a lock order reversal is found, perform a path search in the lock

CVS: cvs.openbsd.org: src

2024-05-03 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2024/05/03 07:45:42 Modified files: sys/kern : subr_witness.c Log message: witness: Make "show witness" display lock subtypes Display lock subtypes in "show witness" output to reduce ambiguity. OK

CVS: cvs.openbsd.org: src

2024-05-03 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/03 07:02:18 Modified files: sys/dev/ic : dwqe.c dwqereg.h Log message: Add support for Rx checksum offloading to dwqe(4). Tested by uwe@ and myself on Elkhart Lake, and kettenis@ on RK3566.

CVS: cvs.openbsd.org: src

2024-05-02 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2024/05/02 23:18:09 Modified files: usr.bin/sndiod : midi.c midi.h sndiod.c Log message: sndiod: Fix SIGHUP to reopen the devices in priority order With this commit, SIGHUP makes sndiod discover new

CVS: cvs.openbsd.org: src

2024-05-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/02 20:52:00 Modified files: lib/libcrypto/asn1: t_crl.c t_req.c Log message: Align CRL and CSR version printing with certs Only print specified 0-based versions and print them with the 1-based

CVS: cvs.openbsd.org: src

2024-05-02 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/05/02 15:26:52 Modified files: sys/kern : uipc_socket2.c Log message: Quick fix previous one. socantrcvmore() should raise assertion if `so_rcv' has SB_MTXLOCK flag clean, not SB_OWNLOCK. ok

CVS: cvs.openbsd.org: src

2024-05-02 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/05/02 12:14:33 Modified files: usr.sbin/smtpd : table.5 util.c Log message: unbreak parsing of IPv6 addresses in file-backed table(5)s The file parser splits the line on the ':' character too for

CVS: cvs.openbsd.org: src

2024-05-02 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/05/02 11:10:55 Modified files: sys/kern : uipc_usrreq.c Log message: Don't re-lock sockets in uipc_shutdown(). No reason to lock peer. It can't be or became listening socket, both sockets can't

CVS: cvs.openbsd.org: src

2024-05-02 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2024/05/02 09:46:10 Modified files: usr.sbin/vmctl : main.c vmctl.8 vmctl.c Log message: vmctl(8): Add 'vmctl status -r' The -r option can be used to limit the output of 'vmctl status' to only running VMs.

CVS: cvs.openbsd.org: src

2024-05-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/02 09:33:59 Modified files: lib/libcrypto/asn1: t_crl.c Log message: Remove a useless OBJ_obj2nid() call from X509_CRL_print() ok beck (as part of a larger diff)

CVS: cvs.openbsd.org: src

2024-05-02 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/05/02 05:55:31 Modified files: sys/kern : uipc_socket.c Log message: Pass `sosp' instead of `so' to sblock() when locking `so_snd' within sosplice(). ok bluhm

CVS: cvs.openbsd.org: src

2024-05-02 Thread Kenji Aoyama
CVSROOT:/cvs Module name:src Changes by: aoy...@cvs.openbsd.org 2024/05/02 03:38:59 Modified files: sys/arch/luna88k/cbus: i82365_cbus.c if_ne_cbus.c nec86hw.c Log message: Delete extra spaces, change spaces to tab. No binary change.

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