summaryrefslogtreecommitdiffstats
path: root/Documentation/TODO
diff options
context:
space:
mode:
authorKarel Zak2012-07-17 15:22:51 +0200
committerKarel Zak2012-07-17 15:22:51 +0200
commit4633cc95a4697e55fdf4a2b6c65d7b89652bf83f (patch)
treeda28c9ed4aab2b897bc2ab7c0dc6edefaa5974e9 /Documentation/TODO
parentmkfs.cramfs: fix compiler warning [-Wmissing-prototypes] (diff)
downloadkernel-qcow2-util-linux-4633cc95a4697e55fdf4a2b6c65d7b89652bf83f.tar.gz
kernel-qcow2-util-linux-4633cc95a4697e55fdf4a2b6c65d7b89652bf83f.tar.xz
kernel-qcow2-util-linux-4633cc95a4697e55fdf4a2b6c65d7b89652bf83f.zip
docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation/TODO')
-rw-r--r--Documentation/TODO18
1 files changed, 3 insertions, 15 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 1fb1939ef..d4ae0a450 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -8,7 +8,7 @@ lscpu
losetup
-------
- - add new option --pretty and --output <columns> to print details about
+ - add new option --list and --output <columns> to print details about
one or all (-a) devices by lib/tt.c output. For example people hate
the hex devno in the default output.
@@ -147,31 +147,19 @@ login-utils:
-----------
- (!) merge newgrp from shadow-utils
- - (!) enable login utils by default
libblkid
--------
+ - improve DBG() debug macro, see new imeplemntation in libmount/src/mountP.h
+
- (!) don't use internally blkid_loff_t, rather use off_t, size_t, ssize_t,
stdint.h types and so on...
- - add -<BE|LE> suffix to test images for native-endian filesystems (e.g. swap)
- and add support for such functionality to tests/ts/blkid/low-probe
-
- add FSSIZE value -- filesystem size (klibc requirement)
- (!) add support for dasd PT (used for example on s390)
- - (!!!) support PARTUUID= tag
-
- * the partitions probing is already supported by low-level part of the
- library, but it's necessary add support for this tag also to high-level
- blkid_cache and blkid_evaluate_* APIs
-
- * add blkid -P <PARTUUID>
-
- * add PARTUUID to wipefs output
-
fdisk(s)
--------