Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-02Bump version to 1.26.11_26_1Denys Vlasenko
2017-01-01depmod: don't build it if MODPROBE_SMALL=yDenys Vlasenko
2017-01-01make_single_applets.sh: SH_IS_HUSH needs special handling tooDenys Vlasenko
2017-01-01Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko
2017-01-01Make RMMOD=y by defaultDenys Vlasenko
2017-01-01Make INSMOD=y by defaultDenys Vlasenko
2017-01-01Remove FEATURE_IFUPDOWN_IP_BUILTIN and FEATURE_IFUPDOWN_IFCONFIG_BUILTINDenys Vlasenko
2017-01-01modprobe-small: make applets individually selectableDenys Vlasenko
2017-01-01Make DPKG=y and DPKG_DEB=y by defaultDenys Vlasenko
2017-01-01Selinux complains about deprecated selinux/flask.h, stop including itDenys Vlasenko
2017-01-01Make FEATURE_USERNAME_COMPLETION=y by defaultDenys Vlasenko
2017-01-01make_single_applets.sh: a tool to check single-applet buildsDenys Vlasenko
2017-01-01fix breakage found by mass one-applet buildsDenys Vlasenko
2017-01-01ip: make ip aliases individually selectableDenys Vlasenko
2017-01-01shell: move "config" blocks above their use in coditional includesDenys Vlasenko
2017-01-01Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"Denys Vlasenko
2017-01-01ash: clarify uclibc glob() bug in commentDenys Vlasenko
2017-01-01ash: error out if ASH_INTERNAL_GLOB is not selected on uClibcDenys Vlasenko
2016-12-20Bump version to 1.26.01_26_0Denys Vlasenko
2016-12-18libiproute: handle table ids larger than 255Lukasz Nowak
2016-12-12df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko
2016-12-12randomconfig fixesDenys Vlasenko
2016-12-12ash: fix signed char expansion bugDenys Vlasenko
2016-12-12shell: suppress "unused var/func" warnings on some configsDenys Vlasenko
2016-12-12suppress glibc "use sysmacros.h for major" warningDenys Vlasenko
2016-12-12randomconfig fixesDenys Vlasenko
2016-12-12randomconfig fixesDenys Vlasenko
2016-12-12randomconfig fixesDenys Vlasenko
2016-12-10randomconfig fixesDenys Vlasenko
2016-12-10selinux: drop deprecated headersMike Frysinger
2016-12-10setfiles: fix build failure after common_bufsiz changeMike Frysinger
2016-12-10mdev.conf: rename hw_random to hwrngMike Frysinger
2016-12-08randomconfig fixesDenys Vlasenko
2016-12-05svc: new applet (daemontools-compatible version of "sv")Denys Vlasenko
2016-12-04fix musl problem with dirname, now for all users of bb_make_directory()Denys Vlasenko
2016-12-03README_distro_proposal.txt: writeup about runit adoptionDenys Vlasenko
2016-12-03top: fix help text: with !TERMIOS, no keys are affected top outputDenys Vlasenko
2016-12-03install: fix musl problem with dirnameDenys Vlasenko
2016-11-28Do not print useless empty line after list of appletsDenys Vlasenko
2016-11-28Code style fixes, no code changesDenys Vlasenko
2016-11-28lineedit: simplify code a bitDenys Vlasenko
2016-11-28makedevs: make special node creation idempotentDenys Vlasenko
2016-11-28lineedit: fix two bugs in SIGWINCH signal handlingDenys Vlasenko
2016-11-27fdisk_gpt: simplify GPT partition name printingDenys Vlasenko
2016-11-27fdisk: sanitize partition name printing; drop "Code" column; get rid of one s...Denys Vlasenko
2016-11-27dpkg-deb: shorten code, improve help textDenys Vlasenko
2016-11-27dpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY config optionDenys Vlasenko
2016-11-25find: fix handling of trailing slashes in -name PATTERN comparisonsDenys Vlasenko
2016-11-25ash,hush: make ^C in interactive mode visually much closer to bash behaviorDenys Vlasenko
2016-11-25Move FEATURE_BUFFERS_USE_foo options to library tuningDenys Vlasenko