CVS: cvs.openbsd.org: src

2025-08-03 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2025/08/04 00:10:40 Modified files: regress/lib/libc: Makefile Log message: link illumos oclo test to the tree

CVS: cvs.openbsd.org: src

2025-08-03 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2025/08/03 22:59:31 Modified files: sys/sys: fcntl.h filedesc.h socket.h sys/kern : kern_descrip.c kern_exec.c sys_pipe.c uipc_syscalls.c uipc_usrreq.c

CVS: cvs.openbsd.org: src

2025-08-03 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2025/08/03 19:47:37 Modified files: distrib/special/libstubs: Makefile Log message: tweak to cope with the flockfile change i just committed. this was from tb@

CVS: cvs.openbsd.org: src

2025-08-03 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2025/08/03 19:44:33 Modified files: lib/libc/hidden: _stdio.h stdio.h lib/libc/include: thread_private.h lib/libc/stdio : fclose.c fdclose.c fileext.h findfp.c flock

CVS: cvs.openbsd.org: www

2025-08-03 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2025/08/03 15:29:22 Modified files: . : hackathons.html Log message: typo

CVS: cvs.openbsd.org: www

2025-08-03 Thread Jan Klemkow
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2025/08/03 14:43:23 Modified files: . : hackathons.html Added files: images/hackathons: l2k25-s.gif l2k25.png Log message: add l2k25 hackathon

CVS: cvs.openbsd.org: src

2025-08-03 Thread Kirill A . Korinsky
CVSROOT:/cvs Module name:src Changes by: kir...@cvs.openbsd.org 2025/08/03 14:00:11 Modified files: sys/dev/usb: uvideo.c uvideo.h Log message: sys/uvideo: support Frame Based format and frame OK: mglocker@

CVS: cvs.openbsd.org: src

2025-08-03 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2025/08/03 09:44:00 Modified files: lib/libcrypto/ec: ecp_hp_methods.c Log message: Implement constant time EC scalar multiplication. Replace simplistic non-constant time scalar multiplication with a consta

CVS: cvs.openbsd.org: src

2025-08-03 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2025/08/03 09:08:28 Modified files: lib/libcrypto/ec: ecp_hp_methods.c Log message: Remove duplicate computation for b3.

CVS: cvs.openbsd.org: src

2025-08-03 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2025/08/03 09:07:57 Modified files: lib/libcrypto/ec: ec_local.h Log message: Add prototype for EC_GFp_homogeneous_projective_method().

CVS: cvs.openbsd.org: src

2025-08-03 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2025/08/03 08:25:32 Modified files: sys/dev/ic : bwfm.c Log message: Don't wait in interrupt context. ok kettnis@ jca@

CVS: cvs.openbsd.org: src

2025-08-03 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2025/08/03 08:04:58 Modified files: share/man/man4 : qwx.4 Log message: qwx(4) supports 802.11n now, and WPA1/TKIP should now work

CVS: cvs.openbsd.org: src

2025-08-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2025/08/03 08:03:12 Modified files: sys/arch/riscv64/dev: mainbus.c sys/arch/riscv64/include: bus.h Log message: Add bus_dmamem_alloc_range(9) to riscv64, now required by virtio(4) Unbreaks riscv64

CVS: cvs.openbsd.org: src

2025-08-03 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2025/08/03 07:20:36 Modified files: usr.sbin/unwindctl: parser.c unwindctl.8 Log message: Disable "status memory" command. About a year ago we had to disable the shared cache for the different resolver stra

CVS: cvs.openbsd.org: src

2025-08-03 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2025/08/03 06:43:38 Modified files: regress/sys/net/pf_forward: Makefile Log message: make sure to remove 'set skip lo' rule for regression test OK bluhm@

CVS: cvs.openbsd.org: src

