aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2017-09-13posix: Fix compat glob code on s390 and alphaAdhemerval Zanella2-4/+2
2017-09-08Add thunderx2t99 and thunderx2t99p1 CPU names to tunables listSteve Ellcey1-3/+5
2017-09-08Fix glibc.tune.cpu tunable handlingSteve Ellcey1-1/+1
2017-09-08Add Linux 4.13 constants to bits/fcntl-linux.h.Joseph Myers1-0/+15
2017-09-08Add fcntl sealing interfaces from Linux 3.17 to bits/fcntl-linux.h.Joseph Myers1-0/+10
2017-09-08posix: Consolidate Linux glob implementationAdhemerval Zanella22-35/+129
2017-09-08posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella8-43/+85
2017-09-07Add SOL_TLS definition from Linux 4.13.Joseph Myers1-0/+1
2017-09-04Hide __chmod and __mkdir [BZ #18822]H.J. Lu2-0/+4
2017-09-04Update kernel version in syscall-names.list to 4.13.Joseph Myers1-2/+2
2017-09-01Include <string.h> for strcmp call from sysdeps/unix/sysv/linux/gentempfd.c.Joseph Myers1-0/+1
2017-09-01linux: Implement tmpfile with O_TMPFILE (BZ#21530)Adhemerval Zanella1-0/+34
2017-08-31Remove NO_CANCELLATION macroAdhemerval Zanella19-28/+16
2017-08-31posix: Remove internal_function attributeFlorian Weimer6-14/+12
2017-08-31inet: Remove internal_function attributeFlorian Weimer1-1/+0
2017-08-31elf: Remove internal_function attributeFlorian Weimer2-2/+1
2017-08-31resolv: Remove internal_function attributeFlorian Weimer1-1/+0
2017-08-31dirent: Remove internal_function attributeFlorian Weimer2-3/+1
2017-08-31Linux getcwd: Remove internal_function attributeFlorian Weimer1-2/+2
2017-08-31aio: Remove internal_function function attributeFlorian Weimer1-1/+0
2017-08-30Fix mcontext_t sigcontext namespace (bug 21457).Joseph Myers21-76/+276
2017-08-30aarch64: Fix tst-makecontext3 in ILP32 mode.Steve Ellcey1-5/+5
2017-08-29MIPS/o32: Fix internal_syscall5/6/7Adhemerval Zanella14-186/+147
2017-08-29[AArch64] Fix procfs.h not to expose stdint.h typesSzabolcs Nagy1-2/+1
2017-08-28Remove abi-*-options compiler flagsFlorian Weimer8-53/+0
2017-08-28<bits/syscall.h>: Use an arch-independent system call list on LinuxFlorian Weimer5-68/+859
2017-08-25[AArch64] Fix elf_greg_t on ILP32Szabolcs Nagy1-1/+2
2017-08-24Remove cancellation support for syscall generationAdhemerval Zanella24-2766/+172
2017-08-23Consolidate remaning non cancellable definitionsAdhemerval Zanella1-0/+3
2017-08-22Remove p{read,write}{v} and fallocate from x86 auto-generation listAdhemerval Zanella2-5/+0
2017-08-22Fix {INLINE,INTERNAL}_SYSCALL macros for x32Adhemerval Zanella2-120/+155
2017-08-22Remove non cancellable sigsuspend definitionAdhemerval Zanella1-4/+0
2017-08-22Consolidate non cancellable nanosleep callAdhemerval Zanella2-2/+12
2017-08-22Consolidate non cancellable pause callAdhemerval Zanella2-9/+14
2017-08-22Fix sparc32 bits/long-double.h (bug 21987).Joseph Myers2-0/+26
2017-08-21Consolidate non cancellable waitpid callAdhemerval Zanella2-4/+15
2017-08-21Consolidate non cancellable fcntl callAdhemerval Zanella1-4/+0
2017-08-21Consolidate non cancellable writev callAdhemerval Zanella1-4/+8
2017-08-21Remove SPARC sqrt wrappers (bug 21973).Joseph Myers1-0/+1
2017-08-21x86-64: Mark internal symbols with attribute_hidden [BZ #18822]H.J. Lu2-2/+2
2017-08-21x86: Mark VDSO_SYMBOL(getcpu) with attribute_hidden [BZ #18822]H.J. Lu1-1/+2
2017-08-20i386: Hide __old_glob64 [BZ #18822]H.J. Lu1-0/+3
2017-08-20i386: Hide __old_readdir64 [BZ #18822]H.J. Lu2-0/+3
2017-08-18Consolidate non cancellable close callAdhemerval Zanella21-32/+48
2017-08-18Consolidate non cancellable openat callAdhemerval Zanella3-16/+58
2017-08-18Consolidate non cancellable write callAdhemerval Zanella5-10/+18
2017-08-18Consolidate non cancellable read callAdhemerval Zanella14-19/+28
2017-08-17Consolidate non cancellable open callAdhemerval Zanella19-38/+82
2017-08-17__opensock: Remove internal_function attributeFlorian Weimer1-1/+1
2017-08-16Fix sigval namespace (bug 21944).Joseph Myers2-6/+6