- ddd1ee4 libbb: simplify NOFORK/NOEXEC defines, move set_task_comm to libbb by Denys Vlasenko · 7 years ago
- 8858a98 libbb: rearrange NOFORK/NOEXEC code, logic is not changed by Denys Vlasenko · 7 years ago
- 80e8e3c noexec: consolidate code by Denys Vlasenko · 7 years ago
- c9c1ccc noexec: do GETOPT_RESET() before entering APPLET_main() by Denys Vlasenko · 7 years ago
- f2cf1cc noexec: set comm field for noexecs by Denys Vlasenko · 7 years ago
- 248a67f free,stat: make NOEXEC by Denys Vlasenko · 7 years ago
- 798b945 ubi tools: ubiupdatevol supports "-" input and actually respects -s SIZE by Denys Vlasenko · 7 years ago
- 2262746 slattach: code shrink, better --help text by Denys Vlasenko · 7 years ago
- 32b60cc kbd_mode: try harder to find console device if -C TTY is not given by Denys Vlasenko · 7 years ago
- 50db1f2 sysctl: recognize ";comment" and "<whitespace>#comment" lines by Denys Vlasenko · 7 years ago
- 20077c1 libbb: make trim() return pointer to terminating NUL by Denys Vlasenko · 7 years ago
- 9cf89cd sysctl: fix file parsing, do not require -w for VAR=VAL by Denys Vlasenko · 7 years ago
- b182e9a libbb: use _exit, not exit, in bb_daemonize_or_rexec() by Denys Vlasenko · 7 years ago
- dd5a402 getopt32: move support for "always treat first arg as option" to users (tar/ar) by Denys Vlasenko · 7 years ago
- 727948e getopt32: factor out code to treat all args as options by Denys Vlasenko · 7 years ago
- 19c9f31 nofork: fix a bug uncovered by hush testsuite (forgotten fflush) by Denys Vlasenko · 7 years ago
- 39194f0 new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize by Denys Vlasenko · 7 years ago
- 84ea60e line editing: make read_line_input() not take timeout param by Denys Vlasenko · 7 years ago
- 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
- 008fc94 libbb: remove vdprintf by Ron Yorston · 7 years ago
- 147d2ce standalone shell / prefer_applets: fix "exe" in comm fields by Denys Vlasenko · 7 years ago
- f128bdb shell: make standalone shell tab-complete "busybox" by Denys Vlasenko · 7 years ago
- 86d5bf4 config: trim/improve item names and help texts. by Denys Vlasenko · 7 years ago
- 86981e3 ash: allow "trap NUM [SIG]..." syntax by Denys Vlasenko · 7 years ago
- ef0366e libbb: avoid malloc/free in bb_unsetenv() by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- a3df2fa config: merge "Busybox Settings" and "Busybox Library Tuning" into one menu by Denys Vlasenko · 7 years ago
- e5b1f5a copyfd: guard use of munmap() with #if (windows builds need this) by Johannes Schindelin · 7 years ago
- 7d7c7bb libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" block by Denys Vlasenko · 7 years ago
- 90678f0 xxd: allow "-" as file name meaning stdin by Denys Vlasenko · 7 years ago
- 63214a6 libbb/dump: allow skipping over stdin too by Denys Vlasenko · 7 years ago
- 5f7904b libbb/dump: fix a few broken commits and shrink code by Denys Vlasenko · 7 years ago
- a03ac60 libbb: safe_write should not return EINTR by Denys Vlasenko · 7 years ago
- 75e90b1 cat: fix "cat -An" ignoring -n; make numbering go througn all files by Denys Vlasenko · 7 years ago
- 12a4f9a libbb: do not die if setgid/setuid(real_id) on startup fails by Denys Vlasenko · 7 years ago
- 69a5ec9 main: fix the case where user has "halt" as login shell. Closes 9986 by Denys Vlasenko · 7 years ago
- a8cf9c5 libbb: new function bb_getgroups() - allocating wrapper around getgroups() by Denys Vlasenko · 7 years ago
- d1f222c Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesis by Denys Vlasenko · 7 years ago
- d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
- 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
- 44c0ab4 libbb: fix "error: redefinition of 'is_tty_secure'" by Denys Vlasenko · 8 years ago
- a3de0b3 libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORD by Denys Vlasenko · 8 years ago
- 335681c su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY by Denys Vlasenko · 8 years ago
- 517a82c login: move check_securetty to libbb by Kaarle Ritvanen · 9 years ago
- 835ad3a libbb: GETOPT_RESET macro by Kaarle Ritvanen · 8 years ago
- d9eb40c fix errors found with make_single_applets.sh by Denys Vlasenko · 8 years ago
- 8a134ec libbb: move isqrt from factor, use it in diff too by Denys Vlasenko · 8 years ago
- 4f0b540 modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686 by Denys Vlasenko · 8 years ago
- ab518ee mount: create loop devices with LO_FLAGS_AUTOCLEAR flag by Denys Vlasenko · 8 years ago
- 8762512 Replace int -> uint to avoid signed integer overflow by Rostislav Skudnov · 8 years ago
- b6871c1 ps: avoid -o stat to contain spaces. Closes 9631 by Denys Vlasenko · 8 years ago
- 35b54a3 libbb: match_fstype() is unreadable in the extreme, fixing it by Denys Vlasenko · 8 years ago
- 9967c99 libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode by Denys Vlasenko · 8 years ago
- cb8e84e libbb: shrink sump.c by Denys Vlasenko · 8 years ago
- 0f43647 xxd: new applet by Denys Vlasenko · 8 years ago
- 49ecee0 tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work by Denys Vlasenko · 8 years ago
- 16e7f69 libbb: eliminate redundant variable in sha_crypt by Denys Vlasenko · 8 years ago
- b8935d0 sha512: use larger constant table only if sha512 is in fact selected by Denys Vlasenko · 8 years ago
- 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
- a8a075a busybox: stop depending on FEATURE_AUTOWIDTH for applet list by Denys Vlasenko · 8 years ago
- f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
- fe93624 Automatically disable FEATURE_COMPRESS_USAGE for small builds. by Denys Vlasenko · 8 years ago
- f1d76b6 appletlib: avoid warning on unused function ingroup by Cristian Ionescu-Idbohrn · 8 years ago
- 1afa494 Make FEATURE_USERNAME_COMPLETION=y by default by Denys Vlasenko · 8 years ago
- 9cc3d3a fix breakage found by mass one-applet builds by Denys Vlasenko · 8 years ago
- e184a88 df: implement -B n<suff> and -B <suff> formats of -B option by Denys Vlasenko · 8 years ago
- ac5d324 randomconfig fixes by Denys Vlasenko · 8 years ago
- c6f3524 selinux: drop deprecated headers by Mike Frysinger · 8 years ago
- 548620c randomconfig fixes by Denys Vlasenko · 8 years ago
- 4bd0c2a fix musl problem with dirname, now for all users of bb_make_directory() by Denys Vlasenko · 8 years ago
- 7d877fc Do not print useless empty line after list of applets by Denys Vlasenko · 8 years ago
- 038a977 lineedit: simplify code a bit by Denys Vlasenko · 8 years ago
- bff71d3 lineedit: fix two bugs in SIGWINCH signal handling by Denys Vlasenko · 8 years ago
- 4b89d51 ash,hush: make ^C in interactive mode visually much closer to bash behavior by Denys Vlasenko · 8 years ago
- 24860fa Move FEATURE_BUFFERS_USE_foo options to library tuning by Denys Vlasenko · 8 years ago
- 1255925 Move locale, unicode, and "use sendfile?" options to library tuning by Denys Vlasenko · 8 years ago
- 2e4ef38 lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace by Rostislav Skudnov · 8 years ago
- 7e8218f Fix allnoconfig warnings by Denys Vlasenko · 8 years ago
- 834aba3 comment and readme updates by Denys Vlasenko · 8 years ago
- 79e2598 su: expand help; simplify passing of -c CMD to run_shell() by Denys Vlasenko · 8 years ago
- 7c3c92c man: make width selection more thorough; explain how to override it by Denys Vlasenko · 8 years ago
- 1336052 lineedit: fix completion with applet names. closes 9361 by Denys Vlasenko · 8 years ago
- 7f0ebbc hush: add commented-out debug printouts in "memleak" built-in by Denys Vlasenko · 8 years ago
- 3c18e30 libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE by Denys Vlasenko · 8 years ago
- 525209a libbb/speed_table.c: expand comments by Denys Vlasenko · 8 years ago
- 4537f83 typo fix in comment by Denys Vlasenko · 8 years ago
- 65ba711 libbb: handle \S in /etc/issue by Denys Vlasenko · 8 years ago
- 7cef481 libbb:/send_to_from: do not require that "to" should have the same AF. Closes 9146 by Denys Vlasenko · 8 years ago
- 9fd61be libbb/xwrite: print errno on "short write" errors by Denys Vlasenko · 8 years ago
- 76787a7 libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bits by Denys Vlasenko · 8 years ago
- 71a090f sha3: fix to conform to final SHA3 padding standard, add -a BITS option by Denys Vlasenko · 8 years ago
- d3d7f08 hexdump: fix numerous bugs in handling of backslashes by Denys Vlasenko · 8 years ago
- 215b0ca hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186 by Denys Vlasenko · 8 years ago
- 7e6f931 lineedit: trivial codeshrink for vi-mode by Natanael Copa · 8 years ago
- 98c50f9 cp: fix -i for POSIX mode. Closes 9106 by Denys Vlasenko · 8 years ago
- 0fb0045 config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK by Denys Vlasenko · 8 years ago
- ca00338 cp: make verbose cp show symlink copies too by Denys Vlasenko · 8 years ago
- 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
- f4f8fe8 build system: fix a few warnings for allnoconfig build by Denys Vlasenko · 8 years ago
- 1b0dcc0 libbb: suppress warning about run_applet_and_exit by Ron Yorston · 8 years ago