summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2014-07-20fix regression that negated some mips syscall error returnsRich Felker-5/+5
2014-07-19fix mips struct stat dev_t members for big endianRich Felker-20/+81
2014-07-19add issetugid function to check for elevated privilegeBrent Cook-0/+8
2014-07-19fix or1k atomic storeRich Felker-1/+1
2014-07-19fix missing barriers in powerpc atomic storeRich Felker-1/+5
2014-07-19fix microblaze atomic storeRich Felker-1/+3
2014-07-19fix missing barrier instructions in powerpc atomic asmRich Felker-1/+4
2014-07-19fix missing barrier instructions in mips atomic asmRich Felker-14/+18
2014-07-19use memory constraints for mips atomic asmRich Felker-24/+24
2014-07-19fix build breakage from ppc asm constraints changeRich Felker-3/+3
2014-07-19remove cruft from microblaze atomic.hRich Felker-13/+0
2014-07-19fix broken constraints for powerpc atomic cas asmRich Felker-1/+1
2014-07-18fix missing flags arg to fstatat syscall in fstat fallback pathRich Felker-1/+1
2014-07-18fix microblaze definition of struct statRich Felker-3/+2
2014-07-18add or1k (OpenRISC 1000) architecture portStefan Kristiansson-1/+1982
2014-07-17provide getauxval(AT_SECURE) even if it is missing from the aux vectorRich Felker-0/+1
2014-07-17remove useless infinite loop from end of exit functionRich Felker-1/+0
2014-07-17fix crash in regexec for nonzero nmatch argument with REG_NOSUBRich Felker-0/+1
2014-07-16work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker-30/+9
2014-07-16simplify __stdio_exit static linking logicRich Felker-16/+12
2014-07-11implement the LOG_CONS option in syslogRich Felker-1/+9
2014-07-11suppress early syslog return when log socket cannot be openedRich Felker-4/+1
2014-07-11implement the LOG_PERROR option in syslogRich Felker-2/+4
2014-07-11fix the %m specifier in syslogClément Vasseur-0/+3
2014-07-11explicitly reject empty names in dynamic linker load_library functionRich Felker-0/+5
2014-07-11make dynamic linker accept colon as a separator for LD_PRELOADRich Felker-2/+2
2014-07-08fix typo in microblaze setjmp asmRich Felker-1/+1
2014-07-06rename file containing pthread_cleanup_push and pop for consistencyRich Felker-0/+0
2014-07-06rework cancellation weak alias logic not to depend on archive orderRich Felker-6/+12
2014-07-06fix multiple issues in legacy function getpassRich Felker-5/+6
2014-07-05eliminate use of cached pid from thread structureRich Felker-12/+9
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/+7
2014-06-29fix regression in dynamic linker error reportingRich Felker-9/+5
2014-06-25release 1.1.3v1.1.3Rich Felker-1/+27
2014-06-25add tarball-producing targets to Makefile for ease of releaseRich Felker-0/+4
2014-06-25update version reference in the README fileRich Felker-1/+1
2014-06-25add note to INSTALL file about gcc 4.9.0 not being supportedRich Felker-1/+2
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