| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | bb_applet_name -> applet_name | vda | 2006-10-03 | 2 | -1/+2 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 36 | -67/+65 |
* | rename bb_default_error_retval -> xfunc_error_retval | vda | 2006-10-03 | 6 | -8/+8 |
* | runit/chpst: "change process state" utility | vda | 2006-10-03 | 1 | -3/+3 |
* | sed: unbreak multiple -e, -f option handling (my fault) | vda | 2006-10-01 | 1 | -1/+1 |
* | g[un]zip: add support for -v (verbose). | vda | 2006-10-01 | 1 | -0/+2 |
* | wc: optionally support very large files in wc | vda | 2006-09-29 | 2 | -3/+15 |
* | wc: reduce source cruft, make it so that "wc -c" (one option, no filenames) | vda | 2006-09-29 | 1 | -44/+31 |
* | Yet another silly little byte saving. couldn't -> cannot | vda | 2006-09-29 | 1 | -1/+1 |
* | Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c | vda | 2006-09-28 | 1 | -11/+9 |
* | usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. | vda | 2006-09-27 | 1 | -5/+5 |
* | silly switch style fix | vda | 2006-09-27 | 2 | -2/+2 |
* | Another attempt at untangling the logic so the compiler can follow it and not | landley | 2006-09-23 | 1 | -24/+23 |
* | remove unneeded #includes, fix indentation | vda | 2006-09-23 | 1 | -23/+15 |
* | Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1, | landley | 2006-09-22 | 1 | -1/+1 |
* | - pull r15578 from busybox_scratch branch: | aldot | 2006-09-21 | 1 | -25/+21 |
* | - silence gcc warning about a funcptr possibly being used uninitialized. | aldot | 2006-09-21 | 1 | -2/+2 |
* | - fix embarrassing typo of mine. Closes bug #1038 | aldot | 2006-09-20 | 1 | -2/+2 |