1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 04f05b8 Fix building under 4.2 by Ricardo Cerqueira · 12 years ago
  4. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  5. 8aeb371 merged commit between gingerbread and busybox/master 20110630 by Tanguy Pruvot · 13 years ago
  6. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  7. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 13 years ago
  8. 940c720 convert "do {...} while (1);" -> "while (1) {...}" by Denys Vlasenko · 13 years ago
  9. 708dd4c add missing fclose's by Alexey Fomenko · 13 years ago
  10. b3b6c8b eliminate aliasing warning in networking/route.c by Denys Vlasenko · 13 years ago
  11. 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
  12. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  13. 238bf18 ash: fix bug which causes signal6.tests to fail by Denys Vlasenko · 14 years ago
  14. adf922e *: a few more NOINLINEs by Denys Vlasenko · 15 years ago
  15. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 15 years ago
  16. 5868070 route: fix for 64-bit BE machines by Seonghun Lim (wariua AT gmail.com) by Denis Vlasenko · 16 years ago
  17. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  18. a46dd89 cpio: internalize archive_xread_all_eof. add a few paranoia checks by Denis Vlasenko · 16 years ago
  19. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  20. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  21. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 16 years ago
  22. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  23. 1bec1b9 telnet: use poll, it's shorter *: style fixes by Denis Vlasenko · 17 years ago
  24. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  25. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  26. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  27. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  28. 6d9ea24 networking/interface.c: huke remaining big statics; use malloc for INET[6]_rresolve by Denis Vlasenko · 17 years ago
  29. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  30. 8746885 style fixes by Denis Vlasenko · 17 years ago
  31. 51742f4 style fixes. No code changes by Denis Vlasenko · 17 years ago
  32. ff131b9 style fixes. No code changes. by Denis Vlasenko · 17 years ago
  33. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  34. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 17 years ago
  35. bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 17 years ago
  36. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 17 years ago
  37. 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 17 years ago
  38. 229b3d2 do not overflow ifr_name. maybe it was safe in some places, by Denis Vlasenko · 18 years ago
  39. 7ca3921 bb_INET_default[] is really just a const "default", nothing INET-specific by Denis Vlasenko · 18 years ago
  40. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  41. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  42. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  43. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  44. d35ef0f More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  45. e135a5d fix no previous prototype warning by Mike Frysinger · 18 years ago
  46. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 18 years ago
  47. 0cb6f35 fix up annoying signed/unsigned and mixed type errors by Eric Andersen · 18 years ago
  48. 5775aa2 added support /prefix for IPV4 form IPV6 code. Close bug 461 by "Vladimir N. Oleynik" · 18 years ago
  49. c1ef7bd just whitespace by Tim Riker · 18 years ago
  50. 007a011 network "default" --> bb_INET_default. Reduce 2 exported from find applet by "Vladimir N. Oleynik" · 19 years ago
  51. 6417564 Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles. by Rob Landley · 19 years ago
  52. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  53. 539fa95 Oops.. got a bit to aggressive with size optimization and global replace. :-( by Manuel Novoa III · 20 years ago
  54. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  55. 7d0c519 In spite of the feature freeze, check in a complete rework of route which by Manuel Novoa III · 20 years ago
  56. 2479445 Fix/eliminate use of atol by Eric Andersen · 20 years ago
  57. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  58. be2ae24 Always print the routing table header for IPv4: by Robert Griebl · 21 years ago
  59. 0552b9a Eliminate dependancy on kernel header files. Naughty naughty. by Eric Andersen · 21 years ago
  60. 8ae4cab use #ifdef CONFIG_* instead of #if CONFIG_* by Glenn L McGrath · 22 years ago
  61. 7c58e9b Run through indent, fix comment by Glenn L McGrath · 22 years ago
  62. 51b8bd6 This patch from Bart Visscher <magick@linux-fan.com> adds by Eric Andersen · 22 years ago
  63. c30c5e8 Reduced code size for new -e flag (suggested by vodz) by Robert Griebl · 22 years ago
  64. 820098f This patch adds -e (extended information) to route and -r/-e (show routing by Robert Griebl · 22 years ago
  65. cd8c436 Latest patch from vodz: by Eric Andersen · 23 years ago
  66. b940850 Another fix from vodz by Eric Andersen · 23 years ago
  67. 863a3e1 patch from vodz -- route cleanup to display all route entries by Eric Andersen · 23 years ago
  68. a3c8481 A patch from Jaspreet Singh <jsingh@somanetworks.com> by Eric Andersen · 23 years ago
  69. 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 23 years ago
  70. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 23 years ago
  71. 26d53eb This patch by Vladimir and Larry saves a few bytes. by Eric Andersen · 23 years ago
  72. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 23 years ago
  73. f1bbb22 A small cleanup by Vladimir by Eric Andersen · 23 years ago
  74. 825ae5a Another small formatting change from Larry Doolittle. by Mark Whitley · 23 years ago
  75. 99806ad Applied patch from Larry Doolittle that does the following: by Mark Whitley · 23 years ago
  76. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 23 years ago
  77. 68be2ab implemented displayroute() based on a patch from Vladimir N. Oleynik, by Eric Andersen · 23 years ago
  78. ec45595 Add in ifconfig and route by Eric Andersen · 23 years ago