git: DragonFly_RELEASE_5_0 Import OpenSSH-7.6p1

2017-10-12 Thread Matthew Dillon
commit 0228faef3ee8dcf66fd389b7ec260c89385e8834 Author: Matthew Dillon Date: Thu Oct 12 18:32:28 2017 -0700 Import OpenSSH-7.6p1 * Import OpeNSSH-7.6p1. Couldn't really merge from the vendor branch so just brought it in. * Adjustments

git: DragonFly_RELEASE_5_0 Import OpenSSH-7.6p1

2017-10-12 Thread Matthew Dillon
commit f9a0e2179282ec5c784578c1e6434878766af50e Author: Matthew Dillon Date: Thu Oct 12 18:33:48 2017 -0700 Import OpenSSH-7.6p1 * Adjust build to match import Summary of changes: lib/libssh/Makefile| 11 ++- usr.bin/ssh/Makefile | 2

git: vendor/OPENSSH Import OpenSSH-7.6p1

2017-10-12 Thread Matthew Dillon
commit ce74baca94b6dd2a80af6a625aba2cf14ab7fec8 Author: Matthew Dillon Date: Thu Oct 12 17:15:18 2017 -0700 Import OpenSSH-7.6p1 Summary of changes: crypto/openssh/CREDITS |3 - crypto/openssh/LICENCE

git: Import OpenSSH-7.6p1

2017-10-12 Thread Matthew Dillon
commit 2c9c14083a8e1ebdd69714417ce4623cfd50bfc0 Author: Matthew Dillon Date: Thu Oct 12 18:32:28 2017 -0700 Import OpenSSH-7.6p1 * Import OpeNSSH-7.6p1. Couldn't really merge from the vendor branch so just brought it in. * Adjustments

git: Import OpenSSH-7.6p1

2017-10-12 Thread Matthew Dillon
commit 1fe7e945f3685215c26763c9bb8c33f052ec Author: Matthew Dillon Date: Thu Oct 12 18:33:48 2017 -0700 Import OpenSSH-7.6p1 * Adjust build to match import Summary of changes: lib/libssh/Makefile| 11 ++- usr.bin/ssh/Makefile | 2

git: usr.sbin/fstyp: Update fstyp(8) for HAMMER2

2017-10-12 Thread Tomohiro Kusumi
commit 9d3c19a2e9a1211922e122a8108e49acb3625ff7 Author: Tomohiro Kusumi Date: Thu Oct 12 23:03:00 2017 +0300 usr.sbin/fstyp: Update fstyp(8) for HAMMER2 Summary of changes: usr.sbin/fstyp/fstyp.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

git: sbin/newfs_hammer2: Fix compile-time warning on Linux distros (gcc6)

2017-10-12 Thread Tomohiro Kusumi
commit c838491916926c7fe3e2a1927f953b794f44fc4f Author: Tomohiro Kusumi Date: Thu Oct 12 22:57:45 2017 +0300 sbin/newfs_hammer2: Fix compile-time warning on Linux distros (gcc6) -- warning: pointer targets in passing argument 1 of 'snprintf' differ

git: sbin/newfs_hammer2: Add missing free() for uuid_to_string'd strings

2017-10-12 Thread Tomohiro Kusumi
commit d374dfe770eabbb49cff27dc61245e450cff5e78 Author: Tomohiro Kusumi Date: Thu Oct 12 23:08:52 2017 +0300 sbin/newfs_hammer2: Add missing free() for uuid_to_string'd strings Summary of changes: sbin/newfs_hammer2/newfs_hammer2.c | 6 ++ 1 file changed,

git: sbin/newfs_hammer2: Check S_ISREG()

2017-10-12 Thread Tomohiro Kusumi
commit d6cfa63feddb7be6edb1d190c41e1729e54d244e Author: Tomohiro Kusumi Date: Thu Oct 12 22:48:11 2017 +0300 sbin/newfs_hammer2: Check S_ISREG() The comment says as follows, so check S_ISREG(). /* Allow the formatting of regular files as HAMMER2

git: : Adjust comment a bit.

2017-10-12 Thread Sascha Wildner
commit 52d3d728667e0146427d1548bb17fcc282de9902 Author: Sascha Wildner Date: Thu Oct 12 10:16:06 2017 +0200 : Adjust comment a bit. Summary of changes: include/netdb.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

git: DragonFly_RELEASE_5_0 : Adjust comment a bit.

2017-10-12 Thread Sascha Wildner
commit 8687dfea9bb15ead5de5b679aab6aa1d42e5e663 Author: Sascha Wildner Date: Thu Oct 12 10:16:06 2017 +0200 : Adjust comment a bit. Summary of changes: include/netdb.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

git: DragonFly_RELEASE_5_0 libc/net: Add NI_NUMERICSCOPE flag for getnameinfo().

2017-10-12 Thread Sascha Wildner
commit 750271bdfcc4e799ffb91862dc9ed3d29b3a0ae3 Author: Sascha Wildner Date: Thu Oct 12 10:13:31 2017 +0200 libc/net: Add NI_NUMERICSCOPE flag for getnameinfo(). Code to handle it is already present in getnameinfo() but we were missing the flag so far.

git: DragonFly_RELEASE_5_0 kernel: Simplify various redundant conditions.

2017-10-12 Thread Sascha Wildner
commit 703b451482c6edb2c4b603a8029465023638d5bc Author: Sascha Wildner Date: Wed Oct 11 16:55:23 2017 +0200 kernel: Simplify various redundant conditions. Found-by: cppcheck One was reported by dcb in . Summary

git: libc/net: Add NI_NUMERICSCOPE flag for getnameinfo().

2017-10-12 Thread Sascha Wildner
commit 581fc4281d3521287574ad23c5a22d9f65e8d594 Author: Sascha Wildner Date: Thu Oct 12 10:13:31 2017 +0200 libc/net: Add NI_NUMERICSCOPE flag for getnameinfo(). Code to handle it is already present in getnameinfo() but we were missing the flag so far.