| Commit message (Expand) | Author | Age | Files | Lines |
* | done a dozen of randconfig test. guess what? ALL failed... | vda | 2006-12-30 | 2 | -1/+4 |
* | fix build without shadow support | vda | 2006-12-28 | 1 | -12/+9 |
* | bb_xget[pw/gr]nam were horribly misnamed - fixed. | vda | 2006-12-28 | 3 | -51/+63 |
* | style fixes | vda | 2006-12-26 | 3 | -5/+5 |
* | sum: 40% size reduction (-300 bytes) | vda | 2006-12-23 | 1 | -107/+48 |
* | tail: -50 text bytes | vda | 2006-12-22 | 1 | -88/+48 |
* | convert "negaite" config option into reversed (INCLUDE_SUSv2) | vda | 2006-12-22 | 3 | -6/+6 |
* | removal of commented-out cruft | vda | 2006-12-22 | 1 | -5/+0 |
* | tar et al: die if bb_copyfd_size copies less than asked for. | vda | 2006-12-22 | 1 | -2/+1 |
* | less: stop dying on bad regexps, quietly pipe data w/o | vda | 2006-12-21 | 1 | -5/+3 |
* | introduce LONE_CHAR (optimized strcmp with one-char string) | vda | 2006-12-21 | 6 | -17/+26 |
* | tail: fix tail +N | vda | 2006-12-21 | 1 | -11/+9 |
* | remove casts from xmalloc() | vda | 2006-12-19 | 1 | -1/+1 |
* | A bunch of defined(__GLIBC__) added. static-linking warning expanded | vda | 2006-12-18 | 1 | -7/+0 |
* | du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com. | vda | 2006-12-18 | 1 | -35/+31 |
* | od: remove bug-for-bug compat (because the bug was fixed in coreuitls) | vda | 2006-12-17 | 1 | -2/+1 |
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | vda | 2006-12-16 | 8 | -25/+23 |
* | diff: fix -q exit code | vda | 2006-12-16 | 1 | -70/+72 |
* | - minor shrinkage | aldot | 2006-12-14 | 1 | -4/+6 |
* | - remove warning about unused depth parameter in add_to_dirlist() | aldot | 2006-12-13 | 1 | -2/+5 |
* | date: -R shouldn't use locale | vda | 2006-12-13 | 1 | -5/+13 |
* | - commentary typo | aldot | 2006-12-02 | 1 | -1/+1 |
* | od: fix buglet in --traditional, microoptimization, | vda | 2006-11-29 | 1 | -17/+17 |
* | fix support for globally disabling --long-options. | vda | 2006-11-29 | 2 | -2/+16 |
* | od: sometime ago I landed BIG od implementation | vda | 2006-11-28 | 1 | -754/+616 |
* | style cleanup: return(a) -> return a, part 2 | vda | 2006-11-27 | 2 | -9/+9 |
* | style cleanup: return(a) -> return a, part 1 | vda | 2006-11-27 | 5 | -27/+27 |
* | Provide our own isdigit macro. saves more than 400 bytes. | vda | 2006-11-27 | 3 | -9/+7 |
* | safe_strtoXX interface proved to be a bit unconvenient. | vda | 2006-11-27 | 2 | -7/+26 |
* | sort: two small optimizations | vda | 2006-11-26 | 1 | -9/+10 |
* | sort: reformat entire file wrt style. | vda | 2006-11-26 | 1 | -182/+215 |
* | small fixes: | vda | 2006-11-26 | 1 | -1/+1 |
* | tee: fix bug: argv[-1] is a no-no! | vda | 2006-11-25 | 1 | -38/+38 |
* | dd: support >2gb values for seek, skip, count | vda | 2006-11-25 | 1 | -4/+10 |
* | header_verbose_list: stop truncating file size in listing | vda | 2006-11-24 | 2 | -4/+4 |
* | md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo". | vda | 2006-11-23 | 1 | -20/+24 |
* | httpd: fix cgi-bin/index.cgi support, add example of it, | vda | 2006-11-21 | 1 | -31/+37 |
* | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | vda | 2006-11-21 | 3 | -6/+5 |
* | mkdir: style fix | vda | 2006-11-19 | 1 | -5/+5 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | vda | 2006-11-18 | 5 | -6/+6 |
* | - end may be used uninitialized. | aldot | 2006-11-17 | 1 | -1/+2 |
* | mostly style fixes | vda | 2006-11-01 | 1 | -1/+1 |
* | dd: fix bugs: always assumed conv=sync, died on write errors | vda | 2006-10-31 | 1 | -50/+69 |
* | ls: silly comment fixes | vda | 2006-10-28 | 1 | -9/+9 |
* | chmod: typo in comments | vda | 2006-10-28 | 1 | -8/+8 |
* | ls: cleanup part 2. ifdef forest is much less scary now :) | vda | 2006-10-28 | 2 | -198/+148 |
* | ls: cleanup part 1 | vda | 2006-10-28 | 2 | -271/+181 |
* | recursive_action: add depth param | vda | 2006-10-27 | 3 | -28/+84 |
* | chgrp: just call chown! :) | vda | 2006-10-27 | 2 | -39/+11 |
* | chown: add -vcf support if CONFIG_DESKTOP | vda | 2006-10-27 | 2 | -25/+64 |