| Commit message (Expand) | Author | Age | Files | Lines |
* | mingw.h: drop parameters for lchown to chown mapping | Stefan Sauer | 2011-12-05 | 1 | -1/+1 |
* | libbb.h: avoid reddefining WINVER | Stefan Sauer | 2011-12-05 | 1 | -1/+3 |
* | Merge remote-tracking branch 'upstream/master' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 10 | -265/+106 |
|\ |
|
| * | explain every non-SUID_DROP applet. No code changes | Denys Vlasenko | 2011-01-03 | 1 | -1/+18 |
| * | su: document -l in --help text. Closes bug 2761 | Denys Vlasenko | 2010-12-31 | 1 | -9/+0 |
| * | blkid: optional support for TYPE="fstype" | Denys Vlasenko | 2010-12-30 | 1 | -0/+1 |
| * | cpio: allow cpio -i to take params - names of files to extract | Denys Vlasenko | 2010-12-26 | 1 | -29/+0 |
| * | mailutils/*: add verbose option to sendmail; remove -m and -j from makemime | Denys Vlasenko | 2010-12-20 | 1 | -30/+0 |
| * | ls: print a space after each column. Closes bug 2941 | Denys Vlasenko | 2010-12-19 | 1 | -61/+0 |
| * | nmeter: deprecate %NNNd specified, use -d MSEC instead | Denys Vlasenko | 2010-12-13 | 2 | -28/+2 |
| * | build system: fix "make install" to skip /usr when configured so | Joachim Nilsson | 2010-12-05 | 1 | -0/+5 |
| * | pstree: new applet. +1664 bytes | Lauri Kasanen | 2010-12-05 | 1 | -0/+1 |
| * | touch: fix help text to not show options disabled in .config | Denys Vlasenko | 2010-12-01 | 2 | -17/+0 |
| * | ping: add -t TTL option | Joachim Nilsson | 2010-11-28 | 2 | -57/+0 |
| * | patch: remove out-of-file build machinery | Denys Vlasenko | 2010-11-22 | 2 | -24/+0 |
| * | rename archival/libunarchive -> archival/libarchive; move bz/ into it | Denys Vlasenko | 2010-11-03 | 1 | -0/+0 |
| * | *: move lzo compressor code to archival/libunarchive/. No code changes | Denys Vlasenko | 2010-11-03 | 1 | -0/+71 |
| * | init: if PID!=1, show clearer error message. move usage text closer to main() | Denys Vlasenko | 2010-11-02 | 1 | -3/+0 |
| * | decompress_bunzip2: relieve register pressure in hot function read_bunzip | Denys Vlasenko | 2010-10-29 | 1 | -0/+2 |
| * | whitespace cleanup | Denys Vlasenko | 2010-10-29 | 4 | -5/+5 |
| * | decompress_bunzip2: handle concatenated .bz2 files | Denys Vlasenko | 2010-10-28 | 1 | -1/+1 |
* | | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 3 | -4/+4 |
|\| |
|
| * | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 3 | -4/+4 |
* | | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d^' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 3 | -66/+8 |
|\| |
|
| * | libbb: introduce and use common crc32 routine | Denys Vlasenko | 2010-10-27 | 1 | -4/+3 |
| * | Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox | Denys Vlasenko | 2010-10-27 | 1 | -21/+0 |
| |\ |
|
| | * | netstat: fix -r display in usage text | Bob Dunlop | 2010-10-27 | 1 | -21/+0 |
| * | | mv: implement -n option | Denys Vlasenko | 2010-10-26 | 1 | -12/+0 |
| |/ |
|
| * | fdisk: initial stab at GPT partition support | Kevin Cernekee | 2010-10-25 | 1 | -2/+5 |
| * | Remove check for supported libc. | Denys Vlasenko | 2010-10-24 | 1 | -9/+0 |
| * | remove unused SC_x (serial port names) defines | Denys Vlasenko | 2010-10-24 | 1 | -22/+3 |
| * | libbb: introduce and use strcpy_and_process_escape_sequences | Denys Vlasenko | 2010-10-23 | 1 | -0/+1 |
* | | Merge commit '6722737ece4b8db3e30b53aef8f981f53db1621e' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 1 | -0/+1 |
|\| |
|
| * | *: introduce and use xmkstemp. -65 bytes. | Alexander Shishkin | 2010-10-22 | 1 | -0/+1 |
* | | Merge commit '6722737ece4b8db3e30b53aef8f981f53db1621e^' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 2 | -119/+29 |
|\| |
|
| * | patch: implement -E option | Lukas Huba | 2010-10-21 | 1 | -5/+7 |
| * | revert last change (wrong author) | Denys Vlasenko | 2010-10-21 | 1 | -7/+5 |
| * | patch: implement -E option | Gilles Espinasse | 2010-10-21 | 1 | -5/+7 |
| * | ntpd: fix usage text and a typo in constant name | Leonid Lisovskiy | 2010-10-20 | 1 | -1/+3 |
| * | udhcpc: move usage text to .c file. no code changes | Denys Vlasenko | 2010-10-20 | 1 | -78/+0 |
| * | libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256 | Denys Vlasenko | 2010-10-19 | 1 | -30/+14 |
| * | hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes | Denys Vlasenko | 2010-10-18 | 1 | -23/+23 |
* | | Merge commit 'eb7fe6dbf5bc93a229379a8047539dd8b90e0974^' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 2 | -5/+13 |
|\| |
|
| * | *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits | Denys Vlasenko | 2010-10-18 | 2 | -4/+12 |
| * | *: use SWAP_BE64 instead of open-coding it | Denys Vlasenko | 2010-10-18 | 1 | -1/+1 |
* | | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 5 | -376/+122 |
|\| |
|
| * | touch: update help text | Pascal Bellard | 2010-10-18 | 1 | -1/+2 |
| * | bring md5 and sha1 names closer. no code changes | Denys Vlasenko | 2010-10-17 | 1 | -2/+2 |
| * | shaN: code shrink | Denys Vlasenko | 2010-10-17 | 1 | -2/+2 |
| * | md5: code shrink; and use 64-byte temp buf, not 128-byte. | Denys Vlasenko | 2010-10-16 | 2 | -1/+5 |