git: libssh: No need of compat vis.c as we support VIS_ALL

2018-07-03 Thread Aaron LI
commit a30b61461e41411595cd6cedbc04ba3b02cb5ee0 Author: Aaron LI Date: Mon Jun 11 13:29:31 2018 +0800 libssh: No need of compat vis.c as we support VIS_ALL This helps avoid the vis.o symbol conflicts between libc and libssh. Summary of changes: lib/libssh/Makefile | 5 ++---

git: vis(3): Add VIS_ALL support

2018-07-03 Thread Aaron LI
commit 9dbd27e25802bcfced6400231f9f622f9529c7f5 Author: Aaron LI Date: Mon Jun 11 12:44:07 2018 +0800 vis(3): Add VIS_ALL support OpenSSH requires VIS_ALL and therefore uses the version bundled with itself, but this causes the vis.o symbol conflicts between libc and

git: vis(1): Add option -a to use VIS_ALL

2018-07-03 Thread Aaron LI
commit bbd84283922c2ad51a591bcba1c111c0474b75f8 Author: Aaron LI Date: Mon Jun 11 12:47:36 2018 +0800 vis(1): Add option -a to use VIS_ALL Taken-from: OpenBSD Summary of changes: usr.bin/vis/vis.1 | 7 +-- usr.bin/vis/vis.c | 23 +-- 2 files changed,

git: vendor/OPENSSH openssh: Removed unused vis.[ch] from the vendor branch

2018-07-03 Thread Aaron LI
commit 19d5a87fada808e9fb5800450db194b3bb683ca4 Author: Aaron LI Date: Wed Jul 4 13:01:41 2018 +0800 openssh: Removed unused vis.[ch] from the vendor branch Our libc's vis(3) now supports VIS_ALL, which is required by libssh. Summary of changes:

git: lib/libdmsg: Fix compile-time warning on Linux

2018-07-03 Thread Tomohiro Kusumi
commit cb4d9e67d8500c4eabf5acd24f0631778ec69f09 Author: Tomohiro Kusumi Date: Tue Jul 3 21:39:34 2018 -0700 lib/libdmsg: Fix compile-time warning on Linux warning: pointer targets in passing argument 2 of 'crypto_algos[0].init' differ in signedness note: expected 'char *'

git: Do not auto build rescue tools when ${DESTDIR} != "/"

2018-07-03 Thread Aaron LI
commit 81f07c26a0092e14e306af188076d27601b92328 Author: Aaron LI Date: Tue Jul 3 20:15:17 2018 +0800 Do not auto build rescue tools when ${DESTDIR} != "/" When installworld to an alternative root (i.e., ${DESTDIR} != "/"), do not automatically build the rescue tools.

git: objcache: Fix comment indentation.

2018-07-03 Thread Sepherosa Ziehau
commit 75eeb06a5467e614c7064c88bcb0c23dc2964b0d Author: Sepherosa Ziehau Date: Tue Jul 3 22:52:30 2018 +0800 objcache: Fix comment indentation. Summary of changes: sys/kern/kern_objcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: objcache: Use __predict for predictable conditions.

2018-07-03 Thread Sepherosa Ziehau
commit c5ec33501b3a6b077d5d0fa6197e5f4e68806575 Author: Sepherosa Ziehau Date: Tue Jul 3 22:46:22 2018 +0800 objcache: Use __predict for predictable conditions. Summary of changes: sys/kern/kern_objcache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

git: : Fix a minor comment issue

2018-07-03 Thread Aaron LI
commit e596b900d38bef4274497250ca012a5656d05528 Author: Aaron LI Date: Tue Jul 3 19:42:48 2018 +0800 : Fix a minor comment issue Summary of changes: sys/sys/gpt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)