summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/i386
AgeCommit message (Expand)Author
2016-01-15New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-31Fix linux personality syscall wrapperDmitry V. Levin
2015-12-09Use direct socket syscalls for new kernels on i386, m68k, microblaze, sh.Joseph Myers
2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers
2015-11-06Simplify the abilist formatFlorian Weimer
2015-11-06Add LFS support for fts functions (bug 11460)Mark Wielaard
2015-10-22Always use INTERNAL_SYSCALL_ERRNO with INTERNAL_SYSCALLAndreas Schwab
2015-10-21Build i386 __libc_do_syscall when PROF is definedH.J. Lu
2015-10-21Disable GCC 5 optimization when PROF is definedH.J. Lu
2015-10-21Apply -fomit-frame-pointer only to .o/.os filesH.J. Lu
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers
2015-10-16Fix i386 build for lll_unlock_elision change.Joseph Myers
2015-10-15Add comments for GCC 5 requirementH.J. Lu
2015-10-15Remove i386/epoll_pwait.SH.J. Lu
2015-10-15Optimize i386 syscall inlining for GCC 5H.J. Lu
2015-10-15i386: Remove syscall assembly codes with 6 argumentsH.J. Lu
2015-10-14Support PLT and GOT references in local PIC checkH.J. Lu
2015-10-14Use INTERNAL_SYSCALL and INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu
2015-10-13Add INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu
2015-09-30Move sysdeps/unix/sysv/linux/i386/i486/*.? to i386H.J. Lu
2015-08-24Remove __ASSUME_IPC64Andreas Schwab
2015-08-19Call __setcontext with HIDDEN_JUMPTARGETH.J. Lu
2015-08-19Use x86-64 cacheinfo.c and sysconf.c for x86H.J. Lu
2015-08-04Properly terminate FDE in makecontext for ix86 (bug 18635)Andreas Schwab
2015-07-29Extend local PLT reference checkH.J. Lu
2015-07-09PLT avoidance for _exit in rtld.Roland McGrath
2015-07-08libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella
2015-06-30Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel
2015-06-17Fix mq_notify pthread_barrier_* namespace (bug 18544).Joseph Myers
2015-06-09x86: Remove vsyscall usageAdhemerval Zanella
2015-06-04nptl: Rewrite cancellation macrosAdhemerval Zanella
2015-06-01x86: clock_gettime and timespec_get vDSO cleanupAdhemerval Zanella
2015-05-26Split timed-wait functions out of nptl/lowlevellock.c.Roland McGrath
2015-05-26Consolidate vDSO macros and usageAdhemerval Zanella
2015-05-22Remove socket.S implementationAdhemerval Zanella
2015-05-20i386: Remove six-argument specialized implementationsAdhemerval Zanella
2015-05-13Refactor scandir/scandirat to use common tail.Roland McGrath
2015-05-13Break __scandir_cancel_handler out into its own file.Roland McGrath
2015-05-05i386: Remove fallocate, fallocate64, posix_fallocate, posix_fallocate64Florian Weimer
2015-03-25Remove unused macros from i386 lowlevellock.h.Joseph Myers
2015-03-25Support six-argument syscalls from C for 32-bit x86, use generic lowlevellock...Joseph Myers
2015-02-18Fix posix_spawn getrlimit64 namespace (bug 17991).Joseph Myers
2015-02-06x86: Clean up __vdso_clock_gettime variable.Roland McGrath
2015-01-21Fix semaphore destruction (bug 12674).Carlos O'Donell
2015-01-12Add x86 32 bit vDSO time function supportAdhemerval Zanella
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-30i386: Fix build by GCC 5.0Andrew Senkevich