OpenBSD cvs log

created 2020-12-01T16:14:52Z
begin 2020-10-12T00:00:00Z
end 2020-10-13T00:00:00Z
path src/sys
commits 5

date 2020-10-12T02:06:25Z
author kevlo
files src/sys/dev/pci/if_rge.c log diff annotate
src/sys/dev/pci/if_rgereg.h log diff annotate
message Set the maximum frame size to RGE_JUMBO_FRAMELEN.

From Brad.
Tweak by myself.

date 2020-10-12T08:44:45Z
author mpi
files src/sys/uvm/uvm_amap.c log diff annotate
message Use KASSERT() instead of if(x) panic() for NULL dereference checks.

Improves readability and reduces the difference with NetBSD without
compromising debuggability on RAMDISK.

While here also use local variables to help with future locking and
reference counting.

ok semarie@

date 2020-10-12T13:08:03Z
author visa
files src/sys/tmpfs/tmpfs.h log diff annotate
src/sys/tmpfs/tmpfs_vnops.c log diff annotate
message Fix build of tmpfs

The breakage was caused by the removal of #include <sys/systm.h>
from <uvm/uvm_map.h>.

OK deraadt@, mpi@, beck@

date 2020-10-12T17:36:06Z
author patrick
files src/sys/dev/fdt/imxccm_clocks.h log diff annotate
message OCOTP's parent clock is the IPG clock on i.MX8M.

date 2020-10-12T17:38:28Z
author patrick
files src/sys/dev/fdt/imxccm.c log diff annotate
message Add support for the i.MX8M AHB clocks. These behave just like all the
other composite clocks. With this we can get the frequency for the OCOTP.