created | 2020-01-21T20:35:30Z |
---|---|
begin | 2019-12-12T00:00:00Z |
end | 2019-12-12T11:12:37Z |
path | src/sys |
commits | 2 |
date | 2019-12-12T11:12:36Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/uvm/uvm_extern.h | log | diff | annotate |
src/sys/uvm/uvm_map.c | log | diff | annotate | |
message |
Header cleanup. - reduces gratuitous differences with NetBSD, - merges multiple '#ifdef _KERNEL' blocks, - kills unused 'struct vm_map_intrsafe' - turns 'union vm_map_object' into a anonymous union (following to NetBSD) - move questionable vm_map_modflags() into uvm/uvm_map.c - remove guards around MAX_KMAPENT, it is defined&used only once - document lock differences - fix tab vs space ok mlarkin@, visa@ |
date | 2019-12-12T11:12:37Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/uvm/uvm_map.h | log | diff | annotate |
message |
Header cleanup. - reduces gratuitous differences with NetBSD, - merges multiple '#ifdef _KERNEL' blocks, - kills unused 'struct vm_map_intrsafe' - turns 'union vm_map_object' into a anonymous union (following to NetBSD) - move questionable vm_map_modflags() into uvm/uvm_map.c - remove guards around MAX_KMAPENT, it is defined&used only once - document lock differences - fix tab vs space ok mlarkin@, visa@ |