Age | Commit message (Expand) | Author | Files | Lines |
2017-03-28 | Consolidate set* Linux implementation | Adhemerval Zanella | 9 | -11/+0 |
2017-03-09 | Consolidate Linux send implementation | Adhemerval Zanella | 1 | -1/+0 |
2017-03-09 | Consolidate Linux sendto implementation | Adhemerval Zanella | 1 | -1/+1 |
2017-03-09 | Consolidate Linux recv implementation | Adhemerval Zanella | 1 | -1/+0 |
2017-03-09 | Consolidate Linux recvfrom implementation | Adhemerval Zanella | 1 | -1/+1 |
2017-03-09 | Consolidate Linux connect implementation | Adhemerval Zanella | 1 | -1/+1 |
2017-03-09 | Consolidate Linux accept implementation | Adhemerval Zanella | 1 | -1/+2 |
2017-02-08 | Add Linux PTRACE_EVENT_STOP | Kir Kolyshkin | 1 | -2/+4 |
2017-01-20 | S390: Adjust lock elision code after review. | Stefan Liebler | 4 | -43/+54 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 108 | -108/+108 |
2016-12-31 | Add fromfp functions. | Joseph Myers | 2 | -0/+24 |
2016-12-28 | Use shmget syscall for linux implementation | Adhemerval Zanella | 1 | -4/+0 |
2016-12-28 | Use shmdt syscall for linux implementation | Adhemerval Zanella | 1 | -1/+0 |
2016-12-28 | Consolidate Linux shmctl implementation | Adhemerval Zanella | 1 | -1/+0 |
2016-12-28 | Use shmat syscall for Linux implementation | Adhemerval Zanella | 1 | -5/+4 |
2016-12-28 | Consolidate Linux semtimedop implementation | Adhemerval Zanella | 1 | -5/+7 |
2016-12-28 | Use semop syscall for Linux implementation | Adhemerval Zanella | 1 | -1/+0 |
2016-12-28 | Use semget syscall for Linux implementation | Adhemerval Zanella | 1 | -1/+0 |
2016-12-28 | Consolidate Linux semctl implementation | Adhemerval Zanella | 1 | -1/+0 |
2016-12-28 | Use msgget syscall for Linux implementation | Adhemerval Zanella | 1 | -1/+0 |
2016-12-28 | Use msgsnd syscall for Linux implementation | Adhemerval Zanella | 1 | -1/+0 |
2016-12-28 | Consolidate Linux msgrcv implementation | Adhemerval Zanella | 1 | -1/+0 |
2016-12-28 | Consolidate Linux msgctl implementation | Adhemerval Zanella | 1 | -1/+0 |
2016-12-28 | Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for Linux | Adhemerval Zanella | 1 | -0/+3 |
2016-12-21 | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 2 | -0/+6 |
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 | 2 | -0/+12 |
2016-12-16 | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 2 | -0/+4 |
2016-12-12 | Add getentropy, getrandom, <sys/random.h> [BZ #17252] | Florian Weimer | 2 | -0/+4 |
2016-12-02 | Add llogb, llogbf, llogbl. | Joseph Myers | 2 | -0/+6 |
2016-11-30 | ld.so: Remove __libc_memalign | Florian Weimer | 3 | -13/+2 |
2016-11-30 | Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628] | Florian Weimer | 1 | -0/+3 |
2016-11-24 | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers | 2 | -0/+6 |
2016-11-24 | Remove cached PID/TID in clone | Adhemerval Zanella | 4 | -41/+0 |
2016-11-22 | Allow [f]statfs64 to alias [f]statfs | Steve Ellcey | 1 | -0/+1 |
2016-11-19 | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 2 | -0/+6 |
2016-11-17 | Consolidate Linux setrlimit and getrlimit implementation | Adhemerval Zanella | 5 | -9/+5 |
2016-10-26 | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers | 2 | -0/+6 |
2016-10-25 | Add strfromd, strfromf, and strfroml functions | Gabriel F. T. Gomes | 2 | -0/+6 |
2016-10-19 | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 2 | -0/+6 |
2016-10-15 | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 2 | -0/+6 |
2016-10-12 | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 2 | -0/+6 |
2016-10-07 | Use libc_ifunc macro for siglongjmp, longjmp in libpthread. | Stefan Liebler | 1 | -2/+2 |
2016-10-06 | Add iseqsig. | Joseph Myers | 2 | -0/+6 |
2016-09-28 | Minor correction to the "installed header hygiene" patches. | Zack Weinberg | 1 | -2/+2 |
2016-09-23 | Installed-header hygiene (BZ#20366): stack_t. | Zack Weinberg | 1 | -5/+5 |
2016-09-07 | Add femode_t functions. | Joseph Myers | 2 | -0/+4 |