about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
Commit message (Expand)AuthorAgeFilesLines
* hppa: Add MAP_HUGETLB and MAP_STACK defines [BZ #19285]Helge Deller2016-01-021-13/+8
* Fix linux personality syscall wrapperDmitry V. Levin2015-12-3115-3/+114
* Cleanup ARM ioperm implementation (step 2)Aurelien Jarno2015-12-302-93/+3
* Do not violate mutex destruction requirements.Torvald Riegel2015-12-232-4/+11
* Provide x32 timesH.J. Lu2015-12-171-0/+38
* Add REGISTERS_CLOBBERED_BY_SYSCALL for x86-64H.J. Lu2015-12-161-2/+5
* Add Prefer_MAP_32BIT_EXEC to map executable pages with MAP_32BIT hjl/32bit/masterH.J. Lu2015-12-153-0/+121
* Make obsolete syscall wrappers into compat symbols (bug 18472).Joseph Myers2015-12-143-38/+6
* Cleanup ARM ioperm implementationAurelien Jarno2015-12-121-9/+2
* Use direct socket syscalls for new kernels on i386, m68k, microblaze, sh.Joseph Myers2015-12-094-0/+86
* mips: fix testsuite build for O32 FPXX ABI on pre-R2 CPUAurelien Jarno2015-12-092-0/+34
* math: add LDBL_CLASSIFY_COMPAT supportChris Metcalf2015-12-036-12/+0
* powerpc: Add hwcap/hwcap2/platform data to TCB.Carlos Eduardo Seo2015-12-034-1/+29
* Add __CPU_MASK_TYPE for __cpu_maskH.J. Lu2015-12-016-1/+6
* Rename localedir to complocaledir (bug 14259).Carlos O'Donell2015-11-277-8/+8
* tile: define __NO_LONG_DOUBLE_MATHChris Metcalf2015-11-246-0/+12
* Remove CPU set size checking from affinity functions [BZ #19143]Florian Weimer2015-11-2412-194/+986
* Update <sys/ptrace.h> for Linux 4.3.Joseph Myers2015-11-237-7/+17
* Update <netpacket/packet.h> for Linux 4.3.Joseph Myers2015-11-231-0/+17
* Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers2015-11-2026-0/+130
* Remove signal handling for nanosleep (bug 16364)Adhemerval Zanella2015-11-201-149/+0
* S390: Use __asm__ instead of asm.Stefan Liebler2015-11-207-105/+105
* powerpc: Spinlock optimization and cleanupPaul Murphy2015-11-191-28/+0
* powerpc: More elision improvementsPaul Murphy2015-11-192-10/+13
* Remove __signbit* from localplt.data as they are no longer called from within...Wilco Dijkstra2015-11-105-17/+0
* S390: Clean setjmp, longjmp, getcontext symbols.Stefan Liebler2015-11-092-6/+12
* S390: Call direct system calls for socket operations.Stefan Liebler2015-11-095-19/+30
* Terminate process on invalid netlink response from kernel [BZ #12926]Florian Weimer2015-11-097-1/+121
* Simplify the abilist formatFlorian Weimer2015-11-06339-89953/+88501
* Add LFS support for fts functions (bug 11460)Mark Wielaard2015-11-0632-0/+200
* Remove miscellaneous GCC >= 4.7 version conditionals.Joseph Myers2015-11-041-27/+21
* powerpc: Fix usage of elision transient failure adapt paramPaul Murphy2015-10-271-9/+6
* Cleanup sync_file_range implementationAdhemerval Zanella2015-10-222-22/+0
* Always use INTERNAL_SYSCALL_ERRNO with INTERNAL_SYSCALLAndreas Schwab2015-10-226-6/+12
* 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-1959-197/+65
* 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