about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add or1k (OpenRISC 1000) architecture portStefan Kristiansson2014-07-1810-0/+187
* provide getauxval(AT_SECURE) even if it is missing from the aux vectorRich Felker2014-07-171-0/+1
* remove useless infinite loop from end of exit functionRich Felker2014-07-171-1/+0
* fix crash in regexec for nonzero nmatch argument with REG_NOSUBRich Felker2014-07-171-0/+1
* work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker2014-07-167-9/+9
* simplify __stdio_exit static linking logicRich Felker2014-07-164-16/+12
* 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-301-1/+6
* fix regression in dynamic linker error reportingRich Felker2014-06-291-9/+5
* 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-211-0/+90
* implement result address sorting in the resolver (getaddrinfo, etc.)Rich Felker2014-06-212-0/+136
* 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-208-19/+19
* implement sendmmsg and recvmmsgRich Felker2014-06-192-0/+44
* add tlsdesc support for x86_64Rich Felker2014-06-191-0/+40
* separate __tls_get_addr implementation from dynamic linker/init_tlsRich Felker2014-06-193-11/+23
* add tlsdesc support for i386Rich Felker2014-06-191-0/+27
* 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-181-8/+89
* 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