summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-11-30busybox: add head files [4/6]Xindong Xu960-4/+21331
2017-06-12PD#145255: 8.0 generate amlogic files to vendor/Xindong Xu1-8/+24
2017-06-088.0 and 7.1 share one code, distinguish different parts with PLATFORM_SDK_VER...Xindong Xu8-3/+13665
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2017-01-10Bump version to 1.26.2Denys Vlasenko1-1/+1
2017-01-10ash: fix open fds leaking in redirects. Closes 9561Denys Vlasenko5-4/+39
2017-01-10modutils: remove special handling of uClibcWaldemar Brodkorb2-12/+8
2017-01-10Fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONSJörg Krause1-1/+1
2017-01-10hush: correct exitcode for unterminated ')' - exitcode2.tests testcaseDenys Vlasenko1-2/+7
2017-01-10ash: fix error code regressionRon Yorston5-2/+38
2017-01-10tcpudp: define SO_ORIGINAL_DST directly, not via includeDenys Vlasenko1-3/+3
2017-01-02Bump version to 1.26.1Denys Vlasenko1-1/+1
2017-01-01depmod: don't build it if MODPROBE_SMALL=yDenys Vlasenko1-2/+2
2017-01-01make_single_applets.sh: SH_IS_HUSH needs special handling tooDenys Vlasenko1-4/+4
2017-01-01Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko9-118/+120
2017-01-01Make RMMOD=y by defaultDenys Vlasenko1-1/+1
2017-01-01Make INSMOD=y by defaultDenys Vlasenko1-1/+1
2017-01-01Remove FEATURE_IFUPDOWN_IP_BUILTIN and FEATURE_IFUPDOWN_IFCONFIG_BUILTINDenys Vlasenko1-29/+7
2017-01-01modprobe-small: make applets individually selectableDenys Vlasenko8-32/+41
2017-01-01Make DPKG=y and DPKG_DEB=y by defaultDenys Vlasenko2-2/+2
2017-01-01Selinux complains about deprecated selinux/flask.h, stop including itDenys Vlasenko2-2/+6
2017-01-01Make FEATURE_USERNAME_COMPLETION=y by defaultDenys Vlasenko1-1/+1
2017-01-01make_single_applets.sh: a tool to check single-applet buildsDenys Vlasenko1-0/+57
2017-01-01fix breakage found by mass one-applet buildsDenys Vlasenko8-20/+29
2017-01-01ip: make ip aliases individually selectableDenys Vlasenko1-77/+85
2017-01-01shell: move "config" blocks above their use in coditional includesDenys Vlasenko2-111/+110
2017-01-01Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"Denys Vlasenko5-39/+41
2017-01-01ash: clarify uclibc glob() bug in commentDenys Vlasenko1-0/+3
2017-01-01ash: error out if ASH_INTERNAL_GLOB is not selected on uClibcDenys Vlasenko1-0/+8
2016-12-20Bump version to 1.26.0Denys Vlasenko1-1/+1
2016-12-18libiproute: handle table ids larger than 255Lukasz Nowak2-6/+29
2016-12-12df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko4-24/+41
2016-12-12randomconfig fixesDenys Vlasenko1-1/+1
2016-12-12ash: fix signed char expansion bugDenys Vlasenko1-9/+21
2016-12-12shell: suppress "unused var/func" warnings on some configsDenys Vlasenko2-10/+10
2016-12-12suppress glibc "use sysmacros.h for major" warningDenys Vlasenko1-1/+1
2016-12-12randomconfig fixesDenys Vlasenko1-1/+1
2016-12-12randomconfig fixesDenys Vlasenko2-1/+2
2016-12-12randomconfig fixesDenys Vlasenko3-1/+4
2016-12-10randomconfig fixesDenys Vlasenko1-1/+1
2016-12-09selinux: drop deprecated headersMike Frysinger2-3/+12
2016-12-09setfiles: fix build failure after common_bufsiz changeMike Frysinger1-0/+1
2016-12-09mdev.conf: rename hw_random to hwrngMike Frysinger1-0/+2
2016-12-08randomconfig fixesDenys Vlasenko5-5/+30
2016-12-05svc: new applet (daemontools-compatible version of "sv")Denys Vlasenko1-18/+94
2016-12-04fix musl problem with dirname, now for all users of bb_make_directory()Denys Vlasenko2-11/+16
2016-12-03README_distro_proposal.txt: writeup about runit adoptionDenys Vlasenko1-0/+291
2016-12-03top: fix help text: with !TERMIOS, no keys are affected top outputDenys Vlasenko1-1/+4
2016-12-03install: fix musl problem with dirnameDenys Vlasenko1-3/+10
2016-11-28Do not print useless empty line after list of appletsDenys Vlasenko1-1/+1
[next]