aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * shell: suppress "unused var/func" warnings on some configsDenys Vlasenko2016-12-122-10/+10
| * suppress glibc "use sysmacros.h for major" warningDenys Vlasenko2016-12-121-1/+1
| * randomconfig fixesDenys Vlasenko2016-12-121-1/+1
| * randomconfig fixesDenys Vlasenko2016-12-122-1/+2
| * randomconfig fixesDenys Vlasenko2016-12-123-1/+4
| * randomconfig fixesDenys Vlasenko2016-12-101-1/+1
| * selinux: drop deprecated headersMike Frysinger2016-12-092-3/+12
| * setfiles: fix build failure after common_bufsiz changeMike Frysinger2016-12-091-0/+1
| * mdev.conf: rename hw_random to hwrngMike Frysinger2016-12-091-0/+2
| * randomconfig fixesDenys Vlasenko2016-12-085-5/+30
| * svc: new applet (daemontools-compatible version of "sv")Denys Vlasenko2016-12-051-18/+94
| * fix musl problem with dirname, now for all users of bb_make_directory()Denys Vlasenko2016-12-042-11/+16
| * README_distro_proposal.txt: writeup about runit adoptionDenys Vlasenko2016-12-031-0/+291
| * top: fix help text: with !TERMIOS, no keys are affected top outputDenys Vlasenko2016-12-031-1/+4
| * install: fix musl problem with dirnameDenys Vlasenko2016-12-031-3/+10
* | Update default configurationRon Yorston2016-11-292-422/+446
* | Merge branch 'busybox' into mergeRon Yorston2016-11-29297-4522/+5075
|\|
| * Do not print useless empty line after list of appletsDenys Vlasenko2016-11-281-1/+1
| * Code style fixes, no code changesDenys Vlasenko2016-11-2813-28/+32
| * lineedit: simplify code a bitDenys Vlasenko2016-11-281-16/+14
| * makedevs: make special node creation idempotentDenys Vlasenko2016-11-271-2/+7
| * lineedit: fix two bugs in SIGWINCH signal handlingDenys Vlasenko2016-11-271-29/+41
| * fdisk_gpt: simplify GPT partition name printingDenys Vlasenko2016-11-271-2/+2
| * fdisk: sanitize partition name printing; drop "Code" column; get rid of one s...Denys Vlasenko2016-11-272-15/+42
| * dpkg-deb: shorten code, improve help textDenys Vlasenko2016-11-271-43/+34
| * dpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY config optionDenys Vlasenko2016-11-2710-19/+1
| * find: fix handling of trailing slashes in -name PATTERN comparisonsDenys Vlasenko2016-11-252-9/+64
| * ash,hush: make ^C in interactive mode visually much closer to bash behaviorDenys Vlasenko2016-11-253-8/+15
| * Move FEATURE_BUFFERS_USE_foo options to library tuningDenys Vlasenko2016-11-242-24/+24
| * Move locale, unicode, and "use sendfile?" options to library tuningDenys Vlasenko2016-11-242-138/+138
| * Collapse three levers of menuconfig to two levels.Denys Vlasenko2016-11-241-81/+76
| * ash,hush: ^C from command line should set $? to 128+SIGINTDenys Vlasenko2016-11-242-5/+22
| * lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-BackspaceRostislav Skudnov2016-11-243-80/+68
| * patch: fix matching failureAaro Koskinen2016-11-242-0/+56