Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2007 19:27:37 +0000 (UTC)
From:      John Baldwin <jhb@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:  <200703121927.l2CJRb8X004254@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2007-03-12 19:27:37 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  - Use m_gethdr(), m_get(), and m_clget() instead of the macros in
    sosend_copyin().
  - Use M_WAITOK instead of M_TRYWAIT in sosend_copyin().
  - Don't check for NULL from M_WAITOK and return ENOBUFS.
    M_WAITOK/M_TRYWAIT allocations don't fail with NULL.
  
  Reviewed by:    andre
  Requested by:   andre (2)
  
  Revision  Changes    Path
  1.294     +5 -20     src/sys/kern/uipc_socket.c



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