CVS: cvs.openbsd.org: src

2025-08-06 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2025/08/06 08:00:33 Modified files: sys/conf : param.c sys/kern : kern_sysctl.c uipc_mbuf.c sys/net: pf_ioctl.c Log message: Unlock the KERN_MAXCLUSTERS case of kern_sys

CVS: cvs.openbsd.org: src

2025-08-06 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2025/08/06 07:28:27 Modified files: distrib/sets/lists/comp: md.arm64 distrib/sets/lists/man: mi Log message: sync

CVS: cvs.openbsd.org: src

2025-08-06 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2025/08/06 07:23:27 Modified files: lib/libc/sys : mount.2 Log message: Fix an obvious documentation bug introduced by Marshall Kirk McKusick in SCCS commit 6.4 on August 16, 1989, commit message "

CVS: cvs.openbsd.org: src

2025-08-06 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2025/08/06 05:22:53 Modified files: usr.bin/ssh: PROTOCOL Log message: Improve sentence. ok djm@

CVS: cvs.openbsd.org: src

2025-08-06 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2025/08/06 03:45:53 Modified files: lib/libcrypto : cert.pem Log message: sync CA certificates from newer mozilla list, ok tb@ https://raw.githubusercontent.com/mozilla-firefox/firefox/refs/heads/release/s

CVS: cvs.openbsd.org: src

2025-08-05 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2025/08/05 23:23:06 Modified files: usr.sbin/rpki-client: main.c parser.c Log message: Make struct entity passing more strict by checking the type. For repositories only pass the fields we care. The path at

CVS: cvs.openbsd.org: src

2025-08-05 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2025/08/05 22:53:04 Modified files: usr.bin/ssh: auth2-pubkeyfile.c auth2-pubkey.c auth2-hostbased.c Log message: when refusing a certificate for user authentication, log enough

CVS: cvs.openbsd.org: src

2025-08-05 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2025/08/05 22:11:22 Modified files: lib/libc/thread: rthread_tls.c Log message: use a cmtx instead of a spinlock.

CVS: cvs.openbsd.org: src

2025-08-05 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2025/08/05 15:15:58 Modified files: share/man/man7 : man.7 Log message: many improvements in the MACRO SYNTAX tables, and some in related text

CVS: cvs.openbsd.org: src

2025-08-05 Thread Igor Sobrado
CVSROOT:/cvs Module name:src Changes by: sobr...@cvs.openbsd.org 2025/08/05 13:06:49 Modified files: etc/mail : aliases Log message: _fc-cache should be lexicographically sorted ok bentley@

CVS: cvs.openbsd.org: src

2025-08-05 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2025/08/05 12:44:59 Modified files: share/man/man7 : man.7 Log message: Fix the misleading description of the deprecated .OP macro. The following made me aware of the problem: groff commit f6d1f960

CVS: cvs.openbsd.org: src

2025-08-05 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2025/08/05 09:15:54 Modified files: lib/libcrypto/bn: bn_mod_words.c Log message: Speed up bn_{mod,sqr}_mul_words() for specific inputs. Use bn_{mul,sqr}_comba{4,6,8}() and bn_montgomery_reduce_words() for

CVS: cvs.openbsd.org: src

2025-08-05 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2025/08/05 09:08:13 Modified files: lib/libcrypto/bn: bn_local.h bn_sqr.c Log message: Provide bn_sqr_comba6(). This allows for fast squaring of a 6 word array. ok tb@

CVS: cvs.openbsd.org: src

2025-08-05 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2025/08/05 09:06:13 Modified files: lib/libcrypto/bn: bn_local.h bn_mul.c Log message: Provide bn_mul_comba6(). This allows for fast multiplication of two 6 word arrays. ok tb@

CVS: cvs.openbsd.org: src

2025-08-05 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2025/08/05 09:01:13 Modified files: lib/libcrypto/bn: bn_local.h bn_mul.c lib/libcrypto/bn/arch/amd64: bn_arch.c Log message: Mark the inputs to bn_mul_comba{4,8}() as const. This makes it consiste

CVS: cvs.openbsd.org: src

2025-08-05 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2025/08/05 08:25:11 Modified files: share/man/man9 : rwlock.9 Log message: tweak previous: * add the missing ".Ft void" to rw_init_flags_trace() * use .Fo when the .Fn macro line becomes longer than

CVS: cvs.openbsd.org: src

2025-08-05 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2025/08/05 07:22:10 Modified files: usr.sbin/rad : rad.conf.5 Log message: Three content improvements: * Mention what the general purpose of the "dns" block is. * Mention that "dns" requires "searc

CVS: cvs.openbsd.org: src

2025-08-05 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2025/08/05 06:52:20 Modified files: sys/kern : kern_synch.c sys/sys: refcnt.h share/man/man9 : refcnt_init.9 rwlock.9 Log message: Document dt(4) tracing initializers for refc

CVS: cvs.openbsd.org: src

2025-08-05 Thread Jan Klemkow
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2025/08/05 03:51:12 Modified files: sys/netinet: tcp_input.c Log message: SolftLRO: reduces max packet size by max_linkhdr as tcp_output() This avoids DMA errors while interacting with ixl(4) and oversi

CVS: cvs.openbsd.org: src

2025-08-05 Thread Stefan Fritsch
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2025/08/05 03:48:44 Modified files: sys/dev/pci: virtio_pci.c Log message: virtio_pci: Don't try msix interrupts if not supported Make sure we only try to establish msix interrupts if they are supported

CVS: cvs.openbsd.org: src

2025-08-05 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2025/08/05 03:08:16 Modified files: usr.bin/ssh: readconf.c servconf.c ssh_config.5 sshd_config.5 Log message: Use the operating system default DSCP marking for non-interactive

CVS: cvs.openbsd.org: src

2025-08-04 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2025/08/04 22:00:15 Modified files: usr.bin/ssh: PROTOCOL Removed files: usr.bin/ssh: PROTOCOL.chacha20poly1305 Log message: a bunch of the protocol extensions we support now have RFCs and I

CVS: cvs.openbsd.org: src

2025-08-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2025/08/04 18:08:41 Modified files: share/man/man7 : man.7 Log message: Revert the deprecation of the .HP macro. Eric S. Raymond deprecated it in groff in 2007 (commit 26e827e3), and i followed in m

CVS: cvs.openbsd.org: src

2025-08-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2025/08/04 17:11:52 Modified files: share/man/man7 : roff.7 Log message: Some improvements related to compatibility, in particular: * Mention that roff(7) documents are text files. * Like in other ro

CVS: cvs.openbsd.org: src

2025-08-04 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2025/08/04 15:50:59 Modified files: sys/netinet6 : nd6.c Log message: Convert nd6_timer_next from int to time_t. Coverity found that global variable nd6_timer_next stores time_t value and compares it with

CVS: cvs.openbsd.org: src

2025-08-04 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2025/08/04 15:25:10 Modified files: sys/net: route.c sys/netinet6 : nd6.c Log message: Pass down existing ifp pointer to nd6_free() and rtrequest_delete(). Coverity complained about usele

CVS: cvs.openbsd.org: src

2025-08-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2025/08/04 15:09:37 Modified files: share/man/man7 : roff.7 Log message: improve the description of number registers in various respects

CVS: cvs.openbsd.org: src

2025-08-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2025/08/04 13:21:47 Modified files: share/man/man7 : man.7 Log message: document the .MR macro

CVS: cvs.openbsd.org: src

2025-08-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2025/08/04 11:57:28 Modified files: share/man/man4 : qwx.4 Log message: tweak previous: delete trailing blank line

CVS: cvs.openbsd.org: src

2025-08-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2025/08/04 11:34:07 Modified files: lib/libc/sys : pipe.2 Log message: Tweak previous: For pipe2(2), put back the words "of both new file descriptors", and move the word "respectively" to the end o

CVS: cvs.openbsd.org: src

2025-08-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2025/08/04 09:08:16 Modified files: lib/libc/sys : fcntl.2 Log message: Consistently use .Xr when referring to functions documented elsewhere. We generally do that even when the same function is me

CVS: cvs.openbsd.org: src

2025-08-04 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2025/08/04 09:00:57 Modified files: sys/dev/wscons : wsdisplay.c Log message: If VT switching is blocked because we're resuming and we can't sleep, return EBUSY. Prevents a panic when doing a VT swi

