aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-10libbb: do not die if setgid/setuid(real_id) on startup failsDenys Vlasenko
2017-07-09shuf: fix random line selection. Closes 9971Denys Vlasenko
2017-07-09crond: code shrinkDenys Vlasenko
2017-07-09crond: move misplaced commentDenys Vlasenko
2017-07-08crond: support @daily etcDenys Vlasenko
2017-07-08watchdog: do not use argc, other cleanupsDenys Vlasenko
2017-07-08watchdog: stop watchdog first on startupMatt Spinler
2017-07-08beep: disallow FEATURE_BEEP_FREQ = 0 in configurationDenys Vlasenko
2017-07-08hush: explain why wait5.tests is failingDenys Vlasenko
2017-07-07hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"Denys Vlasenko
2017-07-07hush: fix two redirection testcase failuresDenys Vlasenko
2017-07-07main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko
2017-07-07setpriv: remove dependency on libcap headersDenys Vlasenko
2017-07-07setpriv: factor out capability name printingDenys Vlasenko
2017-07-07setpriv: code shrink, and grouping capability code togetherDenys Vlasenko
2017-07-07setpriv: allow modifying ambient capabilitiesPatrick Steinhardt
2017-07-07setpriv: allow modifying inheritable capsPatrick Steinhardt
2017-07-06setpriv: dump ambient capabilitiesPatrick Steinhardt
2017-07-06setpriv: dump capability bounding setPatrick Steinhardt
2017-07-06setpriv: dump inheritable capability setPatrick Steinhardt
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