aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella
2019-11-26nptl: Remove rwlock elision definitionsAdhemerval Zanella
2019-11-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella
2019-11-26sysdeps/posix/getaddrinfo: Return early on invalid address familyTim Rühsen
2019-11-26sysdeps/posix: Simplify if expression in getaddrinfoTim Rühsen
2019-11-25arm: Fix armv7 selection after 'Split BE/LE abilist'Adhemerval Zanella
2019-11-22ldbl-128ibm-compat: Add wide character scanning functionsGabriel F. T. Gomes
2019-11-22ldbl-128ibm-compat: Add regular character scanning functionsGabriel F. T. Gomes
2019-11-22ldbl-128ibm-compat: Test positional argumentsGabriel F. T. Gomes
2019-11-22ldbl-128ibm-compat: Test double valuesGabriel F. T. Gomes
2019-11-22ldbl-128ibm-compat: Add wide character, fortified printing functionsGabriel F. T. Gomes
2019-11-22ldbl-128ibm-compat: Add regular character, fortified printing functionsGabriel F. T. Gomes
2019-11-22ldbl-128ibm-compat: Add wide character printing functionsGabriel F. T. Gomes
2019-11-22ldbl-128ibm-compat: Add regular character printing functionsGabriel F. T. Gomes
2019-11-22misc: Set generic pselect as ENOSYSAdhemerval Zanella
2019-11-22Remove duplicate inline implementation of issignalingfPaul A. Clarke
2019-11-21Don't use a custom wrapper macro around __has_include (bug 25189).Emilio Cobos Álvarez
2019-11-21Enable inlining issignalingf within glibcPaul A. Clarke
2019-11-21Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_xFlorian Weimer
2019-11-21rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Kościelnicki
2019-11-16Enhance _dl_catch_exception to allow disabling exception handlingFlorian Weimer
2019-11-16hurd: Suppress GCC 10 -Warray-bounds warning in init-first.c [BZ #25097]Florian Weimer
2019-11-15linux: Add comment on affinity set sizes to tst-skeleton-affinity.cFlorian Weimer
2019-11-15Avoid zero-length array at the end of struct link_map [BZ #25097]Florian Weimer
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer
2019-11-14nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92499)Florian Weimer
2019-11-12aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch
2019-11-12slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer
2019-11-11Fix clock_nanosleep when interrupted by a signalAdhemerval Zanella
2019-11-11y2038: linux: Provide __ppoll64 implementationLukasz Majewski
2019-11-11linux: Reduce stack size for nptl/tst-thread-affinity-pthreadFlorian Weimer
2019-11-08sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis
2019-11-08Remove hppa pthreadP.hAdhemerval Zanella
2019-11-07nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella
2019-11-07hurd: Remove lingering references to the time functionFlorian Weimer
2019-11-06Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella
2019-11-06S390: Fp comparison are now raising FE_INVALID with gcc 10.Stefan Liebler
2019-11-05linux: pselect: Remove CALL_PSELECT6 macroLukasz Majewski
2019-11-04nptl: Fix niggles with pthread_clockjoin_npMike Crowe
2019-11-03hppa: Align __clone stack argument to 8 bytes (Bug 25066)John David Anglin
2019-11-02y2038: linux: Provide __futimens64 implementationLukasz Majewski
2019-11-02y2038: linux: Provide __utimensat64 implementationLukasz Majewski
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe
2019-10-31Refactor adjtimex based on clock_adjtimeAdhemerval Zanella
2019-10-31Refactor PI mutexes internal definitionsAdhemerval Zanella
2019-10-31Remove pause and nanosleep not cancel wrappersAdhemerval Zanella
2019-10-31nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella