summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)Author
2015-10-22Cleanup sync_file_range implementationAdhemerval Zanella
2015-10-22Always use INTERNAL_SYSCALL_ERRNO with INTERNAL_SYSCALLAndreas Schwab
2015-10-21Build i386 __libc_do_syscall when PROF is definedH.J. Lu
2015-10-21tile: avoid preprocessor redefinition warningsChris Metcalf
2015-10-21Disable GCC 5 optimization when PROF is definedH.J. Lu
2015-10-21Apply -fomit-frame-pointer only to .o/.os filesH.J. Lu
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-10-20Convert 24 more function definitions to prototype style (array parameters).Joseph Myers
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer
2015-10-16Fix i386 build for lll_unlock_elision change.Joseph Myers
2015-10-15powerpc: Optimize lock elision for pthread_mutex_tPaul Murphy
2015-10-15nptl: Add adapt_count parameter to lll_unlock_elisionPaul Murphy
2015-10-15Add comments for GCC 5 requirementH.J. Lu
2015-10-15Remove i386/epoll_pwait.SH.J. Lu
2015-10-15Optimize i386 syscall inlining for GCC 5H.J. Lu
2015-10-15i386: Remove syscall assembly codes with 6 argumentsH.J. Lu
2015-10-14Avoid PLT when calling __sched_getaffinity_newH.J. Lu
2015-10-14Support PLT and GOT references in local PIC checkH.J. Lu
2015-10-14Use INTERNAL_SYSCALL and INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu
2015-10-13Use INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu
2015-10-13Add INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu
2015-10-09Mark lseek/llseek as non-cancellableAdhemerval Zanella
2015-09-30Move sysdeps/unix/sysv/linux/i386/i486/*.? to i386H.J. Lu
2015-09-18Use __libc_ptf_call in _longjmp_unwindH.J. Lu
2015-09-17alpha: drop __ASSUME_FDATASYNCMike Frysinger
2015-09-17Use __pthread_setcancelstate in libc.aH.J. Lu
2015-09-17Restore sparc64 implementation of semctlAndreas Schwab
2015-09-16Remove extra va_start/va_end calls (bug 17244)Andreas Schwab
2015-09-12linux/getsysstats.c: use sysinfo() instead of parsing /proc/meminfoRasmus Villemoes
2015-09-11Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-09-04Terminate FDE before return trampoline in makecontext for powerpc (bug 18635)Andreas Schwab
2015-09-04powerpc: Fix compiler warning in some syscalls.Carlos Eduardo Seo
2015-09-04Rename bits/m68k-vdso.h to m68k-vdso.h (bug 14912).Joseph Myers
2015-09-01Add netinet/in.h values from Linux 4.2.Joseph Myers
2015-08-28Fix wordsize-32 mmap offset for negative value (BZ#18877)Adhemerval Zanella
2015-08-26powerpc: Revert to default atomic ops in elision codePaul E. Murphy
2015-08-26mips: siginfo.h: add SIGSYS details [BZ #18863]Mike Frysinger
2015-08-26S390: Add hwcaps value for vector facility.Stefan Liebler
2015-08-25Don't run tst-getpid2 with LD_BIND_NOW=1H.J. Lu
2015-08-25Call direct system calls for socket operationsRajalakshmi Srinivasaraghavan
2015-08-25powerpc: Fix tabort usage in syscallsPaul E. Murphy
2015-08-24Remove __ASSUME_IPC64Andreas Schwab
2015-08-21Revert "Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURN"H.J. Lu
2015-08-21Revert "Fix a typo in linux lxstat.c"H.J. Lu
2015-08-21Fix a typo in linux lxstat.cH.J. Lu
2015-08-21Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURNH.J. Lu