created | 2025-01-05T15:25:38Z |
---|---|
begin | 2025-01-01T00:00:00Z |
end | 2025-01-02T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2025-01-01T07:44:54Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/kern/init_main.c | log | diff | annotate |
message | copyright++; |
date | 2025-01-01T11:42:07Z | |||
---|---|---|---|---|
author | kirill | |||
files | src/sys/dev/usb/uvideo.c | log | diff | annotate |
message |
sys/uvideo: support devices which reports bulk and isochronous endpoints Section 2.4.3 does not prohibit the mix of bulk and isochronous endpoints when the bulk endpoints are used solely for still image transfer. OK: mglocker@ |
date | 2025-01-01T13:44:22Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/kern/uipc_mbuf.c | log | diff | annotate |
src/sys/kern/uipc_socket.c | log | diff | annotate | |
src/sys/kern/uipc_usrreq.c | log | diff | annotate | |
src/sys/netinet/icmp6.h | log | diff | annotate | |
src/sys/netinet/if_ether.c | log | diff | annotate | |
src/sys/netinet/if_ether.h | log | diff | annotate | |
src/sys/netinet/in_proto.c | log | diff | annotate | |
src/sys/netinet/ip6.h | log | diff | annotate | |
src/sys/netinet/ip_divert.c | log | diff | annotate | |
src/sys/netinet/ip_esp.h | log | diff | annotate | |
src/sys/netinet/ip_gre.c | log | diff | annotate | |
src/sys/netinet/ip_gre.h | log | diff | annotate | |
src/sys/netinet/ip_id.c | log | diff | annotate | |
src/sys/netinet/ip_ipsp.h | log | diff | annotate | |
src/sys/netinet/ip_mroute.h | log | diff | annotate | |
src/sys/netinet/raw_ip.c | log | diff | annotate | |
src/sys/netinet/tcp_output.c | log | diff | annotate | |
src/sys/netinet/tcp_timer.h | log | diff | annotate | |
src/sys/netinet/tcp_usrreq.c | log | diff | annotate | |
src/sys/netinet/udp_usrreq.c | log | diff | annotate | |
src/sys/netinet6/in6_src.c | log | diff | annotate | |
src/sys/netinet6/ip6_id.c | log | diff | annotate | |
src/sys/netinet6/ip6_mroute.h | log | diff | annotate | |
src/sys/netinet6/ip6_output.c | log | diff | annotate | |
src/sys/sys/socketvar.h | log | diff | annotate | |
message | Fix whitespace. |