cvs commit: src/sys/kern uipc_socket.c

Robert Watson rwatson at FreeBSD.org
Sat Jun 26 20:22:38 PDT 2004


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


More information about the cvs-src mailing list