about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
...
* nptl: Fix niggles with pthread_clockjoin_npMike Crowe2019-11-041-0/+11
* 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-0127-0/+27
* Refactor adjtimex based on clock_adjtimeAdhemerval Zanella2019-10-312-2/+2
* Remove pause and nanosleep not cancel wrappersAdhemerval Zanella2019-10-314-72/+2
* nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella2019-10-311-2/+20
* Consolidate lowlevellock-futex.hAdhemerval Zanella2019-10-311-168/+0
* Consolidate futex-internal.hAdhemerval Zanella2019-10-311-255/+0
* Make second argument of gettimeofday as 'void *'Zack Weinberg2019-10-303-6/+6
* Use clock_gettime to implement gettimeofday.Adhemerval Zanella2019-10-3011-222/+74
* Use clock_gettime to implement timespec_get.Zack Weinberg2019-10-301-46/+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-302-26/+7
* Use clock_settime to implement settimeofday.Zack Weinberg2019-10-307-65/+76
* 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-301-1/+1
* Linux/Alpha: don't use timeval32 system calls.Zack Weinberg2019-10-3018-131/+637
* y2038: linux: Provide __clock_getres64 implementationLukasz Majewski2019-10-271-3/+35
* time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2019-10-273-4/+3
* Define __STATFS_MATCHES_STATFS64Alistair Francis2019-10-247-2/+28
* sysdeps/stat: Handle 64-bit ino_t types on 32-bit hostsAlistair Francis2019-10-234-2/+38
* S390: Remove not needed stack frame in syscall function.Stefan Liebler2019-10-232-44/+8
* Include <kernel-features.h> explicitly in Linux clock_settime.cLukasz Majewski2019-10-201-0/+1
* Add nocancel version of pread64()Leandro Pereira2019-10-184-2/+39
* Update sysvipc kernel-features.h files for Linux 5.1Adhemerval Zanella2019-10-1811-27/+57
* nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer2019-10-181-54/+0
* sysvipc: Implement semop based on semtimedopAdhemerval Zanella2019-10-172-7/+4
* ipc: Refactor sysvipc internal definitionsAdhemerval Zanella2019-10-1722-192/+56
* Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.Joseph Myers2019-10-149-7/+96
* sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella2019-10-1032-419/+336
* syscall-names.list: fix typos in commentDmitry V. Levin2019-10-101-5/+4
* y2038: linux: Provide __clock_settime64 implementationLukasz Majewski2019-10-101-4/+32
* mips: Do not malloc on getdents64 fallbackAdhemerval Zanella2019-10-091-59/+81
* nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2019-10-0727-27/+0
* riscv: Remove support for variable page sizesFlorian Weimer2019-10-073-120/+0
* nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2019-10-0727-27/+0
* nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2019-10-0427-27/+0
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-016-12/+4
* Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3.Joseph Myers2019-09-303-1/+5
* Fix tst-sigcontext-get_pc rule name from a43565ac447b1Adhemerval Zanella2019-09-251-1/+1
* Fix vDSO initialization on arm and mipsAndreas Schwab2019-09-242-4/+4
* Update syscall-names.list for Linux 5.3.Joseph Myers2019-09-181-2/+4
* Fix RISC-V vfork build with Linux 5.3 kernel headers.Joseph Myers2019-09-181-1/+4
* sparc64: Use linux generic time implementationAdhemerval Zanella2019-09-171-1/+0
* mips: Consolidate INTERNAL_VSYSCALL_CALLAdhemerval Zanella2019-09-174-36/+16
* powerpc: Simplify vsyscall internal macrosAdhemerval Zanella2019-09-175-54/+38
* Refactor vDSO initialization codeAdhemerval Zanella2019-09-1732-647/+174