created | 2018-11-30T00:05:33Z |
---|---|
begin | 2018-07-20T00:00:00Z |
end | 2018-07-21T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2018-07-20T01:30:30Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/hppa/hppa/machdep.c | log | diff | annotate |
message | Missed a 'ksi' -> '*ksip' change in previous commit |
date | 2018-07-20T05:37:06Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/fdt/com_fdt.c | log | diff | annotate |
message |
match on marvell,armada-38x-uart linux >= 4.18-rc1 changed the compat string from snps,dw-apb-uart in b7639b0b15ddd1a4686b0142e70dfb122eefc88f ok patrick@ |
date | 2018-07-20T07:28:36Z | |||
---|---|---|---|---|
author | beck | |||
files | src/sys/kern/kern_fork.c | log | diff | annotate |
src/sys/kern/kern_unveil.c | log | diff | annotate | |
message | Correctly copy across unveil's from parent to child process on fork(). |
date | 2018-07-20T21:48:27Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/kern/exec_elf.c | log | diff | annotate |
message |
Fail if a PT_LOAD segment has a memory size of 0. This prevents a panic later on, and it makes no sense for a binary to have such a segment. ok bluhm@, guenther@ |
date | 2018-07-20T21:57:26Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/exec_elf.c | log | diff | annotate |
src/sys/kern/init_main.c | log | diff | annotate | |
src/sys/kern/kern_exec.c | log | diff | annotate | |
src/sys/sys/proc.h | log | diff | annotate | |
message |
Remove a few leftovers from the days of emulation, which could result in a bad/corrupt binary not returning ENOEXEC but some other error. ok guenther kettenis bluhm |