1. 9e262f1 hwclock: fix musl breakage of settimeofday(tz) by Denys Vlasenko · 4 years ago
  2. a97a795 lineedit: disable completion and fancy prompts if no shells are selected by Denys Vlasenko · 4 years ago
  3. 1d180cd lineedit: use strncmp instead of is_prefixed_with (we know the length) by Denys Vlasenko · 4 years ago
  4. eaced1e lineedit: remove ->path_lookup if ash is not configured by Denys Vlasenko · 4 years ago
  5. 8baa643 lineedit: match local directories when searching PATH by Ron Yorston · 4 years ago
  6. 8506dd6 lineedit: omit directories when tab-completing from PATH by Ron Yorston · 4 years ago
  7. caba1a1 tweak help texts by Denys Vlasenko · 4 years ago
  8. 9b44dea ntpd: allow non-root to run it (e.g. with -w option) by Denys Vlasenko · 4 years ago
  9. 73d93d9 libbb: make pw_encrypt() die if supplied salt is bad (e.g. emply) by Denys Vlasenko · 4 years ago
  10. f3d6711 udhcpc6: code shrink - sending functions do not need ifindex parameter by Denys Vlasenko · 4 years ago
  11. b817699 udhcp: bind to device even for ucast packets by Michal Kazior · 4 years ago
  12. 01004f9 libbb: enable fixed 4k pagesize for 32bit ARM by Denys Vlasenko · 4 years ago
  13. 4a9ec95 tls: code shrink in AES code by Denys Vlasenko · 4 years ago
  14. fad8d6b build system: combat gcc zealotry in data alignment, now for x86_64 too by Denys Vlasenko · 4 years ago
  15. 2aaacc1 dd: support for O_DIRECT i/o by Denys Vlasenko · 4 years ago
  16. c7b858f libbb: add and use infrastructure for fixed page size optimization by Denys Vlasenko · 4 years ago
  17. fd3c512 libbb: create and use mmap() helpers by Denys Vlasenko · 4 years ago
  18. db79348 build system: combat gcc zealotry in data alignment by Denys Vlasenko · 4 years ago
  19. a8e1960 hush: code shrink by Denys Vlasenko · 4 years ago
  20. 84d5edd help text: replace [OPTIONS] with actual options (if not too long) by Denys Vlasenko · 4 years ago
  21. 63139b5 hush: if login shell, also source ~/.profile by Denys Vlasenko · 4 years ago
  22. 1b367cb examples: remove /sbin/ prefixes, system should be configured with $PATH to find utilities by Denys Vlasenko · 4 years ago
  23. 5d553bc more --help text tweaks by Denys Vlasenko · 4 years ago
  24. 11f1a25 help text tweaks by Denys Vlasenko · 4 years ago
  25. 49142d4 hush: NOMMU fix for hush-psubst/tick6.tests by Denys Vlasenko · 4 years ago
  26. 9cabd17 hush: fix -c SCRIPT handling by Denys Vlasenko · 4 years ago
  27. 31df5a3 ash: reset SIGHUP earlier: allows HUP traps in .profile, closes 13371 by Denys Vlasenko · 4 years ago
  28. 6c5f429 traceroute: code shrink by Denys Vlasenko · 4 years ago
  29. 623e55a traceroute: even with -v, don't show other ping processes reply's by Denys Vlasenko · 4 years ago
  30. d067acb traceroute: simpler hexdump() by Denys Vlasenko · 4 years ago
  31. b4b1828 traceroute: make "ipv4 or ipv6?" cheaper to find out by Denys Vlasenko · 4 years ago
  32. 8055173 traceroute: don't set SO_DONTROUTE on recv socket, it only affects send by Denys Vlasenko · 4 years ago
  33. 724c7df traceroute: untangle main loop by Denys Vlasenko · 4 years ago
  34. e76f03b traceroute: commonalize verbose printing by Denys Vlasenko · 4 years ago
  35. df5c539 traceroute: set IP_PKTINFO to see correct local IP of received pkt (fixes -v display) by Denys Vlasenko · 4 years ago
  36. cc55bbe traceroute: code shrink by Denys Vlasenko · 4 years ago
  37. 7072664 traceroute: code shrink by Denys Vlasenko · 4 years ago
  38. d0dea17 traceroute: code shrink by Denys Vlasenko · 4 years ago
  39. 3978adc traceroute: fix traceroute6 -I (icmp mode) by Denys Vlasenko · 4 years ago
  40. ef2366c nsenter: stop option parsing on 1st non-option by Denys Vlasenko · 4 years ago
  41. 030fe31 libbb: make msleep() result in only one syscall instead of looping by Denys Vlasenko · 4 years ago
  42. 56ee576 mount: fix incorrect "success" exitcode if loop device setup fails by Denys Vlasenko · 4 years ago
  43. e7d853b wget: do not ftruncate if -O- is used, closes 13351 by Denys Vlasenko · 4 years ago
  44. abaee4a mkdtemp: proper error detection on mktemp by Xabier Oneca · 4 years ago
  45. c9b93cf tar: expand --help by Denys Vlasenko · 4 years ago
  46. 34c5115 mount: implement -o nosymfollow, remove bogus -o union by Denys Vlasenko · 4 years ago
  47. 696c38d mount: add -o nostrictatime and -o [no]lazytime by Denys Vlasenko · 4 years ago
  48. b1eedfc mount: do not guess mount as NFS if "hostname:" contains slashes by Denys Vlasenko · 4 years ago
  49. 758c2bd awk: add a test that $NF is empty by Denys Vlasenko · 4 years ago
  50. f4f6e51 libbb: exec_login_shell() - new function by Denys Vlasenko · 4 years ago
  51. 0622416 libbb: code shrink in exec_shell() by Denys Vlasenko · 4 years ago
  52. 2075aa9 libbb: rename run_shell() to exec_shell() by Denys Vlasenko · 4 years ago
  53. b4f93f5 mount: do not guess bind mounts as nfs by Denys Vlasenko · 4 years ago
  54. 665a659 awk: FS regex matches only non-empty separators (gawk compat) by Denys Vlasenko · 4 years ago
  55. 50ead33 login: log to syslog every bad password, not only 3rd by Denys Vlasenko · 4 years ago
  56. 6599e38 mount: make filesystems[] array byte-aligned by Denys Vlasenko · 4 years ago
  57. 6cc4962 decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  58. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  59. 2fba2f5 unicode: relax array alignment for tables by Denys Vlasenko · 4 years ago
  60. 33e955a unicode: fix handling of short 1-4 char tables by Denys Vlasenko · 4 years ago
  61. eb77305 libbb: code shrink by Denys Vlasenko · 4 years ago
  62. 6a55b4e libbb: introduce and use msleep() by Denys Vlasenko · 4 years ago
  63. b86a9ed use write_str() functions where appropriate by Denys Vlasenko · 4 years ago
  64. ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years ago
  65. 87bd558 libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping there by Denys Vlasenko · 4 years ago
  66. 32a8f70 libbb: in @SECONDS date format, use 64-bit time if libc allows by Denys Vlasenko · 4 years ago
  67. 4dee016 date: tweak --help: -D FMT is used for -s TIME as well by Denys Vlasenko · 4 years ago
  68. 56a5731 date: remove non-standard special-casing of date '+%f' by Denys Vlasenko · 4 years ago
  69. f26c566 date: trim --help (no need to show long opts) by Denys Vlasenko · 4 years ago
  70. 900eae1 date: support -Ins, more compatible timezone display in -I by Denys Vlasenko · 4 years ago
  71. ab6991c date: for -uR and -uIh, timezone still have to be shown at +hhmm, not as abbreviation by Denys Vlasenko · 4 years ago
  72. 818a4aa fix comments by Denys Vlasenko · 4 years, 1 month ago
  73. ae04ce8 base32/64: "truncated base64 input" -> "truncated input" by Denys Vlasenko · 4 years, 1 month ago
  74. 885121e libbb: change decode_base32/64 API to return the end of _dst_, not _src_. by Denys Vlasenko · 4 years, 1 month ago
  75. fc6faac libbb: trim base32/64 tables by Denys Vlasenko · 4 years, 1 month ago
  76. f140b49 base32/64: code shrink by Denys Vlasenko · 4 years, 1 month ago
  77. 7467e90 base32/64: code shrink by Denys Vlasenko · 4 years, 1 month ago
  78. 2cd37d6 libbb: faster and smaller decode_base32() by Denys Vlasenko · 4 years, 1 month ago
  79. 170b862 libbb: smaller and faster decode_base64() by Denys Vlasenko · 4 years, 1 month ago
  80. dc68a5d sha3sum: fix --help: -a does not depend on FEATURE_MD5_SHA1_SUM_CHECK by Denys Vlasenko · 4 years, 1 month ago
  81. cdab3c4 base32/64: decode in-place by Denys Vlasenko · 4 years, 1 month ago
  82. c8b3d9a base32/64: implement -w COL by Denys Vlasenko · 4 years, 1 month ago
  83. fc63549 free: code shrink by Denys Vlasenko · 4 years, 1 month ago
  84. 2090048 base32: new applet by Denys Vlasenko · 4 years, 1 month ago
  85. 03eb6eb mdev: clear LOGMODE_STDIO only directly before daemonizing by Denys Vlasenko · 4 years, 1 month ago
  86. cb143b9 uevent: make it survive ENOBUFS by Denys Vlasenko · 4 years, 1 month ago
  87. 1c9cd9b mdev: clean up by Denys Vlasenko · 4 years, 1 month ago
  88. 768153b mdev: add -v to increase log verbosity by Jan Klötzke · 5 years ago
  89. e9003ca mdev: add syslog logging mode by Jan Klötzke · 5 years ago
  90. d560030 mdev: re-initialize if uevent messages were lost by Jan Klötzke · 5 years ago
  91. e3f4759 mdev: move daemon setup to dedicated function by Jan Klötzke · 4 years, 1 month ago
  92. a569fd3 uevent: increase netlink buffer sizes by Denys Vlasenko · 4 years, 1 month ago
  93. 3cd55d4 mdev: increase netlink buffer sizes by Jan Klötzke · 5 years ago
  94. 12aa68d libbb: set netlink socket revbuf size before binding by Jan Klötzke · 5 years ago
  95. 9bf4499 lineedit: fix unicode characters in prompt by Audun-Marius Gangstø · 4 years, 1 month ago
  96. 4323ac8 libiproute: reuse string constants by Denys Vlasenko · 4 years, 1 month ago
  97. 2c92d1e volume_id: improve struct layout (smaller offesets, smaller insns on x86) by Denys Vlasenko · 4 years, 1 month ago
  98. ddfdf68 fix warning: label 'out1' defined but not used by Cristian Ionescu-Idbohrn · 4 years, 1 month ago
  99. c20e42e util-linux: support erofs filesystem by Norbert Lange · 4 years, 5 months ago
  100. bd46f64 archival: avoid std namespace for local includes by Joachim Nilsson · 4 years, 7 months ago