OpenBSD cvs log

created 2023-03-27T03:07:09Z
begin 2023-03-25T00:00:00Z
end 2023-03-26T00:00:00Z
path src/sys
commits 4

date 2023-03-25T05:49:50Z
author deraadt
files src/sys/conf/newvers.sh log diff annotate
message we are now hacking on 7.3-current

date 2023-03-25T10:14:58Z
author kettenis
files src/sys/dev/fdt/if_dwqe_fdt.c log diff annotate
message The "snps,reset-*" properties are deprecatedand are being replaced with
"reset-*" proprties on the PHY device tree nodes. Add support for this.

ok dlg@

date 2023-03-25T15:59:23Z
author kn
files src/sys/netinet6/nd6.c log diff annotate
message sync nd6_resolve() uptime handling with arpresolve()

makes the two familiar functions look more alike; OK bluhm

date 2023-03-25T16:01:37Z
author kn
files src/sys/netinet6/nd6.c log diff annotate
message sync nd6_resolve() EINVAL handling with arpresolve()

Less diff between them; merging three returns into one also reduces
upcoming unlock diffs. OK bluhm