summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* httpd: fix handling of range requests1_27_stableDenys Vlasenko2017-09-181-1/+1
* Bump version to 1.27.21_27_2Denys Vlasenko2017-08-171-1/+1
* svc: fix a case where with more than option, getopt() state is not resetDenys Vlasenko2017-08-051-5/+6
* unzip: fix regression on big-endian machinesNatanael Copa2017-08-041-0/+1
* config: FEDORA_COMPAT option (so far only tweaks uname)Denys Vlasenko2017-08-042-1/+14
* NOFORK fixesDenys Vlasenko2017-08-046-6/+48
* tls: fix pstm asm constraint problemDenys Vlasenko2017-08-043-6/+7
* tls: fix build problem on non-static i386Denys Vlasenko2017-08-041-1/+3
* libbb: safe_write should not return EINTRDenys Vlasenko2017-08-041-2/+10
* shuf: fix random line selection. Closes 9971Denys Vlasenko2017-08-041-1/+1
* Bump version to 1.27.11_27_1Denys Vlasenko2017-07-181-1/+1
* fix more instances of ": $((a++))" in shell scriptsDenys Vlasenko2017-07-183-8/+8
* make_single_applets: fix ": $((fail++))" expansion errorKang-Che Sung2017-07-181-3/+3
* copyfd: guard use of munmap() with #if (windows builds need this)Johannes Schindelin2017-07-181-0/+3
* ash: protect WIFSTOPPED use with #if JOBSJohannes Schindelin2017-07-181-3/+9
* libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" blockDenys Vlasenko2017-07-181-27/+19
* uuencode: allow space instead of "`" as padding char. Closes 10046Denys Vlasenko2017-07-181-3/+9
* dd: fix status=none. Closes 10066Denys Vlasenko2017-07-181-4/+3
* inetd,mount: do not die if uclibc without RPC is detectedDenys Vlasenko2017-07-182-2/+4
* beep: disallow FEATURE_BEEP_FREQ = 0 in configurationDenys Vlasenko2017-07-181-1/+1
* main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko2017-07-185-7/+11
* dpkg: fix CONFIG_FEATURE_CLEAN_UP handlingPeter Korsgaard2017-07-181-4/+0
* setpriv: do not process remaining argsPatrick Steinhardt2017-07-181-1/+2
* tls: use capped SNI len everywhereDenys Vlasenko2017-07-181-2/+2
* bzcat: compile bunzip2_main() if BZCAT.Denys Vlasenko2017-07-181-1/+1
* fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-1810-41/+75
* 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
* 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