about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.1.4 v1.1.4Rich Felker2014-07-312-1/+36
* update notice on broken gcc versions in INSTALL fileRich Felker2014-07-311-2/+4
* update COPYRIGHT file to reflect new contributorsRich Felker2014-07-311-1/+5
* harden locale name handling and prevent slashes in LC_MESSAGESRich Felker2014-07-311-3/+3
* implement ffsl and ffsll functionsRich Felker2014-07-313-0/+16
* limit visibility of ffs function declaration to _XOPEN_SOURCERich Felker2014-07-311-0/+2
* fix broken offset argument to the mmap2 syscall on or1kRich Felker2014-07-301-0/+2
* add framework for mmap2 syscall unit to vary by archRich Felker2014-07-302-2/+7
* provide PAGE_SIZE as a constant value of 8192 on or1kRich Felker2014-07-301-0/+1
* plural rule evaluator rewrite for dcngettextSzabolcs Nagy2014-07-301-128/+106
* reimplement if_nameindex and getifaddrs using netlinkTimo Teräs2014-07-294-184/+411
* fix terminal control ioctl constants for shRich Felker2014-07-291-4/+8
* tweaks to plural rules evaluatorSzabolcs Nagy2014-07-291-54/+44
* harden dcngettext plural processingRich Felker2014-07-291-2/+3
* harden mo file processing for locale/translationsRich Felker2014-07-291-2/+6
* implement non-default plural rules for ngettext translationsRich Felker2014-07-282-8/+243
* remove unused a_cas_l from or1k atomic.hRich Felker2014-07-271-5/+0
* clean up unused and inconsistent atomics in arch dirsRich Felker2014-07-278-100/+0
* fix insufficient synchronization in sh atomic asmRich Felker2014-07-271-1/+2
* implement gettext message translation functionsRich Felker2014-07-274-68/+271
* add support for LC_TIME and LC_MESSAGES translationsRich Felker2014-07-267-13/+23
* add missing yes/no strings to nl_langinfoRich Felker2014-07-261-2/+2
* fix nl_langinfo table for LC_TIME era-related itemsRich Felker2014-07-261-1/+2
* implement mo file string lookup for translationsRich Felker2014-07-264-0/+71
* implement locale file loading and state for remaining locale categoriesRich Felker2014-07-244-2/+80
* fix locale environment variable logic for empty stringsRich Felker2014-07-241-3/+3
* add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flagsSzabolcs Nagy2014-07-201-0/+3
* add pacing rate information to the tcp_info struct in tcp.hSzabolcs Nagy2014-07-201-0/+2
* add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACKSzabolcs Nagy2014-07-201-2/+4
* add syscall numbers for the new renameat2 syscallSzabolcs Nagy2014-07-207-0/+19
* fix regression that negated some mips syscall error returnsRich Felker2014-07-201-5/+5
* fix mips struct stat dev_t members for big endianRich Felker2014-07-191-20/+81
* add issetugid function to check for elevated privilegeBrent Cook2014-07-192-0/+8
* fix or1k atomic storeRich Felker2014-07-191-1/+1
* fix missing barriers in powerpc atomic storeRich Felker2014-07-191-1/+5
* fix microblaze atomic storeRich Felker2014-07-191-1/+3
* fix missing barrier instructions in powerpc atomic asmRich Felker2014-07-191-1/+4
* fix missing barrier instructions in mips atomic asmRich Felker2014-07-191-14/+18
* use memory constraints for mips atomic asmRich Felker2014-07-191-24/+24
* fix build breakage from ppc asm constraints changeRich Felker2014-07-191-3/+3
* remove cruft from microblaze atomic.hRich Felker2014-07-191-13/+0
* fix broken constraints for powerpc atomic cas asmRich Felker2014-07-191-1/+1
* fix missing flags arg to fstatat syscall in fstat fallback pathRich Felker2014-07-181-1/+1
* fix microblaze definition of struct statRich Felker2014-07-181-3/+2
* add or1k (OpenRISC 1000) architecture portStefan Kristiansson2014-07-1846-1/+1982
* 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-168-30/+9
* simplify __stdio_exit static linking logicRich Felker2014-07-164-16/+12