aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-18release 1.1.7v1.1.7Rich Felker
2015-03-18fix MINSIGSTKSZ values for archs with large signal contextsRich Felker
2015-03-16block all signals (even internal ones) in cancellation signal handlerRich Felker
2015-03-16update authors/contributors listRich Felker
2015-03-15avoid sending huge names as nscd passwd/group queriesRich Felker
2015-03-15simplify nscd lookup code for alt passwd/group backendsRich Felker
2015-03-15add alternate backend support for getgrouplistJosiah Worcester
2015-03-14aarch64: fix typo in bits/ioctl.hSzabolcs Nagy
2015-03-14aarch64: add struct _aarch64_ctx to signal.hSzabolcs Nagy
2015-03-12align x32 pthread type sizes to be common with 32-bit archsRich Felker
2015-03-11add aarch64 portSzabolcs Nagy
2015-03-11math: add dummy implementations of 128 bit long double functionsSzabolcs Nagy
2015-03-11math: add ld128 exp2l based on the freebsd implementationSzabolcs Nagy
2015-03-11copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archsSzabolcs Nagy
2015-03-07fix regression in pthread_cond_wait with cancellation disabledRich Felker
2015-03-07fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy
2015-03-06fix over-alignment of TLS, insufficient builtin TLS on 64-bit archsRich Felker
2015-03-04add legacy functions from sysinfo.h duplicating sysconf functionalityRich Felker
2015-03-04fix signed left-shift overflow in pthread_condattr_setpsharedRich Felker
2015-03-04add new si_lower and si_upper siginfo_t membersSzabolcs Nagy
2015-03-04declare incomplete type struct itimerspec in timerfd.hRich Felker
2015-03-04fix preprocessor error introduced in poll.h in last commitRich Felker
2015-03-04fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn
2015-03-04fix x32 pthread type definitionsRich Felker
2015-03-04remove useless check of bin match in mallocRich Felker
2015-03-04eliminate atomics in syslog setlogmask functionRich Felker
2015-03-04fix init race that could lead to deadlock in malloc init codeRich Felker
2015-03-03make all objects used with atomic operations volatileRich Felker
2015-03-02suppress masked cancellation in pthread_joinRich Felker
2015-03-02fix namespace issue in pthread_join affecting thrd_joinRich Felker
2015-03-02make aio_suspend a cancellation point and properly handle cancellationRich Felker
2015-03-02factor cancellation cleanup push/pop out of futex __timedwait functionRich Felker
2015-02-27fix failure of internal futex __timedwait to report ECANCELEDRich Felker
2015-02-26overhaul optimized x86_64 memset asmRich Felker
2015-02-26overhaul optimized i386 memset asmRich Felker
2015-02-25getloadavg: use sysinfo() instead of /proc/loadavgAlexander Monakov
2015-02-23fix possible isatty false positives and unwanted device state changesRich Felker
2015-02-23fix breakage in pthread_cond_wait due to typoRich Felker
2015-02-23support alternate backends for the passwd and group dbsJosiah Worcester
2015-02-23fix spurious errors in refactored passwd/group codeRich Felker
2015-02-23fix crashes in refactored passwd/group codeRich Felker
2015-02-22simplify cond var code now that cleanup handler is not neededRich Felker
2015-02-22fix pthread_cond_wait cancellation raceRich Felker
2015-02-21add new masked cancellation modeRich Felker
2015-02-20prepare cancellation syscall asm for possibility of __cancel returningRich Felker
2015-02-20map interruption of close by signal to success rather than EINPROGRESSRich Felker
2015-02-16make pthread_exit responsible for disabling cancellationRich Felker
2015-02-14fix type error (arch-dependent) in new aio codeRich Felker
2015-02-13refactor group file access codeJosiah Worcester
2015-02-13overhaul aio implementation for correctnessRich Felker