Age | Commit message (Expand) | Author |
2017-04-18 | Assume that O_CLOEXEC is always defined and works | Florian Weimer |
2017-04-18 | Assume that dup3 is available | Florian Weimer |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg |
2017-01-28 | Bug 20116: Fix use after free in pthread_create() | Carlos O'Donell |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-31 | Add fromfp functions. | Joseph Myers |
2016-12-26 | Do not stack-protect ifunc resolvers [BZ #7065] | Nick Alcock |
2016-12-21 | Add roundeven, roundevenf, roundevenl. | Joseph Myers |
2016-12-20 | Add fmaxmag, fminmag functions. | Joseph Myers |
2016-12-02 | Add llogb, llogbf, llogbl. | Joseph Myers |
2016-11-30 | ld.so: Remove __libc_memalign | Florian Weimer |
2016-11-24 | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers |
2016-11-19 | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers |
2016-11-16 | New internal function __access_noerrno | Adhemerval Zanella |
2016-10-26 | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers |
2016-10-19 | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers |
2016-10-15 | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers |
2016-10-12 | Add totalorder, totalorderf, totalorderl. | Joseph Myers |
2016-10-06 | Add iseqsig. | Joseph Myers |
2016-09-14 | Remove the ptw-% patterns | Florian Weimer |
2016-09-07 | Add femode_t functions. | Joseph Myers |
2016-09-02 | NaCl: Fix compile error for __dup after libc_hidden_proto addition. | Roland McGrath |
2016-09-02 | NaCl: Fix compile error in clock function. | Roland McGrath |
2016-08-29 | Add fetestexceptflag. | Joseph Myers |
2016-08-16 | Add fesetexcept. | Joseph Myers |
2016-06-16 | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan |
2016-04-11 | Fix build with HAVE_AUX_VECTOR | Samuel Thibault |
2016-01-20 | NaCl: Fix unused variable errors in lowlevellock-futex.h macros. | Roland McGrath |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-12-01 | Add __CPU_MASK_TYPE for __cpu_mask | H.J. Lu |
2015-11-20 | NaCl: Use allocate_code_data after dyncode_create | Roland McGrath |
2015-11-20 | Fix lgamma setting signgam for ISO C (bug 15421). | Joseph Myers |
2015-11-10 | NaCl: Use open_resource API for shared objects | Roland McGrath |
2015-11-06 | Simplify the abilist format | Florian Weimer |
2015-09-11 | NaCl: Do not install <sys/mtio.h>. | Roland McGrath |
2015-08-25 | NaCl: Call __nacl_main in preference to main. | Roland McGrath |
2015-07-24 | NaCl: Remove bogus O_SHLOCK, O_EXLOCK definitions. | Roland McGrath |
2015-07-23 | Make sysdeps/posix bring in login subdir. | Roland McGrath |
2015-07-23 | NaCl: Fix missing getdtablesize symbol. | Roland McGrath |
2015-07-21 | NaCl: Use only nacl_irt_dev_filename, never nacl_irt_filename. | Roland McGrath |
2015-07-21 | Add abilist files and NEWS item for arm-nacl port. | Roland McGrath |
2015-07-14 | Factor file identity rules out of generic rtld code. | Roland McGrath |
2015-07-10 | NaCl: Make pthread_condattr_setclock reject CLOCK_MONOTONIC. | Roland McGrath |
2015-07-10 | Add and use new glibc-internal futex API. | Torvald Riegel |
2015-07-09 | PLT avoidance for _exit in rtld. | Roland McGrath |
2015-06-30 | Clean up BUSY_WAIT_NOP and atomic_delay. | Torvald Riegel |
2015-06-24 | NaCl: Fix glob.c build after getlogin_r -> __getlogin_r. | Roland McGrath |
2015-06-03 | NaCl: Implement nacl_interface_ext_supply entry point. | Roland McGrath |
2015-05-28 | NaCl: Make thread exit wake pthread_join. | Roland McGrath |
2015-05-28 | NaCl: Fix lll_futex_timed_wait timeout calculation. | Roland McGrath |