summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/i386
AgeCommit message (Expand)Author
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
2014-12-21Add hidden __tls_get_addr/___tls_get_addr aliasH.J. Lu
2014-12-19i386: Move futex functions from lowlevellock.h to lowlevellock-futex.h.Torvald Riegel
2014-12-17Fix profil_counter namespace (bug 17725).Joseph Myers
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar
2014-11-24Remove IS_IN_libpthreadSiddhesh Poyarekar
2014-11-24Remove IS_IN_librtSiddhesh Poyarekar
2014-11-07Remove __libc_waitpid function name.Joseph Myers
2014-11-06Run check-localpltk/textrel/execstack over ld.so.Carlos O'Donell
2014-10-27Move setfsgid/setfsuid definitions to syscalls.list (bug 14138).Joseph Myers
2014-10-24Move get*id and getgroups definitions to syscalls.list (bug 14138).Joseph Myers
2014-10-24Move some chown / lchown / fchown definitions to syscalls.list (bug 14138).Joseph Myers
2014-10-20pthread_once: Add fast path and remove x86 variants.Torvald Riegel