diff options
author | Karel Zak | 2007-09-23 21:22:54 +0200 |
---|---|---|
committer | Karel Zak | 2007-09-23 21:22:54 +0200 |
commit | d3bb3bc854d0f1ed58ac0f510af6ec38b148fb8e (patch) | |
tree | a75d0a59ef6ec709ec22c4cc09654e75fe848043 /TODO | |
parent | login: login segfaults on EOF (rh#298461) (diff) | |
download | kernel-qcow2-util-linux-d3bb3bc854d0f1ed58ac0f510af6ec38b148fb8e.tar.gz kernel-qcow2-util-linux-d3bb3bc854d0f1ed58ac0f510af6ec38b148fb8e.tar.xz kernel-qcow2-util-linux-d3bb3bc854d0f1ed58ac0f510af6ec38b148fb8e.zip |
docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 67 |
1 files changed, 52 insertions, 15 deletions
@@ -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 <lamont@mmjgroup.com> + 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 <samuel.thibault@ens-lyon.org> + 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 <casteyde.christian@free.fr> + 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 <mkoenig@suse.de> + 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 <szaka@sienet.hu> @@ -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) + |