about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* misc: Set generic pselect as ENOSYSAdhemerval Zanella2019-11-222-33/+77
* Remove duplicate inline implementation of issignalingfPaul A. Clarke2019-11-222-11/+2
* Don't use a custom wrapper macro around __has_include (bug 25189).Emilio Cobos Álvarez2019-11-211-5/+7
* Enable inlining issignalingf within glibcPaul A. Clarke2019-11-211-29/+0
* Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_xFlorian Weimer2019-11-211-0/+3
* rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Kościelnicki2019-11-211-1/+2
* Enhance _dl_catch_exception to allow disabling exception handlingFlorian Weimer2019-11-161-1/+3
* hurd: Suppress GCC 10 -Warray-bounds warning in init-first.c [BZ #25097]Florian Weimer2019-11-161-0/+9
* linux: Add comment on affinity set sizes to tst-skeleton-affinity.cFlorian Weimer2019-11-151-0/+5
* Avoid zero-length array at the end of struct link_map [BZ #25097]Florian Weimer2019-11-151-4/+13
* Introduce link_map_audit_state accessor functionFlorian Weimer2019-11-151-1/+7
* nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92499)Florian Weimer2019-11-141-0/+9
* aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch2019-11-121-35/+47
* slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer2019-11-121-1/+1
* Fix clock_nanosleep when interrupted by a signalAdhemerval Zanella2019-11-111-9/+7
* y2038: linux: Provide __ppoll64 implementationLukasz Majewski2019-11-111-4/+45
* linux: Reduce stack size for nptl/tst-thread-affinity-pthreadFlorian Weimer2019-11-111-1/+4
* sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis2019-11-081-4/+57
* Remove hppa pthreadP.hAdhemerval Zanella2019-11-081-16/+0
* nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-11-079-0/+9
* hurd: Remove lingering references to the time functionFlorian Weimer2019-11-071-2/+2
* Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella2019-11-064-132/+47
* nptl: Move nanosleep implementation to libcAdhemerval Zanella2019-11-0627-54/+0
* S390: Fp comparison are now raising FE_INVALID with gcc 10.Stefan Liebler2019-11-061-5/+7
* linux: pselect: Remove CALL_PSELECT6 macroLukasz Majewski2019-11-051-9/+2
* nptl: Fix niggles with pthread_clockjoin_npMike Crowe2019-11-042-1/+12
* hppa: Align __clone stack argument to 8 bytes (Bug 25066)John David Anglin2019-11-031-2/+7
* y2038: linux: Provide __futimens64 implementationLukasz Majewski2019-11-021-3/+19
* y2038: linux: Provide __utimensat64 implementationLukasz Majewski2019-11-021-4/+61
* nptl: Add pthread_clockjoin_npMike Crowe2019-11-0128-0/+38
* Refactor adjtimex based on clock_adjtimeAdhemerval Zanella2019-10-312-2/+2
* Refactor PI mutexes internal definitionsAdhemerval Zanella2019-10-312-0/+95
* Remove pause and nanosleep not cancel wrappersAdhemerval Zanella2019-10-315-76/+2
* nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella2019-10-314-47/+33
* Consolidate lowlevellock-futex.hAdhemerval Zanella2019-10-312-205/+128
* Consolidate futex-internal.hAdhemerval Zanella2019-10-312-270/+196
* Make second argument of gettimeofday as 'void *'Zack Weinberg2019-10-303-6/+6
* Use clock_gettime to implement gettimeofday.Adhemerval Zanella2019-10-3013-297/+90
* Use clock_gettime to implement timespec_get.Zack Weinberg2019-10-302-78/+0
* Consolidate and deprecate ftimeZack Weinberg2019-10-302-43/+0
* Change most internal uses of time to __clock_gettime.Adhemerval Zanella2019-10-307-112/+35
* Use clock_gettime to implement time.Adhemerval Zanella2019-10-303-50/+11
* Use clock_settime to implement settimeofday.Zack Weinberg2019-10-308-85/+99
* Use clock_settime to implement stime; withdraw stime.Zack Weinberg2019-10-302-40/+0
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-3011-61/+64
* Linux/Alpha: don't use timeval32 system calls.Zack Weinberg2019-10-3018-131/+637
* hurd: Support for file record lockingSvante Signell2019-10-301-24/+87
* y2038: linux: Provide __clock_getres64 implementationLukasz Majewski2019-10-271-3/+35
* time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2019-10-2712-17/+20
* Define __STATFS_MATCHES_STATFS64Alistair Francis2019-10-248-2/+32