created | 2021-05-02T04:06:11Z |
---|---|
begin | 2021-04-21T00:00:00Z |
end | 2021-04-22T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2021-04-21T10:02:05Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/kern/kern_malloc.c | log | diff | annotate |
src/sys/uvm/uvm_page.c | log | diff | annotate | |
message |
Convert remaining uvm_km_zalloc(9) to km_alloc(9). Tested by bluhm@, jj@, kettenis@ and Scott Bennett. ok kettenis@ |
date | 2021-04-21T18:11:17Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/dev/aplintc.c | log | diff | annotate |
message |
Turn panic for unknown event type into a printf and return. ok patrick@ |