Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2007 10:45:21 +0000 (UTC)
From:      Ruslan Ermilov <ru@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:  <200702261045.l1QAjMuM027020@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2007-02-26 10:45:21 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  Don't block on the socket zone limit during the socket()
  call which can easily lock up a system otherwise; instead,
  return ENOBUFS as documented in a manpage, thus reverting
  us to the FreeBSD 4.x behavior.
  
  Reviewed by:    rwatson
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.293     +5 -5      src/sys/kern/uipc_socket.c



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