Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 2004 03:22:15 +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:  <200406270322.i5R3MFK7086771@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004-06-27 03:22:15 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  Add a new global mutex, so_global_mtx, which protects the global variables
  so_gencnt, numopensockets, and the per-socket field so_gencnt.  Annotate
  this this might be better done with atomic operations.
  
  Annotate what accept_mtx protects.
  
  Revision  Changes    Path
  1.191     +26 -2     src/sys/kern/uipc_socket.c



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