aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1410-1410/+1410
2016-01-02hppa: Add MAP_HUGETLB and MAP_STACK defines [BZ #19285]Helge Deller1-13/+8
2015-12-31Fix linux personality syscall wrapperDmitry V. Levin15-3/+114
2015-12-30Cleanup ARM ioperm implementation (step 2)Aurelien Jarno2-93/+3
2015-12-23Do not violate mutex destruction requirements.Torvald Riegel2-4/+11
2015-12-17Provide x32 timesH.J. Lu1-0/+38
2015-12-16Add REGISTERS_CLOBBERED_BY_SYSCALL for x86-64H.J. Lu1-2/+5
2015-12-15Add Prefer_MAP_32BIT_EXEC to map executable pages with MAP_32BIThjl/32bit/masterH.J. Lu3-0/+121
2015-12-14Make obsolete syscall wrappers into compat symbols (bug 18472).Joseph Myers3-38/+6
2015-12-12Cleanup ARM ioperm implementationAurelien Jarno1-9/+2
2015-12-09Use direct socket syscalls for new kernels on i386, m68k, microblaze, sh.Joseph Myers4-0/+86
2015-12-09mips: fix testsuite build for O32 FPXX ABI on pre-R2 CPUAurelien Jarno2-0/+34
2015-12-03math: add LDBL_CLASSIFY_COMPAT supportChris Metcalf6-12/+0
2015-12-03powerpc: Add hwcap/hwcap2/platform data to TCB.Carlos Eduardo Seo4-1/+29
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