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. 932a224 ifupdown: improve compatibility with Debian by Andreas Oberritter · 12 years ago
  4. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  5. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  6. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 13 years ago
  7. 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 13 years ago
  8. 1df0af7 don't leak malloced variables in the loop; remove double alloc by Alexey Fomenko · 13 years ago
  9. 66cb7be ifupdown: add manual method for IPv6. Closes bug 2497. by Denys Vlasenko · 14 years ago
  10. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  11. 2ab3acb ifupdown: %client%, not %clientid% by Denys Vlasenko · 14 years ago
  12. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  13. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  14. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  15. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  16. 78abf88 ifdown: use /var/run/udhcpc.%iface%.pid only if it exists by Denys Vlasenko · 14 years ago
  17. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 14 years ago
  18. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 14 years ago
  19. 4662de0 replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest by Denys Vlasenko · 14 years ago
  20. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  21. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  22. 2ace0ad ifup: make /etc/network/interfaces parser tolerant to trailing spaces by Denys Vlasenko · 15 years ago
  23. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  24. 62152da ifupdown: if $PATH is not set, do not set it to "" in children by Denys Vlasenko · 15 years ago
  25. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 15 years ago
  26. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 15 years ago
  27. 0b791d9 move llist_find_str from modutils to libbb by Denis Vlasenko · 15 years ago
  28. f09f4e0 runsv: small optimization *: more paranoia around passing NULL to execl[e] by Denis Vlasenko · 15 years ago
  29. 142c5cb ifupdown.c: allow options to udhcpc to be configurable from .config by Wade Berrier · 16 years ago
  30. 44d5dce iplink: accept shorthands for "address" keyword here: by Denis Vlasenko · 16 years ago
  31. 6c4eb44 ifupdown: fixes for shutdown of DHCP-managed interfaces by Denis Vlasenko · 16 years ago
  32. ee777c4 ifupdown: fixes for custom MAC address, by Wade Berrier <wberrier AT gmail.com> by Denis Vlasenko · 16 years ago
  33. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  34. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  35. 4938292 ifupdown: /etc/network/interfaces can have comments with leading blanks by Denis Vlasenko · 16 years ago
  36. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  37. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  38. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
  39. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 16 years ago
  40. 2e4c3c4 udhcpc: add -o "do not request options by default" switch by Denis Vlasenko · 16 years ago
  41. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 16 years ago
  42. b02cea1 ifupdown: support for %retries% (L. Gabriel Somlo <somlo AT cmu.edu>) by Denis Vlasenko · 16 years ago
  43. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 16 years ago
  44. 0764a7f ifupdown: make it NOMMU-capable by Denis Vlasenko · 16 years ago
  45. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 16 years ago
  46. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  47. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 16 years ago
  48. 1e18f1b ifupdowm: shrink by Denis Vlasenko · 16 years ago
  49. cd5c61c ifupdown: code shrink by Denis Vlasenko · 16 years ago
  50. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 16 years ago
  51. ff2b6d2 logread: eliminate usage of data/bss by Denis Vlasenko · 17 years ago
  52. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  53. e747f62 - mark TODO: use index_in_str_array() by Bernhard Reutner-Fischer · 17 years ago
  54. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  55. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  56. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  57. 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
  58. 1caca34 start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com> by Denis Vlasenko · 17 years ago
  59. 6cd84da Three patches from FreeWRT people by Denis Vlasenko · 17 years ago
  60. 2a86a61 ifup/ifdown: make location of ifstate configurable by Denis Vlasenko · 17 years ago
  61. a483691 ifupdown: kill -TERM is default, so drop -TERM by Denis Vlasenko · 17 years ago
  62. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  63. 4b924f3 whitespace fixes by Denis Vlasenko · 17 years ago
  64. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  65. f92df58 ifupdown: small optimization (avoid doing useless work if we are by Denis Vlasenko · 17 years ago
  66. eda43d7 ifupdown: mke it possible to use DHCP clients different from udhcp. by Denis Vlasenko · 17 years ago
  67. bd100b7 ifupdown: reread state file before rewriting it. by Denis Vlasenko · 17 years ago
  68. 16deb86 - very minor size tweak. by Bernhard Reutner-Fischer · 17 years ago
  69. 2b52b27 ifupdown: do not complain if !/var/run/ifstate by Denis Vlasenko · 17 years ago
  70. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 17 years ago
  71. c115fdb ifupdown: code to deconstruct the state_list gracefully by Denis Vlasenko · 17 years ago
  72. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 17 years ago
  73. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  74. 89ef65f preparatory patch for -Wwrite-strings #5 by Denis Vlasenko · 17 years ago
  75. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 17 years ago
  76. b95636c remove casts from xmalloc() by Denis Vlasenko · 17 years ago
  77. 2375d75 ifupdown: do not print and/or execute empty commands (""). by Denis Vlasenko · 17 years ago
  78. 8cd1a28 ifupdown: parse() returning NULL and returning "" is not the same, by Denis Vlasenko · 17 years ago
  79. fcfe834 ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizations by Denis Vlasenko · 17 years ago
  80. 097c324 fix remaining survivors of the return(a) cleanup by Denis Vlasenko · 18 years ago
  81. a741b77 ifupdown: by Denis Vlasenko · 18 years ago
  82. 93ad1c2 ifupdown: save some 100+ bytes of code in addstr() by Denis Vlasenko · 18 years ago
  83. 736230e dhcprelay: new applet by Denis Vlasenko · 18 years ago
  84. d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
  85. 4e33e07 strip -> $(STRIP); fix "unused variable" warning by Denis Vlasenko · 18 years ago
  86. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  87. f6f43df ifupdown: stop emitting annoying/misleading error messages. by Denis Vlasenko · 18 years ago
  88. c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
  89. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  90. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  91. 1c3577f ifupdown: Debian users contributed improvement to it by Denis Vlasenko · 18 years ago
  92. 06b543b ifupdown: make dhcp start/stop scripts user configurable by Denis Vlasenko · 18 years ago
  93. 2f4399c ifupdown: fix for standalone shell; removed hardcoded PATH by Denis Vlasenko · 18 years ago
  94. 0534125 ifupdown: style cleanup, no code changes by Denis Vlasenko · 18 years ago
  95. 7f1f5b0 ifupdown: getopt_ulflags'ification. by Denis Vlasenko · 18 years ago
  96. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  97. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  98. d35ef0f More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  99. b049c0e only enable count_bit functions when actually needed to fix warning reported by Bernhard Fischer by Mike Frysinger · 18 years ago
  100. a6e131d Size reductions, mostly switching things to use libbb functions. by Rob Landley · 18 years ago