CVS: cvs.openbsd.org: src

2022-12-30 Thread George Koehler
CVSROOT:/cvs Module name:src Changes by: gkoeh...@cvs.openbsd.org2022/12/30 22:06:18 Modified files: sys/arch/macppc/pci: vgafb.c Log message: Look for the first 2 mem regions, ignore the rest Some macppc nvidia graphics cards have a 3rd mem region, but nv(4)

CVS: cvs.openbsd.org: src

2022-12-30 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/12/30 20:36:12 Modified files: lib/libfido2 : shlib_version Log message: crank libfido2 major version, it depends on libcbor and it just cranked. ok tb@

CVS: cvs.openbsd.org: src

2022-12-30 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/12/30 20:35:21 Modified files: lib/libcbor: Makefile README.md README.openbsd shlib_version lib/libcbor/src: allocators.c cbor.c cbor.h lib/libcbor/src/cbor: arrays.c arrays.h

CVS: cvs.openbsd.org: src

2022-12-30 Thread Kenji Aoyama
CVSROOT:/cvs Module name:src Changes by: aoy...@cvs.openbsd.org 2022/12/30 19:42:01 Modified files: sys/arch/luna88k/stand/boot: boot.c Log message: Let luna88k's bootloader pass RB_GOODRANDOM to the kernel. Current bootloader can pass boothowto information to the

CVS: cvs.openbsd.org: src

2022-12-30 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2022/12/30 17:48:53 Modified files: sys/kern : kern_clockintr.c Log message: sysctl_clockintr: clear "sum" with memset before copyout(9)

CVS: cvs.openbsd.org: src

2022-12-30 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2022/12/30 17:30:21 Modified files: sys/arch/arm64/include: cpu.h Log message: Add machdep.lidaction to machdep names list. ok mpi@

CVS: cvs.openbsd.org: src

2022-12-30 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2022/12/30 16:41:45 Modified files: sys/sys: termios.h Log message: Add TABDLY, TAB0, TAB3 for better source compatibility. These are XSI extensions but some code seems to expect them. We don't

CVS: cvs.openbsd.org: src

2022-12-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/12/30 16:12:12 Modified files: lib/libc/sys : getpid.2 Log message: add history for getpid(2) and getppid(2) getpid() appeared (undocumented) in v5. Between v6 and v7 there is an extra return value

CVS: cvs.openbsd.org: src

2022-12-30 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2022/12/30 14:21:25 Modified files: lib/libc/gen : pause.3 Log message: pause.3: miscellaneous rewrites, cleanup Eliminate some redundant or extraneous pieces from the pause.3 page. Say the "thread"

CVS: cvs.openbsd.org: src

2022-12-30 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2022/12/30 11:47:45 Modified files: usr.sbin/accton: accton.c Log message: accton.c: add missing $OpenBSD$ tag

CVS: cvs.openbsd.org: src

2022-12-30 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2022/12/30 09:49:34 Modified files: sys/dev/ic : bwfm.c Log message: Do not send (normal) packets before we reach the run state. Logic copied from iwm(4), which also looks at the TX_MGMT_ONLY

CVS: cvs.openbsd.org: src

2022-12-30 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2022/12/30 07:10:17 Modified files: sys/dev/pci: if_bwfm_pci.c Log message: Add chip name for new revision of the BCM4378. ok patrick@