| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2017-02-08 | 14 | -212/+259 |
|\ |
|
| * | Replace int -> uint to avoid signed integer overflow | Rostislav Skudnov | 2017-02-04 | 3 | -4/+4 |
| * | ps: avoid -o stat to contain spaces. Closes 9631 | Denys Vlasenko | 2017-02-02 | 1 | -10/+14 |
| * | libbb: match_fstype() is unreadable in the extreme, fixing it | Denys Vlasenko | 2017-01-30 | 1 | -12/+8 |
| * | libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode | Denys Vlasenko | 2017-01-26 | 1 | -17/+19 |
| * | libbb: shrink sump.c | Denys Vlasenko | 2017-01-25 | 1 | -79/+80 |
| * | xxd: new applet | Denys Vlasenko | 2017-01-25 | 1 | -7/+5 |
| * | tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work | Denys Vlasenko | 2017-01-24 | 3 | -7/+14 |
| * | libbb: eliminate redundant variable in sha_crypt | Denys Vlasenko | 2017-01-15 | 1 | -8/+7 |
| * | sha512: use larger constant table only if sha512 is in fact selected | Denys Vlasenko | 2017-01-15 | 1 | -46/+66 |
| * | libbb: consolidate the code to set termios unbuffered mode | Denys Vlasenko | 2017-01-11 | 2 | -1/+38 |
| * | busybox: stop depending on FEATURE_AUTOWIDTH for applet list | Denys Vlasenko | 2017-01-11 | 1 | -5/+1 |
| * | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 1 | -16/+1 |
* | | libbb: let bb_make_directory accept backslashes in path | Ron Yorston | 2017-02-07 | 1 | -0/+8 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-01-08 | 1 | -0/+26 |
|\| |
|
| * | Automatically disable FEATURE_COMPRESS_USAGE for small builds. | Denys Vlasenko | 2017-01-06 | 1 | -0/+26 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-01-04 | 6 | -21/+72 |
|\| |
|
| * | appletlib: avoid warning on unused function ingroup | Cristian Ionescu-Idbohrn | 2017-01-03 | 1 | -0/+2 |
| * | Make FEATURE_USERNAME_COMPLETION=y by default | Denys Vlasenko | 2016-12-23 | 1 | -1/+1 |
| * | fix breakage found by mass one-applet builds | Denys Vlasenko | 2016-12-23 | 3 | -16/+19 |
| * | df: implement -B n<suff> and -B <suff> formats of -B option | Denys Vlasenko | 2016-12-12 | 1 | -0/+19 |
| * | randomconfig fixes | Denys Vlasenko | 2016-12-10 | 1 | -1/+1 |
| * | selinux: drop deprecated headers | Mike Frysinger | 2016-12-09 | 1 | -1/+12 |
| * | randomconfig fixes | Denys Vlasenko | 2016-12-08 | 1 | -0/+5 |
| * | fix musl problem with dirname, now for all users of bb_make_directory() | Denys Vlasenko | 2016-12-04 | 1 | -2/+13 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-11-29 | 4 | -53/+259 |
|\| |
|
| * | Do not print useless empty line after list of applets | Denys Vlasenko | 2016-11-28 | 1 | -1/+1 |
| * | lineedit: simplify code a bit | Denys Vlasenko | 2016-11-28 | 1 | -16/+14 |
| * | lineedit: fix two bugs in SIGWINCH signal handling | Denys Vlasenko | 2016-11-27 | 1 | -29/+41 |
| * | ash,hush: make ^C in interactive mode visually much closer to bash behavior | Denys Vlasenko | 2016-11-25 | 1 | -1/+1 |
| * | Move FEATURE_BUFFERS_USE_foo options to library tuning | Denys Vlasenko | 2016-11-24 | 1 | -0/+24 |
| * | Move locale, unicode, and "use sendfile?" options to library tuning | Denys Vlasenko | 2016-11-24 | 1 | -0/+138 |
| * | lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace | Rostislav Skudnov | 2016-11-24 | 2 | -42/+30 |
| * | Fix allnoconfig warnings | Denys Vlasenko | 2016-11-18 | 1 | -8/+16 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-11-10 | 3 | -18/+22 |
|\| |
|
| * | comment and readme updates | Denys Vlasenko | 2016-11-04 | 1 | -0/+9 |
| * | su: expand help; simplify passing of -c CMD to run_shell() | Denys Vlasenko | 2016-11-03 | 2 | -18/+13 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-11-02 | 1 | -9/+38 |
|\| |
|
| * | man: make width selection more thorough; explain how to override it | Denys Vlasenko | 2016-10-31 | 1 | -9/+38 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-10-26 | 1 | -1/+1 |
|\| |
|
| * | lineedit: fix completion with applet names. closes 9361 | Denys Vlasenko | 2016-10-24 | 1 | -1/+1 |
* | | Merge branch busybox (up to "ash: comment out free(p) just before...") | Ron Yorston | 2016-10-19 | 11 | -73/+238 |
|\| |
|
| * | hush: add commented-out debug printouts in "memleak" built-in | Denys Vlasenko | 2016-10-03 | 1 | -0/+8 |
| * | libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE | Denys Vlasenko | 2016-09-26 | 1 | -2/+5 |
| * | libbb/speed_table.c: expand comments | Denys Vlasenko | 2016-09-26 | 1 | -1/+16 |
| * | typo fix in comment | Denys Vlasenko | 2016-09-26 | 1 | -1/+1 |
| * | libbb: handle \S in /etc/issue | Denys Vlasenko | 2016-09-24 | 1 | -0/+40 |
| * | libbb:/send_to_from: do not require that "to" should have the same AF. Closes... | Denys Vlasenko | 2016-09-15 | 1 | -2/+8 |
| * | libbb/xwrite: print errno on "short write" errors | Denys Vlasenko | 2016-09-05 | 1 | -2/+10 |
| * | libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bits | Denys Vlasenko | 2016-09-01 | 1 | -11/+55 |