created | 2018-11-29T19:56:14Z |
---|---|
begin | 2018-06-01T00:00:00Z |
end | 2018-06-02T00:00:00Z |
path | src/sys |
commits | 12 |
date | 2018-06-01T03:27:59Z | |||
---|---|---|---|---|
author | mortimer | |||
files | src/sys/sys/exec.h | log | diff | annotate |
message |
Bump ELF_RANDOMIZE_LIMIT to 1MB. ok deraadt@ |
date | 2018-06-01T12:38:25Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/net/pf.c | log | diff | annotate |
message |
While sending the pf syncookie, we are holding the pf lock. So goto unlock when leaving this block. OK sashan@ henning@ |
date | 2018-06-01T14:16:25Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/amd64/conf/GENERIC.MP | log | diff | annotate |
src/sys/arch/arm64/conf/GENERIC.MP | log | diff | annotate | |
src/sys/arch/i386/conf/GENERIC.MP | log | diff | annotate | |
message |
Enable witness(4) on select architectures to help the current MP work. Requested by deraadt@ |
date | 2018-06-01T14:23:48Z | |||
---|---|---|---|---|
author | fcambus | |||
files | src/sys/arch/amd64/amd64/via.c | log | diff | annotate |
src/sys/arch/i386/i386/via.c | log | diff | annotate | |
message |
Clear vc3_sc if the context is freed, to avoid leaving a dangling pointer behind. Pointed out by visa@, thanks! OK visa@ |
date | 2018-06-01T15:48:19Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/kern/subr_witness.c | log | diff | annotate |
message |
Consistently use printf() instead of db_printf() when not running in ddb. This avoids invoking the output pager by accident and keeps the output somewhat readable in case multiple cores trigger a warning simultaneously. |
date | 2018-06-01T17:15:27Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/conf/GENERIC | log | diff | annotate |
src/sys/arch/octeon/conf/RAMDISK | log | diff | annotate | |
src/sys/arch/octeon/conf/files.octeon | log | diff | annotate | |
message | Add a kludge that fixes the build until com_fdt.c is ready for octeon. |
date | 2018-06-01T18:25:17Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/dwmmc.c | log | diff | annotate |
message |
Restrict DMA to the Rockchip RK3328 and RK3388 for now. There is some evidence that it doesn't work reliably yet for the Rockchip RK3288 and I can't test that myself right now. |
date | 2018-06-01T18:39:48Z | |||
---|---|---|---|---|
author | fcambus | |||
files | src/sys/arch/amd64/amd64/aesni.c | log | diff | annotate |
message |
Clear aesni_sc if the context is freed, to avoid leaving a dangling pointer behind. OK visa@ |
date | 2018-06-01T20:45:08Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/dwmmc.c | log | diff | annotate |
message | Pass flags for highspeed capabilities based on device tree properties. |
date | 2018-06-01T21:19:04Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/rkclock.c | log | diff | annotate |
message | Add code to set the frequency of the SDMMC and SDIO clocks. |
date | 2018-06-01T22:01:37Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/dwmmc.c | log | diff | annotate |
message |
Rockchip RK3288/3328/3399 pre-divide the clock. Take this into account when calculating the base clock. Also explicitly set the clock if a clock-frequency property is present as documented in the device tree bindings. |
date | 2018-06-01T23:10:59Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/pmap.c | log | diff | annotate |
message |
With option WITNESS we need to have a bit more KVA available during early bootstrap so allocate page tables for the first GB. ok deraadt@ |