From owner-soc-status@FreeBSD.ORG Sun Jun 29 10:36:49 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 CE0CE3E5 for ; Sun, 29 Jun 2014 10:36:49 +0000 (UTC) Received: from www2419.sakura.ne.jp (www2419.sakura.ne.jp [210.224.185.29]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B7632D89 for ; Sun, 29 Jun 2014 10:36:48 +0000 (UTC) Received: from www2419.sakura.ne.jp (ksav108.sakura.ne.jp [59.106.188.106]) by www2419.sakura.ne.jp (8.14.5/8.14.5) with ESMTP id s5T9lo9L073479 for ; Sun, 29 Jun 2014 18:47:50 +0900 (JST) (envelope-from nuta@seiya.me) X-Nat-Received: from [210.224.185.29]:17242 [ident-empty] by ksav108.sakura.ne.jp with TPROXY id 1404035270.943 Received: from seiya-mac.local (i153-145-29-39.s41.a008.ap.plala.or.jp [153.145.29.39]) (authenticated bits=0) by www2419.sakura.ne.jp (8.14.5/8.14.5) with ESMTP id s5T9ln5W073475 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Sun, 29 Jun 2014 18:47:50 +0900 (JST) (envelope-from nuta@seiya.me) Message-ID: <53AFE0C5.7010706@seiya.me> Date: Sun, 29 Jun 2014 18:47:49 +0900 From: Seiya Nuta User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: soc-status@FreeBSD.org Subject: Bootsplash status report #5 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.705 status: clean 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: Sun, 29 Jun 2014 10:36:49 -0000 Hi all, This is weekly status report of new enhanced bootsplash. What I had done in this week: * enhance userland utilities * support more color depths and compression mode of BMP files What I will do in the next week: * support progress bar, etc. in userland utilities At first I planed to implement printing characters in the screen to print kernel messages in this week but I noticed it is bad approach. Instead, bootsplash now exits if boot takes too long. Regards, Seiya