aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)Author
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-30Linux/Alpha: don't use timeval32 system calls.Zack Weinberg
2019-10-27y2038: linux: Provide __clock_getres64 implementationLukasz Majewski
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski
2019-10-24Define __STATFS_MATCHES_STATFS64Alistair Francis
2019-10-23sysdeps/stat: Handle 64-bit ino_t types on 32-bit hostsAlistair Francis
2019-10-23S390: Remove not needed stack frame in syscall function.Stefan Liebler
2019-10-20Include <kernel-features.h> explicitly in Linux clock_settime.cLukasz Majewski
2019-10-18Add nocancel version of pread64()Leandro Pereira
2019-10-18Update sysvipc kernel-features.h files for Linux 5.1Adhemerval Zanella
2019-10-18nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer
2019-10-17sysvipc: Implement semop based on semtimedopAdhemerval Zanella
2019-10-17ipc: Refactor sysvipc internal definitionsAdhemerval Zanella
2019-10-14Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.Joseph Myers
2019-10-10sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella
2019-10-10syscall-names.list: fix typos in commentDmitry V. Levin
2019-10-10y2038: linux: Provide __clock_settime64 implementationLukasz Majewski
2019-10-09mips: Do not malloc on getdents64 fallbackAdhemerval Zanella
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer
2019-10-07riscv: Remove support for variable page sizesFlorian Weimer
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis
2019-09-30Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3.Joseph Myers
2019-09-25Fix tst-sigcontext-get_pc rule name from a43565ac447b1Adhemerval Zanella
2019-09-24Fix vDSO initialization on arm and mipsAndreas Schwab
2019-09-18Update syscall-names.list for Linux 5.3.Joseph Myers
2019-09-18Fix RISC-V vfork build with Linux 5.3 kernel headers.Joseph Myers
2019-09-17sparc64: Use linux generic time implementationAdhemerval Zanella
2019-09-17mips: Consolidate INTERNAL_VSYSCALL_CALLAdhemerval Zanella
2019-09-17powerpc: Simplify vsyscall internal macrosAdhemerval Zanella
2019-09-17Refactor vDSO initialization codeAdhemerval Zanella
2019-09-17Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella
2019-09-14alpha: force old OSF1 syscalls for getegid, geteuid and getppid [BZ #24986]Aurelien Jarno
2019-09-07Fix three GNU license URLs, along with trailing-newline issues.Paul Eggert
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-09-04y2038: Introduce the __ASSUME_TIME64_SYSCALLS defineLukasz Majewski