Date: Fri, 26 Oct 2001 11:06:11 -0400 (EDT) From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ORBit Makefile ports/devel/ORBit/files patch-src::IIOP::giop-msg-buffer.c Message-ID: <200110261506.f9QF6B670847@khavrinen.lcs.mit.edu> In-Reply-To: <200110261306.f9QD61O73080@freefall.freebsd.org> References: <200110261306.f9QD61O73080@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
<<On Fri, 26 Oct 2001 06:06:01 -0700 (PDT), Maxim Sobolev <sobomax@FreeBSD.org> said: > Fix a rather weird incompatibility between ORBit and FreeBSD. It > appears that FreeBSD's writev(2) implementation is rather > unreliable when large number of vectors is submitted - it returns > EINVAL despite the fact that all arguments are pretty valid. Not unreliable at all. writev() is documented to give [EINVAL] when the number of elements is greater than UIO_MAXIOV (spelled {IOV_MAX} in POSIX and -current). -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110261506.f9QF6B670847>