summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-07-02properly pass current locale to *_l functions when used internallyRich Felker-8/+16
2014-07-02consolidate str[n]casecmp_l into str[n]casecmp source filesRich Felker-13/+16
2014-07-02consolidate *_l ctype/wctype functions into their non-_l source filesRich Felker-213/+256
2014-07-02add locale frameworkRich Felker-22/+186
2014-07-02fix failure of wide printf/scanf functions to set wide orientationRich Felker-0/+3
2014-07-01fix typo in a comment in __libc_start_mainRich Felker-1/+1
2014-07-01fix incorrect return value for fwide functionRich Felker-1/+2
2014-07-01fix ungrammatical comment in posix_spawn codeRich Felker-3/+3
2014-07-01fix aliasing violations in mbtowc and mbrtowcRich Felker-2/+4
2014-06-30fix regression in mips dynamic linkerRich Felker-1/+6
2014-06-29fix regression in dynamic linker error reportingRich Felker-9/+5
2014-06-24add routing protocols to getprotoent-family functionsTimo Teräs-0/+2
2014-06-23rename dynamic linker _start to _dlstart in the stub versionRich Felker-1/+1
2014-06-22add __sysv_signal abi-compat alias for the signal functionRich Felker-0/+1
2014-06-22add __xmknod and __xmknodat abi-compat functionsRich Felker-0/+10
2014-06-22consolidate __xstat abi-compat functions into a single source fileRich Felker-27/+18
2014-06-21implement fmtmsg functionRich Felker-0/+90
2014-06-21implement result address sorting in the resolver (getaddrinfo, etc.)Rich Felker-0/+136
2014-06-20fix gethostby*_r result pointer value on errorTimo Teräs-0/+3
2014-06-20fix sendmmsg emulation return value for zero-length vectorRich Felker-0/+1
2014-06-20rename dynamic linker entry point from _start to _dlstartRich Felker-19/+19
2014-06-19implement sendmmsg and recvmmsgRich Felker-0/+44
2014-06-19add tlsdesc support for x86_64Rich Felker-0/+40
2014-06-19separate __tls_get_addr implementation from dynamic linker/init_tlsRich Felker-11/+23
2014-06-19add tlsdesc support for i386Rich Felker-0/+27
2014-06-19optimize i386 ___tls_get_addr asmRich Felker-1/+8
2014-06-19change dynamic TLS installation strategy to optimize accessRich Felker-8/+14
2014-06-19add arch-generic support for tlsdesc relocations to dynamic linkerRich Felker-0/+54
2014-06-19fix incorrect comparison loop condition in memmemRich Felker-2/+2
2014-06-18reduce code duplication in dynamic linker error pathsRich Felker-16/+16
2014-06-18refactor to remove arch-specific relocation code from dynamic linkerRich Felker-8/+89
2014-06-14fix missing argument to syscall in fanotify_markClément Vasseur-1/+1
2014-06-11support optional-argument extension to getopt via double-colonRich Felker-2/+5
2014-06-10simplify errno implementationRich Felker-4/+2
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