aboutsummaryrefslogtreecommitdiff
path: root/TODO (follow)
Commit message (Collapse)AuthorAgeFilesLines
* start-stop-daemon: add -d DIR chdir optionejaaskel2023-11-071-2/+0
| | | | | | | | | | | | | | | | | Add option to change the running directory before starting the process. This can be done using -d or --chdir options. Add also test cases to start-stop-daemon to test out the directory change option. function old new delta packed_usage 34602 34648 +46 start_stop_daemon_main 1107 1130 +23 start_stop_daemon_longopts 156 164 +8 .rodata 105382 105384 +2 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 4/0 up/down: 79/0) Total: 79 bytes Signed-off-by: ejaaskel <esa.jaaskela@suomi24.fi> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* libbb: remove vdprintfRon Yorston2017-07-291-2/+0
| | | | | | | | | | | Two reasons: * it's only built for GNU C Library versions < 2 (released 1997) * it isn't used anywhere in BusyBox Signed-off-by: Ron Yorston <rmy@pobox.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* TODO file: remove mpstat, iostat, powertop - we have them nowDenys Vlasenko2015-11-041-2/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tail compat: fix header printing for tail -fBartosz Golaszewski2013-10-161-5/+0
| | | | | | | | 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>
* Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski2013-07-301-4/+0
| | | | | | | | | | | | | | | | | | | | 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>
* networking: code shrinkBartosz Golaszewski2013-07-251-2/+0
| | | | | | | | | | | | | 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>
* Commonalize typical [b,]k,m suffix structDenys Vlasenko2013-07-131-5/+0
| | | | | | | | | | | | | 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>
* TODO: all another location with bbox patches (OpenWRT)Denys Vlasenko2011-10-191-0/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* shell: remove lash and bbshDenys Vlasenko2010-09-061-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* tweak TODO fileDenys Vlasenko2010-06-191-108/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko2010-03-261-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove ar write support from TODOBernhard Reutner-Fischer2010-03-251-3/+0
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Add more compat code for non GNU environmentsDan Fandrich2009-11-011-5/+2
| | | | | Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* we could need ssd -d (fancy)Bernhard Reutner-Fischer2009-09-171-1/+2
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* top: add -m ("memory") optionDenys Vlasenko2009-09-111-0/+23
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* TODO: add unicode listDenys Vlasenko2009-09-071-0/+40
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* msh: aliased to hushDenys Vlasenko2009-08-211-6/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* test commitBernhard Reutner-Fischer2009-07-031-1/+0
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* test commitBernhard Reutner-Fischer2009-07-031-0/+1
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* test commitBernhard Reutner-Fischer2009-07-031-1/+1
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* TODO: add someDenys Vlasenko2009-05-131-0/+36
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* test commitBernhard Reutner-Fischer2009-05-081-1/+0
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Revert "test commit"Bernhard Reutner-Fischer2009-05-081-0/+1
| | | | | | This reverts commit 8606aba04b9f6b82820e739f9781dfc85ae4853a. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* test commitBernhard Reutner-Fischer2009-05-081-1/+0
|
* - test commitBernhard Reutner-Fischer2009-03-051-1/+1
|
* - update TODOsBernhard Reutner-Fischer2009-02-181-7/+2
|
* libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko2008-12-231-1/+1
| | | | | | | | | ash: small code shrink text data bss dec hex filename 793669 504 7524 801697 c3ba1 busybox_old 793659 504 7492 801655 c3b77 busybox_unstripped
* - we already have an impl for manBernhard Reutner-Fischer2008-12-221-8/+0
|
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
|
* - remove depmod from TODO, it was recently added.Bernhard Reutner-Fischer2008-06-171-11/+2
| | | | Small touch up while at it
* - mention duplication of in_ether()Bernhard Reutner-Fischer2008-05-161-0/+2
|
* clean up TODO file. No real code changes.Denis Vlasenko2008-03-171-14/+1
|
* - mention strtod code-duplication as TODO for cleanupBernhard Reutner-Fischer2008-01-141-0/+3
|
* kill lash. "lash" builtin still exists, but it runs hush.Denis Vlasenko2007-11-231-8/+3
|
* "Unify base64 handling" is done, remove TODODenis Vlasenko2007-04-181-6/+1
|
* - remove debugging output. sorry..Bernhard Reutner-Fischer2007-04-041-7/+0
|
* - note cosmetic glitch in tailBernhard Reutner-Fischer2007-04-041-2/+14
|
* - updateBernhard Reutner-Fischer2007-03-091-1/+0
|
* make sure ps/top output what they claim: vsz, not rss ... down the line we ↵Mike Frysinger2007-02-081-0/+4
| | | | should make the output controllable either at runtime or buildtime as both statistics are quite useful
* - TODO: merge 'struct suffix_mult $several_suffixes[] into a struct suffix_multBernhard Reutner-Fischer2007-01-241-0/+4
| | | | for several in head tail od_bloaty hexdump svlogd
* - stty's visible() function and catv's guts are identical. Merge them intoBernhard Reutner-Fischer2007-01-171-1/+5
| | | | an appropriate libbb function.
* - update TODOsBernhard Reutner-Fischer2006-11-221-4/+1
|
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-3/+0
|
* no-op (just for svn commit run. 2.6.18 oopses on that, need to reproduce)Denis Vlasenko2006-09-301-1/+0
|
* - update and expand TODO a little bitBernhard Reutner-Fischer2006-09-211-3/+11
|
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
|
* - it's a mistake to remove lib-specific prefixes from libraries; still the ↵Bernhard Reutner-Fischer2006-08-281-1/+1
| | | | removal should be complete.
* eat gremlinsMike Frysinger2006-07-271-4/+4
|
* - note that get_hz potentially needs cleanup.Bernhard Reutner-Fischer2006-07-021-0/+2
|
* - Give Rob Landley things TODO like depmodNed Ludd2006-06-301-0/+5
|