From owner-soc-status@FreeBSD.ORG Mon May 28 12:55:16 2012 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 97AE710656B8 for ; Mon, 28 May 2012 12:55:16 +0000 (UTC) (envelope-from vbotton@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1F45B8FC32 for ; Mon, 28 May 2012 12:55:08 +0000 (UTC) Received: by bkvi18 with SMTP id i18so2907651bkv.13 for ; Mon, 28 May 2012 05:55:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=211+Z7JMrcaK94v0ryxp9qIAZDvZEUkzbe7OTBkYiZk=; b=U0V0v8bP6QMmicZERXnVPZ9ndalD/mdBdecaPbVVhYie0jwVvsplWJrtZo1gEprtZo cLEqT5WFfyZCJjzH7rdmxT3ZNqV4Er52XCQHgQyTV/lRThCRE/iQYWEnjKZK7UyLVEuG jtCod+3eiekBzVNVtZet+/lfHONdyUU4zbIquwdIirO2Ruqcsh3LjPeauz+guuMz4nb+ Y0vJ1aUKCGcOjDuKgbBvSmag5Q0rNJrkPWLuY1h8Wzm7IieuS7ALX9v3Rne4bY6MDalg fxUDdbOsXFh/EiycCqHIf3m2vHGWOKr4Rl8LUylglhji0RzNRZLruLIiBIpvj6dvUA02 JQdA== MIME-Version: 1.0 Received: by 10.204.151.69 with SMTP id b5mr3446517bkw.69.1338209707880; Mon, 28 May 2012 05:55:07 -0700 (PDT) Received: by 10.204.9.205 with HTTP; Mon, 28 May 2012 05:55:07 -0700 (PDT) In-Reply-To: References: Date: Mon, 28 May 2012 14:55:07 +0200 Message-ID: From: Vivien Botton To: soc-status@FreeBSD.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Fwd: Activity report gsoc ntfs 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, 28 May 2012 12:55:16 -0000 ---------- Forwarded message ---------- From: Vivien Botton Date: 2012/5/28 Subject: Activity report gsoc ntfs To: Edward Tomasz Napiera=C5=82a Hi, During the previous week, I've try to get rid of Mac OS thread facilities, this include mainly synchronization mechanisms. It took me some time, because I didn't know much of kernel programming. Now I've to deal with buffer management, and it seems to require a lot more of changes.