summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-09-13harden thread start with failed scheduling against broken __cloneRich Felker-1/+1
2019-09-13fix %lf in wprintfBrion Vibber-0/+2
2019-09-11fix arm __tlsdesc_dynamic when built as thumb code without __ARM_ARCH>=5Rich Felker-0/+4
2019-09-11fix arm __a_barrier_oldkuser when built as thumbRich Felker-2/+2
2019-09-11fix code path where child function returns in arm __clone built as thumbRich Felker-7/+3
2019-09-11aarch64: add HWCAP2 flags from linux v5.2Szabolcs Nagy-0/+8
2019-09-11add new syscall numbers from linux v5.2Szabolcs Nagy-0/+97
2019-09-11fcntl.h: add AT_RECURSIVE from linux v5.2Szabolcs Nagy-0/+1
2019-09-11fcntl.h: add AT_STATX_ statx sync flag definitionsSzabolcs Nagy-0/+4
2019-09-11sched.h: add CLONE_PIDFD from linux v5.2Szabolcs Nagy-0/+1
2019-09-11netinet/if_ether.h: add ETH_P_DSA_8021Q from linux v5.2Szabolcs Nagy-0/+1
2019-09-08honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_tRich Felker-0/+16
2019-09-06synchronously clean up pthread_create failure due to scheduling errorsRich Felker-13/+18
2019-09-06set explicit scheduling for new thread from calling thread, not selfRich Felker-21/+12
2019-09-06fix unsynchronized decrement of thread count on pthread_create errorRich Felker-1/+2
2019-08-30add public declaration for optreset under appropriate feature profilesRich Felker-0/+2
2019-08-30add posix_spawn [f]chdir file actionsRich Felker-0/+50
2019-08-23add copy_file_range system call wrapperÁrni Dagur-0/+9
2019-08-19fix clash between sys/user.h and kernel ptrace.h on powerpc[64], shRich Felker-41/+13
2019-08-17fix external dummy_lock symbol inadvertently introduced in sigactionRich Felker-1/+1
2019-08-14remove sporadic server members from struct sched_paramRich Felker-4/+6
2019-08-13re-add ELF gregs and fpregs types to riscv64 user.hKhem Raj-0/+8
2019-08-13fix regression whereby main thread didn't get TLS relocationsRich Felker-7/+13
2019-08-13fix accidentlly-external cmp symbol introduced with catgetsRich Felker-1/+1
2019-08-12make relocation time symbol lookup and dlsym consistentSzabolcs Nagy-53/+31
2019-08-12ldso: correct condition for local symbol handling in do_relocsRich Felker-1/+1
2019-08-11add support for powerpc/powerpc64 unaligned relocationsSamuel Holland-0/+6
2019-08-11ldso: remove redundant runtime checks in static TLS logicRich Felker-2/+2
2019-08-11ldso: fix calloc misuse allocating initial tlsRich Felker-5/+7
2019-08-08add secure_getenv functionPetr Vaněk-0/+9
2019-08-07in clock_getres, check for null pointer before storing resultRich Felker-1/+1
2019-08-07remove spurious null check in clock_settimeRich Felker-1/+1
2019-08-07fix regression in recvmmsg with no timeoutRich Felker-1/+1
2019-08-07add non-stub implementation of catgets localization functionsRich Felker-3/+114
2019-08-07fix regression in select with no timeoutRich Felker-1/+2
2019-08-07fix failure of glob to match broken symlinks under some conditionsRich Felker-5/+12
2019-08-06remove riscv64 bits/user.h contentsRich Felker-43/+0
2019-08-06fix risc64 conflict with kernel headersBaruch Siach-8/+8
2019-08-06in arm cancellation point asm, don't unnecessarily preserve link registerPatrick Oppenlander-4/+4
2019-08-06glob: implement GLOB_TILDE and GLOB_TILDE_CHECKIsmael Luceno-1/+44
2019-08-05use setitimer function rather than syscall to implement alarmRich Felker-3/+3
2019-08-05fix build regression in i386 asm for atan2, atan2fRich Felker-2/+2
2019-08-05fix x87 stack imbalance in corner cases of i386 math asmRich Felker-44/+14
2019-08-05fix regression in clock_gettime on 32-bit archs without vdsoRich Felker-0/+1
2019-08-03update riscv64 syscall numbers to linux v5.1Rich Felker-0/+8
2019-08-02clock_gettime: add support for 32-bit vdso with 64-bit time_tRich Felker-0/+32
2019-08-02move IPC_STAT definition to a new bits/ipcstat.h fileRich Felker-3/+11
2019-08-02fix missing declarations for pthread_join extensions in source fileRich Felker-0/+1
2019-08-02allow archs to define IPC_STAT, propagate time64 bit to other macrosRich Felker-6/+8
2019-08-02clock_gettime: add time64 syscall support, decouple 32-bit time_tRich Felker-0/+19