created | 2021-03-16T14:22:39Z |
---|---|
begin | 2021-03-08T00:00:00Z |
end | 2021-03-08T05:57:34Z |
path | src/sys |
commits | 1 |
date | 2021-03-08T05:57:34Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/exec_elf.c | log | diff | annotate |
message |
Remove the workaround which identified Go executables, and permitted them to do syscalls directly. Go executables now use shared libc like all other dynamic binaries. This makes the "where are syscalls done from" checker strict for all binaries, and also opens the door to change the underlying syscall ABI to the kernel in the future very easily (if we find cause). ok jsing |