diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-14 21:45:29 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-14 21:45:29 +0000 |
commit | c8ca3c6625e1a3f234c3f0a1ab3142179a3e529f (patch) | |
tree | 3b89971f6401d4cf4f8d94d28e8b528bef789486 /TODO | |
parent | a704c3182b5fc73d2758359fa88af5d9a87defcc (diff) | |
download | busybox-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-- | TODO | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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. | |||
31 | Compile with debugging on, run 'nm --size-sort ./busybox' | 33 | Compile with debugging on, run 'nm --size-sort ./busybox' |
32 | and then start with the biggest things and make them smaller... | 34 | and then start with the biggest things and make them smaller... |
33 | 35 | ||
34 | |||
35 | ----------------------- | 36 | ----------------------- |
36 | 37 | ||
37 | |||
38 | busybox.defs.h is too big and hard to follow. | 38 | busybox.defs.h is too big and hard to follow. |
39 | 39 | ||
40 | Perhaps I need to add a better build system (like the Linux kernel?) | 40 | Perhaps I need to add a better build system (like the Linux kernel?) |
41 | 41 | ||
42 | ----------------------- | 42 | ----------------------- |
43 | 43 | ||
44 | |||
45 | Feature request: | 44 | Feature 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 | ||