- 2af5e3f libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT by Denys Vlasenko · 7 years ago
- a84db18 tar,unzip: postpone creation of symlinks with "suspicious" targets 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
- 1783ffa wget: add EPSV support by Denys Vlasenko · 7 years ago
- 403f299 wget: initial support for ftps:// by Denys Vlasenko · 7 years ago
- ddacb03 libbb: commonalize a bit of little-endian CRC32 table generation code by Denys Vlasenko · 7 years ago
- d15d7a0 cp: implement -T by Aaro Koskinen · 7 years ago
- d6f0f03 libarchive: move bbunpack constants to bb_archive.h by Denys Vlasenko · 7 years ago
- 99ac175 lzop: code shrink by Denys Vlasenko · 7 years ago
- cca7c61 which: fix TODO with NOFORK+malloc_failure misbehaving by Denys Vlasenko · 7 years ago
- 6f97b30 use %m printf specifier where appropriate by Denys Vlasenko · 7 years ago
- aaaaaa5 less,microcom,lineedit: use common routine to set raw termios 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
- bac929b Hopefully fix "will break strict-aliasing rules" warning for get_le32 by Denys Vlasenko · 7 years ago
- bc9bbeb libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 by Denys Vlasenko · 7 years ago
- 0cf64c8 rpm2cpio: handle LZMA compressed rpms. closes 10166 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
- 80e8e3c noexec: consolidate code by Denys Vlasenko · 7 years ago
- f2cf1cc noexec: set comm field for noexecs 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
- b182e9a libbb: use _exit, not exit, in bb_daemonize_or_rexec() by Denys Vlasenko · 7 years ago
- 727948e getopt32: factor out code to treat all args as options by Denys Vlasenko · 7 years ago
- 84ea60e line editing: make read_line_input() not take timeout param by Denys Vlasenko · 7 years ago
- 008fc94 libbb: remove vdprintf by Ron Yorston · 7 years ago
- be366e5 ash: support platforms that don't have '%m' printf specifier by Ron Yorston · 7 years ago
- 619d9b5 ash: less hackish implementation of evaltreenr() by Denys Vlasenko · 7 years ago
- b920a38 tar: postpone creation of symlinks with "suspicious" targets. Closes 8411 by Denys Vlasenko · 7 years ago
- e4f6bfd zcip: fix slow environment leak by Denys Vlasenko · 7 years ago
- 2c1258c Move get_unaligned_le32() macros to platform.h 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
- d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 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
- 352ddd3 Tweak GETOPT_RESET comment by Denys Vlasenko · 8 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
- d88f94a nl: new applet; also implement cat -nb (similar functionality to nl) by Denys Vlasenko · 8 years ago
- ab518ee mount: create loop devices with LO_FLAGS_AUTOCLEAR flag 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
- 89193f9 tls: can download kernels now :) 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
- 9a647c3 separate TLS code into a library, use in in wget by Denys Vlasenko · 8 years ago
- 9731ca7 password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWD by Denys Vlasenko · 8 years ago
- 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
- f10f7a2 Allow FAST_FUNC to be overridden at build time by Kang-Che Sung · 8 years ago
- a1cd0d9 modprobe-small: make applets individually selectable by Denys Vlasenko · 8 years ago
- 326edc3 Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config" 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
- 4f13a70 suppress glibc "use sysmacros.h for major" warning 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
- 2e4ef38 lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace by Rostislav Skudnov · 8 years ago
- 5bbee27 Remove outdated comments by Denys Vlasenko · 8 years ago
- f7683cd Convert all udhcp applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- a8e52da Convert all selinux/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 15fb91c test: make [ and [[ forms individually selectable by Denys Vlasenko · 8 years ago
- 73f743a Remove remnants of disabled "length" applet by Denys Vlasenko · 8 years ago
- af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- dd898c9 Convert all util-linux/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 6d93299 Convert all console-tools/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- c19f758 Convert all mailutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 29e2c45 tc: consolidate its disabled bits by Denys Vlasenko · 8 years ago
- 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- f8f81ed Convert all procps/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- f88e3bf Convert all miscutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- f4d0f4e applets.h.sh: a script to check applet names against config options by Denys Vlasenko · 8 years ago
- 10880cc Make mkfs.vfat and mkdosfs individually selectable by Denys Vlasenko · 8 years ago
- 0581a2f Make mke2fs and mkfs.ext2 individually selectable by Denys Vlasenko · 8 years ago
- a8c696b Make ifup and ifdown individually selectable. by Denys Vlasenko · 8 years ago
- f417ffd Make swapon and swapoff individually selectable. by Denys Vlasenko · 8 years ago
- 67fd2f2 dnsdomainname: split it from "hostname", make it independently selectable by Denys Vlasenko · 8 years ago
- 79e2598 su: expand help; simplify passing of -c CMD to run_shell() by Denys Vlasenko · 8 years ago
- 0ae0509 libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL) 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
- aa3576a hush: fix "redirects can close script fd" bug by Denys Vlasenko · 8 years ago
- 0fb0045 config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK by Denys Vlasenko · 8 years ago
- 984b0a6 libarchive: fix xmalloc_open_zipped_read_close() on NOMMU by Denys Vlasenko · 8 years ago
- ce824ae libbb: move common code into run_applet_and_exit by Ron Yorston · 9 years ago
- 877dedb cp: add -u/--update and --remove-destination by Denys Vlasenko · 9 years ago
- 4c8fa34 generate_BUFSIZ.sh: yet another tweak by Denys Vlasenko · 9 years ago
- e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
- 6aab992 whitespace and namespace cleanups by Denys Vlasenko · 9 years ago
- b068cf2 ubirmvol: Implement -N switch for ubirmvol by Sven Eisenberg · 9 years ago
- 8220399 nsenter,unshare: share common code; fix a bug of not closing all fds by Denys Vlasenko · 9 years ago
- c4199f2 libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) by Denys Vlasenko · 9 years ago
- 8f2e99c udhcp: get rid of bb_info_msg() by Denys Vlasenko · 9 years ago
- 610c4c3 applet_tables: save space by removing applet name offsets by Ron Yorston · 9 years ago
- dbb58a3 fixes for problems found by bionic build by Denys Vlasenko · 9 years ago
- 40eea69 Fix compiling with musl's utmp stubs by Kylie McClain · 9 years ago
- b505251 include/platform.h: Remove extra #endif introduced in 6df9612. by Ari Sundholm · 9 years ago
- 6df9612 Resolve linker issues with Android API 21 (dprintf, tcdrain) by Chris Renshaw · 9 years ago