Age | Commit message (Expand) | Author |
2017-03-16 | mount: create loop devices with LO_FLAGS_AUTOCLEAR flag | Denys Vlasenko |
2017-02-04 | Replace int -> uint to avoid signed integer overflow | Rostislav Skudnov |
2017-02-02 | ps: avoid -o stat to contain spaces. Closes 9631 | Denys Vlasenko |
2017-01-30 | libbb: match_fstype() is unreadable in the extreme, fixing it | Denys Vlasenko |
2017-01-26 | libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode | Denys Vlasenko |
2017-01-25 | libbb: shrink sump.c | Denys Vlasenko |
2017-01-25 | xxd: new applet | Denys Vlasenko |
2017-01-24 | tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work | Denys Vlasenko |
2017-01-15 | libbb: eliminate redundant variable in sha_crypt | Denys Vlasenko |
2017-01-15 | sha512: use larger constant table only if sha512 is in fact selected | Denys Vlasenko |
2017-01-11 | libbb: consolidate the code to set termios unbuffered mode | Denys Vlasenko |
2017-01-11 | busybox: stop depending on FEATURE_AUTOWIDTH for applet list | Denys Vlasenko |
2017-01-10 | Big cleanup in config help and description | Denys Vlasenko |
2017-01-06 | Automatically disable FEATURE_COMPRESS_USAGE for small builds. | Denys Vlasenko |
2017-01-03 | appletlib: avoid warning on unused function ingroup | Cristian Ionescu-Idbohrn |
2016-12-23 | Make FEATURE_USERNAME_COMPLETION=y by default | Denys Vlasenko |
2016-12-23 | fix breakage found by mass one-applet builds | Denys Vlasenko |
2016-12-12 | df: implement -B n<suff> and -B <suff> formats of -B option | Denys Vlasenko |
2016-12-10 | randomconfig fixes | Denys Vlasenko |
2016-12-09 | selinux: drop deprecated headers | Mike Frysinger |
2016-12-08 | randomconfig fixes | Denys Vlasenko |
2016-12-04 | fix musl problem with dirname, now for all users of bb_make_directory() | Denys Vlasenko |
2016-11-28 | Do not print useless empty line after list of applets | Denys Vlasenko |
2016-11-28 | lineedit: simplify code a bit | Denys Vlasenko |
2016-11-27 | lineedit: fix two bugs in SIGWINCH signal handling | Denys Vlasenko |
2016-11-25 | ash,hush: make ^C in interactive mode visually much closer to bash behavior | Denys Vlasenko |
2016-11-24 | Move FEATURE_BUFFERS_USE_foo options to library tuning | Denys Vlasenko |
2016-11-24 | Move locale, unicode, and "use sendfile?" options to library tuning | Denys Vlasenko |
2016-11-24 | lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace | Rostislav Skudnov |
2016-11-18 | Fix allnoconfig warnings | Denys Vlasenko |
2016-11-04 | comment and readme updates | Denys Vlasenko |
2016-11-03 | su: expand help; simplify passing of -c CMD to run_shell() | Denys Vlasenko |
2016-10-31 | man: make width selection more thorough; explain how to override it | Denys Vlasenko |
2016-10-24 | lineedit: fix completion with applet names. closes 9361 | Denys Vlasenko |
2016-10-03 | hush: add commented-out debug printouts in "memleak" built-in | Denys Vlasenko |
2016-09-26 | libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE | Denys Vlasenko |
2016-09-26 | libbb/speed_table.c: expand comments | Denys Vlasenko |
2016-09-26 | typo fix in comment | Denys Vlasenko |
2016-09-24 | libbb: handle \S in /etc/issue | Denys Vlasenko |
2016-09-15 | libbb:/send_to_from: do not require that "to" should have the same AF. Closes... | Denys Vlasenko |
2016-09-05 | libbb/xwrite: print errno on "short write" errors | Denys Vlasenko |
2016-09-01 | libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bits | Denys Vlasenko |
2016-08-29 | sha3: fix to conform to final SHA3 padding standard, add -a BITS option | Denys Vlasenko |
2016-08-26 | hexdump: fix numerous bugs in handling of backslashes | Denys Vlasenko |
2016-08-19 | hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186 | Denys Vlasenko |
2016-08-14 | lineedit: trivial codeshrink for vi-mode | Natanael Copa |
2016-08-13 | cp: fix -i for POSIX mode. Closes 9106 | Denys Vlasenko |
2016-07-22 | config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK | Denys Vlasenko |
2016-07-14 | cp: make verbose cp show symlink copies too | Denys Vlasenko |
2016-07-06 | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko |