aboutsummaryrefslogtreecommitdiff
path: root/networking/route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-2/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+10
* typo fixesDenys Vlasenko2016-07-191-2/+2
* route: fix bogus read error when route table is emptyDenys Vlasenko2015-02-041-6/+11
* route: improve -A inet6Denys Vlasenko2015-02-031-16/+15
* libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski2014-06-221-1/+1
* ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes ...Denys Vlasenko2013-01-201-1/+1
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-2/+2
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-7/+7
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+9
* convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko2011-03-021-2/+2
* add missing fclose'sAlexey Fomenko2011-03-021-0/+2
* eliminate aliasing warning in networking/route.cDenys Vlasenko2011-01-201-34/+37
* better shared strings trickDenys Vlasenko2010-09-011-2/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* ash: fix bug which causes signal6.tests to failDenys Vlasenko2010-05-181-1/+1
* *: 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