aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute
AgeCommit message (Expand)Author
2006-06-18skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley
2006-06-16- add needed includes and include busybox.h needed for the ATTRIBUTE define.Bernhard Reutner-Fischer
2006-06-14- correct typoBernhard Reutner-Fischer
2006-06-07- reuse strings and messages. Saves about 600BBernhard Reutner-Fischer
2006-06-02Header cleanup: don't #include headers that libbb.h already includes.Rob Landley
2006-05-29Size reductions, mostly switching things to use libbb functions.Rob Landley
2006-05-17Patch from Bernhard Fischer to remove some useless bits.Rob Landley
2006-05-13pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...Mike Frysinger
2006-04-05- include proper headers.Bernhard Reutner-Fischer
2006-04-02- janitorial: include proper prototypes in libiproute.Bernhard Reutner-Fischer
2006-03-13- revert back to r14406Bernhard Reutner-Fischer
2006-03-09- fix typoBernhard Reutner-Fischer
2006-03-09- backout using features which are not available with the previous stableBernhard Reutner-Fischer
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-03-03Kill off some unused code that was wasting several k, as noticed byEric Andersen
2006-03-02- use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer
2006-03-01- fixes parallel builds (make -j)Bernhard Reutner-Fischer
2006-02-22Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley
2006-02-02make the build system puuuuuuuuuuurtyMike Frysinger
2006-01-30sort out yet more type issuesEric Andersen
2006-01-30- add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer
2006-01-25just whitespaceTim Riker
2006-01-22- add platform.h.Bernhard Reutner-Fischer
2006-01-15- shared libbusybox.Bernhard Reutner-Fischer
2006-01-12- remove warning about redeclaration of __constant_htonsBernhard Reutner-Fischer
2006-01-12- mark argument who of print_route as unused.Bernhard Reutner-Fischer
2005-12-15Patch from dlively (whoever that is, see bug 591) to fixRob Landley
2005-12-06restore compare_string_array new interface (make broken by landley)"Vladimir N. Oleynik"
2005-10-26 * uniq.c: remove unneeded include and use short boilerplate.Bernhard Reutner-Fischer
2005-10-08- make libiproute compile..Bernhard Reutner-Fischer
2005-09-22network "default" --> bb_INET_default. Reduce 2 exported from find applet"Vladimir N. Oleynik"
2005-07-27use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger
2005-07-20applying fix for:Paul Fox
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen
2005-04-16In Bug 208, bernhardf writes:Mike Frysinger
2004-10-08egor duda writes:Eric Andersen
2004-08-11Set default command to list rather than get, its default behaviour nowGlenn L McGrath
2004-05-05Steve Grubb writes:Eric Andersen
2004-04-26Thomas Koeller writes:Eric Andersen
2004-04-12Fix up conditional compile of files needed by ip appletsGlenn L McGrath
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-01-30Use proper C99 typesEric Andersen
2003-12-19Manousaridis Angelos writes:Eric Andersen
2003-08-29"This function was not updating the argc and argv pointers to reflectGlenn L McGrath
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-07-14On second thought, this is a better way to fix thingsEric Andersen
2003-07-14Don't use Linux kernel headersEric Andersen
2003-06-20Patch from Lars Kellogg-Stedman:Eric Andersen
2003-04-26iPatch from waldi, fixes usage of ip route flush (from)? (match|exact)Glenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III