summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-04fix getdelim to set the error indicator on all failuresSzabolcs Nagy1-2/+5
2015-04-04fix rpath string memory leak on failed dlopenRich Felker1-0/+2
2015-04-03halt dynamic linker library search on errors resolving $ORIGIN in rpathRich Felker1-8/+18
2015-04-01remove macro definition of longjmp from setjmp.hRich Felker1-1/+0
2015-04-01harden dynamic linker library path searchRich Felker1-5/+16
2015-04-01move O_PATH definition back to arch bitsRich Felker10-3/+11
2015-04-01aarch64: remove duplicate macro definitions in bits/fcntl.hRich Felker1-3/+0
2015-04-01aarch64: fix definition of sem_nsems in semid_ds structureRich Felker1-1/+7
2015-04-01aarch64: fix namespace pollution in bits/shm.hSzabolcs Nagy1-2/+2
2015-03-29release 1.1.8v1.1.8Rich Felker2-1/+16
2015-03-27regex: fix character class repetitionsSzabolcs Nagy1-0/+5
2015-03-23do not treat \0 as a backref in BRESzabolcs Nagy1-1/+1
2015-03-23fix FLT_ROUNDS regression in C++ applicationsRich Felker1-0/+8
2015-03-23fix internal buffer overrun in inet_ptonRich Felker1-2/+3
2015-03-20suppress backref processing in ERE regcompRich Felker1-1/+1
2015-03-20fix memory-corruption in regcomp with backslash followed by high byteRich Felker1-1/+1
2015-03-20fix missing max_align_t definition on aarch64Rich Felker1-0/+2
2015-03-18release 1.1.7v1.1.7Rich Felker2-1/+44
2015-03-18fix MINSIGSTKSZ values for archs with large signal contextsRich Felker11-2/+50
2015-03-16block all signals (even internal ones) in cancellation signal handlerRich Felker1-1/+2
2015-03-16update authors/contributors listRich Felker1-0/+8
2015-03-15avoid sending huge names as nscd passwd/group queriesRich Felker1-2/+3
2015-03-15simplify nscd lookup code for alt passwd/group backendsRich Felker4-15/+15
2015-03-15add alternate backend support for getgrouplistJosiah Worcester3-24/+86
2015-03-14aarch64: fix typo in bits/ioctl.hSzabolcs Nagy1-1/+1
2015-03-14aarch64: add struct _aarch64_ctx to signal.hSzabolcs Nagy1-0/+17
2015-03-12align x32 pthread type sizes to be common with 32-bit archsRich Felker1-4/+4
2015-03-11add aarch64 portSzabolcs Nagy53-0/+2202
2015-03-11math: add dummy implementations of 128 bit long double functionsSzabolcs Nagy17-4/+111
2015-03-11math: add ld128 exp2l based on the freebsd implementationSzabolcs Nagy1-1/+366
2015-03-11copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archsSzabolcs Nagy3-4/+5
2015-03-07fix regression in pthread_cond_wait with cancellation disabledRich Felker1-0/+1
2015-03-07fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy11-9/+22
2015-03-06fix over-alignment of TLS, insufficient builtin TLS on 64-bit archsRich Felker2-4/+16
2015-03-04add legacy functions from sysinfo.h duplicating sysconf functionalityRich Felker1-0/+22
2015-03-04fix signed left-shift overflow in pthread_condattr_setpsharedRich Felker1-1/+1
2015-03-04add new si_lower and si_upper siginfo_t membersSzabolcs Nagy1-0/+7
2015-03-04declare incomplete type struct itimerspec in timerfd.hRich Felker1-0/+2
2015-03-04fix preprocessor error introduced in poll.h in last commitRich Felker1-1/+1
2015-03-04fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn10-0/+8
2015-03-04fix x32 pthread type definitionsRich Felker1-7/+7
2015-03-04remove useless check of bin match in mallocRich Felker1-1/+1
2015-03-04eliminate atomics in syslog setlogmask functionRich Felker1-4/+6
2015-03-04fix init race that could lead to deadlock in malloc init codeRich Felker1-39/+14
2015-03-03make all objects used with atomic operations volatileRich Felker36-122/+125
2015-03-02suppress masked cancellation in pthread_joinRich Felker1-1/+5
2015-03-02fix namespace issue in pthread_join affecting thrd_joinRich Felker1-1/+2
2015-03-02make aio_suspend a cancellation point and properly handle cancellationRich Felker1-3/+9
2015-03-02factor cancellation cleanup push/pop out of futex __timedwait functionRich Felker9-26/+24
2015-02-27fix failure of internal futex __timedwait to report ECANCELEDRich Felker1-1/+1