From 3eda57efb6335e1dcbc47ba02763e82a55d724a2 Mon Sep 17 00:00:00 2001 From: sjg Date: Wed, 1 Sep 2010 17:40:41 -0700 Subject: [PATCH] --- docs/developer/ProjectsPage.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/developer/ProjectsPage.mdwn b/docs/developer/ProjectsPage.mdwn index dc3904a7..8b8a9379 100644 --- a/docs/developer/ProjectsPage.mdwn +++ b/docs/developer/ProjectsPage.mdwn @@ -92,6 +92,15 @@ This page shall serve as a common place to look if you're in search of a DragonF * Per-device and device class or similar defaults should be definable in rc.conf also * The bulk of this functionality could be implemented in a resurrected "dschedctl" utility and exposed through the rc interface using just a thin wrapper, allowing hotplug scripts and etc. an easier option to use the same facilities. +### Add usage() to vkernels +* Most userspace applications have a (traditionally) usage() routine which prints helpful information when passed -h or -? or any unknown command line argument or incorrect syntax. +* Add a usage() to the vkernel's argument parsing. + +### libHAMMER +* HAMMER has the capability to expose very rich information to userland through ioctl's. +* Currently the hammer(8) utility makes use of this information in an ad-hoc manner. +* Port this core functionality into a public libhammer library so that other base and third party utilities may take advantage of it. + ## Kernel projects ### One-liners -- 2.41.0