about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
Commit message (Expand)AuthorAgeFilesLines
* linux: Add generic ioctl implementationAdhemerval Zanella2021-12-063-31/+85
* linux: Add generic syscall implementationAdhemerval Zanella2021-12-063-67/+45
* elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer2021-12-051-0/+25
* linux: Implement pipe in terms of __NR_pipe2Adhemerval Zanella2021-11-308-160/+3
* linux: Implement mremap in CAdhemerval Zanella2021-11-303-1/+42
* linux: Add prlimit64 C implementationAdhemerval Zanella2021-11-3018-27/+47
* linux: Use /proc/stat fallback for __get_nprocs_conf (BZ #28624)Adhemerval Zanella2021-11-251-25/+35
* linux: Add fanotify_mark C implementationAdhemerval Zanella2021-11-2518-22/+42
* linux: Only build fstatat fallback if requiredAdhemerval Zanella2021-11-251-7/+11
* io: Refactor close_range and closefromAdhemerval Zanella2021-11-247-339/+13
* setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.symAdhemerval Zanella2021-11-2228-258/+1
* Update kernel version to 5.15 in tst-mman-consts.pyJoseph Myers2021-11-221-1/+1
* Add PF_MCTP, AF_MCTP from Linux 5.15 to bits/socket.hJoseph Myers2021-11-171-1/+3
* Update syscall lists for Linux 5.15Joseph Myers2021-11-1028-4/+31
* Fix compiler issue with mmap_internalStafford Horne2021-10-291-0/+2
* riscv: Fix incorrect jal with HIDDEN_JUMPTARGETFangrui Song2021-10-281-2/+3
* String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein2021-10-2632-0/+32
* configure: Don't check LD -v --help for LIBC_LINKER_FEATUREFangrui Song2021-10-251-11/+8
* linux: Fix a possibly non-constant expression in _Static_assertFangrui Song2021-10-201-3/+3
* powerpc: Remove backtrace implementationAdhemerval Zanella2021-10-203-27/+0
* timex: Use 64-bit fields on 32-bit TIMESIZE=64 systems (BZ #28469)Stafford Horne2021-10-181-1/+1
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-141-1/+1
* Fix nios2 localplt failureJoseph Myers2021-10-111-0/+1
* Linux: implement getloadavg(3) using sysinfo(2)Cristian Rodríguez2021-10-081-36/+14
* S390: Add PCI_MIO and SIE HWCAPsStefan Liebler2021-10-071-0/+7
* y2038: Use a common definition for stat for sparc32Adhemerval Zanella2021-10-061-23/+31
* Linux: Add FUTEX_LOCK_PI2Kurt Kanzenbach2021-10-011-0/+8
* Add fmaximum, fminimum functionsJoseph Myers2021-09-2830-0/+1672
* Linux: Simplify __opensock and fix race condition [BZ #28353]Florian Weimer2021-09-282-116/+0
* linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310)Adhemerval Zanella2021-09-271-5/+134
* linux: Simplify get_nprocsAdhemerval Zanella2021-09-271-50/+18
* misc: Add __get_nprocs_schedAdhemerval Zanella2021-09-271-0/+6
* Linux: Avoid closing -1 on failure in __closefrom_fallbackFlorian Weimer2021-09-241-1/+1
* Add narrowing fma functionsJoseph Myers2021-09-2230-0/+280
* Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-l...Joseph Myers2021-09-141-0/+4
* Update kernel version to 5.14 in tst-mman-consts.pyJoseph Myers2021-09-141-1/+1
* Add narrowing square root functionsJoseph Myers2021-09-1030-0/+280
* Update syscall lists for Linux 5.14Joseph Myers2021-09-0826-2/+33
* MIPS: Setup errno for {f,l,}xstatJiaxun Yang2021-09-073-3/+9
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-03236-250/+0
* Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella2021-08-261-21/+10
* powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song2021-08-243-0/+40
* mips: increase stack alignment in clone to match the ABIXi Ruoyao2021-08-131-3/+3
* mips: align stack in clone [BZ #28223]Xi Ruoyao2021-08-121-0/+7
* Add PTRACE_GET_RSEQ_CONFIGURATION from Linux 5.13 to sys/ptrace.hJoseph Myers2021-08-099-7/+52
* librt: fix NULL pointer dereference (bug 28213)Nikita Popov2021-08-091-1/+1
* Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer2021-08-061-1/+1
* linux: Add sparck brk implementationAdhemerval Zanella2021-08-041-0/+58
* Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPERH.J. Lu2021-07-283-3/+3
* socket: Add time64 alias for setsockoptFlorian Weimer2021-07-2221-0/+23