- 151de44 ash: recognize embedded scripts in SH_STANDALONE mode by Ron Yorston · 6 years ago
- aa2959c claenups for previous commit by Denys Vlasenko · 6 years ago
- 4f2ef4a ash: allow shell scripts to be embedded in the binary by Denys Vlasenko · 6 years ago
- 656ca7b libbb/u_signal_names.c: don't check errno after bb_strtou by Rasmus Villemoes · 6 years ago
- 571e525 libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum() by Rasmus Villemoes · 6 years ago
- 93ef5dd printf: fix printf "%u\n" +18446744073709551614 by Denys Vlasenko · 6 years ago
- 3db4e7f printf: fix printing +-prefixed numbers by Bernhard Reutner-Fischer · 6 years ago
- 349d72c unzip: use printable_string() for printing filenames by Denys Vlasenko · 6 years ago
- 76832ff date: do not allow "month #20" and such, closes 11356 by Denys Vlasenko · 6 years ago
- 05b1806 remove_file: don't call rmdir if remove_file return failure by Chen Yu · 6 years ago
- 28d91d7 libbb: fix potential NULL pointer use by Denys Vlasenko · 6 years ago
- 3060992 libbb: fix use-after-free in copy_file by Denys Vlasenko · 6 years ago
- 22a9951 libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file() by Denys Vlasenko · 6 years ago
- 0d598ab Revert "libbb: remove unnecessary variable in xmalloc_fgets" by Denys Vlasenko · 6 years ago
- 6791140 fix !CONFIG_FLOAT_DURATION build by Denys Vlasenko · 6 years ago
- 277e00e Complie libbb/duration.c if ping[6] is selected by Denys Vlasenko · 6 years ago
- 4c20d9f extend fractional duration support to "top -d N.N" and "timeout" by Denys Vlasenko · 6 years ago
- 41ef41b hush: fix nested redirects colliding with script fds by Denys Vlasenko · 6 years ago
- 4c201c0 whitespace fixes by Denys Vlasenko · 6 years ago
- 79fb6ac cp: optional --reflink support by Denys Vlasenko · 6 years ago
- 253f555 usage: do not print trailing space for commands which have no arguments by Denys Vlasenko · 6 years ago
- e5d5f5b hexdump: fix short file of zero butes treated as dup by Denys Vlasenko · 6 years ago
- 3357666 testsuite/mount.tests: fix false positive by Denys Vlasenko · 6 years ago
- 57dbe4d libbb: crypt() in newer glibc requires include <crypt.h> by Denys Vlasenko · 6 years ago
- 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
- bf7f103 whitespace fix by Denys Vlasenko · 7 years ago
- 7471621 realpath,readlink -f: coreutils compat, closes 11021 by Denys Vlasenko · 7 years ago
- 2aeb201 libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avoided by Denys Vlasenko · 7 years ago
- 058a153 less: fix fallout from "use common routine to set raw termios" by Denys Vlasenko · 7 years ago
- 38ccd6a bzip2: fix two crashes on corrupted archives by Denys Vlasenko · 7 years ago
- 17058a0 libbb: switch bb_ask_noecho() to "mallocing" string return API by Denys Vlasenko · 7 years ago
- bae8fc4 xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy by Denys Vlasenko · 7 years ago
- 77cb6b9 libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confirmation by Denys Vlasenko · 7 years ago
- 2f094ae telnet: move winsize detection closer to I/O loop, delete non-functioning debug code by Denys Vlasenko · 7 years ago
- 2ab994f placate gcc-8.0.1 warnings by Denys Vlasenko · 7 years ago
- f5018da hush: fix "unset PS1/PS2", and put them into initial variable set by Denys Vlasenko · 7 years ago
- 899ae53 libbb: new function bb_die_memory_exhausted by Denys Vlasenko · 7 years ago
- e2afae6 sed: prevent overflow of length from bb_get_chunk_from_file by Quentin Rameau · 7 years ago
- 2da9724 libbb: remove unnecessary variable in xmalloc_fgets by Quentin Rameau · 7 years ago
- e4defe8 libbb: use BUILD_BUG_ON in utoa_to_buf() by Denys Vlasenko · 7 years ago
- d9aabfe make busybox more portable by Sean MacLennan · 7 years ago
- cc22274 libbb: Use return value from is_prefixed_with() by Andy Shevchenko · 7 years ago
- 2328690 lineedit: allow window size tracking to be disabled by Ron Yorston · 7 years ago
- 2af5e3f libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT by Denys Vlasenko · 7 years ago
- edccc98 progress meter: add disabled code for a more stable ETA by Denys Vlasenko · 7 years ago
- ba3b9db libbb: introduce and use bb_getsockname() by Denys Vlasenko · 7 years ago
- 47529d3 libbb: shrink wget/tftp progress indicator code a bit more by Denys Vlasenko · 7 years ago
- ab843e3 libbb: shrink wget/tftp progress indicator code for 32-bit by Denys Vlasenko · 7 years ago
- 1267770 fix compile failure in previous commit by Denys Vlasenko · 7 years ago
- 5cdd120 unzip: do not set directory mode to 0777 by Denys Vlasenko · 7 years ago
- ddacb03 libbb: commonalize a bit of little-endian CRC32 table generation code by Denys Vlasenko · 7 years ago
- cca7c61 which: fix TODO with NOFORK+malloc_failure misbehaving by Denys Vlasenko · 7 years ago
- 7367a94 libbb: compile obscure() only if FEATURE_PASSWD_WEAK_CHECK=y by Denys Vlasenko · 7 years ago
- 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
- 0a67722 lineedit: get terminal width before printing prompt by Denys Vlasenko · 7 years ago
- c3797d4 lineedit: do not tab-complete any strings which have control characters by Denys Vlasenko · 7 years ago
- 518fb3b udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portable by James Clarke · 7 years ago
- 24e17b4 xfuncs: Handle missing non-POSIX termios constants by James Clarke · 7 years ago
- 0fd5dbb lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381 by Avi Halachmi · 7 years ago
- 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- 416899f do not include <sys/stat.h> just before "libbb.h", it's there already by Denys Vlasenko · 7 years ago
- ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
- 7735e52 Clarify OPOST bit meaning by Denys Vlasenko · 7 years ago
- aaaaaa5 less,microcom,lineedit: use common routine to set raw termios by Denys Vlasenko · 7 years ago
- 8187e01 *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m by Denys Vlasenko · 7 years ago
- 6016181 hush: GETOPT_RESET() _after_ getopts too. by Denys Vlasenko · 7 years ago
- 200bcc8 run-init: new applet by Denys Vlasenko · 7 years ago
- 44b3f2f libbb: move capability names code to libbb by Denys Vlasenko · 7 years ago
- bc9bbeb libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 by Denys Vlasenko · 7 years ago
- 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
- 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
- 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