about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
Commit message (Expand)AuthorAgeFilesLines
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-081-3/+4
* Remove check for NULL buffer passed to `ptsname_r'Arjun Shankar2017-06-071-6/+0
* Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.cArjun Shankar2017-06-071-4/+3
* aarch64: Add hwcap string routinesSiddhesh Poyarekar2017-06-072-8/+65
* aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASKSiddhesh Poyarekar2017-06-072-4/+50
* Add include guards to dl-procinfo.hSiddhesh Poyarekar2017-06-072-0/+6
* Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2017-06-064-0/+12
* x86-64: Update LO_HI_LONG for p{readv,writev}{64}v2H.J. Lu2017-06-052-1/+5
* Define SIG_HOLD for XPG4 (bug 21538).Joseph Myers2017-06-055-5/+5
* Fix struct sigaltstack namespace (bug 21517).Joseph Myers2017-06-059-9/+9
* Add shim header for bits/syscall.h.Zack Weinberg2017-06-011-0/+3
* Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers2017-06-018-142/+235
* Avoid tickling a linker bug from microblaze pt-vfork.S.Zack Weinberg2017-06-013-2/+50
* posix: Implement preadv2 and pwritev2Adhemerval Zanella2017-05-3139-0/+348
* Delay initialization of CPU features struct in static binariesSiddhesh Poyarekar2017-05-311-18/+5
* Add reallocarray functionDennis Wölfing2017-05-3028-0/+56
* arm: Fix typo in array countSiddhesh Poyarekar2017-05-242-2/+2
* Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers2017-05-2315-109/+29
* Fix a bug in 'Remove __need macros from signal.h' (a992f506)Zack Weinberg2017-05-227-16/+21
* Remove __need macros from signal.h.Zack Weinberg2017-05-2041-2581/+712
* Split up bits/sigstack.h.Joseph Myers2017-05-1924-191/+116
* Fix makefile rules for vmsplice, splice, and open_by_handle_atAdhemerval Zanella2017-05-191-0/+3
* posix: Consolidate Linux mq_timedsend syscallAdhemerval Zanella2017-05-182-1/+33
* posix: Consolidate Linux mq_timedreceive syscallAdhemerval Zanella2017-05-182-1/+34
* linux: Consolidate Linux open_by_handle_at syscallAdhemerval Zanella2017-05-183-2/+39
* linux: Consolidate Linux splice syscallAdhemerval Zanella2017-05-183-2/+28
* linux: Consolidate Linux vmsplice syscallAdhemerval Zanella2017-05-183-2/+28
* posix: Consolidate Linux fsync syscallAdhemerval Zanella2017-05-182-1/+28
* posix: Consolidate Linux fdatasync syscallAdhemerval Zanella2017-05-182-1/+29
* posix: Consolidate Linux msync syscallAdhemerval Zanella2017-05-181-0/+26
* posix: Consolidate Linux sigsuspend implementationAdhemerval Zanella2017-05-183-40/+0
* linux: Consolidate Linux tee implementationAdhemerval Zanella2017-05-183-2/+28
* posix: Consolidate Linux nanosleep syscallAdhemerval Zanella2017-05-182-1/+30
* posix: Consolidate Linux waitpid syscallAdhemerval Zanella2017-05-186-28/+0
* posix: Consolidate Linux pause syscallAdhemerval Zanella2017-05-185-22/+11
* posix: Fix and simplify default p{read,write}v implementationAdhemerval Zanella2017-05-154-4/+4
* Remove __ASSUME_STATFS_F_FLAGS.Joseph Myers2017-05-122-199/+1
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-1/+2
* Consolidate Linux writev implementationAdhemerval Zanella2017-05-111-0/+27
* Consolidate Linux readv implementationAdhemerval Zanella2017-05-111-0/+27
* Consolidate Linux write syscallAdhemerval Zanella2017-05-111-0/+33
* Consolidate Linux read syscallAdhemerval Zanella2017-05-111-0/+33
* Consolidate Linux creat implementationAdhemerval Zanella2017-05-116-18/+51
* Consolidate Linux open implementationAdhemerval Zanella2017-05-115-68/+27
* Consolidate Linux close syscall generationAdhemerval Zanella2017-05-111-0/+30
* Condition some sys/ucontext.h contents on __USE_MISC (bug 21457).Joseph Myers2017-05-117-59/+75
* Remove MIPS32 accept4, recvmmsg, sendmmsg implementations.Joseph Myers2017-05-093-88/+0
* Simplify accept4, recvmmsg, sendmmsg code.Joseph Myers2017-05-099-65/+13
* Simplify sendmmsg code.Joseph Myers2017-05-092-68/+12
* Simplify recvmmsg code.Joseph Myers2017-05-092-68/+10