Historique des commits

Auteur SHA1 Message Date
  Szabolcs Nagy 01ef3dd9c5 add aarch64 port il y a 10 ans
  Szabolcs Nagy f4e4632abf math: add dummy implementations of 128 bit long double functions il y a 10 ans
  Szabolcs Nagy 53cfe0c61a math: add ld128 exp2l based on the freebsd implementation il y a 10 ans
  Szabolcs Nagy 204a69d2d9 copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs il y a 10 ans
  Rich Felker a46677af18 fix regression in pthread_cond_wait with cancellation disabled il y a 10 ans
  Szabolcs Nagy 559de8f5f0 fix FLT_ROUNDS to reflect the current rounding mode il y a 10 ans
  Rich Felker bd67959f3a fix over-alignment of TLS, insufficient builtin TLS on 64-bit archs il y a 10 ans
  Rich Felker 2b42c8cb37 add legacy functions from sysinfo.h duplicating sysconf functionality il y a 10 ans
  Rich Felker 380857bf21 fix signed left-shift overflow in pthread_condattr_setpshared il y a 10 ans
  Szabolcs Nagy ad85fcb568 add new si_lower and si_upper siginfo_t members il y a 10 ans
  Rich Felker 9c3da8968d declare incomplete type struct itimerspec in timerfd.h il y a 10 ans
  Rich Felker 91a3bd743e fix preprocessor error introduced in poll.h in last commit il y a 10 ans
  Trutz Behn f5011c62c3 fix POLLWRNORM and POLLWRBAND on mips il y a 10 ans
  Rich Felker e7b9887e8b fix x32 pthread type definitions il y a 10 ans
  Rich Felker 064898cfe2 remove useless check of bin match in malloc il y a 10 ans
  Rich Felker 6de071a0be eliminate atomics in syslog setlogmask function il y a 10 ans
  Rich Felker 7a81fe3710 fix init race that could lead to deadlock in malloc init code il y a 10 ans
  Rich Felker 56fbaa3bbe make all objects used with atomic operations volatile il y a 10 ans
  Rich Felker eb4bd8d8bb suppress masked cancellation in pthread_join il y a 10 ans
  Rich Felker a3de8f7fbc fix namespace issue in pthread_join affecting thrd_join il y a 10 ans
  Rich Felker 5451d95715 make aio_suspend a cancellation point and properly handle cancellation il y a 10 ans
  Rich Felker 0fc317d83c factor cancellation cleanup push/pop out of futex __timedwait function il y a 10 ans
  Rich Felker 76ca7a5446 fix failure of internal futex __timedwait to report ECANCELED il y a 10 ans
  Rich Felker e346ff86c8 overhaul optimized x86_64 memset asm il y a 10 ans
  Rich Felker 69858fa931 overhaul optimized i386 memset asm il y a 10 ans
  Alexander Monakov 20cbd60775 getloadavg: use sysinfo() instead of /proc/loadavg il y a 10 ans
  Rich Felker 2de85a9856 fix possible isatty false positives and unwanted device state changes il y a 10 ans
  Rich Felker e487c203db fix breakage in pthread_cond_wait due to typo il y a 10 ans
  Josiah Worcester 34b423d207 support alternate backends for the passwd and group dbs il y a 10 ans
  Rich Felker 0afef1aa24 fix spurious errors in refactored passwd/group code il y a 10 ans