1. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  2. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  3. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 17 years ago
  4. 1e18f1b ifupdowm: shrink by Denis Vlasenko · 17 years ago
  5. cd5c61c ifupdown: code shrink by Denis Vlasenko · 17 years ago
  6. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  7. ff2b6d2 logread: eliminate usage of data/bss by Denis Vlasenko · 17 years ago
  8. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  9. e747f62 - mark TODO: use index_in_str_array() by Bernhard Reutner-Fischer · 17 years ago
  10. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  11. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  12. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  13. 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
  14. 1caca34 start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com> by Denis Vlasenko · 17 years ago
  15. 6cd84da Three patches from FreeWRT people by Denis Vlasenko · 17 years ago
  16. 2a86a61 ifup/ifdown: make location of ifstate configurable by Denis Vlasenko · 17 years ago
  17. a483691 ifupdown: kill -TERM is default, so drop -TERM by Denis Vlasenko · 17 years ago
  18. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  19. 4b924f3 whitespace fixes by Denis Vlasenko · 17 years ago
  20. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  21. f92df58 ifupdown: small optimization (avoid doing useless work if we are by Denis Vlasenko · 17 years ago
  22. eda43d7 ifupdown: mke it possible to use DHCP clients different from udhcp. by Denis Vlasenko · 17 years ago
  23. bd100b7 ifupdown: reread state file before rewriting it. by Denis Vlasenko · 17 years ago
  24. 16deb86 - very minor size tweak. by Bernhard Reutner-Fischer · 18 years ago
  25. 2b52b27 ifupdown: do not complain if !/var/run/ifstate by Denis Vlasenko · 18 years ago
  26. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  27. c115fdb ifupdown: code to deconstruct the state_list gracefully by Denis Vlasenko · 18 years ago
  28. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  29. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  30. 89ef65f preparatory patch for -Wwrite-strings #5 by Denis Vlasenko · 18 years ago
  31. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  32. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  33. 2375d75 ifupdown: do not print and/or execute empty commands (""). by Denis Vlasenko · 18 years ago
  34. 8cd1a28 ifupdown: parse() returning NULL and returning "" is not the same, by Denis Vlasenko · 18 years ago
  35. fcfe834 ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizations by Denis Vlasenko · 18 years ago
  36. 097c324 fix remaining survivors of the return(a) cleanup by Denis Vlasenko · 18 years ago
  37. a741b77 ifupdown: by Denis Vlasenko · 18 years ago
  38. 93ad1c2 ifupdown: save some 100+ bytes of code in addstr() by Denis Vlasenko · 18 years ago
  39. 736230e dhcprelay: new applet by Denis Vlasenko · 18 years ago
  40. d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
  41. 4e33e07 strip -> $(STRIP); fix "unused variable" warning by Denis Vlasenko · 18 years ago
  42. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  43. f6f43df ifupdown: stop emitting annoying/misleading error messages. by Denis Vlasenko · 18 years ago
  44. c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
  45. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  46. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  47. 1c3577f ifupdown: Debian users contributed improvement to it by Denis Vlasenko · 18 years ago
  48. 06b543b ifupdown: make dhcp start/stop scripts user configurable by Denis Vlasenko · 18 years ago
  49. 2f4399c ifupdown: fix for standalone shell; removed hardcoded PATH by Denis Vlasenko · 18 years ago
  50. 0534125 ifupdown: style cleanup, no code changes by Denis Vlasenko · 18 years ago
  51. 7f1f5b0 ifupdown: getopt_ulflags'ification. by Denis Vlasenko · 18 years ago
  52. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  53. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  54. d35ef0f More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  55. b049c0e only enable count_bit functions when actually needed to fix warning reported by Bernhard Fischer by Mike Frysinger · 18 years ago
  56. a6e131d Size reductions, mostly switching things to use libbb functions. by Rob Landley · 18 years ago
  57. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 18 years ago
  58. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 18 years ago
  59. b0a2d6c Remove code for protocols we don't properly support. (Most of this could by Rob Landley · 18 years ago
  60. 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 18 years ago
  61. a35886c Fix from Glenn McGrath. by Rob Landley · 19 years ago
  62. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  63. 12c2429 Fixup to make warnings from the last patch go away. by Rob Landley · 19 years ago
  64. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  65. e813ddb Cleanup from Glenn McGrath. by Rob Landley · 19 years ago
  66. 4217bab Patch from Glenn McGrath to remove code that opens a file but does nothing by Rob Landley · 19 years ago
  67. c1ef7bd just whitespace by Tim Riker · 19 years ago
  68. d42ef28 - several functions depend on IPv4 or IPv6 od IPX support. by Bernhard Reutner-Fischer · 19 years ago
  69. 1b751c8 Rob Sullivan sent in some cleanups, which I beat on slightly. by Rob Landley · 19 years ago
  70. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  71. bee9eb1 - rename llist_add_to.c to llist.c by Bernhard Reutner-Fischer · 19 years ago
  72. e4baaa2 more remove lost exported by "Vladimir N. Oleynik" · 19 years ago
  73. 70a5a1a Do not attempt to free() the application's environment, which is was by Eric Andersen · 19 years ago
  74. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  75. 42e3b00 Only define a local environ when not using the prototype from unistd.h by Eric Andersen · 19 years ago
  76. d4004ee Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few extra const's also. by Glenn L McGrath · 20 years ago
  77. 15b5885 use SIGTERM to kill off udhcpd, not SIGKILL by Eric Andersen · 20 years ago
  78. 373bc1e As noted by Eric Spakman, calling static_down() and then calling by Eric Andersen · 20 years ago
  79. 7f8bcbe add missing ; by Eric Andersen · 20 years ago
  80. b2a3005 bother. unrevert my fix. by Eric Andersen · 20 years ago
  81. ac59425 Make certain that udhcp shuts down the interface by Eric Andersen · 20 years ago
  82. 29128cd oops by Eric Andersen · 20 years ago
  83. 06e62fd Make certain that udhcp shuts down the interface by Eric Andersen · 20 years ago
  84. 4d405bb Patch from Manousaridis Angelos to bring dhclient down more elegently by Glenn L McGrath · 20 years ago
  85. 0177ce1 Patch from Mike Snitzer to fix return codes. by Glenn L McGrath · 20 years ago
  86. 469a1ea Patch from Mike Snitzer, bring down dhclient using its correct pid, fix by Glenn L McGrath · 20 years ago
  87. 5e136f2 Prevent "`bootp_down' was declared implicitly `extern' and later `static'" warning by Eric Andersen · 20 years ago
  88. fe9b9cd Paul Fox writes: by Eric Andersen · 20 years ago
  89. c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 20 years ago
  90. 238e354 Eric Spakman noticed that ifdown' will attempt to run 'ifconfig' by Eric Andersen · 20 years ago
  91. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  92. 658f8b1 Manousaridis Angelos writes: by Eric Andersen · 21 years ago
  93. eb213bd As vodz just pointed out, I screwup up the call to bb_xasprintf! by Eric Andersen · 21 years ago
  94. 51ed242 Invoke run-parts on /etc/network/if-*.d per the behavior of by Eric Andersen · 21 years ago
  95. dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
  96. 62b031f label's dont work in v4 tunnels, patch by Eric Spakman by Glenn L McGrath · 21 years ago
  97. fdd2a0f Eric Spakman writes: by Eric Andersen · 21 years ago
  98. 76097ed Eric Spakman writes: by Eric Andersen · 21 years ago
  99. c663ab0 Match up interfaces by Eric Andersen · 21 years ago
  100. 2a18689 Bruno Randolf writes: by Eric Andersen · 21 years ago