about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* optimize locking against vm changes for mmap/munmapRich Felker2014-08-162-8/+7
* enable private futex for process-local robust mutexesRich Felker2014-08-163-1/+25
* make futex operations use private-futex mode when possibleRich Felker2014-08-1523-66/+82
* fix #ifdef inside a macro argument list in __init_tls.cSzabolcs Nagy2014-08-131-4/+3
* fix CPU_EQUAL macro in sched.hSzabolcs Nagy2014-08-131-1/+1
* add inline isspace in ctype.h as an optimizationSzabolcs Nagy2014-08-133-9/+7
* add dlerror message for static-linked dlsym failureRich Felker2014-08-081-0/+2
* fix dlerror when using dlopen with a static libcClément Vasseur2014-08-081-0/+2
* make clearenv available with _BSD_SOURCEClément Vasseur2014-08-081-1/+1
* make endmntent function handle null argumentTimo Teräs2014-08-081-1/+1
* 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