]> err.no Git - util-linux/commitdiff
docs: update TODO file
authorKarel Zak <kzak@redhat.com>
Sun, 23 Sep 2007 19:22:54 +0000 (21:22 +0200)
committerKarel Zak <kzak@redhat.com>
Sun, 23 Sep 2007 19:22:54 +0000 (21:22 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
TODO

diff --git a/TODO b/TODO
index aa30bc13a2d78e1e8d5e94e6a6e8acd3b062cd2f..977737183a639aa2804633bdbf48864e2be6e6e0 100644 (file)
--- 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 <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>
                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)
+