aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-06setpriv: dump no-new-privs infoPatrick Steinhardt
2017-07-06shell: sync redir/* testsDenys Vlasenko
2017-07-06ash: rename redir5.tests (hush has redir5.tests which is different)Denys Vlasenko
2017-07-06hush: add a TODO about redir3.tests failureDenys Vlasenko
2017-07-06hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different)Denys Vlasenko
2017-07-06hush: Print error messages on shift -1Denys Vlasenko
2017-07-06typo fixDenys Vlasenko
2017-07-06hush: implement negative start in the ${v: -n[:m]} idiomDenys Vlasenko
2017-07-06hush: "adopt" ash var-utf8-length.testsDenys Vlasenko
2017-07-06hush: "adopt" ash signal4.testsDenys Vlasenko
2017-07-06shell: remove duplicate sigint1.tests (another copies are in signals/)Denys Vlasenko
2017-07-06hush: add tickquote1.tests from ash testsuiteDenys Vlasenko
2017-07-06shell: syncronize ash and hush heredoc3.testsDenys Vlasenko
2017-07-06shell: syncronize ash and hush heredoc1.testsDenys Vlasenko
2017-07-06shell: syncronize ash_test/run-all and hush_test/run-all a bitDenys Vlasenko
2017-07-06makedevs: code shrinkDenys Vlasenko
2017-07-06makedevs: allow much longer filenamesDenys Vlasenko
2017-07-06hush: correctly handle quoting in "case" even if !BASH_PATTERN_SUBSTDenys Vlasenko
2017-07-05dpkg: fix CONFIG_FEATURE_CLEAN_UP handlingPeter Korsgaard
2017-07-05hush: fix quoted_punct.tests failureDenys Vlasenko
2017-07-05ash: fix escaping of a few characters (broken by last commits)Denys Vlasenko
2017-07-05ash: tweak in commentDenys Vlasenko
2017-07-05ash: note which versions of glibc exhibit "rho bug"Denys Vlasenko
2017-07-05ash: fix matching of unicode greek letter rho (cf 81) and similar casesDenys Vlasenko
2017-07-04setpriv: dump user and group infoDenys Vlasenko
2017-07-04libbb: new function bb_getgroups() - allocating wrapper around getgroups()Denys Vlasenko
2017-07-04setpriv: prepare option parsing logic for additional optsPatrick Steinhardt
2017-07-04setpriv: do not process remaining argsPatrick Steinhardt
2017-07-04tls: use capped SNI len everywhereDenys Vlasenko
2017-07-04bzcat: compile bunzip2_main() if BZCAT.Denys Vlasenko
2017-07-04Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesisDenys Vlasenko
2017-07-03fixes for bugs found by make_single_applets.shDenys Vlasenko
2017-07-03msh: delete this appletDenys Vlasenko
2017-07-03Start 1.28.0 development cycleDenys Vlasenko
2017-07-03Bump version to 1.27.0Denys Vlasenko
2017-07-03scripts/randomtest: update things which can't be tested on uclibcDenys Vlasenko
2017-07-03randomconfig fixesDenys Vlasenko
2017-07-01ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2Denys Vlasenko
2017-07-01ash: fix 'trap - 65'Denys Vlasenko
2017-06-28udhcpc6: make -O OPT workDenys Vlasenko
2017-06-28modutils: delete unused replace_underscores()Denys Vlasenko
2017-06-27udhcpc6: add comments about option 39, no code changesDenys Vlasenko
2017-06-27ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMTDenys Vlasenko
2017-06-26pgrep: implement -aDenys Vlasenko
2017-06-26udhcpc6: add support for timezonesDenys Vlasenko
2017-06-26pgrep: fix pgrep -flx "sleep 11" - saw "sleep 11" processes as "sleep 11 "Denys Vlasenko
2017-06-15archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzopDenys Vlasenko
2017-06-15fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"Denys Vlasenko
2017-06-14unshare: fix help text; select LONG_OPTS instead depending on themDenys Vlasenko
2017-06-14setpriv: new appletAssaf Gordon