summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2015-03-07fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy-9/+22
2015-03-06fix over-alignment of TLS, insufficient builtin TLS on 64-bit archsRich Felker-4/+16
2015-03-04add legacy functions from sysinfo.h duplicating sysconf functionalityRich Felker-0/+22
2015-03-04fix signed left-shift overflow in pthread_condattr_setpsharedRich Felker-1/+1
2015-03-04add new si_lower and si_upper siginfo_t membersSzabolcs Nagy-0/+7
2015-03-04declare incomplete type struct itimerspec in timerfd.hRich Felker-0/+2
2015-03-04fix preprocessor error introduced in poll.h in last commitRich Felker-1/+1
2015-03-04fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn-0/+8
2015-03-04fix x32 pthread type definitionsRich Felker-7/+7
2015-03-04remove useless check of bin match in mallocRich Felker-1/+1
2015-03-04eliminate atomics in syslog setlogmask functionRich Felker-4/+6
2015-03-04fix init race that could lead to deadlock in malloc init codeRich Felker-39/+14
2015-03-03make all objects used with atomic operations volatileRich Felker-122/+125
2015-03-02suppress masked cancellation in pthread_joinRich Felker-1/+5
2015-03-02fix namespace issue in pthread_join affecting thrd_joinRich Felker-1/+2
2015-03-02make aio_suspend a cancellation point and properly handle cancellationRich Felker-3/+9
2015-03-02factor cancellation cleanup push/pop out of futex __timedwait functionRich Felker-26/+24
2015-02-27fix failure of internal futex __timedwait to report ECANCELEDRich Felker-1/+1
2015-02-26overhaul optimized x86_64 memset asmRich Felker-26/+55
2015-02-26overhaul optimized i386 memset asmRich Felker-32/+61
2015-02-25getloadavg: use sysinfo() instead of /proc/loadavgAlexander Monakov-11/+7
2015-02-23fix possible isatty false positives and unwanted device state changesRich Felker-9/+8
2015-02-23fix breakage in pthread_cond_wait due to typoRich Felker-1/+1
2015-02-23support alternate backends for the passwd and group dbsJosiah Worcester-2/+390
2015-02-23fix spurious errors in refactored passwd/group codeRich Felker-2/+2
2015-02-23fix crashes in refactored passwd/group codeRich Felker-4/+4
2015-02-22simplify cond var code now that cleanup handler is not neededRich Felker-86/+63
2015-02-22fix pthread_cond_wait cancellation raceRich Felker-5/+38
2015-02-21add new masked cancellation modeRich Felker-10/+17
2015-02-20prepare cancellation syscall asm for possibility of __cancel returningRich Felker-11/+32
2015-02-20map interruption of close by signal to success rather than EINPROGRESSRich Felker-1/+1
2015-02-16make pthread_exit responsible for disabling cancellationRich Felker-3/+2
2015-02-14fix type error (arch-dependent) in new aio codeRich Felker-1/+1
2015-02-13refactor group file access codeJosiah Worcester-51/+71
2015-02-13overhaul aio implementation for correctnessRich Felker-193/+440
2015-02-11fix bad character checking in wordexpRich Felker-0/+1
2015-02-10refactor passwd file access codeJosiah Worcester-49/+65
2015-02-10x86_64/memset: avoid performing final store twiceDenys Vlasenko-1/+1
2015-02-10x86_64/memset: simple optimizationsDenys Vlasenko-14/+16
2015-02-10make protocol table zero byte separated and add ipv6 protocolsTimo Teräs-22/+26
2015-02-09add syscall numbers for the new execveat syscallSzabolcs Nagy-4/+19
2015-02-09add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPFSzabolcs Nagy-0/+4
2015-02-09use the internal macro name FUTEX_PRIVATE in __waitSzabolcs Nagy-1/+1
2015-02-09add IEEE binary128 long double support to floatscanSzabolcs Nagy-1/+9
2015-02-09math: fix fmodl for IEEE binary128Szabolcs Nagy-1/+1
2015-02-08simplify armhf fesetenvSzabolcs Nagy-1/+0
2015-02-08fix fesetenv(FE_DFL_ENV) on mipsSzabolcs Nagy-1/+3
2015-02-08math: fix __fpclassifyl(-0.0) for IEEE binary128Szabolcs Nagy-3/+2
2015-02-08add parenthesis in fma.c to clarify intent and silence warningsSzabolcs Nagy-1/+1
2015-02-07make getaddrinfo support SOCK_RAW and other socket typesRich Felker-34/+42