From owner-svn-src-all@FreeBSD.ORG Sat Jul 18 01:11:03 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BF0C106564A; Sat, 18 Jul 2009 01:11:03 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-ew0-f220.google.com (mail-ew0-f220.google.com [209.85.219.220]) by mx1.freebsd.org (Postfix) with ESMTP id A12568FC13; Sat, 18 Jul 2009 01:11:02 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by ewy20 with SMTP id 20so1025434ewy.43 for ; Fri, 17 Jul 2009 18:11:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=h/zuRoHu25G0vb5VzdyyHH14mdahHhrrfPKaYNm5nek=; b=wgcPXyfbdYLEwmM95WFNep6Io2HqEhW+R5MyM3PkJcWameUFiAxs64l7ubDTdJxMR9 8JYV3+/VaUVSznp5moHaOAQE6whgMvwkh4f1eJlsDvhbWT6WzPE1HzDnE9jY513kpUuI +qnPa12JRG/r337EL3Sl7QKFuyGJD1TuaB3I8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=O5RIaJvH20USOwl5/+veTYWK118kRVwCZlOcELxaA0XLY1op6fII1tZ73HbHqlEV76 KQMiI5H/CjYo+yX9tCi/w7Don980c0Kz82AIaL8FR+ZI0tKjJwC66qGQSH+cEHgqFXf+ 2D8nw6NyG4o5zCWINzPY556lisP8sTENPdTH8= Received: by 10.210.120.7 with SMTP id s7mr1276106ebc.70.1247879461777; Fri, 17 Jul 2009 18:11:01 -0700 (PDT) Received: from omega.lan (bl6-149-62.dsl.telepac.pt [82.155.149.62]) by mx.google.com with ESMTPS id 28sm20073eye.59.2009.07.17.18.11.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 17 Jul 2009 18:11:01 -0700 (PDT) Message-Id: <1077F6A6-4EDE-4FB3-A938-49FE71B1A82F@gmail.com> From: Rui Paulo To: Sam Leffler In-Reply-To: <200907172111.n6HLB8Im082138@svn.freebsd.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Sat, 18 Jul 2009 02:10:59 +0100 References: <200907172111.n6HLB8Im082138@svn.freebsd.org> X-Mailer: Apple Mail (2.935.3) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r195746 - head/usr.sbin/wlandebug X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jul 2009 01:11:04 -0000 On 17 Jul 2009, at 22:11, Sam Leffler wrote: > Author: sam > Date: Fri Jul 17 21:11:08 2009 > New Revision: 195746 > URL: http://svn.freebsd.org/changeset/base/195746 > > Log: > add mesh support > > Submitted by: rpaulo > Approved by: re (kib) Thanks! -- Rui Paulo