summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-07-19add issetugid function to check for elevated privilegeBrent Cook1-0/+7
2014-07-18fix missing flags arg to fstatat syscall in fstat fallback pathRich Felker1-1/+1
2014-07-18add or1k (OpenRISC 1000) architecture portStefan Kristiansson10-0/+187
2014-07-17provide getauxval(AT_SECURE) even if it is missing from the aux vectorRich Felker1-0/+1
2014-07-17remove useless infinite loop from end of exit functionRich Felker1-1/+0
2014-07-17fix crash in regexec for nonzero nmatch argument with REG_NOSUBRich Felker1-0/+1
2014-07-16work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker7-9/+9
2014-07-16simplify __stdio_exit static linking logicRich Felker4-16/+12
2014-07-11implement the LOG_CONS option in syslogRich Felker1-1/+9
2014-07-11suppress early syslog return when log socket cannot be openedRich Felker1-4/+1
2014-07-11implement the LOG_PERROR option in syslogRich Felker1-2/+4
2014-07-11fix the %m specifier in syslogClément Vasseur1-0/+3
2014-07-11explicitly reject empty names in dynamic linker load_library functionRich Felker1-0/+5
2014-07-11make dynamic linker accept colon as a separator for LD_PRELOADRich Felker1-2/+2
2014-07-08fix typo in microblaze setjmp asmRich Felker1-1/+1
2014-07-06rename file containing pthread_cleanup_push and pop for consistencyRich Felker1-0/+0
2014-07-06rework cancellation weak alias logic not to depend on archive orderRich Felker3-6/+12
2014-07-06fix multiple issues in legacy function getpassRich Felker1-5/+6
2014-07-05eliminate use of cached pid from thread structureRich Felker8-12/+9
2014-07-02properly pass current locale to *_l functions when used internallyRich Felker8-8/+16
2014-07-02consolidate str[n]casecmp_l into str[n]casecmp source filesRich Felker4-13/+16
2014-07-02consolidate *_l ctype/wctype functions into their non-_l source filesRich Felker61-213/+256
2014-07-02add locale frameworkRich Felker9-22/+186
2014-07-02fix failure of wide printf/scanf functions to set wide orientationRich Felker2-0/+3
2014-07-01fix typo in a comment in __libc_start_mainRich Felker1-1/+1
2014-07-01fix incorrect return value for fwide functionRich Felker1-1/+2
2014-07-01fix ungrammatical comment in posix_spawn codeRich Felker1-3/+3
2014-07-01fix aliasing violations in mbtowc and mbrtowcRich Felker2-2/+4
2014-06-30fix regression in mips dynamic linkerRich Felker1-1/+6
2014-06-29fix regression in dynamic linker error reportingRich Felker1-9/+5
2014-06-24add routing protocols to getprotoent-family functionsTimo Teräs1-0/+2
2014-06-23rename dynamic linker _start to _dlstart in the stub versionRich Felker1-1/+1
2014-06-22add __sysv_signal abi-compat alias for the signal functionRich Felker1-0/+1
2014-06-22add __xmknod and __xmknodat abi-compat functionsRich Felker1-0/+10
2014-06-22consolidate __xstat abi-compat functions into a single source fileRich Felker4-27/+18
2014-06-21implement fmtmsg functionRich Felker1-0/+90
2014-06-21implement result address sorting in the resolver (getaddrinfo, etc.)Rich Felker2-0/+136
2014-06-20fix gethostby*_r result pointer value on errorTimo Teräs2-0/+3
2014-06-20fix sendmmsg emulation return value for zero-length vectorRich Felker1-0/+1
2014-06-20rename dynamic linker entry point from _start to _dlstartRich Felker8-19/+19
2014-06-19implement sendmmsg and recvmmsgRich Felker2-0/+44
2014-06-19add tlsdesc support for x86_64Rich Felker1-0/+40
2014-06-19separate __tls_get_addr implementation from dynamic linker/init_tlsRich Felker3-11/+23
2014-06-19add tlsdesc support for i386Rich Felker1-0/+27
2014-06-19optimize i386 ___tls_get_addr asmRich Felker1-1/+8
2014-06-19change dynamic TLS installation strategy to optimize accessRich Felker1-8/+14
2014-06-19add arch-generic support for tlsdesc relocations to dynamic linkerRich Felker2-0/+54
2014-06-19fix incorrect comparison loop condition in memmemRich Felker1-2/+2
2014-06-18reduce code duplication in dynamic linker error pathsRich Felker1-16/+16
2014-06-18refactor to remove arch-specific relocation code from dynamic linkerRich Felker1-8/+89