aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux
AgeCommit message (Expand)AuthorFilesLines
2015-12-01Add __CPU_MASK_TYPE for __cpu_maskH.J. Lu6-1/+6
2015-11-27Rename localedir to complocaledir (bug 14259).Carlos O'Donell7-8/+8
2015-11-24tile: define __NO_LONG_DOUBLE_MATHChris Metcalf6-0/+12
2015-11-24Remove CPU set size checking from affinity functions [BZ #19143]Florian Weimer12-194/+986
2015-11-23Update <sys/ptrace.h> for Linux 4.3.Joseph Myers7-7/+17
2015-11-23Update <netpacket/packet.h> for Linux 4.3.Joseph Myers1-0/+17
2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers26-0/+130
2015-11-20Remove signal handling for nanosleep (bug 16364)Adhemerval Zanella1-149/+0
2015-11-20S390: Use __asm__ instead of asm.Stefan Liebler7-105/+105
2015-11-19powerpc: Spinlock optimization and cleanupPaul Murphy1-28/+0
2015-11-19powerpc: More elision improvementsPaul Murphy2-10/+13
2015-11-10Remove __signbit* from localplt.data as they are no longer called from within...Wilco Dijkstra5-17/+0
2015-11-09S390: Clean setjmp, longjmp, getcontext symbols.Stefan Liebler2-6/+12
2015-11-09S390: Call direct system calls for socket operations.Stefan Liebler5-19/+30
2015-11-09Terminate process on invalid netlink response from kernel [BZ #12926]Florian Weimer7-1/+121
2015-11-06Simplify the abilist formatFlorian Weimer339-89953/+88501
2015-11-06Add LFS support for fts functions (bug 11460)Mark Wielaard32-0/+200
2015-11-04Remove miscellaneous GCC >= 4.7 version conditionals.Joseph Myers1-27/+21
2015-10-27powerpc: Fix usage of elision transient failure adapt paramPaul Murphy1-9/+6
2015-10-22Cleanup sync_file_range implementationAdhemerval Zanella2-22/+0
2015-10-22Always use INTERNAL_SYSCALL_ERRNO with INTERNAL_SYSCALLAndreas Schwab6-6/+12
2015-10-21Build i386 __libc_do_syscall when PROF is definedH.J. Lu2-11/+10
2015-10-21tile: avoid preprocessor redefinition warningsChris Metcalf1-0/+3
2015-10-21Disable GCC 5 optimization when PROF is definedH.J. Lu1-7/+13
2015-10-21Apply -fomit-frame-pointer only to .o/.os filesH.J. Lu1-4/+8
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers1-6/+4
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-4/+1
2015-10-20Convert 24 more function definitions to prototype style (array parameters).Joseph Myers1-4/+1
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers5-24/+10
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers59-197/+65
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer1-1/+0
2015-10-16Fix i386 build for lll_unlock_elision change.Joseph Myers1-1/+1
2015-10-15powerpc: Optimize lock elision for pthread_mutex_tPaul Murphy4-6/+12
2015-10-15nptl: Add adapt_count parameter to lll_unlock_elisionPaul Murphy3-3/+3
2015-10-15Add comments for GCC 5 requirementH.J. Lu1-0/+4
2015-10-15Remove i386/epoll_pwait.SH.J. Lu2-78/+1
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