about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.1.24 v1.1.24Rich Felker2019-10-132-1/+50
* math: fix signed int left shift ub in sqrtSzabolcs Nagy2019-10-132-4/+2
* fix aliasing-based undefined behavior in mbsrtowcsRich Felker2019-10-131-2/+8
* add Arm to the copyright fileSzabolcs Nagy2019-10-061-1/+2
* reintroduce riscv64 struct sigcontextRich Felker2019-10-021-6/+10
* fix riscv64 elf_fpregset_t type and member names mismatchRich Felker2019-09-291-5/+2
* fix riscv64 signal.h namespace violations and ucontext API mismatchesRich Felker2019-09-292-27/+20
* remove remaining traces of __tls_get_newSzabolcs Nagy2019-09-295-12/+1
* math: optimize lrint on 32bit targetsSzabolcs Nagy2019-09-271-1/+27
* clean up mips (32-bit, o32) syscall asm constraintsRich Felker2019-09-271-31/+32
* document mips r6 in INSTALL fileRich Felker2019-09-271-1/+2
* fix mips setjmp/longjmp fpu state on r6, related issuesRich Felker2019-09-262-24/+12
* fix mips r6 syscall clobber lists not to include hi/lo registersRich Felker2019-09-263-16/+30
* arm: fix setjmp and longjmp asm for armv8-aSzabolcs Nagy2019-09-262-0/+14
* fix data race in timer_create with SIGEV_THREAD notificationRich Felker2019-09-251-2/+2
* correct the operand specifiers in the riscv64 CAS routinesPalmer Dabbelt2019-09-251-2/+2
* harden thread start with failed scheduling against broken __cloneRich Felker2019-09-131-1/+1
* fix %lf in wprintfBrion Vibber2019-09-131-0/+2
* fix arm __tlsdesc_dynamic when built as thumb code without __ARM_ARCH>=5Rich Felker2019-09-111-0/+4
* fix arm __a_barrier_oldkuser when built as thumbRich Felker2019-09-111-2/+2
* fix code path where child function returns in arm __clone built as thumbRich Felker2019-09-111-7/+3
* aarch64: add HWCAP2 flags from linux v5.2Szabolcs Nagy2019-09-111-0/+8
* add new syscall numbers from linux v5.2Szabolcs Nagy2019-09-1116-0/+97
* fcntl.h: add AT_RECURSIVE from linux v5.2Szabolcs Nagy2019-09-111-0/+1
* fcntl.h: add AT_STATX_ statx sync flag definitionsSzabolcs Nagy2019-09-111-0/+4
* sched.h: add CLONE_PIDFD from linux v5.2Szabolcs Nagy2019-09-111-0/+1
* netinet/if_ether.h: add ETH_P_DSA_8021Q from linux v5.2Szabolcs Nagy2019-09-111-0/+1
* honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_tRich Felker2019-09-084-0/+16
* synchronously clean up pthread_create failure due to scheduling errorsRich Felker2019-09-061-13/+18
* set explicit scheduling for new thread from calling thread, not selfRich Felker2019-09-061-21/+12
* fix unsynchronized decrement of thread count on pthread_create errorRich Felker2019-09-061-1/+2
* add public declaration for optreset under appropriate feature profilesRich Felker2019-08-302-0/+2
* add posix_spawn [f]chdir file actionsRich Felker2019-08-305-0/+50
* add copy_file_range system call wrapperÁrni Dagur2019-08-232-0/+9
* fix clash between sys/user.h and kernel ptrace.h on powerpc[64], shRich Felker2019-08-193-41/+13
* fix external dummy_lock symbol inadvertently introduced in sigactionRich Felker2019-08-171-1/+1
* remove sporadic server members from struct sched_paramRich Felker2019-08-141-4/+6
* re-add ELF gregs and fpregs types to riscv64 user.hKhem Raj2019-08-131-0/+8
* fix regression whereby main thread didn't get TLS relocationsRich Felker2019-08-131-7/+13
* fix accidentlly-external cmp symbol introduced with catgetsRich Felker2019-08-131-1/+1
* make relocation time symbol lookup and dlsym consistentSzabolcs Nagy2019-08-121-53/+31
* ldso: correct condition for local symbol handling in do_relocsRich Felker2019-08-121-1/+1
* add support for powerpc/powerpc64 unaligned relocationsSamuel Holland2019-08-114-0/+6
* ldso: remove redundant runtime checks in static TLS logicRich Felker2019-08-111-2/+2
* ldso: fix calloc misuse allocating initial tlsRich Felker2019-08-111-5/+7
* add secure_getenv functionPetr Vaněk2019-08-082-0/+9
* in clock_getres, check for null pointer before storing resultRich Felker2019-08-071-1/+1
* remove spurious null check in clock_settimeRich Felker2019-08-071-1/+1
* fix regression in recvmmsg with no timeoutRich Felker2019-08-071-1/+1
* add non-stub implementation of catgets localization functionsRich Felker2019-08-073-3/+114