patch: nullify v_data with NULL (and not with 0)

2021-10-18 Thread Sebastien Marie
Hi, Simple online diff for properly nullify v_data (which is `void *`) with NULL instead of 0. Comments or OK ? -- Sebastien Marie blob - 1f7409235f4696765c6b8b22e65d953b1d6e5100 blob + 8cb011e9c3e48fcc34b8ce62974cafd430bb4e6a --- sys/kern/vfs_subr.c +++ sys/kern/vfs_subr.c @@ -469,7 +469,7 @@

diff to fix invalid HTML on 70.html

2021-10-18 Thread Andras Farkas
UL elements can't have plain text in them, text needs to be within LI elements. SHA256 (70htmldiff) = 7838ec828825694efaeb527bd4a08413eb0de1ab39819e08764d076acf6df8ff Diff attached. 70htmldiff Description: Binary data

Re: Exit status of pkg_add

2021-10-18 Thread YASUOKA Masahiko
Hi, # drop ccing misc@ The diff seems ok for me. ok to commit it in? On Tue, 19 Oct 2021 10:42:04 +0900 Yuichiro NAITO wrote: > Following patch changes pkg_add to return a error code, > if a package name is wrong. > > diff --git a/usr.sbin/pkg_add/OpenBSD/AddDelete.pm > b/usr.sbin/pkg_add/Ope

Re: Exit status of pkg_add

2021-10-18 Thread Yuichiro NAITO
Following patch changes pkg_add to return a error code, if a package name is wrong. diff --git a/usr.sbin/pkg_add/OpenBSD/AddDelete.pm b/usr.sbin/pkg_add/OpenBSD/AddDelete.pm index 7a968cbf05d..39bee874ff1 100644 --- a/usr.sbin/pkg_add/OpenBSD/AddDelete.pm +++ b/usr.sbin/pkg_add/OpenBSD/AddDele