summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2018-02-22release 1.1.19v1.1.19Rich Felker-1/+46
2018-02-21update authors/contributors listRich Felker-0/+17
2018-02-21fix detection of LIBCC for compiler-rt with clangMatúš Olekšák-0/+2
2018-02-21convert execvp error handling to switch statementRich Felker-2/+9
2018-02-21fix execvp failing on not-dir entries in PATH.Przemyslaw Pawelczyk-1/+1
2018-02-11fix incorrect overflow check for allocation in fmemopenRich Felker-1/+1
2018-02-07better configure check for long double supportSzabolcs Nagy-3/+2
2018-02-07make getcwd fail if it cannot obtain an absolute pathDmitry V. Levin-1/+7
2018-02-07disallow non-absolute rpath $ORIGIN for suid/sgid/AT_SECURE processesRich Felker-0/+3
2018-02-07honor rpath $ORIGIN for ldd/ldso command with program in working dirRich Felker-1/+10
2018-02-06adjust strftime + modifier to match apparent intent of POSIXRich Felker-6/+12
2018-02-05fix strftime field widths with %F format and zero yearRich Felker-1/+2
2018-02-05document pthread structure ABI constraints in commentsRich Felker-0/+7
2018-02-05re-fix child reaping in wordexpAlexander Monakov-7/+1
2018-02-05revert regression in faccessat AT_EACCESS robustnessRich Felker-21/+14
2018-02-03store pthread stack guard sizes for pthread_getattr_npWilliam Pitcock-1/+4
2018-02-02adjust dladdr dli_fbase definition to match other implementationsRich Felker-1/+1
2018-01-31getopt_long: accept prefix match of long options containing equals signsSamuel Holland-1/+2
2018-01-31fix getopt_long arguments to partial matchesSamuel Holland-1/+3
2018-01-31aarch64: fix mismatched type of ucontext_t uc_link memberWilliam Pitcock-1/+1
2018-01-12add _DIRENT_HAVE_D_* macros to dirent.hRostislav Skudnov-0/+4
2018-01-10fix printf alt-form octal with value 0 and no explicit precisionRich Felker-2/+2
2018-01-09revise the definition of multiple basic locks in the codeJens Gustedt-16/+16
2018-01-09consistently use the LOCK an UNLOCK macrosJens Gustedt-12/+12
2018-01-09new lock algorithm with state and congestion count in one atomic intJens Gustedt-8/+58
2018-01-09add additional uapi guards for Linux kernel header filesHauke Mehrtens-0/+10