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.

CVS: cvs.openbsd.org: src

2024-05-01 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/01 07:15:59 Modified files: sys/nfs: krpc_subr.c nfs_bio.c nfs_boot.c nfs_debug.c nfs_kq.c nfs_node.c nfs_serv.c nfs_srvcache.c nfs_subs.c

CVS: cvs.openbsd.org: src

2024-05-01 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/05/01 06:54:27 Modified files: sys/arch/amd64/include: cpu.h sys/arch/arm64/include: cpu.h sys/arch/i386/include: cpu.h sys/uvm: uvm_page.c uvm_pdaemon.c uvm_percpu.h

CVS: cvs.openbsd.org: src

2024-05-01 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/01 05:22:21 Modified files: lib/libm/src : s_sincosl.c Log message: add return statements missed when adapting from FreeBSD Avoids segfaults with an argument of 0, NaN, or Inf. Problem reported

CVS: cvs.openbsd.org: src

2024-05-01 Thread Jan Klemkow
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/01 04:43:42 Modified files: sys/dev/pci: if_ix.c Log message: Refactor receive offloading code in ix(4) - reduce complexcity - avoid combination of TCP and UDP IN_OK mbuf annotaions with

CVS: cvs.openbsd.org: src

2024-04-30 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/04/30 11:59:15 Modified files: sys/kern : sys_socket.c uipc_socket.c uipc_socket2.c Log message: Push solock() down to sosend() for SOCK_RAW sockets. Raw sockets are the simplest inet sockets,

CVS: cvs.openbsd.org: src

2024-04-30 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/04/30 11:12:19 Modified files: sys/kern : subr_hibernate.c Log message: Add '\n' to DPRINTF() string that used to be a panic() string. ok mlarkin@

CVS: cvs.openbsd.org: src

2024-04-30 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/04/30 11:06:00 Modified files: sys/nfs: nfsproto.h Log message: Make nfstov_mode() return mode_t rather than uint16_t. This is a no-op since we only care about the low 12 bits in NFS anyway.

CVS: cvs.openbsd.org: src

2024-04-30 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/04/30 11:05:20 Modified files: sys/nfs: nfs_serv.c nfs_socket.c nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vnops.c Log message: Constify NFS data whenever possible.

CVS: cvs.openbsd.org: src

2024-04-30 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/04/30 11:04:23 Modified files: sys/nfs: nfs_serv.c nfs_socket.c nfs_subs.c nfs_var.h nfs_vfsops.c nfs_vnops.c nfsm_subs.h nfsnode.h Log message: Convert all the NFS

CVS: cvs.openbsd.org: src

2024-04-30 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/04/30 11:03:14 Modified files: sys/sys: msg.h lib/libc/sys : msgctl.2 Log message: add typedefs for msgqnum_t and msglen_t, required by POSIX. improvements from kettenis and jca ok

CVS: cvs.openbsd.org: src

2024-04-30 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/04/30 10:54:47 Modified files: sys/nfs: nfs_bio.c Log message: Do not cast off_t to u_long in uvm_vnp_setsize call (only misbehaves on 32-bit platforms.) ok mpi@

CVS: cvs.openbsd.org: src

