summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-10add thread-pointer support for pre-2.6 kernels on i386Rich Felker2-13/+22
2014-06-07avoid spurious lookup failures from badly-behaved nameserversRich Felker1-5/+22
2014-06-06use default timezone from /etc/localtime if $TZ is unset/blankRich Felker1-2/+3
2014-06-06release 1.1.2v1.1.2Rich Felker2-1/+32
2014-06-06implement %y and %C specifiers in strptimeTimo Teräs1-4/+10
2014-06-06avoid invalid use of va_arg in openRich Felker1-5/+8
2014-06-06add O_CLOEXEC fallback for open and related functionsRich Felker3-1/+9
2014-06-06optimize SOCK_CLOEXEC fallback for socket functionRich Felker1-2/+2
2014-06-06add SOCK_CLOEXEC fallback for socketpair on old kernelsRich Felker1-1/+19
2014-06-06implement dn_comp RFC 1035 domain name compressionSzabolcs Nagy1-1/+102
2014-06-06accept trailing . and empty domain namesSzabolcs Nagy3-12/+16
2014-06-06add vdso clock_gettime acceleration support to i386Rich Felker1-0/+4
2014-06-06fix fd leak in tmpfile when the fdopen operation failsRich Felker1-1/+2
2014-06-05fix the domain name length limit checksSzabolcs Nagy3-8/+8
2014-06-05fix multiple validation issues in dns response label parsingSzabolcs Nagy1-4/+6
2014-06-05fix missing function declarations in refactored ip literal parsing codeRich Felker1-0/+1
2014-06-04add support for reverse port lookups from services file to getnameinfoRich Felker1-4/+35
2014-06-04add support for reverse name lookups from hosts file to getnameinfoRich Felker5-50/+122
2014-06-04remove some dummy "ent" function aliases that duplicated real onesRich Felker1-8/+0
2014-06-04simplify vasprintf implementationRich Felker1-14/+1
2014-06-04add support for ipv6 scope_id to getaddrinfo and getnameinfoRich Felker4-9/+57
2014-06-03fix if_nametoindex return value when interface does not existRich Felker1-1/+1
2014-06-03fix negative response and non-response handling for dns queriesRich Felker1-1/+4
2014-06-03fix some validation checks in dns response parsing codeRich Felker1-2/+3
2014-06-02fix incorrect end pointer in some cases when wcsrtombs stops earlyRich Felker1-7/+15
2014-06-02remove cruft from old resolver and numeric ip parsingRich Felker6-79/+49
2014-06-02switch standard resolver functions to use the new dns backendRich Felker4-309/+145
2014-06-02fix uninitialized variable in new __res_msend dns functionRich Felker1-0/+1
2014-06-02implement new dns backend, res_send and other legacy resolver functionsRich Felker6-18/+263
2014-06-02add ipsec and tunneling protocols to getprotoent-family functionsTimo Teräs1-0/+4
2014-06-02fix off-by-one in checking hostname length in new resolver backendRich Felker1-2/+2
2014-06-01improve getservbyname_r using new resolver backendRich Felker2-22/+16
2014-06-01improve gethostbyname2_r using new resolver backendRich Felker1-35/+22
2014-05-31refactor getaddrinfo and add support for most remaining featuresRich Felker4-228/+360
2014-05-30fix POSIX namespace pollution in sys/types.hSzabolcs Nagy1-10/+6
2014-05-30use cleaner code for handling float rounding in vfprintfSzabolcs Nagy1-3/+1
2014-05-30update netinet/in.h to match the current kernel uapiSzabolcs Nagy1-1/+21
2014-05-30add SO_BPF_EXTENSIONS socket optionSzabolcs Nagy1-0/+1
2014-05-30add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macroSzabolcs Nagy8-0/+31
2014-05-30fix breakage from recent syscall commits due to missing errno macrosRich Felker3-0/+3
2014-05-30fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy5-3/+40
2014-05-30break down coarse-grained 64-bit-off_t syscall remappingsRich Felker1-4/+16
2014-05-30additional fixes for linux kernel apis with old syscalls removedRich Felker2-0/+9
2014-05-30fix sendfile syscall to use 64-bit off_tRich Felker1-0/+5
2014-05-29support linux kernel apis (new archs) with old syscalls removedRich Felker39-29/+267
2014-05-29remove useless synchronization in exit and quick_exitRich Felker2-11/+0
2014-05-27fix missing declaration of strcpy in implementation of tmpnamRich Felker1-0/+1
2014-05-27overhaul tmpfile, tmpnam, and tempnam functionsRich Felker3-55/+48
2014-05-27fix sys_open macro for archs without the plain open syscallRich Felker1-4/+4
2014-05-27fix placement of multiple inclusion guard endif in internal syscall.hRich Felker1-2/+2