aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* unzip: TODO for symlink supportDenys Vlasenko2017-07-111-0/+21
* inetd,mount: do not die if uclibc without RPC is detectedDenys Vlasenko2017-07-102-2/+4
* hush: add TODO for "set -e"Denys Vlasenko2017-07-101-0/+17
* hush: simplify insert_job_into_table() a bitDenys Vlasenko2017-07-101-15/+12
* hush: rename a few functionsDenys Vlasenko2017-07-101-10/+10
* libbb: do not die if setgid/setuid(real_id) on startup failsDenys Vlasenko2017-07-101-2/+15
* shuf: fix random line selection. Closes 9971Denys Vlasenko2017-07-091-1/+1
* crond: code shrinkDenys Vlasenko2017-07-091-5/+4
* crond: move misplaced commentDenys Vlasenko2017-07-091-13/+13
* crond: support @daily etcDenys Vlasenko2017-07-081-19/+122
* watchdog: do not use argc, other cleanupsDenys Vlasenko2017-07-081-15/+21
* watchdog: stop watchdog first on startupMatt Spinler2017-07-081-7/+25
* beep: disallow FEATURE_BEEP_FREQ = 0 in configurationDenys Vlasenko2017-07-081-1/+1
* hush: explain why wait5.tests is failingDenys Vlasenko2017-07-081-0/+13
* hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"Denys Vlasenko2017-07-075-5/+26
* hush: fix two redirection testcase failuresDenys Vlasenko2017-07-073-68/+117
* main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko2017-07-075-7/+11
* setpriv: remove dependency on libcap headersDenys Vlasenko2017-07-071-1/+8
* setpriv: factor out capability name printingDenys Vlasenko2017-07-071-18/+16
* setpriv: code shrink, and grouping capability code togetherDenys Vlasenko2017-07-071-96/+91
* setpriv: allow modifying ambient capabilitiesPatrick Steinhardt2017-07-071-9/+35
* setpriv: allow modifying inheritable capsPatrick Steinhardt2017-07-071-11/+95
* setpriv: dump ambient capabilitiesPatrick Steinhardt2017-07-061-0/+26
* setpriv: dump capability bounding setPatrick Steinhardt2017-07-061-0/+23
* setpriv: dump inheritable capability setPatrick Steinhardt2017-07-061-4/+147
* setpriv: dump no-new-privs infoPatrick Steinhardt2017-07-061-2/+10
* shell: sync redir/* testsDenys Vlasenko2017-07-064-0/+22
* ash: rename redir5.tests (hush has redir5.tests which is different)Denys Vlasenko2017-07-063-2/+2
* hush: add a TODO about redir3.tests failureDenys Vlasenko2017-07-063-0/+12
* hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different)Denys Vlasenko2017-07-062-0/+0
* hush: Print error messages on shift -1Denys Vlasenko2017-07-064-2/+33
* typo fixDenys Vlasenko2017-07-062-2/+2
* hush: implement negative start in the ${v: -n[:m]} idiomDenys Vlasenko2017-07-065-2/+37
* hush: "adopt" ash var-utf8-length.testsDenys Vlasenko2017-07-063-0/+7
* hush: "adopt" ash signal4.testsDenys Vlasenko2017-07-063-1/+10
* shell: remove duplicate sigint1.tests (another copies are in signals/)Denys Vlasenko2017-07-064-84/+0
* hush: add tickquote1.tests from ash testsuiteDenys Vlasenko2017-07-063-1/+4
* shell: syncronize ash and hush heredoc3.testsDenys Vlasenko2017-07-064-10/+31
* shell: syncronize ash and hush heredoc1.testsDenys Vlasenko2017-07-066-4/+22
* shell: syncronize ash_test/run-all and hush_test/run-all a bitDenys Vlasenko2017-07-062-71/+82
* makedevs: code shrinkDenys Vlasenko2017-07-061-14/+15
* makedevs: allow much longer filenamesDenys Vlasenko2017-07-061-5/+7
* hush: correctly handle quoting in "case" even if !BASH_PATTERN_SUBSTDenys Vlasenko2017-07-061-2/+5
* dpkg: fix CONFIG_FEATURE_CLEAN_UP handlingPeter Korsgaard2017-07-051-4/+0
* hush: fix quoted_punct.tests failureDenys Vlasenko2017-07-054-3/+83
* ash: fix escaping of a few characters (broken by last commits)Denys Vlasenko2017-07-053-2/+83
* ash: tweak in commentDenys Vlasenko2017-07-051-1/+1
* ash: note which versions of glibc exhibit "rho bug"Denys Vlasenko2017-07-051-1/+2
* ash: fix matching of unicode greek letter rho (cf 81) and similar casesDenys Vlasenko2017-07-055-1/+90
* setpriv: dump user and group infoDenys Vlasenko2017-07-041-3/+62