aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-14 21:45:29 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-14 21:45:29 +0000
commitc8ca3c6625e1a3f234c3f0a1ab3142179a3e529f (patch)
tree3b89971f6401d4cf4f8d94d28e8b528bef789486 /TODO
parenta704c3182b5fc73d2758359fa88af5d9a87defcc (diff)
downloadbusybox-w32-c8ca3c6625e1a3f234c3f0a1ab3142179a3e529f.tar.gz
busybox-w32-c8ca3c6625e1a3f234c3f0a1ab3142179a3e529f.tar.bz2
busybox-w32-c8ca3c6625e1a3f234c3f0a1ab3142179a3e529f.zip
Fix a tar bug: tar removed leading '/'s for symlink targets.
Fix a syslogd bug: Only the first sizeof(buffer) was read from the /dev/log socket, causing (for most cases) only every other log item to be logged. -Erik git-svn-id: svn://busybox.net/trunk/busybox@456 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 3 insertions, 5 deletions
diff --git a/TODO b/TODO
index 48c8fefea..872de4677 100644
--- a/TODO
+++ b/TODO
@@ -23,7 +23,9 @@ around to it some time. If you have any good ideas, please let me know.
23* stty 23* stty
24* cut 24* cut
25* expr 25* expr
26 26* wget (or whatever I call it)
27* tftp
28* ftp
27 29
28 30
29----------------------- 31-----------------------
@@ -31,24 +33,20 @@ around to it some time. If you have any good ideas, please let me know.
31Compile with debugging on, run 'nm --size-sort ./busybox' 33Compile with debugging on, run 'nm --size-sort ./busybox'
32and then start with the biggest things and make them smaller... 34and then start with the biggest things and make them smaller...
33 35
34
35----------------------- 36-----------------------
36 37
37
38busybox.defs.h is too big and hard to follow. 38busybox.defs.h is too big and hard to follow.
39 39
40Perhaps I need to add a better build system (like the Linux kernel?) 40Perhaps I need to add a better build system (like the Linux kernel?)
41 41
42----------------------- 42-----------------------
43 43
44
45Feature request: 44Feature request:
46 45
47/bin/busybox --install -s which makes all links to commands that it 46/bin/busybox --install -s which makes all links to commands that it
48 can support (an optionnal -s should be used for symbolic links instead 47 can support (an optionnal -s should be used for symbolic links instead
49 of hard links). 48 of hard links).
50 49
51
52----------------------- 50-----------------------
53 51
54 52