created | 2019-09-06T04:52:13Z |
---|---|
begin | 2019-08-31T00:00:00Z |
end | 2019-09-01T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2019-08-31T13:48:45Z | |||
---|---|---|---|---|
author | bru | |||
files | src/sys/dev/wscons/wstpad.c | log | diff | annotate |
message |
Fix a bug of the tap-detection code. Do not switch from the DETECT state to IGNORE when the last (active) touch has been released. Otherwise, depending on how events are reported and synchronized, it may happen that the handler does not switch back to DETECT when necessary. |
date | 2019-08-31T17:59:33Z | |||
---|---|---|---|---|
author | beck | |||
files | src/sys/kern/vfs_syscalls.c | log | diff | annotate |
message |
Make readlink require UNVEIL_READ instead of UNVEIL_INSPECT only since realpath() is now a system call ok deraadt@ |
date | 2019-08-31T19:20:29Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/amlclock.c | log | diff | annotate |
message | Add SD/MMC clocks. Generalize the clock gating code for this purpose. |
date | 2019-08-31T20:59:17Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/amlclock.c | log | diff | annotate |
message | More SD/MMC clock stuff. |
date | 2019-08-31T21:00:17Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/amlpinctrl.c | log | diff | annotate |
message | Add code to configure SD/MMC pins. |