created | 2025-03-23T02:45:33Z |
---|---|
begin | 2025-03-19T00:00:00Z |
end | 2025-03-20T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2025-03-19T14:00:44Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/kern/uipc_socket.c | log | diff | annotate |
message |
Do "soback = soref()" acquisition in soclose(). This code was forgotten from the times when soref() had the type of void, rewrite it like the similar soref() calls. ok bluhm |
date | 2025-03-19T23:29:49Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/net/if.c | log | diff | annotate |
message |
Reset error for ifconfig tcplro. To prevent returning an error from ioctl(2) after ifsetlro() has succeeded, reset the error variable. with and OK jan@ |