add -fvisibility=hidden to CC flags, mark XXX_main functions
[platform/upstream/busybox.git] / networking / ifupdown.c
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-06 Bernhard Reutner... - mark TODO: use index_in_str_array()
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-21 Denis Vlasenkoupdate Glenn McGrath's email address
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-17 Denis Vlasenkoassorted fixes for breakage found by randomconfig
2007-08-02 Denis Vlasenkostart_stop_daemon: NOMMU fixes, round 2 by Alex Landau...
2007-07-21 Denis VlasenkoThree patches from FreeWRT people
2007-07-19 Denis Vlasenkoifup/ifdown: make location of ifstate configurable
2007-07-03 Denis Vlasenkoifupdown: kill -TERM is default, so drop -TERM
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-05-30 Denis Vlasenkowhitespace fixes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-02 Denis Vlasenkoifupdown: small optimization (avoid doing useless work...
2007-05-02 Denis Vlasenkoifupdown: mke it possible to use DHCP clients different...
2007-05-02 Denis Vlasenkoifupdown: reread state file before rewriting it.
2007-03-19 Bernhard Reutner... - very minor size tweak.
2007-03-09 Denis Vlasenkoifupdown: do not complain if !/var/run/ifstate
2007-03-07 Denis Vlasenkoclean up accumulated whitespace damage
2007-03-06 Denis Vlasenkoifupdown: code to deconstruct the state_list gracefully
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #5
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #4
2006-12-19 Denis Vlasenkoremove casts from xmalloc()
2006-12-19 Denis Vlasenkoifupdown: do not print and/or execute empty commands...
2006-12-19 Denis Vlasenkoifupdown: parse() returning NULL and returning "" is...
2006-12-18 Denis Vlasenkoifupdown: strlen(NULL) is a no-no, fixed. Also few...
2006-11-27 Denis Vlasenkofix remaining survivors of the return(a) cleanup
2006-11-23 Denis Vlasenkoifupdown:
2006-11-23 Denis Vlasenkoifupdown: save some 100+ bytes of code in addstr()
2006-11-20 Denis Vlasenkodhcprelay: new applet
2006-10-25 Denis Vlasenkouse skip_whitespace where appropriate
2006-10-16 Denis Vlasenkostrip -> $(STRIP); fix "unused variable" warning
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-11 Denis Vlasenkoifupdown: stop emitting annoying/misleading error messages.
2006-10-06 Denis Vlasenkodnsd fix; option_mask32 added. dnsd needs more love.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-02 Denis Vlasenkoifupdown: Debian users contributed improvement to it
2006-09-28 Denis Vlasenkoifupdown: make dhcp start/stop scripts user configurable
2006-09-27 Denis Vlasenkoifupdown: fix for standalone shell; removed hardcoded...
2006-09-26 Denis Vlasenkoifupdown: style cleanup, no code changes
2006-09-23 Denis Vlasenkoifupdown: getopt_ulflags'ification.
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-01 "Robert P. J. Day"More removal of "#if 0" content.
2006-06-20 Mike Frysingeronly enable count_bit functions when actually needed...
2006-05-29 Rob LandleySize reductions, mostly switching things to use libbb...
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-04-14 Rob LandleyRemove code for protocols we don't properly support...
2006-04-03 Bernhard Reutner... - move buffer allocation schemes to libbb.h
2006-03-22 Rob LandleyFix from Glenn McGrath.
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-01 Rob LandleyFixup to make warnings from the last patch go away.
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-02-28 Rob LandleyCleanup from Glenn McGrath.
2006-02-26 Rob LandleyPatch from Glenn McGrath to remove code that opens...
2006-01-25 Tim Rikerjust whitespace
2005-12-14 Bernhard Reutner... - several functions depend on IPv4 or IPv6 od IPX support.
2005-10-28 Rob LandleyRob Sullivan sent in some cleanups, which I beat on...
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-29 Bernhard Reutner... - rename llist_add_to.c to llist.c
2005-09-22 "Vladimir N. Oleynik"more remove lost exported
2005-04-27 Eric AndersenDo not attempt to free() the application's environment...
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2005-04-16 Eric AndersenOnly define a local environ when not using the prototyp...
2004-09-14 Glenn L McGrathPatch from Felipe Kellermann, remove some unnecessary...
2004-07-30 Eric Andersenuse SIGTERM to kill off udhcpd, not SIGKILL
2004-07-30 Eric AndersenAs noted by Eric Spakman, calling static_down() and...
2004-07-26 Eric Andersenadd missing ; 1_00_rc2
2004-07-26 Eric Andersenbother. unrevert my fix.
2004-07-26 Eric AndersenMake certain that udhcp shuts down the interface
2004-07-26 Eric Andersenoops
2004-07-26 Eric AndersenMake certain that udhcp shuts down the interface
2004-07-23 Glenn L McGrathPatch from Manousaridis Angelos to bring dhclient down...
2004-07-21 Glenn L McGrathPatch from Mike Snitzer to fix return codes.
2004-07-21 Glenn L McGrathPatch from Mike Snitzer, bring down dhclient using...
2004-07-20 Eric AndersenPrevent "`bootp_down' was declared implicitly `extern...
2004-06-29 Eric AndersenPaul Fox writes:
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-04-12 Eric AndersenEric Spakman noticed that ifdown' will attempt to run...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-12-19 Eric AndersenManousaridis Angelos writes:
2003-09-12 Eric AndersenAs vodz just pointed out, I screwup up the call to... 1_00_pre3
2003-09-12 Eric AndersenInvoke run-parts on /etc/network/if-*.d per the behavior of
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-08-29 Glenn L McGrathlabel's dont work in v4 tunnels, patch by Eric Spakman
2003-08-06 Eric AndersenEric Spakman writes:
2003-07-30 Eric AndersenEric Spakman writes:
2003-07-29 Eric AndersenMatch up interfaces
2003-07-29 Eric AndersenBruno Randolf writes:
2003-07-03 Eric AndersenPatch from Lars Kellogg-Stedman:
2003-06-20 Eric AndersenFixup whitespace handing, fixing some annoying behavior and
2003-06-05 Eric AndersenPatch from Lars Kellogg-Stedman, lars at larsshack...
2003-04-19 Eric AndersenPatch from David Updegraff to avoid corrupting memory...
2003-04-02 Eric AndersenYet another rather large face lift. It now works for...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-02-03 Eric AndersenFix a couple more ifupdown bugs
next