CVS: cvs.openbsd.org: src

2025-08-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2025/08/04 08:11:37 Modified files: lib/libc/stdlib: mktemp.3 Log message: Sort NAME, RETURN VALUES, ERRORS, and STANDARDS in the same order as SYNOPSIS. Sort HISTORY chronologically. No text change.

CVS: cvs.openbsd.org: src

2025-08-04 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2025/08/04 08:03:32 Modified files: sys/netinet: ip_ah.c Log message: Avoid unsigned comparison in AH parsing. The check (skip - sizeof(struct ip6_hdr) > 0) did not work as expected because it is done a

CVS: cvs.openbsd.org: src

2025-08-04 Thread Jan Klemkow
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2025/08/04 07:27:55 Modified files: sys/net: if_veb.c Log message: veb(4): use checksum offload tested by bluhm ok bluhm

CVS: cvs.openbsd.org: src

2025-08-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/04 07:22:10 Modified files: usr.bin/tmux : window-copy.c Log message: Do not leak buffer if not used, reported by someone in GitHub issue 4575.

CVS: cvs.openbsd.org: src

2025-08-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/04 07:16:13 Modified files: usr.bin/tmux : screen-write.c Log message: Flush scrolling when wrapping so UTF-8 in last position draws correctly, GitHub issue 4518.

CVS: cvs.openbsd.org: src

2025-08-04 Thread Hans-Joerg Hoexer
CVSROOT:/cvs Module name:src Changes by: hshoe...@cvs.openbsd.org2025/08/04 06:34:41 Modified files: sys/arch/amd64/amd64: trap.c Log message: Avoid implicit sign extension in vctrap() port is uint16_t. Shifting promotes to signed 32bit integer. When assigning

CVS: cvs.openbsd.org: src

2025-08-04 Thread Hans-Joerg Hoexer
CVSROOT:/cvs Module name:src Changes by: hshoe...@cvs.openbsd.org2025/08/04 06:14:16 Modified files: sys/arch/amd64/amd64: locore0.S Log message: Handle #VC in locore0 due to dr[67] write intercepts When running on Linux/KVM with SEV-ES enabled, writes to dr[67]

CVS: cvs.openbsd.org: src

2025-08-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2025/08/04 05:52:36 Modified files: usr.sbin/rad : rad.conf.5 Log message: Even when the word "no" is used as a prefix to a command rather than as a command argument, it makes more sense to conside

CVS: cvs.openbsd.org: src

2025-08-04 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2025/08/04 05:39:50 Modified files: sys/dev/ic : qwx.c qwxreg.h sys/net80211 : ieee80211.h Log message: Fix a potential 6-byte stack buffer overrun in new qwx(3) 802.11n code. Could probably

CVS: cvs.openbsd.org: src

2025-08-04 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2025/08/04 04:56:52 Modified files: regress/usr.sbin/rpki-client: test-http.c Log message: Use the new 'return thing is optional' approach in rpki-client regress

CVS: cvs.openbsd.org: src

2025-08-04 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2025/08/04 04:44:43 Modified files: sys/netinet6 : icmp6.c nd6.c Log message: Unlock ICMPV6CTL_ND6_MMAXTRIES case of icmp6_sysctl(). 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/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: 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

CVS: cvs.openbsd.org: src

2025-08-02 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2025/08/03 00:42:31 Modified files: lib/libc/thread: rthread_mutex.c Log message: use a __cmtx for the pthread mutex static_init_lock this minimises the use of sched_yield ok claudio@

CVS: cvs.openbsd.org: src

2025-08-02 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2025/08/02 22:11:57 Modified files: sys/netinet6 : ip6_input.c nd6.c Log message: Deny negative values for `ip6_neighborgcthresh'. Negative `ip6_neighborgcthres' allows unlimited count of ND6 entries, mea

CVS: cvs.openbsd.org: src

2025-08-02 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2025/08/02 14:44:10 Modified files: sys/sys: proc.h sys/kern : kern_fork.c Log message: Move process flags to be inherited on fork to a more prominent place Hopefully moving this to s

CVS: cvs.openbsd.org: src

