CVS: cvs.openbsd.org: src

2022-06-01 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2022/06/01 23:32:28 Modified files: sys/kern : vfs_lockf.c Log message: Stop hiding a few assertions behind the opt-in LOCKF_DIAGNOSTIC option. This code has already been exercised quite extensively by

CVS: cvs.openbsd.org: src

2022-06-01 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2022/06/01 21:09:39 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK Log message: enable aq(4) on arm64 now that it works reasonably well

CVS: cvs.openbsd.org: src

2022-06-01 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2022/06/01 17:20:19 Modified files: usr.bin/mandoc : roff_escape.c Log message: Fix a buffer overrun in the roff(7) escape sequence parser that could be triggered by macro arguments ending in double

CVS: cvs.openbsd.org: src

2022-06-01 Thread Dave Voutila
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/06/01 11:47:18 Modified files: sys/arch/amd64/amd64: pmap.c vmm.c sys/arch/amd64/include: pmap.h Log message: change amd64 pmap_convert to return void There are no other return options, so adj

CVS: cvs.openbsd.org: src

2022-06-01 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2022/06/01 11:34:13 Modified files: sys/net: if_veb.c Log message: callers to pf(4) must continue to run with packet as returned by firewall. OK dlg@

CVS: cvs.openbsd.org: src

2022-06-01 Thread Dave Voutila
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/06/01 11:16:00 Modified files: sys/arch/i386/include: pmap.h Log message: remove unused pmap_convert prototype from i386 Leftover lint from early days of vmm(4). ok mlarkin@

CVS: cvs.openbsd.org: src

2022-06-01 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2022/06/01 09:43:22 Modified files: usr.bin/tmux : tty-keys.c Log message: If escape-time is 0, force to 1 instead - not waiting at all is asking for problems on some platforms.

CVS: cvs.openbsd.org: src

2022-06-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/06/01 08:48:53 Modified files: usr.sbin/rpki-client: main.c Log message: Remove a confusing comment that has been stale since e2k19 (r1.26).

CVS: cvs.openbsd.org: src

2022-06-01 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2022/06/01 08:21:50 Modified files: regress/sys/kern/flock: Makefile flock.c Log message: Add a regress test for the end of lock range ambiguity bug.

CVS: cvs.openbsd.org: src

2022-06-01 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2022/06/01 08:18:43 Modified files: sys/kern : vfs_lockf.c Log message: Fix ambiguity with lock range end When the user requests a lock range that ends at LLONG_MAX, replace the end point with the spe

CVS: cvs.openbsd.org: src

2022-06-01 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2022/06/01 08:16:28 Modified files: sys/kern : vfs_lockf.c Log message: Fix lock range start when l_whence == SEEK_END and l_len < 0. OK anton@

CVS: cvs.openbsd.org: src

2022-06-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/06/01 04:59:21 Modified files: usr.sbin/rpki-client: extern.h rsc.c Log message: Limit the number of RSC checklist FileNameAndHash entries the same way as mft FileAndHash entries are checked. ok claudi

CVS: cvs.openbsd.org: src

2022-06-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/06/01 04:58:34 Modified files: usr.sbin/rpki-client: mft.c Log message: Fix off-by-one in MAX_MANIFEST_ENTRIES check ok claudio job

CVS: cvs.openbsd.org: src

2022-06-01 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/06/01 02:19:15 Modified files: sys/dev/fdt: if_mvneta.c Log message: shrink dmesg output by printing the ethernet address on the attach line.