| Commit message (Expand) | Author | Age | Files | Lines |
* | Add fromfp functions. | Joseph Myers | 2016-12-31 | 26 | -0/+312 |
* | Use shmget syscall for linux implementation | Adhemerval Zanella | 2016-12-28 | 10 | -35/+7 |
* | Use shmdt syscall for linux implementation | Adhemerval Zanella | 2016-12-28 | 10 | -14/+7 |
* | Consolidate Linux shmctl implementation | Adhemerval Zanella | 2016-12-28 | 12 | -89/+32 |
* | Use shmat syscall for Linux implementation | Adhemerval Zanella | 2016-12-28 | 11 | -22/+15 |
* | Consolidate Linux semtimedop implementation | Adhemerval Zanella | 2016-12-28 | 11 | -88/+14 |
* | Use semop syscall for Linux implementation | Adhemerval Zanella | 2016-12-28 | 10 | -13/+6 |
* | Use semget syscall for Linux implementation | Adhemerval Zanella | 2016-12-28 | 10 | -14/+6 |
* | Consolidate Linux semctl implementation | Adhemerval Zanella | 2016-12-28 | 13 | -191/+36 |
* | Use msgget syscall for Linux implementation | Adhemerval Zanella | 2016-12-28 | 10 | -14/+6 |
* | Use msgsnd syscall for Linux implementation | Adhemerval Zanella | 2016-12-28 | 10 | -13/+5 |
* | Consolidate Linux msgrcv implementation | Adhemerval Zanella | 2016-12-28 | 11 | -61/+6 |
* | Consolidate Linux msgctl implementation | Adhemerval Zanella | 2016-12-28 | 12 | -76/+29 |
* | Refactor Linux ipc_priv header | Adhemerval Zanella | 2016-12-28 | 9 | -32/+204 |
* | Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for Linux | Adhemerval Zanella | 2016-12-28 | 8 | -0/+24 |
* | Do not stack-protect sigreturn stubs [BZ #7065] | Nick Alcock | 2016-12-26 | 2 | -3/+9 |
* | Do not stack-protect ifunc resolvers [BZ #7065] | Nick Alcock | 2016-12-26 | 1 | -0/+1 |
* | This patch cleans up the strsep implementation and improves performance. | Wilco Dijkstra | 2016-12-21 | 1 | -1/+1 |
* | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 2016-12-21 | 26 | -0/+78 |
* | S390: Optimize lock-elision by decrementing adapt_count at unlock. | Stefan Liebler | 2016-12-20 | 4 | -54/+78 |
* | S390: Use new __libc_tbegin_retry macro in elision-lock.c. | Stefan Liebler | 2016-12-20 | 2 | -28/+58 |
* | S390: Use own tbegin macro instead of __builtin_tbegin. | Stefan Liebler | 2016-12-20 | 5 | -25/+164 |
* | S390: Use C11-like atomics instead of plain memory accesses in lock elision c... | Stefan Liebler | 2016-12-20 | 2 | -12/+27 |
* | Add fmaxmag, fminmag functions. | Joseph Myers | 2016-12-20 | 26 | -0/+156 |
* | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 2016-12-16 | 28 | -0/+56 |
* | Refactor long double information into bits/long-double.h. | Joseph Myers | 2016-12-14 | 4 | -35/+26 |
* | Include <linux/falloc.h> in bits/fcntl-linux.h. | Joseph Myers | 2016-12-14 | 1 | -9/+1 |
* | Consolidate renameat Linux implementation | Adhemerval Zanella | 2016-12-14 | 2 | -1/+32 |
* | Consolidate rename Linux implementation | Adhemerval Zanella | 2016-12-14 | 1 | -4/+10 |
* | Add getentropy, getrandom, <sys/random.h> [BZ #17252] | Florian Weimer | 2016-12-12 | 30 | -0/+172 |
* | support: Introduce new subdirectory for test infrastructure | Florian Weimer | 2016-12-09 | 2 | -21/+26 |
* | Get rid of __elision_available | Andreas Schwab | 2016-12-07 | 2 | -9/+3 |
* | Use C11-like atomics instead of plain memory accesses in x86 lock elision. | Torvald Riegel | 2016-12-05 | 2 | -15/+31 |
* | Add llogb, llogbf, llogbl. | Joseph Myers | 2016-12-02 | 26 | -0/+78 |
* | Add missing hidden_def (__sigsetjmp). | Joseph Myers | 2016-12-01 | 1 | -0/+1 |
* | ld.so: Remove __libc_memalign | Florian Weimer | 2016-11-30 | 42 | -97/+36 |
* | Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628] | Florian Weimer | 2016-11-30 | 16 | -0/+48 |
* | Use XSTAT_IS_XSTAT64 in generic xstat functions | Steve Ellcey | 2016-11-29 | 8 | -0/+107 |
* | powerpc: Remove unintended __longjmp symbol from ABI | Florian Weimer | 2016-11-29 | 1 | -1/+0 |
* | Work around IA64 tst-setcontext2.c compile failure. | Joseph Myers | 2016-11-28 | 1 | -0/+24 |
* | Partial ILP32 support for aarch64. | Steve Ellcey | 2016-11-28 | 10 | -11/+49 |
* | Fix for [f]statfs64/[f]statfs aliasing patch | Steve Ellcey | 2016-11-28 | 2 | -16/+22 |
* | Do not include asm/cachectl.h in nios2 sys/cachectl.h. | Joseph Myers | 2016-11-28 | 1 | -3/+0 |
* | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers | 2016-11-24 | 26 | -0/+78 |
* | Remove cached PID/TID in clone | Adhemerval Zanella | 2016-11-24 | 44 | -689/+55 |
* | Allow [f]statfs64 to alias [f]statfs | Steve Ellcey | 2016-11-22 | 17 | -0/+55 |
* | Always define XSTAT_IS_XSTAT64 | Steve Ellcey | 2016-11-21 | 19 | -13/+27 |
* | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 2016-11-19 | 26 | -0/+78 |
* | Make tile's set_dataplane API compatibility-only | Chris Metcalf | 2016-11-18 | 3 | -40/+9 |
* | Consolidate Linux setrlimit and getrlimit implementation | Adhemerval Zanella | 2016-11-17 | 40 | -147/+259 |