summaryrefslogtreecommitdiff
path: root/networking/ifupdown.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* As vodz just pointed out, I screwup up the call to bb_xasprintf!1_00_pre3Eric Andersen2003-09-121-2/+2
* Invoke run-parts on /etc/network/if-*.d per the behavior ofEric Andersen2003-09-121-7/+4
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-021-1/+1
* label's dont work in v4 tunnels, patch by Eric SpakmanGlenn L McGrath2003-08-291-1/+1
* Eric Spakman writes:Eric Andersen2003-08-061-7/+11
* Eric Spakman writes:Eric Andersen2003-07-301-1/+1
* Match up interfacesEric Andersen2003-07-291-1/+1
* Bruno Randolf writes:Eric Andersen2003-07-291-5/+6
* Patch from Lars Kellogg-Stedman:Eric Andersen2003-07-031-18/+37
* Fixup whitespace handing, fixing some annoying behavior andEric Andersen2003-06-201-10/+21
* Patch from Lars Kellogg-Stedman, lars at larsshack.org, toEric Andersen2003-06-051-6/+12
* Patch from David Updegraff to avoid corrupting memory while parsing theEric Andersen2003-04-191-2/+5
* Yet another rather large face lift. It now works for me as expected.Eric Andersen2003-04-021-488/+486
* Major coreutils update.Manuel Novoa III2003-03-191-42/+42
* Fix a couple more ifupdown bugsEric Andersen2003-02-031-2/+2
* This seems sufficient for ifup and ifdown to actually workEric Andersen2003-01-271-35/+55
* New test mode that allows run_parts to fail silently if the directoryGlenn L McGrath2003-01-201-1/+1
* Fix leading spaces bug, free line buffer, redo next_word, save someGlenn L McGrath2003-01-141-56/+43
* Option to allow ifupdown use ip commands instead of ifconfig, add flushGlenn L McGrath2003-01-131-5/+64
* Start to cleanup handling of the state file, save some space and uses linked ...Glenn L McGrath2002-12-081-103/+104
* Differentiate struct and type namesGlenn L McGrath2002-12-071-78/+78
* Fix command that brings down loopbackGlenn L McGrath2002-12-071-1/+1
* Use libbb/get_line_from_file, change default state file locationGlenn L McGrath2002-12-061-128/+39
* Make mapping a config option again to save space, turn off file locking, do w...Glenn L McGrath2002-12-061-12/+20
* Fix bug that stoped -a workingGlenn L McGrath2002-12-061-1/+3
* Fix simple syntax errorGlenn L McGrath2002-11-261-1/+1
* Dont use xargsGlenn L McGrath2002-11-191-2/+2
* dont use the -i option of xargsGlenn L McGrath2002-11-191-2/+2
* Remove mapping option, its should always be usedGlenn L McGrath2002-11-171-20/+0
* Make ifupdown use internal run_partsGlenn L McGrath2002-11-111-7/+8
* Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves...Glenn L McGrath2002-11-111-4/+5
* Fixup a previous defineGlenn L McGrath2002-11-101-1/+1
* Make mapping support a definable feature, saves 1.6kBGlenn L McGrath2002-11-101-31/+39
* debian compatable ifup and ifdown commandsGlenn L McGrath2002-11-091-0/+1437