about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* implement the LOG_CONS option in syslogRich Felker2014-07-111-1/+9
* suppress early syslog return when log socket cannot be openedRich Felker2014-07-111-4/+1
* implement the LOG_PERROR option in syslogRich Felker2014-07-111-2/+4
* fix the %m specifier in syslogClément Vasseur2014-07-111-0/+3
* explicitly reject empty names in dynamic linker load_library functionRich Felker2014-07-111-0/+5
* make dynamic linker accept colon as a separator for LD_PRELOADRich Felker2014-07-111-2/+2
* fix typo in microblaze setjmp asmRich Felker2014-07-081-1/+1
* rename file containing pthread_cleanup_push and pop for consistencyRich Felker2014-07-061-0/+0
* rework cancellation weak alias logic not to depend on archive orderRich Felker2014-07-063-6/+12
* fix multiple issues in legacy function getpassRich Felker2014-07-061-5/+6
* eliminate use of cached pid from thread structureRich Felker2014-07-058-12/+9
* properly pass current locale to *_l functions when used internallyRich Felker2014-07-028-8/+16
* consolidate str[n]casecmp_l into str[n]casecmp source filesRich Felker2014-07-024-13/+16
* consolidate *_l ctype/wctype functions into their non-_l source filesRich Felker2014-07-0261-213/+256
* add locale frameworkRich Felker2014-07-029-22/+186
* fix failure of wide printf/scanf functions to set wide orientationRich Felker2014-07-022-0/+3
* fix typo in a comment in __libc_start_mainRich Felker2014-07-011-1/+1
* fix incorrect return value for fwide functionRich Felker2014-07-011-1/+2
* fix ungrammatical comment in posix_spawn codeRich Felker2014-07-011-3/+3
* fix aliasing violations in mbtowc and mbrtowcRich Felker2014-07-012-2/+4
* fix regression in mips dynamic linkerRich Felker2014-06-302-1/+7
* fix regression in dynamic linker error reportingRich Felker2014-06-291-9/+5
* 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