1. 726ebba fix bit rot in scripts/Makefile.IMA by Denys Vlasenko · 14 years ago
  2. 102b8bd .gitignore: add missing ignores by Bjørn Forsman · 14 years ago
  3. 293a8f2 nameif: add matching by phy_address=NUM; extend help text by Phil Sutter · 14 years ago
  4. 2adc0e6 nameif: fix parsing of /proc/net/dev; small code shrink by Phil Sutter · 14 years ago
  5. bd74e3d libbb/login/su: do not sanitize shell name twice by Denys Vlasenko · 14 years ago
  6. 41478ad tr: free allocated memory in tr if CLEANUP enabled by Alexey Soloviev · 14 years ago
  7. 4a2a86d improve --install operation in chroot jails by Denys Vlasenko · 14 years ago
  8. 7cfe6ea xargs: support --no-run-if-empty (synonym to -r) by Denys Vlasenko · 14 years ago
  9. 1df0af7 don't leak malloced variables in the loop; remove double alloc by Alexey Fomenko · 14 years ago
  10. 940c720 convert "do {...} while (1);" -> "while (1) {...}" by Denys Vlasenko · 14 years ago
  11. 708dd4c add missing fclose's by Alexey Fomenko · 14 years ago
  12. b80acf5 tar: skip leading / and handle names like abc/..////def -> def (not ///def) by Denys Vlasenko · 14 years ago
  13. ea6116e libbb: remove dead code in getopt32. -7 bytes by Alexey Fomenko · 14 years ago
  14. 5e29e26 tar: on extract, everything up to and including last ".." is stripped by Denys Vlasenko · 14 years ago
  15. 7d65abe libbb: make user/group name cache strings longer (~27 chars) by Denys Vlasenko · 14 years ago
  16. 3b28dae ls: widen -s (1k blocks) column from 4 to 6 by Denys Vlasenko · 14 years ago
  17. 26d11b8 ls: -g implies -l by Denys Vlasenko · 14 years ago
  18. 9f368e3 ls: fix bits for -T, -w and --color; make -n imply -l; fix comments by Denys Vlasenko · 14 years ago
  19. c6450c9 mount: strip multiple trailing slashes, not just one by Denys Vlasenko · 14 years ago
  20. c8dc01d mount: update /etc/mtab properly on mount --move by Roman Borisov · 14 years ago
  21. 251962f whois: new applet by Pere Orga · 14 years ago
  22. 9beb68e showkey: make showkey -a work on any stdin by Harald Becker · 14 years ago
  23. cd387f2 ls: fix one-bit-off which caused -H to behave as -h by Denys Vlasenko · 14 years ago
  24. 143c5ba adduser: use better argv passing to addgroup by Denys Vlasenko · 14 years ago
  25. e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
  26. da4441c fix libiproute compile with kernel headers < 2.6.17 by Stefan Seyfried · 14 years ago
  27. 301fe50 mount: ignore unknown mount options when remounting NFS mounts by Peter Korsgaard · 14 years ago
  28. 945fd17 mount: fix wrong long option namess by Roman Borisov · 14 years ago
  29. 3bb235c iproute: fix parsing and matching of of "short" IP addrs like 10/8 by Denys Vlasenko · 14 years ago
  30. bac0a25 slightly better wording in comments by Denys Vlasenko · 14 years ago
  31. b12553f ash: fix ash-signals/signal8 testcase failure by Denys Vlasenko · 14 years ago
  32. 55988ae fix "make install" by Bernd Jendrissek · 14 years ago
  33. f303bdd blockdev: add --getsz to replace --getsize by Dan Fandrich · 14 years ago
  34. 5369563 wget: reduce bloat by Pere Orga · 14 years ago
  35. 5827167 udhcpd: optional IP selection based on MAC hash by Vladislav Grishenko · 14 years ago
  36. 4fdb67c echo: fix SEGV when run with no args by Denys Vlasenko · 14 years ago
  37. 28556b9 wget: check for final write errors for -O FILE too by Denys Vlasenko · 14 years ago
  38. 26b80e8 Add the help text for 'position independent executable' code build by Gilles Espinasse · 14 years ago
  39. 5dad4ae modprobe: fix "modprobe -l name-with-dash" by Denys Vlasenko · 14 years ago
  40. df7f200 modinfo: trivial optimizations by Denys Vlasenko · 14 years ago
  41. 12f44ea modinfo: show firmware and depends fields by Lauri Kasanen · 14 years ago
  42. 2384a35 wget: make "wget -O FILE URL1 URL2" concatenate output by Denys Vlasenko · 14 years ago
  43. 57b4909 wget: fix SEGV with multiple urls and redirection by Pere Orga · 14 years ago
  44. 7c6f246 hush: do not print killer signal's name for SIGPIPE by Denys Vlasenko · 14 years ago
  45. b934844 echo: fix ENOSPC detection and some iffy code in \NNN handling by Denys Vlasenko · 14 years ago
  46. 713e6d7 udhcpc: use more correct, and more importantly, more understandable BPF code by Vladislav Grishenko · 14 years ago
  47. 48a5219 reverted LINHIB0001 swap signature addition by Denys Vlasenko · 14 years ago
  48. dc50676 Move stpcpy replacement function into libbb by Dan Fandrich · 14 years ago
  49. 4ed3c52 mktemp: make it more compatible with GNU coreutils 8.4 by Denys Vlasenko · 14 years ago
  50. 07cda22 fix bug 3223 (parameter loading problem for 2.4 kernels) by Denys Vlasenko · 14 years ago
  51. 9a5b7f6 wget: support multiple URLs on command line even without -O :) by Denys Vlasenko · 14 years ago
  52. a366109 wget: support multiple URLs on command line by Denys Vlasenko · 14 years ago
  53. a84eadf typo fix in comment by Denys Vlasenko · 14 years ago
  54. e1a4209 find: trim help text a bit by Denys Vlasenko · 14 years ago
  55. 053c12e find: remove the hack we use to parse options first, replace with simpler code by Denys Vlasenko · 14 years ago
  56. 805f245 find: print/print0/prune _can_ be inverted, fix it by Denys Vlasenko · 14 years ago
  57. 27076b8 find: document ! (not) operator by Denys Vlasenko · 14 years ago
  58. 4604dd8 find: help text: PATH must be first by Denys Vlasenko · 14 years ago
  59. 56cdb2f find: yet another tweak to help text by Denys Vlasenko · 14 years ago
  60. 4dea9eb find: fix help text about -prune: it also does assume -print by Denys Vlasenko · 14 years ago
  61. cef85c2 find: significantly improve hext text. +116 bytes by Denys Vlasenko · 14 years ago
  62. 0b8a772 typo fix by Denys Vlasenko · 14 years ago
  63. 88ad9da wget: display 100% at the _end_ of chunked download by Denys Vlasenko · 14 years ago
  64. c60f446 wget: chunked mode fix. Closes bug 3229 by Denys Vlasenko · 14 years ago
  65. f9af375 wget: explain clearerr more clearly by Denys Vlasenko · 14 years ago
  66. 8766a79 wget: correctly handle rare case when we get EAGAIN _on first_ read by Denys Vlasenko · 14 years ago
  67. ab8d00d progress meter: fix bugs found in stall detection and unknown size logic by Denys Vlasenko · 14 years ago
  68. d55e139 progress meter: move file name to bb_progress_t. +20 bytes by Denys Vlasenko · 14 years ago
  69. e52e67c libbb/progress.c: make sure we never get negative ETA by Denys Vlasenko · 14 years ago
  70. 838d4bb progress meter: display >999 hours ETA correctly by Denys Vlasenko · 14 years ago
  71. f836f01 wget: shrink progress meter code; strink wget and add debug logging by Denys Vlasenko · 14 years ago
  72. 805aa9f progress bar: better overflow protection; more precise bar by Denys Vlasenko · 14 years ago
  73. 9213a55 wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytes by Denys Vlasenko · 14 years ago
  74. aaf091f remve erroneous dependensies on INSTALLER by Denys Vlasenko · 14 years ago
  75. 95897f9 getty config help: fix example script by Denys Vlasenko · 14 years ago
  76. b44e976 getty: extend its config help by Denys Vlasenko · 14 years ago
  77. b2f00ac reset: "ESC(K" selects German, why do we use THAT? Change to "ESC(B" (US) by Denys Vlasenko · 14 years ago
  78. dee0fc9 save 10 bytes on strings by Denys Vlasenko · 14 years ago
  79. 0fac2f7 wget: remove functions which retry on EINTR by Denys Vlasenko · 14 years ago
  80. e3ece78 fix trivial build failure by Denys Vlasenko · 14 years ago
  81. df4e16c wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers by Denys Vlasenko · 14 years ago
  82. 77350aa tc: less ugly check for bad sizeof(G) by Denys Vlasenko · 14 years ago
  83. f133471 iproute: fix handling of "dev IFACE" selector by Denys Vlasenko · 14 years ago
  84. e7212a4 scripts/mkconfigs: don't use invalid basic regexp by Denys Vlasenko · 14 years ago
  85. 698e809 use unistd.h before _POSIX_VERSION by Denys Vlasenko · 14 years ago
  86. 66c5b12 ash: fix TMOUT not restoring tty attributes by Denys Vlasenko · 14 years ago
  87. dd807c1 incorporate header fixes proposed in bug 3097 by Denys Vlasenko · 14 years ago
  88. 5a746dc scripts/kconfig/mconf.c: stop-gap fix for buffer overflow by Denys Vlasenko · 14 years ago
  89. 8ee2ada echo: do not retry on write errors by Denys Vlasenko · 14 years ago
  90. b8ab4b0 typo fix by Denys Vlasenko · 14 years ago
  91. aef441c tar: fix a bug where autodetection messes up -z on extract by Denys Vlasenko · 14 years ago
  92. ca18e25 runlevel/wall: depend on utmp feature by Mike Frysinger · 14 years ago
  93. fbea220 udhcpc: fix a problem with binary-encoded options by Denys Vlasenko · 14 years ago
  94. 281e7b8 ping: trivial simplification. -2 bytes by Denys Vlasenko · 14 years ago
  95. 1bb52a9 ping: fix IPv6 pinging. Closes bug 3187 by Denys Vlasenko · 14 years ago
  96. 07078c2 Let fbsplash display images even when a second buffer is active by Dan Fandrich · 14 years ago
  97. 3e2834f ubimkvol,ubirmvol,ubirsvol: new applets by Reuben Dowle · 14 years ago
  98. 046341e ash: optional support for $TMOUT variable by Denys Vlasenko · 14 years ago
  99. 8c52f80 ash: cosmetic cleanups by Denys Vlasenko · 14 years ago
  100. c5d0f15 libbb: spawn should remove child which failed to exec by Denys Vlasenko · 14 years ago