just whitespace
[platform/upstream/busybox.git] / networking / ifupdown.c
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
2003-01-27 Eric AndersenThis seems sufficient for ifup and ifdown to actually...
2003-01-20 Glenn L McGrathNew test mode that allows run_parts to fail silently...
2003-01-14 Glenn L McGrathFix leading spaces bug, free line buffer, redo next_wor...
2003-01-13 Glenn L McGrathOption to allow ifupdown use ip commands instead of...
2002-12-08 Glenn L McGrathStart to cleanup handling of the state file, save some...
2002-12-07 Glenn L McGrathDifferentiate struct and type names
2002-12-07 Glenn L McGrathFix command that brings down loopback
2002-12-06 Glenn L McGrathUse libbb/get_line_from_file, change default state...
2002-12-06 Glenn L McGrathMake mapping a config option again to save space, turn...
2002-12-06 Glenn L McGrathFix bug that stoped -a working
2002-11-26 Glenn L McGrathFix simple syntax error
2002-11-19 Glenn L McGrathDont use xargs
2002-11-19 Glenn L McGrathdont use the -i option of xargs
2002-11-17 Glenn L McGrathRemove mapping option, its should always be used
2002-11-11 Glenn L McGrathMake ifupdown use internal run_parts
2002-11-11 Glenn L McGrathMove awk from textutils to editors. Cleanup run-parts...
2002-11-10 Glenn L McGrathFixup a previous define
2002-11-10 Glenn L McGrathMake mapping support a definable feature, saves 1.6kB
2002-11-09 Glenn L McGrathdebian compatable ifup and ifdown commands