OpenBSD cvs log

created 2023-01-01T08:31:26Z
begin 2022-12-28T00:00:00Z
end 2022-12-29T00:00:00Z
path src/sys
commits 5

date 2022-12-28T01:39:21Z
author yasuoka
files src/sys/arch/octeon/dev/cn30xxasx.c log diff annotate
src/sys/arch/octeon/dev/cn30xxasxreg.h log diff annotate
src/sys/arch/octeon/dev/cn30xxasxvar.h log diff annotate
src/sys/arch/octeon/dev/cn30xxbootbusreg.h log diff annotate
src/sys/arch/octeon/dev/cn30xxciureg.h log diff annotate
src/sys/arch/octeon/dev/cn30xxfau.c log diff annotate
src/sys/arch/octeon/dev/cn30xxfaureg.h log diff annotate
src/sys/arch/octeon/dev/cn30xxfauvar.h log diff annotate
src/sys/arch/octeon/dev/cn30xxfpa.c log diff annotate
src/sys/arch/octeon/dev/cn30xxfpareg.h log diff annotate
src/sys/arch/octeon/dev/cn30xxfpavar.h log diff annotate
src/sys/arch/octeon/dev/cn30xxgmx.c log diff annotate
src/sys/arch/octeon/dev/cn30xxgmxreg.h log diff annotate
src/sys/arch/octeon/dev/cn30xxgmxvar.h log diff annotate
src/sys/arch/octeon/dev/cn30xxipd.c log diff annotate
src/sys/arch/octeon/dev/cn30xxipdreg.h log diff annotate
src/sys/arch/octeon/dev/cn30xxipdvar.h log diff annotate
src/sys/arch/octeon/dev/cn30xxnpireg.h log diff annotate
src/sys/arch/octeon/dev/cn30xxpip.c log diff annotate
src/sys/arch/octeon/dev/cn30xxpipreg.h log diff annotate
src/sys/arch/octeon/dev/cn30xxpipvar.h log diff annotate
src/sys/arch/octeon/dev/cn30xxpko.c log diff annotate
src/sys/arch/octeon/dev/cn30xxpkoreg.h log diff annotate
src/sys/arch/octeon/dev/cn30xxpkovar.h log diff annotate
src/sys/arch/octeon/dev/cn30xxpow.c log diff annotate
src/sys/arch/octeon/dev/cn30xxpowreg.h log diff annotate
src/sys/arch/octeon/dev/cn30xxpowvar.h log diff annotate
src/sys/arch/octeon/dev/cn30xxsmi.c log diff annotate
src/sys/arch/octeon/dev/cn30xxsmireg.h log diff annotate
src/sys/arch/octeon/dev/cn30xxsmivar.h log diff annotate
src/sys/arch/octeon/dev/cn30xxuartreg.h log diff annotate
src/sys/arch/octeon/dev/if_cnmac.c log diff annotate
src/sys/arch/octeon/dev/if_cnmacvar.h log diff annotate
src/sys/arch/octeon/dev/octhcireg.h log diff annotate
src/sys/arch/octeon/include/octeon_model.h log diff annotate
message Fix the word in the copyright. IIJ is not a regent. ok from nakayama
at iij

found and ok miod

date 2022-12-28T07:40:23Z
author jca
files src/sys/arch/macppc/dev/pm_direct.c log diff annotate
src/sys/arch/macppc/stand/ofdev.c log diff annotate
message Ansify, fixes clang 15 -Wdeprecated-non-prototype (fatal with -Werror)

ok millert@

date 2022-12-28T10:11:36Z
author asou
files src/sys/dev/pv/vmt.c log diff annotate
message Change space character to TAB.

ok tb mlarkin giovanni

date 2022-12-28T11:20:09Z
author kettenis
files src/sys/arch/riscv64/dev/stfclock.c log diff annotate
message Handle clock that can't be gated as a no-op.

ok patrick@

date 2022-12-28T12:56:35Z
author kettenis
files src/sys/arch/riscv64/riscv64/pmap.c log diff annotate
message The RISC-V architecture support execute-only mappings, so implement those.

ok jca@