Added lsmod
[oweals/busybox.git] / TODO
1 TODO list for busybox in no particular order. Just because something
2 is listed here doesn't mean that it is going to be added to busybox,
3 or that doing so is even a good idea. It just means that I _might_ get
4 around to it some time. If you have any good ideas, please let me know.
5
6  -Erik
7
8 -----------
9
10 * Allow tar to create archives with sockets, devices, and other special files
11 * Add in a mini insmod, rmmod, lsmod
12 * init clearly needs to support some type of minimalist /etc/inittab. I
13     currently have _way_ too much policy hardcoded in the source.  Adding
14     support for getty has made me realize how much that sucks.
15 * dnsdomainname
16 * traceroute/nslookup/netstat
17 * rdate
18 * hwclock
19 * killall
20 * stty
21 * sort/uniq
22 * wc
23 * tr
24 * 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