aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)AuthorFilesLines
2020-12-10linux: Consolidate brk implementationAdhemerval Zanella36-745/+60
2020-12-09Fix parsing of /sys/devices/system/cpu/online (bug 25859)Andreas Schwab1-2/+3
2020-12-06x86: Rename readelflib.cH.J. Lu2-4/+2
2020-12-02Revert "linux: Move xmknod{at} to compat symbols"Adhemerval Zanella2-5/+0
2020-12-02Revert "linux: Move {f}xstat{at} to compat symbols"Adhemerval Zanella20-133/+11
2020-11-27sh: Add sh4 fpu Implies folderAdhemerval Zanella2-0/+2
2020-11-14nanosleep: Pass NULL when rem == NULL on ports with __TIMESIZE != 64Lukasz Majewski2-2/+3
2020-11-14y2038: Convert thrd_sleep to support 64 bit timeLukasz Majewski2-0/+60
2020-11-14y2038: Convert mtx_timedlock to support 64 bit timeLukasz Majewski2-0/+47
2020-11-14y2038: Convert cnd_timedwait to support 64 bit timeLukasz Majewski2-0/+71
2020-11-13Remove obsolete defines for HPUX support from fcntl.h and update O_NONBLOCK.John David Anglin1-4/+1
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella52-59/+59
2020-11-13nptl: Eliminate <smp.h> and __is_smpFlorian Weimer3-78/+20
2020-11-11Use O_CLOEXEC in sysconf [BZ #26791]Maximilian Krüger1-1/+1
2020-11-10riscv: Get cache information through sysconfZong Li1-0/+100
2020-11-09linux: Allow adjtime with NULL argument [BZ #26833]Adhemerval Zanella1-3/+8
2020-11-04msg: Remove redundant #include <sys/msg.h> headerLukasz Majewski6-6/+0
2020-10-27Hurd: Fix ftime buildAdhemerval Zanella1-0/+54
2020-10-27Add IP_RECVERR_RFC4884 and IPV6_RECVERR_RFC4884 from Linux 5.9.Joseph Myers1-0/+2
2020-10-27Reinstate ftime and add deprecate message on ftime usageAdhemerval Zanella1-0/+1
2020-10-26Update kernel version to 5.9 in tst-mman-consts.py.Joseph Myers1-1/+1
2020-10-23Update syscall lists for Linux 5.9.Joseph Myers26-2/+28
2020-10-19Move vtimes to a compatibility symbolAdhemerval Zanella1-1/+0
2020-10-19y2038: linux: Provide __time64 implementationLukasz Majewski3-3/+43
2020-10-16linux: Add __readdir_unlockedAdhemerval Zanella2-67/+29
2020-10-16linux: Simplify opendir buffer allocationAdhemerval Zanella1-33/+18
2020-10-16linux: Move posix dir implementations to LinuxAdhemerval Zanella12-23/+911
2020-10-16linux: Add 64-bit time_t support for wait3Adhemerval Zanella1-0/+44
2020-10-16Move ftime to a compatibility symbolAdhemerval Zanella1-1/+0
2020-10-16linux: Fix time64 support for futimesatAdhemerval Zanella2-54/+6
2020-10-16linux: Use INTERNAL_SYSCALL on fstatat{64}Adhemerval Zanella4-28/+34
2020-10-15sysvipc: Fix tst-sysvshm-linux on x32Adhemerval Zanella1-4/+5
2020-10-15x86/CET: Update vfork to prevent child returnH.J. Lu4-71/+113
2020-10-15statfs: add missing f_flags assignmentChen Li1-0/+1
2020-10-15y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski6-9/+12
2020-10-14sysvipc: Return EINVAL for invalid shmctl commandsAdhemerval Zanella1-10/+34
2020-10-14sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]Adhemerval Zanella3-7/+204
2020-10-14AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra1-0/+4
2020-10-13Add missing stat/mknod symbol on libc.abilist some ABIsAdhemerval Zanella6-0/+36
2020-10-09linux: Move xmknod{at} to compat symbolsAdhemerval Zanella5-32/+76
2020-10-09linux: Add {f}stat{at} y2038 supportAdhemerval Zanella12-47/+328
2020-10-09linux: Move {f}xstat{at} to compat symbolsAdhemerval Zanella21-31/+181
2020-10-09linux: Disentangle fstatat from fxstatatAdhemerval Zanella25-40/+224
2020-10-09linux: Implement {l}fstat{at} in terms of fstatatAdhemerval Zanella8-0/+275
2020-10-09linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella13-493/+206
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella48-67/+112
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella51-92/+325
2020-10-07nptl: Add missing cancellation flags on futex_internal and pselect32Adhemerval Zanella1-0/+1
2020-10-07elf: Implement _dl_writeFlorian Weimer1-0/+30
2020-10-07Linux: Require properly configured /dev/pts for PTYsFlorian Weimer3-192/+43