aboutsummaryrefslogtreecommitdiff
path: root/networking/route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: a few more NOINLINEsDenys Vlasenko2009-10-081-2/+2
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-1/+1
* route: fix for 64-bit BE machines by Seonghun Lim (wariua AT gmail.com)Denis Vlasenko2008-09-281-2/+2
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-2/+2
* cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko2008-07-121-2/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-1/+0
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-3/+3
* telnet: use poll, it's shorterDenis Vlasenko2007-11-061-3/+4
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-6/+8
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-10/+9
* networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...Denis Vlasenko2007-06-191-13/+13
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-2/+3
* style fixesDenis Vlasenko2007-04-131-1/+1
* style fixes. No code changesDenis Vlasenko2007-04-121-2/+2
* style fixes. No code changes.Denis Vlasenko2007-04-101-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-1/+1
* - sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer2007-01-221-1/+0
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko2007-01-221-36/+36
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-311-12/+6
* do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko2006-11-271-1/+1
* bb_INET_default[] is really just a const "default",Denis Vlasenko2006-11-211-2/+2
* remove bb_printf and the likeDenis Vlasenko2006-10-261-15/+12
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-7/+7
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-22/+8
* More removal of "#if 0" content."Robert P. J. Day"2006-07-011-4/+0
* fix no previous prototype warningMike Frysinger2006-05-111-0/+1
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-11/+4
* fix up annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-1/+1
* added support /prefix for IPV4 form IPV6 code. Close bug 461"Vladimir N. Oleynik"2006-01-251-3/+20
* just whitespaceTim Riker2006-01-251-6/+6
* network "default" --> bb_INET_default. Reduce 2 exported from find applet"Vladimir N. Oleynik"2005-09-221-1/+1
* Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles.Rob Landley2005-08-221-4/+2
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-0/+1
* Oops.. got a bit to aggressive with size optimization and global replace. :-(Manuel Novoa III2004-03-191-3/+5
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-4/+4
* In spite of the feature freeze, check in a complete rework of route whichManuel Novoa III2004-03-101-478/+486
* Fix/eliminate use of atolEric Andersen2004-03-061-3/+2
* Major coreutils update.Manuel Novoa III2003-03-191-38/+38
* Always print the routing table header for IPv4:Robert Griebl2002-12-161-7/+6
* Eliminate dependancy on kernel header files. Naughty naughty.Eric Andersen2002-12-111-3/+2
* use #ifdef CONFIG_* instead of #if CONFIG_*Glenn L McGrath2002-11-261-7/+7
* Run through indent, fix commentGlenn L McGrath2002-08-221-163/+174
* This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen2002-07-031-3/+240
* Reduced code size for new -e flag (suggested by vodz)Robert Griebl2002-05-161-17/+9