index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
inet_common.c
Age
Commit message (
Expand
)
Author
2015-02-03
libbb: make INET[6]_rresolve use sockaddr2{host,dotted}_noport
Denys Vlasenko
2013-11-29
chpst: fix a bug where -U USER was using wrong USER (one from -u USER)
Denys Vlasenko
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
2011-07-08
a few tweaks for bionic
Denys Vlasenko
2011-03-22
don't call freeaddinfo(NULL)
Vitaly Magerya
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-09-01
better shared strings trick
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2009-06-18
tweak Config texts and some broken English elsewhere
Denys Vlasenko
2008-12-07
Fix forgotten license comments
Denis Vlasenko
2008-11-04
nslookup: tiny shrink (-5 bytes); add comment about res_init
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-01-24
fdisk: fix a case where break was reached only for DOS labels
Denis Vlasenko
2007-08-13
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-06-19
make /etc/network parsing configurable. -200 bytes when off.
Denis Vlasenko
2007-06-19
networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...
Denis Vlasenko
2007-06-19
networking/interface.c: reduce bss usage
Denis Vlasenko
2007-01-22
- sed -i -e "/\$Id:/d;"
Bernhard Reutner-Fischer
2007-01-22
cleanups: unnecessary casts, unified const_1, eliminate cross-.c file
Denis Vlasenko
2006-12-19
remove casts from xmalloc()
Denis Vlasenko
2006-11-21
bb_INET_default[] is really just a const "default",
Denis Vlasenko
2006-09-06
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-01
More removal of "#if 0" content.
"Robert P. J. Day"
2006-06-18
skip_whitespace() shouldn't claim its return value is const, it doesn't know
Rob Landley
2006-05-26
errno and h_errno values are not the same #876 by rfelker
Mike Frysinger
2006-05-19
- use uint32_t instead of __u32
Bernhard Reutner-Fischer
2006-01-25
just whitespace
Tim Riker
2004-03-10
In spite of the feature freeze, check in a complete rework of route which
Manuel Novoa III
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-11-28
Style, minor cleanups
Glenn L McGrath
2002-11-26
Use #ifdef instead of #if
Glenn L McGrath
2002-07-03
This patch from Bart Visscher <magick@linux-fan.com> adds
Eric Andersen
2002-06-06
Patch from Gyepi SAM <gyepi@praxis-sw.com>:
Eric Andersen
2001-11-10
I forgot to add these. Part of the patch from vodz
Eric Andersen