summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-02add __dlsym_time64 asm entry point for all legacy-32bit-time_t archsRich Felker-0/+27
2019-10-28make fstatat fill in old time32 stat fields tooRich Felker-0/+16
2019-10-28disable lfs64 aliases for remapped time64 functionsRich Felker-0/+14
2019-10-25update case mappings to unicode 12.1.0Rich Felker-85/+92
2019-10-25update ctype data to unicode 12.1.0u_quark-201/+232
2019-10-25overhaul wide character case mapping implementationRich Felker-290/+345
2019-10-25add missing case mapping between U+03F3 and U+037FRich Felker-0/+1
2019-10-24fix errno for posix_openpt with no free ptys availableRich Felker-1/+3
2019-10-20clock_adjtime: generalize time64 not to assume old struct layout matchRich Felker-11/+46
2019-10-19wait4, getrusage: add time64/x32 variantRich Felker-3/+61
2019-10-18fix return value of ungetc when argument is outside unsigned char rangeRich Felker-1/+1
2019-10-18fix incorrect use of fabs on long double operand in floatscan.cRich Felker-4/+1
2019-10-14mips: add single-instruction math functionsinfo@mobile-stream.com-0/+64
2019-10-14fix cacosh results for arguments with negative imaginary partMichael Morrell-3/+12
2019-10-13math: fix signed int left shift ub in sqrtSzabolcs Nagy-4/+2
2019-10-13fix aliasing-based undefined behavior in mbsrtowcsRich Felker-2/+8
2019-09-29remove remaining traces of __tls_get_newSzabolcs Nagy-12/+1
2019-09-27math: optimize lrint on 32bit targetsSzabolcs Nagy-1/+27
2019-09-26fix mips setjmp/longjmp fpu state on r6, related issuesRich Felker-24/+12
2019-09-26arm: fix setjmp and longjmp asm for armv8-aSzabolcs Nagy-0/+14
2019-09-25fix data race in timer_create with SIGEV_THREAD notificationRich Felker-2/+2
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-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/+1
2019-08-30add posix_spawn [f]chdir file actionsRich Felker-0/+45
2019-08-23add copy_file_range system call wrapperÁrni Dagur-0/+8
2019-08-17fix external dummy_lock symbol inadvertently introduced in sigactionRich Felker-1/+1
2019-08-13fix accidentlly-external cmp symbol introduced with catgetsRich Felker-1/+1
2019-08-11add support for powerpc/powerpc64 unaligned relocationsSamuel Holland-0/+1
2019-08-08add secure_getenv functionPetr Vaněk-0/+8
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-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/+41
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-02clock_gettime: add support for 32-bit vdso with 64-bit time_tRich Felker-0/+32
2019-08-02fix missing declarations for pthread_join extensions in source fileRich Felker-0/+1