about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.1.3 v1.1.3Rich Felker2014-06-252-1/+27
* add tarball-producing targets to Makefile for ease of releaseRich Felker2014-06-251-0/+4
* update version reference in the README fileRich Felker2014-06-251-1/+1
* add note to INSTALL file about gcc 4.9.0 not being supportedRich Felker2014-06-251-1/+2
* add routing protocols to getprotoent-family functionsTimo Teräs2014-06-241-0/+2
* rename dynamic linker _start to _dlstart in the stub versionRich Felker2014-06-231-1/+1
* add __sysv_signal abi-compat alias for the signal functionRich Felker2014-06-221-0/+1
* add __xmknod and __xmknodat abi-compat functionsRich Felker2014-06-221-0/+10
* consolidate __xstat abi-compat functions into a single source fileRich Felker2014-06-224-27/+18
* implement fmtmsg functionRich Felker2014-06-212-0/+137
* implement result address sorting in the resolver (getaddrinfo, etc.)Rich Felker2014-06-212-0/+136
* remove hack in syslog.h that resulted in aliasing violationsRich Felker2014-06-211-6/+2
* remove optimization-inhibiting behavior from configure's --enable-debugRich Felker2014-06-201-5/+2
* fix gethostby*_r result pointer value on errorTimo Teräs2014-06-202-0/+3
* fix sendmmsg emulation return value for zero-length vectorRich Felker2014-06-201-0/+1
* rename dynamic linker entry point from _start to _dlstartRich Felker2014-06-209-20/+20
* implement sendmmsg and recvmmsgRich Felker2014-06-193-0/+55
* add tlsdesc support for x86_64Rich Felker2014-06-192-0/+42
* separate __tls_get_addr implementation from dynamic linker/init_tlsRich Felker2014-06-193-11/+23
* add tlsdesc support for i386Rich Felker2014-06-192-0/+29
* optimize i386 ___tls_get_addr asmRich Felker2014-06-191-1/+8
* change dynamic TLS installation strategy to optimize accessRich Felker2014-06-191-8/+14
* add arch-generic support for tlsdesc relocations to dynamic linkerRich Felker2014-06-192-0/+54
* fix incorrect comparison loop condition in memmemRich Felker2014-06-191-2/+2
* reduce code duplication in dynamic linker error pathsRich Felker2014-06-181-16/+16
* refactor to remove arch-specific relocation code from dynamic linkerRich Felker2014-06-189-208/+187
* fix powerpc dynamic linker thread-pointer-relative relocationsRich Felker2014-06-171-3/+3
* multiple fixes to sh (superh) dynamic linker relocationsRich Felker2014-06-171-10/+8
* dynamic linker: permit error returns from arch-specific reloc functionRich Felker2014-06-168-8/+16
* fix missing argument to syscall in fanotify_markClément Vasseur2014-06-141-1/+1
* support optional-argument extension to getopt via double-colonRich Felker2014-06-111-2/+5
* fail configure on --enable-shared if -Bsymbolic-functions doesn't workRich Felker2014-06-101-1/+4
* simplify errno implementationRich Felker2014-06-104-4/+2
* replace all remaining internal uses of pthread_self with __pthread_selfRich Felker2014-06-1011-12/+12
* add thread-pointer support for pre-2.6 kernels on i386Rich Felker2014-06-102-13/+22
* avoid spurious lookup failures from badly-behaved nameserversRich Felker2014-06-071-5/+22
* use default timezone from /etc/localtime if $TZ is unset/blankRich Felker2014-06-061-2/+3
* release 1.1.2 v1.1.2Rich Felker2014-06-062-1/+32
* implement %y and %C specifiers in strptimeTimo Teräs2014-06-061-4/+10
* avoid invalid use of va_arg in openRich Felker2014-06-061-5/+8
* add O_CLOEXEC fallback for open and related functionsRich Felker2014-06-063-1/+9
* optimize SOCK_CLOEXEC fallback for socket functionRich Felker2014-06-061-2/+2
* add SOCK_CLOEXEC fallback for socketpair on old kernelsRich Felker2014-06-061-1/+19
* implement dn_comp RFC 1035 domain name compressionSzabolcs Nagy2014-06-061-1/+102
* accept trailing . and empty domain namesSzabolcs Nagy2014-06-063-12/+16
* add vdso clock_gettime acceleration support to i386Rich Felker2014-06-061-0/+4
* fix fd leak in tmpfile when the fdopen operation failsRich Felker2014-06-061-1/+2
* fix the domain name length limit checksSzabolcs Nagy2014-06-053-8/+8
* fix multiple validation issues in dns response label parsingSzabolcs Nagy2014-06-051-4/+6
* fix missing function declarations in refactored ip literal parsing codeRich Felker2014-06-051-0/+1