Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-04 | TODO file: remove mpstat, iostat, powertop - we have them now | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2013-10-16 | tail compat: fix header printing for tail -f | Bartosz Golaszewski | |
Makes tail -f for multiple files display the header only if another (ie. not currently displayed) file changed. Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2013-07-30 | Refactor catv. Move visible() from stty to libbb. | Bartosz Golaszewski | |
Fixes the following TODO: stty's visible() function and catv's guts are identical. Merge them into an appropriate libbb function. Also makes catv behave exactly like coreutils' cat -v e.g. it'll print 'M-^I' instead of 'M- '. function old new delta visible - 70 +70 do_display 431 379 -52 catv_main 306 250 -56 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/2 up/down: 70/-108) Total: -38 bytes Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2013-07-25 | networking: code shrink | Bartosz Golaszewski | |
function old new delta in_ether - 124 +124 hexchar2int 42 - -42 ifconfig_main 1237 1106 -131 ether_input 141 - -141 ------------------------------------------------------------------------------ (add/remove: 2/2 grow/shrink: 0/1 up/down: 124/-314) Total: -190 bytes Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2013-07-13 | Commonalize typical [b,]k,m suffix struct | Denys Vlasenko | |
function old new delta bkm_suffixes - 32 +32 static.km_suffixes 24 - -24 suffixes 32 - -32 static.bkm 32 - -32 head_tail_suffixes 32 - -32 ------------------------------------------------------------------------------ (add/remove: 2/6 grow/shrink: 0/0 up/down: 72/-160) Total: -88 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2011-10-19 | TODO: all another location with bbox patches (OpenWRT) | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2010-09-06 | shell: remove lash and bbsh | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||
2010-06-19 | tweak TODO file | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2010-03-26 | unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2010-03-25 | remove ar write support from TODO | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-11-01 | Add more compat code for non GNU environments | Dan Fandrich | |
Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-09-17 | we could need ssd -d (fancy) | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-09-11 | top: add -m ("memory") option | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-09-07 | TODO: add unicode list | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-08-21 | msh: aliased to hush | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-07-03 | test commit | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-07-03 | test commit | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-07-03 | test commit | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-05-13 | TODO: add some | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-05-08 | test commit | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-05-08 | Revert "test commit" | Bernhard Reutner-Fischer | |
This reverts commit 8606aba04b9f6b82820e739f9781dfc85ae4853a. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-05-08 | test commit | Bernhard Reutner-Fischer | |
2009-03-05 | - test commit | Bernhard Reutner-Fischer | |
2009-02-18 | - update TODOs | Bernhard Reutner-Fischer | |
2008-12-23 | libbb: introduce and use xmalloc_ttyname (-32 in bss). | Denis Vlasenko | |
ash: small code shrink text data bss dec hex filename 793669 504 7524 801697 c3ba1 busybox_old 793659 504 7492 801655 c3b77 busybox_unstripped | |||
2008-12-22 | - we already have an impl for man | Bernhard Reutner-Fischer | |
2008-09-25 | - update my name. No obj-code changes ;) | Bernhard Reutner-Fischer | |
2008-06-17 | - remove depmod from TODO, it was recently added. | Bernhard Reutner-Fischer | |
Small touch up while at it | |||
2008-05-16 | - mention duplication of in_ether() | Bernhard Reutner-Fischer | |
2008-03-17 | clean up TODO file. No real code changes. | Denis Vlasenko | |
2008-01-14 | - mention strtod code-duplication as TODO for cleanup | Bernhard Reutner-Fischer | |
2007-11-23 | kill lash. "lash" builtin still exists, but it runs hush. | Denis Vlasenko | |
2007-04-18 | "Unify base64 handling" is done, remove TODO | Denis Vlasenko | |
2007-04-04 | - remove debugging output. sorry.. | Bernhard Reutner-Fischer | |
2007-04-04 | - note cosmetic glitch in tail | Bernhard Reutner-Fischer | |
2007-03-09 | - update | Bernhard Reutner-Fischer | |
2007-02-08 | make sure ps/top output what they claim: vsz, not rss ... down the line we ↵ | Mike Frysinger | |
should make the output controllable either at runtime or buildtime as both statistics are quite useful | |||
2007-01-24 | - TODO: merge 'struct suffix_mult $several_suffixes[] into a struct suffix_mult | Bernhard Reutner-Fischer | |
for several in head tail od_bloaty hexdump svlogd | |||
2007-01-17 | - stty's visible() function and catv's guts are identical. Merge them into | Bernhard Reutner-Fischer | |
an appropriate libbb function. | |||
2006-11-22 | - update TODOs | Bernhard Reutner-Fischer | |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko | |
2006-09-30 | no-op (just for svn commit run. 2.6.18 oopses on that, need to reproduce) | Denis Vlasenko | |
2006-09-21 | - update and expand TODO a little bit | Bernhard Reutner-Fischer | |
2006-09-17 | whitespace cleanup | Denis Vlasenko | |
2006-08-28 | - it's a mistake to remove lib-specific prefixes from libraries; still the ↵ | Bernhard Reutner-Fischer | |
removal should be complete. | |||
2006-07-27 | eat gremlins | Mike Frysinger | |
2006-07-02 | - note that get_hz potentially needs cleanup. | Bernhard Reutner-Fischer | |
2006-06-30 | - Give Rob Landley things TODO like depmod | Ned Ludd | |
2006-06-30 | More random todo items... | Rob Landley | |
2006-06-22 | Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak | Rob Landley | |