about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* Build i386 __libc_do_syscall when PROF is definedH.J. Lu2015-10-212-11/+10
* tile: avoid preprocessor redefinition warningsChris Metcalf2015-10-211-0/+3
* Disable GCC 5 optimization when PROF is definedH.J. Lu2015-10-211-7/+13
* Apply -fomit-frame-pointer only to .o/.os filesH.J. Lu2015-10-211-4/+8
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-201-6/+4
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-4/+1
* Convert 24 more function definitions to prototype style (array parameters).Joseph Myers2015-10-201-4/+1
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-195-24/+10
* Convert 231 sysdeps function definitions to prototype style.Joseph Myers2015-10-1974-240/+80
* Assume that SOCK_CLOEXEC is available and worksFlorian Weimer2015-10-171-1/+0
* Fix i386 build for lll_unlock_elision change.Joseph Myers2015-10-161-1/+1
* powerpc: Optimize lock elision for pthread_mutex_tPaul Murphy2015-10-154-6/+12
* nptl: Add adapt_count parameter to lll_unlock_elisionPaul Murphy2015-10-153-3/+3
* Add comments for GCC 5 requirementH.J. Lu2015-10-151-0/+4
* Remove i386/epoll_pwait.SH.J. Lu2015-10-152-78/+1
* Optimize i386 syscall inlining for GCC 5H.J. Lu2015-10-152-11/+107
* i386: Remove syscall assembly codes with 6 argumentsH.J. Lu2015-10-155-268/+44
* Avoid PLT when calling __sched_getaffinity_newH.J. Lu2015-10-141-0/+7
* Support PLT and GOT references in local PIC checkH.J. Lu2015-10-141-8/+8
* Use INTERNAL_SYSCALL and INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu2015-10-149-47/+39
* Use INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu2015-10-1329-158/+53
* Add INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu2015-10-1322-85/+91
* Mark lseek/llseek as non-cancellableAdhemerval Zanella2015-10-093-3/+3
* Move sysdeps/unix/sysv/linux/i386/i486/*.? to i386H.J. Lu2015-09-3030-254/+1
* Use __libc_ptf_call in _longjmp_unwindH.J. Lu2015-09-181-8/+2
* alpha: drop __ASSUME_FDATASYNCMike Frysinger2015-09-173-52/+0
* Use __pthread_setcancelstate in libc.aH.J. Lu2015-09-171-16/+3
* Restore sparc64 implementation of semctlAndreas Schwab2015-09-171-0/+54
* Remove extra va_start/va_end calls (bug 17244)Andreas Schwab2015-09-161-8/+0
* linux/getsysstats.c: use sysinfo() instead of parsing /proc/meminfoRasmus Villemoes2015-09-123-59/+57
* Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers2015-09-115-9/+9
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-087-7/+7
* MIPS: Only use .set mips* assembler directives when necessaryAndrew Bennett2015-09-081-4/+4
* Terminate FDE before return trampoline in makecontext for powerpc (bug 18635)Andreas Schwab2015-09-041-0/+6
* powerpc: Fix compiler warning in some syscalls.Carlos Eduardo Seo2015-09-041-1/+1
* Rename bits/m68k-vdso.h to m68k-vdso.h (bug 14912).Joseph Myers2015-09-045-4/+4
* Add netinet/in.h values from Linux 4.2.Joseph Myers2015-09-011-0/+1
* Fix wordsize-32 mmap offset for negative value (BZ#18877)Adhemerval Zanella2015-08-281-4/+4
* powerpc: Revert to default atomic ops in elision codePaul E. Murphy2015-08-261-21/+0
* mips: siginfo.h: add SIGSYS details [BZ #18863]Mike Frysinger2015-08-261-0/+11
* S390: Add hwcaps value for vector facility.Stefan Liebler2015-08-261-0/+1
* Don't run tst-getpid2 with LD_BIND_NOW=1H.J. Lu2015-08-251-5/+0
* Call direct system calls for socket operationsRajalakshmi Srinivasaraghavan2015-08-2518-0/+125
* powerpc: Fix tabort usage in syscallsPaul E. Murphy2015-08-251-0/+1
* Remove __ASSUME_IPC64Andreas Schwab2015-08-2423-706/+1
* Revert "Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURN"H.J. Lu2015-08-2163-287/+292
* Revert "Fix a typo in linux lxstat.c"H.J. Lu2015-08-211-2/+2
* Fix a typo in linux lxstat.cH.J. Lu2015-08-211-2/+2
* Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURNH.J. Lu2015-08-2163-292/+287
* Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu2015-08-201-1/+0