cvs commit: src/sys/sys socketvar.h src/sys/kern uipc_socket.c
uipc_socket2.c uipc_syscalls.c src/sys/netgraph ng_ksocket.c
src/sys/netgraph/bluetooth/socket ng_btsocket_rfcomm.c
Robert Watson
rwatson at FreeBSD.org
Mon May 31 19:42:57 PDT 2004
rwatson 2004/05/31 19:42:56 PDT
FreeBSD src repository
Modified files:
sys/sys socketvar.h
sys/kern uipc_socket.c uipc_socket2.c
uipc_syscalls.c
sys/netgraph ng_ksocket.c
sys/netgraph/bluetooth/socket ng_btsocket_rfcomm.c
Log:
The SS_COMP and SS_INCOMP flags in the so_state field indicate whether
the socket is on an accept queue of a listen socket. This change
renames the flags to SQ_COMP and SQ_INCOMP, and moves them to a new
state field on the socket, so_qstate, as the locking for these flags
is substantially different for the locking on the remainder of the
flags in so_state.
Revision Changes Path
1.173 +4 -4 src/sys/kern/uipc_socket.c
1.126 +5 -5 src/sys/kern/uipc_socket2.c
1.185 +1 -1 src/sys/kern/uipc_syscalls.c
1.7 +1 -1 src/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
1.41 +1 -1 src/sys/netgraph/ng_ksocket.c
1.112 +7 -2 src/sys/sys/socketvar.h
More information about the cvs-src
mailing list