cvs commit: src/sys/kern uipc_socket.c

Ruslan Ermilov ru at FreeBSD.org
Mon Feb 26 10:45:22 UTC 2007


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


More information about the cvs-src mailing list