1. bcf47ea ifupdown: improve help text, add comment about run-parts error msg by Denys Vlasenko · 8 years ago
  2. 92d98f0 ifupdown: when flushing addresses with "ip", add label %label% by Denys Vlasenko · 8 years ago
  3. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  4. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  5. 35e063e ifupdowm: fix "warning: unused variable 'iface_list'" by Denys Vlasenko · 9 years ago
  6. e5aba88 ifupdown: allow duplicate interface definitions by Nicolas Cavallari · 9 years ago
  7. 1062391 ifupdown: use -x hostname:NAME with udhcpc by Natanael Copa · 12 years ago
  8. 0285243 ifupdown: pass interface device name for ipv6 route commands by Timo Teräs · 9 years ago
  9. 65c501a ifupdown: 'prio' should have been 'metric' in static_up and static_up6 by Alex Dowad · 9 years ago
  10. 6d8ea1d ifupdown: shrink a message by Denys Vlasenko · 10 years ago
  11. 6ca03f2 ifupdown: correct ifstate update during 'ifup -a'. Closes 6212 by Frank Bergmann · 10 years ago
  12. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  13. e765b5a libbb: rename execable -> executable. No code changes by Denys Vlasenko · 11 years ago
  14. fe8390e ifupdown: support 'link' address family by Kaarle Ritvanen · 11 years ago
  15. fb03663 ifupdown: support "source" stanza in /etc/network/interfaces by Denys Vlasenko · 12 years ago
  16. 3f21044 ifupdown: code shrink by Denys Vlasenko · 12 years ago
  17. a803bfa ifupdown: remove unused errno assignments by Denys Vlasenko · 12 years ago
  18. 1118133 ifupdown: simple code shrink by Denys Vlasenko · 12 years ago
  19. a0fd4a7 style fixes, no code changes by Denys Vlasenko · 12 years ago
  20. 3a9365e ifupdown: improve compatibility with Debian by Andreas Oberritter · 13 years ago
  21. cfcb1da ifupdown: support metric for static default gw by Natanael Copa · 13 years ago
  22. d6f5000 *: style fixes. no code changes by Denys Vlasenko · 13 years ago
  23. 454fe29 ifupdown: remove interface from state_list if iface_up fails by Lauri Hintsala · 13 years ago
  24. 9c28fb8 ifupdown: code shrink by Denys Vlasenko · 13 years ago
  25. dd82443 ifupdown: support post-up / pre-down hooks by Peter Korsgaard · 13 years ago
  26. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  27. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  28. 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 14 years ago
  29. 1df0af7 don't leak malloced variables in the loop; remove double alloc by Alexey Fomenko · 14 years ago
  30. 66cb7be ifupdown: add manual method for IPv6. Closes bug 2497. by Denys Vlasenko · 14 years ago
  31. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  32. 2ab3acb ifupdown: %client%, not %clientid% by Denys Vlasenko · 14 years ago
  33. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  34. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  35. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  36. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  37. 78abf88 ifdown: use /var/run/udhcpc.%iface%.pid only if it exists by Denys Vlasenko · 15 years ago
  38. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  39. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  40. 4662de0 replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest by Denys Vlasenko · 15 years ago
  41. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  42. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  43. 2ace0ad ifup: make /etc/network/interfaces parser tolerant to trailing spaces by Denys Vlasenko · 15 years ago
  44. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  45. 62152da ifupdown: if $PATH is not set, do not set it to "" in children by Denys Vlasenko · 16 years ago
  46. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  47. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  48. 0b791d9 move llist_find_str from modutils to libbb by Denis Vlasenko · 16 years ago
  49. f09f4e0 runsv: small optimization *: more paranoia around passing NULL to execl[e] by Denis Vlasenko · 16 years ago
  50. 142c5cb ifupdown.c: allow options to udhcpc to be configurable from .config by Wade Berrier · 16 years ago
  51. 44d5dce iplink: accept shorthands for "address" keyword here: by Denis Vlasenko · 16 years ago
  52. 6c4eb44 ifupdown: fixes for shutdown of DHCP-managed interfaces by Denis Vlasenko · 16 years ago
  53. ee777c4 ifupdown: fixes for custom MAC address, by Wade Berrier <wberrier AT gmail.com> by Denis Vlasenko · 16 years ago
  54. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  55. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  56. 4938292 ifupdown: /etc/network/interfaces can have comments with leading blanks by Denis Vlasenko · 16 years ago
  57. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  58. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  59. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
  60. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  61. 2e4c3c4 udhcpc: add -o "do not request options by default" switch by Denis Vlasenko · 17 years ago
  62. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  63. b02cea1 ifupdown: support for %retries% (L. Gabriel Somlo <somlo AT cmu.edu>) by Denis Vlasenko · 17 years ago
  64. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  65. 0764a7f ifupdown: make it NOMMU-capable by Denis Vlasenko · 17 years ago
  66. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  67. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  68. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 17 years ago
  69. 1e18f1b ifupdowm: shrink by Denis Vlasenko · 17 years ago
  70. cd5c61c ifupdown: code shrink by Denis Vlasenko · 17 years ago
  71. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  72. ff2b6d2 logread: eliminate usage of data/bss by Denis Vlasenko · 17 years ago
  73. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  74. e747f62 - mark TODO: use index_in_str_array() by Bernhard Reutner-Fischer · 17 years ago
  75. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  76. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  77. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  78. 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
  79. 1caca34 start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com> by Denis Vlasenko · 17 years ago
  80. 6cd84da Three patches from FreeWRT people by Denis Vlasenko · 17 years ago
  81. 2a86a61 ifup/ifdown: make location of ifstate configurable by Denis Vlasenko · 17 years ago
  82. a483691 ifupdown: kill -TERM is default, so drop -TERM by Denis Vlasenko · 17 years ago
  83. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  84. 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
  85. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  86. f92df58 ifupdown: small optimization (avoid doing useless work if we are by Denis Vlasenko · 18 years ago
  87. eda43d7 ifupdown: mke it possible to use DHCP clients different from udhcp. by Denis Vlasenko · 18 years ago
  88. bd100b7 ifupdown: reread state file before rewriting it. by Denis Vlasenko · 18 years ago
  89. 16deb86 - very minor size tweak. by Bernhard Reutner-Fischer · 18 years ago
  90. 2b52b27 ifupdown: do not complain if !/var/run/ifstate by Denis Vlasenko · 18 years ago
  91. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  92. c115fdb ifupdown: code to deconstruct the state_list gracefully by Denis Vlasenko · 18 years ago
  93. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  94. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  95. 89ef65f preparatory patch for -Wwrite-strings #5 by Denis Vlasenko · 18 years ago
  96. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  97. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  98. 2375d75 ifupdown: do not print and/or execute empty commands (""). by Denis Vlasenko · 18 years ago
  99. 8cd1a28 ifupdown: parse() returning NULL and returning "" is not the same, by Denis Vlasenko · 18 years ago
  100. fcfe834 ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizations by Denis Vlasenko · 18 years ago