aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2017-05-12Remove __ASSUME_STATFS_F_FLAGS.Joseph Myers2-199/+1
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-1/+2
2017-05-11Consolidate Linux writev implementationAdhemerval Zanella1-0/+27
2017-05-11Consolidate Linux readv implementationAdhemerval Zanella1-0/+27
2017-05-11Consolidate Linux write syscallAdhemerval Zanella1-0/+33
2017-05-11Consolidate Linux read syscallAdhemerval Zanella1-0/+33
2017-05-11Consolidate Linux creat implementationAdhemerval Zanella6-18/+51
2017-05-11Consolidate Linux open implementationAdhemerval Zanella5-68/+27
2017-05-11Consolidate Linux close syscall generationAdhemerval Zanella1-0/+30
2017-05-11Condition some sys/ucontext.h contents on __USE_MISC (bug 21457).Joseph Myers7-59/+75
2017-05-09Remove MIPS32 accept4, recvmmsg, sendmmsg implementations.Joseph Myers3-88/+0
2017-05-09Simplify accept4, recvmmsg, sendmmsg code.Joseph Myers9-65/+13
2017-05-09Simplify sendmmsg code.Joseph Myers2-68/+12
2017-05-09Simplify recvmmsg code.Joseph Myers2-68/+10
2017-05-09Assume prlimit64 is available.Joseph Myers5-85/+3
2017-05-08Remove __ASSUME_PROC_PID_TASK_COMM.Joseph Myers2-19/+0
2017-05-08Remove __ASSUME_GETCPU_SYSCALL.Joseph Myers1-5/+0
2017-05-08Remove <sys/ultrasound.h>Florian Weimer2-2/+1
2017-05-08Require Linux kernel 3.2 or later on x86 / x86_64.Joseph Myers4-8/+0
2017-05-04Use __glibc_reserved convention in mcontext, sigcontext (bug 21457).Joseph Myers3-10/+10
2017-05-03x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391]H.J. Lu2-5/+3
2017-05-03Consolidate Linux epoll_wait syscallAdhemerval Zanella4-5/+8
2017-05-03Consolidate Linux select implementationAdhemerval Zanella6-11/+68
2017-05-03Consolidate Linux poll implementationAdhemerval Zanella2-3/+6
2017-05-03Add HWCAP_ASIMDRDM from Linux 4.11 to AArch64 bits/hwcap.h.Joseph Myers1-0/+1
2017-05-02posix: Fix internal p{read,write} plt usageAdhemerval Zanella4-1/+3
2017-05-01Add PF_SMC, AF_SMC from Linux 4.11 to bits/socket.h.Joseph Myers1-1/+3
2017-04-28powerpc64le: Create divergent sysdep directory for powerpc64le.Paul E. Murphy2-0/+2
2017-04-25Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers1-6/+1
2017-04-25posix: Remove ununsed posix_spawn internal assignmentAdhemerval Zanella1-16/+14
2017-04-25[BZ 21340] add support for POSIX_SPAWN_SETSIDAdhemerval Zanella1-0/+4
2017-04-19Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer2-2/+2
2017-04-19Assume that accept4 is always available and worksFlorian Weimer5-77/+18
2017-04-18Fix bits/socket.h IOC* namespace issues (bug 21267).Joseph Myers1-0/+35
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer1-4/+0
2017-04-18Assume that dup3 is availableFlorian Weimer1-1/+0
2017-04-18Assume that pipe2 is always availableFlorian Weimer1-1/+0
2017-04-12Consolidate Linux mmap implementation (BZ#21270)Adhemerval Zanella23-565/+172
2017-04-10Consolidate pthreadtype.h placementConsolidate pthreadtype.h placementAdhemerval Zanella3-437/+1
2017-04-06Build divdi3 only for architecture that required itAdhemerval Zanella4-0/+26
2017-04-04Remove __ASSUME_REQUEUE_PIAdhemerval Zanella5-9/+0
2017-04-03posix_spawn: use a larger min stack for -fstack-check [BZ #21253]Mike Frysinger1-0/+5
2017-03-30Fix more test-errno issuesAdhemerval Zanella1-2/+7
2017-03-28Consolidate set* Linux implementationAdhemerval Zanella64-379/+29
2017-03-27Define more termios.h macros unconditionally for alpha (bug 21277).Joseph Myers1-6/+3
2017-03-20conformtest: Add x32 XFAILs for mq_attr element types (bug 21279).Joseph Myers1-1/+1
2017-03-20conformtest: Add mips XFAIL for struct stat st_rdev type (bug 21278).Joseph Myers1-1/+1
2017-03-20Fix alpha termios.h NL2, NL3 namespace (bug 21268).Joseph Myers1-2/+4
2017-03-20posix_spawn: fix stack setup on ia64 [BZ #21275]Mike Frysinger1-5/+6
2017-03-19linux ttyname and ttyname_r: do not return wrong resultsChristian Brauner3-8/+59