summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSami Kerola2012-02-29 00:50:52 +0100
committerSami Kerola2012-03-18 14:28:04 +0100
commit2ca1f4e91e82c773e95bef93847e74d764899c03 (patch)
tree0bd240861a153538e07ef3e5dd178b446e606d33 /Documentation
parentvipw: use rpmatch to yes/no question (diff)
downloadkernel-qcow2-util-linux-2ca1f4e91e82c773e95bef93847e74d764899c03.tar.gz
kernel-qcow2-util-linux-2ca1f4e91e82c773e95bef93847e74d764899c03.tar.xz
kernel-qcow2-util-linux-2ca1f4e91e82c773e95bef93847e74d764899c03.zip
docs: TODO removal, rpmatch task is done
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 6b8c2cc15..d922d7e25 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -189,9 +189,6 @@ fdisk(s)
This feature seems very attractive to users who resizing their disks
(for example in virtual machines).
- - sfdisk has to use rpmatch() for answers to y/n questions
- (e.g. "Are you satisfied with this? [ynq]")
-
- 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.
@@ -227,8 +224,6 @@ misc
- add mllockall() and SCHED_FIFO to hwclock,
see http://lkml.org/lkml/2008/10/12/132
- - use rpmatch() for all Y/N questions
-
- (!) rewrite ipcs to use /proc/sys/kernel rather than unreliable syscalls
(there are problems with 32bit userspace on 64bit kernel)