summaryrefslogtreecommitdiff
path: root/libbb/inet_common.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" blockDenys Vlasenko2017-07-141-27/+19
* libbb: make INET[6]_rresolve use sockaddr2{host,dotted}_noportDenys Vlasenko2015-02-031-51/+33
* chpst: fix a bug where -U USER was using wrong USER (one from -u USER)Denys Vlasenko2013-11-291-2/+1
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-2/+2
* a few tweaks for bionicDenys Vlasenko2011-07-081-1/+2
* don't call freeaddinfo(NULL)Vitaly Magerya2011-03-221-7/+9
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* better shared strings trickDenys Vlasenko2010-09-011-3/+3
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* tweak Config texts and some broken English elsewhereDenys Vlasenko2009-06-181-1/+1
* Fix forgotten license commentsDenis Vlasenko2008-12-071-1/+1
* nslookup: tiny shrink (-5 bytes); add comment about res_initDenis Vlasenko2008-11-041-3/+0
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-4/+4
* fdisk: fix a case where break was reached only for DOS labelsDenis Vlasenko2008-01-241-3/+1
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-1/+1
* make /etc/network parsing configurable. -200 bytes when off.Denis Vlasenko2007-06-191-4/+5
* networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...Denis Vlasenko2007-06-191-57/+47
* networking/interface.c: reduce bss usageDenis Vlasenko2007-06-191-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-25/+26
* remove casts from xmalloc()Denis Vlasenko2006-12-191-1/+1
* bb_INET_default[] is really just a const "default",Denis Vlasenko2006-11-211-19/+19
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-11/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* More removal of "#if 0" content."Robert P. J. Day"2006-07-011-3/+0
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley2006-06-181-1/+1
* errno and h_errno values are not the same #876 by rfelkerMike Frysinger2006-05-261-2/+0
* - use uint32_t instead of __u32Bernhard Reutner-Fischer2006-05-191-2/+2
* just whitespaceTim Riker2006-01-251-2/+2
* In spite of the feature freeze, check in a complete rework of route whichManuel Novoa III2004-03-101-2/+2
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-13/+13
* Style, minor cleanupsGlenn L McGrath2002-11-281-155/+163
* Use #ifdef instead of #ifGlenn L McGrath2002-11-261-4/+4
* This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen2002-07-031-1/+63
* Patch from Gyepi SAM <gyepi@praxis-sw.com>:Eric Andersen2002-06-061-2/+7
* I forgot to add these. Part of the patch from vodzEric Andersen2001-11-101-0/+174