2025-08-02 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2025/08/02 14:14:58 Modified files: usr.bin/vi/ex : ex_argv.c Log message: Fix crash with commands like "!ls %" in .exrc/.nexrc or EXINIT/NEXINIT. >From Jerry Fletcher

CVS: cvs.openbsd.org: src

2025-08-02 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2025/08/02 13:22:18 Modified files: sys/arch/amd64/amd64: db_trace.c sys/arch/i386/i386: db_trace.c Log message: more parnoia for stacktrace_save_utrace() We must check stackframe fits to stack bot

CVS: cvs.openbsd.org: src

2025-08-02 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2025/08/02 10:20:00 Modified files: lib/libcrypto/bn: bn_internal.h bn_mod_words.c lib/libcrypto/ec: ec_field.c Log message: Provide bn_mod_sqr_words() and call it from ec_field_element_sqr(). For

CVS: cvs.openbsd.org: src

2025-08-02 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2025/08/02 09:47:27 Modified files: lib/libcrypto/ec: ec_lib.c Log message: Copy EC_FIELD_MODULUS/EC_FIELD_ELEMENTs when copying groups and points. ok tb@

CVS: cvs.openbsd.org: src

2025-08-02 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2025/08/02 09:44:09 Modified files: lib/libcrypto/ec: ec_field.c ec_internal.h Log message: Provide constant time conditional selection between EC_FIELD_ELEMENTs. Provide a ec_field_element_select() functio

CVS: cvs.openbsd.org: src

2025-08-02 Thread Dave Voutila
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2025/08/02 09:16:18 Modified files: usr.sbin/vmd : mc146818.c pci.c pci.h vioblk.c vionet.c vioscsi.c vioscsi.h virtio.c virtio.h vm.c vmd.h Log message:

CVS: cvs.openbsd.org: src

2025-08-02 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2025/08/02 08:34:55 Modified files: gnu/gcc/gcc/config/m88k: m88k.c Log message: Fix an utterly stupid bug I introduced while converting the gcc3 CONST_COSTS macro to the gcc4 new world order. One of the maj

CVS: cvs.openbsd.org: src

2025-08-02 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2025/08/02 08:09:25 Modified files: usr.sbin/rpki-client: cert.c Log message: Branch cert (un)marshalling depending on cert purpose The certificate purpose tells us what fields are available in a cert and p

CVS: cvs.openbsd.org: src

2025-08-02 Thread George Koehler
CVSROOT:/cvs Module name:src Changes by: gkoeh...@cvs.openbsd.org2025/08/02 07:47:38 Modified files: gnu/llvm/llvm/lib/Target/PowerPC: PPCISelDAGToDAG.cpp Log message: Unbreak clang 19 (compiled by 19) on macppc clang 19 was miscompiling its own llvm::MergeBasicB

CVS: cvs.openbsd.org: src

2025-08-02 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2025/08/02 07:24:16 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: Shape expectations about intended use of filemode Requested by tb@ OK tb@ claudio@

CVS: cvs.openbsd.org: src

