aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/i386
AgeCommit message (Expand)AuthorFilesLines
2016-05-04CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer1-0/+22
2016-04-29Fix clone (CLONE_VM) pid/tid reset (BZ#19957)Adhemerval Zanella1-5/+1
2016-03-23x86, pthread_cond_*wait: Do not depend on %eax not being clobberedNick Alcock2-0/+2
2016-03-15Adjust kernel-features.h defaults for socket syscalls.Joseph Myers1-7/+4
2016-03-07posix: New Linux posix_spawn{p} implementationAdhemerval Zanella1-0/+1
2016-02-24Require Linux 3.2 except on x86 / x86_64, 3.2 headers everywhere.Joseph Myers2-0/+4
2016-01-15New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel1-187/+0
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers69-69/+69
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