From: Karel Zak Date: Wed, 22 Oct 2014 08:34:09 +0000 (+0200) Subject: docs: update TODO file X-Git-Tag: v2.26-rc1~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65c3359633b3aa39efe59015b217a511eed409c6;p=thirdparty%2Futil-linux.git docs: update TODO file Signed-off-by: Karel Zak --- diff --git a/Documentation/TODO b/Documentation/TODO index 6d96e42689..98fcf3eb8c 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -15,11 +15,6 @@ agetty Maybe we can implement it by --enable-agetty-default-issue compile option and move the decision to downstream maintainers ;-) -swapon ------- - - (!) add option -o to specify swap options on command line in fstab notation - (e.g swapon /dev/sda2 -o discard=page,pri=1) - nsenter(1) ---------- - read the default UID and GID from the target process. @@ -119,9 +114,6 @@ libfdisk This feature seems very attractive to users who resizing their disks (for example in virtual machines). - - sfdisk rounds to cylinders is -uM (megabyte units) is specified, this is - pretty stupid feature. It has to round to sectors if -uS or -uM is specified. - - use off_t instead "long long" - catch SIGINT (Ctrl-C) and return to main menu.