summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKarel Zak2010-10-29 17:51:35 +0200
committerKarel Zak2010-10-29 17:51:35 +0200
commit29e6ed5e8f8222b4d54dc63ab3b1014de3e9acc4 (patch)
tree94279969807a3884adbb86aed2045154d6020cab /TODO
parentremove free() from atexit() callbacks (diff)
downloadkernel-qcow2-util-linux-29e6ed5e8f8222b4d54dc63ab3b1014de3e9acc4.tar.gz
kernel-qcow2-util-linux-29e6ed5e8f8222b4d54dc63ab3b1014de3e9acc4.tar.xz
kernel-qcow2-util-linux-29e6ed5e8f8222b4d54dc63ab3b1014de3e9acc4.zip
docs: add note about agetty to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index 6388f499a..e827ac30b 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,6 @@
libblkid
--------
-
- remove strerrr() from debug messages (use %m) to make BLKID_DEBUG= output
thread-safe
@@ -20,6 +19,12 @@ blkid(8)
- add a new option (-r) that allows to print removable block devices that
are missing in /proc/partitions, see blkid_probe_all_removable().
+agetty:
+------
+
+ - review code and make it more simple for normal console (see mingetty)
+ - merge functionality from unmaintained mingetty package to agetty
+
wipefs
------