The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=dac33a65b9658528251f7f057647ad5a2aff2c4f
commit dac33a65b9658528251f7f057647ad5a2aff2c4f Author: Rick Macklem <[email protected]> AuthorDate: 2023-12-22 20:25:19 +0000 Commit: Rick Macklem <[email protected]> CommitDate: 2023-12-22 20:25:19 +0000 RELNOTES: Add an entry for commit 7c5146da1286 --- RELNOTES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELNOTES b/RELNOTES index a1dd1e1130fa..de7359b87185 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,12 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +7c5146da1286: + Mountd has been modified to use strunvis(3) to decode directory + names in exports(5) file(s). This allows special characters, + such as blanks, to be embedded in the directory name(s). + "vis -M" may be used to encode such directory name(s). + c5359e2af5ab: bhyve(8) has a new network backend, "slirp", which makes use of the libslirp package to provide a userspace network stack. This backend
