svn commit: trunk/busybox

aldot at busybox.net aldot at busybox.net
Tue Jun 17 00:52:44 PDT 2008


Author: aldot
Date: 2008-06-17 00:52:43 -0700 (Tue, 17 Jun 2008)
New Revision: 22393

Log:
- remove depmod from TODO, it was recently added.
  Small touch up while at it


Modified:
   trunk/busybox/TODO


Changeset:
Modified: trunk/busybox/TODO
===================================================================
--- trunk/busybox/TODO	2008-06-17 07:26:52 UTC (rev 22392)
+++ trunk/busybox/TODO	2008-06-17 07:52:43 UTC (rev 22393)
@@ -6,7 +6,7 @@
 have any suggestions how they plan to go about it, and to minimize conflicts
 between your work and theirs.  But otherwise, all of these are fair game.
 
-Rob Landley <rob at landley.net>:
+Rob Landley suggested these:
   Add a libbb/platform.c
     Implement fdprintf() for platforms that haven't got one.
     Implement bb_realpath() that can handle NULL on non-glibc.
@@ -24,11 +24,6 @@
     but less buggy :)
   init
     General cleanup (should use ENABLE_FEATURE_INIT_SYSLOG and ENABLE_FEATURE_INIT_DEBUG).
-  depmod
-    busybox lacks a way to update module deps when running from firmware without the
-    use of the depmod.pl (perl is to bloated for most embedded setups) and or orig
-    modutils. The orig depmod is rather pointless to have to add to a firmware image
-    in when we already have a insmod/rmmod and friends.
   Do a SUSv3 audit
     Look at the full Single Unix Specification version 3 (available online at
     "http://www.opengroup.org/onlinepubs/009695399/nfindex.html") and
@@ -146,7 +141,7 @@
   (How doclifter might work into this is anybody's guess.)
 ---
 ar
-  Write support?
+  Write support!
 ---
 stty / catv
   stty's visible() function and catv's guts are identical. Merge them into
@@ -283,10 +278,6 @@
   use bb_perror_msg where appropriate: See
   egrep "[^_]perror"
 ---
-  Remove superfluous fmt occurances: e.g.
-  fprintf(stderr, "%s: %s not found\n", "unalias", *argptr);
-  -> fprintf(stderr, "unalias: %s not found\n", *argptr);
----
   possible code duplication ingroup() and is_a_group_member()
 ---
   Move __get_hz() to a better place and (re)use it in route.c, ash.c, msh.c



More information about the busybox-cvs mailing list