CVS: cvs.openbsd.org: src

2024-04-19 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/04/19 16:20:36 Modified files: regress/sys/net/mpath: Makefile Log message: Make regress mpath more reliable. Create 100 IP addresses and 100 multipath routes. Then the test can expect a better distri

CVS: cvs.openbsd.org: src

2024-04-19 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/04/19 14:43:33 Modified files: sys/dev/ic : ufshcireg.h Log message: As of the documentation, the UTP Command Descriptor Base Address (UCDBA) needs to be aligned on a 128-byte address. This

CVS: cvs.openbsd.org: src

2024-04-19 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/19 13:16:26 Modified files: usr.sbin/dhcpd : dhcpd.8 Log message: replace a (technically incorrect) instance of "IP" with "address"; issue reported by tech3599 at posteo net via henning; discussed w

CVS: cvs.openbsd.org: src

2024-04-19 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/04/19 08:39:34 Modified files: sys/arch/riscv64/dev: riscv_cpu_intc.c Log message: Fix typo in comment

CVS: cvs.openbsd.org: src

2024-04-19 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/04/19 04:22:51 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-04-19 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/04/19 04:13:58 Modified files: sys/netinet: in_pcb.c in_pcb.h Log message: Merge IPv4 and IPv6 options in inpcb. A internet PCB has either inp_options or inp_outputopts6. Put them into a common an

CVS: cvs.openbsd.org: src

2024-04-19 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/04/19 03:54:36 Modified files: lib/libcrypto/bio: bss_conn.c Log message: bss_conn: zap trailing whitespace