Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.
[oweals/busybox.git] / TODO
diff --git a/TODO b/TODO
index eb3f027b353835884414b8fd1097c5d97c9e0b72..a4bfa0c0087da9c70533754217a3877c25cd01c7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -18,25 +18,37 @@ around to it some time. If you have any good ideas, please let me know.
 
 Bugs that need fixing:
 
+ - 'ln -n' has been disabled for this release, till we can fix a memory
+    corruption bug.
+ - fix 'cp' (or test suite script) so that it passes the last item in
+    the test suite.
+ - ps dirent race bug (need to stat the file before attempting chdir)
+ - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to 
+    /tmp/file in the current directory, rather then trying and failing to create
+    a symlink named "." in the current working directory).
+ - Prune sfdisk, graft in std fdisk instead
+
+
+We will rework these to use libc regex functions instead (as per the mailing
+list discussion):
  - 'grep foo$ file' doesn't work
  - 'grep *foo file' segfaults
- - ps dirent race bug (need to stat the file before attempting chdir)
- - The following commands segfault:
-       chmod -R
-       chown -R
-       chgrp -R
-       cp -a -a
-       ln -s -s
-       rm -f
-       rm -f -
-       rm -- -
-       touch -c
-  - I believe that swaponoff may also be also broken (check it).
-  - It used to be that BusyBox tar would happily overwrite existing files on
-  an extraction.  However, as of 0.42, BusyBox tar simply dies as soon as an 
-  existing file is found.
 
 
+-----------
+
+Linux 2.4.x kernels
+
+BusyBox 0.46 currently will not work with the Linux 2.4.x kernels.  
+I know of the following problems:
+
+1) BusyBox NFS support is broken with 2.4.x (needs to be adjusted for NFSv3 and
+    kernel header changes).
+
+As long as I have BB_FEATURE_NFSMOUNT turned off, everything compiles cleanly
+for me with linux2.4.0test2.  I use Debian potato (gcc 2.95.2, GNU libc 2.1.3).
+Of course, as noted above, compiling != working.
+
 -----------
 
 * Make insmod actually work
@@ -50,7 +62,8 @@ Bugs that need fixing:
 * tftp
 * ftp
 * group/commonize strings, remove dups (for i18n, l10n)
-
+* consider making a unified option parser (if it can be done 
+    modular, small, etc.) 
 
 -----------------------
 
@@ -74,18 +87,6 @@ Most wanted list:
 Policy violation.  getgroups uses libc nss, which is unlikely
 to be present in an embedded system.
 
-To be replaced with a busybox local glob routine:
-
-    [andersen@slag busybox]$ grep -l glob *.[ch]
-    gunzip.c
-    gzip.c
-    sh.c
-    tar.c
-    telnet.c
-
-Can check_wildcard_match() from utility.c do this job?
-
-
 -----------------------
 
 Compile with debugging on, run 'nm --size-sort ./busybox'
@@ -129,6 +130,10 @@ I'll add this to the TODO list,
 
 ------------------------------------------------------------------
 
+An interesting email listing some apps that use /proc.  BusyBox
+tries to avoid /proc as mush as is possible, so this stuff is
+interesting (to me at least):
+
 
 Date:  Fri, 25 Feb 2000 08:23:12 +0000 (GMT)
 From: Riley Williams <rhw@MemAlpha.CX>