summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2017-01-01Make FEATURE_USERNAME_COMPLETION=y by defaultDenys Vlasenko1-1/+1
2017-01-01fix breakage found by mass one-applet buildsDenys Vlasenko8-20/+29
2016-12-12df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko4-24/+41
2016-12-10randomconfig fixesDenys Vlasenko1-1/+1
2016-12-09selinux: drop deprecated headersMike Frysinger2-3/+12
2016-12-08randomconfig fixesDenys Vlasenko5-5/+30
2016-12-04fix musl problem with dirname, now for all users of bb_make_directory()Denys Vlasenko2-11/+16
2016-11-28Do not print useless empty line after list of appletsDenys Vlasenko1-1/+1
2016-11-28lineedit: simplify code a bitDenys Vlasenko1-16/+14
2016-11-27lineedit: fix two bugs in SIGWINCH signal handlingDenys Vlasenko1-29/+41
2016-11-25ash,hush: make ^C in interactive mode visually much closer to bash behaviorDenys Vlasenko3-8/+15
2016-11-24Move FEATURE_BUFFERS_USE_foo options to library tuningDenys Vlasenko2-24/+24
2016-11-24Move locale, unicode, and "use sendfile?" options to library tuningDenys Vlasenko2-138/+138
2016-11-24lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-BackspaceRostislav Skudnov3-80/+68
2016-11-18Fix allnoconfig warningsDenys Vlasenko1-8/+16
2016-11-04comment and readme updatesDenys Vlasenko2-1/+10
2016-11-03su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko6-25/+45
2016-10-31man: make width selection more thorough; explain how to override itDenys Vlasenko2-16/+44
2016-10-23lineedit: fix completion with applet names. closes 9361Denys Vlasenko1-1/+1
2016-10-03hush: add commented-out debug printouts in "memleak" built-inDenys Vlasenko2-0/+17
2016-09-26libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko2-2/+11
2016-09-26libbb/speed_table.c: expand commentsDenys Vlasenko1-1/+16
2016-09-26typo fix in commentDenys Vlasenko1-1/+1
2016-09-24libbb: handle \S in /etc/issueDenys Vlasenko1-0/+40
2016-09-15libbb:/send_to_from: do not require that "to" should have the same AF. Closes...Denys Vlasenko1-2/+8
2016-09-08[Nougat bringup][busybox] fix compiling errorSam Wu5-8/+13
2016-09-05libbb/xwrite: print errno on "short write" errorsDenys Vlasenko1-2/+10
2016-09-01libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bitsDenys Vlasenko1-11/+55
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko7-90/+143
2016-08-26hexdump: fix numerous bugs in handling of backslashesDenys Vlasenko1-20/+31
2016-08-19hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko3-5/+25
2016-08-14lineedit: trivial codeshrink for vi-modeNatanael Copa1-8/+14
2016-08-13cp: fix -i for POSIX mode. Closes 9106Denys Vlasenko1-4/+9
2016-07-22config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORKDenys Vlasenko4-6/+11
2016-07-14cp: make verbose cp show symlink copies tooDenys Vlasenko1-1/+2
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-07-05build system: fix a few warnings for allnoconfig buildDenys Vlasenko3-15/+19
2016-07-05libbb: suppress warning about run_applet_and_exitRon Yorston1-2/+2
2016-06-19randomconfig fixes 2Denys Vlasenko4-3/+6
2016-06-19libbb: move common code into run_applet_and_exitRon Yorston2-15/+8
2016-06-18Allow "busybox <applet>" to work when busybox is disabledRon Yorston1-0/+4
2016-05-31libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951Natanael Copa1-0/+1
2016-05-31Make busybox an optional appletDenys Vlasenko2-3/+19
2016-05-26cp: add -u/--update and --remove-destinationDenys Vlasenko3-19/+56
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-04-21libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer)Denys Vlasenko2-3/+3
2016-04-21libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" workDenys Vlasenko2-5/+6
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-04-15Rewrite iteration through applet names to save a few bytesRon Yorston3-6/+7
[next]