aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>1999-12-16 20:59:36 +0000
committerErik Andersen <andersen@codepoet.org>1999-12-16 20:59:36 +0000
commit1c5b2589d1287008899c07f45541286fe8c37508 (patch)
tree6c9772d2bb9b54f6508ff77a8dd30982e227ab83 /TODO
parent6f23cec5d081fac63a7a0c493d6caff77e55dfb1 (diff)
downloadbusybox-w32-1c5b2589d1287008899c07f45541286fe8c37508.tar.gz
busybox-w32-1c5b2589d1287008899c07f45541286fe8c37508.tar.bz2
busybox-w32-1c5b2589d1287008899c07f45541286fe8c37508.zip
Fix bugs in logger and syslogd. Add fbset.
-Erik
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index 73660e950..6c0471ed2 100644
--- a/TODO
+++ b/TODO
@@ -3,6 +3,9 @@ is listed here doesn't mean that it is going to be added to busybox,
3or that doing so is even a good idea. It just means that I _might_ get 3or that doing so is even a good idea. It just means that I _might_ get
4around to it some time. If you have any good ideas, please let me know. 4around to it some time. If you have any good ideas, please let me know.
5 5
6* login/sulogin/passwd/getty/etc are part of tinylogin, and so are not
7 needed or wanted in busybox (or else I'd have to link in libcrypt).
8
6 -Erik 9 -Erik
7 10
8----------- 11-----------
@@ -22,6 +25,4 @@ around to it some time. If you have any good ideas, please let me know.
22* wc 25* wc
23* tr 26* tr
24* expr (maybe?) (ash builtin?) 27* expr (maybe?) (ash builtin?)
25* login/sulogin/passwd/getty (These are actully now part of tinylogin, which
26 I've just started to maintain).
27 28