about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* spin in sem_[timed]wait before performing futex waitRich Felker2014-08-251-0/+5
* fix build error on arm due to new a_spin codeRich Felker2014-08-251-1/+1
* sanitize number of spins in userspace before futex waitRich Felker2014-08-252-2/+2
* add working a_spin() atomic for non-x86 targetsRich Felker2014-08-256-0/+6
* 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
* add max_align_t definition for C11 and C++11Rich Felker2014-08-2010-0/+21
* 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-1713-20/+27
* 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
* 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