about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* linux/x86: sync sys/ptrace.h with Linux 4.14 [BZ #22433]Dmitry V. Levin2017-12-291-0/+194
* linux: update sys/ptrace.h commentsDmitry V. Levin2017-12-297-25/+49
* linux: move a shared part of sys/ptrace.h to bits/ptrace-shared.hDmitry V. Levin2017-12-299-383/+91
* Deprecate external use of libio.h and _G_config.h.Zack Weinberg2017-12-241-3/+7
* getrandom: fix comment [BZ #22347]Dmitry V. Levin2017-12-231-2/+2
* copy_file_range: New function to copy file dataFlorian Weimer2017-12-2229-0/+77
* Simplify tile assembly definitionsAdhemerval Zanella2017-12-207-106/+106
* Simplify tilegx sysdeps folderAdhemerval Zanella2017-12-2043-8/+7
* Remove tilepro-*-linux-gnu supportAdhemerval Zanella2017-12-2020-3666/+3
* nptl: Consolidate pthread_{timed,try}join{_np}Adhemerval Zanella2017-12-202-12/+2
* sh: Fix clone exit return code (BZ #22605)Adhemerval Zanella2017-12-191-0/+1
* Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]H.J. Lu2017-12-194-5/+91
* ia64: Add ipc_priv.h header to set __IPC_64 to zeroJames Clarke2017-12-121-0/+21
* Add _Float32 function aliases.Joseph Myers2017-12-0754-0/+2844
* Add _Float64, _Float32x function aliases.Joseph Myers2017-12-0654-0/+5688
* Add elision tunablesRogerio Alves2017-12-058-27/+204
* Linux: Implement interfaces for memory protection keysFlorian Weimer2017-12-0540-3/+776
* S390: Fix backtrace in vdso functions.Stefan Liebler2017-12-042-72/+0
* x32: Remove unused getcpu implementationAdhemerval Zanella2017-12-011-32/+0
* x86: Make a space in jmpbuf for shadow stack pointerH.J. Lu2017-11-304-0/+132
* Use libm_alias_double for s390.Joseph Myers2017-11-281-5/+0
* Implement the mlock2 functionFlorian Weimer2017-11-2734-2/+150
* Add _Float64x function aliases.Joseph Myers2017-11-2725-0/+1313
* Linux: Introduce <bits/mman-shared.h>Florian Weimer2017-11-244-16/+43
* sigwait: Do not fail with EINTR and return error code [BZ #22478]Florian Weimer2017-11-231-2/+9
* Linux: Add memfd_create system call wrapperFlorian Weimer2017-11-2333-1/+170
* Avoid use of strlen in getlogin_r (bug 22447).Joseph Myers2017-11-221-2/+3
* Update hppa bits/mman.h from Linux 4.14.Joseph Myers2017-11-211-3/+2
* S390: Add cfi information for start routines in order to stop unwinding.Stefan Liebler2017-11-214-16/+12
* aarch64: Optimized memset for falkorSiddhesh Poyarekar2017-11-202-0/+11
* tst-ttyname: Fix namespace setup for FedoraFlorian Weimer2017-11-181-61/+6
* Add AArch64 HWCAP_DCPOP from Linux 4.14.Joseph Myers2017-11-171-0/+1
* Add Linux 4.14 ARPHRD_RAWIP to net/if_arp.h.Joseph Myers2017-11-161-0/+1
* Update kernel version in syscall-names.list to 4.14.Joseph Myers2017-11-161-2/+2
* The -Wstringop-truncation option new in GCC 8 detects common misusesMartin Sebor2017-11-151-3/+6
* linux ttyname{_r}: Add testsLuke Shumaker2017-11-152-1/+627
* linux ttyname{_r}: Don't bail prematurely [BZ #22145]Luke Shumaker2017-11-152-15/+24
* linux ttyname{_r}: Make tty checks consistentLuke Shumaker2017-11-153-64/+29
* linux ttyname: Change return type of is_pty from int to boolLuke Shumaker2017-11-151-1/+2
* linux ttyname: Update a reference to kernel docs for kernel 4.10Luke Shumaker2017-11-151-1/+2
* Add MSG_ZEROCOPY from Linux 4.14 to bits/socket.h.Joseph Myers2017-11-151-0/+2
* Add MADV_WIPEONFORK, MADV_KEEPONFORK from Linux 4.14.Joseph Myers2017-11-152-0/+4
* Check length of ifname before copying it into to ifreq structure.Steve Ellcey2017-11-151-0/+6
* linux: Include <sysdep-cancel.h> for epoll_waitLuke Shumaker2017-11-151-0/+2
* Add jmp_buf-macros.hH.J. Lu2017-11-0924-0/+144
* Move <bits/mman-linux.h> to the Linux sysdeps directoryFlorian Weimer2017-11-072-7/+111
* Cleanup Linux sigqueue implementationAdhemerval Zanella2017-11-061-8/+2
* Simplify Linux sig{timed}wait{info} implementationsAdhemerval Zanella2017-11-064-118/+13
* aarch64: Guess L1 cache linesize for aarch64Richard Henderson2017-11-031-0/+55
* test-errno-linux: quotactl can fail with EPERM in containersFlorian Weimer2017-11-021-38/+38