Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2004 17:48:40 -0800 (PST)
From:      Brian Feldman <green@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:  <200402120148.i1C1meoq003189@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
green       2004/02/11 17:48:40 PST

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  Always socantsendmore() before deallocating a socket.  This, in turn,
  calls selwakeup() if necessary (which it is, if you don't want freed
  memory hanging around on your td->td_selq).
  
  Props to:       alfred
  
  Revision  Changes    Path
  1.162     +7 -0      src/sys/kern/uipc_socket.c



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