Docs: Add "API Overview" section to guestfs(3) manpage.
[libguestfs.git] / TODO
diff --git a/TODO b/TODO
index 3938a98..4133122 100644 (file)
--- a/TODO
+++ b/TODO
@@ -121,12 +121,9 @@ Extra commands / functionality:
     grep (do it locally using pipe?)
     dd (?)
     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??]
@@ -160,11 +157,6 @@ Allow swap space from the guest to be used.  Is it a good idea?
 
 ----------------------------------------------------------------------
 
-Allow memsize to be configured (ie. guestfs_set_memsize etc)
-Also have an environment variable (LIBGUESTFS_MEMSIZE).
-
-----------------------------------------------------------------------
-
 Need a way to query a binary or library file for its architecture.
 Using objdump or readelf?
 What about non-ELF files (eg. Windows, BSD).