about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey2021-12-291-0/+8
* x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey2021-12-291-0/+8
* x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey2021-12-291-0/+8
* x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey2021-12-291-0/+8
* x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey2021-12-291-0/+8
* x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey2021-12-291-0/+8
* elf: Add _dl_find_object functionFlorian Weimer2021-12-2832-0/+32
* malloc: Remove memusage.hAdhemerval Zanella2021-12-281-0/+29
* Remove atomic-machine.h atomic typedefsAdhemerval Zanella2021-12-285-81/+0
* microblaze: Add missing implementation when !__ASSUME_TIME64_SYSCALLSThomas Petazzoni2021-12-281-1/+3
* Set default __TIMESIZE default to 64Adhemerval Zanella2021-12-2312-12/+195
* x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey2021-12-221-0/+8
* Linux: Fix 32-bit vDSO for clock_gettime on powerpc32maminjie2021-12-211-1/+1
* Add ARPHRD_CAN, ARPHRD_MCTP to net/if_arp.hJoseph Myers2021-12-201-0/+2
* riscv: align stack in clone [BZ #28702]Aurelien Jarno2021-12-171-0/+3
* powerpc64[le]: Allocate extra stack frame on syscall.SMatheus Castanho2021-12-171-0/+4
* arm: Guard ucontext _rtld_global_ro access by SHARED, not PIC macroFlorian Weimer2021-12-172-4/+4
* malloc: Add Huge Page support for mmapAdhemerval Zanella2021-12-151-0/+127
* malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella2021-12-151-0/+74
* math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella2021-12-1325-0/+50
* x86-64: Remove LD_PREFER_MAP_32BIT_EXEC support [BZ #28656]H.J. Lu2021-12-102-87/+0
* nptl: Add public rseq symbols and <sys/rseq.h>Florian Weimer2021-12-0935-4/+123
* nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer2021-12-093-7/+109
* Linux: Use rseq to accelerate sched_getcpuFlorian Weimer2021-12-091-2/+17
* nptl: Add rseq registrationFlorian Weimer2021-12-0913-1/+929
* 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