cvs commit: src/sys/kern uipc_socket.c

Robert Watson rwatson at FreeBSD.org
Thu Jan 6 12:24:58 PST 2005


rwatson     2005-01-06 20:24:58 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             uipc_socket.c 
  Log:
  Merge uipc_socket.c:1.223 from HEAD to RELENG_5:
  
    date: 2004/12/23 01:07:12;  author: rwatson;  state: Exp;  lines: +4 -12
    Remove an XXXRW indicating atomic operations might be used as a
    substitute for a global mutex protecting the socket count and
    generation number.
  
    The observation that soreceive_rcvoob() can't return an mbuf
    chain is a property, not a bug, so remove the XXXRW.
  
    In sorflush, s/existing/previous/ for code when describing prior
    behavior.
  
    For SO_LINGER socket option retrieval, remove an XXXRW about why
    we hold the mutex: this is correct and not dubious.
  
    MFC after:      2 weeks
  
  Revision   Changes    Path
  1.208.2.8  +4 -12     src/sys/kern/uipc_socket.c


More information about the cvs-src mailing list