aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * unshare: fix help text; select LONG_OPTS instead depending on themDenys Vlasenko2017-06-141-3/+4
| * setpriv: new appletAssaf Gordon2017-06-141-0/+73
| * iproute: support for filtering by and printing of scopeAndré Draszik2017-06-131-4/+22
| * tar: add IF_FEATURE_* checksMing Liu2017-06-131-10/+15
| * ip rule: add suppress_{prefixlength,ifgroup} optionsStefan Tomanek2017-06-131-27/+46
* | grep: remove hack to disable EXTRA_COMPATRon Yorston2017-07-183-12/+2
* | Use %I64* formats with MinGW instead of %ll* formatsJohannes Schindelin2017-07-1811-14/+22
* | win32/regex: fix compile warningsJohannes Schindelin2017-07-144-13/+15
* | win32/regex: update to newest version in GitJohannes Schindelin2017-07-146-5109/+11169
* | grep: prepare for an upgrade of the regex codeJohannes Schindelin2017-07-141-1/+3
* | ash: fix POSIX buildRon Yorston2017-07-141-5/+5
* | kbuild: avoid warning when building with KBUILD_NO_NLSJohannes Schindelin2017-07-141-3/+3
* | kbuild: simulate force-renaming on WindowsJohannes Schindelin2017-07-141-0/+9
* | kbuild: support at least non-interactive mode on WindowsJohannes Schindelin2017-07-145-3/+76
* | fixdep: fix assumption that `long` is as large as `void *`Johannes Schindelin2017-07-144-33/+34
* | fixdep: be careful about handling empty lines correctlyJohannes Schindelin2017-07-141-1/+4
* | fixdep: read the dependency files in binary modeJohannes Schindelin2017-07-141-2/+6
* | Revert "nc: use poll() instead of select()"Ron Yorston2017-05-291-16/+17
* | Update default configurationsRon Yorston2017-05-292-38/+60
* | Merge branch 'busybox' into mergeRon Yorston2017-05-29133-2815/+3349
|\|
| * ash: fix incorrect path in describe_commandYoufu Zhang2017-05-261-13/+3
| * ls: fix support for long options when FEATURE_LS_COLOR is deselectedLaurent Bercot2017-05-261-6/+8