2025-08-03 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2025/08/03 05:17:08 Modified files: sys/arch/i386/i386: db_trace.c sys/arch/amd64/amd64: db_trace.c Log message: Do a btrace(8) favor: don't feed it with invalid instruction address. OK kettenis@

CVS: cvs.openbsd.org: src

2025-08-03 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2025/08/03 05:12:58 Modified files: sys/netinet6 : icmp6.c ip6_input.c Log message: Deny negative values for `ip6_maxdynroutes'. Negative value allows unlimited count of redirect routes. By default previ

CVS: cvs.openbsd.org: src

2025-08-03 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2025/08/03 05:08:40 Modified files: sys/netinet6 : icmp6.c nd6.c Log message: Unlock ICMPV6CTL_ND6_UMAXTRIES case of icmp6_sysctl(). `nd6_umaxtries' loaded only once in nd6_llinfo_timer(). ok bluhm

CVS: cvs.openbsd.org: src

2025-08-03 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2025/08/03 04:33:46 Modified files: lib/libcrypto/bn: bn_mont.c Log message: Avoid signed overflow in BN_MONT_CTX_set() ri is an int, so the check relied on signed overflow (UB). It's not really reachable,

CVS: cvs.openbsd.org: src

2025-08-03 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2025/08/03 04:32:04 Modified files: lib/libcrypto/bn: bn_mul.c Log message: Avoid signed overflow in BN_mul() Reported by smatch via jsg. ok beck jsing kenjiro

CVS: cvs.openbsd.org: src

2025-08-03 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2025/08/03 04:17:33 Modified files: sys/arch/arm64/include: vmmvar.h Log message: Unbreak vmd build on arm64 dv informs me that this isn't right and that he needs to work on a correct fix. ok dv

CVS: cvs.openbsd.org: src

2025-08-03 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2025/08/03 04:07:24 Modified files: sys/dev/ic : qwx.c qwxreg.h Log message: fix TKIP crypto offload in qwx(4) Tested by phessler, krw, and myself with TKIP used as group cipher. Tests by anyone unfort

CVS: cvs.openbsd.org: src

2025-08-03 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2025/08/03 04:06:37 Modified files: sys/dev/ic : qwx.c qwxreg.h qwxvar.h sys/dev/pci: if_qwx_pci.c Log message: add 802.11n/HT support to qwx(4) Tested: QCNFA765 arm64: phessler QCNFA765 am

CVS: cvs.openbsd.org: src

2025-08-03 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2025/08/03 04:02:23 Modified files: sys/netinet6 : ip6_mroute.c Log message: Fix error handling in IPv6 multicast sysctl. Coverity figured out that error declaration shadows global error variable. Conseq

CVS: cvs.openbsd.org: src

2025-08-03 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2025/08/03 03:26:57 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : amdpmc.4 Log message: amdpmc(4)

CVS: cvs.openbsd.org: src

2025-08-03 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2025/08/03 03:23:20 Modified files: sys/arch/amd64/conf: GENERIC sys/dev/acpi : files.acpi Added files: sys/dev/acpi : amdpmc.c Log message: Add aplpmc(4), the equivalent of int

CVS: cvs.openbsd.org: src

2025-08-03 Thread Dave Voutila
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2025/08/03 02:50:25 Modified files: usr.sbin/vmd : vionet.c Log message: Turn off vmd's vionet debug logging.

CVS: cvs.openbsd.org: src

2025-08-03 Thread Kirill A . Korinsky
CVSROOT:/cvs Module name:src Changes by: kir...@cvs.openbsd.org 2025/08/03 02:39:01 Modified files: sys/dev/usb: uvideo.c uvideo.h Log message: sys/uvideo: support H.264 format and frame OK: mglocker@

CVS: cvs.openbsd.org: src

2025-08-03 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2025/08/03 02:29:39 Modified files: regress/lib/libcrypto/ec: Makefile Added files: regress/lib/libcrypto/ec: ec_arithmetic.c Log message: Provide benchmarks for EC arithmetic. This provides benchm