summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-06-24 21:18:43 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-06-24 22:53:02 +0100
commit13229b1d54c03be098ab75e6d451b5b46a98550d (patch)
treec9d406571aa5b68c032854387c6459f5ce97169c /TODO
parent67a469c3eb68cbf735749118249ea6cd2c892486 (diff)
downloadlibguestfs-13229b1d54c03be098ab75e6d451b5b46a98550d.tar.gz
libguestfs-13229b1d54c03be098ab75e6d451b5b46a98550d.tar.xz
libguestfs-13229b1d54c03be098ab75e6d451b5b46a98550d.zip
More TODO items for future work.
Diffstat (limited to 'TODO')
-rw-r--r--TODO54
1 files changed, 54 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1d7cb364..3b3a1f86 100644
--- a/TODO
+++ b/TODO
@@ -111,3 +111,57 @@ PPC problems:
----------------------------------------------------------------------
Supermin appliance should be moved into febootstrap.
+
+----------------------------------------------------------------------
+
+Extra commands / functionality:
+
+ General glibc / core programs:
+ chgrp
+ head, tail
+ grep (do it locally using pipe?)
+ dd (?)
+ du
+ ln / ln -s
+ mknod
+ readlink
+ utime / utimes / futimes / futimens / l..
+ mkfifo
+ more mk*temp calls
+ readdir / readdir-and-stat
+ some sort of alloc/fallocate/posix_fallocate call to create empty space
+ realpath
+ trunc[ate??]
+
+ ext2 properties:
+ chattr
+ lsattr
+ badblocks
+ blkid
+ debugfs
+ dumpe2fs
+ e2image
+ e2undo
+ filefrag
+ findfs
+ logsave
+ mklost+found
+
+ SELinux:
+ chcat
+ restorecon
+ ch???
+
+ Oddball:
+ pivot_root
+ fts(3) / ftw(3)
+
+ guestfish only:
+ more/less (like cat, but pipes it through $PAGER)
+ cmd | pipe
+ cat file | pipe-cmd should have a generic form? like
+ 'file | less' or 'file | sort'?
+
+----------------------------------------------------------------------
+
+Allow swap space from the guest to be used. Is it a good idea?