Fix bugs in logger and syslogd. Add fbset.
[platform/upstream/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 * 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
9  -Erik
10
11 -----------
12
13 * Allow tar to create archives with sockets, devices, and other special files
14 * Add in a mini insmod, rmmod, lsmod
15 * 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.
18 * dnsdomainname
19 * traceroute/nslookup/netstat
20 * rdate
21 * hwclock
22 * killall
23 * stty
24 * sort/uniq
25 * wc
26 * tr
27 * expr (maybe?)  (ash builtin?)
28