summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-27 18:12:19 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-27 18:12:19 +0000
commitd0edef3cbe37880b0dd402614413eb490b39c9e1 (patch)
treecf330568876ba79f8be0985f6139c1d291d090ce /TODO
parent495869f59a6cb9be0c180d945fcc03b96949d850 (diff)
downloadbusybox-w32-d0edef3cbe37880b0dd402614413eb490b39c9e1.tar.gz
busybox-w32-d0edef3cbe37880b0dd402614413eb490b39c9e1.tar.bz2
busybox-w32-d0edef3cbe37880b0dd402614413eb490b39c9e1.zip
Remove stuff now moved into the bug tracking system.
-Erik
Diffstat (limited to 'TODO')
-rw-r--r--TODO61
1 files changed, 0 insertions, 61 deletions
diff --git a/TODO b/TODO
index a4bfa0c00..d34572311 100644
--- a/TODO
+++ b/TODO
@@ -16,41 +16,6 @@ around to it some time. If you have any good ideas, please let me know.
16 16
17----------- 17-----------
18 18
19Bugs that need fixing:
20
21 - 'ln -n' has been disabled for this release, till we can fix a memory
22 corruption bug.
23 - fix 'cp' (or test suite script) so that it passes the last item in
24 the test suite.
25 - ps dirent race bug (need to stat the file before attempting chdir)
26 - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to
27 /tmp/file in the current directory, rather then trying and failing to create
28 a symlink named "." in the current working directory).
29 - Prune sfdisk, graft in std fdisk instead
30
31
32We will rework these to use libc regex functions instead (as per the mailing
33list discussion):
34 - 'grep foo$ file' doesn't work
35 - 'grep *foo file' segfaults
36
37
38-----------
39
40Linux 2.4.x kernels
41
42BusyBox 0.46 currently will not work with the Linux 2.4.x kernels.
43I know of the following problems:
44
451) BusyBox NFS support is broken with 2.4.x (needs to be adjusted for NFSv3 and
46 kernel header changes).
47
48As long as I have BB_FEATURE_NFSMOUNT turned off, everything compiles cleanly
49for me with linux2.4.0test2. I use Debian potato (gcc 2.95.2, GNU libc 2.1.3).
50Of course, as noted above, compiling != working.
51
52-----------
53
54* Make insmod actually work 19* Make insmod actually work
55* dnsdomainname 20* dnsdomainname
56* traceroute/netstat 21* traceroute/netstat
@@ -94,32 +59,6 @@ and then start with the biggest things and make them smaller...
94 59
95----------------------- 60-----------------------
96 61
97busybox.defs.h is too big and hard to follow.
98
99Perhaps I need to add a better build system (like the Linux kernel?)
100
101-----------------------
102
103Feature request:
104
105/bin/busybox --install -s which makes all links to commands that it
106 can support (an optionnal -s should be used for symbolic links instead
107 of hard links).
108
109-----------------------
110
111
112> Have you ever thought of doig network logging in busybox syslogd ? It
113> would quite make sense on embedded systems... :)
114
115So far I had not considered it. Basically, you wish to have
116messages from the embedded box logged to a remote network
117syslog box, right? I can see that this would be useful.
118I'll add this to the TODO list,
119
120
121-----------------------
122
123 62
124 I think that the add_inode &c in utility.c needs to also stow the 63 I think that the add_inode &c in utility.c needs to also stow the
125 st_dev field, and that du.c should NOT call `reset_inode_list' 64 st_dev field, and that du.c should NOT call `reset_inode_list'