aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-13implement uchar.h (C11 UTF-16/32 conversion) interfacesRich Felker7-5/+109
2014-10-13eliminate global waiters count in pthread_onceRich Felker1-9/+13
2014-10-10fix missing barrier in pthread_once/call_once shortcut pathRich Felker1-2/+6
2014-10-10add explicit barrier operation to internal atomic.h APIRich Felker9-6/+33
2014-10-09fix handling of negative offsets in timezone spec stringsRich Felker1-10/+7
2014-10-08add new linux file sealing api to fcntl.hSzabolcs Nagy1-0/+7
2014-10-08add new IPV6_AUTOFLOWLABEL socket option in netinet/in.hSzabolcs Nagy1-0/+1
2014-10-08add new syscall numbers for seccomp, getrandom, memfd_createSzabolcs Nagy8-0/+50
2014-10-08always provide __fpclassifyl and __signbitl definitionsRich Felker2-1/+9
2014-10-06ignore access mode bits of flags in mkostemps and functions that use itRich Felker1-0/+1
2014-10-04fix handling of odd lengths in swab functionRich Felker1-1/+1
2014-09-22fix incorrect sequence generation in *rand48 prng functionsRich Felker1-2/+2
2014-09-19fix linked list corruption in flockfile listsRich Felker1-0/+1
2014-09-18math: fix exp10 not to raise invalid exception on NaNSzabolcs Nagy3-4/+13
2014-09-16fix overflow corner case in strtoul-family functionsRich Felker1-0/+1
2014-09-13rewrite the regex pattern parser in regcompSzabolcs Nagy1-1081/+634
2014-09-11fix C++ incompatibility in i386 definition of max_align_tRich Felker1-0/+4
2014-09-10add _DEFAULT_SOURCE feature profile as an alias for _BSD_SOURCERich Felker1-0/+4
2014-09-10fix _ALL_SOURCE logic to avoid possible redefinition of _GNU_SOURCERich Felker1-1/+1
2014-09-10fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCERich Felker4-8/+2
2014-09-08fix exp10l.c to include float.hSzabolcs Nagy1-0/+1
2014-09-08prune math code on archs with binary64 long doubleSzabolcs Nagy2-0/+10
2014-09-08add new F_OFD_* macros to fcntl.h (open file description locks)Szabolcs Nagy1-0/+4
2014-09-07add C11 thread creation and related thread functionsRich Felker10-7/+84
2014-09-06add C11 condition variable functionsJens Gustedt6-0/+57
2014-09-06add C11 mutex functionsJens Gustedt6-0/+69
2014-09-06add C11 thread functions operating on tss_t and once_flagJens Gustedt5-0/+42
2014-09-06add threads.h and needed per-arch types for mtx_t and cnd_tRich Felker10-0/+103
2014-09-06use weak symbols for the POSIX functions that will be used by C threadsJens Gustedt15-29/+76
2014-09-06add C11 timespec_get function, with associated time.h changes for C11Rich Felker2-1/+15
2014-09-06fix non-static dummy function that slipped in with locale implementationRich Felker1-1/+1
2014-09-05fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.hSzabolcs Nagy3-2/+3
2014-09-05add missing legacy LFS *64 symbol aliasesSzabolcs Nagy8-0/+23
2014-09-05fix memory leak in regexec when input contains illegal sequenceSzabolcs Nagy1-5/+6
2014-09-05fix off-by-one in bounds check in fpathconfRich Felker1-1/+1
2014-09-05fix potential read past end of buffer in getnameinfo service name lookupRich Felker1-1/+1
2014-09-05remove incorrect and useless check in network service name lookup codeRich Felker1-1/+0
2014-09-05fix case mapping for U+00DF (ß)Rich Felker2-2/+1
2014-09-05make non-waiting paths of sem_[timed]wait and pthread_join cancelableRich Felker2-0/+3
2014-09-05remove an extra layer of buffer copying in getnameinfo reverse dnsRich Felker1-3/+2
2014-09-04fix multiple stdio functions' behavior on zero-length operationsRich Felker4-9/+7
2014-09-04suppress null termination when fgets reads EOF with no dataRich Felker1-1/+1
2014-09-04fix dn_expand empty name handling and offsets to 0Szabolcs Nagy1-6/+9
2014-08-27add static_assert and hide noreturn, alignas, alignof from C++Szabolcs Nagy3-0/+11
2014-08-27add C11 floating-point characteristic macros to float.hSzabolcs Nagy1-0/+7
2014-08-25add malloc_usable_size function and non-stub malloc.hRich Felker2-0/+42
2014-08-25refrain from spinning on locks when there is already a waiterRich Felker5-5/+5
2014-08-25spin before waiting on futex in mutex and rwlock lock operationsRich Felker3-0/+20
2014-08-25spin in sem_[timed]wait before performing futex waitRich Felker1-0/+5
2014-08-25fix build error on arm due to new a_spin codeRich Felker1-1/+1