summaryrefslogtreecommitdiff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* nanosleep: Pass NULL when rem == NULL on ports with __TIMESIZE != 64Lukasz Majewski2020-11-142-2/+3
* y2038: Convert thrd_sleep to support 64 bit timeLukasz Majewski2020-11-142-0/+60
* y2038: Convert mtx_timedlock to support 64 bit timeLukasz Majewski2020-11-142-0/+47
* y2038: Convert cnd_timedwait to support 64 bit timeLukasz Majewski2020-11-142-0/+71
* Remove obsolete defines for HPUX support from fcntl.h and update O_NONBLOCK.John David Anglin2020-11-131-4/+1
* Remove tls.h inclusion from internal errno.hAdhemerval Zanella2020-11-1352-59/+59
* nptl: Eliminate <smp.h> and __is_smpFlorian Weimer2020-11-133-78/+20
* Use O_CLOEXEC in sysconf [BZ #26791]Maximilian Krüger2020-11-111-1/+1
* riscv: Get cache information through sysconfZong Li2020-11-101-0/+100
* linux: Allow adjtime with NULL argument [BZ #26833]Adhemerval Zanella2020-11-091-3/+8
* bsd unlockpt: unlockpt needs to fail with EINVAL, not ENOTTYSamuel Thibault2020-11-081-1/+6
* Rearrange bsd_getpt vs bsd_openpt and implement posix_openpt on BSDSamuel Thibault2020-11-071-10/+8
* msg: Remove redundant #include <sys/msg.h> headerLukasz Majewski2020-11-046-6/+0
* Hurd: Fix ftime buildAdhemerval Zanella2020-10-271-0/+54
* Add IP_RECVERR_RFC4884 and IPV6_RECVERR_RFC4884 from Linux 5.9.Joseph Myers2020-10-271-0/+2
* Reinstate ftime and add deprecate message on ftime usageAdhemerval Zanella2020-10-271-0/+1
* Update kernel version to 5.9 in tst-mman-consts.py.Joseph Myers2020-10-261-1/+1
* Update syscall lists for Linux 5.9.Joseph Myers2020-10-2326-2/+28
* Move vtimes to a compatibility symbolAdhemerval Zanella2020-10-191-1/+0
* y2038: linux: Provide __time64 implementationLukasz Majewski2020-10-193-3/+43
* linux: Add __readdir_unlockedAdhemerval Zanella2020-10-162-67/+29
* linux: Simplify opendir buffer allocationAdhemerval Zanella2020-10-161-33/+18
* linux: Move posix dir implementations to LinuxAdhemerval Zanella2020-10-1612-23/+911
* linux: Add 64-bit time_t support for wait3Adhemerval Zanella2020-10-161-0/+44
* Move ftime to a compatibility symbolAdhemerval Zanella2020-10-161-1/+0
* linux: Fix time64 support for futimesatAdhemerval Zanella2020-10-162-54/+6
* linux: Use INTERNAL_SYSCALL on fstatat{64}Adhemerval Zanella2020-10-164-28/+34
* sysvipc: Fix tst-sysvshm-linux on x32Adhemerval Zanella2020-10-151-4/+5
* x86/CET: Update vfork to prevent child returnH.J. Lu2020-10-154-71/+113
* statfs: add missing f_flags assignmentChen Li2020-10-151-0/+1
* y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski2020-10-156-9/+12
* sysvipc: Return EINVAL for invalid shmctl commandsAdhemerval Zanella2020-10-141-10/+34
* sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]Adhemerval Zanella2020-10-143-7/+204
* AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra2020-10-141-0/+4
* Add missing stat/mknod symbol on libc.abilist some ABIsAdhemerval Zanella2020-10-136-0/+36
* linux: Move xmknod{at} to compat symbolsAdhemerval Zanella2020-10-095-32/+76
* linux: Add {f}stat{at} y2038 supportAdhemerval Zanella2020-10-0912-47/+328
* linux: Move {f}xstat{at} to compat symbolsAdhemerval Zanella2020-10-0921-31/+181
* linux: Disentangle fstatat from fxstatatAdhemerval Zanella2020-10-0925-40/+224
* linux: Implement {l}fstat{at} in terms of fstatatAdhemerval Zanella2020-10-098-0/+275
* linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella2020-10-0913-493/+206
* Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella2020-10-0948-67/+112
* Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella2020-10-0951-92/+325
* nptl: Add missing cancellation flags on futex_internal and pselect32Adhemerval Zanella2020-10-071-0/+1
* elf: Implement _dl_writeFlorian Weimer2020-10-071-0/+30
* Linux: Require properly configured /dev/pts for PTYsFlorian Weimer2020-10-073-192/+43
* Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053)Florian Weimer2020-10-071-16/+5
* posix: Fix -Warray-bounds instances building timer_create [BZ #26687]Adhemerval Zanella2020-10-068-89/+83
* Replace Minumum/minumum with Minimum/minimumH.J. Lu2020-10-062-2/+2
* sysvipc: Return EINVAL for invalid msgctl commandsAdhemerval Zanella2020-10-021-10/+31