CVS: cvs.openbsd.org: src

2024-07-12 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/12 02:58:59 Modified files: lib/libcrypto/x509: x509_v3.c Log message: Rewrite X509v3_add_ext() This is another brilliancy straight out of muppet labs. Overeager and misguided sprinkling of NULL che

CVS: cvs.openbsd.org: src

2024-07-12 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/07/12 02:54:48 Modified files: usr.sbin/rpki-client: main.c Log message: Rename the variable c to ok. It returns if the file failed to parse or not. We need to pass this to filepath_add so lets use a be

CVS: cvs.openbsd.org: src

2024-07-12 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/12 02:46:45 Modified files: lib/libcrypto/x509: x509_v3.c Log message: Simplify X509v3_get_ext() and X509v3_delete_ext() Drop unnecessary checks that are part of the stack API. ok jsing

CVS: cvs.openbsd.org: src

2024-07-12 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/12 02:44:16 Modified files: lib/libcrypto/x509: x509_v3.c Log message: Align X509v3_get_ext_by_critical() with X509v3_get_ext_by_OBJ() Plus, replace a manual check with a call to X509_EXTENSION_get_

CVS: cvs.openbsd.org: src

2024-07-12 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/07/12 02:33:25 Modified files: sys/dev/pci: if_bwfm_pci.c Log message: Use dedicated window for access to the PCIe core registers. Based on a diff from Hector Martin for Asahi Linux. ok pat

CVS: cvs.openbsd.org: src

2024-07-12 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/07/12 02:21:07 Modified files: distrib/sets/lists/base: md.arm64 distrib/sets/lists/comp: md.arm64 Log message: sync

CVS: cvs.openbsd.org: src

2024-07-12 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2024/07/12 02:15:19 Modified files: sys/kern : vfs_subr.c sys/sys: vnode.h sys/ufs/ext2fs : ext2fs_inode.c sys/ufs/ufs: ufs_inode.c Log message: Add vdoom() to fi

CVS: cvs.openbsd.org: src

2024-07-12 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/07/12 01:22:44 Modified files: bin/dd : misc.c Log message: annotate broken signal handler

CVS: cvs.openbsd.org: src

2024-07-12 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/07/12 01:15:28 Modified files: usr.bin/openssl: speed.c Log message: use sigaction() to setup SIGARLM so we can set SA_RESTART, and remove the re-arming in the handler. Better than using siginterrupt()

CVS: cvs.openbsd.org: src

2024-07-11 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/07/11 23:26:34 Modified files: lib/libssl/hidden: ssl_namespace.h Log message: Despite being an ELF citizen, hppa is its own special snowflake and requires different asm stanzas to produce strong aliase

CVS: cvs.openbsd.org: src

2024-07-11 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/11 22:10:46 Modified files: sys/dev/pci/drm/amd/include: atomfirmware.h Log message: drm/amdgpu: silence UBSAN warning >From Alex Deucher 1ba66b121100862fc208848264821a788a79317f in linux-6.6.y/6.6.

CVS: cvs.openbsd.org: src

2024-07-11 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/11 22:07:17 Modified files: sys/dev/pci/drm: drm_panel_orientation_quirks.c Log message: drm: panel-orientation-quirks: Add quirk for Valve Galileo >From John Schoenick 33de7c47a19ab1165ee2404f197de

CVS: cvs.openbsd.org: src

2024-07-11 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/11 22:05:29 Modified files: sys/dev/pci/drm/amd/include: atomfirmware.h Log message: drm/amdgpu/atomfirmware: silence UBSAN warning >From Alex Deucher 004b7fe6ca8c709e8431b400c3082040b80e59cf in lin

CVS: cvs.openbsd.org: src

2024-07-11 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/11 22:03:31 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_debugfs.c Log message: drm/amdgpu: fix the warning about the expression (int)size - len >From Jesse Zhang 3fac5aecb59336c9ae808a2cf4733

CVS: cvs.openbsd.org: src

