summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-06-10replace all remaining internal uses of pthread_self with __pthread_selfRich Felker-12/+12
2014-06-10add thread-pointer support for pre-2.6 kernels on i386Rich Felker-13/+22
2014-06-07avoid spurious lookup failures from badly-behaved nameserversRich Felker-5/+22
2014-06-06use default timezone from /etc/localtime if $TZ is unset/blankRich Felker-2/+3
2014-06-06implement %y and %C specifiers in strptimeTimo Teräs-4/+10
2014-06-06avoid invalid use of va_arg in openRich Felker-5/+8
2014-06-06add O_CLOEXEC fallback for open and related functionsRich Felker-1/+9
2014-06-06optimize SOCK_CLOEXEC fallback for socket functionRich Felker-2/+2
2014-06-06add SOCK_CLOEXEC fallback for socketpair on old kernelsRich Felker-1/+19
2014-06-06implement dn_comp RFC 1035 domain name compressionSzabolcs Nagy-1/+102
2014-06-06accept trailing . and empty domain namesSzabolcs Nagy-12/+16
2014-06-06fix fd leak in tmpfile when the fdopen operation failsRich Felker-1/+2
2014-06-05fix the domain name length limit checksSzabolcs Nagy-8/+8
2014-06-05fix multiple validation issues in dns response label parsingSzabolcs Nagy-4/+6
2014-06-05fix missing function declarations in refactored ip literal parsing codeRich Felker-0/+1
2014-06-04add support for reverse port lookups from services file to getnameinfoRich Felker-4/+35
2014-06-04add support for reverse name lookups from hosts file to getnameinfoRich Felker-50/+122
2014-06-04remove some dummy "ent" function aliases that duplicated real onesRich Felker-8/+0
2014-06-04simplify vasprintf implementationRich Felker-14/+1
2014-06-04add support for ipv6 scope_id to getaddrinfo and getnameinfoRich Felker-8/+56
2014-06-03fix if_nametoindex return value when interface does not existRich Felker-1/+1
2014-06-03fix negative response and non-response handling for dns queriesRich Felker-1/+4
2014-06-03fix some validation checks in dns response parsing codeRich Felker-2/+3
2014-06-02fix incorrect end pointer in some cases when wcsrtombs stops earlyRich Felker-7/+15
2014-06-02remove cruft from old resolver and numeric ip parsingRich Felker-79/+49
2014-06-02switch standard resolver functions to use the new dns backendRich Felker-309/+145
2014-06-02fix uninitialized variable in new __res_msend dns functionRich Felker-0/+1
2014-06-02implement new dns backend, res_send and other legacy resolver functionsRich Felker-18/+263
2014-06-02add ipsec and tunneling protocols to getprotoent-family functionsTimo Teräs-0/+4
2014-06-02fix off-by-one in checking hostname length in new resolver backendRich Felker-2/+2
2014-06-01improve getservbyname_r using new resolver backendRich Felker-22/+16
2014-06-01improve gethostbyname2_r using new resolver backendRich Felker-35/+22
2014-05-31refactor getaddrinfo and add support for most remaining featuresRich Felker-228/+360
2014-05-30use cleaner code for handling float rounding in vfprintfSzabolcs Nagy-3/+1
2014-05-30fix breakage from recent syscall commits due to missing errno macrosRich Felker-0/+3
2014-05-30fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy-3/+38
2014-05-30break down coarse-grained 64-bit-off_t syscall remappingsRich Felker-4/+16
2014-05-30additional fixes for linux kernel apis with old syscalls removedRich Felker-0/+9
2014-05-30fix sendfile syscall to use 64-bit off_tRich Felker-0/+5
2014-05-29support linux kernel apis (new archs) with old syscalls removedRich Felker-29/+267
2014-05-29remove useless synchronization in exit and quick_exitRich Felker-11/+0
2014-05-27fix missing declaration of strcpy in implementation of tmpnamRich Felker-0/+1
2014-05-27overhaul tmpfile, tmpnam, and tempnam functionsRich Felker-55/+48
2014-05-27fix sys_open macro for archs without the plain open syscallRich Felker-4/+4
2014-05-27fix placement of multiple inclusion guard endif in internal syscall.hRich Felker-2/+2
2014-05-26fix type of extended argument array to pselect6 syscallRich Felker-1/+2
2014-05-24support kernels with no SYS_open syscall, only SYS_openatRich Felker-10/+26
2014-05-19fix unhandled cases in strptimeRich Felker-5/+16
2014-05-19remove unsupported nonstandard sysconf macros and their table entriesRich Felker-60/+0
2014-05-19rework sysconf table to treat zero entries as invalidRich Felker-10/+13