1. 2635369 rfkill: use new-style config/kbuild/applet by Denys Vlasenko · 11 years ago
  2. 0545e3b tar: prevent empty file to be treated as valid tarball by Denys Vlasenko · 11 years ago
  3. dd1d8ab fix a copy/paste error in last tar testcase name by Denys Vlasenko · 11 years ago
  4. 1cbc642 tar: add a testcase for previous commit by Denys Vlasenko · 11 years ago
  5. ebfa9b5 tar: fix exitcode check for MMU-spawned unpacking helpers by Denys Vlasenko · 11 years ago
  6. 8b59b2c libbb: move nuke_str() from passwd into libbb by Denys Vlasenko · 11 years ago
  7. 6ef7729 comment tweak by Denys Vlasenko · 11 years ago
  8. 9c1c605 sulogin: use common password-checking routine. by Denys Vlasenko · 11 years ago
  9. f6beef6 archival/*: move "config:" snippets into .c files by Denys Vlasenko · 11 years ago
  10. ac21687 archival/*: move "applet:" snippets into .c files, part 2 by Denys Vlasenko · 11 years ago
  11. 36184a4 archival/*: move "applet:" snippets into .c files by Denys Vlasenko · 11 years ago
  12. 66620fa archival/*: move "kbuild:" snippets into .c files by Denys Vlasenko · 11 years ago
  13. 73225b6 switch editors/* to embedded-in-source kbuild system by Denys Vlasenko · 11 years ago
  14. f200f73 awk: optionally support -e AWK_PROG by Sven-Göran Bergh · 11 years ago
  15. cd0936b fstrim: use new-style config/kbuild/applet snippets; trim help text by Denys Vlasenko · 11 years ago
  16. d3092c9 udhcp: add PXELINUX config file option (code 209) definition by Jeremy Kerr · 11 years ago
  17. 087843a fix "warning: ISO C90 forbids mixed declarations and code" by Denys Vlasenko · 11 years ago
  18. afa63b2 fix bashisms in testsuite/ by Michael Tokarev · 11 years ago
  19. 5e63776 fstrim: Needs to fire at the mp, not bd by Bernhard Reutner-Fischer · 11 years ago
  20. b1489f9 fstrim: Indicate failure on error by Bernhard Reutner-Fischer · 11 years ago
  21. 140f4e3 fstrim: -17b by Bernhard Reutner-Fischer · 11 years ago
  22. 1d39e33 fstrim: New applet by Malek Degachi · 11 years ago
  23. 80f8cdf ash: Set SHLVL in ASH_BASH_COMPAT by Bernhard Reutner-Fischer · 11 years ago
  24. 200c1c4 ash: Use setvar2 some more by Bernhard Reutner-Fischer · 11 years ago
  25. b541d1f swaponoff: shrink by Bernhard Reutner-Fischer · 11 years ago
  26. 25e89dc Fix building on 4.4 by Ricardo Cerqueira · 11 years ago
  27. 8d3efaf udhcpc: allow zero server-id. Closes 6614. by Denys Vlasenko · 11 years ago
  28. b21bc80 init: fix illegal memory access when max message length is reached by Yuan-Hsiang Lee · 11 years ago
  29. 18b4619 bootchartd: warn if .config looks wrong by Denys Vlasenko · 11 years ago
  30. 17f4aca Makefile.custom: make "make release" delete .gitignore files too by Denys Vlasenko · 11 years ago
  31. c44539f sed: fix "sed clusternewline" testcase by Denys Vlasenko · 11 years ago
  32. a82e32d sed: document -E in help text by Denys Vlasenko · 11 years ago
  33. 9d46a7a sed: fix memory leak in 'r FILE' command by Denys Vlasenko · 11 years ago
  34. af0cdee sed: accept -E as a synonym for -r by David A. Wheeler · 11 years ago
  35. 2d576e2 udhcpc: make DHCP packets to have at least 300 DHCP bytes by Johannes Stezenbach · 11 years ago
  36. af4f0e4 libbb: use <poll.h> instead of <sys/poll.h> by Thomas Petazzoni · 11 years ago
  37. 28a2094 bloat-o-meter: add usage info by Bartosz Golaszewski · 11 years ago
  38. 6493801 tail compat: fix header printing for tail -f by Bartosz Golaszewski · 11 years ago
  39. 840ef17 wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) by Guilherme Maciel Ferreira · 11 years ago
  40. 5117eff Fix some compiler warnings emitted by gcc-4.8.0 by Denys Vlasenko · 11 years ago
  41. eba5fae ether-wake: shorten help text, reduce packet buffer size by Denys Vlasenko · 11 years ago
  42. d074b41 wget: add support for connect timeout by Lauri Kasanen · 11 years ago
  43. 730e4d8 init: better --help text by Denys Vlasenko · 11 years ago
  44. 7985bc1 awk: fix length(array) by Denys Vlasenko · 11 years ago
  45. 1d30b3f wall,crontab: use xopen_as_uid_gid() by Ryan Mallon · 11 years ago
  46. 5906a5c libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions by Ryan Mallon · 11 years ago
  47. b0e9a50 bunzip2: fix off-by-one check by Denys Vlasenko · 11 years ago
  48. 932e233 bunzip2: fix off-by-one check by Denys Vlasenko · 11 years ago
  49. cd256e1 wall: access FILE under real user's credentials by Denys Vlasenko · 11 years ago
  50. 2b99526 [x86] Changes and Additions to fix broken x86 build by Trevor Drake · 11 years ago
  51. 3eab2b7 trylink: only prefix libs with -l by Mike Frysinger · 11 years ago
  52. 054f3eb loadkmap: explain what happens with K_ALLOCATED key value by Denys Vlasenko · 11 years ago
  53. a6ed6a3 httpd: make sire pfd[TO_CGI].revents is cleared before poll() by Denys Vlasenko · 11 years ago
  54. d7ea34e Documentation update by Denys Vlasenko · 11 years ago
  55. 32ed30d dumpkmap: code shrink by Denys Vlasenko · 11 years ago
  56. fbe250d httpd: treat errors from stdin correctly. by Denys Vlasenko · 11 years ago
  57. b535207 touch: add conditional support for -h by Denys Vlasenko · 11 years ago
  58. a613aa1 ar: better comment by Denys Vlasenko · 11 years ago
  59. 2a053a2 ar: read_num(): fix reading fields using the entire width by Peter Korsgaard · 11 years ago
  60. dc57294 top: fix breakage introduced by previous commit by Denys Vlasenko · 11 years ago
  61. a407cf7 Make smart_ulltoa return pointer to end (allows for code shink in callers) by Denys Vlasenko · 11 years ago
  62. d6ae4fb man: find posix man pages by John Spencer · 11 years ago
  63. deebdf5 fdisk: fix GPT size math errors by Jody Bruchon · 11 years ago
  64. 1b9ac21 lineedit: use unicode_strwidth instead of unicode_strlen by Denys Vlasenko · 11 years ago
  65. 0ff0b32 dd: code shrink by Denys Vlasenko · 11 years ago
  66. 1b57fe1 dd: code shrink by Denys Vlasenko · 11 years ago
  67. f3114a3 dd: code shrink by Denys Vlasenko · 11 years ago
  68. 90e9cfd dd: remove FIXME comment which is fixed now. No code changes by Denys Vlasenko · 11 years ago
  69. 4502bb1 dd: code shrink by Denys Vlasenko · 11 years ago
  70. 5b9910f dd: fail if swab is attempted on odd-sized block by Denys Vlasenko · 11 years ago
  71. e66a56d lineedit: fix multi-line PS1 handling: calculate PS1 length from last \n by Denys Vlasenko · 11 years ago
  72. 7a18043 lineedit: improve Unicode handling (still buggy though) by Denys Vlasenko · 11 years ago
  73. 8395bd3 dd: fix example in a comment. No code changes. by Denys Vlasenko · 11 years ago
  74. b941316 dd: support conv=swab by Denys Vlasenko · 11 years ago
  75. 4b1896c dd: do not reuse local variables for unrelated values. by Denys Vlasenko · 11 years ago
  76. ec2bef1 iplink: comment out include <net/if_packet.h> by Denys Vlasenko · 11 years ago
  77. 9f07af6 init: don't srop unterminated processes' entries during inittab reload by Paulius Zaleckas · 11 years ago
  78. d2e07bc init: don't use fixed size buffer for command by Denys Vlasenko · 11 years ago
  79. 73fbe9d tar: fix tar -T to add entries in the exact order as the input list by SASAKI Suguru · 11 years ago
  80. fc364ba fix build error with musl libc due to if_slip.h by Denys Vlasenko · 11 years ago
  81. 6761d7d networking: fix potential overflow in ife_print6() by Nicolas Dichtel · 11 years ago
  82. 9ae6d79 udhcpc: tweak help text more by Denys Vlasenko · 11 years ago
  83. 456687f udhcpc: tweak help text by Denys Vlasenko · 11 years ago
  84. 8c7fcbd swapon: support "pri=NNN" in fstab by Tito Ragusa · 11 years ago
  85. a5e6c6c setsid: code shrink, expanded comments by Denys Vlasenko · 11 years ago
  86. 543efd7 libbb: code shrink by Denys Vlasenko · 11 years ago
  87. aadb485 udhcpc: tweak help text by Denys Vlasenko · 11 years ago
  88. adc30b4 syslogd: use _PATH_LOG when available by Cédric Cabessa · 11 years ago
  89. 985345d ubi_tools: fix typo in strcpy by Paul B. Henson · 11 years ago
  90. da331d7 ifplugd: use a larger netlink buffer by Tito Ragusa · 11 years ago
  91. cc1c9ca less: support "less 1<>TTY" by Denys Vlasenko · 11 years ago
  92. 9369634 volume_id: add f2fs detection by Sven-Göran Bergh · 11 years ago
  93. 3f2a90a mktemp: go back to using mktemp() for mktemp -u by Steven Luo · 11 years ago
  94. ececd8c Don't treat link-time warnings as errors by Steven Luo · 11 years ago
  95. a060a1a awk: Fix handling of functions with empty body by Bernhard Reutner-Fischer · 11 years ago
  96. c7dcb61 mktemp: unlink mkstemp alternative to (unsafe) dry-run option by Tanguy Pruvot · 11 years ago
  97. e418b2e volume_id: nilfs config description. by Sven-Göran Bergh · 11 years ago
  98. 15d0a86 volume_id: Adopt to new config style. by Sven-Göran Bergh · 11 years ago
  99. 3b45801 volume_id: Adopt to new kbuild style. by Sven-Göran Bergh · 11 years ago
  100. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago