aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)AuthorFilesLines
2015-10-15Optimize i386 syscall inlining for GCC 5H.J. Lu2-11/+107
2015-10-15i386: Remove syscall assembly codes with 6 argumentsH.J. Lu5-268/+44
2015-10-14Avoid PLT when calling __sched_getaffinity_newH.J. Lu1-0/+7
2015-10-14Support PLT and GOT references in local PIC checkH.J. Lu1-8/+8
2015-10-14Use INTERNAL_SYSCALL and INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu9-47/+39
2015-10-13Use INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu29-158/+53
2015-10-13Add INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu22-85/+91
2015-10-09Mark lseek/llseek as non-cancellableAdhemerval Zanella3-3/+3
2015-09-30Move sysdeps/unix/sysv/linux/i386/i486/*.? to i386H.J. Lu30-254/+1
2015-09-18Use __libc_ptf_call in _longjmp_unwindH.J. Lu1-8/+2
2015-09-17alpha: drop __ASSUME_FDATASYNCMike Frysinger3-52/+0
2015-09-17Use __pthread_setcancelstate in libc.aH.J. Lu1-16/+3
2015-09-17Restore sparc64 implementation of semctlAndreas Schwab1-0/+54
2015-09-16Remove extra va_start/va_end calls (bug 17244)Andreas Schwab1-8/+0
2015-09-12linux/getsysstats.c: use sysinfo() instead of parsing /proc/meminfoRasmus Villemoes3-59/+57
2015-09-11Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers5-9/+9
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers7-7/+7
2015-09-04Terminate FDE before return trampoline in makecontext for powerpc (bug 18635)Andreas Schwab1-0/+6
2015-09-04powerpc: Fix compiler warning in some syscalls.Carlos Eduardo Seo1-1/+1
2015-09-04Rename bits/m68k-vdso.h to m68k-vdso.h (bug 14912).Joseph Myers5-4/+4
2015-09-01Add netinet/in.h values from Linux 4.2.Joseph Myers1-0/+1
2015-08-28Fix wordsize-32 mmap offset for negative value (BZ#18877)Adhemerval Zanella1-4/+4
2015-08-26powerpc: Revert to default atomic ops in elision codePaul E. Murphy1-21/+0
2015-08-26mips: siginfo.h: add SIGSYS details [BZ #18863]Mike Frysinger1-0/+11
2015-08-26S390: Add hwcaps value for vector facility.Stefan Liebler1-0/+1
2015-08-25Don't run tst-getpid2 with LD_BIND_NOW=1H.J. Lu1-5/+0
2015-08-25Call direct system calls for socket operationsRajalakshmi Srinivasaraghavan18-0/+125
2015-08-25powerpc: Fix tabort usage in syscallsPaul E. Murphy1-0/+1
2015-08-24Remove __ASSUME_IPC64Andreas Schwab23-706/+1
2015-08-21Revert "Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURN"H.J. Lu62-268/+292
2015-08-21Revert "Fix a typo in linux lxstat.c"H.J. Lu1-2/+2
2015-08-21Fix a typo in linux lxstat.cH.J. Lu1-2/+2
2015-08-21Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURNH.J. Lu62-292/+268
2015-08-20Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu1-1/+0
2015-08-20Remove x86 init-arch.cH.J. Lu1-1/+0
2015-08-19Mark __xstatXX_conv as hiddenH.J. Lu1-3/+6
2015-08-19Call __setcontext with HIDDEN_JUMPTARGETH.J. Lu2-6/+2
2015-08-19Use x86-64 cacheinfo.c and sysconf.c for x86H.J. Lu3-510/+0
2015-08-18hppa: timerfd.h: move to common sys/timerfd.hMike Frysinger1-33/+3
2015-08-18hppa: signalfd.h: move to common sys/signalfd.hMike Frysinger1-39/+3
2015-08-18hppa: inotify.h: move to common sys/inotify.hMike Frysinger2-106/+29
2015-08-18hppa: eventfd.h: move to common sys/eventfd.hMike Frysinger1-26/+4
2015-08-18hppa: epoll.h: move to common sys/epoll.hMike Frysinger2-143/+27
2015-08-18hppa: sigaction.h: update define export based on __USE_XOPEN2K8Mike Frysinger1-0/+2
2015-08-18hppa: shm.h: add SHM_EXECMike Frysinger1-0/+1
2015-08-18hppa: drop __ASSUME_LWS_CAS defineMike Frysinger2-11/+2
2015-08-17Add version set GLIBC_2.19 for linux/powerpcAndreas Schwab1-0/+4
2015-08-13Don't include <cpuid.h> in elision-conf.hH.J. Lu1-1/+0
2015-08-13Update x86 elision-conf.c for <cpu-features.h>H.J. Lu1-2/+2
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu2-2/+1