]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update TODO file
authorKarel Zak <kzak@redhat.com>
Tue, 17 Jul 2012 13:22:51 +0000 (15:22 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 17 Jul 2012 13:22:51 +0000 (15:22 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index 1fb1939efe6b9066d581cd69bf09bf04fff790be..d4ae0a4508ff02ef8c23d1c4fcc4af63e23f8f9a 100644 (file)
@@ -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)
 --------