| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanups from Denis Vlasenko. | Rob Landley | 2006-02-13 | 1 | -14/+23 |
* | Bug fix from Kim B. Heino, manifested via: | Rob Landley | 2006-02-13 | 1 | -0/+1 |
* | Save a few bytes in error message. | Rob Landley | 2006-02-05 | 1 | -1/+1 |
* | destroy bug 679, use getopt_ulflags with new feature: usage option. Removed t... | "Vladimir N. Oleynik" | 2006-02-02 | 1 | -0/+10 |
* | make the build system puuuuuuuuuuurty | Mike Frysinger | 2006-02-02 | 1 | -11/+9 |
* | - bzero -> memset | Bernhard Reutner-Fischer | 2006-01-31 | 1 | -14/+2 |
* | more obscure | "Vladimir N. Oleynik" | 2006-01-31 | 1 | -1/+4 |
* | avoid signed<->unsigned warning | "Vladimir N. Oleynik" | 2006-01-31 | 1 | -1/+1 |
* | - fix typo i introduced yesterday. | Bernhard Reutner-Fischer | 2006-01-31 | 1 | -1/+1 |
* | with 2.4 kernel headers, lo_file_name is char, but with 2.6 | Eric Andersen | 2006-01-30 | 1 | -3/+3 |
* | - add some ATTRIBUTE_UNUSED. | Bernhard Reutner-Fischer | 2006-01-30 | 2 | -28/+6 |
* | - make linking against libcrypt optional by looking if pw_encrypt() or | Bernhard Reutner-Fischer | 2006-01-30 | 1 | -2/+8 |
* | just whitespace | Tim Riker | 2006-01-25 | 15 | -24/+24 |
* | Close bug 644: loop incrementing twice, skipping ever other device. | Rob Landley | 2006-01-22 | 1 | -1/+1 |
* | - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig. | Bernhard Reutner-Fischer | 2006-01-17 | 1 | -13/+5 |
* | - shared libbusybox. | Bernhard Reutner-Fischer | 2006-01-15 | 2 | -35/+65 |
* | - correct definitions. | Bernhard Reutner-Fischer | 2006-01-13 | 1 | -2/+2 |
* | - shrink simple obscure stuff a tiny bit: | Bernhard Reutner-Fischer | 2006-01-12 | 1 | -17/+22 |
* | removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito | "Vladimir N. Oleynik" | 2006-01-09 | 1 | -0/+2 |
* | Minor cosmetic fix from Tito. | Rob Landley | 2006-01-09 | 1 | -1/+1 |
* | patch from tito: consolidate delay functions as bb_do_delay() | Rob Landley | 2006-01-06 | 2 | -1/+32 |
* | Trying to losetup a device as a regular user shouldn't result in an endless | Rob Landley | 2005-12-21 | 1 | -2/+3 |
* | Flush input when prompting for a password (bug 373). | Rob Landley | 2005-12-12 | 1 | -0/+1 |
* | reduce signedness warning | "Vladimir N. Oleynik" | 2005-12-02 | 1 | -2/+2 |
* | Fix losetup so that it A) actually works again, B) has much better error | Rob Landley | 2005-11-29 | 1 | -14/+30 |
* | change the interface of libbb/compare_string_array (unsigned short to int), u... | "Vladimir N. Oleynik" | 2005-11-26 | 1 | -4/+4 |
* | more use const for interface of libbb/compare_string_array, example usage for... | "Vladimir N. Oleynik" | 2005-11-26 | 1 | -1/+2 |
* | more use libbb/bb_msg_read_error | "Vladimir N. Oleynik" | 2005-11-25 | 1 | -1/+1 |
* | Move interface.c to networking directory since it's only used by ifconfig. | Rob Landley | 2005-11-22 | 2 | -2094/+0 |
* | My last change to this file broke tar x. Sigh. (Trying to make sure we work | Rob Landley | 2005-11-12 | 1 | -4/+5 |
* | Fix bug 424: doing full_read breaks things like cat which should return a | Rob Landley | 2005-11-04 | 1 | -1/+1 |
* | When cp ran out of space it didn't return a nonzero error code. Fixes bug 493. | Rob Landley | 2005-11-04 | 1 | -57/+27 |
* | Fix cp /dev/null filename, and a few in-passing cleanups. | Rob Landley | 2005-11-01 | 1 | -59/+44 |
* | Somebody suggested this, but I've forgotten who. | Rob Landley | 2005-10-27 | 1 | -1/+2 |
* | Shaun Jackman noted that limits.h defines path_max and isn't included from | Rob Landley | 2005-10-25 | 1 | -0/+1 |
* | more const | "Vladimir N. Oleynik" | 2005-10-20 | 1 | -19/+19 |
* | - don't update copyright years. He might release it, but apparently will have | Bernhard Reutner-Fischer | 2005-10-15 | 1 | -1/+1 |
* | - an empty middle term in ?: violates ISO C | Bernhard Reutner-Fischer | 2005-10-15 | 1 | -31/+22 |
* | common BUFSIZ BSS buffer, small reduce code, data and bss | "Vladimir N. Oleynik" | 2005-10-15 | 2 | -1/+5 |
* | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" | 2005-10-14 | 1 | -64/+117 |
* | usage bb_dev_null | "Vladimir N. Oleynik" | 2005-10-12 | 1 | -2/+2 |
* | bb_dev_null | "Vladimir N. Oleynik" | 2005-10-12 | 3 | -6/+6 |
* | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | "Vladimir N. Oleynik" | 2005-10-11 | 1 | -36/+72 |
* | The check for EROFS was wrong. For example, if you try to mount a filesystem | Rob Landley | 2005-10-11 | 1 | -4/+3 |
* | bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3. | "Vladimir N. Oleynik" | 2005-10-10 | 1 | -2/+0 |
* | - size reduction of pidof | Bernhard Reutner-Fischer | 2005-10-07 | 1 | -1/+1 |
* | - add llist_free_one() and llist_free() to libbb | Bernhard Reutner-Fischer | 2005-10-06 | 1 | -1/+1 |
* | - add llist_free_one() and llist_free() to libbb; Add a bit of documentation. | Bernhard Reutner-Fischer | 2005-10-06 | 2 | -31/+60 |
* | another more correction for getopt_ulflags() documentation (examples) | "Vladimir N. Oleynik" | 2005-10-05 | 1 | -5/+8 |
* | more correction for getopt_ulflags() documentation by author of this fuck logic | "Vladimir N. Oleynik" | 2005-10-05 | 1 | -5/+6 |