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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"