aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer27-27/+0
2019-10-07riscv: Remove support for variable page sizesFlorian Weimer3-120/+0
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer27-27/+0
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer27-27/+0
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis6-12/+4
2019-09-30Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3.Joseph Myers3-1/+5
2019-09-25Fix tst-sigcontext-get_pc rule name from a43565ac447b1Adhemerval Zanella1-1/+1
2019-09-24Fix vDSO initialization on arm and mipsAndreas Schwab2-4/+4
2019-09-18Update syscall-names.list for Linux 5.3.Joseph Myers1-2/+4
2019-09-18Fix RISC-V vfork build with Linux 5.3 kernel headers.Joseph Myers1-1/+4
2019-09-17sparc64: Use linux generic time implementationAdhemerval Zanella1-1/+0
2019-09-17mips: Consolidate INTERNAL_VSYSCALL_CALLAdhemerval Zanella4-36/+16
2019-09-17powerpc: Simplify vsyscall internal macrosAdhemerval Zanella5-54/+38
2019-09-17Refactor vDSO initialization codeAdhemerval Zanella32-647/+174
2019-09-17Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella33-157/+163
2019-09-14alpha: force old OSF1 syscalls for getegid, geteuid and getppid [BZ #24986]Aurelien Jarno3-0/+0
2019-09-07Fix three GNU license URLs, along with trailing-newline issues.Paul Eggert1-2/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1471-1471/+1471
2019-09-04y2038: Introduce the __ASSUME_TIME64_SYSCALLS defineLukasz Majewski1-0/+59
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg53-136/+191
2019-08-30nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer27-27/+0
2019-08-29MIPS support for GNU hashMihailo Stojanovic2-1/+3
2019-08-29sh: Split BE/LE abilistAdhemerval Zanella30-0/+3564
2019-08-29microblaze: Split BE/LE abilistAdhemerval Zanella26-0/+3486
2019-08-29arm: Split BE/LE abilistAdhemerval Zanella28-0/+3530
2019-08-28nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer24-24/+0
2019-08-23Don't put non-ASCII into installed headersPaul Eggert1-2/+2
2019-08-23Fix spellings of contributor names in comments and docPaul Eggert3-4/+4
2019-08-23[MIPS] Raise highest supported EI_ABIVERSION value [BZ #24916]Mihailo Stojanovic1-1/+1
2019-08-23mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic3-5/+89