aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only disable tracing embedded scripts if they can't be listedembedRon Yorston2018-10-221-0/+2
* Allow shell scripts to be embedded in the binaryRon Yorston2018-10-226-1/+218
* Merge branch 'busybox' into mergeRon Yorston2018-10-0823-128/+185
|\
| * unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-307-27/+50
| * ifupdown: support "source-directory" stanzaBrandon Maier2018-09-301-0/+16
| * move storage helpers to libbb.hDenys Vlasenko2018-09-285-63/+17
| * udhcpc: give SIGUSR1-induced renew one chance of unicast renewDenys Vlasenko2018-09-282-10/+6
| * .gitignore: add ctags output filesMartin Kaiser2018-09-261-0/+6
| * mdev.txt: explain the meaning of a leading "-"Martin Kaiser2018-09-251-3/+3
| * sed: fix double-free in FEATURE_CLEAN_UP codeDenys Vlasenko2018-09-251-12/+17
| * date: do not allow "month #20" and such, closes 11356Denys Vlasenko2018-09-231-0/+14
| * head: convert existing tests to new-styleThomas De Schampheleire2018-09-223-8/+10
| * head: add test case for negative -n invocationThomas De Schampheleire2018-09-221-0/+31
| * init: hopefully fix "rebooting" in containersDenys Vlasenko2018-09-221-2/+7
| * ntpd: more verbose message for "root distance too high" caseDenys Vlasenko2018-09-131-3/+8
* | Update default configurationRon Yorston2018-09-102-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2018-09-1060-496/+978
|\|
| * remove_file: don't call rmdir if remove_file return failureChen Yu2018-09-091-1/+1
| * whois: fix a possible out-of-bounds stack accessDenys Vlasenko2018-09-041-4/+10
| * chcon: fix issues with recurse and retval for retained filessagivd2018-09-031-3/+5
| * libbb: fix potential NULL pointer useDenys Vlasenko2018-09-031-0/+2
| * libbb: fix use-after-free in copy_fileDenys Vlasenko2018-09-031-1/+2
| * libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file()Denys Vlasenko2018-09-021-1/+1
| * Revert "libbb: remove unnecessary variable in xmalloc_fgets"Denys Vlasenko2018-09-021-1/+3
| * smemcap: keep outputting by ignoring transient processes, take twoDenys Vlasenko2018-08-301-1/+1
| * smemcap: keep outputting by ignoring transient processesAndre Goddard Rosa2018-08-261-0/+4
| * sysklogd: add timestamp option to ignore message timestampsPeter Korsgaard2018-08-261-8/+17
| * fix !CONFIG_FLOAT_DURATION buildDenys Vlasenko2018-08-261-1/+1
| * ping: use setitimer() instead of ualarm()Denys Vlasenko2018-08-251-2/+8
| * ip: tweak --help textDenys Vlasenko2018-08-141-4/+2
| * hush: tweak comment, no code changesDenys Vlasenko2018-08-141-4/+4
| * hush: add a comment on how globbing (should) workDenys Vlasenko2018-08-111-0/+35
| * ash: expand: Do not quote backslashes in unquoted parameter expansionDenys Vlasenko2018-08-075-6/+32
| * hush: adopt ash's quote_in_varexp1.testsDenys Vlasenko2018-08-052-0/+4
| * ash: exec: Return 126 on most errors in shellexecDenys Vlasenko2018-08-051-4/+4
| * ash: eval: Restore input files in evalcommandDenys Vlasenko2018-08-051-2/+12
| * ash: parser: Fix parsing of ${}Denys Vlasenko2018-08-051-2/+3
| * ash,hush: fold shell_builtin_read() way-too-many params into a struct paramDenys Vlasenko2018-08-054-84/+64
| * hush: set IFS to default on startupDenys Vlasenko2018-08-051-11/+10
| * hush: fix fallout from FILE->HFILE conversionDenys Vlasenko2018-08-051-2/+8
| * ash: expand: Fix ghost fields with unquoted $@/$*Denys Vlasenko2018-08-055-12/+36
| * ash: var: Set IFS to fixed value at start timeDenys Vlasenko2018-08-051-0/+1
| * ash: eval: Variable assignments on functions are no longer persistentDenys Vlasenko2018-08-056-10/+5
| * ash,hush: properly handle ${v//pattern/repl} if pattern starts with /Denys Vlasenko2018-08-046-1/+28
| * tar: fix a thinko in prev commit - we need to copy to _unused_ fdDenys Vlasenko2018-08-041-2/+1
| * tar: handle the case when opened created tarball happens to have fd#0Denys Vlasenko2018-08-041-6/+18
| * tar: make source code a bit more terse, no logic changesDenys Vlasenko2018-08-041-32/+25
| * uptime: add -s supportDenys Vlasenko2018-08-031-6/+24
| * Complie libbb/duration.c if ping[6] is selectedDenys Vlasenko2018-08-031-0/+2
| * ping: implement -i SECDenys Vlasenko2018-08-031-5/+15