summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2014-11-22remove old clang workarounds from arm syscall implementationRich Felker-31/+0
2014-11-22fix __aeabi_read_tp oversight in arm atomics/tls overhaulRich Felker-10/+5
2014-11-19overhaul ARM atomics/tls for performance and compatibilityRich Felker-56/+331
2014-11-19save auxv pointer into libc struct early in dynamic linker startupRich Felker-0/+1
2014-11-15getopt: fix optional argument processingFelix Fietkau-2/+2
2014-11-15implement a private state for the uchar.h functionsJens Gustedt-0/+6
2014-11-15fix behavior of printf with alt-form octal, zero precision, zero valueRich Felker-1/+1
2014-11-05math: use fnstsw consistently instead of fstsw in x87 asmSzabolcs Nagy-11/+11
2014-11-05math: fix x86_64 and x32 asm not to use sahf instructionSzabolcs Nagy-28/+14
2014-11-05fix 64-bit syscall argument passing on or1kRich Felker-1/+1
2014-10-31fix uninitialized mode variable in openat functionRich Felker-1/+1
2014-10-31math: use the rounding idiom consistentlySzabolcs Nagy-58/+89
2014-10-31fix rint.c and rintf.c when FLT_EVAL_METHOD!=0Szabolcs Nagy-4/+22
2014-10-30fix invalid access by openat to possibly-missing variadic mode argumentRich Felker-4/+8
2014-10-30fix failure of open to read variadic mode argument for O_TMPFILERich Felker-1/+1
2014-10-20manually "shrink wrap" fast path in pthread_onceRich Felker-8/+12
2014-10-14release 1.1.5v1.1.5Rich Felker-1/+39
2014-10-14suppress macro definitions of ctype functions under C++Rich Felker-0/+7
2014-10-13implement uchar.h (C11 UTF-16/32 conversion) interfacesRich Felker-5/+109
2014-10-13eliminate global waiters count in pthread_onceRich Felker-9/+13
2014-10-10fix missing barrier in pthread_once/call_once shortcut pathRich Felker-2/+6
2014-10-10add explicit barrier operation to internal atomic.h APIRich Felker-6/+33
2014-10-09fix handling of negative offsets in timezone spec stringsRich Felker-10/+7
2014-10-08add new linux file sealing api to fcntl.hSzabolcs Nagy-0/+7
2014-10-08add new IPV6_AUTOFLOWLABEL socket option in netinet/in.hSzabolcs Nagy-0/+1
2014-10-08add new syscall numbers for seccomp, getrandom, memfd_createSzabolcs Nagy-0/+50
2014-10-08always provide __fpclassifyl and __signbitl definitionsRich Felker-1/+9
2014-10-06ignore access mode bits of flags in mkostemps and functions that use itRich Felker-0/+1
2014-10-04fix handling of odd lengths in swab functionRich Felker-1/+1
2014-09-22fix incorrect sequence generation in *rand48 prng functionsRich Felker-2/+2
2014-09-19fix linked list corruption in flockfile listsRich Felker-0/+1
2014-09-18math: fix exp10 not to raise invalid exception on NaNSzabolcs Nagy-4/+13
2014-09-16fix overflow corner case in strtoul-family functionsRich Felker-0/+1
2014-09-13rewrite the regex pattern parser in regcompSzabolcs Nagy-1081/+634
2014-09-11fix C++ incompatibility in i386 definition of max_align_tRich Felker-0/+4
2014-09-10add _DEFAULT_SOURCE feature profile as an alias for _BSD_SOURCERich Felker-0/+4
2014-09-10fix _ALL_SOURCE logic to avoid possible redefinition of _GNU_SOURCERich Felker-1/+1
2014-09-10fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCERich Felker-8/+2
2014-09-08fix exp10l.c to include float.hSzabolcs Nagy-0/+1
2014-09-08prune math code on archs with binary64 long doubleSzabolcs Nagy-0/+10
2014-09-08add new F_OFD_* macros to fcntl.h (open file description locks)Szabolcs Nagy-0/+4
2014-09-07add C11 thread creation and related thread functionsRich Felker-7/+84
2014-09-06add C11 condition variable functionsJens Gustedt-0/+57
2014-09-06add C11 mutex functionsJens Gustedt-0/+69
2014-09-06add C11 thread functions operating on tss_t and once_flagJens Gustedt-0/+42
2014-09-06add threads.h and needed per-arch types for mtx_t and cnd_tRich Felker-0/+103
2014-09-06use weak symbols for the POSIX functions that will be used by C threadsJens Gustedt-29/+76
2014-09-06add C11 timespec_get function, with associated time.h changes for C11Rich Felker-1/+15
2014-09-06fix non-static dummy function that slipped in with locale implementationRich Felker-1/+1
2014-09-05fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.hSzabolcs Nagy-2/+3