aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2019-11-22misc: Set generic pselect as ENOSYSAdhemerval Zanella2-33/+77
2019-11-21Don't use a custom wrapper macro around __has_include (bug 25189).Emilio Cobos Álvarez1-5/+7
2019-11-21rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Kościelnicki1-1/+2
2019-11-15linux: Add comment on affinity set sizes to tst-skeleton-affinity.cFlorian Weimer1-0/+5
2019-11-14nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92499)Florian Weimer1-0/+9
2019-11-11Fix clock_nanosleep when interrupted by a signalAdhemerval Zanella1-9/+7
2019-11-11y2038: linux: Provide __ppoll64 implementationLukasz Majewski1-4/+45
2019-11-11linux: Reduce stack size for nptl/tst-thread-affinity-pthreadFlorian Weimer1-1/+4
2019-11-08sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis1-4/+57
2019-11-08Remove hppa pthreadP.hAdhemerval Zanella1-16/+0
2019-11-07nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella9-0/+9
2019-11-06Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella3-118/+1
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella27-54/+0
2019-11-05linux: pselect: Remove CALL_PSELECT6 macroLukasz Majewski1-9/+2
2019-11-04nptl: Fix niggles with pthread_clockjoin_npMike Crowe1-0/+11
2019-11-03hppa: Align __clone stack argument to 8 bytes (Bug 25066)John David Anglin1-2/+7
2019-11-02y2038: linux: Provide __futimens64 implementationLukasz Majewski1-3/+19
2019-11-02y2038: linux: Provide __utimensat64 implementationLukasz Majewski1-4/+61
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe27-0/+27
2019-10-31Refactor adjtimex based on clock_adjtimeAdhemerval Zanella2-2/+2
2019-10-31Remove pause and nanosleep not cancel wrappersAdhemerval Zanella4-72/+2
2019-10-31nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella1-2/+20
2019-10-31Consolidate lowlevellock-futex.hAdhemerval Zanella1-168/+0
2019-10-31Consolidate futex-internal.hAdhemerval Zanella1-255/+0
2019-10-30Make second argument of gettimeofday as 'void *'Zack Weinberg3-6/+6
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella11-222/+74
2019-10-30Use clock_gettime to implement timespec_get.Zack Weinberg1-46/+0
2019-10-30Consolidate and deprecate ftimeZack Weinberg2-43/+0
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella7-112/+35
2019-10-30Use clock_gettime to implement time.Adhemerval Zanella2-26/+7
2019-10-30Use clock_settime to implement settimeofday.Zack Weinberg7-65/+76
2019-10-30Use clock_settime to implement stime; withdraw stime.Zack Weinberg2-40/+0
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg1-1/+1
2019-10-30Linux/Alpha: don't use timeval32 system calls.Zack Weinberg18-131/+637
2019-10-27y2038: linux: Provide __clock_getres64 implementationLukasz Majewski1-3/+35
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski3-4/+3
2019-10-24Define __STATFS_MATCHES_STATFS64Alistair Francis7-2/+28
2019-10-23sysdeps/stat: Handle 64-bit ino_t types on 32-bit hostsAlistair Francis4-2/+38
2019-10-23S390: Remove not needed stack frame in syscall function.Stefan Liebler2-44/+8
2019-10-20Include <kernel-features.h> explicitly in Linux clock_settime.cLukasz Majewski1-0/+1
2019-10-18Add nocancel version of pread64()Leandro Pereira4-2/+39
2019-10-18Update sysvipc kernel-features.h files for Linux 5.1Adhemerval Zanella11-27/+57
2019-10-18nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer1-54/+0
2019-10-17sysvipc: Implement semop based on semtimedopAdhemerval Zanella2-7/+4
2019-10-17ipc: Refactor sysvipc internal definitionsAdhemerval Zanella22-192/+56
2019-10-14Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.Joseph Myers9-7/+96
2019-10-10sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella32-419/+336
2019-10-10syscall-names.list: fix typos in commentDmitry V. Levin1-5/+4
2019-10-10y2038: linux: Provide __clock_settime64 implementationLukasz Majewski1-4/+32
2019-10-09mips: Do not malloc on getdents64 fallbackAdhemerval Zanella1-59/+81