From owner-cvs-src@FreeBSD.ORG Tue Oct 5 19:55:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0305216A4CE; Tue, 5 Oct 2004 19:55:47 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8F9D43D2D; Tue, 5 Oct 2004 19:55:46 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id i95JtkWi060371 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 5 Oct 2004 12:55:46 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Alfred Perlstein Date: Tue, 5 Oct 2004 12:58:52 -0700 User-Agent: KMail/1.7 References: <200410051948.i95JmXjG070368@repoman.freebsd.org> <20041005195059.GN13443@elvis.mu.org> In-Reply-To: <20041005195059.GN13443@elvis.mu.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410051258.52855.sam@errno.com> cc: cvs-src@freebsd.org cc: Sam Leffler cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net route.h rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2004 19:55:47 -0000 On Tuesday 05 October 2004 12:50 pm, Alfred Perlstein wrote: > * Sam Leffler [041005 12:48] wrote: > > sam 2004-10-05 19:48:33 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/net route.h rtsock.c > > Log: > > Add 802.11-specific events that are dispatched through the routing > > socket. This really doesn't belong here but is preferred (for the moment) > > over adding yet another mechanism for sending msgs from the kernel to > > user apps. > > I think one of these days it would be cool to be able to make a general > message socket, then ioctl a filter down onto it. It would be good to unify/generalize some of this stuff. Warner pointed out devd has it's own mechanism (I'd forgot) and he intentionally avoided routing sockets because he wasn't sure there was enough overlap. For now this is a simple set of changes that will enable bringing over WPA support and fixing dhclient once I can complete the backport of the net80211 mods. Sam