summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2014-05-13add cp437 and cp850 to available iconv conversionsRich Felker-177/+206
2014-05-08fix strftime %s not to zero pad with default width=2Szabolcs Nagy-0/+1
2014-05-04remove useless __yield alias for sched_yieldRich Felker-4/+1
2014-04-22perform minimal sanity checks on zoneinfo files loaded via TZ variableRich Felker-0/+5
2014-04-22do not try to interpret implementation specific strings as tz definitionTimo Teräs-0/+1
2014-04-21make __init_libc static for non-shared libcRich Felker-0/+3
2014-04-21further micro-optimize startup code for sizeRich Felker-23/+14
2014-04-21micro-optimize some startup code for sizeRich Felker-7/+4
2014-04-21allow zoneinfo-path-relative filenames with no slashes in TZ variableRich Felker-12/+8
2014-04-20expose public execvpe interfaceM Farkas-Dyck-0/+3
2014-04-18fix false negatives with periodic needles in strstr, wcsstr, and memmemRich Felker-3/+3
2014-04-17make socketcall types common as they are same for all architecturesTimo Teräs-0/+23
2014-04-16add options when explicitly invoking dynamic loaderRich Felker-2/+21
2014-04-16add working vdso clock_gettime support, including static linkingRich Felker-5/+104
2014-04-15fix deadlock race in pthread_onceRich Felker-2/+1
2014-04-15add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions to sysconfRich Felker-2/+17
2014-04-15add namespace-protected name for sysinfo functionRich Felker-6/+5
2014-04-15in sysconf, use getrlimit function rather than raw syscall for rlimitsRich Felker-3/+3
2014-04-15avoid linear-time if/else special cases in sysconfRich Felker-20/+35
2014-04-14fix fallback code for old kernels in clock_gettimeRich Felker-1/+1
2014-04-12use hidden visibility rather than protected for syscall internalsRich Felker-1/+1
2014-04-11math: fix aliasing violation in long double wrappersSzabolcs Nagy-2/+10
2014-04-09fix search past the end of haystack in memmemTimo Teräs-0/+1