1. 28a2094 bloat-o-meter: add usage info by Bartosz Golaszewski · 11 years ago
  2. 6493801 tail compat: fix header printing for tail -f by Bartosz Golaszewski · 11 years ago
  3. 840ef17 wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) by Guilherme Maciel Ferreira · 11 years ago
  4. 5117eff Fix some compiler warnings emitted by gcc-4.8.0 by Denys Vlasenko · 11 years ago
  5. eba5fae ether-wake: shorten help text, reduce packet buffer size by Denys Vlasenko · 11 years ago
  6. d074b41 wget: add support for connect timeout by Lauri Kasanen · 11 years ago
  7. 730e4d8 init: better --help text by Denys Vlasenko · 11 years ago
  8. 7985bc1 awk: fix length(array) by Denys Vlasenko · 11 years ago
  9. 1d30b3f wall,crontab: use xopen_as_uid_gid() by Ryan Mallon · 11 years ago
  10. 5906a5c libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions by Ryan Mallon · 11 years ago
  11. 932e233 bunzip2: fix off-by-one check by Denys Vlasenko · 11 years ago
  12. cd256e1 wall: access FILE under real user's credentials by Denys Vlasenko · 11 years ago
  13. 3eab2b7 trylink: only prefix libs with -l by Mike Frysinger · 11 years ago
  14. 054f3eb loadkmap: explain what happens with K_ALLOCATED key value by Denys Vlasenko · 11 years ago
  15. a6ed6a3 httpd: make sire pfd[TO_CGI].revents is cleared before poll() by Denys Vlasenko · 11 years ago
  16. d7ea34e Documentation update by Denys Vlasenko · 11 years ago
  17. 32ed30d dumpkmap: code shrink by Denys Vlasenko · 11 years ago
  18. fbe250d httpd: treat errors from stdin correctly. by Denys Vlasenko · 11 years ago
  19. b535207 touch: add conditional support for -h by Denys Vlasenko · 11 years ago
  20. a613aa1 ar: better comment by Denys Vlasenko · 11 years ago
  21. 2a053a2 ar: read_num(): fix reading fields using the entire width by Peter Korsgaard · 11 years ago
  22. dc57294 top: fix breakage introduced by previous commit by Denys Vlasenko · 11 years ago
  23. a407cf7 Make smart_ulltoa return pointer to end (allows for code shink in callers) by Denys Vlasenko · 11 years ago
  24. d6ae4fb man: find posix man pages by John Spencer · 11 years ago
  25. deebdf5 fdisk: fix GPT size math errors by Jody Bruchon · 11 years ago
  26. 1b9ac21 lineedit: use unicode_strwidth instead of unicode_strlen by Denys Vlasenko · 11 years ago
  27. 0ff0b32 dd: code shrink by Denys Vlasenko · 11 years ago
  28. 1b57fe1 dd: code shrink by Denys Vlasenko · 11 years ago
  29. f3114a3 dd: code shrink by Denys Vlasenko · 11 years ago
  30. 90e9cfd dd: remove FIXME comment which is fixed now. No code changes by Denys Vlasenko · 11 years ago
  31. 4502bb1 dd: code shrink by Denys Vlasenko · 11 years ago
  32. 5b9910f dd: fail if swab is attempted on odd-sized block by Denys Vlasenko · 11 years ago
  33. e66a56d lineedit: fix multi-line PS1 handling: calculate PS1 length from last \n by Denys Vlasenko · 11 years ago
  34. 7a18043 lineedit: improve Unicode handling (still buggy though) by Denys Vlasenko · 11 years ago
  35. 8395bd3 dd: fix example in a comment. No code changes. by Denys Vlasenko · 11 years ago
  36. b941316 dd: support conv=swab by Denys Vlasenko · 11 years ago
  37. 4b1896c dd: do not reuse local variables for unrelated values. by Denys Vlasenko · 11 years ago
  38. ec2bef1 iplink: comment out include <net/if_packet.h> by Denys Vlasenko · 11 years ago
  39. 9f07af6 init: don't srop unterminated processes' entries during inittab reload by Paulius Zaleckas · 11 years ago
  40. d2e07bc init: don't use fixed size buffer for command by Denys Vlasenko · 11 years ago
  41. 73fbe9d tar: fix tar -T to add entries in the exact order as the input list by SASAKI Suguru · 11 years ago
  42. fc364ba fix build error with musl libc due to if_slip.h by Denys Vlasenko · 11 years ago
  43. 6761d7d networking: fix potential overflow in ife_print6() by Nicolas Dichtel · 11 years ago
  44. 9ae6d79 udhcpc: tweak help text more by Denys Vlasenko · 11 years ago
  45. 456687f udhcpc: tweak help text by Denys Vlasenko · 11 years ago
  46. 8c7fcbd swapon: support "pri=NNN" in fstab by Tito Ragusa · 11 years ago
  47. a5e6c6c setsid: code shrink, expanded comments by Denys Vlasenko · 11 years ago
  48. 543efd7 libbb: code shrink by Denys Vlasenko · 11 years ago
  49. aadb485 udhcpc: tweak help text by Denys Vlasenko · 11 years ago
  50. adc30b4 syslogd: use _PATH_LOG when available by Cédric Cabessa · 11 years ago
  51. 985345d ubi_tools: fix typo in strcpy by Paul B. Henson · 11 years ago
  52. da331d7 ifplugd: use a larger netlink buffer by Tito Ragusa · 11 years ago
  53. cc1c9ca less: support "less 1<>TTY" by Denys Vlasenko · 11 years ago
  54. 9369634 volume_id: add f2fs detection by Sven-Göran Bergh · 11 years ago
  55. a060a1a awk: Fix handling of functions with empty body by Bernhard Reutner-Fischer · 11 years ago
  56. e418b2e volume_id: nilfs config description. by Sven-Göran Bergh · 11 years ago
  57. 15d0a86 volume_id: Adopt to new config style. by Sven-Göran Bergh · 11 years ago
  58. 3b45801 volume_id: Adopt to new kbuild style. by Sven-Göran Bergh · 11 years ago
  59. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  60. bfa6ed1 catv: code shrink by Denys Vlasenko · 11 years ago
  61. 79c618c Refactor catv. Move visible() from stty to libbb. by Bartosz Golaszewski · 11 years ago
  62. d0bc708 unpackers: by users' request, print compression percentage if -v and DESKTOP by Denys Vlasenko · 11 years ago
  63. 05965cb nc: remove unnecessary "errno = 0" by Denys Vlasenko · 11 years ago
  64. 2ead531 iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include) by Denys Vlasenko · 11 years ago
  65. 2641426 logread: intercept all fatal signals, not just SIGINT by Denys Vlasenko · 11 years ago
  66. fd3ac96 nc: remove some dead code by Denys Vlasenko · 11 years ago
  67. ffeeb7a nc: exit when both stdin and network are closed. by Denys Vlasenko · 11 years ago
  68. ca54b66 nc: use symbolic SHUT_WR instead of literal 1 by Denys Vlasenko · 11 years ago
  69. ad546ec Update docs/tcp.txt by Denys Vlasenko · 11 years ago
  70. 9078633 buildsys: Add helper to list suid applets by Bernhard Reutner-Fischer · 11 years ago
  71. 7801148 Add notes about TCP programming quirks. by Denys Vlasenko · 11 years ago
  72. 688a7e3 date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formats by Bartosz Golaszewski · 11 years ago
  73. c19be75 networking: code shrink by Bartosz Golaszewski · 11 years ago
  74. b855460 awk.tests: add test for recent large integer fix by Denys Vlasenko · 11 years ago
  75. b0e9b72 sed: fix matching of newlines by $ by Denys Vlasenko · 11 years ago
  76. 26cd90c unzip: survive lack of CDF on non-streaming zip files by Denys Vlasenko · 11 years ago
  77. 1390a01 awk: use "long long" as integer type, not "int" by Denys Vlasenko · 11 years ago
  78. 5e87e8a unzip: increase PEEK_FROM_END from 16k to 64k by Denys Vlasenko · 11 years ago
  79. a7ecbed ip link: add VLAN support by Patrick McHardy · 11 years ago
  80. 9b58fe9 ip: code shrink by Denys Vlasenko · 11 years ago
  81. 25ce3ee typo fix in comment by Denys Vlasenko · 11 years ago
  82. c72b43c Commonalize typical [b,]k,m suffix struct by Denys Vlasenko · 11 years ago
  83. 0dacb68 chrt: remove warning for _POSIX_PRIORITY_SCHEDULING by Bernhard Reutner-Fischer · 11 years ago
  84. e95738f typo fix in comment by Denys Vlasenko · 11 years ago
  85. d87fcd4 tail: code shrink by Denys Vlasenko · 11 years ago
  86. 40ab27a sed: remove now-redundant backslash-newline handling by Denys Vlasenko · 11 years ago
  87. e93d156 sed: document where we are more liberal then GNU by Denys Vlasenko · 11 years ago
  88. d8f6d8c Call setlocale("") , not "C", if we want to set the default one by Denys Vlasenko · 11 years ago
  89. 2301d12 unicode: check $LC_CTYPE too to detect Unicode mode by Denys Vlasenko · 11 years ago
  90. 4f9fc1e foo*sum: Correct syntax error by Cristian Ionescu-Idbohrn · 11 years ago
  91. 6651e42 tail: track file size only in -f mode by Denys Vlasenko · 11 years ago
  92. cd8eece foo*sum: report I/O errors, don't merely exit with 1. by Denys Vlasenko · 11 years ago
  93. 3e7ecb1 unicode: check $LC_ALL to detect Unicode mode, not only $LANG by Denys Vlasenko · 11 years ago
  94. ea267d5 wget: do not abort if "_" is encountered in a HTTP header by Denys Vlasenko · 11 years ago
  95. 1bf560e cryptpw: do not segfault on EOF. Closes 6350 by Denys Vlasenko · 11 years ago
  96. 16614e9 *: change execl sentinels from NULL to (char*)0 by Rich Felker · 11 years ago
  97. e9b3fcc ubi_tools: enhance -s option to allow size multiplier to match mtd-utils by Denys Vlasenko · 11 years ago
  98. f798ba9 ubi_tools: add forgotten argv++ by Denys Vlasenko · 11 years ago
  99. 65bdf0b ubi_tools: extend supported volume size to 64 bits; shrink code by Denys Vlasenko · 11 years ago
  100. f86404f ubimkvol: add -m option to create volume of maximum size by Paul B. Henson · 12 years ago