Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2004 17:38:19 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_socket.c
Message-ID:  <200406201738.i5KHcJUM012147@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004-06-20 17:38:19 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  Annotate some ordering-related issues in solisten() which are not yet
  resolved by socket locking: in particular, that we test the connection
  state at the socket layer without locking, request that the protocol
  begin listening, and then set the listen state on the socket
  non-atomically, resulting in a non-atomic cross-layer test-and-set.
  
  Revision  Changes    Path
  1.183     +5 -0      src/sys/kern/uipc_socket.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406201738.i5KHcJUM012147>