Age | Commit message (Expand) | Author |
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 |
2018-08-04 | tar: handle the case when opened created tarball happens to have fd#0 | Denys Vlasenko |
2018-08-04 | tar: make source code a bit more terse, no logic changes | Denys Vlasenko |
2018-08-03 | uptime: add -s support | Denys Vlasenko |
2018-08-03 | Complie libbb/duration.c if ping[6] is selected | Denys Vlasenko |
2018-08-03 | ping: implement -i SEC | Denys Vlasenko |
2018-08-03 | timeout: fix arguments to match coreutils | Denys Vlasenko |
2018-08-03 | extend fractional duration support to "top -d N.N" and "timeout" | Denys Vlasenko |
2018-08-03 | ntpd: show real, unclamped delays on low-latency networks | Denys Vlasenko |
2018-08-01 | ls: When -h is passed, the total should also be in human units | Lauri Kasanen |
2018-08-01 | nslookup: add support for search domains, closes 11161 | Denys Vlasenko |
2018-08-01 | cp: placate gcc8 | Denys Vlasenko |
2018-08-01 | Add chroot support to chpasswd | Jon Kolb |
2018-08-01 | udhcpc: add a cooment about sanitizing DHCP_DOMAIN_NAME, no code changes | Denys Vlasenko |
2018-08-01 | udhcpc: do in fact not allow hostname components which start with dash | Denys Vlasenko |