1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-21 07:15:49 +00:00

RELNOTES: Document that grep no longer follows symlinks by default

Requested by:	markj
This commit is contained in:
John Baldwin 2024-11-13 12:10:39 -05:00
parent 727de621c5
commit c55e4971d9

View File

@ -34,6 +34,11 @@ a1da7dc1cdad:
be spliced together, enabling proxy-like functionality without the
need to copy data in and out of user memory.
fc12c191c087:
grep(1) no longer follows symbolic links by default for
recursive searches. This matches the documented behavior in
the manual page.
e962b37bf0ff:
When running bhyve(8) guests with a boot ROM, i.e., bhyveload(8) is not
used, bhyve now assumes that the boot ROM will enable PCI BAR decoding.