aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/i386
AgeCommit message (Expand)AuthorFilesLines
2015-12-31Fix linux personality syscall wrapperDmitry V. Levin1-0/+2
2015-12-09Use direct socket syscalls for new kernels on i386, m68k, microblaze, sh.Joseph Myers1-0/+22
2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers1-0/+5
2015-11-06Simplify the abilist formatFlorian Weimer13-3433/+3352
2015-11-06Add LFS support for fts functions (bug 11460)Mark Wielaard1-0/+7
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-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-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers1-5/+2
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers2-7/+2
2015-10-16Fix i386 build for lll_unlock_elision change.Joseph Myers1-1/+1
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-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-13Add INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu4-85/+49
2015-09-30Move sysdeps/unix/sysv/linux/i386/i486/*.? to i386H.J. Lu30-254/+1
2015-08-24Remove __ASSUME_IPC64Andreas Schwab3-244/+0
2015-08-19Call __setcontext with HIDDEN_JUMPTARGETH.J. Lu2-6/+2
2015-08-19Use x86-64 cacheinfo.c and sysconf.c for x86H.J. Lu2-510/+0
2015-08-04Properly terminate FDE in makecontext for ix86 (bug 18635)Andreas Schwab1-1/+4
2015-07-29Extend local PLT reference checkH.J. Lu1-3/+5
2015-07-09PLT avoidance for _exit in rtld.Roland McGrath1-0/+1
2015-07-08libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella1-0/+3
2015-06-30Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel1-4/+0
2015-06-17Fix mq_notify pthread_barrier_* namespace (bug 18544).Joseph Myers1-4/+5
2015-06-09x86: Remove vsyscall usageAdhemerval Zanella2-21/+0
2015-06-04nptl: Rewrite cancellation macrosAdhemerval Zanella1-8/+2
2015-06-01x86: clock_gettime and timespec_get vDSO cleanupAdhemerval Zanella1-0/+4
2015-05-26Split timed-wait functions out of nptl/lowlevellock.c.Roland McGrath6-0/+6
2015-05-26Consolidate vDSO macros and usageAdhemerval Zanella1-3/+3
2015-05-22Remove socket.S implementationAdhemerval Zanella3-300/+0
2015-05-20i386: Remove six-argument specialized implementationsAdhemerval Zanella5-197/+2
2015-05-13Refactor scandir/scandirat to use common tail.Roland McGrath1-8/+7
2015-05-13Break __scandir_cancel_handler out into its own file.Roland McGrath1-1/+0
2015-05-05i386: Remove fallocate, fallocate64, posix_fallocate, posix_fallocate64Florian Weimer6-232/+3
2015-03-25Remove unused macros from i386 lowlevellock.h.Joseph Myers1-18/+0
2015-03-25Support six-argument syscalls from C for 32-bit x86, use generic lowlevellock...Joseph Myers5-153/+106
2015-02-18Fix posix_spawn getrlimit64 namespace (bug 17991).Joseph Myers1-2/+2
2015-02-06x86: Clean up __vdso_clock_gettime variable.Roland McGrath1-3/+1
2015-01-21Fix semaphore destruction (bug 12674).Carlos O'Donell12-1039/+0
2015-01-12Add x86 32 bit vDSO time function supportAdhemerval Zanella3-0/+128
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers107-107/+107
2014-12-30i386: Fix build by GCC 5.0Andrew Senkevich1-1/+1
2014-12-21Add hidden __tls_get_addr/___tls_get_addr aliasH.J. Lu1-6/+3
2014-12-19i386: Move futex functions from lowlevellock.h to lowlevellock-futex.h.Torvald Riegel2-110/+157