Module Name: src Committed By: riastradh Date: Sat Apr 9 23:52:23 UTC 2022
Modified Files: src/sys/kern: uipc_socket.c uipc_socket2.c uipc_usrreq.c src/sys/sys: socketvar.h Log Message: unix(4): Convert membar_exit to membar_release. Use atomic_load_consume or atomic_load_relaxed where necessary. Comment on why unlocked nonatomic access is valid where it is done. To generate a diff of this commit: cvs rdiff -u -r1.301 -r1.302 src/sys/kern/uipc_socket.c cvs rdiff -u -r1.140 -r1.141 src/sys/kern/uipc_socket2.c cvs rdiff -u -r1.201 -r1.202 src/sys/kern/uipc_usrreq.c cvs rdiff -u -r1.164 -r1.165 src/sys/sys/socketvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.