1. 4b1100e *: use NULL for null pointers by Denys Vlasenko · 15 years ago
  2. 44fbfa7 libbb/loop.c: style and readability fixes, no code changes by Denys Vlasenko · 15 years ago
  3. 917693b top: make 's' display easier to understand by Denys Vlasenko · 15 years ago
  4. 197202d modprobe: remove 2k limit on /proc/cmdline by Denys Vlasenko · 15 years ago
  5. 9341fd2 ping: do not leak data from stack; shrink by Denys Vlasenko · 15 years ago
  6. 5749328 head,tail: trim help text; make suffixes unconditional for head too by Denys Vlasenko · 15 years ago
  7. 88aa558 *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR by Denys Vlasenko · 15 years ago
  8. d2f7779 syslog: allow multiple -R options by Thomas Geulig · 15 years ago
  9. 3e26d4f modprobe: pick up module options from /proc/cmdline too by Denys Vlasenko · 15 years ago
  10. f6b29a2 Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 15 years ago
  11. 9906933 *: gethostname-related fixes by Denys Vlasenko · 15 years ago
  12. 45cec1e Config: fix alphabetical ordering by Bernhard Reutner-Fischer · 15 years ago
  13. 836f363 tail: document FANCY flags in helptext by Bernhard Reutner-Fischer · 15 years ago
  14. 1359e0d df: explain FANCY options in helptext by Bernhard Reutner-Fischer · 15 years ago
  15. ca228fb reuse a few strings by Bernhard Reutner-Fischer · 15 years ago
  16. 26ffe81 su: move restricted_shell into su.c (the only user) by Denys Vlasenko · 15 years ago
  17. fd686a2 setup_environment(): eliminate one parameter by Denys Vlasenko · 15 years ago
  18. 99709ab crontab: use setup_environment by Bernhard Reutner-Fischer · 15 years ago
  19. 7e7728c free: silence warning about unused argv by Bernhard Reutner-Fischer · 15 years ago
  20. d03cd3b awk: skip whitespace between array name and subscript by Alexander Shishkin · 15 years ago
  21. 2e73d84 find: tweak error message by Bernhard Reutner-Fischer · 15 years ago
  22. 8031848 typo fixes by Denys Vlasenko · 15 years ago
  23. 64bb95a mdev: fix subsystem passing (new kernels broke it again) - bugs 639, 721. by Denys Vlasenko · 15 years ago
  24. bf1d347 fdisk: do not treat names ending in '0' as partitions by Denys Vlasenko · 15 years ago
  25. b702d9a tweak README (s/svn/git) by Denys Vlasenko · 15 years ago
  26. 43d9747 install: strip before mode/uid/gid is set, not after. by Denys Vlasenko · 15 years ago
  27. 8ce1dc0 loadfont/setfont: optional PSF2 font support by Harald Becker · 15 years ago
  28. bef5711 free: code shrink by Denys Vlasenko · 15 years ago
  29. 153fcaa Replace __uClinux__ define with !BB_MMU by Denys Vlasenko · 15 years ago
  30. 7426920 fix bug 1087. Fix by Leonid (lly.dev AT gmail.com) by Denys Vlasenko · 15 years ago
  31. 00ddd44 fix typos in comments and doc by Denys Vlasenko · 15 years ago
  32. 2f8a460 fix Unicode build on glibc by Denys Vlasenko · 15 years ago
  33. 45e9792 netstat: fix a trivial bug by Denys Vlasenko · 15 years ago
  34. baab327 usage: fix typo by Bernhard Reutner-Fischer · 15 years ago
  35. 5e73457 delete forgotten chunk in prev commit by Denys Vlasenko · 15 years ago
  36. bb169f4 trim help text by Denys Vlasenko · 15 years ago
  37. 125c2d2 trim/regularize help text by Denys Vlasenko · 15 years ago
  38. 0866b36 gunzip: inflate_codes(): add fix from upstream gzip to prevent false CRC error by Joakim Tjernlund · 15 years ago
  39. 80f4275 include/platform.h: PowerPC can also do unaligned access by Joakim Tjernlund · 15 years ago
  40. 81fe2b1 wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set" by Denys Vlasenko · 15 years ago
  41. 3fdba18 wget: ignore --no-check-certificate by Bernhard Reutner-Fischer · 15 years ago
  42. 10544a8 compat and warning fixes by Denys Vlasenko · 15 years ago
  43. fb6e689 libbb/md5.c: remove wrong comment by Denys Vlasenko · 15 years ago
  44. 73ccd0c volume_id/linux_swap: detect suspended image signatures too by Vladimir Dronnikov · 15 years ago
  45. 14a917e hush: note a FIXME by Denys Vlasenko · 15 years ago
  46. 3205c24 shaNNNsum: accept and ignore -b and -t by Denys Vlasenko · 15 years ago
  47. eb25575 bloat-o-meter: convert to print() calls by Bernhard Reutner-Fischer · 15 years ago
  48. f16d7c4 bloat-o-meter: fix quadric behavior in alias resolution by Bernhard Reutner-Fischer · 15 years ago
  49. 343dfd7 dnsd: add -s option. This allows (clumsy) operation with read dns servers by Denys Vlasenko · 15 years ago
  50. e66a09b dnsd: add more -v messages by Denys Vlasenko · 15 years ago
  51. b55d652 dnsd: better usage text by Denys Vlasenko · 15 years ago
  52. 5fb3849 dnsd: fix one big-endian goof; add a TODO about RA bit by Denys Vlasenko · 15 years ago
  53. cb7edc2 adduser: copy /etc/skel to mew homes. +100 bytes by Denys Vlasenko · 15 years ago
  54. 0cd445f cosmetic fixes by Denys Vlasenko · 15 years ago
  55. 6aca76d hexdump: fix "hexdump nonexistent_file" handling by Denys Vlasenko · 15 years ago
  56. b741cd2 whitespace fix by Denys Vlasenko · 15 years ago
  57. 2f14263 udhcp[cd]: fix aliasing warnings by Denys Vlasenko · 15 years ago
  58. 3dbc5a9 awk: remove wrong comment by Denys Vlasenko · 15 years ago
  59. 36659fd *: fix 1/4 remaining aliasing warnings by Denys Vlasenko · 15 years ago
  60. 12ca080 *: eliminate more aliasing warnings by Denys Vlasenko · 15 years ago
  61. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  62. 1821d18 diff: more compiler compat fixes. no code changes by Dan Fandrich · 15 years ago
  63. f111b67 diff: make code more portable by Dan Fandrich · 15 years ago
  64. 557deb1 libbb: fix bb_ask() to operate on correct fd by Denys Vlasenko · 15 years ago
  65. 659507f bloat-o-meter: teach it to handle aliases by Bernhard Reutner-Fischer · 15 years ago
  66. baad6d8 mkfs_ext2: fix bad comment. no code changes by Denys Vlasenko · 15 years ago
  67. bb1dcc9 more thorough fix for systems with strange socklen_t by Denys Vlasenko · 15 years ago
  68. 5b9b136 stat: get rid on intmax_t by Denys Vlasenko · 15 years ago
  69. 4b06146 tftpd: fix file creation with bogus mode. Closes bug 1021. by Denys Vlasenko · 15 years ago
  70. 40e7d25 mkXXXX: unify [KBYTES] parameter handling (added it to mkswap) by Denys Vlasenko · 15 years ago
  71. 4875e71 docs/unicode.txt: added more TODOs by Denys Vlasenko · 15 years ago
  72. 698dca5 add unicode.txt by Denys Vlasenko · 15 years ago
  73. c8e18ca remove now-unneeded memset by Denys Vlasenko · 15 years ago
  74. e936c6d make echo -e "foo\nfoo" | passwd USER work by Denys Vlasenko · 15 years ago
  75. 460f827 better wording in Config by Denys Vlasenko · 15 years ago
  76. b1edf20 unicode: exclude FDD0..FDEF range too by Denys Vlasenko · 15 years ago
  77. 40e4e88 exclude more invalid unicode chars by Denys Vlasenko · 15 years ago
  78. 344a44f typo fix by Denys Vlasenko · 15 years ago
  79. 3d5b606 ls: fix handling of broken unicode sequences by Denys Vlasenko · 15 years ago
  80. d8528b8 ls: unicode fixes by Denys Vlasenko · 15 years ago
  81. ed910c7 cal: add a unicode test by Denys Vlasenko · 15 years ago
  82. e17764c further work on unicodization by Denys Vlasenko · 15 years ago
  83. ecd90fd fix Unicode config option limits and some comments in less by Denys Vlasenko · 15 years ago
  84. a425242 syslog: remove stray umask(0) by Denys Vlasenko · 15 years ago
  85. ac36450 Example Unicode files by Denys Vlasenko · 15 years ago
  86. 2edba21 more fine-grained Unicode support by Denys Vlasenko · 15 years ago
  87. 083e172 style fixes, no code changes by Denys Vlasenko · 15 years ago
  88. 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
  89. 17323a6 hush: more "greppable" field names. no code changes by Denys Vlasenko · 15 years ago
  90. 2755f4e update TODO_config_nommu by Denys Vlasenko · 15 years ago
  91. e57ea7e update defconfig by Denys Vlasenko · 15 years ago
  92. ffc4bce libiproute: eliminate unused fields in struct filter_t's; style fixes by Denys Vlasenko · 15 years ago
  93. e838779 start 1.17.x development by Denys Vlasenko · 15 years ago
  94. e52b735 Bump version to 1.16.0 by Denys Vlasenko · 15 years ago
  95. da879ec modprobe: protect against possible SEGV by Denys Vlasenko · 15 years ago
  96. 1aaf1cb whitespace fix by Denys Vlasenko · 15 years ago
  97. 24928ff ntpd: explain why scripts can be run in quick succession by Denys Vlasenko · 15 years ago
  98. 3581c62 whitespace fixes by Denys Vlasenko · 15 years ago
  99. 46685a4 unicode_wcwidth.c: shrink by Denys Vlasenko · 15 years ago
  100. 307b24c testsuite-discovered fixes by Denys Vlasenko · 15 years ago