2024-07-11 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/11 22:01:39 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_gfx.c Log message: drm/amdgpu: fix uninitialized scalar variable warning >From Tim Huang 7e0fbceae1e671af9d91e338cc8608c9bfb7d2f1 in li

CVS: cvs.openbsd.org: src

2024-07-11 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/11 21:59:54 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c amdgpu_dm_debugfs.c Log message: drm/amd/display: Fix uninitialized vari

CVS: cvs.openbsd.org: src

2024-07-11 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/11 21:58:08 Modified files: sys/dev/pci/drm/amd/display/dc/core: dc_resource.c Log message: drm/amd/display: Skip finding free audio for unknown engine_id >From Alex Hung 95ad20ee3c4efbb91f9a4ab08e0

CVS: cvs.openbsd.org: src

2024-07-11 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/11 21:55:50 Modified files: sys/dev/pci/drm/amd/display/dc/irq/dce110: irq_service_dce110.c Log message: drm/amd/display: Check pipe offset before setting vblank >From Alex Hung 96bf81cc1bd058bb8af6

CVS: cvs.openbsd.org: src

2024-07-11 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/11 21:53:50 Modified files: sys/dev/pci/drm/amd/display/modules/hdcp: hdcp_ddc.c Log message: drm/amd/display: Check index msg_id before read or write >From Alex Hung 9933eca6ada0cd612e19522e7a319bc

CVS: cvs.openbsd.org: src

2024-07-11 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/11 21:52:00 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_irq.c Log message: drm/amdgpu: Initialize timestamp for some legacy SOCs >From Ma Jun e55077badb9054630856cbefc099ad148a446648 in linux

CVS: cvs.openbsd.org: src

2024-07-11 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/11 21:50:23 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_vce.c Log message: drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc >From Jesse Zhang 855ae72c20310e5402b23

CVS: cvs.openbsd.org: src

2024-07-11 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/11 21:48:26 Modified files: sys/dev/pci/drm/amd/amdgpu: aldebaran.c sienna_cichlid.c Log message: drm/amdgpu: Fix uninitialized variable warnings >From Ma Jun 646e13f0a65b1930a4fa838f31bf763dbb4307a

CVS: cvs.openbsd.org: src

2024-07-11 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/07/11 15:31:52 Modified files: lib/libcrypto/hidden: crypto_namespace.h Log message: Despite being an ELF citizen, hppa is its own special snowflake and requires different asm stanzas to produce strong

CVS: cvs.openbsd.org: src

2024-07-11 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/07/11 08:14:56 Modified files: usr.sbin/radiusd: radiusd_ipcp.8 Log message: Update the example because now npppd can be a DAE server.

CVS: cvs.openbsd.org: src

2024-07-11 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/07/11 08:11:55 Modified files: sys/kern : kern_sysctl.c Log message: Use atomic operations to access integers in sysctl(2). In sysctl_int_bounded() use atomic operations to load, store, or swap i

CVS: cvs.openbsd.org: src

2024-07-11 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/07/11 08:05:59 Modified files: usr.sbin/npppd/npppd: npppd.c npppd.conf.5 npppd.h npppd_config.c npppd_local.h npppd_radius.c npppd_radius.h p

CVS: cvs.openbsd.org: src

2024-07-11 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/11 07:51:47 Modified files: regress/lib/libssl/unit: ssl_set_alpn_protos.c Log message: Adjust regress to match changes in SSL_select_next_proto() args

CVS: cvs.openbsd.org: src

2024-07-11 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/11 07:50:44 Modified files: lib/libssl/man : SSL_CTX_set_alpn_select_cb.3 Log message: Adjust documentation for SSL_select_next_proto() Use better argument names, add a link to the relevant standard

CVS: cvs.openbsd.org: src

2024-07-11 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/11 07:48:52 Modified files: lib/libssl : ssl_lib.c Log message: Follow BoringSSL's nomenclature in SSL_select_next_proto() SSL_select_next_poto() was written with NPN in mind. NPN has a weird fa

