| Commit message (Expand) | Author | Age | Files | Lines |
* | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 2016-10-12 | 1 | -0/+3 |
* | Consolidate posix_fadvise implementations | Adhemerval Zanella | 2016-10-07 | 1 | -92/+0 |
* | i386, x86: Use libc_ifunc macro for time, gettimeofday. | Stefan Liebler | 2016-10-07 | 2 | -7/+21 |
* | Add iseqsig. | Joseph Myers | 2016-10-06 | 1 | -0/+3 |
* | Add iscanonical. | Joseph Myers | 2016-09-30 | 1 | -0/+1 |
* | Add femode_t functions. | Joseph Myers | 2016-09-07 | 1 | -0/+2 |
* | Add fetestexceptflag. | Joseph Myers | 2016-08-29 | 1 | -0/+1 |
* | Do not override objects in libc.a in other static libraries [BZ #20452] | Florian Weimer | 2016-08-17 | 1 | -0/+1 |
* | Add fesetexcept. | Joseph Myers | 2016-08-16 | 1 | -0/+2 |
* | x86: Use sysdep.o from libc.a in static libraries | Florian Weimer | 2016-08-04 | 1 | -0/+2 |
* | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg | 2016-08-03 | 1 | -0/+1 |
* | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan | 2016-06-16 | 1 | -0/+7 |
* | Revert {send,sendm,recv,recvm}msg conformance changes | Adhemerval Zanella | 2016-06-10 | 2 | -5/+0 |
* | Bug 20198: quick_exit should not call destructors. | Carlos O'Donell | 2016-06-06 | 1 | -0/+1 |
* | network: Fix missing bits from {recv,send}{m}msg standard com,pliance | Adhemerval Zanella | 2016-05-26 | 1 | -1/+1 |
* | network: recvmsg and sendmsg standard compliance (BZ#16919) | Adhemerval Zanella | 2016-05-25 | 2 | -0/+6 |
* | Adjust kernel-features.h defaults for recvmsg and sendmsg | Adhemerval Zanella | 2016-05-25 | 1 | -2/+2 |
* | CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779] | Florian Weimer | 2016-05-04 | 1 | -0/+22 |
* | Fix clone (CLONE_VM) pid/tid reset (BZ#19957) | Adhemerval Zanella | 2016-04-29 | 1 | -5/+1 |
* | x86, pthread_cond_*wait: Do not depend on %eax not being clobbered | Nick Alcock | 2016-03-23 | 2 | -0/+2 |
* | Adjust kernel-features.h defaults for socket syscalls. | Joseph Myers | 2016-03-15 | 1 | -7/+4 |
* | posix: New Linux posix_spawn{p} implementation | Adhemerval Zanella | 2016-03-07 | 1 | -0/+1 |
* | Require Linux 3.2 except on x86 / x86_64, 3.2 headers everywhere. | Joseph Myers | 2016-02-24 | 2 | -0/+4 |
* | New pthread_barrier algorithm to fulfill barrier destruction requirements. | Torvald Riegel | 2016-01-15 | 1 | -187/+0 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 69 | -69/+69 |
* | Fix linux personality syscall wrapper | Dmitry V. Levin | 2015-12-31 | 1 | -0/+2 |
* | Use direct socket syscalls for new kernels on i386, m68k, microblaze, sh. | Joseph Myers | 2015-12-09 | 1 | -0/+22 |
* | Fix lgamma setting signgam for ISO C (bug 15421). | Joseph Myers | 2015-11-20 | 1 | -0/+5 |
* | Simplify the abilist format | Florian Weimer | 2015-11-06 | 13 | -3433/+3352 |
* | Add LFS support for fts functions (bug 11460) | Mark Wielaard | 2015-11-06 | 1 | -0/+7 |
* | Always use INTERNAL_SYSCALL_ERRNO with INTERNAL_SYSCALL | Andreas Schwab | 2015-10-22 | 6 | -6/+12 |
* | Build i386 __libc_do_syscall when PROF is defined | H.J. Lu | 2015-10-21 | 2 | -11/+10 |
* | Disable GCC 5 optimization when PROF is defined | H.J. Lu | 2015-10-21 | 1 | -7/+13 |
* | Apply -fomit-frame-pointer only to .o/.os files | H.J. Lu | 2015-10-21 | 1 | -4/+8 |
* | Convert miscellaneous function definitions to prototype style. | Joseph Myers | 2015-10-20 | 1 | -6/+4 |
* | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers | 2015-10-19 | 1 | -5/+2 |
* | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers | 2015-10-19 | 2 | -7/+2 |
* | Fix i386 build for lll_unlock_elision change. | Joseph Myers | 2015-10-16 | 1 | -1/+1 |
* | Add comments for GCC 5 requirement | H.J. Lu | 2015-10-15 | 1 | -0/+4 |
* | Remove i386/epoll_pwait.S | H.J. Lu | 2015-10-15 | 2 | -78/+1 |
* | Optimize i386 syscall inlining for GCC 5 | H.J. Lu | 2015-10-15 | 2 | -11/+107 |
* | i386: Remove syscall assembly codes with 6 arguments | H.J. Lu | 2015-10-15 | 5 | -268/+44 |
* | Support PLT and GOT references in local PIC check | H.J. Lu | 2015-10-14 | 1 | -8/+8 |
* | Use INTERNAL_SYSCALL and INLINE_SYSCALL_ERROR_RETURN_VALUE | H.J. Lu | 2015-10-14 | 9 | -47/+39 |
* | Add INLINE_SYSCALL_ERROR_RETURN_VALUE | H.J. Lu | 2015-10-13 | 4 | -85/+49 |
* | Move sysdeps/unix/sysv/linux/i386/i486/*.? to i386 | H.J. Lu | 2015-09-30 | 30 | -254/+1 |
* | Remove __ASSUME_IPC64 | Andreas Schwab | 2015-08-24 | 3 | -244/+0 |
* | Call __setcontext with HIDDEN_JUMPTARGET | H.J. Lu | 2015-08-19 | 2 | -6/+2 |
* | Use x86-64 cacheinfo.c and sysconf.c for x86 | H.J. Lu | 2015-08-19 | 2 | -510/+0 |
* | Properly terminate FDE in makecontext for ix86 (bug 18635) | Andreas Schwab | 2015-08-04 | 1 | -1/+4 |