]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: add to TODO file
authorKarel Zak <kzak@redhat.com>
Fri, 18 Mar 2016 11:05:51 +0000 (12:05 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 18 Mar 2016 11:05:51 +0000 (12:05 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index 9bd0134e7e2d3439e1ceb06e55be1884936801ec..e9f83064499dcaee33311e622117386ef4234508 100644 (file)
@@ -1,6 +1,17 @@
 
  Note that items with (!) have high priority.
 
+- add functions strtime_short(), strtime_iso(), strtime_ctime(), ...
+
+- cleanup lib/path.c:
+   - always return rc from all functions
+   - introduce control struct and use openat() from top-level path 
+     (e.g. top-level is /proc, etc)
+- use lib/path.c as low-level API for lib/sysfs.c
+   - now we duplicate code in functions like {path,sysfs}_read_u32, etc. 
+   - it would be also nice to have a way how to redirect sysfs.c functions 
+     to /sys snapshots (e.g. lsblk regression tests)
+       
 lsblk
 -----
   - currently it does not show mountpoint for all devices in btrfs RAID. It's because