Age | Commit message (Expand) | Author |
2018-01-25 | dd: add 'fullblock' iflag | Nicholas Clark |
2018-01-25 | ash testsuite: add two hush tests from last commit | Denys Vlasenko |
2018-01-25 | hush: fix two corner cases in ${v/pattern/repl}. Closes 10686 | Denys Vlasenko |
2018-01-25 | hush: fix handling of $_ (so far it's an ordinary variable, no special meaning) | Denys Vlasenko |
2018-01-25 | chrt: code shrink | Denys Vlasenko |
2018-01-24 | ash: add support for command_not_found_handle hook function (bashism) | William Pitcock |
2018-01-24 | less: fix help text conditional for -R | Denys Vlasenko |
2018-01-23 | udhcpc6: additional fix for ppp interface type | Denys Vlasenko |
2018-01-23 | chrt: use correct min/max priorities | Denys Vlasenko |
2018-01-23 | chrt: add support for SCHED_IDLE | Povilas Kanapickas |
2018-01-23 | chrt: add support for SCHED_BATCH | Povilas Kanapickas |
2018-01-23 | od_bloaty: fix debug code | Denys Vlasenko |
2018-01-22 | less: optional support of -R | Denys Vlasenko |
2018-01-19 | volume_id: add LittleFS detection | Sven-Göran Bergh |
2018-01-19 | udhcpc6: fix for ppp interface type | Denys Vlasenko |
2018-01-19 | hush: fix a case where EXIT trap may modify its code mid-flight | Denys Vlasenko |
2018-01-19 | hush: fix build if !BASH_LINENO_VAR | Denys Vlasenko |
2018-01-19 | hush: implement $LINENO bashism | Denys Vlasenko |
2018-01-17 | udhcpc[6]: remove overzealous timeout clamping code | Denys Vlasenko |
2018-01-16 | udhcpc6: --help fixes | Denys Vlasenko |
2018-01-16 | udhcpc6: show only short opts in --help text | Denys Vlasenko |
2018-01-16 | udhcpc6: fix lease time staying very small because -d was not specified | Denys Vlasenko |
2018-01-16 | udhcpc6: code shrink | Denys Vlasenko |
2018-01-16 | udhcpc6: add support of prefix delegation | Denys Vlasenko |
2018-01-16 | udhcpc6: preparatory patch, no code changes | Denys Vlasenko |
2018-01-16 | udhcpc6: fix ipv6prefix[_lease] envvar value in script invocation | Denys Vlasenko |
2018-01-15 | ash: a bit of NOFORK code should only be active if FEATURE_SH_STANDALONE=y | Denys Vlasenko |
2018-01-14 | popmaildir: tweak help text | Denys Vlasenko |
2018-01-14 | renice: add comment about getpwnam/NOFORK interaction | Denys Vlasenko |
2018-01-14 | renice: use BUILD_BUG_ON() | Denys Vlasenko |
2018-01-14 | NOFORK_NOEXEC.sh: a script to find "interesting" applets | Denys Vlasenko |
2018-01-14 | mv: make it NOEXEC | Denys Vlasenko |
2018-01-14 | cal: make it NOEXEC | Denys Vlasenko |
2018-01-14 | nandwrite: cope with old headers which have no MTD_FILE_MODE_RAW | Denys Vlasenko |
2018-01-14 | size_single_applets.sh: fix a bug which mishandles e.g. "udhcpc6" name | Denys Vlasenko |
2018-01-14 | config: add size estimations for a few applets | Denys Vlasenko |
2018-01-13 | tc: fix single-applet build | Denys Vlasenko |
2018-01-13 | shell: echo ${?:0} was fixed sometime ago, enable it in tests | Denys Vlasenko |
2018-01-13 | hush: fix raw ^C handlisg in single-quoted strings | Denys Vlasenko |
2018-01-12 | hush: add command2.tests from ash tests | Denys Vlasenko |
2018-01-12 | hush: tweak command -vV printing code, no logic changes | Denys Vlasenko |
2018-01-12 | hush: implement "command -v -V" | Denys Vlasenko |
2018-01-12 | which: fix TODO with NOFORK+malloc_failure misbehaving | Denys Vlasenko |
2018-01-11 | hush: implement "command" builtin (no options are supported yet) | Denys Vlasenko |
2018-01-11 | hush: fix handling of ^C in eval | Denys Vlasenko |
2018-01-11 | hush: fix handling of raw ^C in scripts: "echo ^C" | Denys Vlasenko |
2018-01-11 | hush: remove dead code | Denys Vlasenko |
2018-01-10 | ash: ALWAYS_INLINE grabstackblock() | Denys Vlasenko |
2018-01-10 | init: stop using static data | Denys Vlasenko |
2018-01-10 | ash: make ${v:N:M} more robust for very large M by clamping to MIN/MAX_INT | Denys Vlasenko |