1. 85158b6 ash: code shrink by Denys Vlasenko · 4 years ago
  2. 3f8ec00 ash: make a strdup copy of $HISTFILE for line editing by Denys Vlasenko · 4 years ago
  3. 5f2e00f udhcpc: Add support to change default interface name by Andre Kalb · 4 years, 7 months ago
  4. 868f383 tls: code shrink by Denys Vlasenko · 4 years ago
  5. 9daa877 tar: add TODO about a bug with non-writable directories on extract by Denys Vlasenko · 4 years ago
  6. 49fd1d6 nslookup: do not print "No answer" for NODATA replies, closes 13006 by Denys Vlasenko · 4 years ago
  7. 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
  8. 89a5597 libbb/procps: smaller global data for username/groupname cache by Denys Vlasenko · 4 years ago
  9. b230ff9 *: use fopen helpers where appropriate by Denys Vlasenko · 4 years ago
  10. 04e0d8e httpd: fix offset for sendfile by Maxim Storchak · 4 years ago
  11. 29a9043 bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU by Denys Vlasenko · 4 years ago
  12. cba45d9 Start 1.34.0 development cycle by Denys Vlasenko · 4 years ago
  13. a4c3a34 Bump version to 1.33.0 by Denys Vlasenko · 4 years ago 1_33_0
  14. ec9a5e6 libiproute: band-aid for old uclibc missing IFA_FLAGS by Denys Vlasenko · 4 years ago
  15. fecb169 modprobe-small: convert to new recursive_action() API by Denys Vlasenko · 4 years ago
  16. 40f9fe2 bc: placate gcc (it thinks 's' can be uninitialized here) by Denys Vlasenko · 4 years ago
  17. 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
  18. c7ef818 hush: make comment more clear by Denys Vlasenko · 4 years ago
  19. 1462673 man: implement SECTION parameters by Denys Vlasenko · 4 years ago
  20. cad20ce typo fix by Denys Vlasenko · 4 years ago
  21. 1237d62 hush: fix this case: echo "SCRIPT" | hush by Denys Vlasenko · 4 years ago
  22. 46a71dc hush: if !EDITING, do not regenerate prompt for every input char by Denys Vlasenko · 4 years ago
  23. 6cfec7d mount: Surround syslog.h with the config check by Lauri Kasanen · 4 years ago
  24. 51a471d ash: change "clear ungetc counter on syntax errors" fix to match dash by Denys Vlasenko · 4 years ago
  25. 521220e hush: fix ^C in INTERACTIVE, !EDITING config by Denys Vlasenko · 4 years ago
  26. 18bcaf3 hush: revert "make interactive ^C break out of PS2 mode" by Denys Vlasenko · 4 years ago
  27. 649acb9 hush: fix PS1 prompth in !EDITING config by Denys Vlasenko · 4 years ago
  28. a7b52d2 hush: fix fallout from tweaking ${var:START:LEN} code by Denys Vlasenko · 4 years ago
  29. 93e2a22 shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128 by Denys Vlasenko · 4 years ago
  30. 0ab2dd4 hush: fix comment by Denys Vlasenko · 4 years ago
  31. 6297d66 factor: fix comment by Denys Vlasenko · 4 years ago
  32. 6452c30 factor: detect squares by Denys Vlasenko · 4 years ago
  33. 96717d9 lineedit: code shrink by Denys Vlasenko · 4 years ago
  34. fae7332 lineedit: add a comment about possible use of tcflush() by Denys Vlasenko · 4 years ago
  35. 00eb23b bc: do not allocate line editing state until needed by Denys Vlasenko · 4 years ago
  36. e4202df modprobe: Add support for modprobe.blacklist=module1,module2,... by Andy Shevchenko · 4 years, 1 month ago
  37. 07abc7c hush: deal with FIXMEs for corner cases in parameter expansion by Denys Vlasenko · 4 years ago
  38. 901d2c3 factor: fix typo in undef by Denys Vlasenko · 4 years ago
  39. 3e544d6 factor: code shrink by Denys Vlasenko · 4 years ago
  40. f079f91 factor: 30% faster trial division (better sieve) by Denys Vlasenko · 4 years ago
  41. bb4e32b hush: remove one redundant getpid() on every startup by Denys Vlasenko · 4 years ago
  42. c8f6c1d ping6: add -w/-W NUM to --help by Denys Vlasenko · 4 years ago
  43. bc2c1b4 ping: fix -wN to not think that one packet is always lost by Denys Vlasenko · 4 years ago
  44. 2124c0e ash: clear ungetc counter on syntax errors by Denys Vlasenko · 4 years ago
  45. 4152b41 tftp: fix --help by Denys Vlasenko · 4 years ago
  46. ddc6dfd route: code shrink by Denys Vlasenko · 4 years ago
  47. b164cdb help text tweaks, mainly expanding one for route by Denys Vlasenko · 4 years ago
  48. 8cc3a74 help text: use -P PORT form by Denys Vlasenko · 4 years ago
  49. a2f18d9 help text tweaks by Denys Vlasenko · 4 years ago
  50. 15733cb mount: if we race with other loop mount, we forget to close loop dev by Denys Vlasenko · 4 years ago
  51. 251e08f move ADJTIME_PATH define to header files by Denys Vlasenko · 4 years ago
  52. a4c5cb2 traceroute: fix --help text by Denys Vlasenko · 4 years ago
  53. ff4ca18 traceroute: avoid collecting target local address if !VERBOSE by Denys Vlasenko · 4 years ago
  54. 4bc59a4 mount: fix a race when a free loop device is snatched under us by another mount. by Denys Vlasenko · 4 years ago
  55. cd48f07 mail: launch_helper(): flush stdio before vfork, set G.helper_pid only in parent by Denys Vlasenko · 4 years ago
  56. b0e7cb4 mail: deobfuscate launch_helper() by Denys Vlasenko · 4 years ago
  57. b6237c0 mail: commonalize send_r_n() by Denys Vlasenko · 4 years ago
  58. 25b2680 mail: move "opts" from globals by Denys Vlasenko · 4 years ago
  59. 91e330a shells: a fix for systems without RLIMIT_NICE by Denys Vlasenko · 4 years ago
  60. 0723131 Fixes for Hurd build by Denys Vlasenko · 4 years ago
  61. bb15969 libbb: do not compile selinux_or_die() if !SELINUX by Denys Vlasenko · 4 years ago
  62. 39646dc build system: make -static-libgcc selectable in config by Denys Vlasenko · 4 years ago
  63. eb0c2e2 libbb: introduce and use xsettimeofday() by Denys Vlasenko · 4 years ago
  64. d3c3688 hwclock: improve --help (-l is a compatible shortcut for --localtime) by Denys Vlasenko · 4 years ago
  65. 9e262f1 hwclock: fix musl breakage of settimeofday(tz) by Denys Vlasenko · 4 years ago
  66. a97a795 lineedit: disable completion and fancy prompts if no shells are selected by Denys Vlasenko · 4 years ago
  67. 1d180cd lineedit: use strncmp instead of is_prefixed_with (we know the length) by Denys Vlasenko · 4 years ago
  68. eaced1e lineedit: remove ->path_lookup if ash is not configured by Denys Vlasenko · 4 years ago
  69. 8baa643 lineedit: match local directories when searching PATH by Ron Yorston · 4 years ago
  70. 8506dd6 lineedit: omit directories when tab-completing from PATH by Ron Yorston · 4 years ago
  71. caba1a1 tweak help texts by Denys Vlasenko · 4 years ago
  72. 9b44dea ntpd: allow non-root to run it (e.g. with -w option) by Denys Vlasenko · 4 years ago
  73. 73d93d9 libbb: make pw_encrypt() die if supplied salt is bad (e.g. emply) by Denys Vlasenko · 4 years ago
  74. f3d6711 udhcpc6: code shrink - sending functions do not need ifindex parameter by Denys Vlasenko · 4 years ago
  75. b817699 udhcp: bind to device even for ucast packets by Michal Kazior · 4 years ago
  76. 01004f9 libbb: enable fixed 4k pagesize for 32bit ARM by Denys Vlasenko · 4 years ago
  77. 4a9ec95 tls: code shrink in AES code by Denys Vlasenko · 4 years ago
  78. fad8d6b build system: combat gcc zealotry in data alignment, now for x86_64 too by Denys Vlasenko · 4 years ago
  79. 2aaacc1 dd: support for O_DIRECT i/o by Denys Vlasenko · 4 years ago
  80. c7b858f libbb: add and use infrastructure for fixed page size optimization by Denys Vlasenko · 4 years ago
  81. fd3c512 libbb: create and use mmap() helpers by Denys Vlasenko · 4 years ago
  82. db79348 build system: combat gcc zealotry in data alignment by Denys Vlasenko · 4 years ago
  83. a8e1960 hush: code shrink by Denys Vlasenko · 4 years ago
  84. 84d5edd help text: replace [OPTIONS] with actual options (if not too long) by Denys Vlasenko · 4 years ago
  85. 63139b5 hush: if login shell, also source ~/.profile by Denys Vlasenko · 4 years ago
  86. 1b367cb examples: remove /sbin/ prefixes, system should be configured with $PATH to find utilities by Denys Vlasenko · 4 years ago
  87. 5d553bc more --help text tweaks by Denys Vlasenko · 4 years ago
  88. 11f1a25 help text tweaks by Denys Vlasenko · 4 years ago
  89. 49142d4 hush: NOMMU fix for hush-psubst/tick6.tests by Denys Vlasenko · 4 years ago
  90. 9cabd17 hush: fix -c SCRIPT handling by Denys Vlasenko · 4 years ago
  91. 31df5a3 ash: reset SIGHUP earlier: allows HUP traps in .profile, closes 13371 by Denys Vlasenko · 4 years ago
  92. 6c5f429 traceroute: code shrink by Denys Vlasenko · 4 years ago
  93. 623e55a traceroute: even with -v, don't show other ping processes reply's by Denys Vlasenko · 4 years ago
  94. d067acb traceroute: simpler hexdump() by Denys Vlasenko · 4 years ago
  95. b4b1828 traceroute: make "ipv4 or ipv6?" cheaper to find out by Denys Vlasenko · 4 years ago
  96. 8055173 traceroute: don't set SO_DONTROUTE on recv socket, it only affects send by Denys Vlasenko · 4 years ago
  97. 724c7df traceroute: untangle main loop by Denys Vlasenko · 4 years ago
  98. e76f03b traceroute: commonalize verbose printing by Denys Vlasenko · 4 years ago
  99. df5c539 traceroute: set IP_PKTINFO to see correct local IP of received pkt (fixes -v display) by Denys Vlasenko · 4 years ago
  100. cc55bbe traceroute: code shrink by Denys Vlasenko · 4 years ago