summaryrefslogtreecommitdiff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar2018-08-021-1/+1
* x86/CET: Fix property note parser [BZ #23467]H.J. Lu2018-07-304-0/+185
* Fix Linux fcntl OFD locks on unsupported kernelsAdhemerval Zanella2018-07-272-2/+12
* ia64: Work around incorrect type of IA64 uc_sigmaskH.J. Lu2018-07-251-0/+26
* x86/CET: Add a setcontext test for CETH.J. Lu2018-07-252-0/+134
* x86-64/CET: Extend ucontext_t to save shadow stackH.J. Lu2018-07-258-1/+391
* alpha: mlock2, copy_file_range syscalls were introduced in kernel 4.13Florian Weimer2018-07-241-1/+3
* x86/CET: Extend arch_prctl syscall for CET controlH.J. Lu2018-07-243-6/+64
* sh: Do not define __ASSUME_STATXFlorian Weimer2018-07-241-0/+3
* nptl: Add abilist symbols for C11 threadsAdhemerval Zanella2018-07-2449-0/+587
* nptl: Add C11 threads thrd_* functionsAdhemerval Zanella2018-07-241-0/+16
* x86: Update vfork to pop shadow stackH.J. Lu2018-07-242-0/+95
* x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu2018-07-162-0/+75
* x86_64: Undef SHADOW_STACK_POINTER_OFFSET lastH.J. Lu2018-07-151-3/+2
* x86: Support shadow stack pointer in setjmp/longjmpH.J. Lu2018-07-143-1/+75
* Add the statx functionFlorian Weimer2018-07-1031-0/+85
* Comment tst-ofdlocks-compat expected failure in some Linux releasesAdhemerval Zanella2018-07-101-0/+8
* aarch64: add HWCAP_ATOMICS to HWCAP_IMPORTANTSzabolcs Nagy2018-07-061-1/+1
* aarch64: Remove HWCAP_CPUID from HWCAP_IMPORTANTSzabolcs Nagy2018-07-062-7/+3
* libc-abis: Define ABSOLUTE ABI [BZ #19818][BZ #23307]Maciej W. Rozycki2018-07-051-0/+2
* Add renameat2 function [BZ #17662]Florian Weimer2018-07-0533-1/+98
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-291-3/+3
* getifaddrs: Don't return ifa entries with NULL names [BZ #21812]Daniel Alvarez2018-06-291-0/+8
* gethostid (Linux variant): Switch to struct scratch_buffer [BZ #18023]Florian Weimer2018-06-271-17/+31
* Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella2018-06-2634-19/+353
* Add SHM_STAT_ANY from Linux 4.17 to bits/shm.h.Joseph Myers2018-06-1812-0/+12
* Add SEM_STAT_ANY from Linux 4.17 to bits/sem.h.Joseph Myers2018-06-1810-0/+10
* Add MSG_STAT_ANY from Linux 4.17 to bits/msq.h.Joseph Myers2018-06-1810-0/+10
* Update MAP_TYPE value for hppa from Linux 4.17.Joseph Myers2018-06-181-1/+1
* Linux: Create Netlink socket with SOCK_CLOEXEC in __check_pf [BZ #15722]Florian Weimer2018-06-181-1/+1
* aarch64: Use an ifunc/VDSO to implement gettimeofday in shared glibc.Steve Ellcey2018-06-141-0/+71
* aarch64: add HXT Phecda core memory operation ifuncsHongbo Zhang2018-06-122-0/+4
* Avoid cancellable I/O primitives in ld.so.Zack Weinberg2018-06-1232-238/+520
* The hppa-linux target still requires an executable stack for kernelJohn David Anglin2018-06-101-0/+7
* posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella2018-06-081-1/+3
* Add AArch64 hwcap values from Linux 4.17.Joseph Myers2018-06-052-2/+6
* Add MAP_FIXED_NOREPLACE from Linux 4.17 to bits/mman.h.Joseph Myers2018-06-0515-0/+30
* Update kernel version in syscall-names.list to 4.17.Joseph Myers2018-06-051-2/+2
* Remove sysdeps/powerpc/soft-fp directory.Joseph Myers2018-05-242-2/+0
* Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer2018-05-233-17/+0
* Make llseek a compat symbol (bug 18471).Joseph Myers2018-05-224-9/+7
* Obsolete nfsservctl.Joseph Myers2018-05-181-1/+1
* nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu2018-05-175-106/+13
* Add narrowing divide functions.Joseph Myers2018-05-1724-0/+243
* Fix concurrent changes on nscd aware files (BZ #23178)Adhemerval Zanella2018-05-162-4/+1
* Add narrowing multiply functions.Joseph Myers2018-05-1624-0/+243
* Ignore absolute symbols in ABI tests.Joseph Myers2018-05-04313-1623/+0
* x86-64/swapcontext: Restore the pointer into %rdx after syscallH.J. Lu2018-05-021-20/+22
* x86-64/setcontext: Pop the pointer into %rdx after syscallH.J. Lu2018-05-021-19/+22
* x86: Use pad in pthread_unwind_buf to preserve shadow stack registerH.J. Lu2018-05-021-5/+66