From owner-soc-status@freebsd.org Sun Jul 23 10:14:02 2017 Return-Path: Delivered-To: soc-status@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A426ACFE033 for ; Sun, 23 Jul 2017 10:14:02 +0000 (UTC) (envelope-from kneit@pdx.edu) Received: from mail-oi0-x234.google.com (mail-oi0-x234.google.com [IPv6:2607:f8b0:4003:c06::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 754567FB6F for ; Sun, 23 Jul 2017 10:14:02 +0000 (UTC) (envelope-from kneit@pdx.edu) Received: by mail-oi0-x234.google.com with SMTP id a9so5150004oih.0 for ; Sun, 23 Jul 2017 03:14:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pdx-edu.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=RF54nhgFRTH9SHHfiknGMIBl/XlrwGTs/38u0YORngI=; b=HGj/z3i679M9IUeTaut/F6m1l1KygrbVevsR3cEQBcg4KJUTzem8c9MwmLq4Fhe4NT bTrulU97OYG/0CKxpzydsPbhrqrICKl91qQpnYJuIR/Q1MOXMmvbkZbW8wYZi3I9WNea 5CRGkS2xx71QF44uqlvqY+OoJvKLH9V3Z0hfx9YgvVFu0jTKyQjzrwR8m7RvXxmTf/ZW fIptARZcqAICenRQii1UFWlzI9tfWDC3EFOukqn2GnigrvU8bcDY1V9FOu5I9I5o4aMu ja8zkMIzgqGG4wdoQTdd45nQbHyd7Lh8hG1c06kCp4sVcFhuow/merZgRQX6VWj8fnrZ 18cQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=RF54nhgFRTH9SHHfiknGMIBl/XlrwGTs/38u0YORngI=; b=O6IYLivRDiZFRRBiuyQoV0Y0QzcEWX8pfajvoM3TEuaHsh+w8W90H80XvVLk0UvEv2 b7CrFPWFCf33yoY1iJjJh/4UtJw46y2VpYTcL1J5abA/Fk9GYeR3V5DbifaQ7KtXTWFQ T2O8l20yXi55c4fnK4Ws/4k1RXaUc0sXXEE78C5aoZ6dOhe0hwiE/0aElUJWL3p/9VCB amSdNEUE+oqZ47b6UAUUe8UvHztroF8BVMa2E8G/4TQicb0IfJ5RY4hYBvH3a5N4iL2y hMEnolwpW1n/qcKOtMJl8sfPc2fwE9zmsrmrlaF6zmfdT8qR+lOKlN1AIJzZJbXiZZ7N GBww== X-Gm-Message-State: AIVw110XLz/FCFAfIs/rN2jy+1wPm9xcZfLeyhbV6B1Uejtitd583LiD enLj1A67hRZc/4Nc6wATvpqyJO2EnxGO X-Received: by 10.202.80.66 with SMTP id e63mr270175oib.110.1500804841042; Sun, 23 Jul 2017 03:14:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.80.211 with HTTP; Sun, 23 Jul 2017 03:14:00 -0700 (PDT) From: Kyle Kneitinger Date: Sun, 23 Jul 2017 03:14:00 -0700 Message-ID: Subject: Libbe/be Status Wk 7 To: soc-status@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 23 Jul 2017 10:14:02 -0000 Hello All! This week was a little slow in terms of progress due to some personal things, however I'm still content with the progress I made. I'm moving into the final phase of my project, the support for recursive boot environments, and spent this week improving my overall code quality of everything else. There is still a bit to due on that front, but I have a lot of internet-less travel ahead of me, which would be a perfect time to work on that and documentation. I cut out a ton of redundant error checking that is handled by libzfs, corrected a dependency error I had made (use of libbe in a userspace prog used to require cflags for including libzfs, which is not present outside of src). Except for pretty listing of boot env info and a couple little adjustments here and there, my `be` command is feature compatible with `beadm` now, which is exciting. I'm going to BSDCam on the 1st, and want to have a decent understanding of the current boot handling of boot envs and how to adapt them for children datasets before I get there, so this next week will be a lot of src-reading, asking Allan questions, and documenting my findings. Take care! Kyle