From owner-soc-status@FreeBSD.ORG Tue Aug 5 01:23:14 2014 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBA38BF1; Tue, 5 Aug 2014 01:23:14 +0000 (UTC) Received: from mail-we0-x234.google.com (mail-we0-x234.google.com [IPv6:2a00:1450:400c:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5186926A1; Tue, 5 Aug 2014 01:23:14 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id w61so219795wes.25 for ; Mon, 04 Aug 2014 18:23:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=+vtJ0rBgVMf+BDSPJ/UAbkbWpScvy5q822p2hFjCv+0=; b=jhR20eWc67P01dl3Lf477ZKIZIc9KY+T82vV6BKia1FT06MBF/DbsTLWDZ7kJ2Y36F YpeakMNhV+Ny9fVsdygs98WO01Rbb2YzElkpc+GiGYsS89JULrpN2N8Xy3/qfRL+fo79 yjG7xtTtMhw1EBr3By35/48TbFj6CRXRgavgbYRM3LXEASmLo0crjOdkqGPEwxHhMffe SEyiowdQ7hGqXEypUv+6T7wAYkfVcJnM2IYUghtLHiV9GldXWi5/sa3vjNu5MJg2L7DP KoX0eJPQZIlhOmW5mHszrlGzdftH49Q0CifBEdtxNKGpn7YW9r9rDlDPoFfosWfqjjRL 0DLg== MIME-Version: 1.0 X-Received: by 10.180.39.172 with SMTP id q12mr1606183wik.55.1407201792628; Mon, 04 Aug 2014 18:23:12 -0700 (PDT) Received: by 10.194.185.239 with HTTP; Mon, 4 Aug 2014 18:23:12 -0700 (PDT) Date: Mon, 4 Aug 2014 22:23:12 -0300 Message-ID: Subject: Weekly report - Lua loader From: Pedro Arthur To: soc-status@freebsd.org, "Wojciech A. Koszek" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 05 Aug 2014 01:23:15 -0000 This week I worked on the following tasks: - polish the menu code, added shortcut keys and highlight. - analyze the lua scripts and try to follow a common code style. - ensure that the boot password can't be skipped. These tasks are not complete yet, but I intend to finish them until the next week.