| Commit message (Expand) | Author | Age | Files | Lines |
* | Make FEATURE_USERNAME_COMPLETION=y by default | Denys Vlasenko | 2017-01-01 | 1 | -1/+1 |
* | fix breakage found by mass one-applet builds | Denys Vlasenko | 2017-01-01 | 3 | -16/+19 |
* | df: implement -B n<suff> and -B <suff> formats of -B option | Denys Vlasenko | 2016-12-12 | 1 | -0/+19 |
* | randomconfig fixes | Denys Vlasenko | 2016-12-10 | 1 | -1/+1 |
* | selinux: drop deprecated headers | Mike Frysinger | 2016-12-09 | 1 | -1/+12 |
* | randomconfig fixes | Denys Vlasenko | 2016-12-08 | 1 | -0/+5 |
* | fix musl problem with dirname, now for all users of bb_make_directory() | Denys Vlasenko | 2016-12-04 | 1 | -2/+13 |
* | Do not print useless empty line after list of applets | Denys Vlasenko | 2016-11-28 | 1 | -1/+1 |
* | lineedit: simplify code a bit | Denys Vlasenko | 2016-11-28 | 1 | -16/+14 |
* | lineedit: fix two bugs in SIGWINCH signal handling | Denys Vlasenko | 2016-11-27 | 1 | -29/+41 |
* | ash,hush: make ^C in interactive mode visually much closer to bash behavior | Denys Vlasenko | 2016-11-25 | 1 | -1/+1 |
* | Move FEATURE_BUFFERS_USE_foo options to library tuning | Denys Vlasenko | 2016-11-24 | 1 | -0/+24 |
* | Move locale, unicode, and "use sendfile?" options to library tuning | Denys Vlasenko | 2016-11-24 | 1 | -0/+138 |
* | lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace | Rostislav Skudnov | 2016-11-24 | 2 | -42/+30 |
* | Fix allnoconfig warnings | Denys Vlasenko | 2016-11-18 | 1 | -8/+16 |
* | comment and readme updates | Denys Vlasenko | 2016-11-04 | 1 | -0/+9 |
* | su: expand help; simplify passing of -c CMD to run_shell() | Denys Vlasenko | 2016-11-03 | 2 | -18/+13 |
* | man: make width selection more thorough; explain how to override it | Denys Vlasenko | 2016-10-31 | 1 | -9/+38 |
* | lineedit: fix completion with applet names. closes 9361 | Denys Vlasenko | 2016-10-24 | 1 | -1/+1 |
* | hush: add commented-out debug printouts in "memleak" built-in | Denys Vlasenko | 2016-10-03 | 1 | -0/+8 |
* | libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE | Denys Vlasenko | 2016-09-26 | 1 | -2/+5 |
* | libbb/speed_table.c: expand comments | Denys Vlasenko | 2016-09-26 | 1 | -1/+16 |
* | typo fix in comment | Denys Vlasenko | 2016-09-26 | 1 | -1/+1 |
* | libbb: handle \S in /etc/issue | Denys Vlasenko | 2016-09-24 | 1 | -0/+40 |
* | libbb:/send_to_from: do not require that "to" should have the same AF. Closes... | Denys Vlasenko | 2016-09-15 | 1 | -2/+8 |
* | libbb/xwrite: print errno on "short write" errors | Denys Vlasenko | 2016-09-05 | 1 | -2/+10 |
* | libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bits | Denys Vlasenko | 2016-09-01 | 1 | -11/+55 |
* | sha3: fix to conform to final SHA3 padding standard, add -a BITS option | Denys Vlasenko | 2016-08-29 | 1 | -20/+35 |
* | hexdump: fix numerous bugs in handling of backslashes | Denys Vlasenko | 2016-08-26 | 1 | -20/+31 |
* | hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186 | Denys Vlasenko | 2016-08-19 | 1 | -1/+3 |
* | lineedit: trivial codeshrink for vi-mode | Natanael Copa | 2016-08-14 | 1 | -8/+14 |
* | cp: fix -i for POSIX mode. Closes 9106 | Denys Vlasenko | 2016-08-13 | 1 | -4/+9 |
* | config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK | Denys Vlasenko | 2016-07-22 | 1 | -2/+3 |
* | cp: make verbose cp show symlink copies too | Denys Vlasenko | 2016-07-14 | 1 | -1/+2 |
* | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko | 2016-07-06 | 2 | -25/+61 |
* | build system: fix a few warnings for allnoconfig build | Denys Vlasenko | 2016-07-05 | 1 | -13/+17 |
* | libbb: suppress warning about run_applet_and_exit | Ron Yorston | 2016-07-05 | 1 | -2/+2 |
* | randomconfig fixes 2 | Denys Vlasenko | 2016-06-19 | 1 | -0/+1 |
* | libbb: move common code into run_applet_and_exit | Ron Yorston | 2016-06-19 | 1 | -13/+8 |
* | Allow "busybox <applet>" to work when busybox is disabled | Ron Yorston | 2016-06-18 | 1 | -0/+4 |
* | libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951 | Natanael Copa | 2016-05-31 | 1 | -0/+1 |
* | Make busybox an optional applet | Denys Vlasenko | 2016-05-31 | 1 | -3/+7 |
* | cp: add -u/--update and --remove-destination | Denys Vlasenko | 2016-05-27 | 1 | -0/+21 |
* | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko | 2016-04-22 | 3 | -4/+4 |
* | libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer) | Denys Vlasenko | 2016-04-21 | 1 | -2/+2 |
* | libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" work | Denys Vlasenko | 2016-04-21 | 1 | -3/+3 |
* | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko | 2016-04-21 | 2 | -5/+74 |
* | Rewrite iteration through applet names to save a few bytes | Ron Yorston | 2016-04-15 | 2 | -5/+5 |
* | find_applet_by_name: loop index should be signed | Ron Yorston | 2016-04-03 | 1 | -1/+2 |
* | whitespace and namespace cleanups | Denys Vlasenko | 2016-04-03 | 1 | -4/+4 |