bsd-family-tree: Re-center OpenBSD line
Commit 09aeca28dd75 ("BSD family tree: reduce OpenBSD-NetBSD crowding")
moved OpenBSD releases over 2 spaces. Move the line through OpenBSD
releases over as well.
Reviewed by: obrien
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D53635
if_vxlan: fix byteorder of source port
Fix the htons byteorder of vxlan packets after
`vxlan_pick_source_port` picks a source port during encapsulation.
Reviewed by: zlei, kp, adrian
Differential Revision: https://reviews.freebsd.org/D53022
(cherry picked from commit 1cc316727ebae157b3d035d9fb1ad38310a80698)
mpr.4: Remove Broadcom LSI 3908 from support list
"This one is my fault due to incorrect merging" ~ziaee
MFC after: 3 days
Reviewed by: ziaee
Fixes: 744c8d554453 (mpr.4: Add Broadcom LSI 3808)
Differential Revision: https://reviews.freebsd.org/D53634
sysutils/seatd: reduce syslog(3) spam after bc9ab6b61ec4
seatd on FreeBSD is usually started by rc.d via deamon(8) with console
output redirected to /var/log/messages. In 0.7.0 upstream raised verbosity
for seatd despite changing seatd-launch to explicitly pass "-l info".
As there was no explanation (in upstream commit) simply revert the change.
Requested by: ziaee
(cherry picked from commit fd5b4ec95301c9c4285d6910be4de0aaedf320f2)
sysutils/seatd: reduce syslog(3) spam after bc9ab6b61ec4
seatd on FreeBSD is usually started by rc.d via deamon(8) with console
output redirected to /var/log/messages. In 0.7.0 upstream raised verbosity
for seatd despite changing seatd-launch to explicitly pass "-l info".
As there was no explanation (in upstream commit) simply revert the change.
Requested by: ziaee
sh tests: Fix racy test11.0
This was sometimes exiting while the child fifo was created resulting in
[ENOTEMPTY] from rm. The child fifo isn't needed, just sleep.
PR: 290837
Fixes: e31fb97148f ("read builtin: Empty variables on timeout")
MFC after: 3 days