aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterstdio-common: Fix C23-ism in formatted output specifier tests [BZ #32360]Maciej W. Rozycki17 hours
release/2.26/masteraarch64: MTE compatible strncmpAlex Butler12 days
release/2.27/masteraarch64: MTE compatible strncmpAlex Butler12 days
release/2.28/masteraarch64: MTE compatible strncmpAlex Butler12 days
release/2.29/masteraarch64: MTE compatible strncmpAlex Butler12 days
release/2.30/masteraarch64: MTE compatible strncmpAlex Butler12 days
release/2.31/masteraarch64: MTE compatible strncmpAlex Butler12 days
release/2.36/masterelf: Change ldconfig auxcache magic number (bug 32231)Florian Weimer3 weeks
release/2.37/masterelf: Change ldconfig auxcache magic number (bug 32231)Florian Weimer3 weeks
release/2.40/masterelf: handle addition overflow in _dl_find_object_update_1 [BZ #32245]Aurelien Jarno19 hours
[...]
 
TagDownloadAuthorAge
glibc-2.40.9000glibc-2.40.9000.zip  glibc-2.40.9000.tar.gz  glibc-2.40.9000.tar.bz2  Andreas K. Hüttel4 months
glibc-2.40glibc-2.40.zip  glibc-2.40.tar.gz  glibc-2.40.tar.bz2  Andreas K. Hüttel4 months
glibc-2.14.9000glibc-2.14.9000.zip  glibc-2.14.9000.tar.gz  glibc-2.14.9000.tar.bz2  Carlos O'Donell7 months
glibc-2.39.9000glibc-2.39.9000.zip  glibc-2.39.9000.tar.gz  glibc-2.39.9000.tar.bz2  Andreas K. Hüttel10 months
glibc-2.39glibc-2.39.zip  glibc-2.39.tar.gz  glibc-2.39.tar.bz2  Andreas K. Hüttel10 months
glibc-2.38.9000glibc-2.38.9000.zip  glibc-2.38.9000.tar.gz  glibc-2.38.9000.tar.bz2  Andreas K. Hüttel16 months
glibc-2.38glibc-2.38.zip  glibc-2.38.tar.gz  glibc-2.38.tar.bz2  Andreas K. Hüttel16 months
glibc-2.37.9000glibc-2.37.9000.zip  glibc-2.37.9000.tar.gz  glibc-2.37.9000.tar.bz2  Carlos O'Donell22 months
glibc-2.37glibc-2.37.zip  glibc-2.37.tar.gz  glibc-2.37.tar.bz2  Carlos O'Donell22 months
glibc-2.36.9000glibc-2.36.9000.zip  glibc-2.36.9000.tar.gz  glibc-2.36.9000.tar.bz2  Carlos O'Donell2 years
[...]
 
AgeCommit messageAuthorFilesLines
2019-07-16aarch64: add vector sin, cos, log and pow abi symbolsnsz/mathvecSzabolcs Nagy14-2/+322
2019-07-16Aarch64: Add simd exp/expf ABI symbolsSzabolcs Nagy12-0/+309
2019-07-12nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe5-26/+12
2019-07-12Update NEWS for new _clockwait and _clocklock functionsMike Crowe2-0/+13
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe35-27/+267
2019-07-12nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe13-54/+103
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe41-100/+493
2019-07-12nptl: pthread_rwlock: Move timeout validation into _full functionsMike Crowe4-20/+29
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe37-18/+353
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe36-20/+293
[...]