Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Note that items with (!) have high priority.
-prlimit
--------
- - add new command line wrapper for prlimit(2)
-
dmesg
-----
partx
-----
- - (!) add support loop devices:
-
- partx -a /path/file.img
-
- * associate the file with loop device (use lib/loopdev.c)
- * map partitions by BLKPG_ADD_PARTITION
-
- support mapping by device-mapper if argv[0] is "kpartx" or --dm option is used.
- (!) add regression tests for partx, addpart and delpart