aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2017-06-09aarch64: Fix undefined behavior in _dl_procinfoSiddhesh Poyarekar1-3/+3
2017-06-08ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu1-1/+1
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg1-3/+4
2017-06-07Remove check for NULL buffer passed to `ptsname_r'Arjun Shankar1-6/+0
2017-06-07Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.cArjun Shankar1-4/+3
2017-06-07aarch64: Add hwcap string routinesSiddhesh Poyarekar2-8/+65
2017-06-07aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASKSiddhesh Poyarekar2-4/+50
2017-06-07Add include guards to dl-procinfo.hSiddhesh Poyarekar2-0/+6
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler4-0/+12
2017-06-05x86-64: Update LO_HI_LONG for p{readv,writev}{64}v2H.J. Lu2-1/+5
2017-06-05Define SIG_HOLD for XPG4 (bug 21538).Joseph Myers6-6/+6
2017-06-05Fix struct sigaltstack namespace (bug 21517).Joseph Myers9-9/+9
2017-06-01Add shim header for bits/syscall.h.Zack Weinberg1-0/+3
2017-06-01Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers8-142/+235
2017-06-01Avoid tickling a linker bug from microblaze pt-vfork.S.Zack Weinberg3-2/+50
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella39-0/+348
2017-05-31Delay initialization of CPU features struct in static binariesSiddhesh Poyarekar1-18/+5
2017-05-30Add reallocarray functionDennis Wölfing28-0/+56
2017-05-24arm: Fix typo in array countSiddhesh Poyarekar2-2/+2
2017-05-23Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers15-109/+29
2017-05-22Fix a bug in 'Remove __need macros from signal.h' (a992f506)Zack Weinberg7-16/+21
2017-05-20Remove __need macros from signal.h.Zack Weinberg41-2581/+712
2017-05-19Split up bits/sigstack.h.Joseph Myers24-191/+116
2017-05-19Fix makefile rules for vmsplice, splice, and open_by_handle_atAdhemerval Zanella1-0/+3
2017-05-18posix: Consolidate Linux mq_timedsend syscallAdhemerval Zanella2-1/+33
2017-05-18posix: Consolidate Linux mq_timedreceive syscallAdhemerval Zanella2-1/+34
2017-05-18linux: Consolidate Linux open_by_handle_at syscallAdhemerval Zanella3-2/+39
2017-05-18linux: Consolidate Linux splice syscallAdhemerval Zanella3-2/+28
2017-05-18linux: Consolidate Linux vmsplice syscallAdhemerval Zanella3-2/+28
2017-05-18posix: Consolidate Linux fsync syscallAdhemerval Zanella3-2/+28
2017-05-18posix: Consolidate Linux fdatasync syscallAdhemerval Zanella2-1/+29
2017-05-18posix: Consolidate Linux msync syscallAdhemerval Zanella2-1/+26
2017-05-18posix: Consolidate Linux sigsuspend implementationAdhemerval Zanella3-40/+0
2017-05-18linux: Consolidate Linux tee implementationAdhemerval Zanella3-2/+28
2017-05-18posix: Consolidate Linux nanosleep syscallAdhemerval Zanella2-1/+30
2017-05-18posix: Consolidate Linux waitpid syscallAdhemerval Zanella6-28/+0
2017-05-18posix: Consolidate Linux pause syscallAdhemerval Zanella5-22/+11
2017-05-15posix: Fix and simplify default p{read,write}v implementationAdhemerval Zanella4-4/+4
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