about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sanitize number of spins in userspace before futex waitRich Felker2014-08-252-2/+2
* fix false ownership of stdio FILEs due to tid reuseRich Felker2014-08-236-2/+40
* fix fallback checks for kernels without private futex supportRich Felker2014-08-225-5/+5
* fix use of uninitialized memory with application-provided thread stacksRich Felker2014-08-221-0/+2
* further simplify and optimize new cond varRich Felker2014-08-181-29/+21
* simplify and improve new cond var implementationRich Felker2014-08-181-40/+22
* redesign cond var implementation to fix multiple issuesRich Felker2014-08-176-93/+213
* fix possible failure-to-wake deadlock with robust mutexesRich Felker2014-08-171-1/+4
* make pointers used in robust list volatileRich Felker2014-08-174-11/+18
* fix robust mutex unrecoverable status, and related clean-upRich Felker2014-08-163-12/+4
* fix false ownership of mutexes due to tid reuse, using robust listRich Felker2014-08-164-23/+26
* 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
* add inline isspace in ctype.h as an optimizationSzabolcs Nagy2014-08-132-8/+1
* 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 endmntent function handle null argumentTimo Teräs2014-08-081-1/+1
* harden locale name handling and prevent slashes in LC_MESSAGESRich Felker2014-07-311-3/+3
* implement ffsl and ffsll functionsRich Felker2014-07-312-0/+14
* add framework for mmap2 syscall unit to vary by archRich Felker2014-07-302-2/+7
* plural rule evaluator rewrite for dcngettextSzabolcs Nagy2014-07-301-128/+106
* reimplement if_nameindex and getifaddrs using netlinkTimo Teräs2014-07-294-184/+411
* 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
* 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 issetugid function to check for elevated privilegeBrent Cook2014-07-191-0/+7
* fix missing flags arg to fstatat syscall in fstat fallback pathRich Felker2014-07-181-1/+1
* add or1k (OpenRISC 1000) architecture portStefan Kristiansson2014-07-1810-0/+187
* 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-167-9/+9
* simplify __stdio_exit static linking logicRich Felker2014-07-164-16/+12
* implement the LOG_CONS option in syslogRich Felker2014-07-111-1/+9
* suppress early syslog return when log socket cannot be openedRich Felker2014-07-111-4/+1
* implement the LOG_PERROR option in syslogRich Felker2014-07-111-2/+4
* fix the %m specifier in syslogClément Vasseur2014-07-111-0/+3
* explicitly reject empty names in dynamic linker load_library functionRich Felker2014-07-111-0/+5
* make dynamic linker accept colon as a separator for LD_PRELOADRich Felker2014-07-111-2/+2
* fix typo in microblaze setjmp asmRich Felker2014-07-081-1/+1