created | 2022-06-25T22:00:09Z |
---|---|
begin | 2022-06-20T00:00:00Z |
end | 2022-06-21T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2022-06-20T01:39:44Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/dev/pci/drm/drm_linux.c | log | diff | annotate |
src/sys/kern/kern_event.c | log | diff | annotate | |
src/sys/kern/sys_pipe.c | log | diff | annotate | |
src/sys/kern/sys_socket.c | log | diff | annotate | |
src/sys/kern/vfs_vnops.c | log | diff | annotate | |
src/sys/sys/eventvar.h | log | diff | annotate | |
src/sys/sys/file.h | log | diff | annotate | |
src/sys/sys/pipe.h | log | diff | annotate | |
src/sys/sys/socketvar.h | log | diff | annotate | |
message |
Remove unused struct fileops field fo_poll and callbacks. OK mpi@ |
date | 2022-06-20T02:22:05Z | |||
---|---|---|---|---|
author | yasuoka | |||
files | src/sys/arch/amd64/stand/efiboot/conf.c | log | diff | annotate |
src/sys/arch/amd64/stand/efiboot/efiboot.c | log | diff | annotate | |
message |
When there are multiple GOPs, try to select first one from which we can get a handle of DevicePath protocol if any, otherwise select first one. This is expected to workaround the garbled screen problem when booting with efiboot happened on some machines. origin diff from Alexei K. |
date | 2022-06-20T16:28:42Z | |||
---|---|---|---|---|
author | gnezdo | |||
files | src/sys/dev/wscons/wsdisplay.c | log | diff | annotate |
message |
Fix console screen blanker setting timeout back to zero Tested locally. "looks correct" to miod@ From Crystal Kolipe kolipe DOT c AT exoticsilicon DOT com |