PERFORCE change 180813 for review

Ilya Bakulin kibab at FreeBSD.org
Mon Jul 12 12:36:04 UTC 2010


http://p4web.freebsd.org/@@180813?ac=10

Change 180813 by kibab at 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.


More information about the p4-projects mailing list