OpenBSD cvs log

created 2022-03-20T03:21:47Z
begin 2022-03-18T00:00:00Z
end 2022-03-19T00:00:00Z
path src/sys
commits 6

date 2022-03-18T01:49:47Z
author jsg
files src/sys/arch/arm64/arm64/locore0.S log diff annotate
message spelling

date 2022-03-18T11:08:34Z
author miod
files src/sys/dev/sdmmc/devlist2h.awk log diff annotate
message Don't bother generating (unused) CIS overrides.

ok jsg

date 2022-03-18T11:09:39Z
author miod
files src/sys/dev/sdmmc/if_bwfm_sdio.c log diff annotate
src/sys/dev/sdmmc/sdmmcdevs log diff annotate
message Add bwfm chips to sdmmcdevs in order to get symbolic constants for them.

ok jsg

date 2022-03-18T11:09:55Z
author miod
files src/sys/dev/sdmmc/sdmmcdevs.h log diff annotate
message regen

date 2022-03-18T14:45:39Z
author visa
files src/sys/kern/kern_resource.c log diff annotate
src/sys/sys/resourcevar.h log diff annotate
message Use the refcnt API with struct plimit.

OK bluhm@ dlg@

date 2022-03-18T15:32:06Z
author bluhm
files src/sys/kern/kern_synch.c log diff annotate
message Cleanup reference counting. Remove #ifdef DIAGNOSTIC to keep the
code similar in non DIAGNOSTIC case. Rename refcnt variable to
refs for consistency with r_refs. Add KASSERT() in refcnt_finalize().
OK visa@