Age | Commit message (Expand) | Author |
2017-06-05 | Fix struct sigaltstack namespace (bug 21517). | Joseph Myers |
2017-06-01 | Fix more namespace issues in sys/ucontext.h (bug 21457). | Joseph Myers |
2017-05-31 | posix: Implement preadv2 and pwritev2 | Adhemerval Zanella |
2017-05-30 | Add reallocarray function | Dennis Wölfing |
2017-05-23 | Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457). | Joseph Myers |
2017-05-20 | Remove __need macros from signal.h. | Zack Weinberg |
2017-05-19 | Split up bits/sigstack.h. | Joseph Myers |
2017-05-18 | posix: Consolidate Linux sigsuspend implementation | Adhemerval Zanella |
2017-05-11 | Consolidate Linux creat implementation | Adhemerval Zanella |
2017-05-03 | Consolidate Linux select implementation | Adhemerval Zanella |
2017-04-10 | Consolidate pthreadtype.h placementConsolidate pthreadtype.h placement | Adhemerval Zanella |
2017-03-27 | Define more termios.h macros unconditionally for alpha (bug 21277). | Joseph Myers |
2017-03-20 | Fix alpha termios.h NL2, NL3 namespace (bug 21268). | Joseph Myers |
2017-03-17 | Make alpha termios.h define IXANY unconditionally (bug 21259). | Joseph Myers |
2017-03-17 | conformtest: Add alpha XFAIL for struct netent n_net type (bug 21260). | Joseph Myers |
2017-03-12 | Fix send consolidation typo | Marko Myllynen |
2017-03-09 | Consolidate Linux send implementation | Adhemerval Zanella |
2017-03-09 | Consolidate Linux sendto implementation | Adhemerval Zanella |
2017-03-09 | Consolidate Linux recv implementation | Adhemerval Zanella |
2017-03-09 | Consolidate Linux recvfrom implementation | Adhemerval Zanella |
2017-03-09 | Consolidate Linux connect implementation | Adhemerval Zanella |
2017-03-09 | Consolidate Linux accept implementation | Adhemerval Zanella |
2017-03-02 | Document and fix --enable-bind-now [BZ #21015] | Florian Weimer |
2017-01-10 | New pthread rwlock that is more scalable. | Torvald Riegel |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-31 | New condvar implementation that provides stronger ordering guarantees. | Torvald Riegel |
2016-12-31 | Add fromfp functions. | Joseph Myers |
2016-12-28 | Use shmget syscall for linux implementation | Adhemerval Zanella |
2016-12-28 | Use shmdt syscall for linux implementation | Adhemerval Zanella |
2016-12-28 | Consolidate Linux shmctl implementation | Adhemerval Zanella |
2016-12-28 | Use shmat syscall for Linux implementation | Adhemerval Zanella |
2016-12-28 | Consolidate Linux semtimedop implementation | Adhemerval Zanella |
2016-12-28 | Use semop syscall for Linux implementation | Adhemerval Zanella |
2016-12-28 | Use semget syscall for Linux implementation | Adhemerval Zanella |
2016-12-28 | Consolidate Linux semctl implementation | Adhemerval Zanella |
2016-12-28 | Use msgget syscall for Linux implementation | Adhemerval Zanella |
2016-12-28 | Use msgsnd syscall for Linux implementation | Adhemerval Zanella |
2016-12-28 | Consolidate Linux msgrcv implementation | Adhemerval Zanella |
2016-12-28 | Consolidate Linux msgctl implementation | Adhemerval Zanella |
2016-12-28 | Refactor Linux ipc_priv header | Adhemerval Zanella |
2016-12-21 | Add roundeven, roundevenf, roundevenl. | Joseph Myers |
2016-12-20 | Add fmaxmag, fminmag functions. | Joseph Myers |
2016-12-16 | New string function explicit_bzero (from OpenBSD). | Zack Weinberg |
2016-12-14 | Refactor long double information into bits/long-double.h. | Joseph Myers |
2016-12-12 | Add getentropy, getrandom, <sys/random.h> [BZ #17252] | Florian Weimer |
2016-12-02 | Add llogb, llogbf, llogbl. | Joseph Myers |
2016-11-30 | ld.so: Remove __libc_memalign | Florian Weimer |
2016-11-30 | Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628] | Florian Weimer |
2016-11-24 | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers |
2016-11-24 | Remove cached PID/TID in clone | Adhemerval Zanella |