aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-14libbb: safe_write should not return EINTRDenys Vlasenko1-2/+10
2017-07-14dd: fix status=none. Closes 10066Denys Vlasenko1-4/+3
2017-07-14hush: add support for "set -e"Denys Vlasenko7-21/+96
2017-07-14cat: fix "cat -An" ignoring -n; make numbering go througn all filesDenys Vlasenko3-35/+30
2017-07-14add-remove-shell: fix crash when shell is already addedTimo Teräs1-1/+1
2017-07-14cat: allow compiling out -n and -bKang-Che Sung1-21/+38
2017-07-11unzip: TODO for symlink supportDenys Vlasenko1-0/+21
2017-07-10inetd,mount: do not die if uclibc without RPC is detectedDenys Vlasenko2-2/+4
2017-07-10hush: add TODO for "set -e"Denys Vlasenko1-0/+17
2017-07-10hush: simplify insert_job_into_table() a bitDenys Vlasenko1-15/+12
2017-07-10hush: rename a few functionsDenys Vlasenko1-10/+10
2017-07-10libbb: do not die if setgid/setuid(real_id) on startup failsDenys Vlasenko1-2/+15
2017-07-09shuf: fix random line selection. Closes 9971Denys Vlasenko1-1/+1
2017-07-09crond: code shrinkDenys Vlasenko1-5/+4
2017-07-09crond: move misplaced commentDenys Vlasenko1-13/+13
2017-07-08crond: support @daily etcDenys Vlasenko1-19/+122
2017-07-08watchdog: do not use argc, other cleanupsDenys Vlasenko1-15/+21
2017-07-08watchdog: stop watchdog first on startupMatt Spinler1-7/+25
2017-07-08beep: disallow FEATURE_BEEP_FREQ = 0 in configurationDenys Vlasenko1-1/+1
2017-07-08hush: explain why wait5.tests is failingDenys Vlasenko1-0/+13
2017-07-07hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"Denys Vlasenko5-5/+26
2017-07-07hush: fix two redirection testcase failuresDenys Vlasenko3-68/+117
2017-07-07main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko5-7/+11
2017-07-07setpriv: remove dependency on libcap headersDenys Vlasenko1-1/+8
2017-07-07setpriv: factor out capability name printingDenys Vlasenko1-18/+16
2017-07-07setpriv: code shrink, and grouping capability code togetherDenys Vlasenko1-96/+91
2017-07-07setpriv: allow modifying ambient capabilitiesPatrick Steinhardt1-9/+35
2017-07-07setpriv: allow modifying inheritable capsPatrick Steinhardt1-11/+95
2017-07-06setpriv: dump ambient capabilitiesPatrick Steinhardt1-0/+26
2017-07-06setpriv: dump capability bounding setPatrick Steinhardt1-0/+23
2017-07-06setpriv: dump inheritable capability setPatrick Steinhardt1-4/+147
2017-07-06setpriv: dump no-new-privs infoPatrick Steinhardt1-2/+10
2017-07-06shell: sync redir/* testsDenys Vlasenko4-0/+22
2017-07-06ash: rename redir5.tests (hush has redir5.tests which is different)Denys Vlasenko3-2/+2
2017-07-06hush: add a TODO about redir3.tests failureDenys Vlasenko3-0/+12
2017-07-06hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different)Denys Vlasenko2-0/+0
2017-07-06hush: Print error messages on shift -1Denys Vlasenko4-2/+33
2017-07-06typo fixDenys Vlasenko2-2/+2
2017-07-06hush: implement negative start in the ${v: -n[:m]} idiomDenys Vlasenko5-2/+37
2017-07-06hush: "adopt" ash var-utf8-length.testsDenys Vlasenko3-0/+7
2017-07-06hush: "adopt" ash signal4.testsDenys Vlasenko3-1/+10
2017-07-06shell: remove duplicate sigint1.tests (another copies are in signals/)Denys Vlasenko4-84/+0
2017-07-06hush: add tickquote1.tests from ash testsuiteDenys Vlasenko3-1/+4
2017-07-06shell: syncronize ash and hush heredoc3.testsDenys Vlasenko4-10/+31
2017-07-06shell: syncronize ash and hush heredoc1.testsDenys Vlasenko6-4/+22
2017-07-06shell: syncronize ash_test/run-all and hush_test/run-all a bitDenys Vlasenko2-71/+82
2017-07-06makedevs: code shrinkDenys Vlasenko1-14/+15
2017-07-06makedevs: allow much longer filenamesDenys Vlasenko1-5/+7
2017-07-06hush: correctly handle quoting in "case" even if !BASH_PATTERN_SUBSTDenys Vlasenko1-2/+5
2017-07-05dpkg: fix CONFIG_FEATURE_CLEAN_UP handlingPeter Korsgaard1-4/+0