created | 2020-11-01T20:33:59Z |
---|---|
begin | 2020-10-29T00:00:00Z |
end | 2020-10-30T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2020-10-29T13:47:46Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/drm/radeon/radeon_device.c | log | diff | annotate |
message |
Silence "using MMIO for ATOM IIO" error message, since that is normal on POWER9 machines. ok jsg@ |
date | 2020-10-29T16:45:49Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/drm/include/linux/io.h | log | diff | annotate |
message |
We need more memory barriers on powerpc. ok tobhe@ |
date | 2020-10-29T21:15:27Z | |||
---|---|---|---|---|
author | denis | |||
files | src/sys/kern/kern_pledge.c | log | diff | annotate |
src/sys/net/art.h | log | diff | annotate | |
src/sys/net/route.c | log | diff | annotate | |
src/sys/net/route.h | log | diff | annotate | |
src/sys/net/rtable.c | log | diff | annotate | |
src/sys/net/rtable.h | log | diff | annotate | |
src/sys/net/rtsock.c | log | diff | annotate | |
src/sys/netinet/in_pcb.c | log | diff | annotate | |
src/sys/netinet6/in6_src.c | log | diff | annotate | |
src/sys/sys/socket.h | log | diff | annotate | |
message |
Add feature to force the selection of source IP address Based/previous work on an idea from deraadt@ Input from claudio@, djm@, deraadt@, sthen@ OK deraadt@ |