Age | Commit message (Expand) | Author |
2017-07-08 | watchdog: stop watchdog first on startup | Matt Spinler |
2017-07-08 | beep: disallow FEATURE_BEEP_FREQ = 0 in configuration | Denys Vlasenko |
2017-07-08 | hush: explain why wait5.tests is failing | Denys Vlasenko |
2017-07-07 | hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?" | Denys Vlasenko |
2017-07-07 | hush: fix two redirection testcase failures | Denys Vlasenko |
2017-07-07 | main: fix the case where user has "halt" as login shell. Closes 9986 | Denys Vlasenko |
2017-07-07 | setpriv: remove dependency on libcap headers | Denys Vlasenko |
2017-07-07 | setpriv: factor out capability name printing | Denys Vlasenko |
2017-07-07 | setpriv: code shrink, and grouping capability code together | Denys Vlasenko |
2017-07-07 | setpriv: allow modifying ambient capabilities | Patrick Steinhardt |
2017-07-07 | setpriv: allow modifying inheritable caps | Patrick Steinhardt |
2017-07-06 | setpriv: dump ambient capabilities | Patrick Steinhardt |
2017-07-06 | setpriv: dump capability bounding set | Patrick Steinhardt |
2017-07-06 | setpriv: dump inheritable capability set | Patrick Steinhardt |
2017-07-06 | setpriv: dump no-new-privs info | Patrick Steinhardt |
2017-07-06 | shell: sync redir/* tests | Denys Vlasenko |
2017-07-06 | ash: rename redir5.tests (hush has redir5.tests which is different) | Denys Vlasenko |
2017-07-06 | hush: add a TODO about redir3.tests failure | Denys Vlasenko |
2017-07-06 | hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different) | Denys Vlasenko |
2017-07-06 | hush: Print error messages on shift -1 | Denys Vlasenko |
2017-07-06 | typo fix | Denys Vlasenko |
2017-07-06 | hush: implement negative start in the ${v: -n[:m]} idiom | Denys Vlasenko |
2017-07-06 | hush: "adopt" ash var-utf8-length.tests | Denys Vlasenko |
2017-07-06 | hush: "adopt" ash signal4.tests | Denys Vlasenko |
2017-07-06 | shell: remove duplicate sigint1.tests (another copies are in signals/) | Denys Vlasenko |
2017-07-06 | hush: add tickquote1.tests from ash testsuite | Denys Vlasenko |
2017-07-06 | shell: syncronize ash and hush heredoc3.tests | Denys Vlasenko |
2017-07-06 | shell: syncronize ash and hush heredoc1.tests | Denys Vlasenko |
2017-07-06 | shell: syncronize ash_test/run-all and hush_test/run-all a bit | Denys Vlasenko |
2017-07-06 | makedevs: code shrink | Denys Vlasenko |
2017-07-06 | makedevs: allow much longer filenames | Denys Vlasenko |
2017-07-06 | hush: correctly handle quoting in "case" even if !BASH_PATTERN_SUBST | Denys Vlasenko |
2017-07-05 | dpkg: fix CONFIG_FEATURE_CLEAN_UP handling | Peter Korsgaard |
2017-07-05 | hush: fix quoted_punct.tests failure | Denys Vlasenko |
2017-07-05 | ash: fix escaping of a few characters (broken by last commits) | Denys Vlasenko |
2017-07-05 | ash: tweak in comment | Denys Vlasenko |
2017-07-05 | ash: note which versions of glibc exhibit "rho bug" | Denys Vlasenko |
2017-07-05 | ash: fix matching of unicode greek letter rho (cf 81) and similar cases | Denys Vlasenko |
2017-07-04 | setpriv: dump user and group info | Denys Vlasenko |
2017-07-04 | libbb: new function bb_getgroups() - allocating wrapper around getgroups() | Denys Vlasenko |
2017-07-04 | setpriv: prepare option parsing logic for additional opts | Patrick Steinhardt |
2017-07-04 | setpriv: do not process remaining args | Patrick Steinhardt |
2017-07-04 | tls: use capped SNI len everywhere | Denys Vlasenko |
2017-07-04 | bzcat: compile bunzip2_main() if BZCAT. | Denys Vlasenko |
2017-07-04 | Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesis | Denys Vlasenko |
2017-07-03 | fixes for bugs found by make_single_applets.sh | Denys Vlasenko |
2017-07-03 | msh: delete this applet | Denys Vlasenko |
2017-07-03 | Start 1.28.0 development cycle | Denys Vlasenko |
2017-07-03 | Bump version to 1.27.01_27_0 | Denys Vlasenko |
2017-07-03 | scripts/randomtest: update things which can't be tested on uclibc | Denys Vlasenko |