1. 50db1f2 sysctl: recognize ";comment" and "<whitespace>#comment" lines by Denys Vlasenko · 7 years ago
  2. 20077c1 libbb: make trim() return pointer to terminating NUL by Denys Vlasenko · 7 years ago
  3. b182e9a libbb: use _exit, not exit, in bb_daemonize_or_rexec() by Denys Vlasenko · 7 years ago
  4. 727948e getopt32: factor out code to treat all args as options by Denys Vlasenko · 7 years ago
  5. 84ea60e line editing: make read_line_input() not take timeout param by Denys Vlasenko · 7 years ago
  6. 008fc94 libbb: remove vdprintf by Ron Yorston · 7 years ago
  7. e4f6bfd zcip: fix slow environment leak by Denys Vlasenko · 7 years ago
  8. 69a5ec9 main: fix the case where user has "halt" as login shell. Closes 9986 by Denys Vlasenko · 7 years ago
  9. a8cf9c5 libbb: new function bb_getgroups() - allocating wrapper around getgroups() by Denys Vlasenko · 7 years ago
  10. d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
  11. a3de0b3 libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORD by Denys Vlasenko · 8 years ago
  12. 335681c su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY by Denys Vlasenko · 8 years ago
  13. 517a82c login: move check_securetty to libbb by Kaarle Ritvanen · 9 years ago
  14. 352ddd3 Tweak GETOPT_RESET comment by Denys Vlasenko · 8 years ago
  15. 835ad3a libbb: GETOPT_RESET macro by Kaarle Ritvanen · 8 years ago
  16. d9eb40c fix errors found with make_single_applets.sh by Denys Vlasenko · 8 years ago
  17. 8a134ec libbb: move isqrt from factor, use it in diff too by Denys Vlasenko · 8 years ago
  18. d88f94a nl: new applet; also implement cat -nb (similar functionality to nl) by Denys Vlasenko · 8 years ago
  19. ab518ee mount: create loop devices with LO_FLAGS_AUTOCLEAR flag by Denys Vlasenko · 8 years ago
  20. 35b54a3 libbb: match_fstype() is unreadable in the extreme, fixing it by Denys Vlasenko · 8 years ago
  21. 9967c99 libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode by Denys Vlasenko · 8 years ago
  22. 89193f9 tls: can download kernels now :) by Denys Vlasenko · 8 years ago
  23. 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
  24. 9a647c3 separate TLS code into a library, use in in wget by Denys Vlasenko · 8 years ago
  25. 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
  26. e184a88 df: implement -B n<suff> and -B <suff> formats of -B option by Denys Vlasenko · 8 years ago
  27. 4f13a70 suppress glibc "use sysmacros.h for major" warning by Denys Vlasenko · 8 years ago
  28. c6f3524 selinux: drop deprecated headers by Mike Frysinger · 8 years ago
  29. 548620c randomconfig fixes by Denys Vlasenko · 8 years ago
  30. 2e4ef38 lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace by Rostislav Skudnov · 8 years ago
  31. 79e2598 su: expand help; simplify passing of -c CMD to run_shell() by Denys Vlasenko · 8 years ago
  32. 0ae0509 libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL) by Denys Vlasenko · 8 years ago
  33. 71a090f sha3: fix to conform to final SHA3 padding standard, add -a BITS option by Denys Vlasenko · 8 years ago
  34. aa3576a hush: fix "redirects can close script fd" bug by Denys Vlasenko · 8 years ago
  35. ce824ae libbb: move common code into run_applet_and_exit by Ron Yorston · 9 years ago
  36. 877dedb cp: add -u/--update and --remove-destination by Denys Vlasenko · 9 years ago
  37. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  38. 6aab992 whitespace and namespace cleanups by Denys Vlasenko · 9 years ago
  39. b068cf2 ubirmvol: Implement -N switch for ubirmvol by Sven Eisenberg · 9 years ago
  40. 8220399 nsenter,unshare: share common code; fix a bug of not closing all fds by Denys Vlasenko · 9 years ago
  41. c4199f2 libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) by Denys Vlasenko · 9 years ago
  42. 8f2e99c udhcp: get rid of bb_info_msg() by Denys Vlasenko · 9 years ago
  43. dbb58a3 fixes for problems found by bionic build by Denys Vlasenko · 9 years ago
  44. 40eea69 Fix compiling with musl's utmp stubs by Kylie McClain · 9 years ago
  45. 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
  46. accd9ee remove systemd support by Denys Vlasenko · 9 years ago
  47. 526d858 libbb: get_uidgid() always called with allow_numeric=1 by Denys Vlasenko · 9 years ago
  48. 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
  49. ab3964d libbb: introduce kernel-style BUILD_BUG_ON() by Denys Vlasenko · 9 years ago
  50. e52da55 libbb: auto_string() for efficient handling of temporary malloced stirngs by Denys Vlasenko · 9 years ago
  51. 550bf5b remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds by Denys Vlasenko · 9 years ago
  52. 5711a2a libbb: more compact API for bb_parse_mode() by Denys Vlasenko · 9 years ago
  53. 7448b51 libbb: add is_suffixed_with() function by Bartosz Golaszewski · 9 years ago
  54. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  55. d077565 unit-tests: remove unnecesary field from struct bbunit_listelem by Bartosz Golaszewski · 9 years ago
  56. d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 9 years ago
  57. 7d86384 include: Fallback to UTMP unless there is UTMPX support by Bernhard Reutner-Fischer · 10 years ago
  58. 61d6ae2 libbb: remove unnecessary argument to nonblock_immune_read by Ron Yorston · 10 years ago
  59. 86a7f18 *: Switch to POSIX utmpx API by Bernhard Reutner-Fischer · 10 years ago
  60. 911db16 truncate: new applet by Ari Sundholm · 10 years ago
  61. 8893023 dd: move suffix struct to xatonum.c by Ari Sundholm · 10 years ago
  62. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  63. da92126 libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS by Denys Vlasenko · 10 years ago
  64. a6588fa Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGS by Peter Kümmel · 10 years ago
  65. b4c11c1 libarchive: add capability to unpack to mem.buffer by Denys Vlasenko · 10 years ago
  66. 04c1417 libbb: use ARG_MAX for bb_arg_max() only if it's 60k+ by Denys Vlasenko · 10 years ago
  67. d3fabf8 zcip: Add environment variable for overriding log functionality by Michel Stam · 10 years ago
  68. d6e7672 less: move "retry-on-EAGAIN" logic closer to read ops by Denys Vlasenko · 10 years ago
  69. feac9b6 ftpd: add optional support for authentication by Morten Kvistgaard · 10 years ago
  70. bf0f2c7 Rename INIT_LAST to INIT_FUNC to avoid confusion by Bartosz Golaszewski · 10 years ago
  71. 3ed81cf unit-tests: implement the unit-testing framework by Bartosz Golaszewski · 10 years ago
  72. 5d2e409 libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes by Bartosz Golaszewski · 10 years ago
  73. f92f1d0 find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit by Denys Vlasenko · 10 years ago
  74. 17f8418 Add conditional support for -v / --verbose by Denys Vlasenko · 11 years ago
  75. e765b5a libbb: rename execable -> executable. No code changes by Denys Vlasenko · 11 years ago
  76. 3dfe0ae libbb: make syslog level for bb_error_msg's configurable. use it in crond by Denys Vlasenko · 11 years ago
  77. 6f06890 xargs: add support for -I and -i. Closes 493 by Denys Vlasenko · 11 years ago
  78. 640ce3d zcat: complain if input is not compressed by Denys Vlasenko · 11 years ago
  79. 8b59b2c libbb: move nuke_str() from passwd into libbb by Denys Vlasenko · 11 years ago
  80. 9c1c605 sulogin: use common password-checking routine. by Denys Vlasenko · 11 years ago
  81. af4f0e4 libbb: use <poll.h> instead of <sys/poll.h> by Thomas Petazzoni · 11 years ago
  82. 840ef17 wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) by Guilherme Maciel Ferreira · 11 years ago
  83. 5906a5c libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions by Ryan Mallon · 11 years ago
  84. a407cf7 Make smart_ulltoa return pointer to end (allows for code shink in callers) by Denys Vlasenko · 11 years ago
  85. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  86. bfa6ed1 catv: code shrink by Denys Vlasenko · 11 years ago
  87. 79c618c Refactor catv. Move visible() from stty to libbb. by Bartosz Golaszewski · 11 years ago
  88. c19be75 networking: code shrink by Bartosz Golaszewski · 11 years ago
  89. c72b43c Commonalize typical [b,]k,m suffix struct by Denys Vlasenko · 11 years ago
  90. 59f4667 Move create_icmp[6]_socket to its only user, and simplify it by Denys Vlasenko · 11 years ago
  91. 4928e9f losetup: assorted fixes. Closes 6314 by Denys Vlasenko · 11 years ago
  92. d96ffda ash,hush: history builtin by Flemming Madsen · 12 years ago
  93. 8f2cb7a libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() by Denys Vlasenko · 12 years ago
  94. 1961aea move endofname() to libbb by Denys Vlasenko · 12 years ago
  95. 2cfcc9e sha3: code shrink by Denys Vlasenko · 12 years ago
  96. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  97. b8173b6 sha3sum: new applet by Lauri Kasanen · 12 years ago
  98. fd77ea5 mark get_shell_name FAST_FUNC by Denys Vlasenko · 12 years ago
  99. d3a4239 *: declare strings with ALIGN1, as appropriate by Aurelien Jarno · 12 years ago
  100. 70fc8c1 su: do not change to home dir unless -l by Pascal Bellard · 13 years ago