created | 2023-11-19T08:33:30Z |
---|---|
begin | 2023-11-16T00:00:00Z |
end | 2023-11-17T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2023-11-16T02:45:20Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/sys/kstat.h | log | diff | annotate |
message | cpu frequency and volt types for kstat_kvs |
date | 2023-11-16T13:47:22Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/mips64/include/vmparam.h | log | diff | annotate |
message | crank MAXTSIZ because clang is a piggy |
date | 2023-11-16T18:27:48Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet/tcp_input.c | log | diff | annotate |
src/sys/netinet/tcp_usrreq.c | log | diff | annotate | |
src/sys/netinet/tcp_var.h | log | diff | annotate | |
message |
Run TCP SYN cache timer logik without net lock. Introduce global TCP SYN cache mutex. Devide timer function in parts protected by mutex and sending with netlock. Split the flags field in dynamic flags protected by mutex and fixed flags set during initialization. Document whether fields of struct syn_cache are protected by net lock or mutex. input and OK sashan@ |