Age | Commit message (Expand) | Author |
2018-10-30 | dd: do not have 'ocount' variable if ibs/obs support is not enabled | Denys Vlasenko |
2018-10-30 | dd: add 'oflag=seek_bytes' | Rostislav Skudnov |
2018-10-30 | xargs: fix exit code if command exits nonzero, closes 11381 | Denys Vlasenko |
2018-10-30 | free: add 'available' memory if provided by the kernel | Guillermo Rodriguez |
2018-10-30 | examples/udhcp/simple.script: add possibility to use modern "ip" | Jiří Prchal |
2018-10-30 | udhcpc: ensure at least one unicast renew attempt | Denys Vlasenko |
2018-10-27 | ntpd: add support for MD5/SHA1 message authentication | Brandon P. Enochs |
2018-10-24 | nbd-client: support newstyle protocol, -b, -d, -p, -N | Denys Vlasenko |
2018-10-19 | printf: fix printing +-prefixed numbers | Bernhard Reutner-Fischer |
2018-10-01 | brctl: use a single buffer for brname and ifname | Bernhard Reutner-Fischer |
2018-09-30 | unzip: use printable_string() for printing filenames | Denys Vlasenko |
2018-09-30 | ifupdown: support "source-directory" stanza | Brandon Maier |
2018-09-28 | move storage helpers to libbb.h | Denys Vlasenko |
2018-09-28 | udhcpc: give SIGUSR1-induced renew one chance of unicast renew | Denys Vlasenko |
2018-09-26 | .gitignore: add ctags output files | Martin Kaiser |
2018-09-25 | mdev.txt: explain the meaning of a leading "-" | Martin Kaiser |
2018-09-25 | sed: fix double-free in FEATURE_CLEAN_UP code | Denys Vlasenko |
2018-09-23 | date: do not allow "month #20" and such, closes 11356 | Denys Vlasenko |
2018-09-22 | head: convert existing tests to new-style | Thomas De Schampheleire |
2018-09-22 | head: add test case for negative -n invocation | Thomas De Schampheleire |
2018-09-22 | init: hopefully fix "rebooting" in containers | Denys Vlasenko |
2018-09-13 | ntpd: more verbose message for "root distance too high" case | Denys Vlasenko |
2018-09-09 | remove_file: don't call rmdir if remove_file return failure | Chen Yu |
2018-09-04 | whois: fix a possible out-of-bounds stack access | Denys Vlasenko |
2018-09-03 | chcon: fix issues with recurse and retval for retained files | sagivd |
2018-09-03 | libbb: fix potential NULL pointer use | Denys Vlasenko |
2018-09-03 | libbb: fix use-after-free in copy_file | Denys Vlasenko |
2018-09-02 | libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file() | Denys Vlasenko |
2018-09-02 | Revert "libbb: remove unnecessary variable in xmalloc_fgets" | Denys Vlasenko |
2018-08-30 | smemcap: keep outputting by ignoring transient processes, take two | Denys Vlasenko |
2018-08-26 | smemcap: keep outputting by ignoring transient processes | Andre Goddard Rosa |
2018-08-26 | sysklogd: add timestamp option to ignore message timestamps | Peter Korsgaard |
2018-08-26 | fix !CONFIG_FLOAT_DURATION build | Denys Vlasenko |
2018-08-25 | ping: use setitimer() instead of ualarm() | Denys Vlasenko |
2018-08-14 | ip: tweak --help text | Denys Vlasenko |
2018-08-14 | hush: tweak comment, no code changes | Denys Vlasenko |
2018-08-11 | hush: add a comment on how globbing (should) work | Denys Vlasenko |
2018-08-07 | ash: expand: Do not quote backslashes in unquoted parameter expansion | Denys Vlasenko |
2018-08-05 | hush: adopt ash's quote_in_varexp1.tests | Denys Vlasenko |
2018-08-05 | ash: exec: Return 126 on most errors in shellexec | Denys Vlasenko |
2018-08-05 | ash: eval: Restore input files in evalcommand | Denys Vlasenko |
2018-08-05 | ash: parser: Fix parsing of ${} | Denys Vlasenko |
2018-08-05 | ash,hush: fold shell_builtin_read() way-too-many params into a struct param | Denys Vlasenko |
2018-08-05 | hush: set IFS to default on startup | Denys Vlasenko |
2018-08-05 | hush: fix fallout from FILE->HFILE conversion | Denys Vlasenko |
2018-08-05 | ash: expand: Fix ghost fields with unquoted $@/$* | Denys Vlasenko |
2018-08-05 | ash: var: Set IFS to fixed value at start time | Denys Vlasenko |
2018-08-05 | ash: eval: Variable assignments on functions are no longer persistent | Denys Vlasenko |
2018-08-04 | ash,hush: properly handle ${v//pattern/repl} if pattern starts with / | Denys Vlasenko |
2018-08-04 | tar: fix a thinko in prev commit - we need to copy to _unused_ fd | Denys Vlasenko |