created | 2025-02-09T06:03:29Z |
---|---|
begin | 2025-02-06T00:00:00Z |
end | 2025-02-07T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2025-02-06T13:13:25Z | |||
---|---|---|---|---|
author | kirill | |||
files | src/sys/dev/usb/usbdevs | log | diff | annotate |
message | sys/usbdevs: add Elgato Game Capture HD60 S+, to be used in quirks |
date | 2025-02-06T13:14:33Z | |||
---|---|---|---|---|
author | kirill | |||
files | src/sys/dev/usb/usbdevs.h | log | diff | annotate |
src/sys/dev/usb/usbdevs_data.h | log | diff | annotate | |
message | Regen |
date | 2025-02-06T13:15:50Z | |||
---|---|---|---|---|
author | kirill | |||
files | src/sys/dev/usb/uvideo.c | log | diff | annotate |
message |
sys/uvideo: add quriks for Elgato Game Capture HD60 S+ and similar devices Feedback and OK: mglocker@ |
date | 2025-02-06T13:39:31Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/kern/uipc_socket2.c | log | diff | annotate |
src/sys/netinet/tcp_usrreq.c | log | diff | annotate | |
src/sys/sys/socketvar.h | log | diff | annotate | |
message |
Get rid of unused `so' argument in sbflush(). No functional changes. ok bluhm |
date | 2025-02-06T13:40:57Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/kern/uipc_socket.c | log | diff | annotate |
message |
Call pru_attach() with shared solock() within socreate(). The internal internet attach functions look MP safe. Do external unlocking and release within error path because sofree() relies on exclusive solock(). ok bluhm |
date | 2025-02-06T13:40:58Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/netinet/raw_ip.c | log | diff | annotate |
src/sys/netinet/tcp_usrreq.c | log | diff | annotate | |
src/sys/netinet/udp_usrreq.c | log | diff | annotate | |
src/sys/netinet6/raw_ip6.c | log | diff | annotate | |
message |
Call pru_attach() with shared solock() within socreate(). The internal internet attach functions look MP safe. Do external unlocking and release within error path because sofree() relies on exclusive solock(). ok bluhm |
date | 2025-02-06T23:53:55Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet/ip_output.c | log | diff | annotate |
message |
Never install path MTU routes for IPsec transport mode SAs. Prevent installation of PMTU-routes for transport mode ESP-SAs in both cases when ip_output_ipsec_pmtu_update() gets called. from markus@ |