aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* msh: cleaning up for -Wwrite-strings part #3Denis Vlasenko2007-02-011-61/+57
|
* msh: cleaning up for -Wwrite-strings part #2Denis Vlasenko2007-02-011-675/+648
|
* msh: cleaning up for -Wwrite-stringsDenis Vlasenko2007-02-011-196/+236
|
* lash: -Wwrite-strings fixesDenis Vlasenko2007-01-301-22/+24
|
* hush: style fixesDenis Vlasenko2007-01-301-89/+105
|
* hush: now it's -Wwrite-strings cleanDenis Vlasenko2007-01-301-26/+32
|
* hush: style fixesDenis Vlasenko2007-01-301-314/+332
|
* hust: -Wwrite-strings fixesDenis Vlasenko2007-01-301-15/+18
|
* silly space saving in sedDenis Vlasenko2007-01-301-6/+6
|
* micro optimizationDenis Vlasenko2007-01-301-1/+1
|
* preparatory patch for -Wwrite-strings #8 (missed part)Denis Vlasenko2007-01-302-9/+7
|
* - improve spellingBernhard Reutner-Fischer2007-01-291-2/+2
|
* preparatory patch for -Wwrite-strings #7: sedDenis Vlasenko2007-01-291-13/+16
| | | | remaining: shell (rather scary mess in msh.c)
* preparatory patch for -Wwrite-strings #6Denis Vlasenko2007-01-297-76/+74
|
* preparatory patch for -Wwrite-strings #5Denis Vlasenko2007-01-2911-60/+49
|
* preparatory patch for -Wwrite-strings #4Denis Vlasenko2007-01-2914-71/+68
|
* preparatory patch for -Wwrite-strings #3Denis Vlasenko2007-01-2910-44/+42
|
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-2932-109/+110
|
* preparatory patch for -Wwrite-strings #1Denis Vlasenko2007-01-2917-52/+59
|
* taskset: fix incorrect rage spec and allow 0xXXX inputDenis Vlasenko2007-01-292-38/+31
| | | | ping: shave off 60 bytes
* add to testsuite and fix yet another sed corner caseDenis Vlasenko2007-01-292-6/+27
|
* disable -Wold-style-definition for gcc 3.xDenis Vlasenko2007-01-293-7/+28
|
* sed: fix 2 bugs (one testsuite entry + one newly found)Denis Vlasenko2007-01-292-59/+63
| | | | but more importantly make code more understandable
* fix all known regressions with sed and also make it simplerDenis Vlasenko2007-01-282-28/+47
|
* wc can emit unpredictable amount of whitespaceDenis Vlasenko2007-01-281-1/+2
|
* work around gcc bugDenis Vlasenko2007-01-281-1/+3
|
* fix which-uses-default-pathDenis Vlasenko2007-01-281-0/+4
|
* correct bad EnglishDenis Vlasenko2007-01-281-1/+1
|
* - reinstate static for the command string arrray to be gentle to gcc-3.xBernhard Reutner-Fischer2007-01-281-1/+1
|
* - document the multicast argument for ip linkBernhard Reutner-Fischer2007-01-281-1/+1
|
* - use uint32_t as suggested by vda.Bernhard Reutner-Fischer2007-01-281-7/+9
| | | | | | | - minor size- and readability tweaks while at it: text data bss dec hex filename 2631 0 0 2631 a47 networking/libiproute/iprule.o.orig 2596 0 0 2596 a24 networking/libiproute/iprule.o
* ether-wake: remove #warningDenis Vlasenko2007-01-271-2/+0
|
* svlogd: batch writes if !timestampDenis Vlasenko2007-01-271-19/+29
|
* svlogd: remove unused buffering, stop doing tons of memcpyDenis Vlasenko2007-01-272-34/+58
|
* runit/* cleanup part 3 (just deleting unused code)Denis Vlasenko2007-01-272-788/+4
|
* runit/* cleanup part 2Denis Vlasenko2007-01-274-33/+43
|
* runit cleanup part 1Denis Vlasenko2007-01-276-190/+271
|
* use bb_sanitize_stdio() where appropriateDenis Vlasenko2007-01-275-36/+27
|
* - sum -r TODO should not print the filename as oposed to -sBernhard Reutner-Fischer2007-01-271-16/+21
| | | | Unfortunately, without rewriting sum, this bugfix adds 19 (!) bytes.
* - add a very few simple test for sum.Bernhard Reutner-Fischer2007-01-271-0/+24
| | | | The very first is currently broken
* - the testharness needs busybox.links. Now the new foobar.tests work againBernhard Reutner-Fischer2007-01-271-2/+2
|
* make it possible to build bbox without warnings again.Denis Vlasenko2007-01-271-4/+14
|
* fix warning in find.cDenis Vlasenko2007-01-273-6/+6
|
* Make -Werror configurableDenis Vlasenko2007-01-273-11/+25
|
* fix numbering in switch(): we don't have "del" anymore,Denis Vlasenko2007-01-272-14/+16
| | | | | substring match on "delete" handles it ok. But we (I?) forgot to renumber case labels...
* add link to post 1.4.1 patchesDenis Vlasenko2007-01-261-1/+2
|
* fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10!Denis Vlasenko2007-01-262-3/+3
|
* find: fix -mtime, -mmin, -perm (+ add symbolic perm handling)Denis Vlasenko2007-01-262-30/+43
| | | | chmod: better name for a variable
* fix "expr has no effect" warningDenis Vlasenko2007-01-261-1/+1
|
* bb_parse_mode: do not do umask() needlessly.Denis Vlasenko2007-01-261-34/+18
|