Age | Commit message (Expand) | Author |
2017-08-31 | Remove NO_CANCELLATION macro | Adhemerval Zanella |
2017-08-31 | dirent: Remove internal_function attribute | Florian Weimer |
2017-08-24 | Remove cancellation support for syscall generation | Adhemerval Zanella |
2017-08-20 | i386: Hide __old_glob64 [BZ #18822] | H.J. Lu |
2017-08-20 | i386: Hide __old_readdir64 [BZ #18822] | H.J. Lu |
2017-08-18 | Consolidate non cancellable close call | Adhemerval Zanella |
2017-08-18 | Consolidate non cancellable read call | Adhemerval Zanella |
2017-08-17 | Consolidate non cancellable open call | Adhemerval Zanella |
2017-08-13 | __fortify_fail: Remove internal_function attribute | Florian Weimer |
2017-08-10 | ld.so: Introduce struct dl_exception | Florian Weimer |
2017-08-08 | i386: Add <startup.h> [BZ #21913] | H.J. Lu |
2017-08-04 | i386: Update I386_USE_SYSENTER for early PIC syscall | H.J. Lu |
2017-06-30 | Consolidate Linux fcntl implementation | Adhemerval Zanella |
2017-06-26 | Add float128 support for x86_64, x86. | Joseph Myers |
2017-06-26 | Call exit directly in clone (BZ #21512) | Adhemerval Zanella |
2017-06-23 | Clean pthread functions namespaces for C11 threads | Adhemerval Zanella |
2017-06-07 | Add include guards to dl-procinfo.h | Siddhesh Poyarekar |
2017-05-31 | posix: Implement preadv2 and pwritev2 | Adhemerval Zanella |
2017-05-30 | Add reallocarray function | Dennis Wölfing |
2017-05-18 | posix: Consolidate Linux waitpid syscall | Adhemerval Zanella |
2017-05-09 | Simplify accept4, recvmmsg, sendmmsg code. | Joseph Myers |
2017-05-08 | Require Linux kernel 3.2 or later on x86 / x86_64. | Joseph Myers |
2017-05-03 | x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391] | H.J. Lu |
2017-04-12 | Consolidate Linux mmap implementation (BZ#21270) | Adhemerval Zanella |
2017-04-06 | Build divdi3 only for architecture that required it | Adhemerval Zanella |
2017-03-28 | Consolidate set* Linux implementation | Adhemerval Zanella |
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-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg |
2017-02-17 | Rework -fno-omit-frame-pointer support on i386 | Adhemerval Zanella |
2017-01-13 | robust mutexes: Fix broken x86 assembly by removing it | 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 | Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for Linux | 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-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 |
2016-11-21 | Always define XSTAT_IS_XSTAT64 | Steve Ellcey |