summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2010-11-23 21:10:48 +0100
committerKarel Zak <kzak@redhat.com>2010-11-23 21:10:48 +0100
commit779d6a1bfbb84a8a458eaac03a254e017c07e7cb (patch)
treeefc2ec172bfcb2db665a3d3b4ffea247c6337a97 /TODO
parent8abcf2900297c6d53ead867c42f7c1688e8d52ca (diff)
downloadutil-linux-old-779d6a1bfbb84a8a458eaac03a254e017c07e7cb.tar.gz
docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 2 insertions, 5 deletions
diff --git a/TODO b/TODO
index e827ac30..87a4a488 100644
--- a/TODO
+++ b/TODO
@@ -14,7 +14,7 @@ libblkid
blkid(8)
-------
- - add something like "blkid --list-all" to list all supported filesystems/raids
+ - add something like "blkid --list-known" to list all supported filesystems/raids
- add a new option (-r) that allows to print removable block devices that
are missing in /proc/partitions, see blkid_probe_all_removable().
@@ -56,7 +56,7 @@ fdisk(s)
* fdisk/* refactoring
- * add GPT support
+ * add GPT support (probably implement libfdisk)
partx
-----
@@ -144,9 +144,6 @@ misc
try to mount all unmounted entries
} while (not all mounted && at least one new was successfully mounted)
- * agetty: use nl_langinfo() for days and months rather than hardcoded
- English names.
-
* rewrite ipcs to use /proc/sys/kernel rather than unreliable syscalls
(there are problems with 32bit userspace on 64bit kernel)