aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ash: make the noconsole option configurable at build timenoconsoleRon Yorston2017-02-043-4/+22
* win32: implement nanosleep and enable float sleep by defaultRon Yorston2017-01-184-2/+22
* unzip: use data from local header rather than CDFRon Yorston2017-01-081-1/+1
* Merge branch 'busybox' into mergeRon Yorston2017-01-0815-210/+337
|\
| * ash: fix open fds leaking in redirects. Closes 9561Denys Vlasenko2017-01-075-4/+39
| * Automatically disable FEATURE_COMPRESS_USAGE for small builds.Denys Vlasenko2017-01-062-0/+29
| * ash: explicltly group ash optionsKang-Che Sung2017-01-062-0/+11
| * ntpd: improve postponed hostname resolutionNatanael Copa2017-01-061-39/+34
| * unzip: remove now-pointless lseek which returns current positionCristian Ionescu-Idbohrn2017-01-051-5/+0
| * typo fix in config help textDenys Vlasenko2017-01-051-1/+1
| * unzip: properly use CDF to find compressed files. Closes 9536Denys Vlasenko2017-01-052-123/+168
| * modutils: remove special handling of uClibcWaldemar Brodkorb2017-01-042-12/+8
| * shell: clarify help text of CONFIG_{SH,BASH}_IS_* optionsKang-Che Sung2017-01-041-1/+22
| * udhcp: tweak config order and menu item namesDenys Vlasenko2017-01-042-28/+28
* | Update README.mdRon Yorston2017-01-041-0/+1
* | Update default configurationRon Yorston2017-01-042-40/+36
* | Merge branch 'busybox' into mergeRon Yorston2017-01-0464-531/+1169
|\|
| * Fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONSJörg Krause2017-01-031-1/+1
| * README_distro_proposal.txt: typo fixesTito Ragusa2017-01-031-7/+7
| * appletlib: avoid warning on unused function ingroupCristian Ionescu-Idbohrn2017-01-031-0/+2
| * hush: correct exitcode for unterminated ')' - exitcode2.tests testcaseDenys Vlasenko2017-01-031-2/+7
| * ash: fix error code regressionRon Yorston2017-01-035-2/+38
| * qemu_multiarch_testing: small improvementsDenys Vlasenko2017-01-022-1/+19
| * tcpudp: define SO_ORIGINAL_DST directly, not via includeDenys Vlasenko2017-01-021-3/+3
| * depmod: don't build it if MODPROBE_SMALL=yDenys Vlasenko2017-01-011-2/+2
| * Update to examples/var_service/README_distro_proposal.txtDenys Vlasenko2016-12-251-14/+21
| * make_single_applets.sh: SH_IS_HUSH needs special handling tooDenys Vlasenko2016-12-231-4/+4
| * Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko2016-12-239-118/+120
| * Make RMMOD=y by defaultDenys Vlasenko2016-12-231-1/+1
| * Make INSMOD=y by defaultDenys Vlasenko2016-12-231-1/+1
| * Remove FEATURE_IFUPDOWN_IP_BUILTIN and FEATURE_IFUPDOWN_IFCONFIG_BUILTINDenys Vlasenko2016-12-231-29/+7
| * modprobe-small: make applets individually selectableDenys Vlasenko2016-12-238-32/+41
| * Make DPKG=y and DPKG_DEB=y by defaultDenys Vlasenko2016-12-232-2/+2
| * Selinux complains about deprecated selinux/flask.h, stop including itDenys Vlasenko2016-12-232-2/+6
| * Make FEATURE_USERNAME_COMPLETION=y by defaultDenys Vlasenko2016-12-231-1/+1
| * make_single_applets.sh: a tool to check single-applet buildsDenys Vlasenko2016-12-231-0/+57
| * fix breakage found by mass one-applet buildsDenys Vlasenko2016-12-238-20/+29
| * ip: make ip aliases individually selectableDenys Vlasenko2016-12-221-77/+85
| * Make POST upload example script easier to useDenys Vlasenko2016-12-221-13/+7
| * shell: move "config" blocks above their use in coditional includesDenys Vlasenko2016-12-222-111/+110
| * Update information on building httpd and wget helpersDenys Vlasenko2016-12-223-12/+33
| * Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"Denys Vlasenko2016-12-225-39/+41
| * ash: clarify uclibc glob() bug in commentDenys Vlasenko2016-12-211-0/+3
| * ash: error out if ASH_INTERNAL_GLOB is not selected on uClibcDenys Vlasenko2016-12-211-0/+8
| * Start 1.27.0 development cycleDenys Vlasenko2016-12-211-2/+2
| * Bump version to 1.26.01_26_0Denys Vlasenko2016-12-201-1/+1
| * libiproute: handle table ids larger than 255Lukasz Nowak2016-12-182-6/+29
| * df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko2016-12-124-24/+41
| * randomconfig fixesDenys Vlasenko2016-12-121-1/+1
| * ash: fix signed char expansion bugDenys Vlasenko2016-12-121-9/+21