From owner-p4-projects@FreeBSD.ORG Mon Jul 12 12:36:04 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id CF6D11065675; Mon, 12 Jul 2010 12:36:03 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93F421065673 for ; Mon, 12 Jul 2010 12:36:03 +0000 (UTC) (envelope-from kibab@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 68B978FC0A for ; Mon, 12 Jul 2010 12:36:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o6CCa3et026965 for ; Mon, 12 Jul 2010 12:36:03 GMT (envelope-from kibab@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o6CCa37N026963 for perforce@freebsd.org; Mon, 12 Jul 2010 12:36:03 GMT (envelope-from kibab@FreeBSD.org) Date: Mon, 12 Jul 2010 12:36:03 GMT Message-Id: <201007121236.o6CCa37N026963@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to kibab@FreeBSD.org using -f From: Ilya Bakulin To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 180813 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jul 2010 12:36:04 -0000 http://p4web.freebsd.org/@@180813?ac=10 Change 180813 by kibab@kibab_kibab-nb on 2010/07/12 12:35:56 Updated Milestones to reflect real life. Affected files ... .. //depot/projects/soc2010/kibab_sysctlreg/Milestones#4 edit Differences ... ==== //depot/projects/soc2010/kibab_sysctlreg/Milestones#4 (text+ko) ==== @@ -1,17 +1,8 @@ before 24.05.10: Gathering nessesary information -24.05.10 - 15.08.10: Adding as much FEATURE macros as possible to different modules in the kernel +24.05.10 - 04.07.10: Adding as much FEATURE macros as possible to different modules in the kernel. It should give a good amount of features to work with for the second stage. -24.05.10 - 30.05.10: Implementing sysctl change handler (that will be called when there is an attempt to change sysctl's value). +05.07.10 - 18.07.10: Improvements of feature_present(3) so it is able to spoof-off certain features (spoof information will be passed in FEATURES_DISABLE environment variable). + Development of feature_present(1), an userland application that will act as a wrapper for feature_present(3) and will be suitable for usage in different scripts and/or Mk files. Testing all use cases. -31.05.10 - 06.06.10: Organizing a persistent storage of sysctl values in a kernel address space (it will contain both values generated at boot-time and their overrides). Providing MP-safe ways to read/write to this storage. - -21.06.10 - 04.07.10: Begin making per-jail sysctl storage. The goal is to give each jail a separate set of visible kernel features. This involves changing already developed code to keep a separate storage for each jail. - -05.07.10 - 18.07.10: Mid-term avaluation: registration of the existing FEATURE macro consumers works, spoofing for these values works. - -19.07.10 - 25.07.10: End making per-jail sysctl storage. Adding registration of all remaining kernel features. - -26.07.10 - 08.08.10: Testing (building different package sets for different feature sets on the same host system). «Buffer zone» to finish what was not done, bugfixes. - -09.08.10 - 15.08.10: Preparing final evaluation. Submitting final evaluation. +19.07.10 - 15.08.10: Adding as much FEATURE macros as possible.