about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386
Commit message (Expand)AuthorAgeFilesLines
* Simplify the abilist formatFlorian Weimer2015-11-0613-3433/+3352
* Add LFS support for fts functions (bug 11460)Mark Wielaard2015-11-061-0/+7
* 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
* 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 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-191-5/+2
* Convert 231 sysdeps function definitions to prototype style.Joseph Myers2015-10-192-7/+2
* Fix i386 build for lll_unlock_elision change.Joseph Myers2015-10-161-1/+1
* 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
* i386: Remove syscall assembly codes with 6 argumentsH.J. Lu2015-10-155-268/+44
* Support PLT and GOT references in local PIC checkH.J. Lu2015-10-141-8/+8
* Use INTERNAL_SYSCALL and INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu2015-10-149-47/+39
* Add INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu2015-10-134-85/+49
* Move sysdeps/unix/sysv/linux/i386/i486/*.? to i386H.J. Lu2015-09-3030-254/+1
* Remove __ASSUME_IPC64Andreas Schwab2015-08-243-244/+0
* Call __setcontext with HIDDEN_JUMPTARGETH.J. Lu2015-08-192-6/+2
* Use x86-64 cacheinfo.c and sysconf.c for x86H.J. Lu2015-08-192-510/+0
* Properly terminate FDE in makecontext for ix86 (bug 18635)Andreas Schwab2015-08-041-1/+4
* Extend local PLT reference checkH.J. Lu2015-07-291-3/+5
* PLT avoidance for _exit in rtld.Roland McGrath2015-07-091-0/+1
* libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella2015-07-081-0/+3
* Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel2015-06-301-4/+0
* Fix mq_notify pthread_barrier_* namespace (bug 18544).Joseph Myers2015-06-171-4/+5
* x86: Remove vsyscall usageAdhemerval Zanella2015-06-092-21/+0
* nptl: Rewrite cancellation macrosAdhemerval Zanella2015-06-041-8/+2
* x86: clock_gettime and timespec_get vDSO cleanupAdhemerval Zanella2015-06-011-0/+4
* Split timed-wait functions out of nptl/lowlevellock.c.Roland McGrath2015-05-266-0/+6
* Consolidate vDSO macros and usageAdhemerval Zanella2015-05-261-3/+3
* Remove socket.S implementationAdhemerval Zanella2015-05-223-300/+0
* i386: Remove six-argument specialized implementationsAdhemerval Zanella2015-05-205-197/+2
* Refactor scandir/scandirat to use common tail.Roland McGrath2015-05-131-8/+7
* Break __scandir_cancel_handler out into its own file.Roland McGrath2015-05-131-1/+0
* i386: Remove fallocate, fallocate64, posix_fallocate, posix_fallocate64Florian Weimer2015-05-056-232/+3
* Remove unused macros from i386 lowlevellock.h.Joseph Myers2015-03-251-18/+0
* Support six-argument syscalls from C for 32-bit x86, use generic lowlevellock...Joseph Myers2015-03-255-153/+106
* Fix posix_spawn getrlimit64 namespace (bug 17991).Joseph Myers2015-02-181-2/+2
* x86: Clean up __vdso_clock_gettime variable.Roland McGrath2015-02-061-3/+1
* Fix semaphore destruction (bug 12674).Carlos O'Donell2015-01-2112-1039/+0
* Add x86 32 bit vDSO time function supportAdhemerval Zanella2015-01-123-0/+128
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02107-107/+107
* i386: Fix build by GCC 5.0Andrew Senkevich2014-12-301-1/+1
* Add hidden __tls_get_addr/___tls_get_addr aliasH.J. Lu2014-12-211-6/+3
* i386: Move futex functions from lowlevellock.h to lowlevellock-futex.h.Torvald Riegel2014-12-192-110/+157
* Fix profil_counter namespace (bug 17725).Joseph Myers2014-12-171-1/+1
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-244-10/+10
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-242-2/+2