aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Mitchell <ehem+freebsd@m5p.com>2021-10-22 07:16:54 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-10-22 07:16:54 +0000
commitcfd8fda15939c931d3788d49d6cad586c7899bd9 (patch)
tree8c2472a42bdf4ddec6d91bf0aa22d611c911d1a9
parentb02df2322c861221ae60c5b06886f6f68368307d (diff)
downloadsrc-cfd8fda15939c931d3788d49d6cad586c7899bd9.tar.gz
src-cfd8fda15939c931d3788d49d6cad586c7899bd9.zip
RELNOTES: Fix KMSAN entry
The lead digit was lost in 05eba8e068c1 making it impossible to find the commit. The two subsequent RELNOTES commits gave one less digit of the commit hash, which is what `git rev-parse --short` thinks the minimal length is, but keep them to align with other entries. Fixes: 05eba8e068c1 Differential Revision: https://reviews.freebsd.org/D32595
-rw-r--r--RELNOTES6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELNOTES b/RELNOTES
index 60942ddd5422..0c6c1c2f4ffc 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,16 +10,16 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
-d410b585b6f:
+d410b585b6f0:
sh(1) is now the default shell for the root user.
-396851c20ae:
+396851c20aeb:
libncursesw has been split into libtinfow and libncursesw, linker
scripts should make it transparent for consumers. pkg-config files
are also now installed to ease ports detecting the ncurses setup from
base.
-422084abbda:
+a422084abbda:
LLVM's MemorySanitizer can now be used in amd64 kernels. See the
kmsan(9) manual page for more information.