about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386
Commit message (Expand)AuthorAgeFilesLines
* Add iscanonical.Joseph Myers2016-09-301-0/+1
* Add femode_t functions.Joseph Myers2016-09-071-0/+2
* Add fetestexceptflag.Joseph Myers2016-08-291-0/+1
* Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer2016-08-171-0/+1
* Add fesetexcept.Joseph Myers2016-08-161-0/+2
* x86: Use sysdep.o from libc.a in static librariesFlorian Weimer2016-08-041-0/+2
* Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg2016-08-031-0/+1
* Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan2016-06-161-0/+7
* Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella2016-06-102-5/+0
* Bug 20198: quick_exit should not call destructors.Carlos O'Donell2016-06-061-0/+1
* network: Fix missing bits from {recv,send}{m}msg standard com,plianceAdhemerval Zanella2016-05-261-1/+1
* network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella2016-05-252-0/+6
* Adjust kernel-features.h defaults for recvmsg and sendmsgAdhemerval Zanella2016-05-251-2/+2
* CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer2016-05-041-0/+22
* Fix clone (CLONE_VM) pid/tid reset (BZ#19957)Adhemerval Zanella2016-04-291-5/+1
* x86, pthread_cond_*wait: Do not depend on %eax not being clobberedNick Alcock2016-03-232-0/+2
* Adjust kernel-features.h defaults for socket syscalls.Joseph Myers2016-03-151-7/+4
* posix: New Linux posix_spawn{p} implementationAdhemerval Zanella2016-03-071-0/+1
* Require Linux 3.2 except on x86 / x86_64, 3.2 headers everywhere.Joseph Myers2016-02-242-0/+4
* New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel2016-01-151-187/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0469-69/+69
* Fix linux personality syscall wrapperDmitry V. Levin2015-12-311-0/+2
* Use direct socket syscalls for new kernels on i386, m68k, microblaze, sh.Joseph Myers2015-12-091-0/+22
* Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers2015-11-201-0/+5
* 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