CVS: cvs.openbsd.org: src

2024-07-11 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/07/11 07:38:03 Modified files: sbin/dhcp6leased: frontend.c Log message: Make sure we are interested in an interface that shows up.

CVS: cvs.openbsd.org: src

2024-07-11 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/07/11 07:29:08 Modified files: usr.sbin/radiusd: radiusd_ipcp.c Log message: Add more attributes to Disconnect-Request following the RFC's suggestions. Also nas_ipv6 wasn't stored by a mistake.

CVS: cvs.openbsd.org: src

2024-07-11 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:src Changes by: bent...@cvs.openbsd.org 2024/07/11 06:55:33 Modified files: share/man/man5 : port-modules.5 Log message: Document new font module variables MODFONT_FONTFILES and MODFONT_FONTDIR. ok sthen@

CVS: cvs.openbsd.org: src

2024-07-11 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/07/11 06:39:53 Modified files: sys/dev/pci/drm/include/linux: fb.h Log message: Turn FBINFO_xxx defines into proper flags. Gets rid of an unwanted warning introduced by a recent commit to drm_f

CVS: cvs.openbsd.org: src

2024-07-11 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/07/11 06:15:25 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2024-07-11 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/07/11 06:07:40 Modified files: sys/arch/arm64/arm64: cpu.c sys/arch/arm64/conf: Makefile.arm64 Log message: Use FEAT_RNG to feed entropy into the random subsystem like we do on amd64.

CVS: cvs.openbsd.org: src

2024-07-11 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/07/11 04:48:52 Modified files: sbin/dhcp6leased: engine.c frontend.c Log message: Be a bit more noisy in syslog on what is going on. So far dhcp6leased(8) has been completely silent. Prodding by Brian

CVS: cvs.openbsd.org: src

2024-07-11 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/07/11 04:38:57 Modified files: sbin/dhcp6leased: dhcp6leased.c engine.c Log message: Write lease after we configured prefixes. While here, do not claim we have a ::/0 lease, it confuses the parser.

CVS: cvs.openbsd.org: src

2024-07-11 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/07/11 04:37:47 Modified files: sbin/dhcp6leased: engine.c Log message: Do not show expired lease information in dhcp6leasectl.

CVS: cvs.openbsd.org: src

2024-07-11 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/07/11 03:41:07 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2024-07-11 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/07/11 03:39:14 Modified files: sbin/dhcp6leased: engine.c Log message: Forgot to initialize status_code in previous. No STATUS_CODE option from the server means "success", but we are now using stack ga

CVS: cvs.openbsd.org: src

2024-07-11 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/07/11 01:40:03 Modified files: sys/arch/macppc/stand/ofwboot: Makefile Log message: umoddi3.c is now needed for libz

CVS: cvs.openbsd.org: src

2024-07-10 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/07/10 15:58:34 Modified files: usr.bin/ssh: sshd_config.5 Log message: correct keyword; from Yatao Su via GHPR509

CVS: cvs.openbsd.org: src

2024-07-10 Thread Martijn van Duren
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2024/07/10 14:33:31 Modified files: libexec/snmpd/snmpd_metrics: pf.c Log message: Allow pfIfTable to have more than 64 entries. Taken from pfctl_table.c r1.85 by sashan@ OK tb@

CVS: cvs.openbsd.org: src

2024-07-10 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/07/10 12:59:10 Modified files: usr.sbin/radiusd: radiusd_ipcp.c Log message: Fix the problem that it breaks the event timer because there is no consideration for new disconnect requests during requestin

CVS: cvs.openbsd.org: src

2024-07-10 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2024/07/10 12:46:42 Modified files: sys/arch/arm64/stand/efiboot: efiboot.c Log message: Extend DMA constraints override to include all SC8280XP and X1E80100 based machines. The shipped hardware containing

CVS: cvs.openbsd.org: src

