aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2017-12-29linux/x86: sync sys/ptrace.h with Linux 4.14 [BZ #22433]Dmitry V. Levin1-0/+194
2017-12-29linux: update sys/ptrace.h commentsDmitry V. Levin7-25/+49
2017-12-29linux: move a shared part of sys/ptrace.h to bits/ptrace-shared.hDmitry V. Levin9-383/+91
2017-12-24Deprecate external use of libio.h and _G_config.h.Zack Weinberg1-3/+7
2017-12-23getrandom: fix comment [BZ #22347]Dmitry V. Levin1-2/+2
2017-12-22copy_file_range: New function to copy file dataFlorian Weimer29-0/+77
2017-12-20Simplify tile assembly definitionsAdhemerval Zanella7-106/+106
2017-12-20Simplify tilegx sysdeps folderAdhemerval Zanella43-8/+7
2017-12-20Remove tilepro-*-linux-gnu supportAdhemerval Zanella20-3666/+3
2017-12-20nptl: Consolidate pthread_{timed,try}join{_np}Adhemerval Zanella2-12/+2
2017-12-19sh: Fix clone exit return code (BZ #22605)Adhemerval Zanella1-0/+1
2017-12-19Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]H.J. Lu4-5/+91
2017-12-12ia64: Add ipc_priv.h header to set __IPC_64 to zeroJames Clarke1-0/+21
2017-12-07Add _Float32 function aliases.Joseph Myers54-0/+2844
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers54-0/+5688
2017-12-05Add elision tunablesRogerio Alves8-27/+204
2017-12-05Linux: Implement interfaces for memory protection keysFlorian Weimer40-3/+776
2017-12-04S390: Fix backtrace in vdso functions.Stefan Liebler2-72/+0
2017-12-01x32: Remove unused getcpu implementationAdhemerval Zanella1-32/+0
2017-11-30x86: Make a space in jmpbuf for shadow stack pointerH.J. Lu4-0/+132
2017-11-28Use libm_alias_double for s390.Joseph Myers1-5/+0
2017-11-27Implement the mlock2 functionFlorian Weimer34-2/+150
2017-11-27Add _Float64x function aliases.Joseph Myers25-0/+1313
2017-11-24Linux: Introduce <bits/mman-shared.h>Florian Weimer4-16/+43
2017-11-23sigwait: Do not fail with EINTR and return error code [BZ #22478]Florian Weimer1-2/+9
2017-11-23Linux: Add memfd_create system call wrapperFlorian Weimer33-1/+170
2017-11-22Avoid use of strlen in getlogin_r (bug 22447).Joseph Myers1-2/+3
2017-11-21Update hppa bits/mman.h from Linux 4.14.Joseph Myers1-3/+2
2017-11-21S390: Add cfi information for start routines in order to stop unwinding.Stefan Liebler4-16/+12
2017-11-20aarch64: Optimized memset for falkorSiddhesh Poyarekar2-0/+11
2017-11-18tst-ttyname: Fix namespace setup for FedoraFlorian Weimer1-61/+6
2017-11-17Add AArch64 HWCAP_DCPOP from Linux 4.14.Joseph Myers1-0/+1
2017-11-16Add Linux 4.14 ARPHRD_RAWIP to net/if_arp.h.Joseph Myers1-0/+1
2017-11-16Update kernel version in syscall-names.list to 4.14.Joseph Myers1-2/+2
2017-11-15The -Wstringop-truncation option new in GCC 8 detects common misusesMartin Sebor1-3/+6
2017-11-15linux ttyname{_r}: Add testsLuke Shumaker2-1/+627
2017-11-15linux ttyname{_r}: Don't bail prematurely [BZ #22145]Luke Shumaker2-15/+24
2017-11-15linux ttyname{_r}: Make tty checks consistentLuke Shumaker3-64/+29
2017-11-15linux ttyname: Change return type of is_pty from int to boolLuke Shumaker1-1/+2
2017-11-15linux ttyname: Update a reference to kernel docs for kernel 4.10Luke Shumaker1-1/+2
2017-11-15Add MSG_ZEROCOPY from Linux 4.14 to bits/socket.h.Joseph Myers1-0/+2
2017-11-15Add MADV_WIPEONFORK, MADV_KEEPONFORK from Linux 4.14.Joseph Myers2-0/+4
2017-11-15Check length of ifname before copying it into to ifreq structure.Steve Ellcey1-0/+6
2017-11-15linux: Include <sysdep-cancel.h> for epoll_waitLuke Shumaker1-0/+2
2017-11-09Add jmp_buf-macros.hH.J. Lu24-0/+144
2017-11-07Move <bits/mman-linux.h> to the Linux sysdeps directoryFlorian Weimer2-7/+111
2017-11-06Cleanup Linux sigqueue implementationAdhemerval Zanella1-8/+2
2017-11-06Simplify Linux sig{timed}wait{info} implementationsAdhemerval Zanella4-118/+13
2017-11-03aarch64: Guess L1 cache linesize for aarch64Richard Henderson1-0/+55
2017-11-02test-errno-linux: quotactl can fail with EPERM in containersFlorian Weimer1-38/+38