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