summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2014-08-16optimize locking against vm changes for mmap/munmapRich Felker-8/+7
2014-08-16enable private futex for process-local robust mutexesRich Felker-1/+25
2014-08-15make futex operations use private-futex mode when possibleRich Felker-66/+82
2014-08-13fix #ifdef inside a macro argument list in __init_tls.cSzabolcs Nagy-4/+3
2014-08-13fix CPU_EQUAL macro in sched.hSzabolcs Nagy-1/+1
2014-08-13add inline isspace in ctype.h as an optimizationSzabolcs Nagy-9/+7
2014-08-08add dlerror message for static-linked dlsym failureRich Felker-0/+2
2014-08-08fix dlerror when using dlopen with a static libcClément Vasseur-0/+2
2014-08-08make clearenv available with _BSD_SOURCEClément Vasseur-1/+1
2014-08-08make endmntent function handle null argumentTimo Teräs-1/+1
2014-07-31release 1.1.4v1.1.4Rich Felker-1/+36
2014-07-31update notice on broken gcc versions in INSTALL fileRich Felker-2/+4
2014-07-31update COPYRIGHT file to reflect new contributorsRich Felker-1/+5
2014-07-31harden locale name handling and prevent slashes in LC_MESSAGESRich Felker-3/+3
2014-07-31implement ffsl and ffsll functionsRich Felker-0/+16
2014-07-31limit visibility of ffs function declaration to _XOPEN_SOURCERich Felker-0/+2
2014-07-30fix broken offset argument to the mmap2 syscall on or1kRich Felker-0/+2
2014-07-30add framework for mmap2 syscall unit to vary by archRich Felker-2/+7
2014-07-30provide PAGE_SIZE as a constant value of 8192 on or1kRich Felker-0/+1
2014-07-30plural rule evaluator rewrite for dcngettextSzabolcs Nagy-128/+106
2014-07-29reimplement if_nameindex and getifaddrs using netlinkTimo Teräs-184/+411
2014-07-29fix terminal control ioctl constants for shRich Felker-4/+8
2014-07-29tweaks to plural rules evaluatorSzabolcs Nagy-54/+44
2014-07-29harden dcngettext plural processingRich Felker-2/+3
2014-07-29harden mo file processing for locale/translationsRich Felker-2/+6
2014-07-28implement non-default plural rules for ngettext translationsRich Felker-8/+243
2014-07-27remove unused a_cas_l from or1k atomic.hRich Felker-5/+0
2014-07-27clean up unused and inconsistent atomics in arch dirsRich Felker-100/+0
2014-07-27fix insufficient synchronization in sh atomic asmRich Felker-1/+2
2014-07-27implement gettext message translation functionsRich Felker-68/+271
2014-07-26add support for LC_TIME and LC_MESSAGES translationsRich Felker-13/+23
2014-07-26add missing yes/no strings to nl_langinfoRich Felker-2/+2
2014-07-26fix nl_langinfo table for LC_TIME era-related itemsRich Felker-1/+2
2014-07-26implement mo file string lookup for translationsRich Felker-0/+71
2014-07-24implement locale file loading and state for remaining locale categoriesRich Felker-2/+80
2014-07-24fix locale environment variable logic for empty stringsRich Felker-3/+3
2014-07-20add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flagsSzabolcs Nagy-0/+3
2014-07-20add pacing rate information to the tcp_info struct in tcp.hSzabolcs Nagy-0/+2
2014-07-20add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACKSzabolcs Nagy-2/+4
2014-07-20add syscall numbers for the new renameat2 syscallSzabolcs Nagy-0/+19
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