git: DragonFly_RELEASE_5_6 kernel - Clean up memory leaks and a stack buffer disclosure bug

2020-02-06 Thread Matthew Dillon
commit f4b19105e35a077d1284614e233ea957bcc76125 Author: Matthew Dillon Date: Thu Feb 6 23:43:31 2020 -0800 kernel - Clean up memory leaks and a stack buffer disclosure bug * Clean up memory leaks, a stack buffer disclosure bug, and a missing priv check in if_oce (which prob

git: kernel - Clean up memory leaks and a stack buffer disclosure bug

2020-02-06 Thread Matthew Dillon
commit b8b9f56e4cbf8c8fd5f906466c8d3228c8b13532 Author: Matthew Dillon Date: Thu Feb 6 23:43:31 2020 -0800 kernel - Clean up memory leaks and a stack buffer disclosure bug * Clean up memory leaks, a stack buffer disclosure bug, and a missing priv check in if_oce (which prob

git: sbin/fsck_msdosfs: Tighten FAT checks and fix off-by-one error in corner case

2020-02-06 Thread Tomohiro Kusumi
commit c43767a9add6dab4ecfc340513b8feb31203852c Author: Tomohiro Kusumi Date: Fri Feb 7 00:12:08 2020 +0900 sbin/fsck_msdosfs: Tighten FAT checks and fix off-by-one error in corner case See below for details. https://reviews.freebsd.org/D23065 from freebsd/freebsd@b

git: sbin/fsck_msdosfs: Diff reduction against FreeBSD against NetBSD

2020-02-06 Thread Tomohiro Kusumi
commit b3b37585d643785ccc9b36e657a04c831538f48f Author: Tomohiro Kusumi Date: Fri Feb 7 00:15:10 2020 +0900 sbin/fsck_msdosfs: Diff reduction against FreeBSD against NetBSD from freebsd/freebsd@28bbeac80931cc14571ef4b6455d8da7466411a2 Summary of changes: sbin/fsck_msdosfs/boot.

git: libm: Bring in sincos, sincosf, and sincosl from OpenBSD

2020-02-06 Thread Francois Tigeot
commit 839bc98520382998acc18a78ae1b04a9d4e6d981 Author: François Tigeot Date: Thu Feb 6 13:15:57 2020 +0100 libm: Bring in sincos, sincosf, and sincosl from OpenBSD Summary of changes: contrib/openbsd_libm/include/global/math.h | 13 +++- lib/libm/Makefile |

git: drm/linux: fix a bug in DEFINE_WAIT()

2020-02-06 Thread Francois Tigeot
commit e9ca3a0c6d76f69f0f97108bf40661d3550260ff Author: François Tigeot Date: Thu Feb 6 07:16:13 2020 +0100 drm/linux: fix a bug in DEFINE_WAIT() The wake-up function was not properly set up. Summary of changes: sys/dev/drm/include/linux/wait.h | 1 + 1 file changed, 1 inserti