platform/upstream/glibc.git
2021-04-21 Florian WeimerRemove pthread_key_create-related internals from libc...
2021-04-21 Florian Weimerdlfcn: dlerror needs to call free from the base namespa...
2021-04-21 Florian Weimerdlfcn: Failures after dlmopen should not terminate...
2021-04-21 Florian Weimernptl: Invoke the set_robust_list system call directly...
2021-04-21 Florian Weimernptl: Move pthread_setcanceltype into libc
2021-04-21 Florian Weimernptl: Move pthread_setcancelstate into libc
2021-04-21 Florian Weimernptl: Move pthread_exit into libc
2021-04-21 Florian Weimernptl: Move __nptl_deallocate_tsd into libc
2021-04-21 Florian Weimernptl: Move __pthread_keys global variable into libc
2021-04-21 Florian Weimernptl_db: Introduce DB_MAIN_ARRAY_VARIABLE
2021-04-21 Florian Weimernptl: Move internal __nptl_nthreads variable into libc
2021-04-21 Florian Weimercsu: Move calling main out of __libc_start_main_impl
2021-04-21 Florian Weimernptl: Move __pthread_unwind_next into libc
2021-04-21 Florian Weimernptl: Move pthread_once and __pthread_once into libc
2021-04-21 Florian Weimernptl: Move __pthread_cleanup_upto into libc
2021-04-21 Adhemerval... x86: Restore compile-time check for shadow stack pointe...
2021-04-21 Florian Weimernptl: Remove longjmp, siglongjmp from libpthread
2021-04-21 Florian Weimernptl: Move legacy cancelation handling into libc as...
2021-04-21 Florian Weimernptl: Move legacy unwinding implementation into libc
2021-04-21 Florian Weimernptl: Move __pthread_cleanup_routine into libc
2021-04-21 Florian Weimernptl: Move pthread_mutex_consistent into libc
2021-04-21 Szabolcs Nagyelf: Remove lazy tlsdesc relocation related code
2021-04-21 Andreas SchwabFix argv overrun in getconf (bug 27761)
2021-04-21 Florian Weimernptl_db: Support different libpthread/ld.so load orders...
2021-04-20 Noah Goldsteinx86: Optimize strlen-avx2.S
2021-04-20 Noah Goldsteinx86: Optimize strlen-evex.S
2021-04-20 H.J. LuReindent string/test-memmove.c
2021-04-19 Noah Goldsteinx86: Expand test-memset.c and bench-memset.c
2021-04-19 Noah Goldsteinx86: Optimize less_vec evex and avx512 memset-vec-unali...
2021-04-19 H.J. Lux86-64: Require BMI2 for strchr-avx2.S
2021-04-19 H.J. Lux86-64: Require BMI2 for __strlen_evex and __strnlen_evex
2021-04-18 Siddhesh Poyarekarbenchtests: Fix name of exp10f benchmark variant
2021-04-18 Siddhesh Poyarekarbenchtests: Fix pthread-locks test to produce valid...
2021-04-16 noahx86: Expanding test-memmove.c, test-memcpy.c, bench...
2021-04-16 Fangrui SongSet the retain attribute on _elf_set_element if CC...
2021-04-16 noahx86: Update large memcpy case in memmove-vec-unaligned...
2021-04-16 Matheus Castanhopowerpc: Add missing registers to clobbers list for...
2021-04-15 Adhemerval... misc: syslog: Use static const for AF_UNIX address
2021-04-15 Adhemerval... misc: syslog: Use CLOC_EXEC with _PATH_CONSOLE (BZ...
2021-04-15 Adhemerval... misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)
2021-04-15 Adhemerval... misc: syslog: Use bool for connected
2021-04-15 Adhemerval... posix: Add wait3 tests
2021-04-15 Adhemerval... time: Add 64 bit tests for getdate / getdate_r
2021-04-15 Adhemerval... time: Add basic timespec_get tests
2021-04-15 Adhemerval... time: Add timegm/timelocal basic tests
2021-04-15 Adhemerval... time: Add gmtime/gmtime_r tests
2021-04-15 Adhemerval... time: Add getitimer and setitimer basic tests
2021-04-15 Adhemerval... io: Use temporary directory and file for ftwtest-sh
2021-04-15 Adhemerval... io: Add basic tests for utimensat
2021-04-15 Adhemerval... linux: Add lutimes test
2021-04-15 Adhemerval... linux: Add futimes test
2021-04-15 Adhemerval... io: Move file timestamps tests out of Linux
2021-04-15 Szabolcs Nagyelf: Fix missing include in test case [BZ #27136]
2021-04-15 Stefan Lieblers390: Update ulps
2021-04-15 Szabolcs Nagyi386: Remove lazy tlsdesc relocation related code
2021-04-15 Szabolcs Nagyx86_64: Remove lazy tlsdesc relocation related code
2021-04-15 Szabolcs Nagyi386: Avoid lazy relocation of tlsdesc [BZ #27137]
2021-04-15 Szabolcs Nagyx86_64: Avoid lazy relocation of tlsdesc [BZ #27137]
2021-04-15 Szabolcs Nagyelf: Refactor _dl_update_slotinfo to avoid use after...
2021-04-15 Szabolcs Nagyelf: Fix comments and logic in _dl_add_to_slotinfo
2021-04-15 Szabolcs Nagyelf: Add a DTV setup test [BZ #27136]
2021-04-15 Szabolcs Nagyelf: Fix a DTV setup issue [BZ #27136]
2021-04-14 Vineet GuptaARC: Update ulps
2021-04-14 Szabolcs NagyRemove PR_TAGGED_ADDR_ENABLE from sys/prctl.h
2021-04-13 Adhemerval... linux: sysconf: Use a more explicit maximum_ARG_MAX
2021-04-13 Michal Nazarewiczlinux: sysconf: limit _SC_MAX_ARG to 6 MiB (BZ #25305)
2021-04-13 Dan Raymondmisc: syslog: Fix calls to openlog() with LOG_KERN...
2021-04-13 Adhemerval... s390: Update ulps
2021-04-13 Adhemerval... i386: Update ulps
2021-04-13 Paul EggertImprove documentation for malloc etc. (BZ#27719)
2021-04-12 Adhemerval... linux: always update select timeout (BZ #27706)
2021-04-12 Adhemerval... linux: Normalize and return timeout on select (BZ ...
2021-04-12 Adhemerval... libsupport: Add support_select_normalizes_timeout
2021-04-12 Adhemerval... libsupport: Add support_select_modifies_timeout
2021-04-12 Siddhesh PoyarekarFix SXID_ERASE behavior in setuid programs (BZ #27471)
2021-04-12 Siddhesh PoyarekarEnhance setuid-tunables test
2021-04-12 Siddhesh Poyarekartst-env-setuid: Use support_capture_subprogram_self_sgid
2021-04-12 Siddhesh Poyarekarsupport: Add capability to fork an sgid child
2021-04-12 Szabolcs Nagyarm: Fix an incorrect check in ____longjmp_chk [BZ...
2021-04-12 Paul EggertFurther fixes for REALLOC_ZERO_BYTES_FREES comment
2021-04-11 Samuel Thibaulthurd: Export _hurd_libc_proc_init
2021-04-11 Paul EggertFix REALLOC_ZERO_BYTES_FREES comment to match C17
2021-04-09 Tulio Magno... powerpc: Update libm test ulps
2021-04-08 Szabolcs Nagyarm: update libm test ulps
2021-04-08 Szabolcs Nagyaarch64: update libm test ulps
2021-04-07 Paul ZimmermannImprove the accuracy of tgamma (BZ #26983)
2021-04-07 Siddhesh Poyarekartunables: Fix comparison of tunable values
2021-04-07 Hugo Gabriel... sys: Fixes possible typo in comment: statfs -> statvfs
2021-04-07 Arjun Shankarmalloc: Run tst-malloc-stats-cancellation via test...
2021-04-06 John David... Update hppa libm-test-ulps
2021-04-06 Adhemerval... m68: Fix build after 9acda61d94ac
2021-04-06 Sebastian RasmussenUpdate sv_SE to treate 'W' as a distinct character...
2021-04-06 Maninder Singhelf: Fix data race in _dl_name_match_p [BZ #21349]
2021-04-06 Szabolcs Nagyaarch64: free tlsdesc data on dlclose [BZ #27403]
2021-04-05 Adhemerval... ia64: Update ulps
2021-04-05 Adhemerval... ia64: Fix build after 9acda61d94ac
2021-04-05 Adhemerval... i386: Update ulps
2021-04-02 Paul ZimmermannFix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, ...
2021-04-01 Sunil K Pandeyx86-64: Fix ifdef indentation in strlen-evex.S
2021-04-01 Joseph MyersUpdate Nios II libm-test-ulps.
next