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