1. a3de0b3 libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORD by Denys Vlasenko · 8 years ago
  2. 335681c su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY by Denys Vlasenko · 8 years ago
  3. 517a82c login: move check_securetty to libbb by Kaarle Ritvanen · 9 years ago
  4. 352ddd3 Tweak GETOPT_RESET comment by Denys Vlasenko · 8 years ago
  5. 835ad3a libbb: GETOPT_RESET macro by Kaarle Ritvanen · 8 years ago
  6. d9eb40c fix errors found with make_single_applets.sh by Denys Vlasenko · 8 years ago
  7. 8a134ec libbb: move isqrt from factor, use it in diff too by Denys Vlasenko · 8 years ago
  8. d88f94a nl: new applet; also implement cat -nb (similar functionality to nl) by Denys Vlasenko · 8 years ago
  9. ab518ee mount: create loop devices with LO_FLAGS_AUTOCLEAR flag by Denys Vlasenko · 8 years ago
  10. 35b54a3 libbb: match_fstype() is unreadable in the extreme, fixing it by Denys Vlasenko · 8 years ago
  11. 9967c99 libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode by Denys Vlasenko · 8 years ago
  12. 89193f9 tls: can download kernels now :) by Denys Vlasenko · 8 years ago
  13. 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
  14. 9a647c3 separate TLS code into a library, use in in wget by Denys Vlasenko · 8 years ago
  15. 9731ca7 password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWD by Denys Vlasenko · 8 years ago
  16. 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
  17. f10f7a2 Allow FAST_FUNC to be overridden at build time by Kang-Che Sung · 8 years ago
  18. a1cd0d9 modprobe-small: make applets individually selectable by Denys Vlasenko · 8 years ago
  19. 326edc3 Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config" by Denys Vlasenko · 8 years ago
  20. e184a88 df: implement -B n<suff> and -B <suff> formats of -B option by Denys Vlasenko · 8 years ago
  21. 4f13a70 suppress glibc "use sysmacros.h for major" warning by Denys Vlasenko · 8 years ago
  22. c6f3524 selinux: drop deprecated headers by Mike Frysinger · 8 years ago
  23. 548620c randomconfig fixes by Denys Vlasenko · 8 years ago
  24. 2e4ef38 lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace by Rostislav Skudnov · 8 years ago
  25. 5bbee27 Remove outdated comments by Denys Vlasenko · 8 years ago
  26. f7683cd Convert all udhcp applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  27. a8e52da Convert all selinux/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  28. 15fb91c test: make [ and [[ forms individually selectable by Denys Vlasenko · 8 years ago
  29. 73f743a Remove remnants of disabled "length" applet by Denys Vlasenko · 8 years ago
  30. af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  31. dd898c9 Convert all util-linux/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  32. 6d93299 Convert all console-tools/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  33. c19f758 Convert all mailutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  34. 29e2c45 tc: consolidate its disabled bits by Denys Vlasenko · 8 years ago
  35. 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  36. f8f81ed Convert all procps/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  37. f88e3bf Convert all miscutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  38. f4d0f4e applets.h.sh: a script to check applet names against config options by Denys Vlasenko · 8 years ago
  39. 10880cc Make mkfs.vfat and mkdosfs individually selectable by Denys Vlasenko · 8 years ago
  40. 0581a2f Make mke2fs and mkfs.ext2 individually selectable by Denys Vlasenko · 8 years ago
  41. a8c696b Make ifup and ifdown individually selectable. by Denys Vlasenko · 8 years ago
  42. f417ffd Make swapon and swapoff individually selectable. by Denys Vlasenko · 8 years ago
  43. 67fd2f2 dnsdomainname: split it from "hostname", make it independently selectable by Denys Vlasenko · 8 years ago
  44. 79e2598 su: expand help; simplify passing of -c CMD to run_shell() by Denys Vlasenko · 8 years ago
  45. 0ae0509 libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL) by Denys Vlasenko · 8 years ago
  46. 71a090f sha3: fix to conform to final SHA3 padding standard, add -a BITS option by Denys Vlasenko · 8 years ago
  47. aa3576a hush: fix "redirects can close script fd" bug by Denys Vlasenko · 8 years ago
  48. 0fb0045 config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK by Denys Vlasenko · 8 years ago
  49. 984b0a6 libarchive: fix xmalloc_open_zipped_read_close() on NOMMU by Denys Vlasenko · 8 years ago
  50. ce824ae libbb: move common code into run_applet_and_exit by Ron Yorston · 9 years ago
  51. 877dedb cp: add -u/--update and --remove-destination by Denys Vlasenko · 9 years ago
  52. 4c8fa34 generate_BUFSIZ.sh: yet another tweak by Denys Vlasenko · 9 years ago
  53. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  54. 6aab992 whitespace and namespace cleanups by Denys Vlasenko · 9 years ago
  55. b068cf2 ubirmvol: Implement -N switch for ubirmvol by Sven Eisenberg · 9 years ago
  56. 8220399 nsenter,unshare: share common code; fix a bug of not closing all fds by Denys Vlasenko · 9 years ago
  57. c4199f2 libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) by Denys Vlasenko · 9 years ago
  58. 8f2e99c udhcp: get rid of bb_info_msg() by Denys Vlasenko · 9 years ago
  59. 610c4c3 applet_tables: save space by removing applet name offsets by Ron Yorston · 9 years ago
  60. dbb58a3 fixes for problems found by bionic build by Denys Vlasenko · 9 years ago
  61. 40eea69 Fix compiling with musl's utmp stubs by Kylie McClain · 9 years ago
  62. b505251 include/platform.h: Remove extra #endif introduced in 6df9612. by Ari Sundholm · 9 years ago
  63. 6df9612 Resolve linker issues with Android API 21 (dprintf, tcdrain) by Chris Renshaw · 9 years ago
  64. 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
  65. accd9ee remove systemd support by Denys Vlasenko · 9 years ago
  66. 6c563e3 tar: add support for --strip-components=N by Denys Vlasenko · 9 years ago
  67. f2ccefb setarch: add support for '-R' (disable randomization) by Denys Vlasenko · 9 years ago
  68. 526d858 libbb: get_uidgid() always called with allow_numeric=1 by Denys Vlasenko · 9 years ago
  69. 95dee81 loginutils/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  70. 28826ac debianutils/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  71. 854bb68 printutils/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  72. 0863e1a runit/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  73. 000eda4 e2fsprogs/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  74. d34f300 sysklogd/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  75. 2735bc0 cpio: implement -R/--owner by Aaro Koskinen · 9 years ago
  76. 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
  77. ab3964d libbb: introduce kernel-style BUILD_BUG_ON() by Denys Vlasenko · 9 years ago
  78. e52da55 libbb: auto_string() for efficient handling of temporary malloced stirngs by Denys Vlasenko · 9 years ago
  79. 550bf5b remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds by Denys Vlasenko · 9 years ago
  80. 5711a2a libbb: more compact API for bb_parse_mode() by Denys Vlasenko · 9 years ago
  81. 1c6c670 wget: make openssl/ssl_helper choice configurable by Denys Vlasenko · 9 years ago
  82. 7448b51 libbb: add is_suffixed_with() function by Bartosz Golaszewski · 9 years ago
  83. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  84. d077565 unit-tests: remove unnecesary field from struct bbunit_listelem by Bartosz Golaszewski · 9 years ago
  85. 35ae2cc sync: add support for -d -f FILE by Denys Vlasenko · 9 years ago
  86. d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 9 years ago
  87. 778efe3 Conditionalize Bionic workarounds on __ANDROID_API__ by Matt Whitlock · 10 years ago
  88. f23e3ec Bionic lacks mempcpy; enable existing workaround by Matt Whitlock · 10 years ago
  89. cee5905 Bionic lacks ttyname_r; provide a workaround by Matt Whitlock · 10 years ago
  90. 7d86384 include: Fallback to UTMP unless there is UTMPX support by Bernhard Reutner-Fischer · 10 years ago
  91. 61d6ae2 libbb: remove unnecessary argument to nonblock_immune_read by Ron Yorston · 10 years ago
  92. 86a7f18 *: Switch to POSIX utmpx API by Bernhard Reutner-Fischer · 10 years ago
  93. 911db16 truncate: new applet by Ari Sundholm · 10 years ago
  94. 8893023 dd: move suffix struct to xatonum.c by Ari Sundholm · 10 years ago
  95. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  96. 23cfaab libpwdgrp: use getpwent() instead of getpwent_r() by Denys Vlasenko · 10 years ago
  97. f7f70bf gzip: speed up and shrink put_16bit() by Denys Vlasenko · 10 years ago
  98. 5104645 platform.h: enable mempcpy for FreeBSD by Denys Vlasenko · 10 years ago
  99. 08f9ffc dpkg: update supported compression methods by Denys Vlasenko · 10 years ago
  100. 8c05a74 platform.h: mempcpy needs <string.h> by Denys Vlasenko · 10 years ago