1. 07abc7c hush: deal with FIXMEs for corner cases in parameter expansion by Denys Vlasenko · 4 years, 1 month ago
  2. 901d2c3 factor: fix typo in undef by Denys Vlasenko · 4 years, 1 month ago
  3. 3e544d6 factor: code shrink by Denys Vlasenko · 4 years, 1 month ago
  4. f079f91 factor: 30% faster trial division (better sieve) by Denys Vlasenko · 4 years, 1 month ago
  5. bb4e32b hush: remove one redundant getpid() on every startup by Denys Vlasenko · 4 years, 1 month ago
  6. c8f6c1d ping6: add -w/-W NUM to --help by Denys Vlasenko · 4 years, 1 month ago
  7. bc2c1b4 ping: fix -wN to not think that one packet is always lost by Denys Vlasenko · 4 years, 1 month ago
  8. 2124c0e ash: clear ungetc counter on syntax errors by Denys Vlasenko · 4 years, 1 month ago
  9. 4152b41 tftp: fix --help by Denys Vlasenko · 4 years, 1 month ago
  10. ddc6dfd route: code shrink by Denys Vlasenko · 4 years, 1 month ago
  11. b164cdb help text tweaks, mainly expanding one for route by Denys Vlasenko · 4 years, 1 month ago
  12. 8cc3a74 help text: use -P PORT form by Denys Vlasenko · 4 years, 1 month ago
  13. a2f18d9 help text tweaks by Denys Vlasenko · 4 years, 1 month ago
  14. 15733cb mount: if we race with other loop mount, we forget to close loop dev by Denys Vlasenko · 4 years, 1 month ago
  15. 251e08f move ADJTIME_PATH define to header files by Denys Vlasenko · 4 years, 1 month ago
  16. a4c5cb2 traceroute: fix --help text by Denys Vlasenko · 4 years, 1 month ago
  17. ff4ca18 traceroute: avoid collecting target local address if !VERBOSE by Denys Vlasenko · 4 years, 1 month ago
  18. 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
  19. cd48f07 mail: launch_helper(): flush stdio before vfork, set G.helper_pid only in parent by Denys Vlasenko · 4 years, 1 month ago
  20. b0e7cb4 mail: deobfuscate launch_helper() by Denys Vlasenko · 4 years, 1 month ago
  21. b6237c0 mail: commonalize send_r_n() by Denys Vlasenko · 4 years, 1 month ago
  22. 25b2680 mail: move "opts" from globals by Denys Vlasenko · 4 years, 1 month ago
  23. 91e330a shells: a fix for systems without RLIMIT_NICE by Denys Vlasenko · 4 years, 1 month ago
  24. 0723131 Fixes for Hurd build by Denys Vlasenko · 4 years, 1 month ago
  25. bb15969 libbb: do not compile selinux_or_die() if !SELINUX by Denys Vlasenko · 4 years, 1 month ago
  26. 39646dc build system: make -static-libgcc selectable in config by Denys Vlasenko · 4 years, 1 month ago
  27. eb0c2e2 libbb: introduce and use xsettimeofday() by Denys Vlasenko · 4 years, 1 month ago
  28. d3c3688 hwclock: improve --help (-l is a compatible shortcut for --localtime) by Denys Vlasenko · 4 years, 1 month ago
  29. 9e262f1 hwclock: fix musl breakage of settimeofday(tz) by Denys Vlasenko · 4 years, 1 month ago
  30. a97a795 lineedit: disable completion and fancy prompts if no shells are selected by Denys Vlasenko · 4 years, 1 month ago
  31. 1d180cd lineedit: use strncmp instead of is_prefixed_with (we know the length) by Denys Vlasenko · 4 years, 1 month ago
  32. eaced1e lineedit: remove ->path_lookup if ash is not configured by Denys Vlasenko · 4 years, 1 month ago
  33. 8baa643 lineedit: match local directories when searching PATH by Ron Yorston · 4 years, 1 month ago
  34. 8506dd6 lineedit: omit directories when tab-completing from PATH by Ron Yorston · 4 years, 1 month ago
  35. caba1a1 tweak help texts by Denys Vlasenko · 4 years, 1 month ago
  36. 9b44dea ntpd: allow non-root to run it (e.g. with -w option) by Denys Vlasenko · 4 years, 1 month ago
  37. 73d93d9 libbb: make pw_encrypt() die if supplied salt is bad (e.g. emply) by Denys Vlasenko · 4 years, 1 month ago
  38. f3d6711 udhcpc6: code shrink - sending functions do not need ifindex parameter by Denys Vlasenko · 4 years, 1 month ago
  39. b817699 udhcp: bind to device even for ucast packets by Michal Kazior · 4 years, 1 month ago
  40. 01004f9 libbb: enable fixed 4k pagesize for 32bit ARM by Denys Vlasenko · 4 years, 1 month ago
  41. 4a9ec95 tls: code shrink in AES code by Denys Vlasenko · 4 years, 1 month ago
  42. fad8d6b build system: combat gcc zealotry in data alignment, now for x86_64 too by Denys Vlasenko · 4 years, 1 month ago
  43. 2aaacc1 dd: support for O_DIRECT i/o by Denys Vlasenko · 4 years, 1 month ago
  44. c7b858f libbb: add and use infrastructure for fixed page size optimization by Denys Vlasenko · 4 years, 1 month ago
  45. fd3c512 libbb: create and use mmap() helpers by Denys Vlasenko · 4 years, 1 month ago
  46. db79348 build system: combat gcc zealotry in data alignment by Denys Vlasenko · 4 years, 1 month ago
  47. a8e1960 hush: code shrink by Denys Vlasenko · 4 years, 1 month ago
  48. 84d5edd help text: replace [OPTIONS] with actual options (if not too long) by Denys Vlasenko · 4 years, 1 month ago
  49. 63139b5 hush: if login shell, also source ~/.profile by Denys Vlasenko · 4 years, 1 month ago
  50. 1b367cb examples: remove /sbin/ prefixes, system should be configured with $PATH to find utilities by Denys Vlasenko · 4 years, 1 month ago
  51. 5d553bc more --help text tweaks by Denys Vlasenko · 4 years, 1 month ago
  52. 11f1a25 help text tweaks by Denys Vlasenko · 4 years, 1 month ago
  53. 49142d4 hush: NOMMU fix for hush-psubst/tick6.tests by Denys Vlasenko · 4 years, 1 month ago
  54. 9cabd17 hush: fix -c SCRIPT handling by Denys Vlasenko · 4 years, 1 month ago
  55. 31df5a3 ash: reset SIGHUP earlier: allows HUP traps in .profile, closes 13371 by Denys Vlasenko · 4 years, 1 month ago
  56. 6c5f429 traceroute: code shrink by Denys Vlasenko · 4 years, 1 month ago
  57. 623e55a traceroute: even with -v, don't show other ping processes reply's by Denys Vlasenko · 4 years, 1 month ago
  58. d067acb traceroute: simpler hexdump() by Denys Vlasenko · 4 years, 1 month ago
  59. b4b1828 traceroute: make "ipv4 or ipv6?" cheaper to find out by Denys Vlasenko · 4 years, 1 month ago
  60. 8055173 traceroute: don't set SO_DONTROUTE on recv socket, it only affects send by Denys Vlasenko · 4 years, 1 month ago
  61. 724c7df traceroute: untangle main loop by Denys Vlasenko · 4 years, 1 month ago
  62. e76f03b traceroute: commonalize verbose printing by Denys Vlasenko · 4 years, 1 month ago
  63. df5c539 traceroute: set IP_PKTINFO to see correct local IP of received pkt (fixes -v display) by Denys Vlasenko · 4 years, 1 month ago
  64. cc55bbe traceroute: code shrink by Denys Vlasenko · 4 years, 1 month ago
  65. 7072664 traceroute: code shrink by Denys Vlasenko · 4 years, 1 month ago
  66. d0dea17 traceroute: code shrink by Denys Vlasenko · 4 years, 1 month ago
  67. 3978adc traceroute: fix traceroute6 -I (icmp mode) by Denys Vlasenko · 4 years, 1 month ago
  68. ef2366c nsenter: stop option parsing on 1st non-option by Denys Vlasenko · 4 years, 1 month ago
  69. 030fe31 libbb: make msleep() result in only one syscall instead of looping by Denys Vlasenko · 4 years, 1 month ago
  70. 56ee576 mount: fix incorrect "success" exitcode if loop device setup fails by Denys Vlasenko · 4 years, 1 month ago
  71. e7d853b wget: do not ftruncate if -O- is used, closes 13351 by Denys Vlasenko · 4 years, 1 month ago
  72. abaee4a mkdtemp: proper error detection on mktemp by Xabier Oneca · 4 years, 1 month ago
  73. c9b93cf tar: expand --help by Denys Vlasenko · 4 years, 1 month ago
  74. 34c5115 mount: implement -o nosymfollow, remove bogus -o union by Denys Vlasenko · 4 years, 1 month ago
  75. 696c38d mount: add -o nostrictatime and -o [no]lazytime by Denys Vlasenko · 4 years, 1 month ago
  76. b1eedfc mount: do not guess mount as NFS if "hostname:" contains slashes by Denys Vlasenko · 4 years, 1 month ago
  77. 758c2bd awk: add a test that $NF is empty by Denys Vlasenko · 4 years, 1 month ago
  78. f4f6e51 libbb: exec_login_shell() - new function by Denys Vlasenko · 4 years, 1 month ago
  79. 0622416 libbb: code shrink in exec_shell() by Denys Vlasenko · 4 years, 1 month ago
  80. 2075aa9 libbb: rename run_shell() to exec_shell() by Denys Vlasenko · 4 years, 1 month ago
  81. b4f93f5 mount: do not guess bind mounts as nfs by Denys Vlasenko · 4 years, 1 month ago
  82. 665a659 awk: FS regex matches only non-empty separators (gawk compat) by Denys Vlasenko · 4 years, 1 month ago
  83. 50ead33 login: log to syslog every bad password, not only 3rd by Denys Vlasenko · 4 years, 1 month ago
  84. 6599e38 mount: make filesystems[] array byte-aligned by Denys Vlasenko · 4 years, 1 month ago
  85. 6cc4962 decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years, 1 month ago
  86. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years, 1 month ago
  87. 2fba2f5 unicode: relax array alignment for tables by Denys Vlasenko · 4 years, 1 month ago
  88. 33e955a unicode: fix handling of short 1-4 char tables by Denys Vlasenko · 4 years, 1 month ago
  89. eb77305 libbb: code shrink by Denys Vlasenko · 4 years, 1 month ago
  90. 6a55b4e libbb: introduce and use msleep() by Denys Vlasenko · 4 years, 1 month ago
  91. b86a9ed use write_str() functions where appropriate by Denys Vlasenko · 4 years, 1 month ago
  92. ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years, 1 month ago
  93. 87bd558 libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping there by Denys Vlasenko · 4 years, 1 month ago
  94. 32a8f70 libbb: in @SECONDS date format, use 64-bit time if libc allows by Denys Vlasenko · 4 years, 1 month ago
  95. 4dee016 date: tweak --help: -D FMT is used for -s TIME as well by Denys Vlasenko · 4 years, 1 month ago
  96. 56a5731 date: remove non-standard special-casing of date '+%f' by Denys Vlasenko · 4 years, 1 month ago
  97. f26c566 date: trim --help (no need to show long opts) by Denys Vlasenko · 4 years, 1 month ago
  98. 900eae1 date: support -Ins, more compatible timezone display in -I by Denys Vlasenko · 4 years, 1 month ago
  99. ab6991c date: for -uR and -uIh, timezone still have to be shown at +hhmm, not as abbreviation by Denys Vlasenko · 4 years, 1 month ago
  100. 818a4aa fix comments by Denys Vlasenko · 4 years, 1 month ago