aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)AuthorFilesLines
2015-06-02Use better variable names in MIPS syscall macros.Joseph Myers3-16/+16
2015-06-01x86: clock_gettime and timespec_get vDSO cleanupAdhemerval Zanella5-63/+9
2015-06-01powerpc: setcontext.S uses power6 mtfsf when not supported [BZ #18116]Martin Sebor2-14/+52
2015-05-26tile: use better variable naming in INLINE_SYSCALLChris Metcalf1-14/+15
2015-05-26Split timed-wait functions out of nptl/lowlevellock.c.Roland McGrath8-0/+8
2015-05-26Consolidate gettimeofday across aarch64/s390/tileAdhemerval Zanella10-88/+9
2015-05-26struct stat is not posix conformSzabolcs Nagy3-6/+6
2015-05-26Consolidate vDSO macros and usageAdhemerval Zanella26-552/+288
2015-05-22Remove socket.S implementationAdhemerval Zanella61-1718/+609
2015-05-22Fix pathconf basename namespace (bug 18444).Joseph Myers1-1/+1
2015-05-20NaCl: Set tid field to a unique value.Roland McGrath1-0/+30
2015-05-20Move usleep.c using nanosleep to sysdeps/posix.Roland McGrath1-33/+0
2015-05-20i386: Remove six-argument specialized implementationsAdhemerval Zanella5-197/+2
2015-05-13Refactor scandir/scandirat to use common tail.Roland McGrath1-8/+7
2015-05-13Break __scandir_cancel_handler out into its own file.Roland McGrath1-1/+0
2015-05-08Bug 18125: Call exit after last linked context.Carlos O'Donell4-6/+7
2015-05-05__ASSUME_FALLOCATE is always true on 32-bit architecturesFlorian Weimer5-114/+34
2015-05-05i386: Remove fallocate, fallocate64, posix_fallocate, posix_fallocate64Florian Weimer6-232/+3
2015-04-30Remove MIPS version of waitid.c.Joseph Myers1-7/+0
2015-04-27Update sparc localplt.dataDavid S. Miller2-8/+6
2015-04-24S/390: Get cache information via sysconfStefan Liebler1-0/+230
2015-04-20libc-vdso.h place consolidationAdhemerval Zanella18-14/+14
2015-04-16Convert sparc over to lowlevellock-futex.hDavid S. Miller1-146/+1
2015-04-07[BZ #17930] MIPS: Define SHM_NORESERVE.James Cowgill1-0/+1
2015-04-02aarch64: Increase MINSIGSTKSZ and SIGSTKSZ (bug 16850)Andreas Schwab1-0/+54
2015-03-25Remove unused macros from i386 lowlevellock.h.Joseph Myers1-18/+0
2015-03-25Support six-argument syscalls from C for 32-bit x86, use generic lowlevellock...Joseph Myers5-153/+106
2015-03-25powerpc __tls_get_addr call optimizationAlan Modra4-0/+11
2015-03-23pthread_setaffinity (Linux variant): Rewrite to use VLA instead of allocaFlorian Weimer1-15/+18
2015-03-23Remove HAVE_ASM_PPC_REL16 referencesAlan Modra1-5/+0
2015-03-19linux-generic: add a READMEChris Metcalf1-0/+11
2015-03-12S/390: Fix setcontext/swapcontext which are not restoring sigmask.Stefan Liebler4-24/+12
2015-03-11powerpc: Remove HAVE_ASM_GLOBAL_DOT_NAME defineAdhemerval Zanella1-5/+1
2015-03-02Correct __ASSUME_PRLIMIT64 for hppa/microblaze/sh (bug 17779).Joseph Myers3-0/+15
2015-02-27hppa: fix __O_SYNC to match the kernelJohn David Anglin1-1/+1
2015-02-25in.h: Coordinate in6_pktinfo and ip6_mtuinfo for kernel and glibc [BZ #15850]Cong Wang1-4/+4
2015-02-24Update timex.h for ADJ_SETOFFSET.Miroslav Lichvar1-2/+3
2015-02-24linux: open and openat ignore 'mode' with O_TMPFILE in flagsEric Rannaud5-11/+11
2015-02-24hppa: fix build failure with RTLD_PRIVATE_ERRNOMike Frysinger1-0/+3
2015-02-20s390: Use generic lowlevellock-futex.hStefan Liebler1-325/+10
2015-02-182015-02-18 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey1-16/+0
2015-02-18Fix posix_spawn getrlimit64 namespace (bug 17991).Joseph Myers5-9/+13
2015-02-17S390: Build failure due to nptl/pt-longjmp.c changes.Stefan Liebler1-15/+4
2015-02-17ia64: Remove custom lowlevellock.hTorvald Riegel1-317/+0
2015-02-17ia64: drop custom getpagesizeMike Frysinger1-38/+0
2015-02-15ia64: remove fixed page size macros and others [BZ #17792]Matthew Fortune1-6/+0
2015-02-12powerpc: Fix TABORT encoding for little endianAdhemerval Zanella1-1/+1
2015-02-09Fix value of O_TMPFILE for architectures with non-default O_DIRECTORY (bug 17...Andreas Schwab1-1/+1
2015-02-06NPTL: Build tests using clone directly only for Linux.Roland McGrath4-1/+225
2015-02-06x86: Clean up __vdso_clock_gettime variable.Roland McGrath6-232/+6