commit 95121ed29684b5174d05f7d4a3305c64cbad0949
Author: Matthew Dillon
Date: Sat Jun 6 11:05:53 2020 -0700
kernel - Refactor kern_kevent(), fix timeout overflow (ppoll() bug) (2)
* Certain unsupported EV_ERROR events can cause kern_kevent() to
live-lock, which hits a 'check
commit 32c8a2583e78f0179f9d6956e5a4b92f48d7c2cd
Author: Matthew Dillon
Date: Sat Jun 6 11:08:22 2020 -0700
kernel - Increase KNOTE_CACHE_MAX
* Increase KNOTE_CACHE_MAX from 8 to 64 descriptors. These are tiny
descriptors, we can afford to have a larger per-cpu cache.
Summ
commit 2d22839bd1ce7ea36570d3a39b5cd8fc4ac72db7
Author: Tomohiro Kusumi
Date: Sun Jun 7 02:12:06 2020 +0900
sbin/fsck_hammer2: Fix siz in tsnprintf()
Prevent small terminal width causing newline behavior in
print_blockref_stats() in verify_blockref().
Summary of changes:
sb
commit 8af44722bb719fe96219a8886fae57d6b23806fb
Author: Sascha Wildner
Date: Sat Jun 6 09:09:28 2020 +0200
Bring in efidp(8) from FreeBSD.
Taken-from: FreeBSD
Summary of changes:
usr.sbin/Makefile | 1 +
usr.sbin/efidp/Makefile | 9 ++
usr.sbin/efidp/efidp.8 | 83 ++