created | 2019-01-30T13:27:19Z |
---|---|
begin | 2019-01-17T00:00:00Z |
end | 2019-01-18T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2019-01-17T01:27:59Z | |||
---|---|---|---|---|
author | mlarkin | |||
files | src/sys/arch/amd64/conf/RAMDISK_CD | log | diff | annotate |
src/sys/dev/pci/if_bwfm_pci.c | log | diff | annotate | |
message |
Enable bwfm(4) in RAMDISK_CD ok deraadt |
date | 2019-01-17T01:52:27Z | |||
---|---|---|---|---|
author | mlarkin | |||
files | src/sys/arch/amd64/amd64/pmap.c | log | diff | annotate |
message | Remove some empty lines |
date | 2019-01-17T03:26:19Z | |||
---|---|---|---|---|
author | beck | |||
files | src/sys/kern/kern_unveil.c | log | diff | annotate |
src/sys/sys/namei.h | log | diff | annotate | |
message |
Unveil fixes: 1) Correctly notice covering unveil when using .. - fix crash noticed by visa@ 2) Notice when v_mount is NULL to not crash when unveil vnodes are on a forcibly unmounted filesystem, noticed by yasuoka@ 3) Add a flag to ni_data so that failures from unveil flag mismatches in covering unveils return the correct EACCESS instead of ENOENT (noticed by brynet@) ok deraadt@ |
date | 2019-01-17T13:29:44Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/ssdfb.c | log | diff | annotate |
message |
Add support for the SSD1306 as seen on the NanoPi NEO2 with a NanoHat OLED. |
date | 2019-01-17T13:33:51Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/ssdfb.c | log | diff | annotate |
message |
No need to free the Command/Data GPIO in the I2C detach path since it is only allocated and used for the SPI backend. From Tobias Nygren |
date | 2019-01-17T16:07:42Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/if_bridge.c | log | diff | annotate |
src/sys/net/if_bridge.h | log | diff | annotate | |
message |
Convert interface lists from TAILQ to SLIST in preparation for fine grained locking. ok visa@, florian@ |