2024-07-10 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/07/10 10:30:43 Modified files: usr.sbin/radiusd: parse.y radiusd.c Log message: Fix memory leaks, a use after free, accessing outside the region introduced by recent commits. Found by malloc(3).

CVS: cvs.openbsd.org: src

2024-07-10 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/10 10:18:50 src/regress/lib/libc/elf_aux_info Update of /cvs/src/regress/lib/libc/elf_aux_info In directory cvs.openbsd.org:/tmp/cvs-serv61413/elf_aux_info Log Message: Directory /cvs/src/regress/lib/libc/el

CVS: cvs.openbsd.org: src

2024-07-10 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/10 08:17:58 Modified files: lib/libc/stdlib: getenv.c Log message: Zap warning against __findenv usage, it is not exported by libc The comment probably made sense before guenther restricted the symb

CVS: cvs.openbsd.org: src

2024-07-10 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2024/07/10 07:30:14 Modified files: lib/libcrypto : Makefile Removed files: lib/libcrypto : Symbols.namespace Log message: Remove the static symbols.namespace, and just generate the _libre_ symbol

CVS: cvs.openbsd.org: src

2024-07-10 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/07/10 07:29:23 Modified files: usr.sbin/pstat : pstat.c Log message: Add flags NOPERM, STALLED, SWAPPABLE, DOOMED to -v output. Brings -v output into line with MNT_BITS used in vfs_mount_print(). ok d

CVS: cvs.openbsd.org: src

2024-07-10 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/10 07:11:22 Modified files: regress/lib/libcrypto/symbols: Makefile symbols.awk Log message: Teach symbols test about the namespace This ensures that when adding public symbols, the magic is not omi

CVS: cvs.openbsd.org: src

2024-07-10 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/07/10 06:52:51 Modified files: sbin/dhcp6leased: engine.c Log message: Pass status option up. If we are in state "renewing" and the DHCPv6 server returns an unsuccessful status go to "rebinding", i.e.

CVS: cvs.openbsd.org: src

2024-07-10 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/07/10 06:44:46 Modified files: sbin/dhcp6leased: dhcp6leased.h engine.c Log message: Pass int to the *2str functions, we don't need anything fancy.

CVS: cvs.openbsd.org: src

2024-07-10 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/07/10 06:36:14 Modified files: sys/arch/amd64/amd64: locore0.S Log message: Use AMD SEV C-bit in inital page tables setup by locore0. Similar to the NX-bit apply the C-bit to the PTEs built by locore0.

CVS: cvs.openbsd.org: src

2024-07-10 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/07/10 06:28:46 Modified files: sys/kern : kern_sig.c Log message: Kill the runfast and run label and inline those bits. No functional change. OK mpi@

CVS: cvs.openbsd.org: src

2024-07-10 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/07/10 05:01:24 Modified files: sys/arch/arm64/arm64: cpu.c sys/arch/arm64/include: cpu.h sys/dev/fdt: psci.c pscivar.h Log message: Implement support for deeper idle states

CVS: cvs.openbsd.org: src

2024-07-10 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/07/10 04:53:55 Modified files: sys/dev/efi: efi.c sys/dev/fdt: qcscm.c sys/arch/arm64/include: efivar.h Log message: Hook up the Qualcomm UEFI Secure Application that h

CVS: cvs.openbsd.org: src

2024-07-10 Thread Dave Voutila
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/07/10 04:41:19 Modified files: sys/dev/vmm: vmm.h Added files: sys/arch/arm64/include: vmmvar.h usr.sbin/vmd : arm64_vm.c x86_mmio.c x86_vm.c Log message: Missed some files in pr

CVS: cvs.openbsd.org: src

2024-07-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/07/10 04:34:40 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync

CVS: cvs.openbsd.org: src

2024-07-10 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/07/10 04:30:46 Modified files: sbin/dhcp6leased: engine.c Log message: Only vis(3) the option, not the rest of the packet. Lots of head scratching and help from the hackroom ensued because of a inconve

