CVS: cvs.openbsd.org: src

2023-06-22 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/06/22 23:26:45 Modified files: lib/libc/stdlib: malloc.3 malloc.c Log message: Revert previous, not all platforms allow compiling __builtin_return_address(a) with a != 0.

CVS: cvs.openbsd.org: src

2023-06-22 Thread Greg Steuck
CVSROOT:/cvs Module name:src Changes by: gne...@cvs.openbsd.org 2023/06/22 22:36:49 Modified files: sys/kern : uipc_mbuf.c Log message: Avoid division by 0 in m_pool_used OK dlg@ Reported-by: syzbot+a377d5cd833c23434...@syzkaller.appspotmail.com

CVS: cvs.openbsd.org: src

2023-06-22 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2023/06/22 21:47:10 Modified files: sys/dev/pci: ksmn.c Log message: ksmn(4): Support thermal sensors on Ryzen 9 79xx ok deraadt, brynet

CVS: cvs.openbsd.org: src

2023-06-22 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/06/22 13:23:27 Modified files: regress/lib/libcrypto/symbols: Makefile Log message: symbols: Tweak this test so it works with -j N

CVS: cvs.openbsd.org: src

2023-06-22 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2023/06/22 10:23:50 Modified files: sys/kern : kern_clockintr.c Log message: Revert "clockintr_cpu_init: initialize starting offsets with clockintr_stagger()" octeon machines do not increment the

CVS: cvs.openbsd.org: src

2023-06-22 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2023/06/22 09:29:05 Modified files: share/man/man4/man4.arm64: aplsmc.4 Log message: Mention lid position support. >From Jan Stary

CVS: cvs.openbsd.org: src

2023-06-22 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2023/06/22 09:20:16 Modified files: etc/etc.arm64 : sysctl.conf Log message: Add machdep.lidaction example. We support this on arm64 laptops now. >From Jan Stary Ok patrick@

CVS: cvs.openbsd.org: src

2023-06-22 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/06/22 07:18:02 Modified files: sys/arch/i386/i386: apm.c Log message: Instead of tsleep on lbolt do a tsleep with a 1 second timeout. Result is the same and gets rid of a lbolt use. OK miod@

CVS: cvs.openbsd.org: src

2023-06-22 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/06/22 05:04:16 Modified files: lib/libc/stdlib: malloc.3 malloc.c Log message: Allow to ask for deeper callers for leak reports using malloc options. ok deraadt@

CVS: cvs.openbsd.org: src

2023-06-22 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/06/22 04:38:27 Modified files: usr.sbin/ripd : auth.c Log message: Use new ibu API, switch from ibuf_seek() to ibuf_set(). Also use ibuf_data() and ibuf_size(). OK tb@

CVS: cvs.openbsd.org: src

2023-06-22 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/06/22 03:08:03 Modified files: usr.sbin/rpki-client: json.c Log message: KNF

CVS: cvs.openbsd.org: src

2023-06-22 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/06/22 03:07:04 Modified files: usr.sbin/bgpctl: json.c Log message: KNF