| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'origin/master' | Nguyễn Thái Ngọc Duy | 2010-09-14 | 3 | -4/+3 |
|\ |
|
| * | tweak udhcpd help text | Denys Vlasenko | 2010-09-06 | 1 | -1/+1 |
| * | shell: remove lash and bbsh | Denys Vlasenko | 2010-09-06 | 1 | -1/+0 |
| * | libbb: xfunc_error_retval can be a byte | Denys Vlasenko | 2010-09-01 | 1 | -2/+2 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -10/+25 |
|\| |
|
| * | better shared strings trick | Denys Vlasenko | 2010-09-01 | 1 | -10/+25 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 9 | -19/+38 |
|\| |
|
| * | libbb: add xfstat function | Denys Vlasenko | 2010-08-31 | 1 | -0/+1 |
| * | pmap: new applet. +1k. | Alexander Shishkin | 2010-08-28 | 1 | -7/+24 |
| * | patch: support "patch [FILE [PATCH]]" format | Denys Vlasenko | 2010-08-22 | 1 | -0/+1 |
| * | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 9 | -12/+12 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -14/+20 |
|\| |
|
| * | platform.h: regularize endian detection | Denys Vlasenko | 2010-08-16 | 1 | -15/+20 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 2 | -1/+3 |
|\| |
|
| * | *: fix "see file License ..." - the file is named LICENSE (in uppercase) | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
| * | libbb: factor out common code from mpstat/iostat | Denys Vlasenko | 2010-08-16 | 1 | -0/+2 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 2 | -11/+30 |
|\| |
|
| * | *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i | Denys Vlasenko | 2010-08-12 | 1 | -3/+8 |
| * | ntpd: mention -N in help text | Denys Vlasenko | 2010-08-11 | 1 | -3/+1 |
| * | wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) | Bradley M. Kuhn | 2010-08-08 | 1 | -3/+8 |
| * | udhcpc: add -v to help text | Denys Vlasenko | 2010-08-07 | 1 | -2/+13 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 2 | -9/+15 |
|\| |
|
| * | OpenBSD compatibility | Waldemar Brodkorb | 2010-08-06 | 2 | -9/+15 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 3 | -39/+21 |
|\| |
|
| * | dc: make it use long longs for integer ops | Denys Vlasenko | 2010-07-29 | 1 | -22/+0 |
| * | libbb.h: add device names for Hurd and FreeBSD | Jeremie Koenig | 2010-07-19 | 1 | -5/+21 |
| * | cttyhack: move build system bits into cttyhack.c, no code changes | Denys Vlasenko | 2010-07-16 | 2 | -12/+0 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 2 | -10/+0 |
|\| |
|
| * | ash: move config stuff into ash.c, no code chages | Denys Vlasenko | 2010-07-16 | 2 | -10/+0 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 6 | -214/+135 |
|\| |
|
| * | hush: make set -x support optional | Denys Vlasenko | 2010-07-16 | 2 | -11/+0 |
| * | hush: fix faloout from previous commit | Denys Vlasenko | 2010-07-15 | 1 | -5/+8 |
| * | *: introduce and use xfork() and xvfork() | Pascal Bellard | 2010-07-04 | 1 | -4/+17 |
| * | libbb: introduce and use BB_EXECVP_or_die() | Pascal Bellard | 2010-07-04 | 1 | -0/+1 |
| * | losetup: use LOOP_foo defines | Lauri Kasanen | 2010-07-04 | 1 | -6/+6 |
| * | chrt: code shrink | Denys Vlasenko | 2010-07-01 | 1 | -37/+37 |
| * | consolidate xz format comment. no code changes | Denys Vlasenko | 2010-07-01 | 1 | -0/+2 |
| * | xz compression detection: avoid the need to seek | Denys Vlasenko | 2010-07-01 | 1 | -9/+14 |
| * | conspy: code shrink | Pascal Bellard | 2010-06-28 | 1 | -10/+0 |
| * | nc: introduce CONFIG_NC_110_COMPAT option. | Denys Vlasenko | 2010-06-27 | 1 | -78/+0 |
| * | *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup | Ladislav Michl | 2010-06-27 | 1 | -4/+3 |
| * | *: tar-related cleanups: move struct to unarchive.h; move help to tar.c | Denys Vlasenko | 2010-06-26 | 2 | -48/+33 |
| * | tar: optional support for --to-command | Ladislav Michl | 2010-06-25 | 1 | -0/+4 |
| * | *: introduce and use bb_unsetenv_and_free | Denys Vlasenko | 2010-06-24 | 1 | -0/+1 |
| * | bootchartd: added optional compat features | Denys Vlasenko | 2010-06-21 | 1 | -0/+1 |
| * | Added code for nonstandard function strsep() | Dan Fandrich | 2010-06-19 | 1 | -0/+6 |
| * | A few minor portability improvements | Dan Fandrich | 2010-06-19 | 1 | -2/+2 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 3 | -256/+3 |
|\| |
|
| * | findutils/*: move usage and applet bits to *.c files | Denys Vlasenko | 2010-06-15 | 2 | -144/+0 |
| * | bbconfig: make it independent from printf functions | Denys Vlasenko | 2010-06-07 | 1 | -0/+2 |