fleshed out a bit more... just wanted to put the current
[oweals/busybox.git] / TODO
diff --git a/TODO b/TODO
index 4cc82d57eecd24031a12565590eda3b3a6ea5e7f..b951767eac6ef7fcb5996dd5661b70752f160443 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,23 +3,26 @@ is listed here doesn't mean that it is going to be added to busybox,
 or that doing so is even a good idea. It just means that I _might_ get
 around to it some time. If you have any good ideas, please let me know.
 
+* login/sulogin/passwd/getty/etc are part of tinylogin, and so are not
+    needed or wanted in busybox (or else I'd have to link in libcrypt).
+
+* Networking apps are probably going to be split out some time soon into a
+    separate package (named perhaps tiny-netkit?).  This currently includes 
+    hostid, hostname, mnc, and ping.
+
+
  -Erik
 
 -----------
 
 * Allow tar to create archives with sockets, devices, and other special files
-* Add in a mini insmod, rmmod, lsmod
-* mkfifo
+* Make insmod actually work
 * dnsdomainname
 * traceroute/nslookup/netstat
 * rdate
 * hwclock
 * killall
 * stty
-* sort/uniq
-* wc
 * tr
 * expr (maybe?)  (ash builtin?)
-* login/sulogin/passwd/getty  (These are actully now part of tinylogin, which 
-                                I've just started to maintain).