CVS: cvs.openbsd.org: src

2024-07-10 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/10 04:22:03 Modified files: lib/libcrypto/man: EVP_PKEY_CTX_set_tls1_prf_md.3 Log message: forgot to add a history section for the TLS PRF API

CVS: cvs.openbsd.org: src

2024-07-10 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2024/07/10 03:50:28 Modified files: sys/dev/pci: if_iavf.c Log message: use better endian swaps for populating the irq map request from NetBSD's if_iavf.c r1.1

CVS: cvs.openbsd.org: src

2024-07-10 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/07/10 03:24:03 Modified files: regress/usr.bin/diff: t9.2 Log message: Sweep up more softdep crumbs. Nuke #if notyet/#endif chunks containing references to never defined STATFS_SOFTUPD; ok otto@

CVS: cvs.openbsd.org: src

2024-07-10 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/07/10 03:20:33 Modified files: regress/usr.bin/diff: t8.2 t9.2 Log message: Sweep up more softdep crumbs. FFS_SOFTUPDATES is no longer used. Remove stray defined(FFS_SOFTUPDATES) checks and an #if/#end

CVS: cvs.openbsd.org: src

2024-07-10 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2024/07/10 03:14:50 Modified files: sys/dev/pci: if_iavf.c Log message: iaq_datalen is 16 bits, so always use htole16 to populate it from NetBSD's if_iavf.c r1.2

CVS: cvs.openbsd.org: src

2024-07-10 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/07/10 03:12:11 Modified files: sys/kern : vfs_syscalls.c Log message: Sweep up another softdep crumb. Remove #if notyet/#endif chunk that references the never-defined STATFS_SOFTUPD. ok jsg@

CVS: cvs.openbsd.org: src

2024-07-10 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/10 02:52:12 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2024-07-10 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/10 02:51:28 Modified files: lib/libcrypto/man: Makefile Log message: link EVP_PKEY_CTX_set_tls1_prf_md.3 to build

CVS: cvs.openbsd.org: src

2024-07-10 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2024/07/10 02:48:20 Modified files: sys/dev/pci: if_iavf.c Log message: as per if_ixl.c r1.88, protect the admin queue with a muteX cVS: --

CVS: cvs.openbsd.org: src

2024-07-10 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2024/07/10 01:56:21 Modified files: share/man/man4 : bnxt.4 Log message: correct some Broadcom adapter model numbers that I mistyped from Bryan Vyhmeister

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/10 00:53:27 Modified files: lib/libcrypto/kdf: tls1_prf.c Log message: Unwrap two lines

CVS: cvs.openbsd.org: src

2024-07-09 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/09 23:41:34 Modified files: usr.sbin/radiusctl: radiusctl.8 Log message: remove stray ".Xc";

CVS: cvs.openbsd.org: src

2024-07-09 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/09 23:40:08 Modified files: usr.sbin/radiusd: radiusd.conf.5 Log message: grammar tweak;

CVS: cvs.openbsd.org: src

2024-07-09 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/09 23:39:25 Modified files: usr.sbin/radiusd: radiusd_ipcp.8 Log message: grammar/macro/spelling fixes;

CVS: cvs.openbsd.org: src

2024-07-09 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/09 23:19:02 Modified files: usr.bin/mg : mg.1 Log message: an universal -> a universal

CVS: cvs.openbsd.org: src

2024-07-09 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/07/09 13:11:06 Modified files: sys/arch/amd64/amd64: pmap.c sys/arch/amd64/include: pmap.h pte.h Log message: Prepare pmap for using the AMD SEV C-bit to encrypt guest memory. The C-bit in a p

CVS: cvs.openbsd.org: src

2024-07-09 Thread Jan Klemkow
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/09 12:56:54 Modified files: share/man/man9 : mbuf.9 Log message: mbuf.9: Add missing fields, fix order and spacing. fine by jmc@ sure mvs@

CVS: cvs.openbsd.org: src

