OpenBSD cvs log

created 2025-03-16T02:30:39Z
begin 2025-03-12T00:00:00Z
end 2025-03-13T00:00:00Z
path src/sys
commits 4

date 2025-03-12T01:44:27Z
author yasuoka
files src/sys/netinet/ip_output.c log diff annotate
message Fix the problem that skips the various checks for packets for
broadcast mistakenly introduced by the revision 1.103 imported from
netbsd 24 years ago. Especially, the problem has allowed one to send
broadcast packets without the SO_BROADCAST option. Found by IIJ.

ok blumn

date 2025-03-12T14:08:31Z
author mvs
files src/sys/kern/uipc_socket2.c log diff annotate
src/sys/kern/uipc_usrreq.c log diff annotate
src/sys/sys/socketvar.h log diff annotate
message Get rid of unused `so' argument in sbappendcontrol(). No functional
changes.

ok bluhm

date 2025-03-12T14:08:51Z
author mglocker
files src/sys/dev/usb/uvideo.c log diff annotate
message Revert uvideo.c,1.247 for now since it has caused regression in some cases.

Reported and tested by landry@

date 2025-03-12T23:27:17Z
author yasuoka
files src/sys/netinet/ip_input.c log diff annotate
message Set M_BCAST for packets going to 0.0.0.0 or 255.255.255.255, so the
upper layers can handle them properly. Found by IIJ.

ok bluhm