summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2009-10-04 02:42:08 +0700
committerKarel Zak <kzak@redhat.com>2009-10-06 12:45:42 +0200
commit4205f1fda1ac32046125a2e0f3937b666186bfab (patch)
treead40e47ea3a9121b020a1b1d7e43e9795c0c406e /TODO
parent4629c03d34109812af4dff03f8b65dedd474270a (diff)
downloadutil-linux-old-4205f1fda1ac32046125a2e0f3937b666186bfab.tar.gz
unshare: new command
New utility allows to run process with separate mount, UTC, IPC or network namespaces. [kzak@redhat.com: - some cosmetic changes in usage() and err() usage - move "if BUILD_UNSHARE" to separate place in Makefile.am - add unshare to .gitignore] Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 27e2b322..e9f772ae 100644
--- a/TODO
+++ b/TODO
@@ -41,10 +41,6 @@ fdisk(s)
misc
----
- * add a new command (unshare, clone, or so...) with all kinds of
- clone(2) options.
- http://thread.gmane.org/gmane.linux.utilities.util-linux-ng/2178
-
* add to lib/blkdev.c code for /proc/partitions parsing -- unfortunate we
duplicate this code in many places. The parser has to support unlimited
size (or 4096 bytes) of partition name.