blob: 6c0471ed29482ccd588d8031107193608d65c0d9 [file] [log] [blame]
Eric Andersenb186d981999-12-03 09:19:54 +00001TODO list for busybox in no particular order. Just because something
2is 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
4around to it some time. If you have any good ideas, please let me know.
Eric Andersen394f7641999-11-23 21:38:12 +00005
Erik Andersen1c5b2581999-12-16 20:59:36 +00006* 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
Eric Andersenb186d981999-12-03 09:19:54 +00009 -Erik
10
11-----------
Eric Andersenbefda6e1999-11-25 08:06:22 +000012
Eric Andersen394f7641999-11-23 21:38:12 +000013* Allow tar to create archives with sockets, devices, and other special files
Eric Andersenb186d981999-12-03 09:19:54 +000014* Add in a mini insmod, rmmod, lsmod
Eric Andersen84b00921999-12-11 04:16:51 +000015* init clearly needs to support some type of minimalist /etc/inittab. I
16 currently have _way_ too much policy hardcoded in the source. Adding
17 support for getty has made me realize how much that sucks.
Eric Andersen485b9551999-12-07 23:14:59 +000018* dnsdomainname
19* traceroute/nslookup/netstat
Eric Andersenb186d981999-12-03 09:19:54 +000020* rdate
21* hwclock
Eric Andersenb186d981999-12-03 09:19:54 +000022* killall
Eric Andersenb186d981999-12-03 09:19:54 +000023* stty
Eric Andersenb186d981999-12-03 09:19:54 +000024* sort/uniq
25* wc
26* tr
Eric Andersen2cb55071999-12-10 08:25:07 +000027* expr (maybe?) (ash builtin?)
Eric Andersenb186d981999-12-03 09:19:54 +000028