aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-02libarchive: add a function to unpack embedded dataRon Yorston
2018-11-01svlogd: fix pattern matching when using timestampsDenys Vlasenko
2018-11-01busybox: show embedded scripts in applet listDenys Vlasenko
2018-11-01lineedit: autocompletion for embedded scriptsRon Yorston
2018-11-01ash: fix thinko in last commitDenys Vlasenko
2018-11-01ash: in tryexec(), ensure we don't try to run embedded scripts as appletsRon Yorston
2018-11-01ash: recognize embedded scripts in SH_STANDALONE modeRon Yorston
2018-11-01claenups for previous commitDenys Vlasenko
2018-11-01ash: allow shell scripts to be embedded in the binaryDenys Vlasenko
2018-10-31vi: remove duplicated codeRon Yorston
2018-10-31libbb/u_signal_names.c: don't check errno after bb_strtouRasmus Villemoes
2018-10-31libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum()Rasmus Villemoes
2018-10-30printf: fix printf "%u\n" +18446744073709551614Denys Vlasenko
2018-10-30ntpd: default to FEATURE_NTP_AUTH=yDenys Vlasenko
2018-10-30dd: do not have 'ocount' variable if ibs/obs support is not enabledDenys Vlasenko
2018-10-30dd: add 'oflag=seek_bytes'Rostislav Skudnov
2018-10-30xargs: fix exit code if command exits nonzero, closes 11381Denys Vlasenko
2018-10-30free: add 'available' memory if provided by the kernelGuillermo Rodriguez
2018-10-30examples/udhcp/simple.script: add possibility to use modern "ip"Jiří Prchal
2018-10-30udhcpc: ensure at least one unicast renew attemptDenys Vlasenko
2018-10-27ntpd: add support for MD5/SHA1 message authenticationBrandon P. Enochs
2018-10-24nbd-client: support newstyle protocol, -b, -d, -p, -NDenys Vlasenko
2018-10-19printf: fix printing +-prefixed numbersBernhard Reutner-Fischer
2018-10-01brctl: use a single buffer for brname and ifnameBernhard Reutner-Fischer
2018-09-30unzip: use printable_string() for printing filenamesDenys Vlasenko
2018-09-30ifupdown: support "source-directory" stanzaBrandon Maier
2018-09-28move storage helpers to libbb.hDenys Vlasenko
2018-09-28udhcpc: give SIGUSR1-induced renew one chance of unicast renewDenys Vlasenko
2018-09-26.gitignore: add ctags output filesMartin Kaiser
2018-09-25mdev.txt: explain the meaning of a leading "-"Martin Kaiser
2018-09-25sed: fix double-free in FEATURE_CLEAN_UP codeDenys Vlasenko
2018-09-23date: do not allow "month #20" and such, closes 11356Denys Vlasenko
2018-09-22head: convert existing tests to new-styleThomas De Schampheleire
2018-09-22head: add test case for negative -n invocationThomas De Schampheleire
2018-09-22init: hopefully fix "rebooting" in containersDenys Vlasenko
2018-09-13ntpd: more verbose message for "root distance too high" caseDenys Vlasenko
2018-09-09remove_file: don't call rmdir if remove_file return failureChen Yu
2018-09-04whois: fix a possible out-of-bounds stack accessDenys Vlasenko
2018-09-03chcon: fix issues with recurse and retval for retained filessagivd
2018-09-03libbb: fix potential NULL pointer useDenys Vlasenko
2018-09-03libbb: fix use-after-free in copy_fileDenys Vlasenko
2018-09-02libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file()Denys Vlasenko
2018-09-02Revert "libbb: remove unnecessary variable in xmalloc_fgets"Denys Vlasenko
2018-08-30smemcap: keep outputting by ignoring transient processes, take twoDenys Vlasenko
2018-08-26smemcap: keep outputting by ignoring transient processesAndre Goddard Rosa
2018-08-26sysklogd: add timestamp option to ignore message timestampsPeter Korsgaard
2018-08-26fix !CONFIG_FLOAT_DURATION buildDenys Vlasenko
2018-08-25ping: use setitimer() instead of ualarm()Denys Vlasenko
2018-08-14ip: tweak --help textDenys Vlasenko
2018-08-14hush: tweak comment, no code changesDenys Vlasenko