From owner-cvs-all@FreeBSD.ORG Wed Mar 9 00:13:02 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D1D316A4CE; Wed, 9 Mar 2005 00:13:02 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9E4A43D1D; Wed, 9 Mar 2005 00:13:01 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id B3F015C955; Tue, 8 Mar 2005 16:13:01 -0800 (PST) Date: Tue, 8 Mar 2005 16:13:01 -0800 From: Alfred Perlstein To: Maxim Sobolev Message-ID: <20050309001301.GZ11079@elvis.mu.org> References: <200503070726.j277Qhp5059059@repoman.freebsd.org> <20050308012939.GP11079@elvis.mu.org> <422DCF52.6080109@portaone.com> <20050308210414.GU11079@elvis.mu.org> <20050308232209.GX11079@elvis.mu.org> <422E3EC1.4050402@portaone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <422E3EC1.4050402@portaone.com> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/compat/linux linux_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2005 00:13:02 -0000 * Maxim Sobolev [050308 16:10] wrote: > Looks fine, though it's hard for me to comment about adding yet another > flag that not present in standards. However, in my pretty > unauthoritative opinion, since Linux has it, while many people and ISVs > out there use it as a sort of reference when developing free software, > it will probably make sense to support it as well, especially > considering that it's pretty easy to do. > > In any case, since it's definitelty an API/ABI change (programs that use > MSG_NOSIGNAL won't compile on older systems, while binary programs that > use it may not work correctly on older systems) it also warrants > __FreeBSD_version bump and proper documentation in the Porter's > Handbook. Also the ABI argument probably puts MFC out of question. Sorry, so how could it break ABI? It's just an additional flag... -Alfred