summaryrefslogtreecommitdiffstats
path: root/libc/inet
Commit message (Expand)AuthorAgeFilesLines
* getaddrinfo: allow numeric service without any hintsNatanael Copa2011-12-231-7/+0
* resolv: fix resolver to return TRY_AGAIN on timeoutTimo Teräs2011-12-231-46/+49
* resolv: fix memory leakBernhard Reutner-Fischer2011-12-231-0/+2
* resolv: res_query for CNAMEsTimo Teräs2011-12-231-5/+3
* linux_specific: handle accept4 and pipe2Bernhard Reutner-Fischer2011-05-121-2/+1
* accept4: Implement cancellationBernhard Reutner-Fischer2011-05-114-19/+52
* Implement accept4 system call.Thierry Reding2011-05-112-0/+19
* getaddrinfo.c: fix incorrect check for ERANGE from gethostbyaddr_rDenys Vlasenko2011-05-031-2/+2
* getaddrinfo.c: improve code readability. No functional changesDenys Vlasenko2011-05-031-26/+30
* ether_aton: reject invalid inputBernhard Reutner-Fischer2011-05-021-2/+4
* resolv: really fix res_close not to hang with ipv6Bernhard Reutner-Fischer2011-04-131-2/+2
* resolv: fix res_close not to hang with ipv6Bernhard Reutner-Fischer2011-04-121-1/+1
* 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