From owner-soc-status@FreeBSD.ORG Mon Jun 22 01:10:07 2009 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91D211065672 for ; Mon, 22 Jun 2009 01:10:07 +0000 (UTC) (envelope-from nikron@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.freebsd.org (Postfix) with ESMTP id 4CF6A8FC15 for ; Mon, 22 Jun 2009 01:10:07 +0000 (UTC) (envelope-from nikron@gmail.com) Received: by an-out-0708.google.com with SMTP id c3so1271988ana.13 for ; Sun, 21 Jun 2009 18:10:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=MwyjGI0zc+N7ubfOSIhJ6rLLfBOIC1y4oWQ67XiPVfI=; b=p1UHPF454QGKhzsleyPYMffA/Y+wjFUhih5HT/VuCeuI/e//a8bbrJtDO7eDzfKPdj xhvnUHbKwgSBnuMS2oyMvZmSuRU/lkTDzQrbnseKar2RP12FZVSaVnhcjrh96lBSiWng 6hrtRzIdM/vG+VZccvS8sV88hup3U+6to1Z2I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=gvyjPdX9opHsGhmZa+IwZHZtVE77kzysjhKIIP80PnixMPk3i5PtcCNelZlO8ISs3k i2T8lLvKXkKArdaPkza85kXSOLuM/UrchuxHrVWeB18stiz+QXDQBgdaPHTWh3iy4bCL ALQHUMj71tVcFb/pFQD/eF02lN7/5yIMgp56s= MIME-Version: 1.0 Received: by 10.100.127.14 with SMTP id z14mr7289744anc.37.1245633006337; Sun, 21 Jun 2009 18:10:06 -0700 (PDT) Date: Sun, 21 Jun 2009 21:10:06 -0400 Message-ID: <6f3a46720906211810r50c85b4k8abbcc4f608acbc3@mail.gmail.com> From: Nikhil Bysani To: soc-status@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: nm-port status #2 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 01:10:07 -0000 I have most of NetworkManager compiling through use of #ifdef's, now I believe ethernet works but I must test it. But first, I am currently working libnm-util. Most of the work so far as been changing includes because the ethernet interface between freebsd and linux appears to be very similiar. However, I have some concerns about libraries libnl and gudev which are linux specific; I hope to resolve these concerns and get wireless working by the end of this week. Also, I need to sync sources in a useful manner, I have held off because I can't seem to get p4 to only to submit changed files. I will hopefully submit work by tonight or tommorw. -Nikhil Bysani