CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2012/04/11 08:08:27
Modified files: lib/libc/sys : send.2 sys/kern : uipc_usrreq.c Log message: In sendmsg() permit at most 10% of maxfiles to be in-flight during CMSG_DATA SCM_RIGHTS fd transfers. If this is exceeded, return EMFILE. ok claudio guenther gilles