aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-31release 1.1.4v1.1.4Rich Felker
2014-07-31update notice on broken gcc versions in INSTALL fileRich Felker
2014-07-31update COPYRIGHT file to reflect new contributorsRich Felker
2014-07-31harden locale name handling and prevent slashes in LC_MESSAGESRich Felker
2014-07-31implement ffsl and ffsll functionsRich Felker
2014-07-31limit visibility of ffs function declaration to _XOPEN_SOURCERich Felker
2014-07-30fix broken offset argument to the mmap2 syscall on or1kRich Felker
2014-07-30add framework for mmap2 syscall unit to vary by archRich Felker
2014-07-30provide PAGE_SIZE as a constant value of 8192 on or1kRich Felker
2014-07-30plural rule evaluator rewrite for dcngettextSzabolcs Nagy
2014-07-29reimplement if_nameindex and getifaddrs using netlinkTimo Teräs
2014-07-29fix terminal control ioctl constants for shRich Felker
2014-07-29tweaks to plural rules evaluatorSzabolcs Nagy
2014-07-29harden dcngettext plural processingRich Felker
2014-07-29harden mo file processing for locale/translationsRich Felker
2014-07-28implement non-default plural rules for ngettext translationsRich Felker
2014-07-27remove unused a_cas_l from or1k atomic.hRich Felker
2014-07-27clean up unused and inconsistent atomics in arch dirsRich Felker
2014-07-27fix insufficient synchronization in sh atomic asmRich Felker
2014-07-27implement gettext message translation functionsRich Felker
2014-07-26add support for LC_TIME and LC_MESSAGES translationsRich Felker
2014-07-26add missing yes/no strings to nl_langinfoRich Felker
2014-07-26fix nl_langinfo table for LC_TIME era-related itemsRich Felker
2014-07-26implement mo file string lookup for translationsRich Felker
2014-07-24implement locale file loading and state for remaining locale categoriesRich Felker
2014-07-24fix locale environment variable logic for empty stringsRich Felker
2014-07-20add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flagsSzabolcs Nagy
2014-07-20add pacing rate information to the tcp_info struct in tcp.hSzabolcs Nagy
2014-07-20add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACKSzabolcs Nagy
2014-07-20add syscall numbers for the new renameat2 syscallSzabolcs Nagy
2014-07-20fix regression that negated some mips syscall error returnsRich Felker
2014-07-19fix mips struct stat dev_t members for big endianRich Felker
2014-07-19add issetugid function to check for elevated privilegeBrent Cook
2014-07-19fix or1k atomic storeRich Felker
2014-07-19fix missing barriers in powerpc atomic storeRich Felker
2014-07-19fix microblaze atomic storeRich Felker
2014-07-19fix missing barrier instructions in powerpc atomic asmRich Felker
2014-07-19fix missing barrier instructions in mips atomic asmRich Felker
2014-07-19use memory constraints for mips atomic asmRich Felker
2014-07-19fix build breakage from ppc asm constraints changeRich Felker
2014-07-19remove cruft from microblaze atomic.hRich Felker
2014-07-19fix broken constraints for powerpc atomic cas asmRich Felker
2014-07-18fix missing flags arg to fstatat syscall in fstat fallback pathRich Felker
2014-07-18fix microblaze definition of struct statRich Felker
2014-07-18add or1k (OpenRISC 1000) architecture portStefan Kristiansson
2014-07-17provide getauxval(AT_SECURE) even if it is missing from the aux vectorRich Felker
2014-07-17remove useless infinite loop from end of exit functionRich Felker
2014-07-17fix crash in regexec for nonzero nmatch argument with REG_NOSUBRich Felker
2014-07-16work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker
2014-07-16simplify __stdio_exit static linking logicRich Felker