1. 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
  2. 96717d9 lineedit: code shrink by Denys Vlasenko · 4 years, 1 month ago
  3. fae7332 lineedit: add a comment about possible use of tcflush() by Denys Vlasenko · 4 years, 1 month ago
  4. 00eb23b bc: do not allocate line editing state until needed by Denys Vlasenko · 4 years, 1 month ago
  5. 15733cb mount: if we race with other loop mount, we forget to close loop dev by Denys Vlasenko · 4 years, 1 month ago
  6. 251e08f move ADJTIME_PATH define to header files by Denys Vlasenko · 4 years, 1 month ago
  7. 4bc59a4 mount: fix a race when a free loop device is snatched under us by another mount. by Denys Vlasenko · 4 years, 1 month ago
  8. 0723131 Fixes for Hurd build by Denys Vlasenko · 4 years, 1 month ago
  9. bb15969 libbb: do not compile selinux_or_die() if !SELINUX by Denys Vlasenko · 4 years, 1 month ago
  10. eb0c2e2 libbb: introduce and use xsettimeofday() by Denys Vlasenko · 4 years, 1 month ago
  11. a97a795 lineedit: disable completion and fancy prompts if no shells are selected by Denys Vlasenko · 4 years, 1 month ago
  12. 1d180cd lineedit: use strncmp instead of is_prefixed_with (we know the length) by Denys Vlasenko · 4 years, 1 month ago
  13. eaced1e lineedit: remove ->path_lookup if ash is not configured by Denys Vlasenko · 4 years, 1 month ago
  14. 8baa643 lineedit: match local directories when searching PATH by Ron Yorston · 4 years, 1 month ago
  15. 8506dd6 lineedit: omit directories when tab-completing from PATH by Ron Yorston · 4 years, 1 month ago
  16. 73d93d9 libbb: make pw_encrypt() die if supplied salt is bad (e.g. emply) by Denys Vlasenko · 4 years, 1 month ago
  17. c7b858f libbb: add and use infrastructure for fixed page size optimization by Denys Vlasenko · 4 years, 1 month ago
  18. fd3c512 libbb: create and use mmap() helpers by Denys Vlasenko · 4 years, 1 month ago
  19. 030fe31 libbb: make msleep() result in only one syscall instead of looping by Denys Vlasenko · 4 years, 1 month ago
  20. abaee4a mkdtemp: proper error detection on mktemp by Xabier Oneca · 4 years, 1 month ago
  21. f4f6e51 libbb: exec_login_shell() - new function by Denys Vlasenko · 4 years, 1 month ago
  22. 0622416 libbb: code shrink in exec_shell() by Denys Vlasenko · 4 years, 1 month ago
  23. 2075aa9 libbb: rename run_shell() to exec_shell() by Denys Vlasenko · 4 years, 1 month ago
  24. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years, 1 month ago
  25. 2fba2f5 unicode: relax array alignment for tables by Denys Vlasenko · 4 years, 1 month ago
  26. 33e955a unicode: fix handling of short 1-4 char tables by Denys Vlasenko · 4 years, 1 month ago
  27. eb77305 libbb: code shrink by Denys Vlasenko · 4 years, 1 month ago
  28. 6a55b4e libbb: introduce and use msleep() by Denys Vlasenko · 4 years, 1 month ago
  29. ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years, 1 month ago
  30. 87bd558 libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping there by Denys Vlasenko · 4 years, 1 month ago
  31. 32a8f70 libbb: in @SECONDS date format, use 64-bit time if libc allows by Denys Vlasenko · 4 years, 1 month ago
  32. ae04ce8 base32/64: "truncated base64 input" -> "truncated input" by Denys Vlasenko · 4 years, 1 month ago
  33. 885121e libbb: change decode_base32/64 API to return the end of _dst_, not _src_. by Denys Vlasenko · 4 years, 1 month ago
  34. fc6faac libbb: trim base32/64 tables by Denys Vlasenko · 4 years, 1 month ago
  35. f140b49 base32/64: code shrink by Denys Vlasenko · 4 years, 1 month ago
  36. 7467e90 base32/64: code shrink by Denys Vlasenko · 4 years, 1 month ago
  37. 2cd37d6 libbb: faster and smaller decode_base32() by Denys Vlasenko · 4 years, 1 month ago
  38. 170b862 libbb: smaller and faster decode_base64() by Denys Vlasenko · 4 years, 1 month ago
  39. 2090048 base32: new applet by Denys Vlasenko · 4 years, 1 month ago
  40. 12aa68d libbb: set netlink socket revbuf size before binding by Jan Klötzke · 5 years ago
  41. 9bf4499 lineedit: fix unicode characters in prompt by Audun-Marius Gangstø · 4 years, 2 months ago
  42. 112453a od: unbreak it by Denys Vlasenko · 4 years, 3 months ago
  43. 079487b hexdump: fix dup block comparison by Denys Vlasenko · 4 years, 3 months ago
  44. dac5b83 xxd: fix printing of trailing spaces by Denys Vlasenko · 4 years, 3 months ago
  45. 2496616 avoid using strok - eliminates use of hidden global variable by Denys Vlasenko · 4 years, 3 months ago
  46. 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 3 months ago
  47. 4a0eb03 gcc-9.x warning fixes by Denys Vlasenko · 4 years, 3 months ago
  48. aaa0709 libbb: do not open-code __errno_location() call by Denys Vlasenko · 4 years, 3 months ago
  49. b1c7a66 libbb: extend "errno pointer" trick to other than __GLIBC__ by Denys Vlasenko · 4 years, 3 months ago
  50. 6561e07 mount: support the sizelimit and offset option for loop devices by Steffen Trumtrar · 4 years, 5 months ago
  51. abefc3c libbb: fold common64_hash() into its only user by Denys Vlasenko · 4 years, 3 months ago
  52. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 5 months ago
  53. 79a4032 libbb: shrink last_char_is(), no longer allow NULL string argument by Denys Vlasenko · 4 years, 6 months ago
  54. d21a63f libbb: code shrink in last_char_is() by Denys Vlasenko · 4 years, 6 months ago
  55. c9fc153 compare_string_array: code shrink by Martin Lewis · 4 years, 7 months ago
  56. ac79db6 procps: code shrink by Martin Lewis · 4 years, 7 months ago
  57. 67e1529 nologin: make it possible to build it as single applet by Denys Vlasenko · 4 years, 7 months ago
  58. d5314e7 suppress a few compile warnings by Denys Vlasenko · 4 years, 7 months ago
  59. 5fa5c4b randomconfig fixes by Denys Vlasenko · 4 years, 7 months ago
  60. 9b4a9d9 xstrndup: Use strndup instead of implementing it. by Martin Lewis · 4 years, 10 months ago
  61. 9e2a566 ash,hush: allow builtins to be tab-completed, closes 7532 by Ron Yorston · 5 years ago
  62. d3539be Remove stime() function calls by Alistair Francis · 5 years ago
  63. f39a718 read_key(): placate "warning: shifting a negative signed value is undefined" by Denys Vlasenko · 5 years ago
  64. af7169b clang/llvm 9 fix - do not eliminate a store to a fake "const" by Denys Vlasenko · 5 years ago
  65. be5a505 Remove syscall wrappers around clock_gettime, closes 12091 by Denys Vlasenko · 5 years ago
  66. 42f454b dpkg-deb: work around bogus error message when working with XZ compressed packages by Denys Vlasenko · 5 years ago
  67. 7011eca replace: count_strstr - Handle an edge case where sub is empty by Martin Lewis · 5 years ago
  68. dd46861 libbb: Converted safe_read to safe_write format by Martin Lewis · 5 years ago
  69. 902d399 time: Use 64 prefix syscall if we have to by Alistair Francis · 5 years ago
  70. dac0a7d unicode: code shrink in character width determination by Denys Vlasenko · 5 years ago
  71. 4767a53 libbb: include <crypt.h> only if necessary by Denys Vlasenko · 5 years ago
  72. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 6 years ago
  73. 25a871f libbb: deal with "declaration of 'link' shadows a global declaration" warning by Denys Vlasenko · 6 years ago
  74. 3a0eea0 pidof: support "pidof /path/to/binary" case by Denys Vlasenko · 6 years ago
  75. 070aa61 readlink,realpath: fix a case with a symplink, closes 11021 by Denys Vlasenko · 6 years ago
  76. 3b69ba7 mount,losetup: use /dev/loop-control is it exists by Denys Vlasenko · 6 years ago
  77. 3b8025f tftp: optional tftp-hpa compat by Denys Vlasenko · 6 years ago
  78. a5c5dc6 passwd: do not set 0 as date of last password change, closes 11951 by Denys Vlasenko · 6 years ago
  79. 45e3967 libbb: move netlink socket binding to the utility function by Denys Vlasenko · 6 years ago
  80. dff2bd7 libarchive: treat one "FIXME: avoid seek" by Denys Vlasenko · 6 years ago
  81. 875ce09 dd: fix handling of short result of full_write(), closes 11711 by Denys Vlasenko · 6 years ago
  82. 8c317f0 style fix, no code changes by Denys Vlasenko · 6 years ago
  83. 253c4e7 Optionally re-introduce bb_info_msg() by James Byrne · 6 years ago
  84. f3a064f libbbb: find_mount_point() too eager to stat mounted devices by Denys Vlasenko · 6 years ago
  85. fa8878b start-stop-daemon: do try to close fds > 2 by Denys Vlasenko · 6 years ago
  86. 3193cb5 libbb: mark scripted_main() as externally visible by Ron Yorston · 6 years ago
  87. 5059653 do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings by Denys Vlasenko · 6 years ago
  88. e563f9e du: don't count duplicate arguments. Closes 5288 by Ron Yorston · 6 years ago
  89. 779f96a lineedit: fix SEGV in isk, hexedit, ed, closes 11661 by Denys Vlasenko · 6 years ago
  90. 11cb9ee capability: fix string comparison in cap_name_to_number by Mark Marshall · 6 years ago
  91. 088fec3 start-stop-daemon: create pidfile before parent exits, closes 8596 by Denys Vlasenko · 6 years ago
  92. ff65355 single-applet build --help had extra \n, remove by Denys Vlasenko · 6 years ago
  93. aad7696 pmap: make 32-bit version work better on 64-bit kernels by Denys Vlasenko · 6 years ago
  94. 3d27d43 randomconfig fixes by Denys Vlasenko · 6 years ago
  95. 23427a6 lineedit: fix "defined but not used" sigaction2 warning by Denys Vlasenko · 6 years ago
  96. b437df1 inetd: suppress aliasing warning by Denys Vlasenko · 6 years ago
  97. 136fe9b suppress gcc 8 aliasing warnings by Denys Vlasenko · 6 years ago
  98. a68a87c bc: unbreak FEATURE_CLEAN_UP build by Denys Vlasenko · 6 years ago
  99. 9a2b6dc libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" too by Denys Vlasenko · 6 years ago
  100. 480c7e5 libbb: @ in "\x3@" is not a valid hex digit by Denys Vlasenko · 6 years ago