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