Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>1999-12-17 21:52:06 +0300
committerErik Andersen <andersen@codepoet.org>1999-12-17 21:52:06 +0300
commit10c341af3500531f2bc838841c44a0542f39e59f (patch)
treec6a103fc5ab4ae70032b6c75bb61fc5cfc231842 /TODO
parent4d1d0113fd3309aac30b2dd1d443bf7c7d5f0a3d (diff)
Make head --version do the right thing. Update TODO list
-Erik
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 6c0471ed2..9648d9fdc 100644
--- a/TODO
+++ b/TODO
@@ -11,7 +11,7 @@ around to it some time. If you have any good ideas, please let me know.
-----------
* Allow tar to create archives with sockets, devices, and other special files
-* Add in a mini insmod, rmmod, lsmod
+* 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.