aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2017-01-081-0/+26
|\
| * Automatically disable FEATURE_COMPRESS_USAGE for small builds.Denys Vlasenko2017-01-061-0/+26
* | Merge branch 'busybox' into mergeRon Yorston2017-01-046-21/+72
|\|
| * appletlib: avoid warning on unused function ingroupCristian Ionescu-Idbohrn2017-01-031-0/+2
| * Make FEATURE_USERNAME_COMPLETION=y by defaultDenys Vlasenko2016-12-231-1/+1
| * fix breakage found by mass one-applet buildsDenys Vlasenko2016-12-233-16/+19
| * df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko2016-12-121-0/+19
| * randomconfig fixesDenys Vlasenko2016-12-101-1/+1
| * selinux: drop deprecated headersMike Frysinger2016-12-091-1/+12
| * randomconfig fixesDenys Vlasenko2016-12-081-0/+5
| * fix musl problem with dirname, now for all users of bb_make_directory()Denys Vlasenko2016-12-041-2/+13
* | Merge branch 'busybox' into mergeRon Yorston2016-11-294-53/+259
|\|
| * Do not print useless empty line after list of appletsDenys Vlasenko2016-11-281-1/+1
| * lineedit: simplify code a bitDenys Vlasenko2016-11-281-16/+14
| * lineedit: fix two bugs in SIGWINCH signal handlingDenys Vlasenko2016-11-271-29/+41
| * ash,hush: make ^C in interactive mode visually much closer to bash behaviorDenys Vlasenko2016-11-251-1/+1
| * Move FEATURE_BUFFERS_USE_foo options to library tuningDenys Vlasenko2016-11-241-0/+24
| * Move locale, unicode, and "use sendfile?" options to library tuningDenys Vlasenko2016-11-241-0/+138
| * lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-BackspaceRostislav Skudnov2016-11-242-42/+30
| * Fix allnoconfig warningsDenys Vlasenko2016-11-181-8/+16
* | Merge branch 'busybox' into mergeRon Yorston2016-11-103-18/+22
|\|
| * comment and readme updatesDenys Vlasenko2016-11-041-0/+9
| * su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko2016-11-032-18/+13
* | Merge branch 'busybox' into mergeRon Yorston2016-11-021-9/+38
|\|
| * man: make width selection more thorough; explain how to override itDenys Vlasenko2016-10-311-9/+38
* | Merge branch 'busybox' into mergeRon Yorston2016-10-261-1/+1
|\|
| * lineedit: fix completion with applet names. closes 9361Denys Vlasenko2016-10-241-1/+1
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-1911-73/+238
|\|
| * hush: add commented-out debug printouts in "memleak" built-inDenys Vlasenko2016-10-031-0/+8
| * libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko2016-09-261-2/+5
| * libbb/speed_table.c: expand commentsDenys Vlasenko2016-09-261-1/+16
| * typo fix in commentDenys Vlasenko2016-09-261-1/+1
| * libbb: handle \S in /etc/issueDenys Vlasenko2016-09-241-0/+40
| * libbb:/send_to_from: do not require that "to" should have the same AF. Closes...Denys Vlasenko2016-09-151-2/+8
| * libbb/xwrite: print errno on "short write" errorsDenys Vlasenko2016-09-051-2/+10
| * libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bitsDenys Vlasenko2016-09-011-11/+55
| * sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko2016-08-291-20/+35
| * hexdump: fix numerous bugs in handling of backslashesDenys Vlasenko2016-08-261-20/+31
| * hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko2016-08-191-1/+3
| * lineedit: trivial codeshrink for vi-modeNatanael Copa2016-08-141-8/+14
| * cp: fix -i for POSIX mode. Closes 9106Denys Vlasenko2016-08-131-4/+9
| * config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORKDenys Vlasenko2016-07-221-2/+3
| * cp: make verbose cp show symlink copies tooDenys Vlasenko2016-07-141-1/+2
* | lineedit: tweak tab completion of commands in standalone shell modeRon Yorston2016-07-081-3/+11
* | Merge branch 'busybox' into mergeRon Yorston2016-07-076-53/+119
|\|
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-062-25/+61
| * build system: fix a few warnings for allnoconfig buildDenys Vlasenko2016-07-051-13/+17
| * libbb: suppress warning about run_applet_and_exitRon Yorston2016-07-051-2/+2
| * randomconfig fixes 2Denys Vlasenko2016-06-191-0/+1
| * libbb: move common code into run_applet_and_exitRon Yorston2016-06-191-13/+8