hush/TODO

30 lines
912 B
Plaintext
Raw Normal View History

1999-12-03 09:19:54 +00:00
TODO list for busybox in no particular order. Just because something
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.
1999-11-23 21:38:12 +00:00
* 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).
1999-12-03 09:19:54 +00:00
-Erik
-----------
1999-11-25 08:06:22 +00:00
2000-01-07 02:55:55 +00:00
* mknod --help segfaults
1999-11-23 21:38:12 +00:00
* Allow tar to create archives with sockets, devices, and other special files
* Make insmod actually work
1999-12-11 04:16:51 +00:00
* 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.
1999-12-07 23:14:59 +00:00
* dnsdomainname
* traceroute/nslookup/netstat
1999-12-03 09:19:54 +00:00
* rdate
* hwclock
* killall
* stty
* wc
* tr
* expr (maybe?) (ash builtin?)
1999-12-03 09:19:54 +00:00