diff options
author | Karel Zak <kzak@redhat.com> | 2009-12-04 20:58:19 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-12-04 20:58:19 +0100 |
commit | 8179a658a427a96473146655fde72f25f3cc050d (patch) | |
tree | 5c5e6720f4321a624cbf069717e5bf246c96ac77 | |
parent | 283a8c15988e65e6c4741c7d7739b969e7383203 (diff) | |
download | util-linux-old-8179a658a427a96473146655fde72f25f3cc050d.tar.gz |
docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | TODO | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -5,9 +5,6 @@ libblkid # blkid -p -o udev --filter-type nofat - - (?) we need to ignore cache and config files when the files are writable - for non-root users and the library is linked with suid programs - - 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 @@ -39,18 +36,15 @@ fdisk(s) misc ---- - * use something better than gtk-doc (doxyden?) + * check for program_invocation_short_name in ./configure.ac and add + lib/progname.c fallback for libc without this feature (for example + use the 1st field from /proc/#/cmdline) - * add to lib/blkdev.c code for /proc/partitions parsing -- unfortunate we - duplicate this code in many places. The parser has to support unlimited - size (or 4096 bytes) of partition name. + * use something better than gtk-doc (doxyden?) * partx: copy sun.c, mac.c and dash.c from kpartx git://git.kernel.org/pub/scm/linux/storage/multipath-tools/.git - * mkswap: use /proc/sys/kernel/random/uuid as a fallback solution for builds - without libuuid - * swapon -s -- LABELs support Although mkswap has recently been -L option to create a label nothing appears to |