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: www

2024-04-30 Thread Florian Obser
CVSROOT:/cvs Module name:www Changes by: flor...@cvs.openbsd.org 2024/04/30 03:06:01 Modified files: . : want.html Log message: I give up, this sagemcom cpe provided by my ISP is just too broken to work on DHCPv6-PD. It hands out a prefix delegation exactly

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