aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-10-13math: fix signed int left shift ub in sqrtSzabolcs Nagy
2019-10-13fix aliasing-based undefined behavior in mbsrtowcsRich Felker
2019-09-29remove remaining traces of __tls_get_newSzabolcs Nagy
2019-09-27math: optimize lrint on 32bit targetsSzabolcs Nagy
2019-09-26fix mips setjmp/longjmp fpu state on r6, related issuesRich 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-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-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-17fix external dummy_lock symbol inadvertently introduced in sigactionRich Felker
2019-08-13fix accidentlly-external cmp symbol introduced with catgetsRich Felker
2019-08-11add support for powerpc/powerpc64 unaligned relocationsSamuel Holland
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
2019-08-07fix regression in select with no timeoutRich Felker
2019-08-07fix failure of glob to match broken symlinks under some conditionsRich Felker
2019-08-06in arm cancellation point asm, don't unnecessarily preserve link registerPatrick Oppenlander
2019-08-06glob: implement GLOB_TILDE and GLOB_TILDE_CHECKIsmael Luceno
2019-08-05use setitimer function rather than syscall to implement alarmRich Felker
2019-08-05fix build regression in i386 asm for atan2, atan2fRich Felker
2019-08-05fix x87 stack imbalance in corner cases of i386 math asmRich Felker
2019-08-05fix regression in clock_gettime on 32-bit archs without vdsoRich Felker
2019-08-02clock_gettime: add support for 32-bit vdso with 64-bit time_tRich Felker
2019-08-02fix missing declarations for pthread_join extensions in source fileRich Felker
2019-08-02clock_gettime: add time64 syscall support, decouple 32-bit time_tRich Felker
2019-08-02clock_adjtime: add time64 support, decouple 32-bit time_t, fix x32Rich Felker
2019-07-31ioctl: add fallback for new time64 SIOCGSTAMP[NS]Rich Felker
2019-07-31get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEORich Felker
2019-07-31make __socketcall analogous to __syscall, error-returningRich Felker
2019-07-31sysvipc: overhaul {sem,shm,msg}ctl for time64Rich Felker
2019-07-31fix semctl with SEM_STAT_ANYRich Felker
2019-07-30move IPC_64 from public bits/ipc.h to syscall_arch.hRich Felker
2019-07-30select: overhaul for time64Rich Felker
2019-07-29recvmmsg: add time64 syscall support, decouple 32-bit time_tRich Felker
2019-07-29setitimer, getitimer: decouple time_t from longRich Felker
2019-07-29timerfd: add time64 syscall support, decouple 32-bit time_tRich Felker
2019-07-29sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archsRich Felker
2019-07-29clock_getres: don't assume time_t is 32-bit on 32-bit archsRich Felker