created | 2023-10-02T12:06:40Z |
---|---|
begin | 2023-09-01T00:00:00Z |
end | 2023-09-02T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2023-09-01T16:13:56Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/sxipio.c | log | diff | annotate |
src/sys/dev/fdt/sxipio_pins.h | log | diff | annotate | |
message |
Update with pin definitions from Linux 6.4. ok patrick@ |
date | 2023-09-01T20:24:29Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/dev/usb/if_umb.c | log | diff | annotate |
message |
Call rtm_send() with netlock held to protect dereference of sockaddr structure data returned by rtable_getsource(). Netlock can't be pushed within rtm_send() because we have paths where caller already holds it. tested by jca ok bluhm jca |
date | 2023-09-01T20:35:31Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/mii/ytphy.c | log | diff | annotate |
message |
Implement drive strength tweaking for the YT8531. Needed on the v1.3b variant of the visionfive2 board. ok jsing@ |