summaryrefslogtreecommitdiff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc: Use scv instruction on clone when availableMatheus Castanho2020-12-301-3/+30
* powerpc: Runtime selection between sc and scv for syscallsMatheus Castanho2020-12-304-31/+88
* io: Remove xmknod{at} implementationsAdhemerval Zanella2020-12-292-29/+2
* io: Remove xstat implementationsAdhemerval Zanella2020-12-291-1/+3
* aarch64: Add sysv specific enabling code for memory taggingRichard Earnshaw2020-12-214-0/+34
* linux: Add compatibility definitions to sys/prctl.h for MTERichard Earnshaw2020-12-211-0/+18
* alpha: Remove anonymous union in struct stat [BZ #27042]Matt Turner2020-12-213-63/+66
* Update kernel version to 5.10 in tst-mman-consts.py.Joseph Myers2020-12-171-1/+1
* Update syscall lists for Linux 5.10.Joseph Myers2020-12-1626-2/+28
* Fix spelling and grammar in several commentsJonny Grant2020-12-121-2/+1
* linux: Consolidate brk implementationAdhemerval Zanella2020-12-1036-745/+60
* Fix parsing of /sys/devices/system/cpu/online (bug 25859)Andreas Schwab2020-12-091-2/+3
* x86: Rename readelflib.cH.J. Lu2020-12-062-4/+2
* Revert "linux: Move xmknod{at} to compat symbols"Adhemerval Zanella2020-12-022-5/+0
* Revert "linux: Move {f}xstat{at} to compat symbols"Adhemerval Zanella2020-12-0220-133/+11
* sh: Add sh4 fpu Implies folderAdhemerval Zanella2020-11-272-0/+2
* 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