created | 2024-05-09T08:14:11Z |
---|---|
begin | 2024-05-02T00:00:00Z |
end | 2024-05-03T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2024-05-02T09:38:59Z | |||
---|---|---|---|---|
author | aoyama | |||
files | src/sys/arch/luna88k/cbus/i82365_cbus.c | log | diff | annotate |
src/sys/arch/luna88k/cbus/if_ne_cbus.c | log | diff | annotate | |
src/sys/arch/luna88k/cbus/nec86hw.c | log | diff | annotate | |
message |
Delete extra spaces, change spaces to tab. No binary change. |
date | 2024-05-02T11:55:31Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/kern/uipc_socket.c | log | diff | annotate |
message |
Pass `sosp' instead of `so' to sblock() when locking `so_snd' within sosplice(). ok bluhm |
date | 2024-05-02T17:10:55Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/kern/uipc_usrreq.c | log | diff | annotate |
message |
Don't re-lock sockets in uipc_shutdown(). No reason to lock peer. It can't be or became listening socket, both sockets can't be in the middle of connecting or disconnecting. ok bluhm |
date | 2024-05-02T21:26:52Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/kern/uipc_socket2.c | log | diff | annotate |
message |
Quick fix previous one. socantrcvmore() should raise assertion if `so_rcv' has SB_MTXLOCK flag clean, not SB_OWNLOCK. ok bluhm |