diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-06-17 07:52:43 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-06-17 07:52:43 +0000 |
commit | b6926109b70cd6989384ea6ac1dc9dd9f842efc4 (patch) | |
tree | ad44d1daee2f304ba9d70930247541dde441f412 /TODO | |
parent | 988339259fb74d81e2bd0f702503815f63edc972 (diff) | |
download | busybox-w32-b6926109b70cd6989384ea6ac1dc9dd9f842efc4.tar.gz busybox-w32-b6926109b70cd6989384ea6ac1dc9dd9f842efc4.tar.bz2 busybox-w32-b6926109b70cd6989384ea6ac1dc9dd9f842efc4.zip |
- remove depmod from TODO, it was recently added.
Small touch up while at it
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -6,7 +6,7 @@ do one of these bounce an email off the person it's listed under to see if they | |||
6 | have any suggestions how they plan to go about it, and to minimize conflicts | 6 | have any suggestions how they plan to go about it, and to minimize conflicts |
7 | between your work and theirs. But otherwise, all of these are fair game. | 7 | between your work and theirs. But otherwise, all of these are fair game. |
8 | 8 | ||
9 | Rob Landley <rob@landley.net>: | 9 | Rob Landley suggested these: |
10 | Add a libbb/platform.c | 10 | Add a libbb/platform.c |
11 | Implement fdprintf() for platforms that haven't got one. | 11 | Implement fdprintf() for platforms that haven't got one. |
12 | Implement bb_realpath() that can handle NULL on non-glibc. | 12 | Implement bb_realpath() that can handle NULL on non-glibc. |
@@ -24,11 +24,6 @@ Rob Landley <rob@landley.net>: | |||
24 | but less buggy :) | 24 | but less buggy :) |
25 | init | 25 | init |
26 | General cleanup (should use ENABLE_FEATURE_INIT_SYSLOG and ENABLE_FEATURE_INIT_DEBUG). | 26 | General cleanup (should use ENABLE_FEATURE_INIT_SYSLOG and ENABLE_FEATURE_INIT_DEBUG). |
27 | depmod | ||
28 | busybox lacks a way to update module deps when running from firmware without the | ||
29 | use of the depmod.pl (perl is to bloated for most embedded setups) and or orig | ||
30 | modutils. The orig depmod is rather pointless to have to add to a firmware image | ||
31 | in when we already have a insmod/rmmod and friends. | ||
32 | Do a SUSv3 audit | 27 | Do a SUSv3 audit |
33 | Look at the full Single Unix Specification version 3 (available online at | 28 | Look at the full Single Unix Specification version 3 (available online at |
34 | "http://www.opengroup.org/onlinepubs/009695399/nfindex.html") and | 29 | "http://www.opengroup.org/onlinepubs/009695399/nfindex.html") and |
@@ -146,7 +141,7 @@ man | |||
146 | (How doclifter might work into this is anybody's guess.) | 141 | (How doclifter might work into this is anybody's guess.) |
147 | --- | 142 | --- |
148 | ar | 143 | ar |
149 | Write support? | 144 | Write support! |
150 | --- | 145 | --- |
151 | stty / catv | 146 | stty / catv |
152 | stty's visible() function and catv's guts are identical. Merge them into | 147 | stty's visible() function and catv's guts are identical. Merge them into |
@@ -283,10 +278,6 @@ Minor stuff: | |||
283 | use bb_perror_msg where appropriate: See | 278 | use bb_perror_msg where appropriate: See |
284 | egrep "[^_]perror" | 279 | egrep "[^_]perror" |
285 | --- | 280 | --- |
286 | Remove superfluous fmt occurances: e.g. | ||
287 | fprintf(stderr, "%s: %s not found\n", "unalias", *argptr); | ||
288 | -> fprintf(stderr, "unalias: %s not found\n", *argptr); | ||
289 | --- | ||
290 | possible code duplication ingroup() and is_a_group_member() | 281 | possible code duplication ingroup() and is_a_group_member() |
291 | --- | 282 | --- |
292 | Move __get_hz() to a better place and (re)use it in route.c, ash.c, msh.c | 283 | Move __get_hz() to a better place and (re)use it in route.c, ash.c, msh.c |