From owner-cvs-all@FreeBSD.ORG Tue Oct 5 23:47:33 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 B204D16A4D0; Tue, 5 Oct 2004 23:47:33 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 789BB43D2D; Tue, 5 Oct 2004 23:47:33 +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 i95NlXWi061692 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 5 Oct 2004 16:47:33 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Date: Tue, 5 Oct 2004 16:50:58 -0700 User-Agent: KMail/1.7 References: <200410051948.i95JmXjG070368@repoman.freebsd.org> In-Reply-To: <200410051948.i95JmXjG070368@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410051650.59390.sam@errno.com> Subject: Re: cvs commit: src/sys/net route.h rtsock.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, 05 Oct 2004 23:47:34 -0000 On Tuesday 05 October 2004 12:48 pm, Sam Leffler 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. > > Reviewed by: imp I should've noted that these changes were inspired by work by Phillip Crumpler. Sam