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