summaryrefslogtreecommitdiffstats
path: root/libc/inet
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: fix spurious fall-throughMark Salter2011-03-093-0/+3
* simplify ffs* codePeter S. Mazinger2011-03-061-1/+2
* Implement ffsl and ffsll.Bernd Schmidt2011-03-051-1/+1
* guard IPv6 stuffPeter S. Mazinger2011-03-033-0/+18
* libc/inet/netlinkaccess.h: Use the types from kernelKhem Raj2011-01-011-8/+1
* resolv.c fails for /etc/hosts lookupsPhilip Nye2010-11-231-8/+12
* getproto: increase line buffer size, simlify and fix alias handlingNatanael Copa2010-10-141-17/+8
* getnet: simplify alias handling and reduce MAXALIASESNatanael Copa2010-10-141-17/+8
* getservice: fix handling of long linesNatanael Copa2010-10-141-22/+16
* getservice: getservent_r must return ERANGE when buffer is too smallNatanael Copa2010-10-141-3/+2
* libc: Handle cancellation in non multiplexed socket callsCarmelo Amoroso2010-09-171-17/+122
* Fix resolver broken in NPTL buildTimo Teräs2010-08-281-2/+2
* resolv: simplify MAXALIAS handlingBernhard Reutner-Fischer2010-08-191-16/+7
* getserv: fix reading services lines w > 80 charsBernhard Reutner-Fischer2010-08-191-24/+23
* resolver: switch to config parserBernhard Reutner-Fischer2010-08-051-136/+119
* getnet: switch to config parserBernhard Reutner-Fischer2010-08-055-222/+218
* getproto: switch to config parserBernhard Reutner-Fischer2010-08-051-212/+137
* switch getservice to config parserBernhard Reutner-Fischer2010-08-051-212/+139
* Immediately try next nameserver on recv() failureIngo van Lil2010-07-281-1/+3
* new helper funcs for alloca/malloc with mmu/nommuMike Frysinger2010-07-271-46/+14
* resolv: various memory corruption and off by one fixesTimo Teras2010-05-071-4/+8
* fix a few build errors for the no threads caseAustin Foxley2010-04-281-0/+2
* 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