aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libbb: new function bb_getgroups() - allocating wrapper around getgroups()Denys Vlasenko2017-07-043-26/+63
* setpriv: prepare option parsing logic for additional optsPatrick Steinhardt2017-07-041-3/+11
* setpriv: do not process remaining argsPatrick Steinhardt2017-07-041-1/+2
* tls: use capped SNI len everywhereDenys Vlasenko2017-07-041-2/+2
* bzcat: compile bunzip2_main() if BZCAT.Denys Vlasenko2017-07-041-1/+1
* Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesisDenys Vlasenko2017-07-042-5/+3
* fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-0310-41/+75
* msh: delete this appletDenys Vlasenko2017-07-0312-31/+3
* Start 1.28.0 development cycleDenys Vlasenko2017-07-031-2/+2
* Bump version to 1.27.01_27_0Denys Vlasenko2017-07-031-1/+1
* scripts/randomtest: update things which can't be tested on uclibcDenys Vlasenko2017-07-031-0/+6
* randomconfig fixesDenys Vlasenko2017-07-033-3/+9
* ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2Denys Vlasenko2017-07-011-8/+2
* ash: fix 'trap - 65'Denys Vlasenko2017-07-011-1/+1
* udhcpc6: make -O OPT workDenys Vlasenko2017-06-286-58/+149
* modutils: delete unused replace_underscores()Denys Vlasenko2017-06-282-7/+0
* udhcpc6: add comments about option 39, no code changesDenys Vlasenko2017-06-272-2/+42
* ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMTDenys Vlasenko2017-06-271-6/+0
* pgrep: implement -aDenys Vlasenko2017-06-261-6/+16
* udhcpc6: add support for timezonesDenys Vlasenko2017-06-262-48/+59
* pgrep: fix pgrep -flx "sleep 11" - saw "sleep 11" processes as "sleep 11 "Denys Vlasenko2017-06-261-5/+11
* archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzopDenys Vlasenko2017-06-154-43/+81
* fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"Denys Vlasenko2017-06-152-5/+5