aboutsummaryrefslogtreecommitdiff
path: root/libbb/xgethostbyname.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clean up redundant, commented-out and misplaced includesDenys Vlasenko2010-04-011-2/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
| | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-1/+1
|
* xgethostbyname: more readableDenis Vlasenko2006-11-211-5/+2
|
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-14/+1
|
* Major coreutils update.Manuel Novoa III2003-03-191-1/+1
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-1/+0
| | | | -Erik
* Scrub up some function prototypes.Eric Andersen2001-10-181-2/+1
| | | | -Erik
* Add missing include, noted by Larry Doolittle.Matt Kraai2001-05-161-0/+2
|
* Add xgethostbyname and herror_msg* functions.Matt Kraai2001-05-161-0/+35