2025-08-02 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2025/08/02 06:53:04 Modified files: sys/netinet6 : icmp6.c nd6.c Log message: Unlock ICMPV6CTL_ND6_DELAY case of icmp6_sysctl(). `nd6_delay' loaded only once in nd6_resolve(). ok bluhm

CVS: cvs.openbsd.org: src

2025-08-02 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2025/08/02 06:20:40 Modified files: sys/kern : kern_fork.c Log message: Also inherit PS_PROFILE on fork This lets child processes disable/reenable profiling when they deemed appropriate. Currently the

CVS: cvs.openbsd.org: src

2025-08-02 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2025/08/02 05:17:00 Modified files: lib/libc/thread: rthread_libc.c Log message: revert switching the malloc locks to __cmtx phessler hits a problem where an unowned lock is released, which fails an assert

CVS: cvs.openbsd.org: src

2025-08-02 Thread Jan Klemkow
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2025/08/02 04:19:37 Modified files: sys/net: if_veb.c Log message: veb(4): Fix refcnt leak pointed out by bluhm with tweaks from mvs ok bluhm, mvs

Re: CVS: cvs.openbsd.org: src

2025-08-02 Thread Kirill A . Korinsky
On Sat, 02 Aug 2025 10:13:17 +0200, Marcus Glocker wrote: > > Confused commit message? ;-) > Yay, you may see that's happened when a coffee machine is broken. Now I have some coffee and going to revert this. -- wbr, Kirill

CVS: cvs.openbsd.org: src

2025-08-02 Thread Kirill A . Korinsky
CVSROOT:/cvs Module name:src Changes by: kir...@cvs.openbsd.org 2025/08/02 03:27:59 Modified files: sys/sys: videoio.h Log message: sys/videoio.h: sync with Linux 1. Add RKISP1_CID_SUPPORTED_PARAMS_BLOCKS control https://git.kernel.org/pub/scm/linux/kernel/git/t

CVS: cvs.openbsd.org: src

2025-08-02 Thread Kirill A . Korinsky
CVSROOT:/cvs Module name:src Changes by: kir...@cvs.openbsd.org 2025/08/02 03:26:30 Modified files: sys/sys: videoio.h Log message: backout previous, wrong commit message

CVS: cvs.openbsd.org: src

2025-08-02 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2025/08/02 03:03:54 Modified files: sys/netinet6 : icmp6.c Log message: Unlock ICMPV6CTL_REDIRTIMEOUT case of icmp6_sysctl(). rt_timer_queue_change() is mp-safe, so make unlocking in the way of IP{V6}CTL_

Re: CVS: cvs.openbsd.org: src

2025-08-02 Thread Marcus Glocker
Confused commit message? ;-) > On 2 Aug 2025, at 09:36, Kirill A. Korinsky wrote: > > CVSROOT:/cvs > Module name:src > Changes by:kir...@cvs.openbsd.org2025/08/02 01:36:09 > > Modified files: >sys/sys: videoio.h > > Log message: > www/nginx: update njs to 0.9.1 >

CVS: cvs.openbsd.org: src

2025-08-02 Thread Kirill A . Korinsky
CVSROOT:/cvs Module name:src Changes by: kir...@cvs.openbsd.org 2025/08/02 01:36:09 Modified files: sys/sys: videoio.h Log message: www/nginx: update njs to 0.9.1 diff from Sergey A. Osokin maintainer timeout OK sthen@

CVS: cvs.openbsd.org: src

2025-08-02 Thread Stefan Fritsch
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2025/08/02 01:33:28 Modified files: sys/arch/amd64/amd64: lapic.c locore.S Log message: Remove lapic TPR remnants on amd64 On amd64, the TPR register is also available via cr8. We use lcr8(0) to set it to 0

CVS: cvs.openbsd.org: src

2025-08-02 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2025/08/02 01:02:00 Modified files: sys/kern : subr_disk.c Log message: Rename subr_disk.c local LE GPT_UUID_* #define's to be consistent with the BE *_GUID #define's used in fdisk/part.c.

CVS: cvs.openbsd.org: src

2025-08-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2025/08/02 00:16:34 Log message: Provide harness to run illumos's oclo tests from libc regress This depends on the illumos-os-tests port I just imported and can be linked to the build once guenther la

CVS: cvs.openbsd.org: src

2025-08-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2025/08/02 00:05:13 Modified files: regress/lib/libc/hash: hash_test.c Log message: hash_test: remove variable name from prototype and fix a cast

CVS: cvs.openbsd.org: src

2025-08-01 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2025/08/01 18:41:40 Modified files: games/ppt : ppt.6 Log message: Correct ppt(6) history. Before it appeared in 4.3BSD-Tahoe, a ppt command appeared in v7 (without source). It was described in v7 bcd

CVS: cvs.openbsd.org: src

2025-08-01 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2025/08/01 15:58:48 Modified files: regress/sys/netinet/tcpstate: Makefile README tcp_closing.py tcp_established.py tcp_finwait.py

CVS: cvs.openbsd.org: src

2025-08-01 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2025/08/01 14:39:26 Modified files: sys/dev/ic : ath.c sys/net80211 : ieee80211.c ieee80211_input.c ieee80211_node.c ieee80211_node.h ieee80211_output.c

  1   2   3   4   5   6   7   8   9   10   >