aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2017-05-2910-71/+219
|\
| * Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
| * libbb: fix "error: redefinition of 'is_tty_secure'"Denys Vlasenko2017-04-131-0/+2
| * libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORDDenys Vlasenko2017-04-132-4/+6
| * su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTYDenys Vlasenko2017-04-131-2/+2
| * login: move check_securetty to libbbKaarle Ritvanen2017-04-132-0/+23
| * libbb: GETOPT_RESET macroKaarle Ritvanen2017-04-122-33/+3
| * fix errors found with make_single_applets.shDenys Vlasenko2017-04-122-0/+62
| * libbb: move isqrt from factor, use it in diff tooDenys Vlasenko2017-04-111-0/+60
| * modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686Denys Vlasenko2017-04-061-17/+29
| * mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko2017-03-161-16/+33
* | Merge branch 'busybox' into mergeRon Yorston2017-02-0814-212/+259
|\|
| * Replace int -> uint to avoid signed integer overflowRostislav Skudnov2017-02-043-4/+4
| * ps: avoid -o stat to contain spaces. Closes 9631Denys Vlasenko2017-02-021-10/+14
| * libbb: match_fstype() is unreadable in the extreme, fixing itDenys Vlasenko2017-01-301-12/+8
| * libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmodeDenys Vlasenko2017-01-261-17/+19
| * libbb: shrink sump.cDenys Vlasenko2017-01-251-79/+80
| * xxd: new appletDenys Vlasenko2017-01-251-7/+5
| * tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't workDenys Vlasenko2017-01-243-7/+14
| * libbb: eliminate redundant variable in sha_cryptDenys Vlasenko2017-01-151-8/+7
| * sha512: use larger constant table only if sha512 is in fact selectedDenys Vlasenko2017-01-151-46/+66
| * libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-112-1/+38
| * busybox: stop depending on FEATURE_AUTOWIDTH for applet listDenys Vlasenko2017-01-111-5/+1
| * Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-16/+1
* | libbb: let bb_make_directory accept backslashes in pathRon Yorston2017-02-071-0/+8
* | 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