aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-08-11hush: add a comment on how globbing (should) workDenys Vlasenko
2018-08-07ash: expand: Do not quote backslashes in unquoted parameter expansionDenys Vlasenko
2018-08-05hush: adopt ash's quote_in_varexp1.testsDenys Vlasenko
2018-08-05ash: exec: Return 126 on most errors in shellexecDenys Vlasenko
2018-08-05ash: eval: Restore input files in evalcommandDenys Vlasenko
2018-08-05ash: parser: Fix parsing of ${}Denys Vlasenko
2018-08-05ash,hush: fold shell_builtin_read() way-too-many params into a struct paramDenys Vlasenko
2018-08-05hush: set IFS to default on startupDenys Vlasenko
2018-08-05hush: fix fallout from FILE->HFILE conversionDenys Vlasenko
2018-08-05ash: expand: Fix ghost fields with unquoted $@/$*Denys Vlasenko
2018-08-05ash: var: Set IFS to fixed value at start timeDenys Vlasenko
2018-08-05ash: eval: Variable assignments on functions are no longer persistentDenys Vlasenko
2018-08-04ash,hush: properly handle ${v//pattern/repl} if pattern starts with /Denys Vlasenko
2018-08-04tar: fix a thinko in prev commit - we need to copy to _unused_ fdDenys Vlasenko
2018-08-04tar: handle the case when opened created tarball happens to have fd#0Denys Vlasenko
2018-08-04tar: make source code a bit more terse, no logic changesDenys Vlasenko
2018-08-03uptime: add -s supportDenys Vlasenko
2018-08-03Complie libbb/duration.c if ping[6] is selectedDenys Vlasenko
2018-08-03ping: implement -i SECDenys Vlasenko
2018-08-03timeout: fix arguments to match coreutilsDenys Vlasenko
2018-08-03extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko
2018-08-03ntpd: show real, unclamped delays on low-latency networksDenys Vlasenko
2018-08-01ls: When -h is passed, the total should also be in human unitsLauri Kasanen
2018-08-01nslookup: add support for search domains, closes 11161Denys Vlasenko
2018-08-01cp: placate gcc8Denys Vlasenko
2018-08-01Add chroot support to chpasswdJon Kolb