OpenBSD cvs log

created 2021-02-22T15:00:05Z
begin 2021-02-18T00:00:00Z
end 2021-02-19T00:00:00Z
path src/sys
commits 5

date 2021-02-18T00:04:13Z
author jsg
files src/sys/arch/arm/simplebus/simplebus.c log diff annotate
message handle "simple-pm-bus" in simplebus

Enables a clock and/or power domain for a group of devices.
Required to use linux 5.11 dtbs on am335x and omap4.

ok kettenis@

date 2021-02-18T11:40:19Z
author mvs
files src/sys/kern/uipc_socket.c log diff annotate
message Release mbuf(9) chain with a simple m_freem(9) loop in sorflush().
Passing local copy of socket to sbrelease() is too complicated to just
free receive buffer. We don't allocate large object on the stack. Also
we don't pass unlocked socket to soassertlocked() within sbdrop(). This
was not triggered because we lock the whole layer with one lock.

Also sorflush() is now private to kern/uipc_socket.c, so it's definition
was made to be in accordance.

ok claudio@ mpi@

date 2021-02-18T11:40:20Z
author mvs
files src/sys/sys/socketvar.h log diff annotate
message Release mbuf(9) chain with a simple m_freem(9) loop in sorflush().
Passing local copy of socket to sbrelease() is too complicated to just
free receive buffer. We don't allocate large object on the stack. Also
we don't pass unlocked socket to soassertlocked() within sbdrop(). This
was not triggered because we lock the whole layer with one lock.

Also sorflush() is now private to kern/uipc_socket.c, so it's definition
was made to be in accordance.

ok claudio@ mpi@

date 2021-02-18T16:27:07Z
author visa
files src/sys/arch/loongson/conf/ld.script log diff annotate
message Make kernel ld.script similar to octeon's on loongson and sgi.

date 2021-02-18T16:27:08Z
author visa
files src/sys/arch/sgi/conf/ld.script log diff annotate
message Make kernel ld.script similar to octeon's on loongson and sgi.