aboutsummaryrefslogtreecommitdiff
path: root/networking/ifupdown.c
AgeCommit message (Expand)Author
2004-09-14Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ...Glenn L McGrath
2004-07-30use SIGTERM to kill off udhcpd, not SIGKILLEric Andersen
2004-07-30As noted by Eric Spakman, calling static_down() and then callingEric Andersen
2004-07-26add missing ;Eric Andersen
2004-07-26bother. unrevert my fix.Eric Andersen
2004-07-26Make certain that udhcp shuts down the interfaceEric Andersen
2004-07-26oopsEric Andersen
2004-07-26Make certain that udhcp shuts down the interfaceEric Andersen
2004-07-23Patch from Manousaridis Angelos to bring dhclient down more elegentlyGlenn L McGrath
2004-07-21Patch from Mike Snitzer to fix return codes.Glenn L McGrath
2004-07-21Patch from Mike Snitzer, bring down dhclient using its correct pid, fixGlenn L McGrath
2004-07-20Prevent "`bootp_down' was declared implicitly `extern' and later `static'" wa...Eric Andersen
2004-06-29Paul Fox writes:Eric Andersen
2004-04-25Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath
2004-04-12Eric Spakman noticed that ifdown' will attempt to run 'ifconfig'Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-12-19Manousaridis Angelos writes:Eric Andersen
2003-09-12As vodz just pointed out, I screwup up the call to bb_xasprintf!Eric Andersen
2003-09-12Invoke run-parts on /etc/network/if-*.d per the behavior ofEric Andersen
2003-09-02move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath
2003-08-29label's dont work in v4 tunnels, patch by Eric SpakmanGlenn L McGrath
2003-08-06Eric Spakman writes:Eric Andersen
2003-07-30Eric Spakman writes:Eric Andersen
2003-07-29Match up interfacesEric Andersen
2003-07-29Bruno Randolf writes:Eric Andersen
2003-07-03Patch from Lars Kellogg-Stedman:Eric Andersen
2003-06-20Fixup whitespace handing, fixing some annoying behavior andEric Andersen
2003-06-05Patch from Lars Kellogg-Stedman, lars at larsshack.org, toEric Andersen
2003-04-19Patch from David Updegraff to avoid corrupting memory while parsing theEric Andersen
2003-04-02Yet another rather large face lift. It now works for me as expected.Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2003-02-03Fix a couple more ifupdown bugsEric Andersen
2003-01-27This seems sufficient for ifup and ifdown to actually workEric Andersen
2003-01-20New test mode that allows run_parts to fail silently if the directoryGlenn L McGrath
2003-01-14Fix leading spaces bug, free line buffer, redo next_word, save someGlenn L McGrath
2003-01-13Option to allow ifupdown use ip commands instead of ifconfig, add flushGlenn L McGrath
2002-12-08Start to cleanup handling of the state file, save some space and uses linked ...Glenn L McGrath
2002-12-07Differentiate struct and type namesGlenn L McGrath
2002-12-07Fix command that brings down loopbackGlenn L McGrath
2002-12-06Use libbb/get_line_from_file, change default state file locationGlenn L McGrath
2002-12-06Make mapping a config option again to save space, turn off file locking, do w...Glenn L McGrath
2002-12-06Fix bug that stoped -a workingGlenn L McGrath
2002-11-26Fix simple syntax errorGlenn L McGrath
2002-11-19Dont use xargsGlenn L McGrath
2002-11-19dont use the -i option of xargsGlenn L McGrath
2002-11-17Remove mapping option, its should always be usedGlenn L McGrath
2002-11-11Make ifupdown use internal run_partsGlenn L McGrath
2002-11-11Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves...Glenn L McGrath
2002-11-10Fixup a previous defineGlenn L McGrath
2002-11-10Make mapping support a definable feature, saves 1.6kBGlenn L McGrath