created | 2018-11-30T00:54:20Z |
---|---|
begin | 2018-08-02T00:00:00Z |
end | 2018-08-03T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2018-08-02T04:41:47Z | |||
---|---|---|---|---|
author | beck | |||
files | src/sys/kern/vfs_lookup.c | log | diff | annotate |
message |
Fix panic when we attempt to mess with "." but have a flags mismatch so unveil_check_final returns an error - in this case we can't just VOP_UNLOCK the parent we have to know we are dealing with "." found by anton@ - thanks |
date | 2018-08-02T09:45:17Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/ofw/ofw_regulator.c | log | diff | annotate |
src/sys/dev/ofw/ofw_regulator.h | log | diff | annotate | |
message |
Add delay when increasing the voltage of a regulator that has a "regulator-ramp-delay" property to guerantee that the target voltage has been reached when regulator_set_voltage(9) returns. ok patrick@ |
date | 2018-08-02T14:09:32Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/files.fdt | log | diff | annotate |
src/sys/dev/fdt/ssdfb.c | log | diff | annotate | |
message |
Add I2C attachment code to ssdfb(4). The difference between the I2C and SPI bus is simply how to let the chip know it's a command or data transfer. Otherwise we push the very same bits. |
date | 2018-08-02T14:13:44Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/armv7/conf/GENERIC | log | diff | annotate | |
message | Enable ssdfb(4) at I2C. |
date | 2018-08-02T15:34:07Z | |||
---|---|---|---|---|
author | rob | |||
files | src/sys/kern/kern_pledge.c | log | diff | annotate |
message |
Grammar fix in comment. ok deraadt@ |