| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | chmod: support -vcf if CONFIG_DESKTOP | vda | 2006-10-27 | 1 | -53/+44 |
* | reshuffle libbb.h contents so that order of decls makes sense | vda | 2006-10-27 | 3 | -7/+7 |
* | get_terminal_width_height: do not pass insanely large values | vda | 2006-10-27 | 1 | -1/+0 |
* | last nail into error_msg() (de)capitalization | vda | 2006-10-27 | 2 | -12/+12 |
* | ...and yet another small fix. Ouch... | vda | 2006-10-26 | 1 | -2/+2 |
* | rename functions to more understandable names | vda | 2006-10-26 | 11 | -19/+18 |
* | remove bb_printf and the like | vda | 2006-10-26 | 30 | -99/+103 |
* | silly size savings and capitalization fixes | vda | 2006-10-26 | 2 | -2/+2 |
* | watch: fix warning | vda | 2006-10-23 | 1 | -1/+3 |
* | cp: add support for -s, -l. Fix free(nonmalloc) bug. | vda | 2006-10-21 | 4 | -74/+58 |
* | watch: execute command thru shell, not fork/exec. Other fixes | vda | 2006-10-20 | 1 | -29/+50 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 6 | -8/+8 |
* | add open_read_close() and similar stuff | vda | 2006-10-14 | 1 | -3/+3 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | vda | 2006-10-12 | 5 | -7/+7 |
* | cut, mount: small improvements | vda | 2006-10-12 | 2 | -20/+15 |
* | od: provide full-blown od from coreutils if CONFIG_DESKTOP | vda | 2006-10-10 | 2 | -4/+1600 |
* | start_stop_daemon: add -N <nice> compat | vda | 2006-10-08 | 1 | -31/+13 |
* | correct largefile support, add comments about it. | vda | 2006-10-08 | 3 | -14/+15 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 17 | -108/+83 |
* | dd: make it recognize not only 'k' but 'K' too; | vda | 2006-10-07 | 1 | -14/+17 |
* | httpd: add -u user[:grp] support | vda | 2006-10-05 | 1 | -13/+13 |
* | build system overhaul | vda | 2006-10-05 | 9 | -355/+245 |