CVS: cvs.openbsd.org: src

2023-02-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/02/08 12:59:10 Modified files: sbin/iked : policy.c Log message: iked: garbage collect an unused counter variable to make clang 15 happier ok tobhe

CVS: cvs.openbsd.org: src

2023-02-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/02/08 13:10:34 Modified files: sbin/iked : ikev2.c Log message: iked: remove another unused variable It is not entirely obvious if some logic was forgotten or if that variable was added for debug

CVS: cvs.openbsd.org: src

2023-02-08 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2023/02/08 18:41:15 Modified files: sys/arch/i386/i386: lapic.c Log message: i386: lapic_timer_trigger: disable interrupts around lapic_timer_oneshot() lapic_timer_oneshot() is not atomic. We need to

CVS: cvs.openbsd.org: src

2023-02-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/02/08 01:03:11 Modified files: sbin/isakmpd : monitor.c Log message: isakmpd: add missing void to a function definition Fixes -Wstrict-prototype warning seen with clang 15 on amd64 and arm64.

CVS: cvs.openbsd.org: src

2023-02-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/02/08 01:01:25 Modified files: sbin/unwind: frontend.c resolver.c Log message: unwind: add two missing void to function definitions Silences -Wstrict-prototype warnings seen with clang 15 on amd64

CVS: cvs.openbsd.org: src

2023-02-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/02/08 01:20:54 Modified files: usr.sbin/dhcpd : pfutils.c usr.sbin/ospfd : kroute.c usr.sbin/sasyncd: carp.c usr.sbin/smtpd : bounce.c ioev.c mda.c smtpd.c Log message:

CVS: cvs.openbsd.org: src

2023-02-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/02/08 01:25:44 Modified files: sbin/dump : traverse.c sbin/fsck_ffs : dir.c Log message: dump/fsck_ffs: convert two function definitions to ansi, missed in previous passes some decades

CVS: cvs.openbsd.org: src

2023-02-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/02/08 01:24:29 Modified files: usr.bin/finger : net.c usr.bin/mail : cmd3.c Log message: finger/mail: two trivial functions were missed in earlier ansi passes

CVS: cvs.openbsd.org: src

2023-02-08 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2023/02/08 01:06:03 Modified files: regress/usr.bin/ssh: agent-getpeereid.sh Log message: ssh-agent doesn't actually take -v, so the recently-added ones will result in the test not cleaning up after itself.

CVS: cvs.openbsd.org: src

2023-02-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/02/08 01:18:11 Modified files: usr.bin/sed: main.c Log message: sed: add missing void to avoid -Wstrict-prototype with clang 15

CVS: cvs.openbsd.org: src

2023-02-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/02/08 01:22:44 Modified files: usr.bin/telnet : sys_bsd.c Log message: telnet: fix prototypes for two signal handlers to make clang 15 happy

CVS: cvs.openbsd.org: src

2023-02-08 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2023/02/08 08:56:32 Modified files: usr.bin/tput : tput.c Log message: Use _nc_tparm_analyze() instead of trying to do it ourselves in process(). This fixes tput when used with a capability that uses

CVS: cvs.openbsd.org: src

2023-02-08 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2023/02/08 10:22:10 Modified files: bin/ksh: lex.c main.c distrib/special/ksh: Makefile Log message: Omit version in SMALL ksh builds No need for KSH_VERSION and its PS1 esacape sequences