Commit Graph

141 Commits

Author SHA1 Message Date
Bernhard Reutner-Fischer
6c4dadefb6 - update my name. No obj-code changes ;) 2008-09-25 12:13:34 +00:00
Bernhard Reutner-Fischer
b6926109b7 - remove depmod from TODO, it was recently added.
Small touch up while at it
2008-06-17 07:52:43 +00:00
Bernhard Reutner-Fischer
1b23773e26 - mention duplication of in_ether() 2008-05-16 14:35:34 +00:00
Denis Vlasenko
d02db89244 clean up TODO file. No real code changes. 2008-03-17 09:05:21 +00:00
Bernhard Reutner-Fischer
c2f0de5eef - mention strtod code-duplication as TODO for cleanup 2008-01-14 14:32:56 +00:00
Denis Vlasenko
96702ca945 kill lash. "lash" builtin still exists, but it runs hush. 2007-11-23 23:28:55 +00:00
Denis Vlasenko
088b959d00 "Unify base64 handling" is done, remove TODO 2007-04-18 21:14:46 +00:00
Bernhard Reutner-Fischer
10aed96f14 - remove debugging output. sorry.. 2007-04-04 17:58:39 +00:00
Bernhard Reutner-Fischer
24efe4f15f - note cosmetic glitch in tail 2007-04-04 17:57:55 +00:00
Bernhard Reutner-Fischer
f25d57e0b4 - update 2007-03-09 16:56:57 +00:00
Mike Frysinger
0aa6ba5d44 make sure ps/top output what they claim: vsz, not rss ... down the line we should make the output controllable either at runtime or buildtime as both statistics are quite useful 2007-02-08 08:21:58 +00:00
Bernhard Reutner-Fischer
7b1c5aacb0 - TODO: merge 'struct suffix_mult $several_suffixes[] into a struct suffix_mult
for several in head tail od_bloaty hexdump svlogd
2007-01-24 21:13:16 +00:00
Bernhard Reutner-Fischer
ae114c235e - stty's visible() function and catv's guts are identical. Merge them into
an appropriate libbb function.
2007-01-17 19:51:00 +00:00
Bernhard Reutner-Fischer
be2f9f7fe0 - update TODOs 2006-11-22 16:48:29 +00:00
Denis Vlasenko
1385899416 attempt to regularize atoi mess. 2006-10-08 12:49:22 +00:00
Denis Vlasenko
7e3eb5171b no-op (just for svn commit run. 2.6.18 oopses on that, need to reproduce) 2006-09-30 08:32:41 +00:00
Bernhard Reutner-Fischer
05592ac00c - update and expand TODO a little bit 2006-09-21 22:58:38 +00:00
Denis Vlasenko
9213a9e0f2 whitespace cleanup 2006-09-17 16:28:10 +00:00
Bernhard Reutner-Fischer
8c1eda528a - it's a mistake to remove lib-specific prefixes from libraries; still the removal should be complete. 2006-08-28 23:39:36 +00:00
Mike Frysinger
0b7dfb5ae7 eat gremlins 2006-07-27 03:42:30 +00:00
Bernhard Reutner-Fischer
e02706fe45 - note that get_hz potentially needs cleanup. 2006-07-02 10:33:10 +00:00
Ned Ludd
5df6d9f777 - Give Rob Landley things TODO like depmod 2006-06-30 21:48:38 +00:00
Rob Landley
9c0e4f03d9 More random todo items... 2006-06-30 16:38:09 +00:00
Rob Landley
1fa4a9448b Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak 2006-06-22 22:05:00 +00:00
Bernhard Reutner-Fischer
bc291dc731 - add note about need to unify the 4 itoa() implementations. 2006-06-05 16:00:12 +00:00
Bernhard Reutner-Fischer
213cc00445 - add note about ingroup and is_a_group_member 2006-06-04 17:58:19 +00:00
Bernhard Reutner-Fischer
863073da08 - add note about removing superfluous fmt specifiers 2006-06-04 16:05:02 +00:00
Bernhard Reutner-Fischer
395010b1f0 - note to cleanup fprintf(2,...) -> bb_error_msg(...) and
perror("bar") -> bb_perror_msg("bar");
2006-06-04 15:37:59 +00:00
Rob Landley
4b146e65ad Note about BB_NOMMU. 2006-05-30 18:31:37 +00:00
Bernhard Reutner-Fischer
0da069d382 - move common code into new open_new_terminal() function;
text    data     bss     dec     hex filename
 864434   10244  645892 1520570  1733ba busybox_old
 864386   10244  645892 1520522  17338a busybox_unstripped

add/remove: 1/0 grow/shrink: 0/2 up/down: 92/-143 (-51)
function                                     old     new   delta
open_new_terminal                              -      92     +92
exec_signal                                  345     276     -69
run                                         1527    1453     -74
Again, 48 != 51 so let's trust the former..
2006-05-29 12:54:16 +00:00
Rob Landley
0582ee0826 A few new todo items from email with Bernhard. 2006-05-29 05:06:06 +00:00
Rob Landley
df4cdaf341 First quick stab at organizing TODO under whose TODO item it is. 2006-05-19 20:47:55 +00:00
Bernhard Reutner-Fischer
fc477f4bc6 - add note about crond 2006-04-26 19:40:15 +00:00
Bernhard Reutner-Fischer
34fc71f5a3 - note to think about eventually ditching vdprintf() 2006-04-12 18:50:19 +00:00
Bernhard Reutner-Fischer
905a58a303 - poke bot 2006-04-10 19:47:46 +00:00
Bernhard Reutner-Fischer
ef7ccac9da - add two comments 2006-03-13 20:32:48 +00:00
Rob Landley
4a1d874e1d Another item. 2006-02-10 21:36:53 +00:00
Mike Frysinger
b38673fb9f make the build system puuuuuuuuuuurty 2006-02-02 01:41:53 +00:00
Bernhard Reutner-Fischer
2677cf1b0a - Mention code-cleanup possibilities in TODO. 2006-01-13 08:46:39 +00:00
Rob Landley
8bcc6e964b Why we didn't take a watchdog.c suggestion this time 'round, in case anybody
comes up with a fix...
2006-01-09 00:54:46 +00:00
Rob Landley
7b7c99ca33 Size I zapped the bb_close() error, might as well make a TODO item. 2005-11-04 20:45:54 +00:00
Rob Landley
dbc608b568 We've got fuser, fix some typos, and move Vodz's comment about UTF8 into
a new "internationalization" section, with some related concerns.
2005-10-31 23:52:02 +00:00
"Vladimir N. Oleynik"
4922f2a06f update 2005-10-28 16:17:09 +00:00
Rob Landley
c9c959cc7c Reference for new patch feature we'll need to be compatible with... 2005-10-27 00:57:50 +00:00
Rob Landley
c58fd15db5 Update the TODO list to reflect stuff we've already done. 2005-10-25 20:22:50 +00:00
Rob Landley
a882126fee Update TODO with mention of the CONFIG->ENABLE migration and ruminations
about FEATURE_CLEAN_UP.
2005-09-16 14:58:55 +00:00
"Vladimir N. Oleynik"
38013e394f removed 'less' section from TODO 2005-09-16 13:03:21 +00:00
Rob Landley
078bacf1e9 Patch -i support from Berhnard Fischer. 2005-09-01 03:02:23 +00:00
Rob Landley
a937640bff Remove something we did, not that I'm doing something, and add something we
haven't done.  Woo.
2005-08-23 23:08:17 +00:00
Rob Landley
958fa2a9cc Note that memory allocaiton needs to be cleaned up too. 2005-06-11 22:10:42 +00:00