From owner-cvs-all@FreeBSD.ORG Tue Oct 19 15:28:10 2004 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 62B6016A4CE; Tue, 19 Oct 2004 15:28:10 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18F9643D48; Tue, 19 Oct 2004 15:28:10 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.93] ([66.127.85.93]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id i9JFS9Wi040723 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Oct 2004 08:28:09 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <417532A2.9000901@errno.com> Date: Tue, 19 Oct 2004 08:28:34 -0700 From: Sam Leffler Organization: Errno Consulting User-Agent: Mozilla Thunderbird 0.8 (Macintosh/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andre Oppermann References: <200410191513.i9JFDUbf072176@repoman.freebsd.org> In-Reply-To: <200410191513.i9JFDUbf072176@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys protosw.h src/sys/kern uipc_domain.c uipc_socket2.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: Tue, 19 Oct 2004 15:28:10 -0000 Andre Oppermann wrote: > andre 2004-10-19 15:13:30 UTC > > FreeBSD src repository > > Modified files: > sys/sys protosw.h > sys/kern uipc_domain.c uipc_socket2.c > Log: > Support for dynamically loadable and unloadable protocols within existing protocol > families. > I don't recall seeing this posted anywhere for comment. I have some concerns about this general topic and this code seems incomplete (e.g. I see no locking). Sam