about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
Commit message (Expand)AuthorAgeFilesLines
* y2038: linux: Provide __timer_settime64 implementationLukasz Majewski2019-12-051-6/+62
* y2038: linux: Provide __timer_gettime64 implementationLukasz Majewski2019-12-051-4/+40
* timer: Decouple x86_64 specific timer_settime from generic Linux implementationLukasz Majewski2019-12-052-11/+10
* timer: Decouple x86_64 specific timer_gettime from generic Linux implementationLukasz Majewski2019-12-052-11/+8
* misc/test-errno-linux: Handle EINVAL from quotactlFlorian Weimer2019-12-051-2/+3
* sysdeps/clock_gettime: Use clock_gettime64 if avaliableAlistair Francis2019-12-041-1/+43
* sysdeps: Add clock_gettime64 vDSOAlistair Francis2019-12-042-0/+14
* hurd: Fix ld.so __access override from libcSamuel Thibault2019-12-011-0/+1
* hurd: Fix ld.so __getcwd override from libcSamuel Thibault2019-12-011-0/+1
* Update kernel version to 5.4 in tst-mman-consts.py.Joseph Myers2019-11-291-1/+1
* Update SOMAXCONN value from Linux 5.4.Joseph Myers2019-11-291-1/+1
* Update syscall-names.list for Linux 5.4.Joseph Myers2019-11-281-2/+2
* Define MADV_COLD and MADV_PAGEOUT from Linux 5.4.Joseph Myers2019-11-281-0/+2
* sparc: Use atomic compiler builtins on sparcAdhemerval Zanella2019-11-271-130/+0
* hppa: Remove unrequired nptl headersAdhemerval Zanella2019-11-261-1171/+0
* nptl: Add struct_rwlock.hAdhemerval Zanella2019-11-261-12/+2
* nptl: Add struct_mutex.hAdhemerval Zanella2019-11-261-7/+4
* 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