git: sbin/hammer2: Silence -Wformat-truncation= warning on Linux (gcc 7.3)

2019-01-12 Thread Tomohiro Kusumi
commit c5122b6a551adca512e12cc697805fd194e186fa Author: Tomohiro Kusumi Date: Sun Jan 13 14:40:19 2019 -0800 sbin/hammer2: Silence -Wformat-truncation= warning on Linux (gcc 7.3) filename[HAMMER2_INODE_MAXNAME] may not be sufficient if snprintf source pfs.name string is

git: libc: Adjust Versions.def properly.

2019-01-12 Thread Sascha Wildner
commit 20a7cd29617af755621223e8a510ae25e499632c Author: Sascha Wildner Date: Sun Jan 13 04:34:23 2019 +0100 libc: Adjust Versions.def properly. Summary of changes: lib/libc/Versions.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: i386 removal, part 69/x: Clean up sys/dev/netif.

2019-01-12 Thread Sascha Wildner
commit afbe4b803a21d676343e0a600f098a87122a13bb Author: Sascha Wildner Date: Thu Jan 3 23:25:39 2019 +0100 i386 removal, part 69/x: Clean up sys/dev/netif. According to comments from sephe. Summary of changes: sys/dev/netif/bge/if_bge.c | 2 +- sys/dev/netif/dc/if_dc.c

git: i386 removal, part 70/x: Remove some i386 specific bits in the kernel.

2019-01-12 Thread Sascha Wildner
commit 483114b6109f002ec2d557cc808540ef18b5b11c Author: Sascha Wildner Date: Sun Jan 13 01:07:03 2019 +0100 i386 removal, part 70/x: Remove some i386 specific bits in the kernel. Summary of changes: sys/dev/crypto/aesni/aesni.h | 6 +- sys/dev/misc/syscons/syscons.c | 8 ++--

git: Make libssh and mandoc use reallocarray() from libc.

2019-01-12 Thread Sascha Wildner
commit 9c10bdf4c49621ca6d6d53cbda217805e5418725 Author: Sascha Wildner Date: Sat Jan 12 23:39:00 2019 +0100 Make libssh and mandoc use reallocarray() from libc. Summary of changes: lib/libssh/Makefile | 2 +- lib/libssh/config.h | 2 +- usr.bin/mandoc/Makefile | 2 +-

git: libc: Add reallocarray() from OpenBSD.

2019-01-12 Thread Sascha Wildner
commit 66932323fb4e091cea3058d26a75356388944e78 Author: Sascha Wildner Date: Sat Jan 12 23:37:36 2019 +0100 libc: Add reallocarray() from OpenBSD. It is useful for dhcpcd, mandoc and libssh. Also some dports might pick it up. A few other dports have workarounds which, once

git: drm/linux: Add struct device_driver

2019-01-12 Thread Francois Tigeot
commit 8b72cebefcaf4f8bf1a5727802a26e9a225f0505 Author: François Tigeot Date: Sat Jan 12 13:05:56 2019 +0100 drm/linux: Add struct device_driver Summary of changes: sys/dev/drm/include/drm/drm_mipi_dsi.h | 2 -- sys/dev/drm/include/linux/device.h | 5 - 2 files changed, 4