fleshed out a bit more... just wanted to put the current
[oweals/busybox.git] / TODO
diff --git a/TODO b/TODO
index 9648d9fdc76ea389b0394ac5e7f90f95d5315234..b951767eac6ef7fcb5996dd5661b70752f160443 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,23 +6,23 @@ 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
 * Make insmod actually work
-* init clearly needs to support some type of minimalist /etc/inittab. I
-    currently have _way_ too much policy hardcoded in the source.  Adding
-    support for getty has made me realize how much that sucks.
 * dnsdomainname
 * traceroute/nslookup/netstat
 * rdate
 * hwclock
 * killall
 * stty
-* sort/uniq
-* wc
 * tr
 * expr (maybe?)  (ash builtin?)