From d3bb3bc854d0f1ed58ac0f510af6ec38b148fb8e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Sun, 23 Sep 2007 21:22:54 +0200 Subject: [PATCH] docs: update TODO file Signed-off-by: Karel Zak --- TODO | 67 ++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 52 insertions(+), 15 deletions(-) diff --git a/TODO b/TODO index aa30bc13..97773718 100644 --- a/TODO +++ b/TODO @@ -1,31 +1,61 @@ 2.14: ==== -- convet po/ files to UTF-8 + * clean up code, gcc warnings + (try compilation with "-Wall -Wp,-D_FORTIFY_SOURCE=2") -- add an option to the cal command to control highlight date - (cal -v YYYY/MM/DD) + * add --help and --version to all commands -- use rpmatch() for all Y/N ? + * don't duplicate glibc code when possible, + for example things like: + - err.h (error(), warn(), ...) + - canonicalize_file_name() + - program_invocation_short_name -- rewrite ipcs to use /proc/sys/kernel rather than unreliable syscalls - (there are problems with 32bit userspace on 64bit kernel) + * try improve compilation against others libc: + - uClibc + - ??? + + * create lib/blkdevsize.c with blkdev_get_size(), blkdev_get_sectors(), + blkdev_get_pages() (see mkswap.c and fdisk/disksize.c) + + * use EXIT_FAILED and EXIT_SUCCESS + + * rewrite the replay script to C to avoid dependence on perl + + * cryptoloop support in losetup (the patch is on the way) + + Date: Tue, 28 Aug 2007 15:23:58 -0600 + From: LaMont Jones + Subject: Re: [PATCH] losetup: support password hashing and specifying the key length + + * add an option to the cal command to control highlight date -- remove support for old system headers (like missing ioctls, ..) + * convet po/ files to UTF-8 -- remove from all places direct calls of ioctl(BLKGETSIZE) and move it - lib/blkdevsize.c: blkdev_get_size(), blkdev_get_sectors(), blkdev_get_pages() - (see mkswap.c and fdisk/disksize.c) + * use rpmatch() for all Y/N questions -- use EXIT_FAILED and EXIT_SUCCESS from stdlib.h for exit() codes + * non-linux support -- rewrite the replay script to C to avoid dependence on perl + Date: Sat, 11 Aug 2007 00:43:00 +0200 + From: Samuel Thibault + Subject: non-linux support -- add long options to setarch(1) + * CFS aware chrt in util linux (the patch is on the way) -- cleanup cryptoloop support in losetup -- see debian patches (???) + From: Christian Casteyde + Subject: CFS aware chrt in util linux + Date: Sat, 21 Jul 2007 19:46:27 +0200 -- "mount -a": + * mount: nofail mount option (the patch is on the way) + + From: Matthias Koenig + To: util-linux-ng@vger.kernel.org + Subject: [PATCH] mount: nofail mount option + + * mount -a -- reorder fstab entries by paths before mount (just idea only) + + * mount -a (just idea only) Date: Sun, 3 Jun 2007 18:04:24 +0300 (MET DST) From: Szabolcs Szakacsits @@ -60,3 +90,10 @@ try to mount all unmounted entries } while (not all mounted && at least one new was successfully mounted) + +v2.??: +===== + +- rewrite ipcs to use /proc/sys/kernel rather than unreliable syscalls + (there are problems with 32bit userspace on 64bit kernel) + -- 2.39.5