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