cvs commit: src/sys/kern uipc_syscalls.c

Robert Watson rwatson at FreeBSD.org
Sun Jul 3 01:25:19 GMT 2005


rwatson     2005-02-20 00:56:04 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             uipc_syscalls.c 
  Log:
  Merge uipc_syscalls.c:1.214 from HEAD to RELENG_5:
  
    date: 2005/02/17 13:00:23;  author: rwatson;  state: Exp;  lines: +2 -2
    In accept1(), extend coverage of the socket lock from just covering
    soref() to also covering the update of so_state.  While no other user
    threads can update the socket state here as it's not yet hooked up to
    the file descriptor array yet, the protocol could also frob the
    socket state here, leading to a lost update to the so_state field.
    No reported instances of this bug (as yet).
  
  Revision   Changes    Path
  1.200.2.4  +2 -2      src/sys/kern/uipc_syscalls.c



More information about the cvs-all mailing list