summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2014-09-05fix off-by-one in bounds check in fpathconfRich Felker-1/+1
2014-09-05fix potential read past end of buffer in getnameinfo service name lookupRich Felker-1/+1
2014-09-05remove incorrect and useless check in network service name lookup codeRich Felker-1/+0
2014-09-05fix case mapping for U+00DF (ß)Rich Felker-2/+1
2014-09-05make non-waiting paths of sem_[timed]wait and pthread_join cancelableRich Felker-0/+3
2014-09-05remove an extra layer of buffer copying in getnameinfo reverse dnsRich Felker-3/+2
2014-09-04fix multiple stdio functions' behavior on zero-length operationsRich Felker-9/+7
2014-09-04suppress null termination when fgets reads EOF with no dataRich Felker-1/+1
2014-09-04fix dn_expand empty name handling and offsets to 0Szabolcs Nagy-6/+9
2014-08-27add static_assert and hide noreturn, alignas, alignof from C++Szabolcs Nagy-0/+11
2014-08-27add C11 floating-point characteristic macros to float.hSzabolcs Nagy-0/+7
2014-08-25add malloc_usable_size function and non-stub malloc.hRich Felker-0/+42
2014-08-25refrain from spinning on locks when there is already a waiterRich Felker-5/+5
2014-08-25spin before waiting on futex in mutex and rwlock lock operationsRich Felker-0/+20
2014-08-25spin in sem_[timed]wait before performing futex waitRich Felker-0/+5
2014-08-25fix build error on arm due to new a_spin codeRich Felker-1/+1
2014-08-25sanitize number of spins in userspace before futex waitRich Felker-2/+2
2014-08-25add working a_spin() atomic for non-x86 targetsRich Felker-0/+6
2014-08-23fix false ownership of stdio FILEs due to tid reuseRich Felker-2/+40
2014-08-22fix fallback checks for kernels without private futex supportRich Felker-5/+5
2014-08-22fix use of uninitialized memory with application-provided thread stacksRich Felker-0/+2
2014-08-20add max_align_t definition for C11 and C++11Rich Felker-0/+21
2014-08-18further simplify and optimize new cond varRich Felker-29/+21
2014-08-18simplify and improve new cond var implementationRich Felker-40/+22
2014-08-17redesign cond var implementation to fix multiple issuesRich Felker-93/+213
2014-08-17fix possible failure-to-wake deadlock with robust mutexesRich Felker-1/+4
2014-08-17make pointers used in robust list volatileRich Felker-20/+27
2014-08-16fix robust mutex unrecoverable status, and related clean-upRich Felker-12/+4
2014-08-16fix false ownership of mutexes due to tid reuse, using robust listRich Felker-23/+26
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