2024-04-30 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2024/04/30 09:40:43 Modified files: usr.bin/ssh: ssh-keyscan.c Log message: never close stdin The sanitise_stdfd call makes sure that standard file descriptors are open (if they were closed, they are

CVS: cvs.openbsd.org: src

2024-04-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2024/04/30 08:26:50 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Log message: Allow parsing either RFC9557 timestamps (which wants explicit +00:00) or the existing format (with Z). From

CVS: cvs.openbsd.org: src

2024-04-30 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/04/30 00:23:51 Modified files: usr.bin/ssh: sftp-server.c Log message: fix home-directory extension implementation, it always returned the current user's home directory contrary to the spec. Patch

CVS: cvs.openbsd.org: src

2024-04-30 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/04/30 00:16:55 Modified files: usr.bin/ssh: sftp.c Log message: flush stdout after writing "sftp>" prompt when not using editline. >From Alpine Linux via GHPR480

CVS: cvs.openbsd.org: src

2024-04-29 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/04/29 23:53:03 Modified files: usr.bin/ssh: ssh-keysign.c Log message: stricter validation of messaging socket fd number; disallow usage of stderr. Based on GHPR492 by RealHurrison

CVS: cvs.openbsd.org: src

2024-04-29 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/04/29 23:45:56 Modified files: usr.bin/ssh: PROTOCOL.agent Log message: add missing reserved fields to key constraint protocol documentation. from Wiktor Kwapisiewicz via GHPR487

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 23:05:23 Modified files: share/man/man4 : efi.4 Log message: appeard -> appeared;

CVS: cvs.openbsd.org: src

2024-04-29 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/04/29 20:14:10 Modified files: usr.bin/ssh: clientloop.c serverloop.c Log message: correctly restore sigprocmask around ppoll() reported by Tõivo Leedjärv; ok deraadt@

CVS: cvs.openbsd.org: src

2024-04-29 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/04/29 20:10:49 Modified files: usr.bin/ssh: clientloop.c sshconnect.c sshconnect.h Log message: add explict check for server hostkey type against HostkeyAlgorithms. Allows HostkeyAlgorithms to

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 19:53:49 Modified files: sys/arch/riscv64/conf: GENERIC Log message: remove commented DEBUG_TIMER for timer driver removed in 2021

CVS: cvs.openbsd.org: src

2024-04-29 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/04/29 15:32:10 Modified files: sys/arch/powerpc64/conf: GENERIC Log message: em(4) will work

CVS: cvs.openbsd.org: src

2024-04-29 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/04/29 14:18:12 Modified files: distrib/sets/lists/man: mi share/man/man4 : Makefile share/man/man4/man4.arm64: Makefile Added files: share/man/man4 : efi.4 Removed files:

CVS: cvs.openbsd.org: src

2024-04-29 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/04/29 10:17:46 Modified files: usr.sbin/httpd : server_file.c Log message: plug fd leak introduced in "avoid toctu" rewrite. Issue reported by job OK tb, job

CVS: cvs.openbsd.org: src

2024-04-29 Thread Dave Voutila
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/04/29 08:47:06 Modified files: sys/arch/amd64/amd64: vmm_machdep.c sys/arch/amd64/include: vmmvar.h usr.sbin/vmd : vm.c Log message: vmm & vmd: drop "continue" flag to simplify

CVS: cvs.openbsd.org: src

2024-04-29 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2024/04/29 07:34:19 Modified files: lib/libc/time : strftime.3 Log message: strftime.3: clarify %G and %g description Clarify that %G and %g produce the rarely needed ISO week-numbering year rather than

CVS: cvs.openbsd.org: src

2024-04-29 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2024/04/29 07:23:19 Modified files: distrib/sets/lists/man: mi usr.bin/tput : Makefile Log message: install accidentally dropped tput(1) man page again

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 07:07:18 Modified files: sys/arch/riscv64/include: cpu.h Log message: remove prototypes for removed functions

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 07:01:54 Modified files: sys/arch/arm64/arm64: machdep.c sys/arch/arm64/include: cpu.h Log message: remove prototypes for removed functions

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 06:46:22 Modified files: sys/arch/armv7/omap: intc.h Log message: remove unused armv7 specific find_first_bit()

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 06:42:06 Modified files: sys/arch/armv7/omap: intc.c intc.h Log message: remove unused intc_intr_bootstrap()

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 06:33:17 Modified files: sys/arch/arm/arm: fault.c sys/arch/armv7/omap: intc.c intc.h sys/arch/armv7/sunxi: sxiintc.c sxiintc.h Log message: remove unused global vars

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 06:24:46 Modified files: sys/arch/arm/include: machdep.h pmap.h sys/arch/armv7/omap: intc.h sys/arch/armv7/sunxi: sxiintc.h Log message: remove prototypes for removed functions

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 04:07:37 Modified files: sys/arch/riscv64/riscv64: pmap.c Log message: remove unused pmap_vp_remove() ok miod@ kettenis@

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 00:40:11 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ttm.c Log message: drm/amdgpu: remove invalid resource->start check v2 >From Christian Koenig db74904a93a370807001e5fd64b5850a61f2bf65

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 00:37:08 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_process.c Log message: drm/amdkfd: Fix memory leak in create_process failure >From Felix Kuehling

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 00:35:53 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_vm.c Log message: drm/amdgpu: validate the parameters of bo mapping operations more clearly >From xinhui pan

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 00:31:57 Modified files: sys/dev/pci/drm/radeon: radeon_atombios.c Log message: drm/radeon: make -fstrict-flex-arrays=3 happy >From Alex Deucher 259486b5bdc63f648634c30b8284be29834a4125 in

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 00:30:19 Modified files: sys/dev/pci/drm/i915/display: intel_display_device.h intel_dp_mst.c Log message: drm/i915/mst: Limit MST+DSC to TGL+ >From Ville

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 00:27:37 Modified files: sys/dev/pci/drm/i915: i915_vma.c Log message: drm/i915/vma: Fix UAF on destroy against retire race >From Janusz Krzysztofik 5e3eb862df9f972ab677fb19e0d4b9b1be8db7b5 in

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 00:25:15 Modified files: sys/dev/pci/drm/amd/display/dc/dcn32: dcn32_optc.c Log message: drm/amd/display: Do not recursively call manual trigger programming >From Dillon Varone

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 00:23:21 Modified files: sys/dev/pci/drm/i915/display: intel_dp.c Log message: drm/i915: Disable live M/N updates when using bigjoiner >From Ville Syrjala

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 00:21:44 Modified files: sys/dev/pci/drm/i915/display: intel_atomic.c intel_crtc.c intel_display.c

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 00:19:53 Modified files: sys/dev/pci/drm/i915/display: intel_crtc.c intel_display.c Log message: drm/i915: Enable VRR later during fastsets >From Ville Syrjala

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 00:18:00 Modified files: sys/dev/pci/drm/i915/display: intel_crtc.c Log message: drm/i915: Extract intel_crtc_vblank_evade_scanlines() >From Ville Syrjala

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 00:16:30 Modified files: sys/dev/pci/drm/i915/display: intel_crtc.c intel_crtc.h intel_display.c Log message: drm/i915: Change

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 00:14:32 Modified files: sys/dev/pci/drm/i915/display: intel_cdclk.c Log message: drm/i915/cdclk: Fix voltage_level programming edge case >From Ville Syrjala

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 00:12:46 Modified files: sys/dev/pci/drm/i915/display: intel_dp.c Log message: drm/i915/mst: Reject FEC+MST on ICL >From Ville Syrjala 6711b0817a384bbeb8c951521334d5ef78c855aa in

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 00:10:41 Modified files: sys/dev/pci/drm/i915/display: intel_dp.c Log message: drm/i915: Fix FEC pipe A vs. DDI A mixup >From Ville Syrjala 6b625d2743b464a16904feb5520462041e3d3ce2 in

CVS: cvs.openbsd.org: src

2024-04-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/29 00:06:46 Modified files: sys/dev/pci/drm/include/linux: overflow.h Log message: add check_add_overflow() for 6.6.29 drm

CVS: cvs.openbsd.org: src

2024-04-28 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/28 18:29:48 Modified files: sys/arch/amd64/amd64: machdep.c sys/arch/i386/i386: machdep.c sys/arch/i386/isa: npx.c sys/arch/i386/pci: pcibios.c sys/dev/ic :

CVS: cvs.openbsd.org: src

2024-04-28 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/04/28 10:43:43 Modified files: sbin/dhclient : dhclient.c sbin/isakmpd : log.c policy.c x509.c sbin/newfs_msdos: newfs_msdos.c sbin/route : route.c

CVS: cvs.openbsd.org: src

2024-04-28 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/04/28 10:43:15 Modified files: bin/date : date.c bin/ksh: lex.c bin/pax: sel_subs.c bin/ps : print.c Log message: gmtime(3) / locatime(3) can

CVS: cvs.openbsd.org: src

2024-04-28 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/04/28 10:42:53 Modified files: libexec/ftpd : ftpcmd.y libexec/getty : main.c libexec/snmpd/snmpd_metrics: mib.c libexec/talkd : announce.c Log message: gmtime(3) /

CVS: cvs.openbsd.org: src

2024-04-28 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2024/04/28 08:28:02 Modified files: lib/libc/stdio : fvwrite.c Log message: __sfvwrite: allow writing buffers larger than BUFSIZ or st_blksize. This can vastly improve write performance. For unbuffered

CVS: cvs.openbsd.org: src

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

CVS: cvs.openbsd.org: src

2024-04-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/28 04:09:25 Modified files: usr.sbin/acme-client: netproc.c Log message: Remove unused url from netproc() Leftover from when RFC 8555 support was added. ok florian

CVS: cvs.openbsd.org: src

2024-04-28 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/04/28 02:29:56 Modified files: usr.sbin/acme-client: netproc.c Log message: Don't filter dangerous characters by hand when strvisx(3) is right there. segfault reported by sthen, which was most likely

CVS: cvs.openbsd.org: src

2024-04-27 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/04/27 13:49:42 Modified files: bin/pax: gen_subs.c Log message: Use propper knf. Spotted by kettenis.

CVS: cvs.openbsd.org: src

2024-04-27 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/27 09:05:55 Modified files: usr.bin/tput : Makefile Added files: usr.bin/tput : clear.1 Log message: add a man page from curses source for clear(1); from piotr durlej ok millert

CVS: cvs.openbsd.org: src

2024-04-27 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/04/27 08:57:02 Modified files: bin/pax: gen_subs.c Log message: localtime(3) can fail if time_t is very far in the future or past. found using afl++ OK millert

CVS: cvs.openbsd.org: src

2024-04-27 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/27 08:52:30 Modified files: usr.bin/less : less.hlp Log message: "!command" notation was zapped 8 years ago - remove corresponding entry from the help file; from piotr durlej while here, zap an

CVS: cvs.openbsd.org: src

2024-04-27 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/27 01:41:47 Modified files: lib/libcrypto/man: EC_GROUP_new.3 Log message: Tweak start of DESCRIPTION of EC_GROUP_new() Complete precision will lead to complete confusion, however outright lies are

CVS: cvs.openbsd.org: src

2024-04-26 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/26 08:23:03 Modified files: lib/libcrypto/man: EC_GROUP_new.3 Log message: Document EC_curve_{nid2nist,nist2nid}()

CVS: cvs.openbsd.org: src

2024-04-25 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/25 22:44:43 Modified files: regress/sys/kern/pledge/generic: manager.c tests.out Log message: fix signal test; ok tb@

CVS: cvs.openbsd.org: src

2024-04-25 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2024/04/25 12:33:53 Modified files: usr.bin/awk: FIXES README.md b.c main.c run.c Log message: Update awk to the Apr 22, 2024 version. * fixed regex engine gototab reallocation issue that was

CVS: cvs.openbsd.org: src

2024-04-25 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/04/25 12:31:49 Modified files: sys/lib/libsa : softraid.c sys/arch/amd64/stand/boot: boot.8 sys/arch/amd64/stand/efiboot: Makefile.common cmd_i386.c conf.c

CVS: cvs.openbsd.org: src

2024-04-25 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/04/25 11:32:53 Modified files: sys/kern : uipc_socket2.c uipc_syscalls.c Log message: Rename socket wait channels when sleeping. Use "netacc" for accept(2) and "netcon" for connect(2). Call

CVS: cvs.openbsd.org: src

2024-04-25 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/25 10:14:40 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2024-04-25 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/25 10:14:00 Modified files: lib/libcrypto : Makefile Removed files: lib/libcrypto/pem: pem2.h Log message: Take pem2.h behind the barn /* * This header only exists to break a circular

CVS: cvs.openbsd.org: src

2024-04-25 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/04/25 08:27:29 Modified files: regress/lib/libcrypto: Makefile Added files: regress/lib/libcrypto/crypto: Makefile crypto_test.c Log message: Add regress coverage for crypto_ct_*_u8()

CVS: cvs.openbsd.org: src

2024-04-25 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/25 08:24:54 Modified files: sbin/iked : parse.y Log message: add fstat() call removed in 1.145 to avoid uninitialised var use ok tobhe@

CVS: cvs.openbsd.org: src

2024-04-25 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/04/25 08:19:45 src/regress/lib/libcrypto/crypto Update of /cvs/src/regress/lib/libcrypto/crypto In directory cvs.openbsd.org:/tmp/cvs-serv77624/crypto Log Message: Directory

CVS: cvs.openbsd.org: src

2024-04-25 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/04/25 05:37:39 Modified files: sys/dev/ic : dwqereg.h Log message: Adjust macro definitions for dwqe(4) Rx descriptors. Split Rx desc macro definitions into two sections, one for the "read" format

CVS: cvs.openbsd.org: src

2024-04-25 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/25 03:58:17 Modified files: usr.bin/vi/vi : vs_refresh.c Log message: Don't divide by zero (empty files) While there, also increase buf[] OK claudio@

CVS: cvs.openbsd.org: src

2024-04-25 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2024/04/25 02:51:37 Modified files: sys/dev/ic : dwqe.c dwqereg.h Log message: Mask off MAC management counter interrupts. The driver doesn't know how to handle these, so if they're enabled,

CVS: cvs.openbsd.org: src

2024-04-25 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/04/25 01:21:43 Modified files: share/man/man4 : softraid.4 Log message: slightly tweak softraid(4) wording to make installboot(8) usage more obvious

CVS: cvs.openbsd.org: src

2024-04-24 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/24 23:26:41 Modified files: usr.bin/vi/docs/USD.doc/vi.ref: set.opt.roff Log message: add percentage to ruler after recent changes;

CVS: cvs.openbsd.org: src

2024-04-24 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/04/24 23:23:45 Modified files: sys/arch/sparc64/conf: Makefile.sparc64 Log message: Use -mno-fpu when compiling with clang now that the in-tree clang supports this option; from Brad.

CVS: cvs.openbsd.org: src

2024-04-24 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/04/24 15:31:31 Modified files: usr.sbin/smtpd : smtpd.c Log message: fix error return in fork_proc_backend(); ok gilles@

CVS: cvs.openbsd.org: src

2024-04-24 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/04/24 13:10:11 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys: syscall.h syscallargs.h Log message: Regen

CVS: cvs.openbsd.org: src

2024-04-24 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/04/24 13:09:14 Modified files: sys/kern : syscalls.master Log message: Revert rev 1.261 and require sigsuspend and __thrsigdivert to take KERNEL_LOCK. There is at least a race in sigsuspend which

CVS: cvs.openbsd.org: src

2024-04-24 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/24 09:15:40 Modified files: usr.bin/vi/docs/USD.doc/vi.man: vi.1 usr.bin/vi/vi : vs_refresh.c Log message: In ruler show the current line number as a percentage of the total lines OK

CVS: cvs.openbsd.org: src

2024-04-24 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/04/24 04:42:09 Modified files: usr.sbin/bgpctl: output_json.c Log message: announce_capa is no more. OK tb@

CVS: cvs.openbsd.org: src

2024-04-24 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/04/24 04:41:34 Modified files: usr.sbin/bgpd : bgpd.conf.5 bgpd.h parse.y printconf.c session.c Log message: Remove 'announce capabilities' as neighbor config stanza. There

CVS: cvs.openbsd.org: src

2024-04-24 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/04/24 03:30:30 Modified files: sys/dev/sbus : magma.c magmareg.h Log message: Use static inline for cd1400_write_ccr() because clang 16 has issues with it. Also remove some unused prototypes. >From

CVS: cvs.openbsd.org: src

2024-04-23 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/04/23 16:17:49 Modified files: usr.sbin/rad : rad.conf.5 Log message: Use "indicate" to match reset of the document. Pointed out by kn, missed in previous.

CVS: cvs.openbsd.org: src

2024-04-23 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2024/04/23 16:11:59 Modified files: usr.sbin/rad : frontend.c parse.y printconf.c rad.conf.5 rad.h Log message: Implement RFC 4191 default router preference. OK phessler, kn (Committing from a ferry

CVS: cvs.openbsd.org: src

2024-04-23 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/23 07:34:51 Modified files: bin/csh: func.c bin/ed : buf.c bin/ksh: c_ksh.c edit.c bin/pax: buf_subs.c sbin/fsck_ext2fs: inode.c

CVS: cvs.openbsd.org: src

2024-04-23 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/23 07:09:21 Modified files: sys/dev/ic : ahci.c ahcireg.h Log message: use 1U << 31 to avoid undefined behaviour ok miod@

CVS: cvs.openbsd.org: src

2024-04-23 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/23 04:52:08 Modified files: lib/libcrypto/ec: ec_lib.c Log message: One empty line is enough

CVS: cvs.openbsd.org: src

2024-04-23 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/23 04:27:46 Modified files: usr.sbin/rpki-client: http.c Log message: Add missing comma spotted by jsg

CVS: cvs.openbsd.org: src

2024-04-23 Thread Frederic Cambus
CVSROOT:/cvs Module name:src Changes by: fcam...@cvs.openbsd.org 2024/04/23 04:17:20 Modified files: distrib/notes/arm64: hardware Log message: Sync the supported hardware list with arm64.html.

CVS: cvs.openbsd.org: src

2024-04-23 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/23 03:09:29 Modified files: usr.sbin/rpki-client: http.c Log message: sync with ftp/fetch.c r1.218: send host header for proxies ok claudio

CVS: cvs.openbsd.org: src

2024-04-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2024/04/23 02:50:38 Modified files: usr.bin/ftp: fetch.c Log message: ftp: send Host: headers with CONNECT requests when tunneling TLS over an HTTP proxy (i.e. for fetching resources over https). This

<    5   6   7   8   9   10   11   12   13   14   >