summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-27fix insufficient synchronization in sh atomic asmRich Felker1-1/+2
2014-07-27implement gettext message translation functionsRich Felker4-68/+271
2014-07-26add support for LC_TIME and LC_MESSAGES translationsRich Felker7-13/+23
2014-07-26add missing yes/no strings to nl_langinfoRich Felker1-2/+2
2014-07-26fix nl_langinfo table for LC_TIME era-related itemsRich Felker1-1/+2
2014-07-26implement mo file string lookup for translationsRich Felker4-0/+71
2014-07-24implement locale file loading and state for remaining locale categoriesRich Felker4-2/+80
2014-07-24fix locale environment variable logic for empty stringsRich Felker1-3/+3
2014-07-20add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flagsSzabolcs Nagy1-0/+3
2014-07-20add pacing rate information to the tcp_info struct in tcp.hSzabolcs Nagy1-0/+2
2014-07-20add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACKSzabolcs Nagy1-2/+4
2014-07-20add syscall numbers for the new renameat2 syscallSzabolcs Nagy7-0/+19
2014-07-20fix regression that negated some mips syscall error returnsRich Felker1-5/+5
2014-07-19fix mips struct stat dev_t members for big endianRich Felker1-20/+81
2014-07-19add issetugid function to check for elevated privilegeBrent Cook2-0/+8
2014-07-19fix or1k atomic storeRich Felker1-1/+1
2014-07-19fix missing barriers in powerpc atomic storeRich Felker1-1/+5
2014-07-19fix microblaze atomic storeRich Felker1-1/+3
2014-07-19fix missing barrier instructions in powerpc atomic asmRich Felker1-1/+4
2014-07-19fix missing barrier instructions in mips atomic asmRich Felker1-14/+18
2014-07-19use memory constraints for mips atomic asmRich Felker1-24/+24
2014-07-19fix build breakage from ppc asm constraints changeRich Felker1-3/+3
2014-07-19remove cruft from microblaze atomic.hRich Felker1-13/+0
2014-07-19fix broken constraints for powerpc atomic cas asmRich Felker1-1/+1
2014-07-18fix missing flags arg to fstatat syscall in fstat fallback pathRich Felker1-1/+1
2014-07-18fix microblaze definition of struct statRich Felker1-3/+2
2014-07-18add or1k (OpenRISC 1000) architecture portStefan Kristiansson46-1/+1982
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 Felker8-30/+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