1. 30ebd7b brctl: fixing stp parameters incompatibility by Maciek Borzecki · 15 years ago
  2. 1c3f117 lsusb: 2.6.32 compat by Souf Oued · 15 years ago
  3. e283413 udhcp: code shrink by Denys Vlasenko · 15 years ago
  4. 6ef8def udhcp: remove two unused fields by Denys Vlasenko · 15 years ago
  5. 1497484 ash,hush: make it possible to build them individually by Denys Vlasenko · 15 years ago
  6. 85dbf19 date,touch: accept Jan 7 00:00:00 2010 format by Alexander Shishkin · 15 years ago
  7. 6b61629 udhcp: make rfc derived doc more readable (but it still is contradictory) by Denys Vlasenko · 15 years ago
  8. dde8bdc udhcp: merge options.h into common.h, script.c into dhcpc.c by Denys Vlasenko · 15 years ago
  9. 8d11445 udhcpc: do not test for srand init, just do it at the start by Denys Vlasenko · 15 years ago
  10. 501e35c udhcp: merge clientpacket.c into dhcpc.c by Denys Vlasenko · 15 years ago
  11. 6b24d53 udhcpc: merge clientsocket.c into dhcpc.c. +4 bytes. by Denys Vlasenko · 15 years ago
  12. 4f0408b flock: should not be selected by default by Denys Vlasenko · 15 years ago
  13. 927e4bb touch: do not ignore argument of -d/-t option by Mikhail Gusarov · 15 years ago
  14. 53f72bb dhcpd: apparently, sometimes IP is in ciaddr, not requested_ip... by Denys Vlasenko · 15 years ago
  15. c7dc79e udhcpd: untangle incredibly messy handling of DHCPREQUEST by Denys Vlasenko · 15 years ago
  16. 2e7aa92 udhcp: tweak udhcpd.conf example and comments. no code changes by Denys Vlasenko · 15 years ago
  17. e5ce91b udhcp: code shrink; disable time and log server options by Denys Vlasenko · 15 years ago
  18. 87fa216 udhcpc: make it possible to disable vendor id; improve help text by Denys Vlasenko · 15 years ago
  19. 0f62c4d udhcpd: remove five more options which do not make sense or not supported by Denys Vlasenko · 15 years ago
  20. a953987 udhcpd: remove redundant code in send_offer() by Denys Vlasenko · 15 years ago
  21. 8a7c166 udhcp: move serverpacket.c into dhcpd.c, no other changes by Denys Vlasenko · 15 years ago
  22. de9e772 flock: better help text by Denys Vlasenko · 15 years ago
  23. 777706c udhcp: remove support for some really old and odd options by Denys Vlasenko · 15 years ago
  24. 77a2c51 tar: optional support for restoring selinux context by J. Tang · 15 years ago
  25. bcda004 libbb/copyfd.c: don't mmap a largish buffer if we only want to copy a few kb by Denys Vlasenko · 15 years ago
  26. 892d4b6 flock: new applet by Timo Teras · 15 years ago
  27. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  28. c5c006c lineedit: first shot at optional unicode bidi input support by Tomas Heinrich · 15 years ago
  29. 98f1dc1 libbb/loop: comment out u32 hack by Denys Vlasenko · 15 years ago
  30. 0c0f176 brctl: Fix comment by Bernhard Reutner-Fischer · 15 years ago
  31. 46abfc0 brctl: fix parsing of timespec to allow 0 (setfd, sethello..) by Maciek Borzecki · 15 years ago
  32. 8d4a8d1 mdev: fix a trivial SEGV by Denys Vlasenko · 15 years ago
  33. d46c36c libbb/getopt32.c: clear applet_long_options and opt_complementary after use by Denys Vlasenko · 15 years ago
  34. 09b7672 include/fix_u32.h: try harder to not cause redefinition errors by Denys Vlasenko · 15 years ago
  35. 820874e tar compability modes for dpkg by Kim B. Heino · 15 years ago
  36. 535584c ar: add archive creation support by Alexander Shishkin · 15 years ago
  37. 814da22 fbsplash: reinstate drawing of over/undersized images; shrink by Denys Vlasenko · 15 years ago
  38. 7cfec4b beep: the -d option takes milliseconds not microseconds by Natanael Copa · 15 years ago
  39. 29f354e testsuite: don't run grep NUL tests when we know the would fail by Denys Vlasenko · 15 years ago
  40. b76356b ash: fix quadratic matching slowdown is ${v/*foo*/repl} (really bad one) by Denys Vlasenko · 15 years ago
  41. 6eaeb77 tailk: fix error detected by testsuite by Denys Vlasenko · 15 years ago
  42. f9782ff awk: code shrink by Denys Vlasenko · 15 years ago
  43. c6ba997 awk: code shrink by Denys Vlasenko · 15 years ago
  44. 7b81db1 awk: style fixes by Denys Vlasenko · 15 years ago
  45. 39fe4d1 awk: code shrink by Denys Vlasenko · 15 years ago
  46. 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
  47. b0a57ab awk: code shrink by Denys Vlasenko · 15 years ago
  48. 6ebdf7a awk: code shrink; style fixes by Denys Vlasenko · 15 years ago
  49. da62b09 awk: be more paranoid when freeing loop variable; make code less obfuscated by Denys Vlasenko · 15 years ago
  50. 90f19fa awk: add two tests we currently fail by Denys Vlasenko · 15 years ago
  51. c9955f2 awk: simple code shrink by Denys Vlasenko · 15 years ago
  52. 3cb60c3 awk: fix the case where nested "for" loops with the same variable misbehave by Denys Vlasenko · 15 years ago
  53. eae697f popmaildir: give examples in help text. +91 byte by Denys Vlasenko · 15 years ago
  54. d2b0405 lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR by Tomas Heinrich · 15 years ago
  55. f15620c shell/ulimit: code shrink by 10 bytes by Denys Vlasenko · 15 years ago
  56. 41d8134 libbb/loop.c: move #include to its user, improve comment by Denys Vlasenko · 15 years ago
  57. 79950a6 wc: compat: make "wc -c ONE_FILE" not print leading spaces. +2 bytes by Denys Vlasenko · 15 years ago
  58. c77e478 include/fix_u32.h: fix trivial compile breakage :( by Denys Vlasenko · 15 years ago
  59. 8cb4036 libbb/loop.c: use common fix_u32.h trick by Denys Vlasenko · 15 years ago
  60. f3c742f hush: use ash's ulimit builtin; make it more more bash0like while at it by Denys Vlasenko · 15 years ago
  61. cbcc123 tftp: do not show progress bar if we get error right away. +13 bytes by Denys Vlasenko · 15 years ago
  62. 4b1100e *: use NULL for null pointers by Denys Vlasenko · 15 years ago
  63. 44fbfa7 libbb/loop.c: style and readability fixes, no code changes by Denys Vlasenko · 15 years ago
  64. 917693b top: make 's' display easier to understand by Denys Vlasenko · 15 years ago
  65. 197202d modprobe: remove 2k limit on /proc/cmdline by Denys Vlasenko · 15 years ago
  66. 9341fd2 ping: do not leak data from stack; shrink by Denys Vlasenko · 15 years ago
  67. 5749328 head,tail: trim help text; make suffixes unconditional for head too by Denys Vlasenko · 15 years ago
  68. 88aa558 *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR by Denys Vlasenko · 15 years ago
  69. d2f7779 syslog: allow multiple -R options by Thomas Geulig · 15 years ago
  70. 3e26d4f modprobe: pick up module options from /proc/cmdline too by Denys Vlasenko · 15 years ago
  71. f6b29a2 Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 15 years ago
  72. 9906933 *: gethostname-related fixes by Denys Vlasenko · 15 years ago
  73. 45cec1e Config: fix alphabetical ordering by Bernhard Reutner-Fischer · 15 years ago
  74. 836f363 tail: document FANCY flags in helptext by Bernhard Reutner-Fischer · 15 years ago
  75. 1359e0d df: explain FANCY options in helptext by Bernhard Reutner-Fischer · 15 years ago
  76. ca228fb reuse a few strings by Bernhard Reutner-Fischer · 15 years ago
  77. 26ffe81 su: move restricted_shell into su.c (the only user) by Denys Vlasenko · 15 years ago
  78. fd686a2 setup_environment(): eliminate one parameter by Denys Vlasenko · 15 years ago
  79. 99709ab crontab: use setup_environment by Bernhard Reutner-Fischer · 15 years ago
  80. 7e7728c free: silence warning about unused argv by Bernhard Reutner-Fischer · 15 years ago
  81. d03cd3b awk: skip whitespace between array name and subscript by Alexander Shishkin · 15 years ago
  82. 2e73d84 find: tweak error message by Bernhard Reutner-Fischer · 15 years ago
  83. 8031848 typo fixes by Denys Vlasenko · 15 years ago
  84. 64bb95a mdev: fix subsystem passing (new kernels broke it again) - bugs 639, 721. by Denys Vlasenko · 15 years ago
  85. bf1d347 fdisk: do not treat names ending in '0' as partitions by Denys Vlasenko · 15 years ago
  86. b702d9a tweak README (s/svn/git) by Denys Vlasenko · 15 years ago
  87. 43d9747 install: strip before mode/uid/gid is set, not after. by Denys Vlasenko · 15 years ago
  88. 8ce1dc0 loadfont/setfont: optional PSF2 font support by Harald Becker · 15 years ago
  89. bef5711 free: code shrink by Denys Vlasenko · 15 years ago
  90. 153fcaa Replace __uClinux__ define with !BB_MMU by Denys Vlasenko · 15 years ago
  91. 7426920 fix bug 1087. Fix by Leonid (lly.dev AT gmail.com) by Denys Vlasenko · 15 years ago
  92. 00ddd44 fix typos in comments and doc by Denys Vlasenko · 15 years ago
  93. 2f8a460 fix Unicode build on glibc by Denys Vlasenko · 15 years ago
  94. 45e9792 netstat: fix a trivial bug by Denys Vlasenko · 15 years ago
  95. baab327 usage: fix typo by Bernhard Reutner-Fischer · 15 years ago
  96. 5e73457 delete forgotten chunk in prev commit by Denys Vlasenko · 15 years ago
  97. bb169f4 trim help text by Denys Vlasenko · 15 years ago
  98. 125c2d2 trim/regularize help text by Denys Vlasenko · 15 years ago
  99. 0866b36 gunzip: inflate_codes(): add fix from upstream gzip to prevent false CRC error by Joakim Tjernlund · 15 years ago
  100. 80f4275 include/platform.h: PowerPC can also do unaligned access by Joakim Tjernlund · 15 years ago