summaryrefslogtreecommitdiffstats
path: root/libc/inet
Commit message (Expand)AuthorAgeFilesLines
...
* libc: Remove compiler warning due to old-style function definitionCarmelo Amoroso2010-04-2518-149/+66
* Merge remote branch 'origin/master' into nptlAustin Foxley2010-04-121-4/+2
|\
| * resolv: tentatively fix usage of uninitialized DNS parametersDenys Vlasenko2010-04-091-4/+2
* | Merge commit 'origin/master' into nptlAustin Foxley2010-04-061-3/+1
|\|
| * Fix use-after-free bug in __dns_lookupGabor Juhos2010-04-061-3/+1
* | Merge commit 'origin/master' into nptlAustin Foxley2010-04-023-6/+22
|\|
| * resolv: DEBUG-print nameserver we talk toBernhard Reutner-Fischer2010-03-301-2/+18
| * prettify make cleanBernhard Reutner-Fischer2010-03-252-4/+4
* | Merge commit 'origin/master' into nptlAustin Foxley2010-02-051-13/+41
|\|
| * /etc/resolv.conf: support "timeout:n" and "attempts:n" optionsDenys Vlasenko2010-02-031-13/+41
* | Merge commit 'origin/master' into nptlKhem Raj2010-02-011-1/+1
|\|
| * errno: hide __libc_resp, __libc_errno, and __libc_h_errnoKhem Raj2010-02-011-1/+1
* | Merge branch 'master' into nptlCarmelo Amoroso2010-01-2537-108/+82
|\|
| * gethostid: switch to getaddrinfo and shrinkBernhard Reutner-Fischer2010-01-241-41/+26
| * getprotoent_r: use correct define for return valueBernhard Reutner-Fischer2010-01-231-1/+1
| * libc/inet: mark other odd /etc/conf/ spotBernhard Reutner-Fischer2010-01-231-0/+2
| * libc/inet: set path to resolver file via CPPBernhard Reutner-Fischer2010-01-2334-33/+34
| * libc/inet: convert to foo-y kbuild styleBernhard Reutner-Fischer2010-01-231-33/+19
| * fix typo in version mismatch msgBernhard Reutner-Fischer2010-01-211-1/+1
| * ether_line: fix build for socket && !ipBernhard Reutner-Fischer2010-01-211-2/+2
| * Include bits/libc-lock.h to get __libc_once_defineKhem Raj2009-12-111-0/+1
| * inet_ntop4: avoid inline initializationMike Frysinger2009-10-221-1/+3
* | fix typo in version mismatch msgBernhard Reutner-Fischer2010-01-211-1/+1
* | ether_line: fix build for socket && !ipBernhard Reutner-Fischer2010-01-211-2/+2
* | Include bits/libc-lock.h to get __libc_once_defineKhem Raj2009-12-111-0/+1
* | getaddrinfo.c: include tls.h before resolv.hAustin Foxley2009-11-301-0/+1
* | inet_ntop4: avoid inline initializationMike Frysinger2009-11-091-1/+3
* | Extend __gen_tempname with mode argumentMikhail Gusarov2009-11-091-1/+1
* | whitespace fixesAustin Foxley2009-10-171-35/+35
* | cancellation support for a large amount of the required syscallsAustin Foxley2009-10-171-87/+150
* | use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley2009-10-172-15/+17
|/
* check stat("/etc/resolv.conf") for errorsDenys Vlasenko2009-10-141-1/+2
* libc/inet/resolv.c: reread resolv.conf if its mtime was changedBernhard Reutner-Fischer2009-10-131-6/+9
* link-time warning for obsolescent/removed network funcsBernhard Reutner-Fischer2009-10-081-0/+4
* resolv.c: add support for per thread res_stateAustin Foxley2009-09-263-5/+62
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-188-29/+4
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-1859-596/+1
* rexec.c: style fixes, no code chages (verified with objdump)Denys Vlasenko2009-09-061-44/+23
* rexec.c: small code shrinkDenys Vlasenko2009-09-061-2/+6
* comment out "int rexecoptions"; make "char ahostbuf[]" static (was hidden)Denys Vlasenko2009-09-061-2/+2
* do not save/restore errno around free() callsDenys Vlasenko2009-09-052-15/+5
* opensock: work correctly on IPv6-only configDenys Vlasenko2009-09-051-9/+9
* support building out-of-treeBernhard Reutner-Fischer2009-08-172-0/+4
* add hidden aliases for ntoh/hton functionsMike Frysinger2009-07-221-4/+10
* Avoid type-punned pointers that break strict-aliasingRon2009-07-051-3/+6
* libc/inet/resolv.c:Denis Vlasenko2009-04-182-278/+467
* resolver:Denis Vlasenko2009-03-101-63/+7
* Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko2009-02-251-29/+66
* - fix comment style to make it compile againBernhard Reutner-Fischer2009-02-131-27/+37
* - ethers only make sense if we want to play with ethernet addressesBernhard Reutner-Fischer2008-12-291-5/+7