about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
Commit message (Expand)AuthorAgeFilesLines
* misc: Set generic pselect as ENOSYSAdhemerval Zanella2019-11-222-33/+77
* Don't use a custom wrapper macro around __has_include (bug 25189).Emilio Cobos Álvarez2019-11-211-5/+7
* rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Kościelnicki2019-11-211-1/+2
* linux: Add comment on affinity set sizes to tst-skeleton-affinity.cFlorian Weimer2019-11-151-0/+5
* nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92499)Florian Weimer2019-11-141-0/+9
* Fix clock_nanosleep when interrupted by a signalAdhemerval Zanella2019-11-111-9/+7
* y2038: linux: Provide __ppoll64 implementationLukasz Majewski2019-11-111-4/+45
* linux: Reduce stack size for nptl/tst-thread-affinity-pthreadFlorian Weimer2019-11-111-1/+4
* sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis2019-11-081-4/+57
* Remove hppa pthreadP.hAdhemerval Zanella2019-11-081-16/+0
* nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-11-079-0/+9
* Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella2019-11-062-32/+1
* nptl: Move nanosleep implementation to libcAdhemerval Zanella2019-11-0627-54/+0
* linux: pselect: Remove CALL_PSELECT6 macroLukasz Majewski2019-11-051-9/+2
* 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-309-165/+74
* Use clock_gettime to implement timespec_get.Zack Weinberg2019-10-301-46/+0
* Consolidate and deprecate ftimeZack Weinberg2019-10-301-3/+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-305-3/+76
* Use clock_settime to implement stime; withdraw stime.Zack Weinberg2019-10-301-1/+0
* 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-271-1/+1
* 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