aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2017-07-03fixes for bugs found by make_single_applets.shDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-04-13libbb: fix "error: redefinition of 'is_tty_secure'"Denys Vlasenko
2017-04-13libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORDDenys Vlasenko
2017-04-13su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTYDenys Vlasenko
2017-04-13login: move check_securetty to libbbKaarle Ritvanen
2017-04-12libbb: GETOPT_RESET macroKaarle Ritvanen
2017-04-12fix errors found with make_single_applets.shDenys Vlasenko
2017-04-11libbb: move isqrt from factor, use it in diff tooDenys Vlasenko
2017-04-06modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686Denys Vlasenko
2017-03-16mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko
2017-02-04Replace int -> uint to avoid signed integer overflowRostislav Skudnov
2017-02-02ps: avoid -o stat to contain spaces. Closes 9631Denys Vlasenko
2017-01-30libbb: match_fstype() is unreadable in the extreme, fixing itDenys Vlasenko
2017-01-26libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmodeDenys Vlasenko
2017-01-25libbb: shrink sump.cDenys Vlasenko
2017-01-25xxd: new appletDenys Vlasenko
2017-01-24tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't workDenys Vlasenko
2017-01-15libbb: eliminate redundant variable in sha_cryptDenys Vlasenko
2017-01-15sha512: use larger constant table only if sha512 is in fact selectedDenys Vlasenko
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko
2017-01-11busybox: stop depending on FEATURE_AUTOWIDTH for applet listDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2017-01-06Automatically disable FEATURE_COMPRESS_USAGE for small builds.Denys Vlasenko
2017-01-03appletlib: avoid warning on unused function ingroupCristian Ionescu-Idbohrn
2016-12-23Make FEATURE_USERNAME_COMPLETION=y by defaultDenys Vlasenko
2016-12-23fix breakage found by mass one-applet buildsDenys Vlasenko
2016-12-12df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko
2016-12-10randomconfig fixesDenys Vlasenko
2016-12-09selinux: drop deprecated headersMike Frysinger
2016-12-08randomconfig fixesDenys Vlasenko
2016-12-04fix musl problem with dirname, now for all users of bb_make_directory()Denys Vlasenko
2016-11-28Do not print useless empty line after list of appletsDenys Vlasenko
2016-11-28lineedit: simplify code a bitDenys Vlasenko
2016-11-27lineedit: fix two bugs in SIGWINCH signal handlingDenys Vlasenko
2016-11-25ash,hush: make ^C in interactive mode visually much closer to bash behaviorDenys Vlasenko
2016-11-24Move FEATURE_BUFFERS_USE_foo options to library tuningDenys Vlasenko
2016-11-24Move locale, unicode, and "use sendfile?" options to library tuningDenys Vlasenko
2016-11-24lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-BackspaceRostislav Skudnov
2016-11-18Fix allnoconfig warningsDenys Vlasenko
2016-11-04comment and readme updatesDenys Vlasenko
2016-11-03su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko
2016-10-31man: make width selection more thorough; explain how to override itDenys Vlasenko
2016-10-24lineedit: fix completion with applet names. closes 9361Denys Vlasenko
2016-10-03hush: add commented-out debug printouts in "memleak" built-inDenys Vlasenko
2016-09-26libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko
2016-09-26libbb/speed_table.c: expand commentsDenys Vlasenko
2016-09-26typo fix in commentDenys Vlasenko
2016-09-24libbb: handle \S in /etc/issueDenys Vlasenko
2016-09-15libbb:/send_to_from: do not require that "to" should have the same AF. Closes...Denys Vlasenko