From owner-soc-status@FreeBSD.ORG Thu Jul 15 08:43:55 2010 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 193CF1065672 for ; Thu, 15 Jul 2010 08:43:55 +0000 (UTC) (envelope-from webmaster@kibab.com) Received: from mx0.deglitch.com (backbone.deglitch.com [78.110.53.255]) by mx1.freebsd.org (Postfix) with ESMTP id CE9CE8FC1A for ; Thu, 15 Jul 2010 08:43:54 +0000 (UTC) Received: from kibab-work.smstraffic.ru (unknown [195.94.237.82]) by mx0.deglitch.com (Postfix) with ESMTPA id 431298FC4E; Thu, 15 Jul 2010 12:43:22 +0400 (MSD) Date: Thu, 15 Jul 2010 12:43:21 +0400 From: Ilya Bakulin To: soc-status@freebsd.org, Alexander Leidinger Message-ID: <20100715124321.21494a7d@kibab-work.smstraffic.ru> Organization: ON Labs X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: [Status update] sysctlreg project 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: Thu, 15 Jul 2010 08:43:55 -0000 Hi all, Since last status update I've implemented feature_present(3) changes required to respect "DISABLE_FEATURES" env variable. This code is now in Perforce. Also I've discussed feature_present(1) interface with Alexander (netchild@), now I'm in process of writing application code. I'm tracking my changes in the local Mercurial repo, committing changes to Perforce from time to time. What is left: 0) add as much _useful_ feature macro as possible to the different parts of kernel code; 1) change feature_present(3) man page to include information about my changes (and learn how to deal with man page syntax); 2) write feature_present(1) man page; 3) connect feature_present(1) to the world build. -- Regards, Ilya Bakulin