aboutsummaryrefslogtreecommitdiff
path: root/networking/ifupdown.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rob Sullivan sent in some cleanups, which I beat on slightly.landley2005-10-281-19/+7
* change interface to bb_xasprintf() - more perfect for me.vodz2005-09-291-1/+1
* - rename llist_add_to.c to llist.caldot2005-09-291-23/+0
* more remove lost exportedvodz2005-09-221-1/+1
* Do not attempt to free() the application's environment, which is wasandersen2005-04-271-10/+8
* Patch from Bernhard Fischer to make a bunch of symbols staticandersen2005-04-161-2/+2
* Only define a local environ when not using the prototype from unistd.handersen2005-04-161-0/+2
* Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ...bug12004-09-141-3/+3
* use SIGTERM to kill off udhcpd, not SIGKILLandersen2004-07-301-1/+4
* As noted by Eric Spakman, calling static_down() and then callingandersen2004-07-301-14/+4
* add missing ;andersen2004-07-261-1/+1
* bother. unrevert my fix.andersen2004-07-261-1/+2
* Make certain that udhcp shuts down the interfaceandersen2004-07-261-2/+1
* oopsandersen2004-07-261-1/+1
* Make certain that udhcp shuts down the interfaceandersen2004-07-261-1/+2
* Patch from Manousaridis Angelos to bring dhclient down more elegentlybug12004-07-231-1/+2
* Patch from Mike Snitzer to fix return codes.bug12004-07-211-13/+29
* Patch from Mike Snitzer, bring down dhclient using its correct pid, fixbug12004-07-211-2/+2
* Prevent "`bootp_down' was declared implicitly `extern' and later `static'" wa...andersen2004-07-201-9/+9
* Paul Fox writes:andersen2004-06-291-2/+2
* Update my email address, document some of my tasks in the AUTHORS filebug12004-04-251-1/+1
* Eric Spakman noticed that ifdown' will attempt to run 'ifconfig'andersen2004-04-121-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-14/+14
* Manousaridis Angelos writes:andersen2003-12-191-10/+8
* As vodz just pointed out, I screwup up the call to bb_xasprintf!andersen2003-09-121-2/+2
* Invoke run-parts on /etc/network/if-*.d per the behavior ofandersen2003-09-121-7/+4
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as onebug12003-09-021-1/+1
* label's dont work in v4 tunnels, patch by Eric Spakmanbug12003-08-291-1/+1
* Eric Spakman writes:andersen2003-08-061-7/+11
* Eric Spakman writes:andersen2003-07-301-1/+1
* Match up interfacesandersen2003-07-291-1/+1
* Bruno Randolf writes:andersen2003-07-291-5/+6
* Patch from Lars Kellogg-Stedman:andersen2003-07-031-18/+37
* Fixup whitespace handing, fixing some annoying behavior andandersen2003-06-201-10/+21
* Patch from Lars Kellogg-Stedman, lars at larsshack.org, toandersen2003-06-051-6/+12
* Patch from David Updegraff to avoid corrupting memory while parsing theandersen2003-04-191-2/+5
* Yet another rather large face lift. It now works for me as expected.andersen2003-04-021-488/+486
* Major coreutils update.mjn32003-03-191-42/+42
* Fix a couple more ifupdown bugsandersen2003-02-031-2/+2
* This seems sufficient for ifup and ifdown to actually workandersen2003-01-271-35/+55
* New test mode that allows run_parts to fail silently if the directorybug12003-01-201-1/+1
* Fix leading spaces bug, free line buffer, redo next_word, save somebug12003-01-141-56/+43
* Option to allow ifupdown use ip commands instead of ifconfig, add flushbug12003-01-131-5/+64
* Start to cleanup handling of the state file, save some space and uses linked ...bug12002-12-081-103/+104
* Differentiate struct and type namesbug12002-12-071-78/+78
* Fix command that brings down loopbackbug12002-12-071-1/+1
* Use libbb/get_line_from_file, change default state file locationbug12002-12-061-128/+39
* Make mapping a config option again to save space, turn off file locking, do w...bug12002-12-061-12/+20
* Fix bug that stoped -a workingbug12002-12-061-1/+3
* Fix simple syntax errorbug12002-11-261-1/+1