aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)Author
2019-12-05y2038: linux: Provide __timer_settime64 implementationLukasz Majewski
2019-12-05y2038: linux: Provide __timer_gettime64 implementationLukasz Majewski
2019-12-05timer: Decouple x86_64 specific timer_settime from generic Linux implementationLukasz Majewski
2019-12-05timer: Decouple x86_64 specific timer_gettime from generic Linux implementationLukasz Majewski
2019-12-05misc/test-errno-linux: Handle EINVAL from quotactlFlorian Weimer
2019-12-04sysdeps/clock_gettime: Use clock_gettime64 if avaliableAlistair Francis
2019-12-04sysdeps: Add clock_gettime64 vDSOAlistair Francis
2019-12-01hurd: Fix ld.so __access override from libcSamuel Thibault
2019-12-01hurd: Fix ld.so __getcwd override from libcSamuel Thibault
2019-11-29Update kernel version to 5.4 in tst-mman-consts.py.Joseph Myers
2019-11-29Update SOMAXCONN value from Linux 5.4.Joseph Myers
2019-11-28Update syscall-names.list for Linux 5.4.Joseph Myers
2019-11-28Define MADV_COLD and MADV_PAGEOUT from Linux 5.4.Joseph Myers
2019-11-27sparc: Use atomic compiler builtins on sparcAdhemerval Zanella
2019-11-26hppa: Remove unrequired nptl headersAdhemerval Zanella
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella
2019-11-22misc: Set generic pselect as ENOSYSAdhemerval Zanella
2019-11-21Don't use a custom wrapper macro around __has_include (bug 25189).Emilio Cobos Álvarez
2019-11-21rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Kościelnicki
2019-11-15linux: Add comment on affinity set sizes to tst-skeleton-affinity.cFlorian Weimer
2019-11-14nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92499)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-06Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella
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-31Remove pause and nanosleep not cancel wrappersAdhemerval Zanella
2019-10-31nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella
2019-10-31Consolidate lowlevellock-futex.hAdhemerval Zanella
2019-10-31Consolidate futex-internal.hAdhemerval Zanella
2019-10-30Make second argument of gettimeofday as 'void *'Zack Weinberg
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella
2019-10-30Use clock_gettime to implement timespec_get.Zack Weinberg
2019-10-30Consolidate and deprecate ftimeZack Weinberg
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella
2019-10-30Use clock_gettime to implement time.Adhemerval Zanella
2019-10-30Use clock_settime to implement settimeofday.Zack Weinberg
2019-10-30Use clock_settime to implement stime; withdraw stime.Zack Weinberg
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg