aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * add/remove-shell: copy /etc/shells mode to new fileDenys Vlasenko2017-05-261-11/+9
| * ash,hush: fix SIGCHLD interrupting read builtinDenys Vlasenko2017-05-227-10/+34
| * sv: update to match version 2.1.2 of runitJames Byrne2017-05-151-65/+98
| * runsv: update to match version 2.1.2 of runitDenys Vlasenko2017-05-151-37/+58
| * svlogd.c: support -ttt (dateTtime instead of date_time)Denys Vlasenko2017-05-151-6/+7
| * udhcpc: do not accept --background on NOMMU (same as -b)Denys Vlasenko2017-05-082-0/+4
| * udhcpc: fix "udhcpc -x hostname:<name> not working on nommu"Denys Vlasenko2017-05-082-0/+4
| * diff: fix -N and nonexistent files. Closes 7454Denys Vlasenko2017-05-051-5/+21
| * vi: survive if stdin is nonblocking. closes 9851Denys Vlasenko2017-05-021-1/+8
| * time: inplement -f FMTDenys Vlasenko2017-04-281-2/+5
| * time: implement -a, -o FILETommi Rantala2017-04-281-10/+31
| * time: document -p in usageTommi Rantala2017-04-281-1/+2
| * lsscsi: new appletMarkus Gothe2017-04-181-0/+123
| * Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-1741-80/+80
| * factor: fix stray semicolonDenys Vlasenko2017-04-171-1/+1