aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-30gzip: code shrinkDenys Vlasenko
2018-01-30gzip: code shrink (consolidate zeroing on reinit)Denys Vlasenko
2018-01-30hush: protect against self-modifying trap codeDenys Vlasenko
2018-01-28ash: make it possible to disable "const global ptr" optimizationDenys Vlasenko
2018-01-28shell: handle $((NUM++...) like bash does. Closes 10706Denys Vlasenko
2018-01-27ash: add LINENO supportDenys Vlasenko
2018-01-27hush: add HUSH_BASH_SOURCE_CURDIR config option, to be on par with ashDenys Vlasenko
2018-01-27hush: fix dot builtin to not search current directoryDenys Vlasenko
2018-01-27tar: accomodate non-terminated tar.chksum fields as seen from github.comDenys Vlasenko
2018-01-26ash: introduce a config option to search current directory for sourced filesDenys Vlasenko
2018-01-26gzip: fix debug code. Closes 10681Denys Vlasenko
2018-01-25dd: add 'fullblock' iflagNicholas Clark
2018-01-25ash testsuite: add two hush tests from last commitDenys Vlasenko
2018-01-25hush: fix two corner cases in ${v/pattern/repl}. Closes 10686Denys Vlasenko
2018-01-25hush: fix handling of $_ (so far it's an ordinary variable, no special meaning)Denys Vlasenko
2018-01-25chrt: code shrinkDenys Vlasenko
2018-01-24ash: add support for command_not_found_handle hook function (bashism)William Pitcock
2018-01-24less: fix help text conditional for -RDenys Vlasenko
2018-01-23udhcpc6: additional fix for ppp interface typeDenys Vlasenko
2018-01-23chrt: use correct min/max prioritiesDenys Vlasenko
2018-01-23chrt: add support for SCHED_IDLEPovilas Kanapickas
2018-01-23chrt: add support for SCHED_BATCHPovilas Kanapickas
2018-01-23od_bloaty: fix debug codeDenys Vlasenko
2018-01-22less: optional support of -RDenys Vlasenko
2018-01-19volume_id: add LittleFS detectionSven-Göran Bergh
2018-01-19udhcpc6: fix for ppp interface typeDenys Vlasenko
2018-01-19hush: fix a case where EXIT trap may modify its code mid-flightDenys Vlasenko
2018-01-19hush: fix build if !BASH_LINENO_VARDenys Vlasenko
2018-01-19hush: implement $LINENO bashismDenys Vlasenko
2018-01-17udhcpc[6]: remove overzealous timeout clamping codeDenys Vlasenko
2018-01-16udhcpc6: --help fixesDenys Vlasenko
2018-01-16udhcpc6: show only short opts in --help textDenys Vlasenko
2018-01-16udhcpc6: fix lease time staying very small because -d was not specifiedDenys Vlasenko
2018-01-16udhcpc6: code shrinkDenys Vlasenko
2018-01-16udhcpc6: add support of prefix delegationDenys Vlasenko
2018-01-16udhcpc6: preparatory patch, no code changesDenys Vlasenko
2018-01-16udhcpc6: fix ipv6prefix[_lease] envvar value in script invocationDenys Vlasenko
2018-01-15ash: a bit of NOFORK code should only be active if FEATURE_SH_STANDALONE=yDenys Vlasenko
2018-01-14popmaildir: tweak help textDenys Vlasenko
2018-01-14renice: add comment about getpwnam/NOFORK interactionDenys Vlasenko
2018-01-14renice: use BUILD_BUG_ON()Denys Vlasenko
2018-01-14NOFORK_NOEXEC.sh: a script to find "interesting" appletsDenys Vlasenko
2018-01-14mv: make it NOEXECDenys Vlasenko
2018-01-14cal: make it NOEXECDenys Vlasenko
2018-01-14nandwrite: cope with old headers which have no MTD_FILE_MODE_RAWDenys Vlasenko
2018-01-14size_single_applets.sh: fix a bug which mishandles e.g. "udhcpc6" nameDenys Vlasenko
2018-01-14config: add size estimations for a few appletsDenys Vlasenko
2018-01-13tc: fix single-applet buildDenys Vlasenko
2018-01-13shell: echo ${?:0} was fixed sometime ago, enable it in testsDenys Vlasenko
2018-01-13hush: fix raw ^C handlisg in single-quoted stringsDenys Vlasenko