created | 2022-11-23T12:41:51Z |
---|---|
begin | 2022-11-17T00:00:00Z |
end | 2022-11-18T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2022-11-17T01:30:57Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/ic/re.c | log | diff | annotate |
message | whitespace fixes. no functional change. |
date | 2022-11-17T18:05:43Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/netinet/ip_var.h | log | diff | annotate |
message | style(9) fix. No functional change. |
date | 2022-11-17T18:53:05Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/uvm/uvm_extern.h | log | diff | annotate |
src/sys/uvm/uvm_map.c | log | diff | annotate | |
src/sys/uvm/uvm_mmap.c | log | diff | annotate | |
message |
stack growth from setrlimit was never updated to set UVM_ET_STACK on the entries, so the check-sp-at-system-call check failed. Quite strange it took this long to find this. ok kettenis |
date | 2022-11-17T18:53:12Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/exec_subr.c | log | diff | annotate |
src/sys/kern/kern_exec.c | log | diff | annotate | |
message |
stack growth from setrlimit was never updated to set UVM_ET_STACK on the entries, so the check-sp-at-system-call check failed. Quite strange it took this long to find this. ok kettenis |
date | 2022-11-17T18:53:13Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/kern_resource.c | log | diff | annotate |
message |
stack growth from setrlimit was never updated to set UVM_ET_STACK on the entries, so the check-sp-at-system-call check failed. Quite strange it took this long to find this. ok kettenis |
date | 2022-11-17T23:26:07Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/uvm/uvm_map.h | log | diff | annotate |
message |
With regret, place mutexes after struct vm_map fields which are inspected by libkvm and procmap(8). struct mutex can change based upon kernel compile options, and the fields were dancing around ok kettenis |