aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-13release 1.1.24v1.1.24Rich Felker
2019-10-13math: fix signed int left shift ub in sqrtSzabolcs Nagy
2019-10-13fix aliasing-based undefined behavior in mbsrtowcsRich Felker
2019-10-06add Arm to the copyright fileSzabolcs Nagy
2019-10-02reintroduce riscv64 struct sigcontextRich Felker
2019-09-29fix riscv64 elf_fpregset_t type and member names mismatchRich Felker
2019-09-29fix riscv64 signal.h namespace violations and ucontext API mismatchesRich Felker
2019-09-29remove remaining traces of __tls_get_newSzabolcs Nagy
2019-09-27math: optimize lrint on 32bit targetsSzabolcs Nagy
2019-09-27clean up mips (32-bit, o32) syscall asm constraintsRich Felker
2019-09-27document mips r6 in INSTALL fileRich Felker
2019-09-26fix mips setjmp/longjmp fpu state on r6, related issuesRich Felker
2019-09-26fix mips r6 syscall clobber lists not to include hi/lo registersRich Felker
2019-09-26arm: fix setjmp and longjmp asm for armv8-aSzabolcs Nagy
2019-09-25fix data race in timer_create with SIGEV_THREAD notificationRich Felker
2019-09-25correct the operand specifiers in the riscv64 CAS routinesPalmer Dabbelt
2019-09-13harden thread start with failed scheduling against broken __cloneRich Felker
2019-09-13fix %lf in wprintfBrion Vibber
2019-09-11fix arm __tlsdesc_dynamic when built as thumb code without __ARM_ARCH>=5Rich Felker
2019-09-11fix arm __a_barrier_oldkuser when built as thumbRich Felker
2019-09-11fix code path where child function returns in arm __clone built as thumbRich Felker
2019-09-11aarch64: add HWCAP2 flags from linux v5.2Szabolcs Nagy
2019-09-11add new syscall numbers from linux v5.2Szabolcs Nagy
2019-09-11fcntl.h: add AT_RECURSIVE from linux v5.2Szabolcs Nagy
2019-09-11fcntl.h: add AT_STATX_ statx sync flag definitionsSzabolcs Nagy
2019-09-11sched.h: add CLONE_PIDFD from linux v5.2Szabolcs Nagy
2019-09-11netinet/if_ether.h: add ETH_P_DSA_8021Q from linux v5.2Szabolcs Nagy
2019-09-08honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_tRich Felker
2019-09-06synchronously clean up pthread_create failure due to scheduling errorsRich Felker
2019-09-06set explicit scheduling for new thread from calling thread, not selfRich Felker
2019-09-06fix unsynchronized decrement of thread count on pthread_create errorRich Felker
2019-08-30add public declaration for optreset under appropriate feature profilesRich Felker
2019-08-30add posix_spawn [f]chdir file actionsRich Felker
2019-08-23add copy_file_range system call wrapperÁrni Dagur
2019-08-19fix clash between sys/user.h and kernel ptrace.h on powerpc[64], shRich Felker
2019-08-17fix external dummy_lock symbol inadvertently introduced in sigactionRich Felker
2019-08-14remove sporadic server members from struct sched_paramRich Felker
2019-08-13re-add ELF gregs and fpregs types to riscv64 user.hKhem Raj
2019-08-13fix regression whereby main thread didn't get TLS relocationsRich Felker
2019-08-13fix accidentlly-external cmp symbol introduced with catgetsRich Felker
2019-08-12make relocation time symbol lookup and dlsym consistentSzabolcs Nagy
2019-08-12ldso: correct condition for local symbol handling in do_relocsRich Felker
2019-08-11add support for powerpc/powerpc64 unaligned relocationsSamuel Holland
2019-08-11ldso: remove redundant runtime checks in static TLS logicRich Felker
2019-08-11ldso: fix calloc misuse allocating initial tlsRich Felker
2019-08-08add secure_getenv functionPetr Vaněk
2019-08-07in clock_getres, check for null pointer before storing resultRich Felker
2019-08-07remove spurious null check in clock_settimeRich Felker
2019-08-07fix regression in recvmmsg with no timeoutRich Felker
2019-08-07add non-stub implementation of catgets localization functionsRich Felker