created | 2019-05-04T02:18:53Z |
---|---|
begin | 2017-10-13T00:00:00Z |
end | 2017-10-14T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2017-10-13T05:14:02Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/include/tcb.h | log | diff | annotate |
message |
I was one bit off in the "is canonical" test for FS.base (TCB pointer) values, so it was still possible to fault the kernel. Problem observed by Maxime Villard ok deraadt@ bluhm@ |
date | 2017-10-13T05:55:27Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/arm64/conf/Makefile.arm64 | log | diff | annotate |
message |
Use gap.o on arm64. After the recent llvm/lld 5.0.0 update the linker script can be used. ok kettenis@ |
date | 2017-10-13T08:58:42Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/dev/tc/if_le_ioasic.c | log | diff | annotate |
src/sys/dev/tc/ioasicreg.h | log | diff | annotate | |
message |
Implement media auto selection for DEC 3000. diff from miod@ |
date | 2017-10-13T17:32:22Z | |||
---|---|---|---|---|
author | jasper | |||
files | src/sys/ddb/db_ctf.c | log | diff | annotate |
message |
- use db_printf() - refuse to pretty-print if there's no CTF ok mpi@ |
date | 2017-10-13T18:11:47Z | |||
---|---|---|---|---|
author | jasper | |||
files | src/sys/ddb/db_ctf.c | log | diff | annotate |
message | return a missing return (was left out of previous) |
date | 2017-10-13T19:00:35Z | |||
---|---|---|---|---|
author | jasper | |||
files | src/sys/arch/alpha/alpha/db_trace.c | log | diff | annotate |
message | ansify function prototypes (to match db_stack_trace_print() in the same file) |