2024-07-09 Thread Jan Klemkow
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/07/09 12:49:05 Modified files: usr.sbin/vmd : vionet.c Log message: vmd(8): Avoid double DHCP reply when using the internal dhcp server. DHCP request should no leave vmd if its answered internally.

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 11:58:36 Modified files: lib/libcrypto/kdf: tls1_prf.c Log message: Add another empty line

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 11:56:41 Modified files: lib/libcrypto/kdf: tls1_prf.c Log message: Turn tls1_prf_alg() into single exit requested by jsing on review ok beck

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 11:47:20 Modified files: lib/libcrypto/kdf: tls1_prf.c Log message: Unwrap a few more lines

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 11:46:32 Modified files: lib/libcrypto/kdf: tls1_prf.c Log message: Unwrap a couple of lines

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 11:44:18 Modified files: lib/libcrypto/kdf: tls1_prf.c Log message: Align math with t1_enc.c suggested by jsing on review

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 11:35:55 Modified files: lib/libcrypto/kdf: tls1_prf.c Log message: Minor cosmetics in pkey_tls1_prf_derive() noticed by jsing on review

CVS: cvs.openbsd.org: src

2024-07-09 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/07/09 11:34:10 Modified files: usr.sbin/radiusd: radiusd_ipcp.8 Log message: Fix a typo

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 11:29:51 Modified files: lib/libcrypto/kdf: tls1_prf.c Log message: Replace explicit_bzero() plus free() with freezero() This is simpler, if slightly more expensive

CVS: cvs.openbsd.org: src

2024-07-09 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/07/09 11:26:14 Modified files: usr.sbin/radiusd: Makefile parse.y radiusd.c radiusd.conf.5 radiusd.h radiusd_local.h radiusd_module.c usr.sbin/radiusd/radiusd: Makefile

CVS: cvs.openbsd.org: src

2024-07-09 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2024/07/09 11:25:22 src/usr.sbin/radiusd/radiusd_ipcp Update of /cvs/src/usr.sbin/radiusd/radiusd_ipcp In directory cvs.openbsd.org:/tmp/cvs-serv37834/usr.sbin/radiusd/radiusd_ipcp Log Message: Directory /cvs/src/us

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 11:24:12 Modified files: regress/lib/libcrypto/evp: evp_test.c Log message: Improve test coverage for TLS1-PRF This is basically a copy of the libssl unit tests, moved to libcrypto to avoid start

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 11:09:23 Modified files: regress/lib/libcrypto/evp: evp_test.c Log message: Add a minimal regress test for TLS1-PRF

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 11:05:46 Modified files: lib/libcrypto/kdf: tls1_prf.c Log message: Shuffle things into a more sensible order no functional change

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 11:00:59 Modified files: lib/libcrypto/kdf: tls1_prf.c Log message: Zap or align some ugly comments

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 11:00:25 Modified files: lib/libcrypto/kdf: tls1_prf.c Log message: Test & assign once more

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 10:59:50 Modified files: lib/libcrypto/kdf: tls1_prf.c Log message: sec_len -> secret_len

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 10:59:07 Modified files: lib/libcrypto/kdf: tls1_prf.c Log message: Test and assign in tls1_prf_P_hash()

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 10:58:13 Modified files: lib/libcrypto/kdf: tls1_prf.c Log message: Fix whitespace around '/'

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 10:57:27 Modified files: lib/libcrypto/kdf: tls1_prf.c Log message: Invert logic in tls1_prf_alg()

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 10:54:13 Modified files: lib/libcrypto/kdf: tls1_prf.c Log message: olen -> out_len

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 10:53:33 Modified files: lib/libcrypto/kdf: tls1_prf.c Log message: Add a few empty lines

CVS: cvs.openbsd.org: src

2024-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/07/09 10:51:50 Modified files: lib/libcrypto/kdf: tls1_prf.c Log message: seclen -> secret_len

<    10   11   12   13   14   15   16   17   18   19   >